Issue metadata
Sign in to add a comment
|
CQ failing with: attribute lookup portage.dbapi.vartree._owners_db failed |
||||||||||||||||||||||
Issue descriptionAfter the portage uprev ( crbug.com/874977 ) ./build_packages --board=${BOARD} --withdebugsymbols Is blocking the CQ with the following failure: cros_install_debug_syms: Unhandled exception: Traceback (most recent call last): File "/mnt/host/source/chromite/bin/cros_install_debug_syms", line 169, in <module> DoMain() File "/mnt/host/source/chromite/bin/cros_install_debug_syms", line 165, in DoMain commandline.ScriptWrapperMain(FindTarget) File "/mnt/host/source/chromite/lib/commandline.py", line 912, in ScriptWrapperMain ret = target(argv[1:]) File "/mnt/host/source/chromite/scripts/cros_install_debug_syms.py", line 324, in main processes=options.jobs) File "/mnt/host/source/chromite/lib/parallel.py", line 809, in RunTasksInProcessPool queue.put((idx, input_args)) File "<string>", line 2, in put File "/usr/lib64/python2.7/multiprocessing/managers.py", line 758, in _callmethod conn.send((self._id, methodname, args, kwds)) cPickle.PicklingError: Can't pickle <class 'portage.dbapi.vartree._owners_db'>: attribute lookup portage.dbapi.vartree._owners_db failed
,
Dec 21
,
Dec 21
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/chromite/+/89e50af847ea000405fae5955f4f8399af20d784 commit 89e50af847ea000405fae5955f4f8399af20d784 Author: Allen Webb <allenwebb@google.com> Date: Fri Dec 21 19:13:02 2018 cros_install_debug_syms: Temporary hack to fix crbug.com/917405 . The portage uprev caused RunTasksInProcessPool to fail because of a pickling error: attribute lookup portage.dbapi.vartree._owners_db failed This works around the problem by keeping everything in process. This needs to be replaced with a proper fix once the CQ stabilizes. BUG= chromium:917405 TEST=./build_packages --board=${BOARD} --withdebugsymbols Change-Id: I9a2df5219a94031f92b16044be62f7a9dee4a024 Reviewed-on: https://chromium-review.googlesource.com/c/1387871 Reviewed-by: Mike Frysinger <vapier@chromium.org> Tested-by: Allen Webb <allenwebb@google.com> [modify] https://crrev.com/89e50af847ea000405fae5955f4f8399af20d784/scripts/cros_install_debug_syms.py
,
Dec 21
,
Dec 21
Issue 917472 has been merged into this issue. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by x...@chromium.org
, Dec 21