New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 877130 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

[Autotest failure] bluetooth_AdapterHIDReports.mouse failing with multiple reasons

Project Member Reported by harpreet@chromium.org, Aug 23

Issue description

bluetooth_AdapterHIDReports.mouse failing on peppy, big, lulu and celes.


See the failure reason at the link below:
https://stainless.corp.google.com/search?view=list&first_date=2018-08-17&last_date=2018-08-23&suite=%5Ebluetooth%5C_chameleon%24&test=%5Ebluetooth_AdapterHIDReports%5C.mouse%24&status=FAIL&status=ERROR&status=ABORT&exclude_cts=true&exclude_not_run=false&exclude_non_release=true&exclude_au=true&exclude_acts=true&exclude_retried=true&exclude_non_production=false



Looks like its not able to find the device node?

08/22 15:28:12.228 DEBUG|             utils:0286| [client] 15:28:11 INFO | Dispatching method <bound method InputFacadeNative.initialize_input_recorder of <autotest_lib.client.cros.multimedia.input_facade_native.InputFacadeNative object at 0x7117722202d0>> with args ('RNBT-BA89',)
08/22 15:28:12.228 DEBUG|             utils:0286| [client] 127.0.0.1 - - [22/Aug/2018 15:28:11] "POST /RPC2 HTTP/1.1" 200 -
08/22 15:28:12.228 ERROR|remote_facade_fact:0188| Failed RPC 'input.initialize_input_recorder'(('RNBT-BA89',), {}) with status [<type 'exceptions.Exception'>].
08/22 15:28:12.228 ERROR|bluetooth_adapter_:0062| test_mouse_left_click: InputEventRecorderError: Failed to find the device node of RNBT-BA89 (RPC: input.initialize_input_recorder)
08/22 15:28:12.228 ERROR|bluetooth_adapter_:0309| test_mouse_left_click failed at the 1st time.
08/22 15:28:12.229 INFO |bluetooth_adapter_:0313| test_mouse_left_click: retry the 2nd time.
08/22 15:28:13.264 INFO |bluetooth_adapter_:0280| retry: creating a new serial device...
08/22 15:28:13.264 INFO |bluetooth_adapter_:0195| Remove the old serial device and create a new one.
08/22 15:28:14.208 INFO |bluetooth_adapter_:0324| test_mouse_left_click: retry the 2nd time.
08/22 15:28:14.300 DEBUG|             utils:0286| [client] 15:28:13 INFO | Dispatching method <bound method InputFacadeNative.initialize_input_recorder of <autotest_lib.client.cros.multimedia.input_facade_native.InputFacadeNative object at 0x7117722202d0>> with args ('RNBT-BA89',)
08/22 15:28:14.301 DEBUG|remote_facade_fact:0141| RPC 'input.initialize_input_recorder'(('RNBT-BA89',), {}) returns 'Traceback (most recent call last):\n  File "./multimedia_xmlrpc_server.py", line 92, in _dispatch\n    return func(*params)\n  File "/usr/local/autotest/cros/multimedia/input_facade_native.py", line 35, in initialize_input_recorder\n    self.recorder = input_event_recorder.InputEventRecorder(device_name)\n  File "/usr/local/autotest/bin/input/input_event_recorder.py", line 157, in __init__\n    raise InputEventRecorderError(err_msg)\nInputEventRecorderError: Failed to find the device node of RNBT-BA89\n'.
08/22 15:28:14.301 ERROR|remote_facade_fact:0188| Failed RPC 'input.initialize_input_recorder'(('RNBT-BA89',), {}) with status [<type 'exceptions.Exception'>].
08/22 15:28:14.301 ERROR|bluetooth_adapter_:0062| test_mouse_left_click: InputEventRecorderError: Failed to find the device node of RNBT-BA89 (RPC: input.initialize_input_recorder)
08/22 15:28:14.301 ERROR|bluetooth_adapter_:0378| [--- failed: test_mouse_left_click (None)]
 
And this error...
08/22 17:42:17.423 ERROR|        base_label:0204| error getting label HWIDLabel.
Traceback (most recent call last):
  File "/usr/local/autotest/server/hosts/base_label.py", line 201, in get_labels
    labels.extend(label.get(host))
  File "/usr/local/autotest/server/hosts/base_label.py", line 81, in get
    return self.generate_labels(host)
  File "/usr/local/autotest/server/hosts/cros_label.py", line 583, in generate_labels
    self.key_file).get('labels', [])
  File "/usr/local/autotest/site_utils/hwid_lib.py", line 51, in get_hwid_info
    with open(key_file) as f:
IOError: [Errno 2] No such file or directory: '/usr/local/autotest/hwid_key'
08/22 17:42:17.424 INFO |        base_label:0199| checking label InternalDisplayLabel
08/22 17:42:17.445 ERROR|        base_label:0204| error getting label InternalDisplayLabel.
Traceback (most recent call last):
  File "/usr/local/autotest/server/hosts/base_label.py", line 201, in get_labels
    labels.extend(label.get(host))
  File "/usr/local/autotest/server/hosts/base_label.py", line 81, in get
    return self.generate_labels(host)
  File "/usr/local/autotest/server/hosts/cros_label.py", line 530, in generate_labels
    from autotest_lib.client.cros.graphics import graphics_utils
  File "/usr/local/autotest/client/cros/graphics/graphics_utils.py", line 24, in <module>
    import uinput
ImportError: No module named uinput
Cc: shijinabraham@chromium.org

Sign in to add a comment