Guest User

stdout

a guest
Jul 1st, 2022
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.59 KB | None | 0 0
  1. INTERNALERROR> def worker_internal_error(self, node, formatted_error):
  2. tests_1 | INTERNALERROR> """
  3. tests_1 | INTERNALERROR> pytest_internalerror() was called on the worker.
  4. tests_1 | INTERNALERROR>
  5. tests_1 | INTERNALERROR> pytest_internalerror() arguments are an excinfo and an excrepr, which can't
  6. tests_1 | INTERNALERROR> be serialized, so we go with a poor man's solution of raising an exception
  7. tests_1 | INTERNALERROR> here ourselves using the formatted message.
  8. tests_1 | INTERNALERROR> """
  9. tests_1 | INTERNALERROR> self._active_nodes.remove(node)
  10. tests_1 | INTERNALERROR> try:
  11. tests_1 | INTERNALERROR> > assert False, formatted_error
  12. tests_1 | INTERNALERROR> E AssertionError: Traceback (most recent call last):
  13. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/_pytest/main.py", line 268, in wrap_session
  14. tests_1 | INTERNALERROR> E session.exitstatus = doit(config, session) or 0
  15. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/_pytest/main.py", line 322, in _main
  16. tests_1 | INTERNALERROR> E config.hook.pytest_runtestloop(session=session)
  17. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/hooks.py", line 286, in __call__
  18. tests_1 | INTERNALERROR> E return self._hookexec(self, self.get_hookimpls(), kwargs)
  19. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/manager.py", line 93, in _hookexec
  20. tests_1 | INTERNALERROR> E return self._inner_hookexec(hook, methods, kwargs)
  21. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/manager.py", line 87, in <lambda>
  22. tests_1 | INTERNALERROR> E firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  23. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/callers.py", line 208, in _multicall
  24. tests_1 | INTERNALERROR> E return outcome.get_result()
  25. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/callers.py", line 80, in get_result
  26. tests_1 | INTERNALERROR> E raise ex[1].with_traceback(ex[2])
  27. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/callers.py", line 187, in _multicall
  28. tests_1 | INTERNALERROR> E res = hook_impl.function(*args)
  29. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/xdist/remote.py", line 91, in pytest_runtestloop
  30. tests_1 | INTERNALERROR> E self.run_one_test(torun)
  31. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/xdist/remote.py", line 110, in run_one_test
  32. tests_1 | INTERNALERROR> E self.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  33. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/hooks.py", line 286, in __call__
  34. tests_1 | INTERNALERROR> E return self._hookexec(self, self.get_hookimpls(), kwargs)
  35. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/manager.py", line 93, in _hookexec
  36. tests_1 | INTERNALERROR> E return self._inner_hookexec(hook, methods, kwargs)
  37. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/manager.py", line 87, in <lambda>
  38. tests_1 | INTERNALERROR> E firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  39. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/callers.py", line 208, in _multicall
  40. tests_1 | INTERNALERROR> E return outcome.get_result()
  41. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/callers.py", line 80, in get_result
  42. tests_1 | INTERNALERROR> E raise ex[1].with_traceback(ex[2])
  43. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/callers.py", line 187, in _multicall
  44. tests_1 | INTERNALERROR> E res = hook_impl.function(*args)
  45. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/_pytest/runner.py", line 112, in pytest_runtest_protocol
  46. tests_1 | INTERNALERROR> E ihook.pytest_runtest_logfinish(nodeid=item.nodeid, location=item.location)
  47. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/hooks.py", line 286, in __call__
  48. tests_1 | INTERNALERROR> E return self._hookexec(self, self.get_hookimpls(), kwargs)
  49. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/manager.py", line 93, in _hookexec
  50. tests_1 | INTERNALERROR> E return self._inner_hookexec(hook, methods, kwargs)
  51. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/manager.py", line 87, in <lambda>
  52. tests_1 | INTERNALERROR> E firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  53. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/callers.py", line 203, in _multicall
  54. tests_1 | INTERNALERROR> E gen.send(outcome)
  55. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/allure_pytest/listener.py", line 211, in pytest_runtest_logfinish
  56. tests_1 | INTERNALERROR> E self.allure_logger.close_test(uuid)
  57. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/allure_commons/reporter.py", line 76, in close_test
  58. tests_1 | INTERNALERROR> E plugin_manager.hook.report_result(result=test_case)
  59. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/hooks.py", line 286, in __call__
  60. tests_1 | INTERNALERROR> E return self._hookexec(self, self.get_hookimpls(), kwargs)
  61. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/manager.py", line 93, in _hookexec
  62. tests_1 | INTERNALERROR> E return self._inner_hookexec(hook, methods, kwargs)
  63. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/manager.py", line 87, in <lambda>
  64. tests_1 | INTERNALERROR> E firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  65. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/callers.py", line 208, in _multicall
  66. tests_1 | INTERNALERROR> E return outcome.get_result()
  67. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/callers.py", line 80, in get_result
  68. tests_1 | INTERNALERROR> E raise ex[1].with_traceback(ex[2])
  69. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/callers.py", line 187, in _multicall
  70. tests_1 | INTERNALERROR> E res = hook_impl.function(*args)
  71. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/allure_commons/logger.py", line 44, in report_result
  72. tests_1 | INTERNALERROR> E self._report_item(result)
  73. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/allure_commons/logger.py", line 34, in _report_item
  74. tests_1 | INTERNALERROR> E data = asdict(item, filter=lambda attr, value: not (type(value) != bool and not bool(value)))
  75. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/attr/_funcs.py", line 81, in asdict
  76. tests_1 | INTERNALERROR> E for i in v
  77. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/attr/_funcs.py", line 81, in <listcomp>
  78. tests_1 | INTERNALERROR> E for i in v
  79. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/attr/_funcs.py", line 130, in _asdict_anything
  80. tests_1 | INTERNALERROR> E value_serializer,
  81. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/attr/_funcs.py", line 54, in asdict
  82. tests_1 | INTERNALERROR> E if filter is not None and not filter(a, v):
  83. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/allure_commons/logger.py", line 34, in <lambda>
  84. tests_1 | INTERNALERROR> E data = asdict(item, filter=lambda attr, value: not (type(value) != bool and not bool(value)))
  85. tests_1 | INTERNALERROR> E File "/usr/local/airflow/.local/lib/python3.7/site-packages/pandas/core/generic.py", line 1443, in __nonzero__
  86. tests_1 | INTERNALERROR> E f"The truth value of a {type(self).__name__} is ambiguous. "
  87. tests_1 | INTERNALERROR> E ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
  88. tests_1 | INTERNALERROR> E assert False
  89. tests_1 | INTERNALERROR>
  90. tests_1 | INTERNALERROR> .local/lib/python3.7/site-packages/xdist/dsession.py:192: AssertionError
  91. tests_1 | INTERNALERROR> Traceback (most recent call last):
  92. tests_1 | INTERNALERROR> File "/usr/local/airflow/.local/lib/python3.7/site-packages/_pytest/main.py", line 268, in wrap_session
  93. tests_1 | INTERNALERROR> session.exitstatus = doit(config, session) or 0
  94. tests_1 | INTERNALERROR> File "/usr/local/airflow/.local/lib/python3.7/site-packages/_pytest/main.py", line 322, in _main
  95. tests_1 | INTERNALERROR> config.hook.pytest_runtestloop(session=session)
  96. tests_1 | INTERNALERROR> File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/hooks.py", line 286, in __call__
  97. tests_1 | INTERNALERROR> return self._hookexec(self, self.get_hookimpls(), kwargs)
  98. tests_1 | INTERNALERROR> File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/manager.py", line 93, in _hookexec
  99. tests_1 | INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)
  100. tests_1 | INTERNALERROR> File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/manager.py", line 87, in <lambda>
  101. tests_1 | INTERNALERROR> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  102. tests_1 | INTERNALERROR> File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/callers.py", line 203, in _multicall
  103. tests_1 | INTERNALERROR> gen.send(outcome)
  104. tests_1 | INTERNALERROR> File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/callers.py", line 80, in get_result
  105. tests_1 | INTERNALERROR> raise ex[1].with_traceback(ex[2])
  106. tests_1 | INTERNALERROR> File "/usr/local/airflow/.local/lib/python3.7/site-packages/pluggy/callers.py", line 187, in _multicall
  107. tests_1 | INTERNALERROR> res = hook_impl.function(*args)
  108. tests_1 | INTERNALERROR> File "/usr/local/airflow/.local/lib/python3.7/site-packages/xdist/dsession.py", line 117, in pytest_runtestloop
  109. tests_1 | INTERNALERROR> self.loop_once()
  110. tests_1 | INTERNALERROR> File "/usr/local/airflow/.local/lib/python3.7/site-packages/xdist/dsession.py", line 129, in loop_once
  111. tests_1 | INTERNALERROR> raise RuntimeError("Unexpectedly no active workers available")
  112. tests_1 | INTERNALERROR> RuntimeError: Unexpectedly no active workers available
Advertisement
Add Comment
Please, Sign In to add comment