My favorites | Sign in
Project Home Downloads Wiki Issues Code Search
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 203659: VMtest failing: DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.SessionManager was not provided by any .service files
1 person starred this issue and may be notified of changes. Back to list
Status:  WontFix
Moved from:  issue chromium-os:20576
Owner:  ----
Closed:  Sep 2011


Sign in to add a comment
 
Project Member Reported by ol...@chromium.org, Sep 19, 2011
http://build.chromium.org/p/chromiumos/builders/x86%20generic%20PFQ/builds/910/steps/VMTest/logs/stdio

Large number of test errors, seems like chrome and session manager did not start up properly:

========== ERROR FILE /tmp/cbuildbotTjSLJc/test_harness/SimpleTestVerify/1_verify/suite_Smoke/desktopui_KillRestart.chrome/debug/desktopui_KillRestart.chrome.ERROR FOR TEST suite_Smoke/desktopui_KillRestart.chrome ==============
09/19 10:15:04 ERROR|site_utils:0065| ^chrome$ is not running at start of test


=========== END ERROR FILE /tmp/cbuildbotTjSLJc/test_harness/SimpleTestVerify/1_verify/suite_Smoke/desktopui_KillRestart.chrome/debug/desktopui_KillRestart.chrome.ERROR FOR TEST suite_Smoke/desktopui_KillRestart.chrome ===========

========== ERROR FILE /tmp/cbuildbotTjSLJc/test_harness/SimpleTestVerify/1_verify/suite_Smoke/desktopui_KillRestart.session/debug/desktopui_KillRestart.session.ERROR FOR TEST suite_Smoke/desktopui_KillRestart.session ==============
09/19 10:16:06 ERROR|site_utils:0065| ^session_manager$ is not running at start of test


=========== END ERROR FILE /tmp/cbuildbotTjSLJc/test_harness/SimpleTestVerify/1_verify/suite_Smoke/desktopui_KillRestart.session/debug/desktopui_KillRestart.session.ERROR FOR TEST suite_Smoke/desktopui_KillRestart.session ===========

========== ERROR FILE /tmp/cbuildbotTjSLJc/test_harness/SimpleTestVerify/1_verify/suite_Smoke/desktopui_ScreenLocker/debug/desktopui_ScreenLocker.ERROR FOR TEST suite_Smoke/desktopui_ScreenLocker ==============
09/19 10:16:07 ERROR|  warnings:0029| /usr/local/lib/python2.6/site-packages/dbus/connection.py:242: DeprecationWarning: object.__init__() takes no parameters
09/19 10:16:07 ERROR|  warnings:0029|   super(Connection, self).__init__(*args, **kwargs)
09/19 10:16:07 ERROR|base_utils:0106| [stderr] stop: Unknown instance: 
09/19 10:16:07 ERROR|      test:0430| Ignoring exception during cleanup() phase:
09/19 10:16:07 ERROR| traceback:0013| Traceback (most recent call last):
09/19 10:16:07 ERROR| traceback:0013|   File "/usr/local/autotest/common_lib/test.py", line 428, in _exec
09/19 10:16:07 ERROR| traceback:0013|     _cherry_pick_call(self.cleanup, *args, **dargs)
09/19 10:16:07 ERROR| traceback:0013|   File "/usr/local/autotest/common_lib/test.py", line 535, in _cherry_pick_call
09/19 10:16:07 ERROR| traceback:0013|     return func(*p_args, **p_dargs)
09/19 10:16:07 ERROR| traceback:0013|   File "/usr/local/autotest/cros/cros_ui_test.py", line 414, in cleanup
09/19 10:16:07 ERROR| traceback:0013|     pyauto_test.PyAutoTest.cleanup(self)
09/19 10:16:07 ERROR| traceback:0013|   File "/usr/local/autotest/cros/pyauto_test.py", line 180, in cleanup
09/19 10:16:07 ERROR| traceback:0013|     login.restart_session_manager()
09/19 10:16:07 ERROR| traceback:0013|   File "/usr/local/autotest/cros/login.py", line 79, in restart_session_manager
09/19 10:16:07 ERROR| traceback:0013|     ownership.connect_to_session_manager().StopSession('')
09/19 10:16:07 ERROR| traceback:0013|   File "/usr/local/autotest/cros/ownership.py", line 80, in connect_to_session_manager
09/19 10:16:07 ERROR| traceback:0013|     '/org/chromium/SessionManager')
09/19 10:16:07 ERROR| traceback:0013|   File "/usr/local/lib/python2.6/site-packages/dbus/bus.py", line 244, in get_object
09/19 10:16:07 ERROR| traceback:0013|     follow_name_owner_changes=follow_name_owner_changes)
09/19 10:16:07 ERROR| traceback:0013|   File "/usr/local/lib/python2.6/site-packages/dbus/proxies.py", line 241, in __init__
09/19 10:16:07 ERROR| traceback:0013|     self._named_service = conn.activate_name_owner(bus_name)
09/19 10:16:07 ERROR| traceback:0013|   File "/usr/local/lib/python2.6/site-packages/dbus/bus.py", line 183, in activate_name_owner
09/19 10:16:07 ERROR| traceback:0013|     self.start_service_by_name(bus_name)
09/19 10:16:07 ERROR| traceback:0013|   File "/usr/local/lib/python2.6/site-packages/dbus/bus.py", line 281, in start_service_by_name
09/19 10:16:07 ERROR| traceback:0013|     'su', (bus_name, flags)))
09/19 10:16:07 ERROR| traceback:0013|   File "/usr/local/lib/python2.6/site-packages/dbus/connection.py", line 622, in call_blocking
09/19 10:16:07 ERROR| traceback:0013|     message, timeout)
09/19 10:16:07 ERROR| traceback:0013| DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.SessionManager was not provided by any .service files
09/19 10:16:07 ERROR|      test:0433| Now raising the earlier <class 'autotest_lib.client.common_lib.error.CmdError'> error



