← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Bug 2003554] Re: Second test run failing to install dependencies

 

Looks like that with that fix merged ubuntu-regression-suite is not
failing anymore with the

  WARNING: Test dependencies are unsatisfiable

problem (it still fails, but for other reasons). See for example:

  https://autopkgtest.ubuntu.com/results/autopkgtest-
jammy/jammy/amd64/l/linux/20230327_235241_c3754@/log.gz

I'm marking this bug as Fix Released (it is also fixed in Debian and in
the Ubuntu archive). @Stefan please comment back if you think this is
not the case and you are still hitting the issue. Thanks!

-- 
You received this bug notification because you are a member of
Canonical's Ubuntu QA, which is subscribed to autopkgtest in Ubuntu.
https://bugs.launchpad.net/bugs/2003554

Title:
  Second test run failing to install dependencies

Status in autopkgtest package in Ubuntu:
  Confirmed

Bug description:
  The kernel dep8 tests define two tests to be run

  Tests: rebuild
  Depends: @builddeps@, fakeroot
  Restrictions: allow-stderr, skippable

  Tests: ubuntu-regression-suite
  Depends: build-essential, gcc-multilib [amd64 armhf i386], gdb, git, python2 | python, bzr
  Restrictions: allow-stderr, isolation-machine, breaks-testbed, skippable

  Since about last year December, we see the ubuntu-regression-suite
  failing because the generated dependency package (autopkgtest-satdep)
  gets removed as a result of the resolver (apt install -f) running. In
  the example case this is because build-essential is considered
  uninstallable (however that package got installed for the rebuild run.

  Following steps to resolve this uncover a second bug. It takes the
  dependency string and just deletes the comma separators and uses that
  string as input for "apt get install". However the included
  alternative is treated as a shell pipe, resulting in "python not
  found" in the log.

  https://autopkgtest.ubuntu.com/results/autopkgtest-
  jammy/jammy/amd64/l/linux/20230116_105942_58155@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/2003554/+subscriptions



References