Skip to content

Conversation

@PProfizi
Copy link
Contributor

No description provided.

@PProfizi PProfizi self-assigned this Dec 11, 2025
@PProfizi PProfizi added the documentation Improvements or additions to documentation label Dec 11, 2025
@codecov
Copy link

codecov bot commented Dec 11, 2025

❌ 13 Tests Failed:

Tests completed Failed Passed Skipped
2118 13 2105 50
View the top 3 failed test(s) by shortest run time
src.ansys.dpf.core.data_sources::core.data_sources.DataSources.add_upstream_for_domain
Stack Traces | 2.07s run time
503         --------
504         Add an upstream data to the main DataSources object of an expansion distributed analysis.
505 
506         >>> import os
507         >>>
508         >>> from ansys.dpf import core as dpf
509         >>> from ansys.dpf.core import examples
510         >>>
511         >>> # Download the result files
512         >>> paths = examples.find_distributed_msup_folder()
UNEXPECTED EXCEPTION: <HTTPError 503: 'Service Unavailable'>
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.data_sources.DataSources.add_upstream_for_domain[3]>", line 1, in <module>
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 1967, in find_distributed_msup_folder
    _download_file(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 116, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 110, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 563, in error
    return self._call_chain(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable
D:\a\pydpf-core\pydpf-core\src\ansys\dpf\core\data_sources.py:512: UnexpectedException
src.ansys.dpf.core.dpf_operator::core.dpf_operator.Operator
Stack Traces | 2.07s run time
127     Create an operator from the library of operators.
128 
129     >>> from ansys.dpf import core as dpf
130     >>> disp_oper = dpf.operators.result.displacement()
131 
132     Create an operator from a model.
133 
134     >>> from ansys.dpf.core import Model
135     >>> from ansys.dpf.core import examples
136     >>> model = Model(examples.find_static_rst())
UNEXPECTED EXCEPTION: <HTTPError 503: 'Service Unavailable'>
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.dpf_operator.Operator[4]>", line 1, in <module>
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 1712, in find_static_rst
    return _download_file("result_files", "static.rst", should_upload, server, return_local_path)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 116, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 110, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 563, in error
    return self._call_chain(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable
D:\a\pydpf-core\pydpf-core\src\ansys\dpf\core\dpf_operator.py:136: UnexpectedException
src.ansys.dpf.core.model::core.model.Model.results
Stack Traces | 2.08s run time
148         ----------
149         all types of results : Result
150             Result provider helper wrapping all types of provider available for a
151             given result file.
152 
153         Examples
154         --------
155             >>> from ansys.dpf import core as dpf
156             >>> from ansys.dpf.core import examples
157             >>> model = dpf.Model(examples.find_electric_therm())
UNEXPECTED EXCEPTION: <HTTPError 503: 'Service Unavailable'>
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.model.Model.results[2]>", line 1, in <module>
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 1804, in find_electric_therm
    return _download_file(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 116, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 110, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 563, in error
    return self._call_chain(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable
D:\a\pydpf-core\pydpf-core\src\ansys\dpf\core\model.py:157: UnexpectedException
src.ansys.dpf.core.plotter::core.plotter.plot_chart
Stack Traces | 2.1s run time
852     screenshot : path-like, optional
853         A file path to which the figure should be saved. The format is inferred from the file
854         extension in the path (defaults to ".png"). The default is ``None``.
855 
856 
857     Examples
858     --------
859     >>> from ansys.dpf import core as dpf
860     >>> from ansys.dpf.core import examples
861     >>> model = dpf.Model(examples.find_transient_therm())
UNEXPECTED EXCEPTION: <HTTPError 503: 'Service Unavailable'>
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.plotter.plot_chart[2]>", line 1, in <module>
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 1868, in find_transient_therm
    return _download_file(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 116, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 110, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 563, in error
    return self._call_chain(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable
D:\a\pydpf-core\pydpf-core\src\ansys\dpf\core\plotter.py:861: UnexpectedException
src.ansys.dpf.core.incremental::core.incremental.IncrementalHelper
Stack Traces | 2.1s run time
031 Provides an API to transform an existing workflow into an incrementally evaluating one.
032 
033     It works by plugging operators into an incomplete workflow.
034 
035     Example
036     -------
037     >>> from ansys.dpf import core as dpf
038     >>> from ansys.dpf.core import examples
039     >>> path = examples.find_msup_transient()
UNEXPECTED EXCEPTION: <HTTPError 503: 'Service Unavailable'>
Traceback (most recent call last):
  File ".../hostedtoolcache/Python/3.10.19................................./x64/lib/python3.10/doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.incremental.IncrementalHelper[2]>", line 1, in <module>
  File ".../hostedtoolcache/Python/3.10.19................................./x64/lib/python3.10.../core/examples/downloads.py", line 1900, in find_msup_transient
    return _download_file(
  File ".../hostedtoolcache/Python/3.10.19................................./x64/lib/python3.10.../core/examples/downloads.py", line 116, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File ".../hostedtoolcache/Python/3.10.19................................./x64/lib/python3.10.../core/examples/downloads.py", line 110, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File ".../hostedtoolcache/Python/3.10.19................................./x64/lib/python3.10/urllib/request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File ".../hostedtoolcache/Python/3.10.19................................./x64/lib/python3.10/urllib/request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File ".../hostedtoolcache/Python/3.10.19................................./x64/lib/python3.10/urllib/request.py", line 525, in open
    response = meth(req, response)
  File ".../hostedtoolcache/Python/3.10.19................................./x64/lib/python3.10/urllib/request.py", line 634, in http_response
    response = self.parent.error(
  File ".../hostedtoolcache/Python/3.10.19................................./x64/lib/python3.10/urllib/request.py", line 563, in error
    return self._call_chain(*args)
  File ".../hostedtoolcache/Python/3.10.19................................./x64/lib/python3.10/urllib/request.py", line 496, in _call_chain
    result = func(*args)
  File ".../hostedtoolcache/Python/3.10.19................................./x64/lib/python3.10/urllib/request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable
.../dpf/core/incremental.py:39: UnexpectedException
src.ansys.dpf.core.results::core.results.CommonResults.temperature
Stack Traces | 2.12s run time
767         Result
768 
769         Examples
770         --------
771         Create a temperature result from the model and choose its time
772         and mesh scopings.
773 
774         >>> from ansys.dpf import core as dpf
775         >>> from ansys.dpf.core import examples
776         >>> model = dpf.Model(examples.find_steady_therm())
UNEXPECTED EXCEPTION: <HTTPError 503: 'Service Unavailable'>
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.results.CommonResults.temperature[2]>", line 1, in <module>
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 1836, in find_steady_therm
    return _download_file(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 116, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 110, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 563, in error
    return self._call_chain(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable
D:\a\pydpf-core\pydpf-core\src\ansys\dpf\core\results.py:776: UnexpectedException
src.ansys.dpf.core.plotter::core.plotter.DpfPlotter.add_streamlines
Stack Traces | 2.12s run time
644             avoid throwing if computed streamlines are empty. See
645             ``Examples`` section for more information.
646 
647         Examples
648         --------
649         >>> from ansys.dpf import core as dpf
650         >>> from ansys.dpf.core import examples
651         >>> from ansys.dpf.core.helpers.streamlines import compute_streamlines
652         >>> # Get model and meshed region
653         >>> files = examples.download_fluent_mixing_elbow_steady_state()
UNEXPECTED EXCEPTION: <HTTPError 503: 'Service Unavailable'>
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.plotter.DpfPlotter.add_streamlines[3]>", line 1, in <module>
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 1356, in download_fluent_mixing_elbow_steady_state
    "flprj": _download_file(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 116, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 110, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 563, in error
    return self._call_chain(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable
D:\a\pydpf-core\pydpf-core\src\ansys\dpf\core\plotter.py:653: UnexpectedException
src.ansys.dpf.core.results::core.results.CommonResults.structural_temperature
Stack Traces | 2.12s run time
741         Result
742 
743         Examples
744         --------
745         Create a structural_temperature result from the model and choose its time
746         and mesh scopings.
747 
748         >>> from ansys.dpf import core as dpf
749         >>> from ansys.dpf.core import examples
750         >>> model = dpf.Model(examples.find_complex_rst())
UNEXPECTED EXCEPTION: <HTTPError 503: 'Service Unavailable'>
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.results.CommonResults.structural_temperature[2]>", line 1, in <module>
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 1742, in find_complex_rst
    return _download_file("result_files", "complex.rst", should_upload, server, return_local_path)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 116, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 110, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 563, in error
    return self._call_chain(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable
D:\a\pydpf-core\pydpf-core\src\ansys\dpf\core\results.py:750: UnexpectedException
src.ansys.dpf.core.mesh_info::core.mesh_info.MeshInfo
Stack Traces | 2.12s run time
042      mesh_info : optional
043         Hold the information of the mesh region into a generic data container.
044 
045     Examples
046     --------
047     Explore the mesh info from the model
048 
049     >>> from ansys.dpf import core as dpf
050     >>> from ansys.dpf.core import examples
051     >>> fluent = examples.fluid_axial_model()
UNEXPECTED EXCEPTION: <HTTPError 503: 'Service Unavailable'>
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.mesh_info.MeshInfo[2]>", line 1, in <module>
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\examples.py", line 116, in fluid_axial_model
    aux = download_fluent_axial_comp()
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 1262, in download_fluent_axial_comp
    _download_file(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 116, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 110, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 563, in error
    return self._call_chain(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable
D:\a\pydpf-core\pydpf-core\src\ansys\dpf\core\mesh_info.py:51: UnexpectedException
src.ansys.dpf.core.custom_fields_container::core.custom_fields_container.BodyFieldsContainer
Stack Traces | 2.16s run time
284     server : server.DPFServer, optional
285         Server with the channel connected to the remote or local instance. The default is
286         ``None``, in which case an attempt is made to use the
287         global server.
288 
289     Examples
290     --------
291     >>> from ansys.dpf import core as dpf
292     >>> from ansys.dpf.core import examples
293     >>> model = dpf.Model(examples.download_all_kinds_of_complexity_modal())
UNEXPECTED EXCEPTION: <HTTPError 503: 'Service Unavailable'>
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.custom_fields_container.BodyFieldsContainer[2]>", line 1, in <module>
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 245, in download_all_kinds_of_complexity_modal
    return _download_file(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 116, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 110, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 563, in error
    return self._call_chain(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable
D:\a\pydpf-core\pydpf-core\src\ansys\dpf\core\custom_fields_container.py:293: UnexpectedException
src.ansys.dpf.core.data_sources::core.data_sources.DataSources.guess_second_key
Stack Traces | 2.5s run time
235 
236         Examples
237         --------
238         Find the first extension key of a result file with multiple extensions keys.
239 
240         >>> from ansys.dpf import core as dpf
241         >>> from ansys.dpf.core import examples
242         >>>
243         >>> # Download the result files
244         >>> paths = examples.download_fluent_axial_comp()
UNEXPECTED EXCEPTION: <HTTPError 503: 'Service Unavailable'>
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.data_sources.DataSources.guess_second_key[2]>", line 1, in <module>
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 1262, in download_fluent_axial_comp
    _download_file(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 116, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 110, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 563, in error
    return self._call_chain(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable
D:\a\pydpf-core\pydpf-core\src\ansys\dpf\core\data_sources.py:244: UnexpectedException
src.ansys.dpf.core.data_sources::core.data_sources.DataSources.guess_result_key
Stack Traces | 2.65s run time
196         --------
197         Gives the result key for the result file of the given path
198 
199         >>> from ansys.dpf import core as dpf
200         >>> from ansys.dpf.core import examples
201         >>>
202         >>> # Create the DataSources object
203         >>> my_data_sources = dpf.DataSources()
204         >>> # Download the result files
205         >>> path = examples.download_d3plot_beam()
UNEXPECTED EXCEPTION: <HTTPError 503: 'Service Unavailable'>
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.data_sources.DataSources.guess_result_key[3]>", line 1, in <module>
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 952, in download_d3plot_beam
    _download_file(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 116, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 110, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 563, in error
    return self._call_chain(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable
D:\a\pydpf-core\pydpf-core\src\ansys\dpf\core\data_sources.py:205: UnexpectedException
src.ansys.dpf.core.data_sources::core.data_sources.DataSources.add_upstream
Stack Traces | 4.37s run time
456 
457         Examples
458         --------
459         Add upstream data to the main DataSources object of an expansion analysis.
460 
461         >>> from ansys.dpf import core as dpf
462         >>> from ansys.dpf.core import examples
463         >>>
464         >>> # Download the result files
465         >>> paths = examples.download_msup_files_to_dict()
UNEXPECTED EXCEPTION: <HTTPError 503: 'Service Unavailable'>
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\doctest.py", line 1350, in __run
    exec(compile(example.source, filename, "single",
  File "<doctest core.data_sources.DataSources.add_upstream[2]>", line 1, in <module>
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 458, in download_msup_files_to_dict
    "mode": _download_file(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 116, in _download_file
    local_path = _retrieve_file(url, filename, directory)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ansys\dpf\core\examples\downloads.py", line 110, in _retrieve_file
    _, resp = urlretrieve(url, local_path)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 241, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 563, in error
    return self._call_chain(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable
D:\a\pydpf-core\pydpf-core\src\ansys\dpf\core\data_sources.py:465: UnexpectedException
tests/test_timefreqsupport.py::test_deep_copy_time_freq_support_harmonic
Stack Traces | 6.09s run time
def test_deep_copy_time_freq_support_harmonic():
>       model = Model(examples.download_multi_harmonic_result())

tests/test_timefreqsupport.py:267: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
..../test-api/lib/python3.10.../core/examples/downloads.py:330: in download_multi_harmonic_result
    return _download_file(
..../test-api/lib/python3.10.../core/examples/downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
..../test-api/lib/python3.10.../core/examples/downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:216: in urlopen
    return opener.open(url, data, timeout)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:525: in open
    response = meth(req, response)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:634: in http_response
    response = self.parent.error(
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:563: in error
    return self._call_chain(*args)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <urllib.request.HTTPDefaultErrorHandler object at 0x7f88d99d29e0>
req = <urllib.request.Request object at 0x7f883850c730>
fp = <http.client.HTTPResponse object at 0x7f883850ca30>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x7f883850db70>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:643: HTTPError
tests/test_faces.py::test_face
Stack Traces | 6.09s run time
fluent_axial_comp = <function fluent_axial_comp.<locals>.return_ds at 0x7fd0cc518b80>

    @pytest.fixture()
    def model_faces(fluent_axial_comp):
>       model = dpf.Model(fluent_axial_comp())

tests/test_faces.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
tests/conftest.py:249: in return_ds
    files = examples.download_fluent_axial_comp(server=server)
..../test-api/lib/python3.10.../core/examples/downloads.py:1292: in download_fluent_axial_comp
    _download_file(
..../test-api/lib/python3.10.../core/examples/downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
..../test-api/lib/python3.10.../core/examples/downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:216: in urlopen
    return opener.open(url, data, timeout)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:525: in open
    response = meth(req, response)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:634: in http_response
    response = self.parent.error(
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:563: in error
    return self._call_chain(*args)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <urllib.request.HTTPDefaultErrorHandler object at 0x7fd12a450610>
req = <urllib.request.Request object at 0x7fd12a124dc0>
fp = <http.client.HTTPResponse object at 0x7fd12a124e80>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x7fd12a1254b0>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:643: HTTPError
tests/test_examples.py::test_find_examples[ansys-grpc-dpf-steady_therm]
Stack Traces | 6.17s run time
example = 'steady_therm'
server_type_remote_process = <ansys.dpf.core.server_types.LegacyGrpcServer object at 0x7f3e26781450>

    @pytest.mark.parametrize(
        "example",
        list_examples,
    )
    def test_find_examples(example, server_type_remote_process):
        # get example by string, so we can parameterize it without breaking
        # collection
        server_type_remote_process.local_server = False
        func = getattr(globals()["examples"], "find_" + example)
>       path = func(server=server_type_remote_process)

tests/test_examples.py:145: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
..../test-api/lib/python3.10.../core/examples/downloads.py:1836: in find_steady_therm
    return _download_file(
..../test-api/lib/python3.10.../core/examples/downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
..../test-api/lib/python3.10.../core/examples/downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:216: in urlopen
    return opener.open(url, data, timeout)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:525: in open
    response = meth(req, response)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:634: in http_response
    response = self.parent.error(
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:563: in error
    return self._call_chain(*args)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <urllib.request.HTTPDefaultErrorHandler object at 0x7f3e597dfdf0>
req = <urllib.request.Request object at 0x7f3e28bb1990>
fp = <http.client.HTTPResponse object at 0x7f3e28bb0c10>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x7f3e28bb0610>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:643: HTTPError
tests/test_examples.py::test_delete_downloaded_files
Stack Traces | 6.27s run time
def test_delete_downloaded_files():
>       path = Path(examples.download_multi_stage_cyclic_result(return_local_path=True))

tests/test_examples.py:153: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
..../test-api/lib/python3.10.../core/examples/downloads.py:372: in download_multi_stage_cyclic_result
    return _download_file(
..../test-api/lib/python3.10.../core/examples/downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
..../test-api/lib/python3.10.../core/examples/downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:216: in urlopen
    return opener.open(url, data, timeout)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:525: in open
    response = meth(req, response)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:634: in http_response
    response = self.parent.error(
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:563: in error
    return self._call_chain(*args)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <urllib.request.HTTPDefaultErrorHandler object at 0x7f2ebe7d4ee0>
req = <urllib.request.Request object at 0x7f2e48fa7610>
fp = <http.client.HTTPResponse object at 0x7f2e48fa7010>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x7f2e48fa78e0>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:643: HTTPError
tests\test_examples.py::test_examples::test_find_examples[ansys-grpc-dpf-transient_therm]
Stack Traces | 6.28s run time
example = 'transient_therm'
server_type_remote_process = <ansys.dpf.core.server_types.LegacyGrpcServer object at 0x00000185FD4EFEE0>

    @pytest.mark.parametrize(
        "example",
        list_examples,
    )
    def test_find_examples(example, server_type_remote_process):
        # get example by string, so we can parameterize it without breaking
        # collection
        server_type_remote_process.local_server = False
        func = getattr(globals()["examples"], "find_" + example)
>       path = func(server=server_type_remote_process)

tests\test_examples.py:145: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:1868: in find_transient_therm
    return _download_file(
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:216: in urlopen
    return opener.open(url, data, timeout)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:525: in open
    response = meth(req, response)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:634: in http_response
    response = self.parent.error(
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:563: in error
    return self._call_chain(*args)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <urllib.request.HTTPDefaultErrorHandler object at 0x000001858410AB30>
req = <urllib.request.Request object at 0x0000018584143610>
fp = <http.client.HTTPResponse object at 0x0000018584140A60>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x00000185841430D0>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:643: HTTPError
tests/test_examples.py::test_download_modal_frame
Stack Traces | 6.67s run time
def test_download_modal_frame():
>       path = examples.download_modal_frame()

tests/test_examples.py:64: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
..../test-api/lib/python3.10.../core/examples/downloads.py:1116: in download_modal_frame
    return _download_file(
..../test-api/lib/python3.10.../core/examples/downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
..../test-api/lib/python3.10.../core/examples/downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:216: in urlopen
    return opener.open(url, data, timeout)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:525: in open
    response = meth(req, response)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:634: in http_response
    response = self.parent.error(
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:563: in error
    return self._call_chain(*args)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <urllib.request.HTTPDefaultErrorHandler object at 0x7f318a579090>
req = <urllib.request.Request object at 0x7f3130b81c00>
fp = <http.client.HTTPResponse object at 0x7f3130b80b50>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x7f3130b82dd0>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:643: HTTPError
tests\test_field.py::test_field::test_field_definition_field
Stack Traces | 6.77s run time
@pytest.fixture()
    def allkindofcomplexity():
        """Resolve the path of the "allKindOfComplexity.rst" result file."""
>       return examples.download_all_kinds_of_complexity()

tests\conftest.py:114: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:203: in download_all_kinds_of_complexity
    return _download_file(
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:216: in urlopen
    return opener.open(url, data, timeout)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:525: in open
    response = meth(req, response)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:634: in http_response
    response = self.parent.error(
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:563: in error
    return self._call_chain(*args)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <urllib.request.HTTPDefaultErrorHandler object at 0x0000014F01604FD0>
req = <urllib.request.Request object at 0x0000014F10E6B5E0>
fp = <http.client.HTTPResponse object at 0x0000014F10E6A7A0>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x0000014F10E6B040>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:643: HTTPError
tests\test_factories.py::test_factories::test_named_selection_scoping
Stack Traces | 6.87s run time
@pytest.fixture()
    def model_with_ns():
        """Resolve the path of the "model_with_ns.rst" result file."""
>       return examples.find_multishells_rst()

tests\conftest.py:178: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:1772: in find_multishells_rst
    return _download_file(
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:216: in urlopen
    return opener.open(url, data, timeout)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:525: in open
    response = meth(req, response)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:634: in http_response
    response = self.parent.error(
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:563: in error
    return self._call_chain(*args)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <urllib.request.HTTPDefaultErrorHandler object at 0x0000014F01604FD0>
req = <urllib.request.Request object at 0x0000014F066B8430>
fp = <http.client.HTTPResponse object at 0x0000014F066B9ED0>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x0000014F066B9DB0>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:643: HTTPError
tests\test_examples.py::test_examples::test_download_example_asme_result
Stack Traces | 6.94s run time
def test_download_example_asme_result():
>       path = examples.download_example_asme_result()

tests\test_examples.py:44: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:822: in download_example_asme_result
    return _download_file(
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:216: in urlopen
    return opener.open(url, data, timeout)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:525: in open
    response = meth(req, response)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:634: in http_response
    response = self.parent.error(
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:563: in error
    return self._call_chain(*args)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <urllib.request.HTTPDefaultErrorHandler object at 0x0000014F01604FD0>
req = <urllib.request.Request object at 0x0000014F0F64CA90>
fp = <http.client.HTTPResponse object at 0x0000014F0F64C130>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x0000014F0F64E7A0>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:643: HTTPError
tests/test_plotter.py::test_scoping_plot
Stack Traces | 8.28s run time
fluent_mixing_elbow_steady_state = <function fluent_mixing_elbow_steady_state.<locals>.return_ds at 0x7fd0cc4c2d40>

    @pytest.mark.skipif(not HAS_PYVISTA, reason="This test requires pyvista")
    @pytest.mark.skipif(
        not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_0,
        reason="cff::cas::meshes_provider requires DPF 24R1",
    )
    def test_scoping_plot(fluent_mixing_elbow_steady_state):
        mesh: core.MeshedRegion = core.operators.mesh.mesh_provider(
>           data_sources=fluent_mixing_elbow_steady_state()
        ).eval()

tests/test_plotter.py:994: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
tests/conftest.py:278: in return_ds
    files = examples.download_fluent_mixing_elbow_steady_state(server=server)
..../test-api/lib/python3.10.../core/examples/downloads.py:1436: in download_fluent_mixing_elbow_steady_state
    _download_file(
..../test-api/lib/python3.10.../core/examples/downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
..../test-api/lib/python3.10.../core/examples/downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:216: in urlopen
    return opener.open(url, data, timeout)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:525: in open
    response = meth(req, response)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:634: in http_response
    response = self.parent.error(
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:563: in error
    return self._call_chain(*args)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <urllib.request.HTTPDefaultErrorHandler object at 0x7fd12a450610>
req = <urllib.request.Request object at 0x7fd12a177100>
fp = <http.client.HTTPResponse object at 0x7fd12a176680>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x7fd12a177700>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:643: HTTPError
tests\test_examples.py::test_examples::test_download_average_filter_plugin
Stack Traces | 9.09s run time
def test_download_average_filter_plugin():
>       assert Path(examples.download_average_filter_plugin(return_local_path=True)).exists()

tests\test_examples.py:202: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:2029: in download_average_filter_plugin
    return _retrieve_plugin(
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:2122: in _retrieve_plugin
    operator_file_path = _retrieve_file(EXAMPLE_FILE, file, directory="python_plugins")
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:216: in urlopen
    return opener.open(url, data, timeout)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:525: in open
    response = meth(req, response)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:634: in http_response
    response = self.parent.error(
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:563: in error
    return self._call_chain(*args)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <urllib.request.HTTPDefaultErrorHandler object at 0x0000014F01604FD0>
req = <urllib.request.Request object at 0x0000014F0F619930>
fp = <http.client.HTTPResponse object at 0x0000014F0F619EA0>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x0000014F0F61BB20>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:643: HTTPError
tests\test_examples.py::test_examples::test_download_fluent_mixing_elbow_steady_state
Stack Traces | 9.25s run time
def test_download_fluent_mixing_elbow_steady_state():
>       path = examples.download_fluent_mixing_elbow_steady_state()

tests\test_examples.py:89: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:1364: in download_fluent_mixing_elbow_steady_state
    _download_file(
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:216: in urlopen
    return opener.open(url, data, timeout)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:525: in open
    response = meth(req, response)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:634: in http_response
    response = self.parent.error(
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:563: in error
    return self._call_chain(*args)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <urllib.request.HTTPDefaultErrorHandler object at 0x000001C05C828A90>
req = <urllib.request.Request object at 0x000001C07244DFF0>
fp = <http.client.HTTPResponse object at 0x000001C07244E590>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x000001C07244EEF0>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:643: HTTPError
tests/test_lsdyna.py::test_lsdyna_beam
Stack Traces | 10.7s run time
@pytest.fixture()
    def d3plot_beam():
        """Resolve the path of the "d3plot_beam/d3plot" result file."""
>       return examples.download_d3plot_beam()[0]

tests/conftest.py:208: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
..../test-api/lib/python3.10.../core/examples/downloads.py:952: in download_d3plot_beam
    _download_file(
..../test-api/lib/python3.10.../core/examples/downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
..../test-api/lib/python3.10.../core/examples/downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:216: in urlopen
    return opener.open(url, data, timeout)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:525: in open
    response = meth(req, response)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:634: in http_response
    response = self.parent.error(
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:563: in error
    return self._call_chain(*args)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <urllib.request.HTTPDefaultErrorHandler object at 0x7f4a57511240>
req = <urllib.request.Request object at 0x7f4a08cd1ff0>
fp = <http.client.HTTPResponse object at 0x7f4a08cd13c0>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x7f4a08cd3b50>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:643: HTTPError
tests\test_examples.py::test_examples::test_download_fluent_mixing_elbow_transient
Stack Traces | 14.3s run time
def test_download_fluent_mixing_elbow_transient():
>       path = examples.download_fluent_mixing_elbow_transient()

tests\test_examples.py:94: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:1519: in download_fluent_mixing_elbow_transient
    _download_file(
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:216: in urlopen
    return opener.open(url, data, timeout)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:525: in open
    response = meth(req, response)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:634: in http_response
    response = self.parent.error(
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:563: in error
    return self._call_chain(*args)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <urllib.request.HTTPDefaultErrorHandler object at 0x0000024428543CD0>
req = <urllib.request.Request object at 0x0000024435C49A20>
fp = <http.client.HTTPResponse object at 0x0000024435C4A590>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x0000024435C4A5C0>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:643: HTTPError
tests\test_plotter.py::test_plotter::test_plotter_add_scoping
Stack Traces | 17.9s run time
fluent_mixing_elbow_steady_state = <function fluent_mixing_elbow_steady_state.<locals>.return_ds at 0x0000014F125E6560>

    @pytest.mark.skipif(not HAS_PYVISTA, reason="This test requires pyvista")
    @pytest.mark.skipif(
        not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_0,
        reason="cff::cas::meshes_provider requires DPF 24R1",
    )
    def test_plotter_add_scoping(fluent_mixing_elbow_steady_state):
        mesh: core.MeshedRegion = core.operators.mesh.mesh_provider(
>           data_sources=fluent_mixing_elbow_steady_state()
        ).eval()

tests\test_plotter.py:971: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests\conftest.py:278: in return_ds
    files = examples.download_fluent_mixing_elbow_steady_state(server=server)
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:1387: in download_fluent_mixing_elbow_steady_state
    _download_file(
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
.tox\test-api\lib\site-packages\ansys\dpf\core\examples\downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:216: in urlopen
    return opener.open(url, data, timeout)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:525: in open
    response = meth(req, response)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:634: in http_response
    response = self.parent.error(
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:563: in error
    return self._call_chain(*args)
C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <urllib.request.HTTPDefaultErrorHandler object at 0x0000014F01604FD0>
req = <urllib.request.Request object at 0x0000014F12E8CDF0>
fp = <http.client.HTTPResponse object at 0x0000014F12E8C580>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x0000014F12E8C940>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\urllib\request.py:643: HTTPError
tests/test_examples.py::test_download_gltf_plugin
Stack Traces | 18s run time
def test_download_gltf_plugin():
>       assert Path(examples.download_gltf_plugin(return_local_path=True)).exists()

tests/test_examples.py:206: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
..../test-api/lib/python3.10.../core/examples/downloads.py:2073: in download_gltf_plugin
    return _retrieve_plugin(
..../test-api/lib/python3.10.../core/examples/downloads.py:2122: in _retrieve_plugin
    operator_file_path = _retrieve_file(EXAMPLE_FILE, file, directory="python_plugins")
..../test-api/lib/python3.10.../core/examples/downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:216: in urlopen
    return opener.open(url, data, timeout)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:525: in open
    response = meth(req, response)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:634: in http_response
    response = self.parent.error(
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:563: in error
    return self._call_chain(*args)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <urllib.request.HTTPDefaultErrorHandler object at 0x7fd12a450610>
req = <urllib.request.Request object at 0x7fd0f4e390f0>
fp = <http.client.HTTPResponse object at 0x7fd0f4e39a20>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x7fd0f4e39930>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:643: HTTPError
tests/test_faces.py::test_faces
Stack Traces | 19.2s run time
fluent_axial_comp = <function fluent_axial_comp.<locals>.return_ds at 0x7fd0bcce0af0>

    @pytest.fixture()
    def model_faces(fluent_axial_comp):
>       model = dpf.Model(fluent_axial_comp())

tests/test_faces.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
tests/conftest.py:249: in return_ds
    files = examples.download_fluent_axial_comp(server=server)
..../test-api/lib/python3.10.../core/examples/downloads.py:1292: in download_fluent_axial_comp
    _download_file(
..../test-api/lib/python3.10.../core/examples/downloads.py:116: in _download_file
    local_path = _retrieve_file(url, filename, directory)
..../test-api/lib/python3.10.../core/examples/downloads.py:110: in _retrieve_file
    _, resp = urlretrieve(url, local_path)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:241: in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:216: in urlopen
    return opener.open(url, data, timeout)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:525: in open
    response = meth(req, response)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:634: in http_response
    response = self.parent.error(
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:563: in error
    return self._call_chain(*args)
.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:496: in _call_chain
    result = func(*args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <urllib.request.HTTPDefaultErrorHandler object at 0x7fd12a450610>
req = <urllib.request.Request object at 0x7fd12a126fe0>
fp = <http.client.HTTPResponse object at 0x7fd12a1269b0>, code = 503
msg = 'Service Unavailable'
hdrs = <http.client.HTTPMessage object at 0x7fd12a124340>

    def http_error_default(self, req, fp, code, msg, hdrs):
>       raise HTTPError(req.full_url, code, msg, hdrs, fp)
E       urllib.error.HTTPError: HTTP Error 503: Service Unavailable

.../hostedtoolcache/Python/3.10.19...................../x64/lib/python3.10/urllib/request.py:643: HTTPError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 11, 2025

Some tests with 'continue-on-error: true' have failed:

  • PyDPF-Post docstring tests on ubuntu-latest

  • PyDPF-Post API tests on ubuntu-latest

  • PyDPF-Post docstring tests on windows-latest

  • PyDPF-Post API tests on windows-latest

    Created by continue-on-error-comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants