Build: #4 failed

Job: QoS basic failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Build log

The build generated 2,854 lines of output.   The output is too long and has been truncated to the last 1,000 lines. Download or view full build log. You can find logs from previous runs here.

20-Nov-2024 08:47:47             if isinstance(error_info, list) and status in error_info:
20-Nov-2024 08:47:47                 exception_class = getattr(ExceptionMapping, error_code, WebDriverException)
20-Nov-2024 08:47:47                 break
20-Nov-2024 08:47:47         else:
20-Nov-2024 08:47:47             exception_class = WebDriverException
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         if not value:
20-Nov-2024 08:47:47             value = response["value"]
20-Nov-2024 08:47:47         if isinstance(value, str):
20-Nov-2024 08:47:47             raise exception_class(value)
20-Nov-2024 08:47:47         if message == "" and "message" in value:
20-Nov-2024 08:47:47             message = value["message"]
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         screen = None  # type: ignore[assignment]
20-Nov-2024 08:47:47         if "screen" in value:
20-Nov-2024 08:47:47             screen = value["screen"]
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         stacktrace = None
20-Nov-2024 08:47:47         st_value = value.get("stackTrace") or value.get("stacktrace")
20-Nov-2024 08:47:47         if st_value:
20-Nov-2024 08:47:47             if isinstance(st_value, str):
20-Nov-2024 08:47:47                 stacktrace = st_value.split("\n")
20-Nov-2024 08:47:47             else:
20-Nov-2024 08:47:47                 stacktrace = []
20-Nov-2024 08:47:47                 try:
20-Nov-2024 08:47:47                     for frame in st_value:
20-Nov-2024 08:47:47                         line = frame.get("lineNumber", "")
20-Nov-2024 08:47:47                         file = frame.get("fileName", "<anonymous>")
20-Nov-2024 08:47:47                         if line:
20-Nov-2024 08:47:47                             file = f"{file}:{line}"
20-Nov-2024 08:47:47                         meth = frame.get("methodName", "<anonymous>")
20-Nov-2024 08:47:47                         if "className" in frame:
20-Nov-2024 08:47:47                             meth = f"{frame['className']}.{meth}"
20-Nov-2024 08:47:47                         msg = "    at %s (%s)"
20-Nov-2024 08:47:47                         msg = msg % (meth, file)
20-Nov-2024 08:47:47                         stacktrace.append(msg)
20-Nov-2024 08:47:47                 except TypeError:
20-Nov-2024 08:47:47                     pass
20-Nov-2024 08:47:47         if exception_class == UnexpectedAlertPresentException:
20-Nov-2024 08:47:47             alert_text = None
20-Nov-2024 08:47:47             if "data" in value:
20-Nov-2024 08:47:47                 alert_text = value["data"].get("text")
20-Nov-2024 08:47:47             elif "alert" in value:
20-Nov-2024 08:47:47                 alert_text = value["alert"].get("text")
20-Nov-2024 08:47:47             raise exception_class(message, screen, stacktrace, alert_text)  # type: ignore[call-arg]  # mypy is not smart enough here
20-Nov-2024 08:47:47 >       raise exception_class(message, screen, stacktrace)
20-Nov-2024 08:47:47 E       selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".qos-status-fulfilled"}
20-Nov-2024 08:47:47 E         (Session info: chrome=115.0.5763.0); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
20-Nov-2024 08:47:47 E       Stacktrace:
20-Nov-2024 08:47:47 E       #0 0x558b1d08d2b3 <unknown>
20-Nov-2024 08:47:47 E       #1 0x558b1cdbd2d7 <unknown>
20-Nov-2024 08:47:47 E       #2 0x558b1cdfb87b <unknown>
20-Nov-2024 08:47:47 E       #3 0x558b1cdfb971 <unknown>
20-Nov-2024 08:47:47 E       #4 0x558b1cdf1816 <unknown>
20-Nov-2024 08:47:47 E       #5 0x558b1ce1adcd <unknown>
20-Nov-2024 08:47:47 E       #6 0x558b1cdf16e6 <unknown>
20-Nov-2024 08:47:47 E       #7 0x558b1ce1af6e <unknown>
20-Nov-2024 08:47:47 E       #8 0x558b1ce32fe9 <unknown>
20-Nov-2024 08:47:47 E       #9 0x558b1ce1ab73 <unknown>
20-Nov-2024 08:47:47 E       #10 0x558b1cdf01ab <unknown>
20-Nov-2024 08:47:47 E       #11 0x558b1cdf0f4e <unknown>
20-Nov-2024 08:47:47 E       #12 0x558b1d04e668 <unknown>
20-Nov-2024 08:47:47 E       #13 0x558b1d052627 <unknown>
20-Nov-2024 08:47:47 E       #14 0x558b1d05cb8c <unknown>
20-Nov-2024 08:47:47 E       #15 0x558b1d053253 <unknown>
20-Nov-2024 08:47:47 E       #16 0x558b1d021927 <unknown>
20-Nov-2024 08:47:47 E       #17 0x558b1d077018 <unknown>
20-Nov-2024 08:47:47 E       #18 0x558b1d0771a6 <unknown>
20-Nov-2024 08:47:47 E       #19 0x558b1d085ee3 <unknown>
20-Nov-2024 08:47:47 E       #20 0x7f3d25a2ca94 <unknown>
20-Nov-2024 08:47:47 E       #21 0x7f3d25ab9a34 __clone
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/selenium/webdriver/remote/errorhandler.py:229: NoSuchElementException
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 During handling of the above exception, another exception occurred:
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 fixturefunc = <function assert_all_qualities_of_service_are_fulfilled at 0x7f5dc6d3eca0>
20-Nov-2024 08:47:47 request = <FixtureRequest for <Function test_file_is_replicated_after_eviction_from_one_storage_with_qos_requirement_with_2_replicas_to_another[1oz_2op_deployed]>>
20-Nov-2024 08:47:47 kwargs = {'browser_id': 'browser', 'modals': <class 'tests.gui.utils.common.modals.Modals'>, 'selenium': {'browser': <tests.con...r_eviction_from_one_storage_with_qos_requirement_with_2_replicas_to_another[1oz_2op_deployed]>>}, 'state': 'fulfilled'}
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47     def call_fixture_func(
20-Nov-2024 08:47:47         fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs
20-Nov-2024 08:47:47     ) -> FixtureValue:
20-Nov-2024 08:47:47         if is_generator(fixturefunc):
20-Nov-2024 08:47:47             fixturefunc = cast(
20-Nov-2024 08:47:47                 Callable[..., Generator[FixtureValue, None, None]], fixturefunc
20-Nov-2024 08:47:47             )
20-Nov-2024 08:47:47             generator = fixturefunc(**kwargs)
20-Nov-2024 08:47:47             try:
20-Nov-2024 08:47:47                 fixture_result = next(generator)
20-Nov-2024 08:47:47             except StopIteration:
20-Nov-2024 08:47:47                 raise ValueError(f"{request.fixturename} did not yield a value") from None
20-Nov-2024 08:47:47             finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator)
20-Nov-2024 08:47:47             request.addfinalizer(finalizer)
20-Nov-2024 08:47:47         else:
20-Nov-2024 08:47:47             fixturefunc = cast(Callable[..., FixtureValue], fixturefunc)
20-Nov-2024 08:47:47 >           fixture_result = fixturefunc(**kwargs)
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/_pytest/fixtures.py:913:
20-Nov-2024 08:47:47 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
20-Nov-2024 08:47:47 tests/utils/bdd_utils.py:78: in wrapper
20-Nov-2024 08:47:47     return fun(*ba.args, **ba.kwargs)
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/decorator.py:232: in fun
20-Nov-2024 08:47:47     return caller(func, *(extras + args), **kw)
20-Nov-2024 08:47:47 tests/utils/utils.py:93: in wrapper
20-Nov-2024 08:47:47     return fun(*args, **kwargs)
20-Nov-2024 08:47:47 tests/gui/steps/oneprovider/qos.py:45: in assert_all_qualities_of_service_are_fulfilled
20-Nov-2024 08:47:47     assert hasattr(requirement, state), (f'No all QoS requirements are '
20-Nov-2024 08:47:47 tests/gui/utils/core/web_elements.py:77: in __get__
20-Nov-2024 08:47:47     item = super(Label, self).__get__(instance, owner)
20-Nov-2024 08:47:47 tests/gui/utils/core/web_elements.py:29: in __get__
20-Nov-2024 08:47:47     return find_web_elem(instance.web_elem, self.css_sel,
20-Nov-2024 08:47:47 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="dd1b3767d12f22c929fc26662e654ad2", element="AD25A7FC7EDD59A411E6882F34688FFA_element_595")>
20-Nov-2024 08:47:47 css_sel = '.qos-status-fulfilled'
20-Nov-2024 08:47:47 err_msg = 'no  item found in Requirement in QoS tab'
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47     def find_web_elem(web_elem_root, css_sel, err_msg):
20-Nov-2024 08:47:47         try:
20-Nov-2024 08:47:47             _scroll_to_css_sel(web_elem_root, css_sel)
20-Nov-2024 08:47:47             item = web_elem_root.find_element(By.CSS_SELECTOR, css_sel)
20-Nov-2024 08:47:47         except NoSuchElementException:
20-Nov-2024 08:47:47             with suppress(TypeError):
20-Nov-2024 08:47:47                 err_msg = err_msg()
20-Nov-2024 08:47:47 >           raise RuntimeError(err_msg)
20-Nov-2024 08:47:47 E           RuntimeError: no  item found in Requirement in QoS tab
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/utils/generic.py:139: RuntimeError
20-Nov-2024 08:47:47 ------------------------------ Captured log call -------------------------------
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 ------------------------------ Captured log call -------------------------------
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 ------------------------------- pytest-selenium --------------------------------
20-Nov-2024 08:47:47 Driver log: /tmp/pytest-of-bamboo/pytest-0/test_file_is_replicated_after_3/driver.log
20-Nov-2024 08:47:47 URL: https://dev-onezone.default.svc.cluster.local/ozw/onezone/i#/onedata/spaces/df38f2721be7f3570fcea3b79ae953efch3313/data
20-Nov-2024 08:47:47 _ test_user_successfully_makes_file_inherit_qos_requirement_from_directory[1oz_2op_deployed] _
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="63fde49052d27bfeeabdf503869b608c", element="6BB02DD1C9E1AC998B278AE4A489FB41_element_668")>
20-Nov-2024 08:47:47 css_sel = '.qos-status-fulfilled'
20-Nov-2024 08:47:47 err_msg = 'no  item found in Requirement in QoS tab'
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47     def find_web_elem(web_elem_root, css_sel, err_msg):
20-Nov-2024 08:47:47         try:
20-Nov-2024 08:47:47             _scroll_to_css_sel(web_elem_root, css_sel)
20-Nov-2024 08:47:47 >           item = web_elem_root.find_element(By.CSS_SELECTOR, css_sel)
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/utils/generic.py:135:
20-Nov-2024 08:47:47 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/selenium/webdriver/remote/webelement.py:417: in find_element
20-Nov-2024 08:47:47     return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/selenium/webdriver/remote/webelement.py:395: in _execute
20-Nov-2024 08:47:47     return self._parent.execute(command, params)
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/selenium/webdriver/remote/webdriver.py:354: in execute
20-Nov-2024 08:47:47     self.error_handler.check_response(response)
20-Nov-2024 08:47:47 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x7f5dbdc813a0>
20-Nov-2024 08:47:47 response = {'status': 404, 'value': '{"value":{"error":"no such element","message":"no such element: Unable to locate element: {\...unknown>\\n#19 0x5569fc2ebee3 \\u003Cunknown>\\n#20 0x7fa61d0fca94 \\u003Cunknown>\\n#21 0x7fa61d189a34 __clone\\n"}}'}
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47     def check_response(self, response: Dict[str, Any]) -> None:
20-Nov-2024 08:47:47         """Checks that a JSON response from the WebDriver does not have an
20-Nov-2024 08:47:47         error.
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         :Args:
20-Nov-2024 08:47:47          - response - The JSON response from the WebDriver server as a dictionary
20-Nov-2024 08:47:47            object.
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         :Raises: If the response contains an error message.
20-Nov-2024 08:47:47         """
20-Nov-2024 08:47:47         status = response.get("status", None)
20-Nov-2024 08:47:47         if not status or status == ErrorCode.SUCCESS:
20-Nov-2024 08:47:47             return
20-Nov-2024 08:47:47         value = None
20-Nov-2024 08:47:47         message = response.get("message", "")
20-Nov-2024 08:47:47         screen: str = response.get("screen", "")
20-Nov-2024 08:47:47         stacktrace = None
20-Nov-2024 08:47:47         if isinstance(status, int):
20-Nov-2024 08:47:47             value_json = response.get("value", None)
20-Nov-2024 08:47:47             if value_json and isinstance(value_json, str):
20-Nov-2024 08:47:47                 import json
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47                 try:
20-Nov-2024 08:47:47                     value = json.loads(value_json)
20-Nov-2024 08:47:47                     if len(value) == 1:
20-Nov-2024 08:47:47                         value = value["value"]
20-Nov-2024 08:47:47                     status = value.get("error", None)
20-Nov-2024 08:47:47                     if not status:
20-Nov-2024 08:47:47                         status = value.get("status", ErrorCode.UNKNOWN_ERROR)
20-Nov-2024 08:47:47                         message = value.get("value") or value.get("message")
20-Nov-2024 08:47:47                         if not isinstance(message, str):
20-Nov-2024 08:47:47                             value = message
20-Nov-2024 08:47:47                             message = message.get("message")
20-Nov-2024 08:47:47                     else:
20-Nov-2024 08:47:47                         message = value.get("message", None)
20-Nov-2024 08:47:47                 except ValueError:
20-Nov-2024 08:47:47                     pass
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         exception_class: Type[WebDriverException]
20-Nov-2024 08:47:47         e = ErrorCode()
20-Nov-2024 08:47:47         error_codes = [item for item in dir(e) if not item.startswith("__")]
20-Nov-2024 08:47:47         for error_code in error_codes:
20-Nov-2024 08:47:47             error_info = getattr(ErrorCode, error_code)
20-Nov-2024 08:47:47             if isinstance(error_info, list) and status in error_info:
20-Nov-2024 08:47:47                 exception_class = getattr(ExceptionMapping, error_code, WebDriverException)
20-Nov-2024 08:47:47                 break
20-Nov-2024 08:47:47         else:
20-Nov-2024 08:47:47             exception_class = WebDriverException
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         if not value:
20-Nov-2024 08:47:47             value = response["value"]
20-Nov-2024 08:47:47         if isinstance(value, str):
20-Nov-2024 08:47:47             raise exception_class(value)
20-Nov-2024 08:47:47         if message == "" and "message" in value:
20-Nov-2024 08:47:47             message = value["message"]
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         screen = None  # type: ignore[assignment]
20-Nov-2024 08:47:47         if "screen" in value:
20-Nov-2024 08:47:47             screen = value["screen"]
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         stacktrace = None
20-Nov-2024 08:47:47         st_value = value.get("stackTrace") or value.get("stacktrace")
20-Nov-2024 08:47:47         if st_value:
20-Nov-2024 08:47:47             if isinstance(st_value, str):
20-Nov-2024 08:47:47                 stacktrace = st_value.split("\n")
20-Nov-2024 08:47:47             else:
20-Nov-2024 08:47:47                 stacktrace = []
20-Nov-2024 08:47:47                 try:
20-Nov-2024 08:47:47                     for frame in st_value:
20-Nov-2024 08:47:47                         line = frame.get("lineNumber", "")
20-Nov-2024 08:47:47                         file = frame.get("fileName", "<anonymous>")
20-Nov-2024 08:47:47                         if line:
20-Nov-2024 08:47:47                             file = f"{file}:{line}"
20-Nov-2024 08:47:47                         meth = frame.get("methodName", "<anonymous>")
20-Nov-2024 08:47:47                         if "className" in frame:
20-Nov-2024 08:47:47                             meth = f"{frame['className']}.{meth}"
20-Nov-2024 08:47:47                         msg = "    at %s (%s)"
20-Nov-2024 08:47:47                         msg = msg % (meth, file)
20-Nov-2024 08:47:47                         stacktrace.append(msg)
20-Nov-2024 08:47:47                 except TypeError:
20-Nov-2024 08:47:47                     pass
20-Nov-2024 08:47:47         if exception_class == UnexpectedAlertPresentException:
20-Nov-2024 08:47:47             alert_text = None
20-Nov-2024 08:47:47             if "data" in value:
20-Nov-2024 08:47:47                 alert_text = value["data"].get("text")
20-Nov-2024 08:47:47             elif "alert" in value:
20-Nov-2024 08:47:47                 alert_text = value["alert"].get("text")
20-Nov-2024 08:47:47             raise exception_class(message, screen, stacktrace, alert_text)  # type: ignore[call-arg]  # mypy is not smart enough here
20-Nov-2024 08:47:47 >       raise exception_class(message, screen, stacktrace)
20-Nov-2024 08:47:47 E       selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".qos-status-fulfilled"}
20-Nov-2024 08:47:47 E         (Session info: chrome=115.0.5763.0); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
20-Nov-2024 08:47:47 E       Stacktrace:
20-Nov-2024 08:47:47 E       #0 0x5569fc2f32b3 <unknown>
20-Nov-2024 08:47:47 E       #1 0x5569fc0232d7 <unknown>
20-Nov-2024 08:47:47 E       #2 0x5569fc06187b <unknown>
20-Nov-2024 08:47:47 E       #3 0x5569fc061971 <unknown>
20-Nov-2024 08:47:47 E       #4 0x5569fc057816 <unknown>
20-Nov-2024 08:47:47 E       #5 0x5569fc080dcd <unknown>
20-Nov-2024 08:47:47 E       #6 0x5569fc0576e6 <unknown>
20-Nov-2024 08:47:47 E       #7 0x5569fc080f6e <unknown>
20-Nov-2024 08:47:47 E       #8 0x5569fc098fe9 <unknown>
20-Nov-2024 08:47:47 E       #9 0x5569fc080b73 <unknown>
20-Nov-2024 08:47:47 E       #10 0x5569fc0561ab <unknown>
20-Nov-2024 08:47:47 E       #11 0x5569fc056f4e <unknown>
20-Nov-2024 08:47:47 E       #12 0x5569fc2b4668 <unknown>
20-Nov-2024 08:47:47 E       #13 0x5569fc2b8627 <unknown>
20-Nov-2024 08:47:47 E       #14 0x5569fc2c2b8c <unknown>
20-Nov-2024 08:47:47 E       #15 0x5569fc2b9253 <unknown>
20-Nov-2024 08:47:47 E       #16 0x5569fc287927 <unknown>
20-Nov-2024 08:47:47 E       #17 0x5569fc2dd018 <unknown>
20-Nov-2024 08:47:47 E       #18 0x5569fc2dd1a6 <unknown>
20-Nov-2024 08:47:47 E       #19 0x5569fc2ebee3 <unknown>
20-Nov-2024 08:47:47 E       #20 0x7fa61d0fca94 <unknown>
20-Nov-2024 08:47:47 E       #21 0x7fa61d189a34 __clone
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/selenium/webdriver/remote/errorhandler.py:229: NoSuchElementException
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 During handling of the above exception, another exception occurred:
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 fixturefunc = <function assert_all_qualities_of_service_are_fulfilled at 0x7f5dc6d3eca0>
20-Nov-2024 08:47:47 request = <FixtureRequest for <Function test_user_successfully_makes_file_inherit_qos_requirement_from_directory[1oz_2op_deployed]>>
20-Nov-2024 08:47:47 kwargs = {'browser_id': 'browser', 'modals': <class 'tests.gui.utils.common.modals.Modals'>, 'selenium': {'browser': <tests.con...on test_user_successfully_makes_file_inherit_qos_requirement_from_directory[1oz_2op_deployed]>>}, 'state': 'fulfilled'}
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47     def call_fixture_func(
20-Nov-2024 08:47:47         fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs
20-Nov-2024 08:47:47     ) -> FixtureValue:
20-Nov-2024 08:47:47         if is_generator(fixturefunc):
20-Nov-2024 08:47:47             fixturefunc = cast(
20-Nov-2024 08:47:47                 Callable[..., Generator[FixtureValue, None, None]], fixturefunc
20-Nov-2024 08:47:47             )
20-Nov-2024 08:47:47             generator = fixturefunc(**kwargs)
20-Nov-2024 08:47:47             try:
20-Nov-2024 08:47:47                 fixture_result = next(generator)
20-Nov-2024 08:47:47             except StopIteration:
20-Nov-2024 08:47:47                 raise ValueError(f"{request.fixturename} did not yield a value") from None
20-Nov-2024 08:47:47             finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator)
20-Nov-2024 08:47:47             request.addfinalizer(finalizer)
20-Nov-2024 08:47:47         else:
20-Nov-2024 08:47:47             fixturefunc = cast(Callable[..., FixtureValue], fixturefunc)
20-Nov-2024 08:47:47 >           fixture_result = fixturefunc(**kwargs)
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/_pytest/fixtures.py:913:
20-Nov-2024 08:47:47 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
20-Nov-2024 08:47:47 tests/utils/bdd_utils.py:78: in wrapper
20-Nov-2024 08:47:47     return fun(*ba.args, **ba.kwargs)
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/decorator.py:232: in fun
20-Nov-2024 08:47:47     return caller(func, *(extras + args), **kw)
20-Nov-2024 08:47:47 tests/utils/utils.py:93: in wrapper
20-Nov-2024 08:47:47     return fun(*args, **kwargs)
20-Nov-2024 08:47:47 tests/gui/steps/oneprovider/qos.py:45: in assert_all_qualities_of_service_are_fulfilled
20-Nov-2024 08:47:47     assert hasattr(requirement, state), (f'No all QoS requirements are '
20-Nov-2024 08:47:47 tests/gui/utils/core/web_elements.py:77: in __get__
20-Nov-2024 08:47:47     item = super(Label, self).__get__(instance, owner)
20-Nov-2024 08:47:47 tests/gui/utils/core/web_elements.py:29: in __get__
20-Nov-2024 08:47:47     return find_web_elem(instance.web_elem, self.css_sel,
20-Nov-2024 08:47:47 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="63fde49052d27bfeeabdf503869b608c", element="6BB02DD1C9E1AC998B278AE4A489FB41_element_668")>
20-Nov-2024 08:47:47 css_sel = '.qos-status-fulfilled'
20-Nov-2024 08:47:47 err_msg = 'no  item found in Requirement in QoS tab'
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47     def find_web_elem(web_elem_root, css_sel, err_msg):
20-Nov-2024 08:47:47         try:
20-Nov-2024 08:47:47             _scroll_to_css_sel(web_elem_root, css_sel)
20-Nov-2024 08:47:47             item = web_elem_root.find_element(By.CSS_SELECTOR, css_sel)
20-Nov-2024 08:47:47         except NoSuchElementException:
20-Nov-2024 08:47:47             with suppress(TypeError):
20-Nov-2024 08:47:47                 err_msg = err_msg()
20-Nov-2024 08:47:47 >           raise RuntimeError(err_msg)
20-Nov-2024 08:47:47 E           RuntimeError: no  item found in Requirement in QoS tab
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/utils/generic.py:139: RuntimeError
20-Nov-2024 08:47:47 ------------------------------ Captured log call -------------------------------
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 ------------------------------ Captured log call -------------------------------
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 ------------------------------- pytest-selenium --------------------------------
20-Nov-2024 08:47:47 Driver log: /tmp/pytest-of-bamboo/pytest-0/test_user_successfully_makes_f1/driver.log
20-Nov-2024 08:47:47 URL: https://dev-onezone.default.svc.cluster.local/ozw/onezone/i#/onedata/spaces/d8b79fd279e0270bd17b33432d9abd28ch92a1/data?options=dir.Z3VpZCMzY2FmN2JhMjM2NjU3NTAxNzRlM2Y4NGI0MGVkNzg3MmNoOGUwOSNkOGI3OWZkMjc5ZTAyNzBiZDE3YjMzNDMyZDlhYmQyOGNoOTJhMQ
20-Nov-2024 08:47:47 _ test_nested_file_is_replicated_from_one_storage_to_storage_which_id_was_set_as_qos_requirement_in_parent_dir[1oz_2op_deployed] _
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="f4578e3e36b85abd7c752bc0a1748c9a", element="729347488CBF02083E03B9A1FE109DB3_element_652")>
20-Nov-2024 08:47:47 css_sel = '.qos-status-fulfilled'
20-Nov-2024 08:47:47 err_msg = 'no  item found in Requirement in QoS tab'
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47     def find_web_elem(web_elem_root, css_sel, err_msg):
20-Nov-2024 08:47:47         try:
20-Nov-2024 08:47:47             _scroll_to_css_sel(web_elem_root, css_sel)
20-Nov-2024 08:47:47 >           item = web_elem_root.find_element(By.CSS_SELECTOR, css_sel)
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/utils/generic.py:135:
20-Nov-2024 08:47:47 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/selenium/webdriver/remote/webelement.py:417: in find_element
20-Nov-2024 08:47:47     return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/selenium/webdriver/remote/webelement.py:395: in _execute
20-Nov-2024 08:47:47     return self._parent.execute(command, params)
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/selenium/webdriver/remote/webdriver.py:354: in execute
20-Nov-2024 08:47:47     self.error_handler.check_response(response)
20-Nov-2024 08:47:47 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x7f5db8e2ea50>
20-Nov-2024 08:47:47 response = {'status': 404, 'value': '{"value":{"error":"no such element","message":"no such element: Unable to locate element: {\...unknown>\\n#19 0x55a75eae0ee3 \\u003Cunknown>\\n#20 0x7ff82f48ca94 \\u003Cunknown>\\n#21 0x7ff82f519a34 __clone\\n"}}'}
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47     def check_response(self, response: Dict[str, Any]) -> None:
20-Nov-2024 08:47:47         """Checks that a JSON response from the WebDriver does not have an
20-Nov-2024 08:47:47         error.
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         :Args:
20-Nov-2024 08:47:47          - response - The JSON response from the WebDriver server as a dictionary
20-Nov-2024 08:47:47            object.
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         :Raises: If the response contains an error message.
20-Nov-2024 08:47:47         """
20-Nov-2024 08:47:47         status = response.get("status", None)
20-Nov-2024 08:47:47         if not status or status == ErrorCode.SUCCESS:
20-Nov-2024 08:47:47             return
20-Nov-2024 08:47:47         value = None
20-Nov-2024 08:47:47         message = response.get("message", "")
20-Nov-2024 08:47:47         screen: str = response.get("screen", "")
20-Nov-2024 08:47:47         stacktrace = None
20-Nov-2024 08:47:47         if isinstance(status, int):
20-Nov-2024 08:47:47             value_json = response.get("value", None)
20-Nov-2024 08:47:47             if value_json and isinstance(value_json, str):
20-Nov-2024 08:47:47                 import json
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47                 try:
20-Nov-2024 08:47:47                     value = json.loads(value_json)
20-Nov-2024 08:47:47                     if len(value) == 1:
20-Nov-2024 08:47:47                         value = value["value"]
20-Nov-2024 08:47:47                     status = value.get("error", None)
20-Nov-2024 08:47:47                     if not status:
20-Nov-2024 08:47:47                         status = value.get("status", ErrorCode.UNKNOWN_ERROR)
20-Nov-2024 08:47:47                         message = value.get("value") or value.get("message")
20-Nov-2024 08:47:47                         if not isinstance(message, str):
20-Nov-2024 08:47:47                             value = message
20-Nov-2024 08:47:47                             message = message.get("message")
20-Nov-2024 08:47:47                     else:
20-Nov-2024 08:47:47                         message = value.get("message", None)
20-Nov-2024 08:47:47                 except ValueError:
20-Nov-2024 08:47:47                     pass
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         exception_class: Type[WebDriverException]
20-Nov-2024 08:47:47         e = ErrorCode()
20-Nov-2024 08:47:47         error_codes = [item for item in dir(e) if not item.startswith("__")]
20-Nov-2024 08:47:47         for error_code in error_codes:
20-Nov-2024 08:47:47             error_info = getattr(ErrorCode, error_code)
20-Nov-2024 08:47:47             if isinstance(error_info, list) and status in error_info:
20-Nov-2024 08:47:47                 exception_class = getattr(ExceptionMapping, error_code, WebDriverException)
20-Nov-2024 08:47:47                 break
20-Nov-2024 08:47:47         else:
20-Nov-2024 08:47:47             exception_class = WebDriverException
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         if not value:
20-Nov-2024 08:47:47             value = response["value"]
20-Nov-2024 08:47:47         if isinstance(value, str):
20-Nov-2024 08:47:47             raise exception_class(value)
20-Nov-2024 08:47:47         if message == "" and "message" in value:
20-Nov-2024 08:47:47             message = value["message"]
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         screen = None  # type: ignore[assignment]
20-Nov-2024 08:47:47         if "screen" in value:
20-Nov-2024 08:47:47             screen = value["screen"]
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         stacktrace = None
20-Nov-2024 08:47:47         st_value = value.get("stackTrace") or value.get("stacktrace")
20-Nov-2024 08:47:47         if st_value:
20-Nov-2024 08:47:47             if isinstance(st_value, str):
20-Nov-2024 08:47:47                 stacktrace = st_value.split("\n")
20-Nov-2024 08:47:47             else:
20-Nov-2024 08:47:47                 stacktrace = []
20-Nov-2024 08:47:47                 try:
20-Nov-2024 08:47:47                     for frame in st_value:
20-Nov-2024 08:47:47                         line = frame.get("lineNumber", "")
20-Nov-2024 08:47:47                         file = frame.get("fileName", "<anonymous>")
20-Nov-2024 08:47:47                         if line:
20-Nov-2024 08:47:47                             file = f"{file}:{line}"
20-Nov-2024 08:47:47                         meth = frame.get("methodName", "<anonymous>")
20-Nov-2024 08:47:47                         if "className" in frame:
20-Nov-2024 08:47:47                             meth = f"{frame['className']}.{meth}"
20-Nov-2024 08:47:47                         msg = "    at %s (%s)"
20-Nov-2024 08:47:47                         msg = msg % (meth, file)
20-Nov-2024 08:47:47                         stacktrace.append(msg)
20-Nov-2024 08:47:47                 except TypeError:
20-Nov-2024 08:47:47                     pass
20-Nov-2024 08:47:47         if exception_class == UnexpectedAlertPresentException:
20-Nov-2024 08:47:47             alert_text = None
20-Nov-2024 08:47:47             if "data" in value:
20-Nov-2024 08:47:47                 alert_text = value["data"].get("text")
20-Nov-2024 08:47:47             elif "alert" in value:
20-Nov-2024 08:47:47                 alert_text = value["alert"].get("text")
20-Nov-2024 08:47:47             raise exception_class(message, screen, stacktrace, alert_text)  # type: ignore[call-arg]  # mypy is not smart enough here
20-Nov-2024 08:47:47 >       raise exception_class(message, screen, stacktrace)
20-Nov-2024 08:47:47 E       selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".qos-status-fulfilled"}
20-Nov-2024 08:47:47 E         (Session info: chrome=115.0.5763.0); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
20-Nov-2024 08:47:47 E       Stacktrace:
20-Nov-2024 08:47:47 E       #0 0x55a75eae82b3 <unknown>
20-Nov-2024 08:47:47 E       #1 0x55a75e8182d7 <unknown>
20-Nov-2024 08:47:47 E       #2 0x55a75e85687b <unknown>
20-Nov-2024 08:47:47 E       #3 0x55a75e856971 <unknown>
20-Nov-2024 08:47:47 E       #4 0x55a75e84c816 <unknown>
20-Nov-2024 08:47:47 E       #5 0x55a75e875dcd <unknown>
20-Nov-2024 08:47:47 E       #6 0x55a75e84c6e6 <unknown>
20-Nov-2024 08:47:47 E       #7 0x55a75e875f6e <unknown>
20-Nov-2024 08:47:47 E       #8 0x55a75e88dfe9 <unknown>
20-Nov-2024 08:47:47 E       #9 0x55a75e875b73 <unknown>
20-Nov-2024 08:47:47 E       #10 0x55a75e84b1ab <unknown>
20-Nov-2024 08:47:47 E       #11 0x55a75e84bf4e <unknown>
20-Nov-2024 08:47:47 E       #12 0x55a75eaa9668 <unknown>
20-Nov-2024 08:47:47 E       #13 0x55a75eaad627 <unknown>
20-Nov-2024 08:47:47 E       #14 0x55a75eab7b8c <unknown>
20-Nov-2024 08:47:47 E       #15 0x55a75eaae253 <unknown>
20-Nov-2024 08:47:47 E       #16 0x55a75ea7c927 <unknown>
20-Nov-2024 08:47:47 E       #17 0x55a75ead2018 <unknown>
20-Nov-2024 08:47:47 E       #18 0x55a75ead21a6 <unknown>
20-Nov-2024 08:47:47 E       #19 0x55a75eae0ee3 <unknown>
20-Nov-2024 08:47:47 E       #20 0x7ff82f48ca94 <unknown>
20-Nov-2024 08:47:47 E       #21 0x7ff82f519a34 __clone
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/selenium/webdriver/remote/errorhandler.py:229: NoSuchElementException
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 During handling of the above exception, another exception occurred:
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 fixturefunc = <function assert_all_qualities_of_service_are_fulfilled at 0x7f5dc6d3eca0>
20-Nov-2024 08:47:47 request = <FixtureRequest for <Function test_nested_file_is_replicated_from_one_storage_to_storage_which_id_was_set_as_qos_requirement_in_parent_dir[1oz_2op_deployed]>>
20-Nov-2024 08:47:47 kwargs = {'browser_id': 'browser_unified', 'modals': <class 'tests.gui.utils.common.modals.Modals'>, 'selenium': {'browser_emer...om_one_storage_to_storage_which_id_was_set_as_qos_requirement_in_parent_dir[1oz_2op_deployed]>>}, 'state': 'fulfilled'}
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47     def call_fixture_func(
20-Nov-2024 08:47:47         fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs
20-Nov-2024 08:47:47     ) -> FixtureValue:
20-Nov-2024 08:47:47         if is_generator(fixturefunc):
20-Nov-2024 08:47:47             fixturefunc = cast(
20-Nov-2024 08:47:47                 Callable[..., Generator[FixtureValue, None, None]], fixturefunc
20-Nov-2024 08:47:47             )
20-Nov-2024 08:47:47             generator = fixturefunc(**kwargs)
20-Nov-2024 08:47:47             try:
20-Nov-2024 08:47:47                 fixture_result = next(generator)
20-Nov-2024 08:47:47             except StopIteration:
20-Nov-2024 08:47:47                 raise ValueError(f"{request.fixturename} did not yield a value") from None
20-Nov-2024 08:47:47             finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator)
20-Nov-2024 08:47:47             request.addfinalizer(finalizer)
20-Nov-2024 08:47:47         else:
20-Nov-2024 08:47:47             fixturefunc = cast(Callable[..., FixtureValue], fixturefunc)
20-Nov-2024 08:47:47 >           fixture_result = fixturefunc(**kwargs)
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/_pytest/fixtures.py:913:
20-Nov-2024 08:47:47 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
20-Nov-2024 08:47:47 tests/utils/bdd_utils.py:78: in wrapper
20-Nov-2024 08:47:47     return fun(*ba.args, **ba.kwargs)
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/decorator.py:232: in fun
20-Nov-2024 08:47:47     return caller(func, *(extras + args), **kw)
20-Nov-2024 08:47:47 tests/utils/utils.py:93: in wrapper
20-Nov-2024 08:47:47     return fun(*args, **kwargs)
20-Nov-2024 08:47:47 tests/gui/steps/oneprovider/qos.py:45: in assert_all_qualities_of_service_are_fulfilled
20-Nov-2024 08:47:47     assert hasattr(requirement, state), (f'No all QoS requirements are '
20-Nov-2024 08:47:47 tests/gui/utils/core/web_elements.py:77: in __get__
20-Nov-2024 08:47:47     item = super(Label, self).__get__(instance, owner)
20-Nov-2024 08:47:47 tests/gui/utils/core/web_elements.py:29: in __get__
20-Nov-2024 08:47:47     return find_web_elem(instance.web_elem, self.css_sel,
20-Nov-2024 08:47:47 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="f4578e3e36b85abd7c752bc0a1748c9a", element="729347488CBF02083E03B9A1FE109DB3_element_652")>
20-Nov-2024 08:47:47 css_sel = '.qos-status-fulfilled'
20-Nov-2024 08:47:47 err_msg = 'no  item found in Requirement in QoS tab'
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47     def find_web_elem(web_elem_root, css_sel, err_msg):
20-Nov-2024 08:47:47         try:
20-Nov-2024 08:47:47             _scroll_to_css_sel(web_elem_root, css_sel)
20-Nov-2024 08:47:47             item = web_elem_root.find_element(By.CSS_SELECTOR, css_sel)
20-Nov-2024 08:47:47         except NoSuchElementException:
20-Nov-2024 08:47:47             with suppress(TypeError):
20-Nov-2024 08:47:47                 err_msg = err_msg()
20-Nov-2024 08:47:47 >           raise RuntimeError(err_msg)
20-Nov-2024 08:47:47 E           RuntimeError: no  item found in Requirement in QoS tab
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/utils/generic.py:139: RuntimeError
20-Nov-2024 08:47:47 ------------------------------ Captured log call -------------------------------
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 ------------------------------ Captured log call -------------------------------
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 ------------------------------- pytest-selenium --------------------------------
20-Nov-2024 08:47:47 Driver log: /tmp/pytest-of-bamboo/pytest-0/test_nested_file_is_replicated1/driver.log
20-Nov-2024 08:47:47 URL: https://dev-oneprovider-paris.default.svc.cluster.local:9443/#/onedata/clusters/6557c26df1f40d860538850ca5f1208fch3477/storages
20-Nov-2024 08:47:47 _ test_file_is_replicated_from_one_storage_to_storage_which_id_was_set_as_qos_requirement[1oz_2op_deployed] _
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="7f673fc46d3467ebcd2d4243bdbd9cb3", element="7F121E56C30B3CFDA0567D92AEDE2792_element_674")>
20-Nov-2024 08:47:47 css_sel = '.qos-status-fulfilled'
20-Nov-2024 08:47:47 err_msg = 'no  item found in Requirement in QoS tab'
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47     def find_web_elem(web_elem_root, css_sel, err_msg):
20-Nov-2024 08:47:47         try:
20-Nov-2024 08:47:47             _scroll_to_css_sel(web_elem_root, css_sel)
20-Nov-2024 08:47:47 >           item = web_elem_root.find_element(By.CSS_SELECTOR, css_sel)
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/utils/generic.py:135:
20-Nov-2024 08:47:47 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/selenium/webdriver/remote/webelement.py:417: in find_element
20-Nov-2024 08:47:47     return self._execute(Command.FIND_CHILD_ELEMENT, {"using": by, "value": value})["value"]
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/selenium/webdriver/remote/webelement.py:395: in _execute
20-Nov-2024 08:47:47     return self._parent.execute(command, params)
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/selenium/webdriver/remote/webdriver.py:354: in execute
20-Nov-2024 08:47:47     self.error_handler.check_response(response)
20-Nov-2024 08:47:47 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x7f5db825b0b0>
20-Nov-2024 08:47:47 response = {'status': 404, 'value': '{"value":{"error":"no such element","message":"no such element: Unable to locate element: {\...unknown>\\n#19 0x564820fc2ee3 \\u003Cunknown>\\n#20 0x7fc96ac94a94 \\u003Cunknown>\\n#21 0x7fc96ad21a34 __clone\\n"}}'}
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47     def check_response(self, response: Dict[str, Any]) -> None:
20-Nov-2024 08:47:47         """Checks that a JSON response from the WebDriver does not have an
20-Nov-2024 08:47:47         error.
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         :Args:
20-Nov-2024 08:47:47          - response - The JSON response from the WebDriver server as a dictionary
20-Nov-2024 08:47:47            object.
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         :Raises: If the response contains an error message.
20-Nov-2024 08:47:47         """
20-Nov-2024 08:47:47         status = response.get("status", None)
20-Nov-2024 08:47:47         if not status or status == ErrorCode.SUCCESS:
20-Nov-2024 08:47:47             return
20-Nov-2024 08:47:47         value = None
20-Nov-2024 08:47:47         message = response.get("message", "")
20-Nov-2024 08:47:47         screen: str = response.get("screen", "")
20-Nov-2024 08:47:47         stacktrace = None
20-Nov-2024 08:47:47         if isinstance(status, int):
20-Nov-2024 08:47:47             value_json = response.get("value", None)
20-Nov-2024 08:47:47             if value_json and isinstance(value_json, str):
20-Nov-2024 08:47:47                 import json
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47                 try:
20-Nov-2024 08:47:47                     value = json.loads(value_json)
20-Nov-2024 08:47:47                     if len(value) == 1:
20-Nov-2024 08:47:47                         value = value["value"]
20-Nov-2024 08:47:47                     status = value.get("error", None)
20-Nov-2024 08:47:47                     if not status:
20-Nov-2024 08:47:47                         status = value.get("status", ErrorCode.UNKNOWN_ERROR)
20-Nov-2024 08:47:47                         message = value.get("value") or value.get("message")
20-Nov-2024 08:47:47                         if not isinstance(message, str):
20-Nov-2024 08:47:47                             value = message
20-Nov-2024 08:47:47                             message = message.get("message")
20-Nov-2024 08:47:47                     else:
20-Nov-2024 08:47:47                         message = value.get("message", None)
20-Nov-2024 08:47:47                 except ValueError:
20-Nov-2024 08:47:47                     pass
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         exception_class: Type[WebDriverException]
20-Nov-2024 08:47:47         e = ErrorCode()
20-Nov-2024 08:47:47         error_codes = [item for item in dir(e) if not item.startswith("__")]
20-Nov-2024 08:47:47         for error_code in error_codes:
20-Nov-2024 08:47:47             error_info = getattr(ErrorCode, error_code)
20-Nov-2024 08:47:47             if isinstance(error_info, list) and status in error_info:
20-Nov-2024 08:47:47                 exception_class = getattr(ExceptionMapping, error_code, WebDriverException)
20-Nov-2024 08:47:47                 break
20-Nov-2024 08:47:47         else:
20-Nov-2024 08:47:47             exception_class = WebDriverException
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         if not value:
20-Nov-2024 08:47:47             value = response["value"]
20-Nov-2024 08:47:47         if isinstance(value, str):
20-Nov-2024 08:47:47             raise exception_class(value)
20-Nov-2024 08:47:47         if message == "" and "message" in value:
20-Nov-2024 08:47:47             message = value["message"]
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         screen = None  # type: ignore[assignment]
20-Nov-2024 08:47:47         if "screen" in value:
20-Nov-2024 08:47:47             screen = value["screen"]
20-Nov-2024 08:47:47    
20-Nov-2024 08:47:47         stacktrace = None
20-Nov-2024 08:47:47         st_value = value.get("stackTrace") or value.get("stacktrace")
20-Nov-2024 08:47:47         if st_value:
20-Nov-2024 08:47:47             if isinstance(st_value, str):
20-Nov-2024 08:47:47                 stacktrace = st_value.split("\n")
20-Nov-2024 08:47:47             else:
20-Nov-2024 08:47:47                 stacktrace = []
20-Nov-2024 08:47:47                 try:
20-Nov-2024 08:47:47                     for frame in st_value:
20-Nov-2024 08:47:47                         line = frame.get("lineNumber", "")
20-Nov-2024 08:47:47                         file = frame.get("fileName", "<anonymous>")
20-Nov-2024 08:47:47                         if line:
20-Nov-2024 08:47:47                             file = f"{file}:{line}"
20-Nov-2024 08:47:47                         meth = frame.get("methodName", "<anonymous>")
20-Nov-2024 08:47:47                         if "className" in frame:
20-Nov-2024 08:47:47                             meth = f"{frame['className']}.{meth}"
20-Nov-2024 08:47:47                         msg = "    at %s (%s)"
20-Nov-2024 08:47:47                         msg = msg % (meth, file)
20-Nov-2024 08:47:47                         stacktrace.append(msg)
20-Nov-2024 08:47:47                 except TypeError:
20-Nov-2024 08:47:47                     pass
20-Nov-2024 08:47:47         if exception_class == UnexpectedAlertPresentException:
20-Nov-2024 08:47:47             alert_text = None
20-Nov-2024 08:47:47             if "data" in value:
20-Nov-2024 08:47:47                 alert_text = value["data"].get("text")
20-Nov-2024 08:47:47             elif "alert" in value:
20-Nov-2024 08:47:47                 alert_text = value["alert"].get("text")
20-Nov-2024 08:47:47             raise exception_class(message, screen, stacktrace, alert_text)  # type: ignore[call-arg]  # mypy is not smart enough here
20-Nov-2024 08:47:47 >       raise exception_class(message, screen, stacktrace)
20-Nov-2024 08:47:47 E       selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".qos-status-fulfilled"}
20-Nov-2024 08:47:47 E         (Session info: chrome=115.0.5763.0); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
20-Nov-2024 08:47:47 E       Stacktrace:
20-Nov-2024 08:47:47 E       #0 0x564820fca2b3 <unknown>
20-Nov-2024 08:47:47 E       #1 0x564820cfa2d7 <unknown>
20-Nov-2024 08:47:47 E       #2 0x564820d3887b <unknown>
20-Nov-2024 08:47:47 E       #3 0x564820d38971 <unknown>
20-Nov-2024 08:47:47 E       #4 0x564820d2e816 <unknown>
20-Nov-2024 08:47:47 E       #5 0x564820d57dcd <unknown>
20-Nov-2024 08:47:47 E       #6 0x564820d2e6e6 <unknown>
20-Nov-2024 08:47:47 E       #7 0x564820d57f6e <unknown>
20-Nov-2024 08:47:47 E       #8 0x564820d6ffe9 <unknown>
20-Nov-2024 08:47:47 E       #9 0x564820d57b73 <unknown>
20-Nov-2024 08:47:47 E       #10 0x564820d2d1ab <unknown>
20-Nov-2024 08:47:47 E       #11 0x564820d2df4e <unknown>
20-Nov-2024 08:47:47 E       #12 0x564820f8b668 <unknown>
20-Nov-2024 08:47:47 E       #13 0x564820f8f627 <unknown>
20-Nov-2024 08:47:47 E       #14 0x564820f99b8c <unknown>
20-Nov-2024 08:47:47 E       #15 0x564820f90253 <unknown>
20-Nov-2024 08:47:47 E       #16 0x564820f5e927 <unknown>
20-Nov-2024 08:47:47 E       #17 0x564820fb4018 <unknown>
20-Nov-2024 08:47:47 E       #18 0x564820fb41a6 <unknown>
20-Nov-2024 08:47:47 E       #19 0x564820fc2ee3 <unknown>
20-Nov-2024 08:47:47 E       #20 0x7fc96ac94a94 <unknown>
20-Nov-2024 08:47:47 E       #21 0x7fc96ad21a34 __clone
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/selenium/webdriver/remote/errorhandler.py:229: NoSuchElementException
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 During handling of the above exception, another exception occurred:
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 fixturefunc = <function assert_all_qualities_of_service_are_fulfilled at 0x7f5dc6d3eca0>
20-Nov-2024 08:47:47 request = <FixtureRequest for <Function test_file_is_replicated_from_one_storage_to_storage_which_id_was_set_as_qos_requirement[1oz_2op_deployed]>>
20-Nov-2024 08:47:47 kwargs = {'browser_id': 'browser_unified', 'modals': <class 'tests.gui.utils.common.modals.Modals'>, 'selenium': {'browser_emer..._replicated_from_one_storage_to_storage_which_id_was_set_as_qos_requirement[1oz_2op_deployed]>>}, 'state': 'fulfilled'}
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47     def call_fixture_func(
20-Nov-2024 08:47:47         fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs
20-Nov-2024 08:47:47     ) -> FixtureValue:
20-Nov-2024 08:47:47         if is_generator(fixturefunc):
20-Nov-2024 08:47:47             fixturefunc = cast(
20-Nov-2024 08:47:47                 Callable[..., Generator[FixtureValue, None, None]], fixturefunc
20-Nov-2024 08:47:47             )
20-Nov-2024 08:47:47             generator = fixturefunc(**kwargs)
20-Nov-2024 08:47:47             try:
20-Nov-2024 08:47:47                 fixture_result = next(generator)
20-Nov-2024 08:47:47             except StopIteration:
20-Nov-2024 08:47:47                 raise ValueError(f"{request.fixturename} did not yield a value") from None
20-Nov-2024 08:47:47             finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator)
20-Nov-2024 08:47:47             request.addfinalizer(finalizer)
20-Nov-2024 08:47:47         else:
20-Nov-2024 08:47:47             fixturefunc = cast(Callable[..., FixtureValue], fixturefunc)
20-Nov-2024 08:47:47 >           fixture_result = fixturefunc(**kwargs)
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/_pytest/fixtures.py:913:
20-Nov-2024 08:47:47 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
20-Nov-2024 08:47:47 tests/utils/bdd_utils.py:78: in wrapper
20-Nov-2024 08:47:47     return fun(*ba.args, **ba.kwargs)
20-Nov-2024 08:47:47 /usr/local/lib/python3.12/dist-packages/decorator.py:232: in fun
20-Nov-2024 08:47:47     return caller(func, *(extras + args), **kw)
20-Nov-2024 08:47:47 tests/utils/utils.py:93: in wrapper
20-Nov-2024 08:47:47     return fun(*args, **kwargs)
20-Nov-2024 08:47:47 tests/gui/steps/oneprovider/qos.py:45: in assert_all_qualities_of_service_are_fulfilled
20-Nov-2024 08:47:47     assert hasattr(requirement, state), (f'No all QoS requirements are '
20-Nov-2024 08:47:47 tests/gui/utils/core/web_elements.py:77: in __get__
20-Nov-2024 08:47:47     item = super(Label, self).__get__(instance, owner)
20-Nov-2024 08:47:47 tests/gui/utils/core/web_elements.py:29: in __get__
20-Nov-2024 08:47:47     return find_web_elem(instance.web_elem, self.css_sel,
20-Nov-2024 08:47:47 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="7f673fc46d3467ebcd2d4243bdbd9cb3", element="7F121E56C30B3CFDA0567D92AEDE2792_element_674")>
20-Nov-2024 08:47:47 css_sel = '.qos-status-fulfilled'
20-Nov-2024 08:47:47 err_msg = 'no  item found in Requirement in QoS tab'
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47     def find_web_elem(web_elem_root, css_sel, err_msg):
20-Nov-2024 08:47:47         try:
20-Nov-2024 08:47:47             _scroll_to_css_sel(web_elem_root, css_sel)
20-Nov-2024 08:47:47             item = web_elem_root.find_element(By.CSS_SELECTOR, css_sel)
20-Nov-2024 08:47:47         except NoSuchElementException:
20-Nov-2024 08:47:47             with suppress(TypeError):
20-Nov-2024 08:47:47                 err_msg = err_msg()
20-Nov-2024 08:47:47 >           raise RuntimeError(err_msg)
20-Nov-2024 08:47:47 E           RuntimeError: no  item found in Requirement in QoS tab
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/utils/generic.py:139: RuntimeError
20-Nov-2024 08:47:47 ------------------------------ Captured log call -------------------------------
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 ------------------------------ Captured log call -------------------------------
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 WARNING  selenium.webdriver.common.selenium_manager:selenium_manager.py:135 Cache folder (/home/bamboo/.cache/selenium) cannot be created: Permission denied (os error 13)
20-Nov-2024 08:47:47 ------------------------------- pytest-selenium --------------------------------
20-Nov-2024 08:47:47 Driver log: /tmp/pytest-of-bamboo/pytest-0/test_file_is_replicated_from_o1/driver.log
20-Nov-2024 08:47:47 URL: https://dev-oneprovider-paris.default.svc.cluster.local:9443/#/onedata/clusters/6557c26df1f40d860538850ca5f1208fch3477/storages
20-Nov-2024 08:47:47 =============================== warnings summary ===============================
20-Nov-2024 08:47:47 tests/utils/rest_utils.py:98
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/utils/rest_utils.py:98: SyntaxWarning: invalid escape sequence '\ '
20-Nov-2024 08:47:47     print("""
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/utils/path_utils.py:112
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/utils/path_utils.py:112: SyntaxWarning: invalid escape sequence '\ '
20-Nov-2024 08:47:47     return path.replace("'", "\\'").replace(' ', '\ ')
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/oneclient/steps/environment_steps.py:16
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/oneclient/steps/environment_steps.py:16: SyntaxWarning: invalid escape sequence '\w'
20-Nov-2024 08:47:47     @wt(parsers.re('(?P<user>\w+) restarts oneprovider (?P<name>.*)'))
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/oneclient/steps/environment_steps.py:24
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/oneclient/steps/environment_steps.py:24: SyntaxWarning: invalid escape sequence '\w'
20-Nov-2024 08:47:47     @wt(parsers.re('(?P<user>\w+) stops network on oneprovider (?P<name>.*) for '
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 ../../../../../../../usr/local/lib/python3.12/dist-packages/_pytest/config/__init__.py:1439
20-Nov-2024 08:47:47   /usr/local/lib/python3.12/dist-packages/_pytest/config/__init__.py:1439: PytestConfigWarning: Unknown config option: xvfb_colordepth
20-Nov-2024 08:47:47  
20-Nov-2024 08:47:47     self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 ../../../../../../../usr/local/lib/python3.12/dist-packages/_pytest/config/__init__.py:1439
20-Nov-2024 08:47:47   /usr/local/lib/python3.12/dist-packages/_pytest/config/__init__.py:1439: PytestConfigWarning: Unknown config option: xvfb_height
20-Nov-2024 08:47:47  
20-Nov-2024 08:47:47     self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 ../../../../../../../usr/local/lib/python3.12/dist-packages/_pytest/config/__init__.py:1439
20-Nov-2024 08:47:47   /usr/local/lib/python3.12/dist-packages/_pytest/config/__init__.py:1439: PytestConfigWarning: Unknown config option: xvfb_width
20-Nov-2024 08:47:47  
20-Nov-2024 08:47:47     self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/steps/onepanel/deployment.py:178
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/steps/onepanel/deployment.py:178: SyntaxWarning: invalid escape sequence '\d'
20-Nov-2024 08:47:47     '\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})" for "(?P<hostname>.*)" '
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/steps/onepanel/deployment.py:190
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/steps/onepanel/deployment.py:190: SyntaxWarning: invalid escape sequence '\d'
20-Nov-2024 08:47:47     '"(?P<hostname>.*)" hostname is "(?P<expected_ip>\d{1,3}\.\d'
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/steps/onepanel/deployment.py:191
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/steps/onepanel/deployment.py:191: SyntaxWarning: invalid escape sequence '\.'
20-Nov-2024 08:47:47     '{1,3}\.\d{1,3}\.\d{1,3})" in deployment setup IP step'))
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/utils/acceptance_utils.py:55
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/utils/acceptance_utils.py:55: SyntaxWarning: invalid escape sequence '\d'
20-Nov-2024 08:47:47     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/utils/acceptance_utils.py:57
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/utils/acceptance_utils.py:57: SyntaxWarning: invalid escape sequence '\d'
20-Nov-2024 08:47:47     '(?P<seconds>\d*\.?\d+([eE][-+]?\d+)?) seconds?'))
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/steps/oneprovider/transfers.py:66
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/steps/oneprovider/transfers.py:66: SyntaxWarning: invalid escape sequence '\s'
20-Nov-2024 08:47:47     ' in ended transfers:\n(?P<desc>(.|\s)*)'))
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/steps/oneprovider/transfers.py:78
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/steps/oneprovider/transfers.py:78: SyntaxWarning: invalid escape sequence '\s'
20-Nov-2024 08:47:47     ' in waiting transfers:\n(?P<desc>(.|\s)*)'))
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/steps/oneprovider/qos.py:360
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/steps/oneprovider/qos.py:360: SyntaxWarning: assertion is always true, perhaps remove parentheses?
20-Nov-2024 08:47:47     assert ('qos-status-impossible' in
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/steps/oneprovider/qos.py:363
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/steps/oneprovider/qos.py:363: SyntaxWarning: assertion is always true, perhaps remove parentheses?
20-Nov-2024 08:47:47     assert ('qos-status-fulfilled' in
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/meta_steps/onezone/groups.py:159
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/meta_steps/onezone/groups.py:159: SyntaxWarning: invalid escape sequence '\w'
20-Nov-2024 08:47:47     @wt(parsers.re('(?P<user>\w+) invites (?P<user2>\w+) to group '
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/steps/onezone/members.py:181
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/steps/onezone/members.py:181: SyntaxWarning: invalid escape sequence '\d'
20-Nov-2024 08:47:47     @wt(parsers.re('user of (?P<browser_id>.*) sees (?P<number>\d+) '
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/steps/onezone/members.py:586
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/steps/onezone/members.py:586: SyntaxWarning: invalid escape sequence '\s'
20-Nov-2024 08:47:47     'members subpage:\n(?P<config>(.|\s)*)'))
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/steps/onezone/members.py:609
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/steps/onezone/members.py:609: SyntaxWarning: invalid escape sequence '\s'
20-Nov-2024 08:47:47     '\n(?P<config>(.|\s)*)'))
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/steps/onezone/members.py:738
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/steps/onezone/members.py:738: SyntaxWarning: invalid escape sequence '\d'
20-Nov-2024 08:47:47     @wt(parsers.re('user of (?P<browser_id>.*) sees (?P<number>\d+) '
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/steps/onezone/automation/automation_basic.py:257
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/steps/onezone/automation/automation_basic.py:257: SyntaxWarning: invalid escape sequence '\('
20-Nov-2024 08:47:47     'new revision|Duplicate to...|Download \(json\)|Remove)" button '
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/meta_steps/oneprovider/qos.py:99
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/meta_steps/oneprovider/qos.py:99: SyntaxWarning: invalid escape sequence '\ '
20-Nov-2024 08:47:47     @wt(parsers.parse('user of {browser_id} creates "anyStorage \ storageId=" QoS '
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/meta_steps/oneprovider/qos.py:104
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/meta_steps/oneprovider/qos.py:104: SyntaxWarning: invalid escape sequence '\ '
20-Nov-2024 08:47:47     expression = ('anyStorage \ storageId=' +
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/meta_steps/onepanel/storages.py:63
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/meta_steps/onepanel/storages.py:63: SyntaxWarning: invalid escape sequence '\s'
20-Nov-2024 08:47:47     '(?P<config>(.|\s)*)'))
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 tests/gui/meta_steps/onepanel/spaces.py:24
20-Nov-2024 08:47:47   /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/meta_steps/onepanel/spaces.py:24: SyntaxWarning: invalid escape sequence '\s'
20-Nov-2024 08:47:47     '(?P<config>(.|\s)*)'))
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 gui/scenarios/test_qos_basic.py: 124979 warnings
20-Nov-2024 08:47:47   /usr/local/lib/python3.12/dist-packages/pytest_selenium/pytest_selenium.py:358: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
20-Nov-2024 08:47:47     datetime.utcfromtimestamp(entry["timestamp"] / 1000.0).strftime(
20-Nov-2024 08:47:47
20-Nov-2024 08:47:47 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
20-Nov-2024 08:47:47 - generated xml file: /mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/test-reports/results.xml -
20-Nov-2024 08:47:47 - Generated html report: file:///mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance/tests/gui/logs/report.1732089088.6982696/report.html -
20-Nov-2024 08:47:47 ====== 5 failed, 6 passed, 125005 warnings, 5 rerun in 3378.94s (0:56:18) ======
20-Nov-2024 08:47:58 release "dev" uninstalled
20-Nov-2024 08:47:58 Sidecar injection has been disabled
20-Nov-2024 08:47:58 Cleaning helm release "dev"...
20-Nov-2024 08:47:58 Deleted 1 helm deployments
20-Nov-2024 08:47:58 Deleted 0 k8s deployments
20-Nov-2024 08:47:58 Deleted 0 k8s services
20-Nov-2024 08:47:58 Deleted 0 persistent volumes
20-Nov-2024 08:48:00 [INFO] ENV variable "bamboo_planRepository_branchName" is set to feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1 - using it as current branch name
20-Nov-2024 08:48:00 [INFO] Using image docker.onedata.org/onezone-dev:VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1 for service onezone
20-Nov-2024 08:48:00 [INFO] ENV variable "bamboo_planRepository_branchName" is set to feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1 - using it as current branch name
20-Nov-2024 08:48:00 [INFO] Using image docker.onedata.org/oneprovider-dev:VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1 for service oneprovider
20-Nov-2024 08:48:00 [INFO] Using image docker.onedata.org/rest-cli:develop for service rest-cli
20-Nov-2024 08:48:00 Finished task 'Codetag Tracker' with result: Success
20-Nov-2024 08:48:00 Starting task 'Parse test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
20-Nov-2024 08:48:00 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB...
20-Nov-2024 08:48:00 Failing task since 5 failing test cases were found.
20-Nov-2024 08:48:00 Finished task 'Parse test results' with result: Failed
20-Nov-2024 08:48:00 All conditions for task 'Pack and push surefire artifact' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
20-Nov-2024 08:48:00
Substituting variable: ${bamboo.artifactRepoHostname} with S3
20-Nov-2024 08:48:00
Substituting variable: ${bamboo.artifactRepoPort} with 10161
20-Nov-2024 08:48:00
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
20-Nov-2024 08:48:00
Substituting variable: ${bamboo.planRepository.branchName} with feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
20-Nov-2024 08:48:00
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
20-Nov-2024 08:48:00
Substituting variable: ${bamboo.artifactRepoHostname} with S3
20-Nov-2024 08:48:00
Substituting variable: ${bamboo.artifactRepoPort} with 10161
20-Nov-2024 08:48:00
Substituting variable: ${bamboo.artifactRepoUsername} with ubuntu
20-Nov-2024 08:48:00
Substituting variable: ${bamboo.planRepository.branchName} with feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
20-Nov-2024 08:48:00
Substituting variable: ${bamboo.planRepository.name} with onedata-acceptance
20-Nov-2024 08:48:00 Starting task 'Pack and push surefire artifact' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
20-Nov-2024 08:48:01
Beginning to execute external process for build 'Onedata Products - gui acceptance pkg - feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1 - QoS basic #4 (ODSRV-GAPT360-CQB-4)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-9244836444521494520.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance
bamboo_planRepository_1_branch=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_capability_kubeadm=true
bamboo_crossSupportHelmChartVersion=
bamboo_capability_perf_tests=true
bamboo_capability_system_builder_command_bash=/bin/bash
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_10=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-16046082151216046831.sh
bamboo_planRepository_1_branchDisplayName=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_repository_revision_number=179a838e69f116557ad330bb1368c602aed52959
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_11=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-14195825446063823821.sh
bamboo_resultsUrl=https://bamboo.onedata.org/browse/ODSRV-GAPT360-CQB-4
bamboo_capability_system_builder_command_Git=/usr/bin/git
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=ODSRV-GAPT360-CQB
bamboo_shortPlanName=gui acceptance pkg
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_simpleBuildTimeStamp=20241120074950
bamboo_repository_377847842_git_branch=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_shortJobName=QoS basic
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/ODSRV-GAPT360-CQB-4
bamboo_planRepository_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_ManualBuildTriggerReason_stageName=Acceptance Test
bamboo_agentId=360841242
bamboo_capability_onedata=true
bamboo_planName=Onedata Products - gui acceptance pkg - feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_repository_377847842_branch_name=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_7=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-669045438896452490.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-9713286363542092159.sh
bamboo_shortPlanKey=GAPT360
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_9=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-5027373099023573996.sh
bamboo_shortJobKey=CQB
bamboo_planRepository_revision=179a838e69f116557ad330bb1368c602aed52959
bamboo_repository_377847842_git_username=
bamboo_artifactRepoHostname=S3
bamboo_repository_previous_revision_number=179a838e69f116557ad330bb1368c602aed52959
bamboo_buildTimeStamp=2024-11-20T07:49:50.695Z
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_1=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-7437494591400855140.sh
bamboo_planRepository_previousRevision=179a838e69f116557ad330bb1368c602aed52959
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_2=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-1013023283437291672.sh
bamboo_repository_377847842_previous_revision_number=179a838e69f116557ad330bb1368c602aed52959
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_4=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-6882366218390230014.sh
bamboo_repository_git_branch=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_buildResultKey=ODSRV-GAPT360-CQB-4
bamboo_repository_branch_name=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_buildPlanName=Onedata Products - gui acceptance pkg - feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1 - QoS basic
bamboo_planRepository_1_revision=179a838e69f116557ad330bb1368c602aed52959
bamboo_artifactRepoPort=10161
bamboo_capability_system_jdk_JDK_17_0_13=/usr/lib/jvm/java-17-openjdk-amd64
bamboo_OnedataFinalTasksURL=https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
bamboo_repository_name=onedata-acceptance
bamboo_dependenciesDisabled=false
bamboo_buildFailed=false
bamboo_capability_system_docker_executable=/usr/bin/docker
bamboo_planRepository_branch=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_agentWorkingDirectory=/home/bamboo/bamboo-agent-home/xml-data/build-dir
bamboo_jobFailed=true
bamboo_capability_system_git_executable=/usr/bin/git
bamboo_capability_system_jdk_JDK_17=/usr/lib/jvm/java-17-openjdk-amd64
bamboo_repository_git_username=
bamboo_planRepository_1_previousRevision=179a838e69f116557ad330bb1368c602aed52959
bamboo_quarantineSourceBranch=develop
bamboo_planRepository_branchDisplayName=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_artifactRepoUsername=ubuntu
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_shortPlanBranchName=feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_repository_377847842_revision_number=179a838e69f116557ad330bb1368c602aed52959
bamboo_repository_377847842_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-17-openjdk-amd64
bamboo_plan_storageTag=plan-377685575
bamboo_planRepository_1_username=
bamboo_planRepository_type=bbserver
bamboo_git_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_git-repositories-cache
bamboo_ManualBuildTriggerReason_userName=plgnikolow
bamboo_repository_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_quarantineSourcePlan=ODSRV-GAPT
bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp
bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB
bamboo_capability_onedata_pkg_builder=true
bamboo_planKey=ODSRV-GAPT360
bamboo_RerunBuildTriggerReason_noOfRetries=1
bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_planRepository_username=
bamboo_triggerReason_key=com.atlassian.bamboo.plugin.system.triggerReason:RerunBuildTriggerReason
bamboo_repository_377847842_name=onedata-acceptance
bamboo_capability_gui=true
bamboo_artifactOpts=--hostname S3 --port 10161 --username ubuntu
bamboo_planRepository_1_branchName=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
20-Nov-2024 08:48:01 ./bamboos/artifacts/push_artifact.py --hostname S3 --port 10161 --username ubuntu --branch feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1 --plan onedata-acceptance --artifact-name surefire_QoS_basic.tar.gz
20-Nov-2024 08:48:02 Uploading artifact
20-Nov-2024 08:48:02     source path: surefire_QoS_basic.tar.gz
20-Nov-2024 08:48:02     dest.  path: artifacts/onedata-acceptance/feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1/surefire_QoS_basic.tar.gz
20-Nov-2024 08:48:02 Finished task 'Pack and push surefire artifact' with result: Success
20-Nov-2024 08:48:02 All conditions for task 'Pack logs' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
20-Nov-2024 08:48:02 Starting task 'Pack logs' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
20-Nov-2024 08:48:02
Beginning to execute external process for build 'Onedata Products - gui acceptance pkg - feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1 - QoS basic #4 (ODSRV-GAPT360-CQB-4)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-17495435738723065305.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB
bamboo_planRepository_1_branch=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_capability_kubeadm=true
bamboo_crossSupportHelmChartVersion=
bamboo_capability_perf_tests=true
bamboo_capability_system_builder_command_bash=/bin/bash
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_10=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-16046082151216046831.sh
bamboo_planRepository_1_branchDisplayName=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_repository_revision_number=179a838e69f116557ad330bb1368c602aed52959
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_11=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-14195825446063823821.sh
bamboo_resultsUrl=https://bamboo.onedata.org/browse/ODSRV-GAPT360-CQB-4
bamboo_capability_system_builder_command_Git=/usr/bin/git
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=ODSRV-GAPT360-CQB
bamboo_shortPlanName=gui acceptance pkg
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_simpleBuildTimeStamp=20241120074950
bamboo_repository_377847842_git_branch=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_shortJobName=QoS basic
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/ODSRV-GAPT360-CQB-4
bamboo_planRepository_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_ManualBuildTriggerReason_stageName=Acceptance Test
bamboo_agentId=360841242
bamboo_capability_onedata=true
bamboo_planName=Onedata Products - gui acceptance pkg - feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_repository_377847842_branch_name=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_7=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-669045438896452490.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-9713286363542092159.sh
bamboo_shortPlanKey=GAPT360
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_9=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-9244836444521494520.sh
bamboo_shortJobKey=CQB
bamboo_planRepository_revision=179a838e69f116557ad330bb1368c602aed52959
bamboo_repository_377847842_git_username=
bamboo_artifactRepoHostname=S3
bamboo_repository_previous_revision_number=179a838e69f116557ad330bb1368c602aed52959
bamboo_buildTimeStamp=2024-11-20T07:49:50.695Z
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_1=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-7437494591400855140.sh
bamboo_planRepository_previousRevision=179a838e69f116557ad330bb1368c602aed52959
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_2=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-1013023283437291672.sh
bamboo_repository_377847842_previous_revision_number=179a838e69f116557ad330bb1368c602aed52959
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_4=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-6882366218390230014.sh
bamboo_repository_git_branch=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_buildResultKey=ODSRV-GAPT360-CQB-4
bamboo_repository_branch_name=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_buildPlanName=Onedata Products - gui acceptance pkg - feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1 - QoS basic
bamboo_planRepository_1_revision=179a838e69f116557ad330bb1368c602aed52959
bamboo_artifactRepoPort=10161
bamboo_capability_system_jdk_JDK_17_0_13=/usr/lib/jvm/java-17-openjdk-amd64
bamboo_OnedataFinalTasksURL=https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
bamboo_repository_name=onedata-acceptance
bamboo_dependenciesDisabled=false
bamboo_buildFailed=false
bamboo_capability_system_docker_executable=/usr/bin/docker
bamboo_planRepository_branch=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_agentWorkingDirectory=/home/bamboo/bamboo-agent-home/xml-data/build-dir
bamboo_jobFailed=true
bamboo_capability_system_git_executable=/usr/bin/git
bamboo_capability_system_jdk_JDK_17=/usr/lib/jvm/java-17-openjdk-amd64
bamboo_repository_git_username=
bamboo_planRepository_1_previousRevision=179a838e69f116557ad330bb1368c602aed52959
bamboo_quarantineSourceBranch=develop
bamboo_planRepository_branchDisplayName=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_artifactRepoUsername=ubuntu
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_shortPlanBranchName=feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_repository_377847842_revision_number=179a838e69f116557ad330bb1368c602aed52959
bamboo_repository_377847842_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-17-openjdk-amd64
bamboo_plan_storageTag=plan-377685575
bamboo_planRepository_1_username=
bamboo_planRepository_type=bbserver
bamboo_git_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_git-repositories-cache
bamboo_ManualBuildTriggerReason_userName=plgnikolow
bamboo_repository_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_quarantineSourcePlan=ODSRV-GAPT
bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp
bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB
bamboo_capability_onedata_pkg_builder=true
bamboo_planKey=ODSRV-GAPT360
bamboo_RerunBuildTriggerReason_noOfRetries=1
bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_planRepository_username=
bamboo_triggerReason_key=com.atlassian.bamboo.plugin.system.triggerReason:RerunBuildTriggerReason
bamboo_repository_377847842_name=onedata-acceptance
bamboo_capability_gui=true
bamboo_artifactOpts=--hostname S3 --port 10161 --username ubuntu
bamboo_planRepository_1_branchName=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
20-Nov-2024 08:48:02 cp: cannot stat 'onedata-acceptance/one_env/sources_info.yaml': No such file or directory
20-Nov-2024 08:48:02 Finished task 'Pack logs' with result: Success
20-Nov-2024 08:48:02 All conditions for task 'Clear env and working dir' were met. Conditions: Variable bamboo.buildNumber matches pattern [4-9]|.{2,}
20-Nov-2024 08:48:02
Substituting variable: ${bamboo.OnedataFinalTasksURL} with https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
20-Nov-2024 08:48:02 Starting task 'Clear env and working dir' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
20-Nov-2024 08:48:02
Beginning to execute external process for build 'Onedata Products - gui acceptance pkg - feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1 - QoS basic #4 (ODSRV-GAPT360-CQB-4)'
... running command line:
/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-3765305612208580676.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB/onedata-acceptance
bamboo_planRepository_1_branch=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_capability_kubeadm=true
bamboo_crossSupportHelmChartVersion=
bamboo_capability_perf_tests=true
bamboo_capability_system_builder_command_bash=/bin/bash
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_10=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-17495435738723065305.sh
bamboo_planRepository_1_branchDisplayName=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_repository_revision_number=179a838e69f116557ad330bb1368c602aed52959
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_11=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-14195825446063823821.sh
bamboo_resultsUrl=https://bamboo.onedata.org/browse/ODSRV-GAPT360-CQB-4
bamboo_capability_system_builder_command_Git=/usr/bin/git
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB
bamboo_planRepository_1_name=onedata-acceptance
bamboo_buildKey=ODSRV-GAPT360-CQB
bamboo_shortPlanName=gui acceptance pkg
bamboo_capability_minikube=true
bamboo_planRepository_name=onedata-acceptance
bamboo_buildNumber=4
bamboo_simpleBuildTimeStamp=20241120074950
bamboo_repository_377847842_git_branch=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_shortJobName=QoS basic
bamboo_buildResultsUrl=https://bamboo.onedata.org/browse/ODSRV-GAPT360-CQB-4
bamboo_planRepository_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_ManualBuildTriggerReason_stageName=Acceptance Test
bamboo_agentId=360841242
bamboo_capability_onedata=true
bamboo_planName=Onedata Products - gui acceptance pkg - feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_repository_377847842_branch_name=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_7=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-669045438896452490.sh
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_6=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-9713286363542092159.sh
bamboo_shortPlanKey=GAPT360
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_9=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-9244836444521494520.sh
bamboo_shortJobKey=CQB
bamboo_planRepository_revision=179a838e69f116557ad330bb1368c602aed52959
bamboo_repository_377847842_git_username=
bamboo_artifactRepoHostname=S3
bamboo_repository_previous_revision_number=179a838e69f116557ad330bb1368c602aed52959
bamboo_buildTimeStamp=2024-11-20T07:49:50.695Z
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_1=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-7437494591400855140.sh
bamboo_planRepository_previousRevision=179a838e69f116557ad330bb1368c602aed52959
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_2=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-1013023283437291672.sh
bamboo_repository_377847842_previous_revision_number=179a838e69f116557ad330bb1368c602aed52959
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_4=/home/bamboo/bamboo-agent-home/temp/ODSRV-GAPT360-CQB-4-ScriptBuildTask-6882366218390230014.sh
bamboo_repository_git_branch=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_buildResultKey=ODSRV-GAPT360-CQB-4
bamboo_repository_branch_name=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_buildPlanName=Onedata Products - gui acceptance pkg - feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1 - QoS basic
bamboo_planRepository_1_revision=179a838e69f116557ad330bb1368c602aed52959
bamboo_artifactRepoPort=10161
bamboo_capability_system_jdk_JDK_17_0_13=/usr/lib/jvm/java-17-openjdk-amd64
bamboo_OnedataFinalTasksURL=https://raw.githubusercontent.com/onedata/bamboos/develop/final_tasks.sh
bamboo_repository_name=onedata-acceptance
bamboo_dependenciesDisabled=false
bamboo_buildFailed=false
bamboo_capability_system_docker_executable=/usr/bin/docker
bamboo_planRepository_branch=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_agentWorkingDirectory=/home/bamboo/bamboo-agent-home/xml-data/build-dir
bamboo_jobFailed=true
bamboo_capability_system_git_executable=/usr/bin/git
bamboo_capability_system_jdk_JDK_17=/usr/lib/jvm/java-17-openjdk-amd64
bamboo_repository_git_username=
bamboo_planRepository_1_previousRevision=179a838e69f116557ad330bb1368c602aed52959
bamboo_quarantineSourceBranch=develop
bamboo_planRepository_branchDisplayName=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_artifactRepoUsername=ubuntu
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_shortPlanBranchName=feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
bamboo_repository_377847842_revision_number=179a838e69f116557ad330bb1368c602aed52959
bamboo_repository_377847842_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_capability_system_jdk_JDK=/usr/lib/jvm/java-17-openjdk-amd64
bamboo_plan_storageTag=plan-377685575
bamboo_planRepository_1_username=
bamboo_planRepository_type=bbserver
bamboo_git_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_git-repositories-cache
bamboo_ManualBuildTriggerReason_userName=plgnikolow
bamboo_repository_git_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_quarantineSourcePlan=ODSRV-GAPT
bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp
bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB
bamboo_capability_onedata_pkg_builder=true
bamboo_planKey=ODSRV-GAPT360
bamboo_RerunBuildTriggerReason_noOfRetries=1
bamboo_planRepository_1_repositoryUrl=ssh://git@git.onedata.org:7999/vfs/onedata-acceptance.git
bamboo_planRepository_username=
bamboo_triggerReason_key=com.atlassian.bamboo.plugin.system.triggerReason:RerunBuildTriggerReason
bamboo_repository_377847842_name=onedata-acceptance
bamboo_capability_gui=true
bamboo_artifactOpts=--hostname S3 --port 10161 --username ubuntu
bamboo_planRepository_1_branchName=feature/VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1
20-Nov-2024 08:48:02   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
20-Nov-2024 08:48:02                                  Dload  Upload   Total   Spent    Left  Speed
20-Nov-2024 08:48:02
20-Nov-2024 08:48:02   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
20-Nov-2024 08:48:02 100  4822  100  4822    0     0  17925      0 --:--:-- --:--:-- --:--:-- 17925
20-Nov-2024 08:48:02 Clearing /tmp/onedata and /home/bamboo/.one-env
20-Nov-2024 08:48:04 Cleaning helm deployments
20-Nov-2024 08:48:04 Cleanining pods
20-Nov-2024 08:48:04 Cleaning kube persistant volumes
20-Nov-2024 08:48:05 Cleaning dockswift container
20-Nov-2024 08:48:05 Cleaning docker containers
20-Nov-2024 08:48:09 Stalled docker containers to remove:
20-Nov-2024 08:48:09 8915d582212b 4d6642015171 827ad997f307 46f80d4a8083 76ce80016bf3 b15cf5b18f6a c6110db87ed2 4abb4e6f7e78 9e81a2cefcff e7e8e2d36495 cd1d032bbb36 b709ac59ec0e 4b26b2c4344f f5efc4a22d7c ad775cdac387 c32f06e63d13 d65438b40482 4866fd524fed
20-Nov-2024 08:48:09 Removing stalled docker containers
20-Nov-2024 08:48:09 Error response from daemon: Cannot kill container: 8915d582212b: Container 8915d582212b361a6df93381bef01e54b2016f7d9f130876ca925ee30d15f12c is not running
20-Nov-2024 08:48:09 8915d582212b
20-Nov-2024 08:48:09 Error response from daemon: Cannot kill container: 4d6642015171: Container 4d664201517186853c2ada534bcf722cdd580f4830d0edc196fea6372af05214 is not running
20-Nov-2024 08:48:10 4d6642015171
20-Nov-2024 08:48:10 Error response from daemon: Cannot kill container: 827ad997f307: Container 827ad997f307074bc96f1cafce8b2f9ad0ac3de6a5da4d60d1d49e5c0287a359 is not running
20-Nov-2024 08:48:10 827ad997f307
20-Nov-2024 08:48:10 Error response from daemon: Cannot kill container: 46f80d4a8083: Container 46f80d4a80839ee3725694541d6690b0978507e2699af706c438d8dd837d83b4 is not running
20-Nov-2024 08:48:10 46f80d4a8083
20-Nov-2024 08:48:10 Error response from daemon: Cannot kill container: 76ce80016bf3: Container 76ce80016bf3fb5159be2e3a7ccd12b6f85a524119abd6d9c207bca7608d8ae0 is not running
20-Nov-2024 08:48:10 76ce80016bf3
20-Nov-2024 08:48:10 Error response from daemon: Cannot kill container: b15cf5b18f6a: Container b15cf5b18f6a21552b4bac3851097f6f447c5b80ec957c9285e59f12f26cc072 is not running
20-Nov-2024 08:48:10 b15cf5b18f6a
20-Nov-2024 08:48:10 Error response from daemon: Cannot kill container: c6110db87ed2: Container c6110db87ed20bb00e716b42a0a17058f307504f1a7aa64bdc2584129adf1525 is not running
20-Nov-2024 08:48:10 c6110db87ed2
20-Nov-2024 08:48:10 Error response from daemon: Cannot kill container: 4abb4e6f7e78: Container 4abb4e6f7e7855cc23e4169e70fb691eb546c3b1b54a80e2a7da7ba5aa49881e is not running
20-Nov-2024 08:48:10 4abb4e6f7e78
20-Nov-2024 08:48:10 Error response from daemon: Cannot kill container: 9e81a2cefcff: Container 9e81a2cefcfffd0b3ba04c64edbe436ec5837f2fe8826e9d238f0f1de9d3e61f is not running
20-Nov-2024 08:48:10 9e81a2cefcff
20-Nov-2024 08:48:10 Error response from daemon: Cannot kill container: e7e8e2d36495: Container e7e8e2d3649547fb21f621133a46f6817a9035d04aa6aea230735071020ec8db is not running
20-Nov-2024 08:48:11 e7e8e2d36495
20-Nov-2024 08:48:11 Error response from daemon: Cannot kill container: cd1d032bbb36: Container cd1d032bbb36aaf9f948abfd945931ca045b1c6312d7f4cf81e3faae2c72ce35 is not running
20-Nov-2024 08:48:11 cd1d032bbb36
20-Nov-2024 08:48:11 Error response from daemon: Cannot kill container: b709ac59ec0e: Container b709ac59ec0e1e839b44e44e45a591dff01e3904fab042431e1677846fa28adf is not running
20-Nov-2024 08:48:11 b709ac59ec0e
20-Nov-2024 08:48:11 Error response from daemon: Cannot kill container: 4b26b2c4344f: Container 4b26b2c4344f4bca48612adbed92d24623f31448f809aa934c06cbaca9f9a7ea is not running
20-Nov-2024 08:48:11 4b26b2c4344f
20-Nov-2024 08:48:11 Error response from daemon: Cannot kill container: f5efc4a22d7c: Container f5efc4a22d7c8a9cbd30f2671638fb44f510a20b49b8ed50c11363b115ad8b9a is not running
20-Nov-2024 08:48:11 f5efc4a22d7c
20-Nov-2024 08:48:11 Error response from daemon: Cannot kill container: ad775cdac387: Container ad775cdac3871432f473919d62503848b14a9f5f292103cd14e171253cae5f5d is not running
20-Nov-2024 08:48:11 ad775cdac387
20-Nov-2024 08:48:11 Error response from daemon: Cannot kill container: c32f06e63d13: Container c32f06e63d137c71acad75e680bc97e053a050f79f1b30cea9ad5fff5d5193e8 is not running
20-Nov-2024 08:48:11 c32f06e63d13
20-Nov-2024 08:48:11 Error response from daemon: Cannot kill container: d65438b40482: Container d65438b40482751259c128c7f3335af9b15a7d589f43ccc80c5984f2198d061c is not running
20-Nov-2024 08:48:11 d65438b40482
20-Nov-2024 08:48:12 4866fd524fed
20-Nov-2024 08:48:12 4866fd524fed
20-Nov-2024 08:48:12 Stalled docker volumes to remove:
20-Nov-2024 08:48:12
20-Nov-2024 08:48:12 Removing stalled docker volumes
20-Nov-2024 08:48:12 Removing stalled loopdevices
20-Nov-2024 08:48:19 Done
20-Nov-2024 08:48:19 Finished task 'Clear env and working dir' with result: Success
20-Nov-2024 08:48:19 Skipping task 'Qnthack - always fail on build 2' because of unfulfilled condition. Reason: Variable bamboo.buildNumber matches pattern 2
20-Nov-2024 08:48:19 Running post build plugin 'Docker Container Cleanup'
20-Nov-2024 08:48:19 Running post build plugin 'NCover Results Collector'
20-Nov-2024 08:48:19 Running post build plugin 'Build Results Label Collector'
20-Nov-2024 08:48:19 Running post build plugin 'Clover Results Collector'
20-Nov-2024 08:48:19 Running post build plugin 'npm Cache Cleanup'
20-Nov-2024 08:48:19 Running post build plugin 'Artifact Copier'
20-Nov-2024 08:48:19 Publishing an artifact: report
20-Nov-2024 08:48:34 Finished publishing of artifact Non required job artifact Http Compression On : [report], patterns: [**/*.*] anchored at: [onedata-acceptance/tests/gui/logs/] in 15.79 s
20-Nov-2024 08:48:35 Successfully removed working directory at '/home/bamboo/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT360-CQB'
20-Nov-2024 08:48:35 Finalising the build...
20-Nov-2024 08:48:35 Stopping timer.
20-Nov-2024 08:48:35 Build ODSRV-GAPT360-CQB-4 completed.
20-Nov-2024 08:48:35 Running on server: post build plugin 'Build Hanging Detection Configuration'
20-Nov-2024 08:48:35 Running on server: post build plugin 'NCover Results Collector'
20-Nov-2024 08:48:35 Running on server: post build plugin 'Build Labeller'
20-Nov-2024 08:48:35 Running on server: post build plugin 'Clover Delta Calculator'
20-Nov-2024 08:48:35 Running on server: post build plugin 'Maven Dependencies Postprocessor'
20-Nov-2024 08:48:35 All post build plugins have finished
20-Nov-2024 08:48:35 Generating build results summary...
20-Nov-2024 08:48:35 Saving build results to disk...
20-Nov-2024 08:48:35 Store variable context...
20-Nov-2024 08:48:35 Finished building ODSRV-GAPT360-CQB-4.

Older logs

Filename Actions
plan-377685575-CQB-4.log.1 Download or view