← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Bug 2051593] Re: Cross arch testing: AttributeError: 'builtin_function_or_method' object has no attribute 'split'

 

This bug was fixed in the package autopkgtest - 5.32ubuntu2

---------------
autopkgtest (5.32ubuntu2) noble; urgency=medium

  * Fix traceback in cross-arch testing (LP: #2051593)
  * Update cross-arch patchset from latest snapshot

 -- Paride Legovini <paride@xxxxxxxxxx>  Mon, 29 Jan 2024 22:46:58 +0100

** Changed in: autopkgtest (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
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/2051593

Title:
  Cross arch testing: AttributeError: 'builtin_function_or_method'
  object has no attribute 'split'

Status in autopkgtest package in Ubuntu:
  Fix Released

Bug description:
  autopkgtest can traceback when running cross-arch tests due to wrong
  variable name:

  autopkgtest [22:44:13]: ERROR: unexpected error:
  Traceback (most recent call last):
    File "/usr/bin/autopkgtest", line 902, in main
      testbed.open()
    File "/usr/share/autopkgtest/lib/adt_testbed.py", line 178, in open
      self._opened(pl)
    File "/usr/share/autopkgtest/lib/adt_testbed.py", line 345, in _opened
      for var in vars.split('\n'):
                 ^^^^^^^^^^
  AttributeError: 'builtin_function_or_method' object has no attribute 'split'
  qemu-system-x86_64: terminating on signal 15 from pid 1681994 (/usr/bin/python3)

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



References