Perma UnicodeEncodeError: 'ascii' codec can't encode character '\u27a1' in position 137212: ordinal not in range(128) - DON'T USE FOR CLASSIFICATION
Categories
(Testing :: Condprofile, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Assigned: tarek)
References
Details
(Keywords: intermittent-failure)
Filed by: apavel [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=282418795&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GoXuaHUiR0iR3Rc4fb5Mig/runs/0/artifacts/public/logs/live_backing.log
[task 2019-12-23T18:34:44.253Z] 56/60 https://www.ebay.com/sch/i.html?_from=R40&_trksid=p2380057.m570.l1313.TR0.TRC0.H0.Xbottle.TRS0&_nkw=jot--- Logging error ---
[task 2019-12-23T18:34:44.253Z] Traceback (most recent call last):
[task 2019-12-23T18:34:44.253Z] File "/usr/lib/python3.6/logging/init.py", line 996, in emit
[task 2019-12-23T18:34:44.253Z] stream.write(msg)
[task 2019-12-23T18:34:44.253Z] UnicodeEncodeError: 'ascii' codec can't encode character '\u27a1' in position 137212: ordinal not in range(128)
[task 2019-12-23T18:34:44.253Z] Call stack:
[task 2019-12-23T18:34:44.253Z] File "condprof/runner.py", line 186, in <module>
[task 2019-12-23T18:34:44.253Z] main()
[task 2019-12-23T18:34:44.253Z] File "condprof/runner.py", line 178, in main
[task 2019-12-23T18:34:44.253Z] loop.run_until_complete(run_all(args))
[task 2019-12-23T18:34:44.253Z] File "/usr/lib/python3.6/asyncio/base_events.py", line 471, in run_until_complete
[task 2019-12-23T18:34:44.253Z] self.run_forever()
[task 2019-12-23T18:34:44.253Z] File "/usr/lib/python3.6/asyncio/base_events.py", line 438, in run_forever
[task 2019-12-23T18:34:44.253Z] self._run_once()
[task 2019-12-23T18:34:44.253Z] File "/usr/lib/python3.6/asyncio/base_events.py", line 1451, in _run_once
[task 2019-12-23T18:34:44.253Z] handle._run()
[task 2019-12-23T18:34:44.253Z] File "/usr/lib/python3.6/asyncio/events.py", line 145, in _run
[task 2019-12-23T18:34:44.253Z] self._callback(*self._args)
[task 2019-12-23T18:34:44.253Z] File "condprof/runner.py", line 170, in run_all
[task 2019-12-23T18:34:44.253Z] res.append(await one_run(scenario, customization))
[task 2019-12-23T18:34:44.253Z] File "condprof/runner.py", line 150, in one_run
[task 2019-12-23T18:34:44.253Z] ).run(not args.visible)
[task 2019-12-23T18:34:44.253Z] File "condprof/../condprof/creator.py", line 64, in run
[task 2019-12-23T18:34:44.253Z] self.env.dump_logs()
[task 2019-12-23T18:34:44.253Z] File "condprof/../condprof/android.py", line 213, in dump_logs
[task 2019-12-23T18:34:44.253Z] logcat = self.device.get_logcat()
[task 2019-12-23T18:34:44.253Z] File "condprof/../condprof/android.py", line 62, in get_logcat
[task 2019-12-23T18:34:44.253Z] return self.device.get_logcat()
[task 2019-12-23T18:34:44.253Z] File "/builds/task_1577125814/fetches/condprofile/lib/python3.6/site-packages/mozdevice/adb.py", line 1719, in get_logcat
[task 2019-12-23T18:34:44.253Z] lines = self.command_output(cmds, timeout=timeout).splitlines()
[task 2019-12-23T18:34:44.253Z] File "/builds/task_1577125814/fetches/condprofile/lib/python3.6/site-packages/mozdevice/adb.py", line 1215, in command_output
[task 2019-12-23T18:34:44.253Z] timeout=timeout)
[task 2019-12-23T18:34:44.253Z] File "/builds/task_1577125814/fetches/condprofile/lib/python3.6/site-packages/mozdevice/adb.py", line 331, in command_output
[task 2019-12-23T18:34:44.253Z] output))
[task 2019-12-23T18:34:44.256Z] Message: 'command_output: adb -s HT7AR1A03631 wait-for-device logcat -v time -d dalvikvm:I ConnectivityService:S WifiMonitor:S WifiStateTracker:S wpa_supplicant:S NetworkStateTracker:S EmulatedCamera_Camera:S [..........]
Comment hidden (Intermittent Failures Robot) |
![]() |
||
Comment 2•5 years ago
|
||
There are 6 such lines for a successful run which will confuse the person inspecting a failing task, especially if the real failure is not part of the failure summary.
![]() |
||
Updated•5 years ago
|
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 4•5 years ago
|
||
see
Verified duplicate
Description
•