Next build iteration on the same bot passed, and so did several previous builds with no difference in dbus or chrome. Filing bug mostly to have somewhere to stash more data as it happens.
Sep 19, 2011
#2 cmasone@chromium.org
This is a manifestation of _something_ causing chrome to reliably exit shortly after starting up.  the ui job (which encompasses chrome, the session_manager and the window manager) gets stopped by upstart because it's thrashing, and when the test tries to restart the session manager it can't talk to it over dbus.
Sep 20, 2011
#3 cmasone@chromium.org
(No comment was entered for this change.)
Labels: Mstone-R16
Sep 20, 2011
#4 cmasone@chromium.org
(No comment was entered for this change.)
Status: Available
Labels: -Team-Systems Area-DesktopUI
Sep 28, 2011
#5 dennisjeffrey@chromium.org
A tree closure today has exhibited the same symptoms:

http://chromegw/i/chromiumos/builders/x86%20generic%20PFQ/builds/1059/steps/VMTest/logs/stdio

http://chromeos-botmaster.mtv.corp.google.com:8026/builders/TOT%20Pre-Flight%20Queue/builds/5763/steps/VMTest/logs/stdio

Large number of test failures saying this:

09/28 11:38:43 ERROR| traceback:0013| DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.SessionManager was not provided by any .service files
09/28 11:38:43 ERROR|      test:0433| Now raising the earlier <class 'autotest_lib.client.common_lib.error.CmdError'> error
Sep 28, 2011
#6 tbroch@chromium.org
See following in session_manager log

[tbroch@tbroch security_ProfilePermissions.login]$ grep -i err sysinfo/var/log/session_manager 
[0928/113535:ERROR:session_manager_service.cc(856)] Process window-manager-session.sh(884) exited.
[0928/113536:ERROR:session_manager_service.cc(856)] Process window-manager-session.sh(986) exited.
[0928/113537:ERROR:session_manager_service.cc(856)] Process window-manager-session.sh(1066) exited.
[0928/113537:ERROR:session_manager_service.cc(856)] Process window-manager-session.sh(1146) exited.
[0928/113906:ERROR:session_manager_service.cc(856)] Process window-manager-session.sh(8646) exited.
[0928/113907:ERROR:session_manager_service.cc(856)] Process window-manager-session.sh(8733) exited.
[0928/113909:ERROR:session_manager_service.cc(856)] Process window-manager-session.sh(8832) exited.
[0928/113909:ERROR:session_manager_service.cc(856)] Process window-manager-session.sh(8837) exited.

Sep 28, 2011
#7 cmasone@chromium.org
Yeah, according to /var/log/messages chromeos-wm segfaults right after startup reliably.

Going to break this out to a new bug and file on derat
Nov 1, 2011
#8 or...@chromium.org
Moving non-essential bugs to R17. please move back if this was done in error and your bug is a blocker for R15 or R16.
Labels: bulkmove Mstone-R17
Nov 14, 2011
#9 nsand...@chromium.org
This is marked as a TreeCloser. Please confirm that it should be a TreeCloser or remove the label. Please reassign as necessary.
Owner: ol...@chromium.org
Labels: -Pri-2 Pri-0
Nov 14, 2011
#10 dgarrett@chromium.org
(No comment was entered for this change.)
Labels: Pri-2
Nov 14, 2011
#11 ol...@chromium.org
No idea why I was given this bug, I just filed it for data collection while I was sheriff.
Owner: ---
Dec 12, 2011
#12 or...@chromium.org
Moving non-essential bugs to R18. please move back if this was done in error and your bug is a blocker for R17.
Labels: -Mstone-R17 Mstone-R18
Feb 11, 2012
#13 nirnimesh@chromium.org
Too old to be actionable.
Status: WontFix
Apr 6, 2012
#14 dd...@chromium.org
(No comment was entered for this change.)
Labels: -Mstone-R18 Mstone-18
Mar 6, 2013
#15 bugdroid1@chromium.org
(No comment was entered for this change.)
Labels: OS-Chrome
Mar 9, 2013
#16 bugdroid1@chromium.org
(No comment was entered for this change.)
Labels: -TreeCloser -Mstone-18 M-18 Hotlist-TreeCloser
Sign in to add a comment

Powered by Google Project Hosting