Package: qmtest
Version: 2.3-4
Severity: important

When running tests from the gui or when running from the commandline
with the -j X switch the run fails due to an exception in :
os.setpgid(self.__monitor_pid, child_pid).

According to the qmtest mailinglist this might be a kernel bug.

http://www.codesourcery.com/archives/qmtest/msg01196.html

The full trace:
--- TEST RESULTS -------------------------------------------------------------

  cpu_part.build.memtest_withio                 : ERROR
    An exception occurred.

    qmtest.end_time:
      2008-12-03T14:32:47Z

    qmtest.exception:

      exceptions.OSError: [Errno 3] No such process


    qmtest.start_time:
      2008-12-03T14:32:47Z

    qmtest.target:
      local

    qmtest.traceback:

        File "/usr/lib/python2.4/site-packages/qm/test/target.py", line 225, in 
RunTest
          descriptor.Run(context, result)

        File "/usr/lib/python2.4/site-packages/qm/test/database.py", line 256, 
in Run
          self._Execute(context, result, "Run")

        File "/usr/lib/python2.4/site-packages/qm/test/database.py", line 178, 
in _Execute
          methobj(context, result)

        File "/usr/lib/python2.4/site-packages/qm/test/classes/command.py", 
line 493, in Run
          self.RunProgram(arguments[0], arguments, context, result)

        File "/usr/lib/python2.4/site-packages/qm/test/classes/command.py", 
line 221, in RunProgram
          exit_status = e.Run(arguments, environment, path = program)

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 548, in 
Run
          path)

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 257, in 
Run
          child = self.Spawn(arguments, environment, dir, path, exception_pipe)

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 209, in 
Spawn
          self._HandleChild()

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 714, in 
_HandleChild
          super(RedirectedExecutable, self)._HandleChild()

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 492, in 
_HandleChild
          os.setpgid(self.__monitor_pid, child_pid)


  cpu_part.build.irq_test                       : ERROR
    An exception occurred.

    qmtest.end_time:
      2008-12-03T14:32:47Z

    qmtest.exception:

      exceptions.OSError: [Errno 3] No such process


    qmtest.start_time:
      2008-12-03T14:32:46Z

    qmtest.target:
      local

    qmtest.traceback:

        File "/usr/lib/python2.4/site-packages/qm/test/target.py", line 225, in 
RunTest
          descriptor.Run(context, result)

        File "/usr/lib/python2.4/site-packages/qm/test/database.py", line 256, 
in Run
          self._Execute(context, result, "Run")

        File "/usr/lib/python2.4/site-packages/qm/test/database.py", line 178, 
in _Execute
          methobj(context, result)

        File "/usr/lib/python2.4/site-packages/qm/test/classes/command.py", 
line 493, in Run
          self.RunProgram(arguments[0], arguments, context, result)

        File "/usr/lib/python2.4/site-packages/qm/test/classes/command.py", 
line 221, in RunProgram
          exit_status = e.Run(arguments, environment, path = program)

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 548, in 
Run
          path)

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 257, in 
Run
          child = self.Spawn(arguments, environment, dir, path, exception_pipe)

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 209, in 
Spawn
          self._HandleChild()

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 714, in 
_HandleChild
          super(RedirectedExecutable, self)._HandleChild()

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 492, in 
_HandleChild
          os.setpgid(self.__monitor_pid, child_pid)


  cpu_part.build.floatingpointtest              : ERROR
    An exception occurred.

    qmtest.end_time:
      2008-12-03T14:32:47Z

    qmtest.exception:

      exceptions.OSError: [Errno 3] No such process


    qmtest.start_time:
      2008-12-03T14:32:46Z

    qmtest.target:
      local

    qmtest.traceback:

        File "/usr/lib/python2.4/site-packages/qm/test/target.py", line 225, in 
RunTest
          descriptor.Run(context, result)

        File "/usr/lib/python2.4/site-packages/qm/test/database.py", line 256, 
in Run
          self._Execute(context, result, "Run")

        File "/usr/lib/python2.4/site-packages/qm/test/database.py", line 178, 
in _Execute
          methobj(context, result)

        File "/usr/lib/python2.4/site-packages/qm/test/classes/command.py", 
line 493, in Run
          self.RunProgram(arguments[0], arguments, context, result)

        File "/usr/lib/python2.4/site-packages/qm/test/classes/command.py", 
line 221, in RunProgram
          exit_status = e.Run(arguments, environment, path = program)

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 548, in 
Run
          path)

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 257, in 
Run
          child = self.Spawn(arguments, environment, dir, path, exception_pipe)

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 209, in 
Spawn
          self._HandleChild()

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 714, in 
_HandleChild
          super(RedirectedExecutable, self)._HandleChild()

        File "/usr/lib/python2.4/site-packages/qm/executable.py", line 492, in 
_HandleChild
          os.setpgid(self.__monitor_pid, child_pid)


--- TESTS THAT DID NOT PASS --------------------------------------------------

  cpu_part.build.floatingpointtest              : ERROR
    An exception occurred.

  cpu_part.build.irq_test                       : ERROR
    An exception occurred.

  cpu_part.build.memtest_withio                 : ERROR
    An exception occurred.


--- STATISTICS ---------------------------------------------------------------

       3        tests total
       3 (100%) tests ERROR

end of full trace

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages qmtest depends on:
ii  python                 2.4.4-2           An interactive high-level object-o
ii  python-central         0.5.12            register and build utility for Pyt
ii  python-extclass        1.2.0zope-2.5.1-5 Improves integration between Pytho
ii  python-sigmask         2.3-4             module for saving and restoring th
ii  python-xml             0.8.4-6           XML tools for Python
ii  qm                     2.3-4             A Quality Management Toolset (QM)

qmtest recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to