Bug 661473

Summary: YastServiceTest get stuck in YaST:Web OBS project in FACTORY/i586 repo
Product: [openSUSE] openSUSE 11.4 Reporter: Ladislav Slezák <lslezak>
Component: WebYaSTAssignee: Martin Vidner <mvidner>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P2 - High CC: kkaempf, mvidner
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Ladislav Slezák 2010-12-27 10:56:11 UTC
OBS cannot build webyast-base-ws package in openSUSE_Factory/i586 repository.

The build gets stuck in YastServiceTest (yast_service_test.rb file). I have debugged that it happens on line 40 when calling DBus::SessionBus.instance method:

  DBus::SystemBus.stubs(:instance).returns(DBus::SessionBus.instance)


The strange thing is that it gets stuck only on i586, on x86_64 it builds OK.
Also rebuilding the package locally using "osc build openSUSE_Factory i586"
is OK.

This may indicate a problem in dbus/kernel or in Xen which is used in OBS...
Comment 1 Ladislav Slezák 2010-12-27 11:11:03 UTC
As a temporary workaround I have commented out the test so the package and all dependent WebYaST packages build in FACTORY/i586.
Comment 2 Ladislav Slezák 2011-01-03 19:51:42 UTC
BTW I just have noticed that yast2-dbus-server in YaST:Head/i586 also stucks when running the tests (again, x86_64 is OK):

make[6]: Entering directory `/usr/src/packages/BUILD/yast2-dbus-server-2.20.0/src/services/namespace_service/testsuite'
/usr/bin/python
Hey, server, get on da bus... off we go!
Stress test, 1 iterations to go.
Running ./t1


Job seems to be stuck here, killed.


So it's probably a generic Dbus problem on i586...
Comment 3 Martin Vidner 2011-01-04 11:59:38 UTC
It's a bug in dbus-daemon.

*** This bug has been marked as a duplicate of bug 645381 ***