unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Media Hub |
Fix Released
|
Critical
|
Alberto Aguirre | ||
unity8 (Ubuntu) |
Opinion
|
Undecided
|
Unassigned |
Bug Description
Steps to reproduce - take
* flash ubuntu-
* configure pin, developer mode, writable-image, network, ..
* sudo apt-get install unity8-autopilot
* sudo powerd-cli display on bright
* autopilot run -v unity8-autopilot unity8
tests seem to run fine up to this point:
07:15:01.082 DEBUG __init__:305 - Unity started, waiting for it to be ready.
07:15:01.088 DEBUG dbus:433 - Selecting objects of type QQuickView with attributes: {}
07:15:01.185 DEBUG dbus:433 - Selecting objects of any type with attributes: {'objectName': 'greeterContent
07:15:02.658 DEBUG __init__:307 - Unity loaded and ready.
07:15:02.659 DEBUG dbus:433 - Selecting objects of type QQuickView with attributes: {}
07:15:02.730 DEBUG dbus:433 - Selecting objects of type Greeter with attributes: {}
07:15:04.068 INFO process_helpers:95 - Greeter unlocked, continuing.
07:15:04.069 DEBUG dbus:433 - Selecting objects of type QQuickView with attributes: {}
07:15:04.166 DEBUG dbus:433 - Selecting objects of type DefaultIndicato
07:15:05.095 INFO __init__:330 - Stopping unity
07:15:06.262 INFO __init__:246 - Resetting upstart env QT_LOAD_TESTABILITY to None
07:15:06.432 INFO testresult:46 - OK: unity8.
07:15:06.436 INFO globals:58 - *******
07:15:06.436 INFO globals:59 - Starting test unity8.
07:15:06.438 WARNING testcase:116 - No tracing available - install the python-
07:15:06.443 WARNING testcase:157 - Process manager backend unavailable, application snapshot support disabled.
07:15:06.452 WARNING utilities:265 - WARNING: in file "/usr/lib/
This function is deprecated. Please use 'the Touch class to instantiate a device object' instead.
07:15:06.727 INFO __init__:268 - Lib path is '/usr/lib/
07:15:06.729 INFO __init__:346 - Setting up LightDM mock type 'single'
07:15:06.837 INFO __init__:355 - New library path: /usr/lib/
07:15:06.884 INFO __init__:108 - New QML2 import path: /usr/lib/
07:15:06.951 INFO __init__:317 - Starting unity
07:15:07.047 INFO process_helpers:151 - Starting job unity8 with arguments ('BINARY=
07:15:07.679 INFO process_helpers:159 - unity8 start/running, process 7450
07:15:33.540 ERROR proxies:410 - Introspect error on :1.391:
07:15:33.547 DEBUG proxies:413 - Executing introspect queue due to error
07:16:25.189 ERROR proxies:410 - Introspect error on :1.413:
07:16:25.195 DEBUG proxies:413 - Executing introspect queue due to error
07:17:15.309 ERROR proxies:410 - Introspect error on :1.391:
07:17:15.311 DEBUG proxies:413 - Executing introspect queue due to error
07:18:05.418 ERROR proxies:410 - Introspect error on :1.391:
07:18:05.419 DEBUG proxies:413 - Executing introspect queue due to error
07:18:55.558 ERROR proxies:410 - Introspect error on :1.391:
07:18:55.561 DEBUG proxies:413 - Executing introspect queue due to error
07:19:45.859 ERROR proxies:410 - Introspect error on :1.391:
...
Related branches
- Jim Hodapp (community): Approve (code)
- Thomas Voß (community): Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 52 lines (+16/-3)1 file modifiedsrc/core/media/service_implementation.cpp (+16/-3)
tags: | removed: rtm14 |
tags: | added: lt-age-20140922 lt-category-novisible lt-prio-high |
tags: |
added: lt-category-noimpact removed: lt-category-novisible |
tags: | added: touch-2014-10-16 |
tags: | removed: touch-2014-10-16 |
tags: | added: lt-blocker |
Changed in media-hub: | |
status: | New → In Progress |
assignee: | nobody → Alberto Aguirre (albaguirre) |
tags: | added: rtm14 touch-2014-09-25 |
Changed in media-hub: | |
status: | In Progress → Fix Released |
so greyback had investigated too, understanding we chatted with jhodapp and thinks it's in media-hub or lower.
marking this as critical b/c this is blocking people from running unity8-ap tests locally to ok landings.