Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEST-#4482: Fix getitem and loc with series of bools. #4483

Conversation

mvashishtha
Copy link
Collaborator

Signed-off-by: mvashishtha mahesh@ponder.io

What do these changes do?

Signed-off-by: mvashishtha <mahesh@ponder.io>
@mvashishtha mvashishtha requested a review from a team as a code owner May 23, 2022 18:17
Signed-off-by: mvashishtha <mahesh@ponder.io>
@codecov
Copy link

codecov bot commented May 23, 2022

Codecov Report

Merging #4483 (7d7f0ad) into master (0f70e82) will increase coverage by 2.62%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4483      +/-   ##
==========================================
+ Coverage   86.82%   89.45%   +2.62%     
==========================================
  Files         222      222              
  Lines       18038    18040       +2     
==========================================
+ Hits        15662    16137     +475     
+ Misses       2376     1903     -473     
Impacted Files Coverage Δ
modin/core/storage_formats/base/query_compiler.py 99.21% <100.00%> (+<0.01%) ⬆️
...ecution/ray/implementations/pandas_on_ray/io/io.py 93.33% <0.00%> (-6.67%) ⬇️
.../core/execution/dispatching/factories/factories.py 84.67% <0.00%> (-3.23%) ⬇️
modin/core/storage_formats/pandas/parsers.py 88.92% <0.00%> (-1.27%) ⬇️
modin/pandas/base.py 94.90% <0.00%> (+0.08%) ⬆️
...mentations/pandas_on_ray/partitioning/partition.py 92.30% <0.00%> (+2.19%) ⬆️
...entations/pandas_on_dask/partitioning/partition.py 93.90% <0.00%> (+2.43%) ⬆️
modin/error_message.py 89.18% <0.00%> (+2.70%) ⬆️
modin/pandas/__init__.py 69.69% <0.00%> (+3.03%) ⬆️
...dataframe/pandas/partitioning/partition_manager.py 89.96% <0.00%> (+3.11%) ⬆️
... and 12 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@modin-bot
Copy link

TeamCity Ray test results bot

Tests FAILed

Tests Logs
entials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 175, in retrieve_iam_role_credentials
    token = await self._fetch_metadata_token()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 88, in _fetch_metadata_token
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/api/token"
2022-05-23 12:04:04,835	ERROR worker.py:92 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): �[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client.py", line 559, in _request
    await resp.start(conn)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 898, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
aiohttp.client_exceptions.ServerTimeoutError: Timeout on reading data from socket

During handling of the above exception, another exception occurred:

�[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/modin/modin/core/execution/ray/common/task_wrapper.py", line 42, in _deploy_ray_func
    return func(**args)
  File "/modin/modin/core/storage_formats/pandas/parsers.py", line 692, in parse
    with OpenFile(
  File "/modin/modin/core/io/file_dispatcher.py", line 95, in __enter__
    return self.file.open()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 141, in open
    out = self.__enter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 104, in __enter__
    f = self.fs.open(self.path, mode=mode)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1037, in open
    f = self._open(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 605, in _open
    return S3File(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1911, in __init__
    super().__init__(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1385, in __init__
    self.size = self.details["size"]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1398, in details
    self._details = self.fs.info(self.path)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 86, in wrapper
    return sync(self.loop, func, *args, **kwargs)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 66, in sync
    raise return_result
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 26, in _runner
    result[0] = await coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1140, in _info
    out = await self._call_s3(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 325, in _call_s3
    await self.set_session()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 473, in set_session
    self._s3 = await s3creator.__aenter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 22, in __aenter__
    self._client = await self._coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 102, in _create_client
    credentials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 175, in retrieve_iam_role_credentials
    token = await self._fetch_metadata_token()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 88, in _fetch_metadata_token
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/api/token"
2022-05-23 12:04:04,835	ERROR worker.py:92 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): �[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client.py", line 559, in _request
    await resp.start(conn)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 898, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
aiohttp.client_exceptions.ServerTimeoutError: Timeout on reading data from socket

During handling of the above exception, another exception occurred:

�[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/modin/modin/core/execution/ray/common/task_wrapper.py", line 42, in _deploy_ray_func
    return func(**args)
  File "/modin/modin/core/storage_formats/pandas/parsers.py", line 692, in parse
    with OpenFile(
  File "/modin/modin/core/io/file_dispatcher.py", line 95, in __enter__
    return self.file.open()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 141, in open
    out = self.__enter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 104, in __enter__
    f = self.fs.open(self.path, mode=mode)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1037, in open
    f = self._open(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 605, in _open
    return S3File(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1911, in __init__
    super().__init__(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1385, in __init__
    self.size = self.details["size"]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1398, in details
    self._details = self.fs.info(self.path)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 86, in wrapper
    return sync(self.loop, func, *args, **kwargs)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 66, in sync
    raise return_result
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 26, in _runner
    result[0] = await coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1140, in _info
    out = await self._call_s3(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 325, in _call_s3
    await self.set_session()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 473, in set_session
    self._s3 = await s3creator.__aenter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 22, in __aenter__
    self._client = await self._coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 102, in _create_client
    credentials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 175, in retrieve_iam_role_credentials
    token = await self._fetch_metadata_token()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 88, in _fetch_metadata_token
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/api/token"
2022-05-23 12:04:06,279	ERROR worker.py:92 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): �[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client.py", line 559, in _request
    await resp.start(conn)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 898, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
aiohttp.client_exceptions.ServerTimeoutError: Timeout on reading data from socket

During handling of the above exception, another exception occurred:

�[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/modin/modin/core/execution/ray/common/task_wrapper.py", line 42, in _deploy_ray_func
    return func(**args)
  File "/modin/modin/core/storage_formats/pandas/parsers.py", line 692, in parse
    with OpenFile(
  File "/modin/modin/core/io/file_dispatcher.py", line 95, in __enter__
    return self.file.open()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 141, in open
    out = self.__enter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 104, in __enter__
    f = self.fs.open(self.path, mode=mode)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1037, in open
    f = self._open(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 605, in _open
    return S3File(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1911, in __init__
    super().__init__(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1385, in __init__
    self.size = self.details["size"]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1398, in details
    self._details = self.fs.info(self.path)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 86, in wrapper
    return sync(self.loop, func, *args, **kwargs)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 66, in sync
    raise return_result
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 26, in _runner
    result[0] = await coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1140, in _info
    out = await self._call_s3(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 325, in _call_s3
    await self.set_session()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 473, in set_session
    self._s3 = await s3creator.__aenter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 22, in __aenter__
    self._client = await self._coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 102, in _create_client
    credentials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 176, in retrieve_iam_role_credentials
    role_name = await self._get_iam_role(token)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 200, in _get_iam_role
    return await (await self._get_request(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 127, in _get_request
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/meta-data/iam/security-credentials/"
2022-05-23 12:04:06,280	ERROR worker.py:92 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): �[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client.py", line 559, in _request
    await resp.start(conn)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 898, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
aiohttp.client_exceptions.ServerTimeoutError: Timeout on reading data from socket

During handling of the above exception, another exception occurred:

�[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/modin/modin/core/execution/ray/common/task_wrapper.py", line 42, in _deploy_ray_func
    return func(**args)
  File "/modin/modin/core/storage_formats/pandas/parsers.py", line 692, in parse
    with OpenFile(
  File "/modin/modin/core/io/file_dispatcher.py", line 95, in __enter__
    return self.file.open()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 141, in open
    out = self.__enter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 104, in __enter__
    f = self.fs.open(self.path, mode=mode)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1037, in open
    f = self._open(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 605, in _open
    return S3File(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1911, in __init__
    super().__init__(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1385, in __init__
    self.size = self.details["size"]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1398, in details
    self._details = self.fs.info(self.path)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 86, in wrapper
    return sync(self.loop, func, *args, **kwargs)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 66, in sync
    raise return_result
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 26, in _runner
    result[0] = await coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1140, in _info
    out = await self._call_s3(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 325, in _call_s3
    await self.set_session()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 473, in set_session
    self._s3 = await s3creator.__aenter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 22, in __aenter__
    self._client = await self._coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 102, in _create_client
    credentials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 176, in retrieve_iam_role_credentials
    role_name = await self._get_iam_role(token)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 200, in _get_iam_role
    return await (await self._get_request(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 127, in _get_request
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/meta-data/iam/security-credentials/"
2022-05-23 12:04:06,280	ERROR worker.py:92 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): �[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client.py", line 559, in _request
    await resp.start(conn)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 898, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
aiohttp.client_exceptions.ServerTimeoutError: Timeout on reading data from socket

During handling of the above exception, another exception occurred:

�[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/modin/modin/core/execution/ray/common/task_wrapper.py", line 42, in _deploy_ray_func
    return func(**args)
  File "/modin/modin/core/storage_formats/pandas/parsers.py", line 692, in parse
    with OpenFile(
  File "/modin/modin/core/io/file_dispatcher.py", line 95, in __enter__
    return self.file.open()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 141, in open
    out = self.__enter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 104, in __enter__
    f = self.fs.open(self.path, mode=mode)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1037, in open
    f = self._open(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 605, in _open
    return S3File(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1911, in __init__
    super().__init__(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1385, in __init__
    self.size = self.details["size"]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1398, in details
    self._details = self.fs.info(self.path)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 86, in wrapper
    return sync(self.loop, func, *args, **kwargs)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 66, in sync
    raise return_result
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 26, in _runner
    result[0] = await coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1140, in _info
    out = await self._call_s3(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 325, in _call_s3
    await self.set_session()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 473, in set_session
    self._s3 = await s3creator.__aenter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 22, in __aenter__
    self._client = await self._coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 102, in _create_client
    credentials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 176, in retrieve_iam_role_credentials
    role_name = await self._get_iam_role(token)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 200, in _get_iam_role
    return await (await self._get_request(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 127, in _get_request
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/meta-data/iam/security-credentials/"
2022-05-23 12:04:06,281	ERROR worker.py:92 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): �[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client.py", line 559, in _request
    await resp.start(conn)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 898, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
aiohttp.client_exceptions.ServerTimeoutError: Timeout on reading data from socket

During handling of the above exception, another exception occurred:

�[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/modin/modin/core/execution/ray/common/task_wrapper.py", line 42, in _deploy_ray_func
    return func(**args)
  File "/modin/modin/core/storage_formats/pandas/parsers.py", line 692, in parse
    with OpenFile(
  File "/modin/modin/core/io/file_dispatcher.py", line 95, in __enter__
    return self.file.open()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 141, in open
    out = self.__enter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 104, in __enter__
    f = self.fs.open(self.path, mode=mode)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1037, in open
    f = self._open(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 605, in _open
    return S3File(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1911, in __init__
    super().__init__(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1385, in __init__
    self.size = self.details["size"]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1398, in details
    self._details = self.fs.info(self.path)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 86, in wrapper
    return sync(self.loop, func, *args, **kwargs)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 66, in sync
    raise return_result
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 26, in _runner
    result[0] = await coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1140, in _info
    out = await self._call_s3(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 325, in _call_s3
    await self.set_session()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 473, in set_session
    self._s3 = await s3creator.__aenter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 22, in __aenter__
    self._client = await self._coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 102, in _create_client
    credentials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 176, in retrieve_iam_role_credentials
    role_name = await self._get_iam_role(token)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 200, in _get_iam_role
    return await (await self._get_request(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 127, in _get_request
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/meta-data/iam/security-credentials/"
2022-05-23 12:04:06,281	ERROR worker.py:92 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): �[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client.py", line 559, in _request
    await resp.start(conn)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 898, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
aiohttp.client_exceptions.ServerTimeoutError: Timeout on reading data from socket

During handling of the above exception, another exception occurred:

�[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/modin/modin/core/execution/ray/common/task_wrapper.py", line 42, in _deploy_ray_func
    return func(**args)
  File "/modin/modin/core/storage_formats/pandas/parsers.py", line 692, in parse
    with OpenFile(
  File "/modin/modin/core/io/file_dispatcher.py", line 95, in __enter__
    return self.file.open()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 141, in open
    out = self.__enter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 104, in __enter__
    f = self.fs.open(self.path, mode=mode)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1037, in open
    f = self._open(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 605, in _open
    return S3File(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1911, in __init__
    super().__init__(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1385, in __init__
    self.size = self.details["size"]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1398, in details
    self._details = self.fs.info(self.path)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 86, in wrapper
    return sync(self.loop, func, *args, **kwargs)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 66, in sync
    raise return_result
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 26, in _runner
    result[0] = await coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1140, in _info
    out = await self._call_s3(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 325, in _call_s3
    await self.set_session()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 473, in set_session
    self._s3 = await s3creator.__aenter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 22, in __aenter__
    self._client = await self._coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 102, in _create_client
    credentials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 176, in retrieve_iam_role_credentials
    role_name = await self._get_iam_role(token)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 200, in _get_iam_role
    return await (await self._get_request(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 127, in _get_request
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/meta-data/iam/security-credentials/"
2022-05-23 12:04:06,281	ERROR worker.py:92 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): �[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client.py", line 559, in _request
    await resp.start(conn)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 898, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
aiohttp.client_exceptions.ServerTimeoutError: Timeout on reading data from socket

During handling of the above exception, another exception occurred:

�[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/modin/modin/core/execution/ray/common/task_wrapper.py", line 42, in _deploy_ray_func
    return func(**args)
  File "/modin/modin/core/storage_formats/pandas/parsers.py", line 692, in parse
    with OpenFile(
  File "/modin/modin/core/io/file_dispatcher.py", line 95, in __enter__
    return self.file.open()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 141, in open
    out = self.__enter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 104, in __enter__
    f = self.fs.open(self.path, mode=mode)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1037, in open
    f = self._open(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 605, in _open
    return S3File(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1911, in __init__
    super().__init__(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1385, in __init__
    self.size = self.details["size"]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1398, in details
    self._details = self.fs.info(self.path)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 86, in wrapper
    return sync(self.loop, func, *args, **kwargs)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 66, in sync
    raise return_result
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 26, in _runner
    result[0] = await coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1140, in _info
    out = await self._call_s3(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 325, in _call_s3
    await self.set_session()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 473, in set_session
    self._s3 = await s3creator.__aenter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 22, in __aenter__
    self._client = await self._coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 102, in _create_client
    credentials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 176, in retrieve_iam_role_credentials
    role_name = await self._get_iam_role(token)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 200, in _get_iam_role
    return await (await self._get_request(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 127, in _get_request
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/meta-data/iam/security-credentials/"
2022-05-23 12:04:07,347	ERROR worker.py:92 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): �[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client.py", line 559, in _request
    await resp.start(conn)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 898, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
aiohttp.client_exceptions.ServerTimeoutError: Timeout on reading data from socket

During handling of the above exception, another exception occurred:

�[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/modin/modin/core/execution/ray/common/task_wrapper.py", line 42, in _deploy_ray_func
    return func(**args)
  File "/modin/modin/core/storage_formats/pandas/parsers.py", line 692, in parse
    with OpenFile(
  File "/modin/modin/core/io/file_dispatcher.py", line 95, in __enter__
    return self.file.open()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 141, in open
    out = self.__enter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 104, in __enter__
    f = self.fs.open(self.path, mode=mode)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1037, in open
    f = self._open(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 605, in _open
    return S3File(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1911, in __init__
    super().__init__(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1385, in __init__
    self.size = self.details["size"]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1398, in details
    self._details = self.fs.info(self.path)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 86, in wrapper
    return sync(self.loop, func, *args, **kwargs)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 66, in sync
    raise return_result
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 26, in _runner
    result[0] = await coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1140, in _info
    out = await self._call_s3(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 325, in _call_s3
    await self.set_session()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 473, in set_session
    self._s3 = await s3creator.__aenter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 22, in __aenter__
    self._client = await self._coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 102, in _create_client
    credentials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 175, in retrieve_iam_role_credentials
    token = await self._fetch_metadata_token()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 88, in _fetch_metadata_token
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/api/token"
2022-05-23 12:04:07,347	ERROR worker.py:92 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): �[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client.py", line 559, in _request
    await resp.start(conn)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 898, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
aiohttp.client_exceptions.ServerTimeoutError: Timeout on reading data from socket

During handling of the above exception, another exception occurred:

�[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/modin/modin/core/execution/ray/common/task_wrapper.py", line 42, in _deploy_ray_func
    return func(**args)
  File "/modin/modin/core/storage_formats/pandas/parsers.py", line 692, in parse
    with OpenFile(
  File "/modin/modin/core/io/file_dispatcher.py", line 95, in __enter__
    return self.file.open()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 141, in open
    out = self.__enter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 104, in __enter__
    f = self.fs.open(self.path, mode=mode)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1037, in open
    f = self._open(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 605, in _open
    return S3File(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1911, in __init__
    super().__init__(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1385, in __init__
    self.size = self.details["size"]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1398, in details
    self._details = self.fs.info(self.path)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 86, in wrapper
    return sync(self.loop, func, *args, **kwargs)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 66, in sync
    raise return_result
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 26, in _runner
    result[0] = await coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1140, in _info
    out = await self._call_s3(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 325, in _call_s3
    await self.set_session()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 473, in set_session
    self._s3 = await s3creator.__aenter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 22, in __aenter__
    self._client = await self._coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 102, in _create_client
    credentials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 175, in retrieve_iam_role_credentials
    token = await self._fetch_metadata_token()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 88, in _fetch_metadata_token
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/api/token"
2022-05-23 12:04:07,348	ERROR worker.py:92 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): �[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client.py", line 559, in _request
    await resp.start(conn)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 898, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
aiohttp.client_exceptions.ServerTimeoutError: Timeout on reading data from socket

During handling of the above exception, another exception occurred:

�[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/modin/modin/core/execution/ray/common/task_wrapper.py", line 42, in _deploy_ray_func
    return func(**args)
  File "/modin/modin/core/storage_formats/pandas/parsers.py", line 692, in parse
    with OpenFile(
  File "/modin/modin/core/io/file_dispatcher.py", line 95, in __enter__
    return self.file.open()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 141, in open
    out = self.__enter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 104, in __enter__
    f = self.fs.open(self.path, mode=mode)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1037, in open
    f = self._open(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 605, in _open
    return S3File(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1911, in __init__
    super().__init__(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1385, in __init__
    self.size = self.details["size"]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1398, in details
    self._details = self.fs.info(self.path)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 86, in wrapper
    return sync(self.loop, func, *args, **kwargs)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 66, in sync
    raise return_result
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 26, in _runner
    result[0] = await coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1140, in _info
    out = await self._call_s3(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 325, in _call_s3
    await self.set_session()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 473, in set_session
    self._s3 = await s3creator.__aenter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 22, in __aenter__
    self._client = await self._coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 102, in _create_client
    credentials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 175, in retrieve_iam_role_credentials
    token = await self._fetch_metadata_token()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 88, in _fetch_metadata_token
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/api/token"
2022-05-23 12:04:07,349	ERROR worker.py:92 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): �[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client.py", line 559, in _request
    await resp.start(conn)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 898, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
aiohttp.client_exceptions.ServerTimeoutError: Timeout on reading data from socket

During handling of the above exception, another exception occurred:

�[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/modin/modin/core/execution/ray/common/task_wrapper.py", line 42, in _deploy_ray_func
    return func(**args)
  File "/modin/modin/core/storage_formats/pandas/parsers.py", line 692, in parse
    with OpenFile(
  File "/modin/modin/core/io/file_dispatcher.py", line 95, in __enter__
    return self.file.open()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 141, in open
    out = self.__enter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 104, in __enter__
    f = self.fs.open(self.path, mode=mode)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1037, in open
    f = self._open(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 605, in _open
    return S3File(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1911, in __init__
    super().__init__(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1385, in __init__
    self.size = self.details["size"]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1398, in details
    self._details = self.fs.info(self.path)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 86, in wrapper
    return sync(self.loop, func, *args, **kwargs)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 66, in sync
    raise return_result
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 26, in _runner
    result[0] = await coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1140, in _info
    out = await self._call_s3(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 325, in _call_s3
    await self.set_session()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 473, in set_session
    self._s3 = await s3creator.__aenter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 22, in __aenter__
    self._client = await self._coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 102, in _create_client
    credentials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 175, in retrieve_iam_role_credentials
    token = await self._fetch_metadata_token()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 88, in _fetch_metadata_token
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/api/token"
2022-05-23 12:04:07,349	ERROR worker.py:92 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): �[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client.py", line 559, in _request
    await resp.start(conn)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 898, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
aiohttp.client_exceptions.ServerTimeoutError: Timeout on reading data from socket

During handling of the above exception, another exception occurred:

�[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/modin/modin/core/execution/ray/common/task_wrapper.py", line 42, in _deploy_ray_func
    return func(**args)
  File "/modin/modin/core/storage_formats/pandas/parsers.py", line 692, in parse
    with OpenFile(
  File "/modin/modin/core/io/file_dispatcher.py", line 95, in __enter__
    return self.file.open()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 141, in open
    out = self.__enter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 104, in __enter__
    f = self.fs.open(self.path, mode=mode)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1037, in open
    f = self._open(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 605, in _open
    return S3File(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1911, in __init__
    super().__init__(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1385, in __init__
    self.size = self.details["size"]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1398, in details
    self._details = self.fs.info(self.path)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 86, in wrapper
    return sync(self.loop, func, *args, **kwargs)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 66, in sync
    raise return_result
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 26, in _runner
    result[0] = await coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1140, in _info
    out = await self._call_s3(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 325, in _call_s3
    await self.set_session()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 473, in set_session
    self._s3 = await s3creator.__aenter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 22, in __aenter__
    self._client = await self._coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 102, in _create_client
    credentials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 175, in retrieve_iam_role_credentials
    token = await self._fetch_metadata_token()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 88, in _fetch_metadata_token
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/api/token"
2022-05-23 12:04:07,349	ERROR worker.py:92 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): �[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client.py", line 559, in _request
    await resp.start(conn)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 898, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiohttp/streams.py", line 616, in read
    await self._waiter
aiohttp.client_exceptions.ServerTimeoutError: Timeout on reading data from socket

During handling of the above exception, another exception occurred:

�[36mray::_deploy_ray_func()�[39m (pid=1528, ip=172.17.0.9)
  File "/modin/modin/core/execution/ray/common/task_wrapper.py", line 42, in _deploy_ray_func
    return func(**args)
  File "/modin/modin/core/storage_formats/pandas/parsers.py", line 692, in parse
    with OpenFile(
  File "/modin/modin/core/io/file_dispatcher.py", line 95, in __enter__
    return self.file.open()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 141, in open
    out = self.__enter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/core.py", line 104, in __enter__
    f = self.fs.open(self.path, mode=mode)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1037, in open
    f = self._open(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 605, in _open
    return S3File(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1911, in __init__
    super().__init__(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1385, in __init__
    self.size = self.details["size"]
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/spec.py", line 1398, in details
    self._details = self.fs.info(self.path)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 86, in wrapper
    return sync(self.loop, func, *args, **kwargs)
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 66, in sync
    raise return_result
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/fsspec/asyn.py", line 26, in _runner
    result[0] = await coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 1140, in _info
    out = await self._call_s3(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 325, in _call_s3
    await self.set_session()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/s3fs/core.py", line 473, in set_session
    self._s3 = await s3creator.__aenter__()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 22, in __aenter__
    self._client = await self._coro
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 102, in _create_client
    credentials = await self.get_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/session.py", line 133, in get_credentials
    self._credentials = await (self._components.get_component(
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 814, in load_credentials
    creds = await provider.load()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/credentials.py", line 486, in load
    metadata = await fetcher.retrieve_iam_role_credentials()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 175, in retrieve_iam_role_credentials
    token = await self._fetch_metadata_token()
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/utils.py", line 88, in _fetch_metadata_token
    response = await session.send(request.prepare())
  File "/home/ray/anaconda3/envs/modin/lib/python3.8/site-packages/aiobotocore/httpsession.py", line 209, in send
    raise ConnectTimeoutError(endpoint_url=request.url, error=e)
botocore.exceptions.ConnectTimeoutError: Connect timeout on endpoint URL: "http://169.254.169.254/latest/api/token"

---------- coverage: platform linux, python 3.8.13-final-0 -----------
Coverage XML written to file coverage.xml

=========================== short test summary info ============================
FAILED modin/pandas/test/test_io.py::TestCsv::test_read_csv_s3[storage_options1]
FAILED modin/pandas/test/test_io.py::TestCsv::test_read_csv_s3[storage_options2]
FAILED modin/pandas/test/test_io.py::TestJson::test_read_json_s3[storage_options1]
FAILED modin/pandas/test/test_io.py::TestJson::test_read_json_s3[storage_options2]
FAILED modin/pandas/test/test_io.py::TestFwf::test_read_fwf_s3[storage_options1]
FAILED modin/pandas/test/test_io.py::TestFwf::test_read_fwf_s3[storage_options2]
FAILED modin/pandas/test/test_io.py::TestFeather::test_read_feather_s3[storage_options1]
FAILED modin/pandas/test/test_io.py::TestFeather::test_read_feather_s3[storage_options2]
= 8 failed, 1667 passed, 341 skipped, 447 xfailed, 1 xpassed, 424 warnings in 200.74s (0:03:20) =


<b>Remaining output truncated<b>


@modin-bot
Copy link

TeamCity Python test results bot

Tests PASSed

Tests Logs
sssssss.sxsssssx [ 93%]
xsssxsss.s...ss.xssssxxxsssx.ss.xssx.xsx.xxx..xxsx..xsxxsxxsssssxsssxxxx [ 93%]
xsx.xx..xxxxxx.xxxsxs.sxsssssssssssssssssssssssssssxsssssxsssssssxxxxx.sxx [ 93%]
sxsssxss.ss.ssss.sssssxsxxssssxsxxx.ssxxsssxs..sxsx.ssxssxsxxsxsssssxsx. [ 93%]
ssssssssxsxxxss.ss.xxsxssxss.xssxss.xxxssss.xx..sxssxxssssxx.sxsssxsxxsx [ 93%]
ssxxsssxssssxss.sssssxssxsxsxsssssssxx..ssssssssxsssssxsssssxsssxsssxsss [ 93%]
ssxxxsssssssssx.xsssssssssssssssssssssssssssssssssxxxssssssssxxss.ssssss [ 93%]
.sssssssssssssssssssss.ssssxxxssss.ssssxssssssxxssssssssssssssssxsssssss [ 94%]
ssxxssssssss.ssss.xsssxssssssssssss.ssssssssssssssssssxssxxsssssssxsssss. [ 94%]
sssss.ssssssxssssssssxsssssssssxsssssssssssssxsssssssssssssssssssssssssss [ 94%]
sssss.sssxsssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssss [ 94%]
ssxssssssssssssssssssssssssssssssssssxsssssssssx.ssssssssssssxsssssssssss [ 94%]
sssssssssssssssssssssssssssssssxssssssssssssxsssssssssxsssssssssssssssss [ 94%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.s [ 94%]
ss.sssssss..xsssss.ssssssssssxss....s.sssssssss.sss....xs..s.s....ssss..s.s.s. [ 95%]
.s...xxss.ss......ssss.s...ss.ss...sssx....ss.s....s.....s....s...s..... [ 95%]
......s............s.s....ss...ss....s.s.............................s.. [ 95%]
s...........................s.....................sssssssss.s.s......ss. [ 95%]
s....................................................................... [ 95%]
......................................................................... [ 95%]
........................................................................ [ 96%]
........................................................................ [ 96%]
........................................................................ [ 96%]
......................................................................... [ 96%]
......................................................................... [ 96%]
........................................................................ [ 96%]
........................................................................ [ 96%]
.........x.........x..............x.......xx...........x...x............ [ 97%]
........................................................................ [ 97%]
........................................................................ [ 97%]
....x................................................................... [ 97%]
........................................................................ [ 97%]
........................................................................ [ 97%]
........................................................................ [ 97%]
......................................................................... [ 98%]
........................................................................ [ 98%]
........................................................................ [ 98%]
......................................................................... [ 98%]
....x............sssssss.ss.......s.....................x............... [ 98%]
....x..s..................ss..s..sss.ss.ss.ssssssssssssss.ssss.ssssssss. [ 98%]
.s.ss..........sss.ss.s...s...x........................................s [ 98%]
.x.............s....s......x....x......s.s..........s.........x......... [ 99%]
s.x.s...s.........x......s............sss.s...s.......x.....s..s.ssss... [ 99%]
ssss..s........s.x.s.s..ss.ssssx.....s....s..x..ss.s....s...ss.......... [ 99%]
........s..s.............ss.ss.....ss........x....ss........s..sssssss.s [ 99%]
s..........s.ss.ss.....s..s..s.........s.s...................s........ss [ 99%]
..s...s........s......s....s...s.....s......xs................s.......... [ 99%]
...s.................................................................... [ 99%]
..........................                                               [100%]error: object directory /localdisk/tc_agent/system/git/git-CE4319E5.git/objects does not exist; check .git/objects/info/alternates
fatal: bad object HEAD


---------- coverage: platform linux, python 3.8.13-final-0 -----------
Coverage XML written to file coverage.xml

= 8837 passed, 37801 skipped, 2917 xfailed, 30792 warnings in 253.45s (0:04:13) =
PytestBenchmarkWarning: Benchmarks are automatically disabled because xdist plugin is active.Benchmarks cannot be performed reliably in a parallelized environment.
Tests are successful
============================= test session starts ==============================
platform linux -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0
benchmark: 3.4.1 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
rootdir: /modin, configfile: setup.cfg
plugins: benchmark-3.4.1, cov-2.11.0, forked-1.4.0, xdist-2.5.0
collected 2464 items

modin/pandas/test/test_io.py ........................................... [  1%]
........................................................................ [  4%]
.............................................ssssssssssssssssssss.ss.ss. [  7%]
ss.ss.ss.ss.ss.ss.ss.ss.ss.ssssssssssssssssssss.ss.ss.ss.ss.ss.ss.ss.ss. [ 10%]
ss.ss.ss.ssssssssssssssssssss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.sssssssss [ 13%]
sssssssssss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ssssssssssssssssssss.ss.ss. [ 16%]
ss.ss.ss.ss.ss.ss.ss.ss.ss.ssssssssssssssssssss.ss.ss.ss.ss.ss.ss.ss.ss. [ 19%]
ss.ss.ss.ssssssssssssssssssss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.sssssssss [ 22%]
sssssssssss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss.ss............................ [ 25%]
........................................................................ [ 28%]
........................................................................ [ 30%]
........................................................................ [ 33%]
........................................................................ [ 36%]
........................................................................ [ 39%]
........................................................................ [ 42%]
........................................................................ [ 45%]
........................................................................ [ 48%]
.................................s...................................... [ 51%]
........................................................................ [ 54%]
........................................................................ [ 57%]
........................................................................ [ 60%]
........................................................................ [ 63%]
........................................................................ [ 66%]
........................................................................ [ 68%]
........................................................................ [ 71%]
........................................................................ [ 74%]
........................................................................ [ 77%]
........................................................................ [ 80%]
................................xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx [ 83%]
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx [ 86%]
xxxxxxxx................................................................ [ 89%]
........................................................................ [ 92%]
........................................................................ [ 95%]
.............................................................X.......ss. [ 98%]
...x....................xx.........ss........                            [100%]

---------- coverage: platform linux, python 3.8.13-final-0 -----------
Coverage XML written to file coverage.xml


= 1999 passed, 341 skipped, 123 xfailed, 1 xpassed, 3914 warnings in 178.07s (0:02:58) =
============================= test session starts ==============================
platform linux -- Python 3.8.13, pytest-7.1.2, pluggy-1.0.0
benchmark: 3.4.1 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
rootdir: /modin, configfile: setup.cfg
plugins: benchmark-3.4.1, cov-2.11.0, forked-1.4.0, xdist-2.5.0
gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I / gw6 I / gw7 I / gw8 I / gw9 I / gw10 I / gw11 I / gw12 I / gw13 I / gw14 I / gw15 I / gw16 I / gw17 I / gw18 I / gw19 I / gw20 I / gw21 I / gw22 I / gw23 I / gw24 I / gw25 I / gw26 I / gw27 I / gw28 I / gw29 I / gw30 I / gw31 I / gw32 I / gw33 I / gw34 I / gw35 I / gw36 I / gw37 I / gw38 I / gw39 I / gw40 I / gw41 I / gw42 I / gw43 I / gw44 I / gw45 I / gw46 I / gw47 I
gw0 [49555] / gw1 [49555] / gw2 [49555] / gw3 [49555] / gw4 [49555] / gw5 [49555] / gw6 [49555] / gw7 [49555] / gw8 [49555] / gw9 [49555] / gw10 [49555] / gw11 [49555] / gw12 [49555] / gw13 [49555] / gw14 [49555] / gw15 [49555] / gw16 [49555] / gw17 [49555] / gw18 [49555] / gw19 [49555] / gw20 [49555] / gw21 [49555] / gw22 [49555] / gw23 [49555] / gw24 [49555] / gw25 [49555] / gw26 [49555] / gw27 [49555] / gw28 [49555] / gw29 [49555] / gw30 [49555] / gw31 [49555] / gw32 [49555] / gw33 [49555] / gw34 [49555] / gw35 [49555] / gw36 [49555] / gw37 [49555] / gw38 [49555] / gw39 [49555] / gw40 [49555] / gw41 [49555] / gw42 [49555] / gw43 [49555] / gw44 [49555] / gw45 [49555] / gw46 [49555] / gw47 [49555]

........................................................................ [  0%]
........................................................................ [  0%]
........................................................................ [  0%]
........................................................................ [  0%]
........................................................................ [  0%]
...................................................................x..... [  0%]
.....................................x.................................. [  1%]
............x............................................................ [  1%]
........................................................................ [  1%]
........................................................................ [  1%]
.............................................x.......................... [  1%]
......................................................................... [  1%]
........................................................................ [  1%]
........................................................................ [  2%]
........................................................................ [  2%]
......................................................................... [  2%]
........................................................................ [  2%]
........................................................................ [  2%]
......................................................................... [  2%]
........................................................................ [  2%]
......................................................................... [  3%]
........................................................................ [  3%]
............x........................................................... [  3%]
........................................................................ [  3%]
........................................................................ [  3%]
.......................................................................... [  3%]
............................................................................. [  3%]
......................................................................... [  4%]
......................................................................... [  4%]
........................................................................ [  4%]
......................................................................... [  4%]
........................................................................ [  4%]
......................................................................... [  4%]
.......................................................................... [  4%]
........................................................................ [  5%]
.......................................................................... [  5%]
......................................................................... [  5%]
........................................................................ [  5%]
..........................................................s............. [  5%]
.................s................x.............s....................... [  5%]
.........s........x..........s..............s...........s...s............ [  5%]
....s..............s.....s........s..............s.......s.............s. [  6%]
.......s........s..........s..................s.....s........s............ [  6%]
..s..........s........s........s.........s..........s...........s......s...... [  6%]
.....s.........xs..........s......s..................s....s.....x....s... [  6%]
.......s..........s.........s..........s.......s.............s.......... [  6%]
.s.......s.........s..............s........s..........s.........s.......s. [  6%]
............s..............s..s.....s.s....................s.s......s..s [  7%]
..............ss.........s.s................ss....s..sxs................ [  7%]
...s.s......s.s.s...x....s..s.........s..s.s...............s.s.s...ss..... [  7%]
...s......ss....s...s..s.........s...s..s..s.s..s............s...s.s.... [  7%]
..ss.s.s.....s...s.s........s.sss...........sss......ssss..s..........s. [  7%]
sss..s.ssss.............s..sss....s.sss.s....s...s.ss......s.ssss....... [  7%]
..s...sss...ssss..s.....s...sss......s.....sss..s.s.....s.s.sssxsss.s.....s. [  7%]
.....s.s.sss....ssss.ss.ss....s.sssss..sss..ssssss.....sss.ss..ssss.ss.ss [  8%]
ssss..s..s....sssssss.ss.sss.s.ss..s.ss.ss.ss.ss.s.sss.ss.ssss..sss..ssss [  8%]
.ssss.ssss.sss..s.ss..ssssss.ss.sssss.ssssss.sss..ssssss.s.ss.sssssss..ss.. [  8%]
.sssssssss.sssss.ss.sss.s.s.ss.ss.ssssss..ss.ssssssssss.s..sssssssss.s.sss. [  8%]
ssss.ssssss..sss.sssssss.s.sssssssssssssssssssssss.ssssss..ssssssssssss.s [  8%]
ss..ssss.sssssssssss.sssssssssssssssssssss.ssssssss.ssss.sssssssss.sssss [  8%]
s..sssssssssssssssssssss.ss.ssssssssssssssssssssssssssssssssssss..s.s.sssss [  8%]
sssssssssssssssssssssssss.sssssssssss.ssssssssssssssssssssss.ss.sssssssss [  9%]
ssssss.ssssssssss.sssssssssssssssssssssssssssssss.ssssssssssssssssssssss [  9%]
sssssssss.ssssssssssssssssssss.sssssssssssssssssssssssssssssssssssssssss [  9%]
sssssssssssss.sssssssssssssssssssssssssssssssssssssssssssssssssssssss.ssssssss [  9%]
sssss.sssssssssss.ssssssssssssssss.sssss.sssssssss.ss.ssssssssssssss.sss [  9%]
ssssssssssssssss.sssss.ssssssssss.ssssss.ssssssss.sssssssssssssssssssssss [  9%]
.ssssssssssssss.sssss.sssssssssssssssssssssssssssssssssssssssssssssssxss [  9%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 10%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 10%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 10%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 10%]
sssssssssssssssssss.sssssssssssssssssssssssssssssssssssss.ssssssssssssss [ 10%]
sssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssssssssss [ 10%]
ssssssssssss.ssss.ssssssssssssssssssssssssssssssssssssssssssss.ssssssssssssss [ 11%]
ssssssssssssssss.sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 11%]
sssssssssssssss.sssssssssssssssssssssssssssssssssssssssssssssssss.ssssssssssss [ 11%]
ssssssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssss [ 11%]
sssssssssssssssss.ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 11%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 11%]
ssssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssssss [ 11%]
sssssssssssssssss.ssssssssssssssssss.ssssssssssssssssssssssssssssss.sssssssss [ 12%]
sssssssssssssss.sssssssssssssssssssssssssssssss.ssssssssssssss.ssssssssssssss [ 12%]
ssssssssssssssssssss.sssssssssssssssssss.ssssssss....sssssssssssssssssssssssssss [ 12%]
.sssssssssssssssss.ssss.sssssssss...ssssssssssssssssssssssss.ssssssssssss [ 12%]
ssssss.ss.ssssssssss.sssssssssssssssssss..s.sssssssssssssssssssssss.sssss [ 12%]
sssssssssssssssssssssssssssss.sssssss.s.sssssss.ssssssssssssssssssssssss [ 12%]
ssssssssssssssssssssssssssssssssssssssssssssssss.sssssssssssssssssssssss [ 13%]
sssssssssssssssss.ssss.sssssssssssssssssssssssssssssssssssssssssss.ssssss [ 13%]
.sssssssssssssssss.sssssssssssssssssssssss.sssssssss..ssssss.sssssssssss [ 13%]
sss.ss.ssssssssssssssss.ssssss.sssssssss..sss.ssssssssssssssssss..sssssss [ 13%]
ssssssssss.sss.sssssssssss.ssssssssssssssssssssssss.s.ssssssssssssssssss [ 13%]
sss.sssssssssssssssssssssssssssssssssss.sss.sssssssssssssssssss.ssssssss [ 13%]
sssssssssssssssssssssssssss.sss.ssssssssssssss.sssssssssssssssssssssssss [ 13%]
sssssssssss.ssss.ssssssssssssssss.ss.ssssssssssssssssssssssssssssssssssss [ 14%]
ss.s.ssssssssssssssss.s.sssssssssssssssssssssssssssssssssssssss.s.ssssss [ 14%]
ssssss.ssssssss.ssssssssssssssssssssssssssssssss.sssssssssssssssss.sssss [ 14%]
sssssssssssssssssssssssssssssss.ssss.sssssssssssss.s.sssssssssssssssssss [ 14%]
sssssssssssssss.ssss.s.ssssssssssssssss.ss.s.ss.sssssssssssss.sssssssss.s [ 14%]
ssssss.sssss.sssssssss.ssss.ss.ss.sssssssssss.ssss.ssss.sssssss.sss.s.ss [ 14%]
ssssssss.s.sss.sssssss.sssssss.ss.sssssss.ssssss.ss.ss.sssssssssss..ssss [ 14%]
ssssss.ssssss.sssss.ssssssssss.ssss..ss.ssssssssssss.s.sssssss.sssssssss [ 15%]
sss.s.ssssssss.sssssssss.sssssssssssssssssss.sssssssssssssssss.s..sssssss [ 15%]
s.sssssssssss.s.sssssssssssss.sssssssssssssssss.s.sss.ssss.sss.ssssssss. [ 15%]
sss.ssssssssss.sss.s.sssssssssss.sss.ss.ss.ssssss.ssssss.ssss.ssssssssss [ 15%]
sss.ssssssssss..s.sssss..sss.sss.sssssss.s..sssssssssssssssss.ssssssssss.s.ss [ 15%]
ss.sss.s.sssss.sssssss.sss.sssssssssssssssssss.ssssssss.ssssss.sss.s.sss [ 15%]
s.sssss.s.sssss.sssssssssssssssss.ss.sssss.sss.ssssss.ss.sss.s.ss.ssss.ss [ 15%]
s.sssssss.sssssss.sss.ssssss.ss.s.ssssssss.ss.ss.s.sss.ss.sssssssss.s.ss [ 16%]
ssss.ss.ssssss.s..ss.ssss.ssss.ssss.s.s.ss.sssssssssss..ssss.ss.sssssss.ss [ 16%]
s..s.sss.sssssss.sss.ss.ss.ssssssssss.s.ssssssss.sssssss.sss.ss.s.ssssss. [ 16%]
ss.sssss..ssss.ssssssss.ss..sssssss.sssssssss.sss.ssssssssssss.sssssss.ss [ 16%]
sssssssssss.s..sssssssss.sssssssssss.sss.sssssssssss.sssssssssssssssssss [ 16%]
..ss.sssssss.ssssss.ssssssss.ssssssssssssss.s.ssssssssssssss.ss.ss.ss.ss [ 16%]
ssssssss.ssssssss.sssssssssssssss.ssssssssss.sss.sss.s.sss.ssss.sssss.ss [ 16%]
sss.ss.sssssssssssssss.ssssssssss.ss.sssss.sss.sss.sssss.sss.ss.s.ssssss [ 17%]
ssssssss.sssssss.sssss.ss.ssss.s.sssss.ssssss..sss.s.sssssssssssssss.sss [ 17%]
.ss.ssssss.sss.ssss..sssss.sss.ss.s.ss.s.sssssssssssssssss.sss.ssssss.ss [ 17%]
s.s.sss.sssss.ss.sss..sssss.ss.ssssss.sssssss.s.sssssss.ss.sss.sssss.sss [ 17%]
s.s.sss..ssssss.ssssssssss.ssss.ss.sssssssss..sss.ssssss.ssss.ss.sss.sss [ 17%]
.sssssssssssss.sssssss.ssssssss.sss.sss.ssssssss.ssss.sss.ss..ssssssssss [ 17%]
ss..ssssssss.sssssssssssssss.sssssssssss.sssss.sss.ssssssssssss.ss.sssss [ 17%]
ssss.ssssssssss.ss.sssssssssss.sssssssssss.ssssssss.s.sssssss.sssss.ssss [ 18%]
sssss.ss.ssssssssss.s.ssssssss.ssssssssss..sss.ssssssssssss.ssss.s.sssss [ 18%]
sssssssss.ssssss.sssssss.sss.sss...ssss.ssssss.ssss.ss.sssssssssssssssss [ 18%]
.ss.ssss.sssss.sss.s.s.sssss.ssssss..ssssss.s.ssssssssssss.ssss.ssssss.s [ 18%]
s.ssssss..s.sssss.sss.ssssss.ss.sssssssssssss.ssss.sss.ssss.s.ssss.ss.ss [ 18%]
sss.ss.ssss.ss.sss.sssssssssssssss.ss.sssssss.sss.ssss.s.sssssss.s.ssss. [ 18%]
sss.sss.sssssssssssss.sss.ssssssss.sss.ss.sss.sssss.sss.sss.ssss.sssssss [ 19%]
sssssssss.sss.ssssss.ssss.ss.sss.ssssss.s.ssss.sss.ssssssssssss.ssssssss.ss [ 19%]
sssss.ss.ssss.sssssssss..sss.sssss..sssssssssss..ssssssss.sssssssssssss. [ 19%]
ssssssssssss.ssss.sss.ssssssssssssss.s.ss.sss..ssssssssssss.sss.sssssssss [ 19%]
sss.ssssss.ssssssssssss.ss.sss.ssss.ssssssssssssss.ss.ssssssssss.ss.ssss.s [ 19%]
ssss.ssssssss.sss..ssssss.ss.ssssssss..sssssssssssssss.sssssss.sssss.sss [ 19%]
s..s.ssssss.sssssssss.sss.sssssssssssssss..sssss.ssss.ssssssss..s.ssssssss [ 19%]
s.sss.sss.ss.ssssssssssss.s.sssss.sss.sssssssssss.ss..sssssssss.sss.ss.sss [ 20%]
sssssssssssssss.ssss.ss.sssssssss.s.sss.sssssssssss.sssssss.sssssssssssss [ 20%]
sss.ssssssssssssssssss.sss.ss.sssssss.sssssssss.sssssssssssssss.ssssssss [ 20%]
sssssssss.ss.sssss.sssssssss.sssssssssssssssssssss.sssssssss.sssssssss.s.s [ 20%]
s.sssssssssssss.sssssssssssssss.sssssssssssss.sssssssssssss.sss.ssssssss [ 20%]
ss.ss.ssssssssssssssss.ss.ssssssss.ssssssssss..sssssssssssssss.ssssssss. [ 20%]
sssssssss.ssssssssss.sssssssssss.ssss.ssssssssssssssssss.sssssssssss.ssss [ 20%]
sss.ssssssss.ssssssss.ss.ssssssssssssssss.sssssssssssssssssss.s.sssssss.s [ 21%]
ssssss.s.ssssssssssssssssssssss.ssssssssss.sssssssssss.sssssssssss.sssss.s [ 21%]
sssssssssss.sssssssssssssss.ssssssssss.s.s.ssssss.ss.sssssssssssssssssss. [ 21%]
sss.sssss.ssssssssssssssss.sssssss.sssssssssssssssss.sssssssssssssssssss [ 21%]
ssssssssssssss.s.sssssssssssssssss.ssssssssssssssssssss.ssssssssss.ssssss [ 21%]
s.ssssssssssssssss.sssssssssssssssssssssssssssssss.ssssssssssssssssss.sssssss [ 21%]
.ssssssssss.ssssssssssss.sssssssssssssss.ssssss.sssssss.sssss.sssssssssss [ 21%]
ss.sssss.ssssssssssss.s.ssss.ssssssss.ssssssssssssssssss..ssssssss.sssss.sss [ 22%]
sss.ssssssss.sss.sssssssssss.ssssssssssss.ssss.sss.s.sssss.ss.ssssssssss [ 22%]
sssss.sssssss.sss.sss.ssss.ssssss.s.ssssssssssss.sssssssssss.ssssssss.ss [ 22%]
ssss.ssssssssssssssss.sssssssssss.sss.sss.ssssss.sssssssssssssssssssss.ssss [ 22%]
ssssssss.sssssssssssssssssssssssssssssssssssssssss.ssssssssssss.s.ssssssss [ 22%]
ssssssssssss.sssssssssssssssss.sssssssssssssssssssss.ssssss.ssss.sssssss [ 22%]
ss.sssss.ssssss.ssssss.ss.ssss.sssss.ssssssss..sss.ss.ssss.sssssss.ssssss. [ 23%]
.ss.ssssss.ss.sssssssssssssssss...ss.sssss.ssssssssssssss..ss.ss..sssss.. [ 23%]
sssssssssss.ssss.ssss.ssssssssssss.ssss..sssss.sssssss..sssssssssss.sssss [ 23%]
ssssssssss.ss.sssssssssss.ssssssss.sssssssss.sssssssssss.sssss.sssss..ss [ 23%]
.ssssss..ss..ssssss.s...ss.sss.ss.sssss..s...ssssssss..s.s.s.sssssss.s.s. [ 23%]
ssss..sssssssss..s.sssssssss.ss.sss.sssssssssss..s.ssssssss.ssss..s.ssss [ 23%]
s.ss.sssss.ssss.sss.sss.sssss.ss..sss.s.sssss.ssssss.sssssssssssssssssss [ 23%]
sssssssssssssssssssssssssssssss.ssssss.ssssssss.ssssssssssssssssssssssss [ 24%]
ssssssssssssssssssssss.sssssssssssssssss.sssssssssssssssssssssssssssssss [ 24%]
sssssssssssss.sssssssssssssssss.sssss.ssssssss.sssssssssssssssssssssssss [ 24%]
ss.ssssssssssss.s.s.s.sss.sssssssssssssssssssssssssss.ssssssss.ssssssssss [ 24%]
ssssssss.ssssssssssssssssssssssssssssssssssssssssssssssssssss.ssssssssss [ 24%]
ssssssssss..sss..s...sssssssss.s.ss.s.....sssssss.sssss..s.s.sss.sssssss [ 24%]
ss.sssssss..sss...ssssssss.sssssssss.....sssssss.ssss.s..ss.ssssss.ssss. [ 24%]
ss.ssssssssss.s.sssssss.s.sssssssssssssssssssssssss..s.s.s.s.s.s.s.s.s.s [ 25%]
.s.s...s.s.s.s.s.s.s.s.s.s.s..ss...ssssssss.ssssss.ssssssss.s.sss.s.ssss [ 25%]
sssssss.....s.s.ssssss.sss.ss..s..ssss..sssssssssss.sssssssss.ssss.sss.ss [ 25%]
.sss.s..ssssss.ssssss..ssss.ssssssssssss.s.ss.s.sssssss.sssss.ss.s.ss.ss.ss [ 25%]
ssss..ssssssssssss.ss.s.sss.s.s.ssssss.sss.ss.ss.ssssssss.sss.sss.s.s.ss [ 25%]
.sssss.ssssssss.ssss.ss.ss.sssss..sssssss..ssssss.ss..sssssss.ss.s..ss.. [ 25%]
ssssssssss.sss...ssss.ss.sssssssss.ss.ssssssss.s.sss..ssss.ssssssss.sss.ss. [ 25%]
s.sssssssssss..s.ssss..sssssss.s.ssss.s...ssss.ssssss.sss..s.sss.sssssss. [ 26%]
ss.ss.ss..ssssss.ss.sss.ss.sssssssssss..ss...s.sss.sssssssss.s.s.sss.ssss [ 26%]
sssssssss..s.s.sssssssssss.sss.sss.ssss.s.sssssssss.s.sssssss.sssss.ss.s [ 26%]
s.sss.ss.sssssss.s.ss.sssssssss.ssssssss..s.ss.sssssssssss..ssssssssss.s.ssss [ 26%]
s.ss.sssssssss.ssssssssss.ssss.s.s.ssssssss.ssssssssssssssssss..ss.s.sss [ 26%]
sss.s.sssssssssssssssss.ssssss...ss..sssssssssssssssss..sssss..s.s.ssss.s [ 26%]
ssssssssssssssss.sss..s...sssssss.s.ssssssssssssssssss.s..s.s..sssssssss [ 26%]
s..ssssssssss.s..ssssss.sss.ssssssssss.ssss.ss.sss.ss.ss...sssss..ssssss [ 27%]
.sssssssssssss...ss..sss.ssss..ssss.sssssssssssss...ssssss.ss..s..ssssssss [ 27%]
ss.ssssssssss.s.ss.s..s.sssss.ss.sss.sssssssssssss..s.ssss.sss.ss..ssssssss [ 27%]
.sssssssssss.s.sss.sss..sss.s..sssssss.sssssssssssss...ss.ss.ssssss..ssss. [ 27%]
sssssssss.sss..ss.sss.sss.ss.s.sssss.ss.sss.sssssss.ssss.s.s.ssssssss..s [ 27%]
.s.sssss.sssssss.ss.ss.sssss.s..s.ss.ss.ssssss.sssss.ssssss.s..ss.ss.s.ssss [ 27%]
.s.sss.sssssssssss.ss.ss.ssssss...s.s.ssssssss.sssssssssssssss.s..s.s.ss [ 28%]
ss.ss..s.sssssssssssssss.ss.s.ssssss.....sss.sssssssssssssss.ssssssss...s [ 28%]
s.s.sssssss..ssssssssssssssssss.ssss.ss.sss..s..ssssssssssssssssssssssss [ 28%]
s..s...sssssssss..ssssssssssssssssss.ssss.ssss...ss..ssssssssssssssssssssss.sss [ 28%]
ss..s..ss.s.sssssssssssssssssssss.s.s.ss.ssssss..sssssssssssssssss.s..ss. [ 28%]
ss.s.ss.ss..ssssssssssssssssssssss.ss.s..s..ssssss...ssssssssssssssssssss [ 28%]
.ss.ss.sss.ss.sss.s.sssssss.ssss.ssssssss.ss.s.sss.s.ss.ssss.ssssssss.ss [ 28%]
ss.sssssss.ss.sss.ss.s.sss.ss.sssssssss.sssssssssss.ss.sss.ss...ss.ssss. [ 29%]
sssssss.ssssssssssssss.s.sss.s.s.s.s.ssss.ssssssss.ssssssssssss.ss.ssssss.s [ 29%]
..s.sss.sssssssss.ssssssssssssss.ss.ss.sss.ss.ssssss.sssssss.sssssssssss [ 29%]
s.sss.ssss.s.ssss.sss.ssssssssss.sssssssssss.sssssss.s.ssssss.sssssss..ss [ 29%]
ssss.sssssss.ssssss..sssssssss.ssssss.ssssss...ssss.ssssssss..sssssss.ss [ 29%]
sssss.sssss..ssssss.sssss.ssssssssss.ss.sss..ssss.s.ssss.ssssssss.ssssss [ 29%]
.ss.ssss.sss.s.sss..sssssssssssssss.sssssss.s.ssss.s.sssss..sssssssss.ss [ 29%]
ssss.ssssssss.sss.sss.s.ssssss..sssssss.sssssss.ssssssss.ssss.ss.s.ssss.s [ 30%]
.ssssssssssssssssssssss.s..s.ssssss.s.ss..sssssssssssssssssssss.ssss...s [ 30%]
sss..s..ssssssssssssssssssssssss.ssss..sssssss...sssssssssssssssssssssss. [ 30%]
sss.s.sssssss.s..ssssssssssssssssssssssss.ss.sss.ssss.ss..ssssssssssssss [ 30%]
sss.ssssss.s..ssssssss.sss..ssssssssssssssss.ssss.s.ss..ssss..sss..ssssss [ 30%]
ssssssssss.ssss.s.s..sss.ss..s.sssssssssssssssss.sssss.s..sssss.ss.s.ss. [ 30%]
sssssssssssss.sssss.ss.s.sss.ss.ssssss.ssssssssssss.ssssss...sssss.ss.ss [ 30%]
s.s.ssssss.ssssss.sssss.s.sssss..s.ss.ss.ssssss.ssssss.sssssss..sss.ss.. [ 31%]
ss.ss.ssss.sssssssssssss..sssss.sss.s.s.ssssss.ssssssssssss.sssssss.s.ss.s [ 31%]
ssssss.sssssssssssss.ssssss.ss.sss.sssss.sssssssssssss.sssssss..s.sssssss [ 31%]
..ssssssssss.ssss.ssss.sssss..ssssssssss.sssssssss.ssssss...ssssssss.sssss [ 31%]
sss.ssss.sssssss.sssss.ss.sssssssssss.sssss..sssss.ssssssssssss.ss.ssssssss [ 31%]
ssss.ss.s.ssssssss.sssssssssssssssssssssssssss.ssssssssssssssss.ssssssss [ 31%]
ssssssssssssssss.sssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 32%]
s.sssssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssssssssssss [ 32%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 32%]
sssssssssssssssssssssss.sssssssssssssssssssssssssss..sssssssssssssssssss [ 32%]
ssssssssssssss.ssssssssssssssssssssssssssssssssssssssssssssssss.ssssssss [ 32%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.sssssss [ 32%]
sssssssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssssssssss [ 32%]
ssssssssssssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssssssss [ 33%]
sssssssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssssssssss [ 33%]
sssssssssssssssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssss [ 33%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 33%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 33%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 33%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 33%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 34%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 34%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 34%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 34%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 34%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 34%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 34%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 35%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 35%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 35%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 35%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 35%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 35%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 35%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 36%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 36%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 36%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 36%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 36%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 36%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 36%]
sssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssssssssssssssss [ 37%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 37%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 37%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 37%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 37%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 37%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 38%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 38%]
ssssssssssssssssssssssssssssssssssssssssssss.sssssssssssssssssssssssssss [ 38%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 38%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 38%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 38%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 38%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 39%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 39%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 39%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 39%]
sssssssssssssssssssssssssssssssssssssssssssssssssss.ssssssssssssssssssss [ 39%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 39%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 39%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 40%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.sssssss [ 40%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 40%]
ssssssssssssssssssssssssssssssssssssssssssssssssssss.sssssssssss.ssssssss [ 40%]
sssssssssssssssssssss.ssssssssssssssssssssssssssssssssssssssssssssssssss [ 40%]
sssssssssssss.ssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 40%]
sssssssss.ssssssssssssssssssssssssssssssssssssssssssssssssssss.sssssssss [ 40%]
.sssssssssssssssssss.ssssssssssssssssssss.sssssssssssssssss.ssssss.sssss [ 41%]
ssssssssssssssssssss.sssssssssssss.sssssss.ssssssssssssssssssssssssss.ss [ 41%]
sssssssssss.ssssssssssssssssss.ssssssssssssssssssssssssssssssssssssssssssssss [ 41%]
ssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssssssssssssssss [ 41%]
ssssssssss.sssssssssssssss.ssssssssss.ssssssssssssssss.sssssssss.ssssssss [ 41%]
ssssssssss.sssssssss.sssssssssssssss.sssssssssssssssssss.sssssssssssssss [ 41%]
ss.sss.ssssssssssssssssssssssssssss.sssssssssssssssss.ssssssssssssssssss [ 41%]
sssssssssss.ssssssssssssssssss.ssssssssssssssssssssssssssssssss.sssssssssss [ 42%]
ssss.sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 42%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 42%]
ss.ssssssssssssssss.sssssssssss.sssssssssssssssssss.sssssssssss..sssssss [ 42%]
sssssssss.sssssssssss.sssssssssssssssss.sssssssssssss.ssssssssss.sssss.sss [ 42%]
ssssssssssssssss.sssssssssssss.sssssssssssssssssssssssssssssss..sssssssss [ 42%]
sssss..ssssssssssssssss.ssssssssssss.sss.sssssssssss.ss.ssssssssssssssss [ 42%]
ssssssssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssssssssss [ 43%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 43%]
ssssssssssssssssss.sssssssssssssssssssssssssssssssssssssssssssssssssssss [ 43%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssss.sssssssssssssssss [ 43%]
sssssssssssssssssssssssssssssssssssssssssssssssssxssssssssssssssssssssssss [ 43%]
ssssssssss.ssssssssssssssssssss.sss.sssssssssssssssss.sssssssxsssssssssss [ 43%]
sssssssssss.ssssssssssssssssssss.xsssssxsss.sss.sxssssssss.xssssssssssss [ 44%]
ssssssssxssssssssssssssssssssssssssssssssxs.sssssssssxssssssssssxsssssss [ 44%]
ssssssssssxsssss.ssssss.sssssxsssssssssssssss.ssssssx.s..sssssssssssssss [ 44%]
sssssssxssssxxx.ssssssssxssssssssxssssx.x.sssssssssssssssxssssssssssssss [ 44%]
sss.ssxxs.ssssss...ssssssx..ssssssxssssssxxsssssssxsssssssxssssssssssss. [ 44%]
xssssssxsssssxssssssssssssssssxsssssssss.sssssss..xssssxsssssssxs.ssssss [ 44%]
ssssssssssss.ssssssssssssssssssssssssssssssssssssssssssxsssssxssssss.xss [ 44%]
sssssssssssxsssssssssssssssxxxssssss.xsssssssssssssssssssssssssxxsssssss [ 45%]
ssssssssssss..sssssssssssssssssxssssssssss.ssssssxsxsssssxxsssssssssssss [ 45%]
sssssssssssss.ssssssssssssxssssssss.sssssssssssssxsxssss.xssssssssssssss [ 45%]
sxsssssssss.ssssssssssss.ssssssss.sssssxss.ssssssxsss.ssxsssssssssssssss [ 45%]
sssssssssssssssssssssssssxssssssssssssss.s.sssssss.s.xssssssxsxsssssssss [ 45%]
ssssssssssssssxxsssssssssssssssssssxs.sssssss.sssssxssssssssssssssxsssssss [ 45%]
sssssxssssssssxssxss.ssssssssssssssssssssssssssxssssxss.sssssssssssssssss [ 45%]
ssxsssssssssssssxsssssssssssssxsxsssssxssss.ss.sssssssssssssssssxsssssss [ 46%]
sssssssssssss.ssxss.sssssssssssssssssssssssssssxsssssssssxssssssssx.xxss [ 46%]
sssssssssxxssssssssssssssssssssssss.ssssssssss.x.xxsxsssssssxssss.xsxsss [ 46%]
ss.sssxs.ssxxsxsssssssssxsssxxxsssssss.sxssssxxxsxssss.sssssssxssssssssxsss [ 46%]
sssssss.ssssxsssssssssssss.ssxssssssxsxssss.ssssssssssssssssssssssssssss [ 46%]
ssxsssssssssssxsxsxxssssss.ssssssssss.ssssssssssssssssssxxssssssxssssssxsss [ 46%]
ssxssssssxssssssssss.sssssssssssss.ssxssssssxssxxssssssssssssssssssssssxs [ 46%]
ssssssssssssxsssssssxssxsssssssxssssxssssssssssssss.ssssssssssss.ssssssss [ 47%]
xsssxssxssssssssxsssssssxssssssssssssssxsxssssssssssssssssssssssssssssss [ 47%]
ssssxssssxssss.ssssssssxssxs.sssssssssssssssssxsssxsssssssssssssssssssxs [ 47%]
ssssssssssssxs.ssssssssssxsssssss.ssssss.ssssssssssssss.ssssxsssssssssxsss [ 47%]
sssssssxssxssssssssxssssssssssssssssssssssssxsssssssssssssssssss.ssxsssx [ 47%]
sssssssssss.ssssssssssssxsssssssssssssssssssssssssssxsxsssssssssssss.sss [ 47%]
ssssxsssxs.ssssssssssssssssxssxssssssssxssssxsssssssssss.ss.sssssss.ssss [ 47%]
sssssxss.sxsxsxsssssssssssssssssxsssssssssxssssxsssssssssssssssxssssssss [ 48%]
sxsxsssssssssssssssssssssxsssssssss.xsssssssssssssss.ssssssssssssxssssssss [ 48%]
ssssssssxsssxsssssssssssssssssssssssssssssssssssssssssssssssssssssxsxsss [ 48%]
ssssssssssssssssssssxsssssssssssssssssssssssssssssssssssssssssssssss.xss [ 48%]
sssssssssssssssssss.ssssssssssssssssssssssssss.sssssssssss.sssssxssxsssx [ 48%]
.sssssssss.sssssssssssssssssssss.ssxssssssssssssssssxxssss.xxxssssxsssss [ 48%]
ssssssxsssssssssssss.sssssssssssssx.xsssssssssssssssxxxsssssssssssssssssx [ 48%]
ssssxssssssxxxxsssssss.ssssssssssssssssssssssssssssssssssssssxsssssxxsss [ 49%]
sxsssssssssssssssssssssssssssssssss.ssssssssssxxssxxxsssssssssssssssssss [ 49%]
sssssssssssssssss.xxxsssssssssssssssxsssss.xsssssssssssssssssxxssssss.ss [ 49%]
ssssxxsssssssssss.sxssssssssss.sss.x.ssssssxxsssss.sssssssxssxsssssssxssss [ 49%]
ssssssssssssssssssssssssssssxssssxssssssssxssssssssssssssssxssssssssssss [ 49%]
ssssssssssssssssssssssssssxssssxssssxssssssssssssssssssssssssssssssssssss [ 49%]
ssssxsssssssssssxsssssssssxssssssssssssssssssssssssssssssssssssssssssssss [ 50%]
sssssssssssxsssssssssxsssssssssssssssssxssssssssssssssssssssssssssssssssss [ 50%]
ssssssssssssssssssssssxsssssssssssssssssssxsssssssssssssssssssssssssssss [ 50%]
ssssssssssssssssssssssssssssxssssss.ssssssssssssssss.sssssssssssssssssss [ 50%]
.ssssssssssssssss.sxssssssssssssssxsssssssssssssssssxsssssssssssssssssxs [ 50%]
sssssssssssssssssssssssssssssssssssssssssssssxsssssssssssxssssssssssssssss [ 50%]
s.ssssssssss.sssssssssssxssssssssssssssssssxssxssssssxsssssssssssssssssss [ 50%]
sssssssssssssssssssssssssssssssssssssssssssxssxsssssxsssssssssssssssssssssss [ 51%]
sssssssssssssssssssssssssssssssssxsssssssssssssssxsssssssssssssssssssssssss [ 51%]
sssssssssssssssssssssssssssssssssssssssssxssssssssssssssssssssssssssssss [ 51%]
ssssssssssssssssssssssssssssssssssssssssssssssssssxsssssssssssssssssssss [ 51%]
ssssssssssssss.ssssssssssssssssssssssssssssss.sssss..ssssssssssssssssssss [ 51%]
ssssssssssssssssssssssxsssxsssssssssssssssssssssssssssssssssssssssssssxs [ 51%]
sssssssxsssssssssssssssssssssssssssssssssssssssssssxssssssssssssssssxsss [ 51%]
ssssssssssssssssssssssssssssssssssssssxsssssssssssssssssssssssxssssssssss [ 52%]
sssssssssssssssssssssssssssssssssssssssssssxsssssssssssssssssssssssssssss [ 52%]
ssssssxssssssssssssssssssssssssssssssssssssssssssssssssssssxssssssssssss [ 52%]
sssssssssssssssssssxssss.ss.ssss.xxxssssssssssssssssssssssssssssssssssss [ 52%]
sssssssssssssssssssssss.ssssssssssssssssssssssssssssssxsssssssssssssssss [ 52%]
ssssssssssxss.sssssssssssssssssssssssssssss.sssssssssssssssssssssssssssx [ 52%]
sssssssssssssssssssssssssssssssss.xsssssssssssssssssssssssssssssssssssxs [ 52%]
sssssxsssssssssssssssssss.sssssssxssssssssssssssxsssssssssssssssssssssss [ 53%]
ssssssxsssssssss.xssx.sssssss.sssssssssssssssssssssssssssxsxsxsssssssxss [ 53%]
sssssssssssssxsssssssssssssxsssssssssssxssxssssxssssssssssssssssssssssss [ 53%]
sssssssssxssssssssssssssxxsxxsssssssssssssssxsssssss.ssssssssss.s.ssssss [ 53%]
sssssxssssssssxsssssss.ssss.sssss.sssssssxssssssssssssssssssssssxsssxsssx [ 53%]
sssss.xsssssssssxssssssssssssssssssxssssxs.sssssssssxsssssssssssssxsssss [ 53%]
sssssssssxssxssssxssssssxssss.ssssxsssssssssssssssssssxssssss.sssxs.sxssss [ 53%]
sssssssssssxsssssssssssss.ssxssxsssssssssssssssssssssssssssxsssxxssssssssx [ 54%]
ssxssxssssssssssssssssssssssssssssssxssssssssssssxssssssssssssxxssssssssss [ 54%]
ssssxssxssssxssssssssssssssssssxss..ssssssssssssssss.sssssssssssssssssss [ 54%]
sssssssssssxsssssss..xssssssssssxxx.xxssssssx.sssssssxxxsssxxxxsssssssxs [ 54%]
ssssssxsssssxs.xxssssssxssssssssssssssxxssssssssssssssssssssssssxsssssxx [ 54%]
sssx.xsssssssssssssssssssss.sssssssss..ssssssss...xxssss.sssssssssssssssxx.x [ 54%]
sssxxsxxssxxssx.ssxss.sxsxxxssxssxxssxxssssxsssxssxxsxsssxssssss.xssssssss [ 55%]
ssxxxssssss.sssssx.s.xssssssxsssssssss.ssssssssssxs.sss.ssssssx.s.sssssss [ 55%]
sxss.sssssxssssssxsxsssxssssxsssssssssssss.xxxxx..xxxxsssssss.xxxs.sssss [ 55%]
sssssssssssssssssssssssssssssxxssssssssssssssxssxxxsssssssxxxsssssssssss [ 55%]
sssssxxsssssxssssssxssssssssxxx.ssssssssssssss.sxxxsssssss.s..sxxsssssxs [ 55%]
xxssssxsssssss.sxxxx.sssssxxssssxxss.sss.s.ss.s.ssxsssxxxxxssssssxsssssx [ 55%]
s.xxxsssssxsssxsxsss.sssssxsssxssss.ssssssssxxssss.xsxxxssssxsssx.ssxsssssx. [ 55%]
ssssssssssssxssssssssssssssssssxxsssssxxsss.ssxxssssxsxssxssssxsssssssssssss [ 56%]
sssssssssssss.sxsxsx.sssssxsssx.xsssssxsssssx.sssssxxsssssssssxssxsssssssss [ 56%]
xsssss.xxsxsssssxsxsssxsssssxsxsssxsxxsssssssxsxxssssssssxsxsssssssxsssss [ 56%]
sss.sxssxs.ssssss.sssssxss.sssssssxxsssxs..ssxs.ssssssss.xsssxssxs.sssss [ 56%]
ssxss.sssxsx.sxsssxsx..sx.x.sss.sxxsssx.xxxs.xsssxxsxssxxxssxxxsssxsxssx [ 56%]
xxxsssxsxssxsssssxssxxssx.sxsxsssssssxxss.xxssss.s.xsxss.s.sxsss.ssx..sx [ 56%]
sssxsxxssxsssxssxs.xsssx.xssssxssxx.ss.xssxs.xxs.xx.ssxx.xsxsxxxxxxssxxs [ 56%]
.xxxsssxxxssxssxsssssxxssxxx.sssxssxssxxsssssxssssxsxsss.sxssxssssxsssxxs [ 57%]
sssssxsssxssxsxssssssssssssssxssssss.ssss.sssxsssxssxsss.s.s.xssss.ssssss [ 57%]
sx.ssssxsssssssss.xssss.ssssxsssssssssxssssxxsssssssssxss.sssxsssssxsxss [ 57%]
sssxssssxssssxsxssssssssxsxssssssxsxsssssxsssss.ssssssxsssssssxs.sss.xss [ 57%]
ssssssssssssssssssssssssx.x....xssx.xx.xssssssxxxssssssssssssssxxsssssss [ 57%]
xxxxxssssssssssssssssssssssxxxssxxssssss.xxxssssssxx.sssxsssssssssxsxssxs [ 57%]
xssss.sssssxsssxsssssss.sxsss.xsx.sxssssxssss.xssxs.ssssxss.sssxxsxsssxs [ 57%]
ss.ssxsxsssxssssxsssxxxssssssxsssssssssxssxxsssxsssssssssxsssssssssssssss [ 58%]
xsss..ssssssssssssss.xsssss.sss.ssssssssxxsss.ssssssxsss.ssxssxsssssss.sssxss [ 58%]
ssxxssssssssxsxsssxsx.ssssssxsxsssx.sssssssxxssssxsssssssxssssxssxxssxss [ 58%]
sssxsssssssssssssssxssssssss.ssssssssxssss.sssxss.sssssssssxss.ssssssss.xsx [ 58%]
ssssxsxsssssss.xssssssssssxsssxxssxsssssssssssxssssxssxss.ssssssssxsssxs. [ 58%]
sssssssssxsssssssssssssssxsssxsssssssssssssxssssxssssssssssssxssssssssss [ 58%]
ssxssssssssss.sssssssssssssssssssssssss.ssxxssssxsssssxsssxssssssssssssss [ 58%]
ssxssssssssssssssxsssssssssxsssssxssssxsssssssssssxsxsssssssssssssssxssss [ 59%]
ssssssssssssssssssssxsss.s.sssssssssssss.ss.sssssss.sssssxssxsxsssss.sssssss [ 59%]
sxsxsssssssssssxssssxsssssssssxssxssss.ssssssxsxssssss.sssssssxsxssssssxsssss [ 59%]
xsssssssssxssssssxsssssssxssssssssssssxss.ssssssssxs.sssssssssssss.xssssss [ 59%]
ssssssssssssssssssss.ssssssss..sssssxsssssxsxsssssssssxxssssssxssxsssssss [ 59%]
ssssssxxxssssssssssssssssssssssssssxxssssxsssss.ssssxxsssssssssssssss... [ 59%]
ssssssssxsxsssssssssxsssssssssssssssssxssssssssssssssssxsssssssssssssssss [ 60%]
ssssssssss.ssssssssssssssssssssssssssxssssssssssssssss.ssssssssssssssssss [ 60%]
ssssssssssssssssssssssssssssssxssxssssssssssssssssssssssssssssssssssssss [ 60%]
sssssssssssxssssssssssssssssssssssssxssssssssssssssssssssssssssssssssssssss [ 60%]
s.ssssssssssssssssssssssssssssssssssssss.ssssssssssssssssssssssssssssssss [ 60%]
ssssssssssxssssssssssssssssssssssssssssssssssssssssssssssxssssssssssssss [ 60%]
sssssssssssssssssssssssssssssssssssxsssssssssssssssssssssssssssssssssssss [ 60%]
sssssssssssssssssxs.ssssssssssssssssssssssssssssssssssssssssssssssssssss [ 61%]
sssssssssssssssssssxsssssssssssssssss..sssss....ssssssssssssssssssss...s [ 61%]
sssssss.ss.ssssssssssssssssssssssssssssssssssxsssssssssssssssss..sssssss [ 61%]
sssssss.ss.sssssss.sss.s......s.sssss...s.xsss..ss.xxxsssxssssxs.x.xssxs [ 61%]
ssssssxxsxxsxxx..ssssxxsxsxxss..sssxxxsxxs.xsxssxxsssssssxsss.sssssxssss [ 61%]
ssssssxss.ssssssssssssxs.s.s.s.s.sssss.x..ss.ss.ssss..xssxx.xss.sssss.xsx [ 61%]
sxxssss.ssssxxsxsxs.sssssxxsxxsssx...ssssxxx.sxss..ssxx.ssxxssxxxsssxxss [ 61%]
xssxxss.ssssxssssxssss.ssssssssxss.sx.ssxssssssxs.sss..sssssx.xss.s.sssssss [ 62%]
s.s..xssssssxssss.sxsxssssssxsxsxssssssssxssxssssxsssssxssxssssssxssssss [ 62%]
sssssxssxsssssxsssssssssssssssssssss.sssssxssssssssssssssxsssxsssssx.sss [ 62%]
ssssssssssssssxssssssssssssssss.ssssxssxss.sxssssssssssss.ssssssssssxssssss [ 62%]
ssssssxssssss..sssssssssssxsssssxssxssssssssxsssssssxxssssxsssssssxssssss [ 62%]
sxssssss.ssssssssxssssssxssssssxsxsx.ssss.sssssssssssssssssssssssss..sxsss [ 62%]
ssssx.ssssss.sssssxsssssssss.sxssssssssssssssxx.ssssssssssssxssssssssxsss. [ 62%]
xssxsss.sssssxxssssxsssssssssxssssssxsxxsxsssxsss.ssxssssssssssssxssssss [ 63%]
ssssssssssssssssss.xx.xsxsssx.x.ssssxssssssssssssxxxxsssssssssssssssssss [ 63%]
ssssssssss.sssssssxxxsssssssssssssssxssssxxsssssssssssssssssssssxxssssss [ 63%]
ssssssssssssssssxssssssxxsssssss.ssssssssssssxssssxsssssssssxsssssssssss [ 63%]
ssssxssssssssssssssssssxssss.sssss.xssssssssxsssssssssssxsssssssssssssss [ 63%]
sssssssssss.sssssxxsssssssssssx.sssssxssssssssssssss.xxxxssssssssxxsssss. [ 63%]
ssssxsxxsssssxssss.ssxsssss.xsssxxxssssss.xsssssxsssssss.ssxsxsssssssxsss [ 63%]
sxxssxssss.s..xssssxsssssssxsssssssssxssxsssx..sss.ssssssxsxxsss.ssssxss.ss [ 64%]
xxssssssxsxs.xxs.ss.sssxssxsxssxsxssssssxx.sssxssssxsxsssxxssssss.ssssss [ 64%]
xxssssssssxsssxs.ssss..ssssssxssssssssssssss.sssxssxsxxssss.ssssssssssssx [ 64%]
sssssssxssssxssssssssxsxsxsxsssssssssxsxssssssssxxsssssssssssxxssssxssss [ 64%]
ssssssssssssxxsssssxssssssssssssssssssssssssss.sssxsssssssxssssssss.sssss [ 64%]
ssxsssssssssssssssxsssssssssssssssxsssssssssxsss.ssssssssssssssssssssssx [ 64%]
ssssssssxsssssssssxsss.ssssssssssxsssssssss.ssssssxxsssxssssss.xsssssssss [ 65%]
ssxsssssss.sssxss..ssssssssssxxssssssssssssss.sssssxssssxssssssssssssssss. [ 65%]
sssssssssssssxsssssssxsxssssxssssssssssssssssss.ssssssssssxxssssssssssssxs [ 65%]
ssssxxssssssssssxxsssssssssssssssssxssssssssssssssxsx.sssssxsssssssxssssss [ 65%]
sssssssssssssss.ssssssssssssssssssssssssssxsssssssssxssxsssssssssssssssss [ 65%]
ssssssssssssssssssssssxssssssssssxssssxssssssssxs.ssssssssssssssssssssss [ 65%]
sssss.ssssssssssssssssxssssss.ssxssssss.ssssxssssssssssssssssssssxsss.ss [ 65%]
s.ssssssssxsssssssssx.xssss..xsxssxx.ssxsssxxx..xxx.xxss.ssssssssssssss. [ 66%]
xxxx.x.x.xsssssxxssssxsssssx.xxssssxxxxsssssssssssxxssssxsssssxsssssssss [ 66%]
ssssssxssssssxxssssxxxxxxsssssssssssssxxssssssss.xsssssxxsx.ssssxssssxxx [ 66%]
sssssssssss.ssssssss.ssssssxsssss.sssssssxssssssssssssssssssssssssssssxs [ 66%]
ssssssssxsssssssssssssssssssssssssssssssssssssxsssssssssssssssssssssssss [ 66%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 66%]
sssssssxsssssssssssssssssssssssssssssssssssssssssssssssssssxxsx.sxssxxsxss [ 66%]
ssssssssssxsxxsssssssssxssssssxssxsssxssssss.ssssssxsxxsssss.....ssssssxx [ 67%]
xs.sss..ss.x.sssxssxxxxxsssss.sssxsssxxxxsxssssssxxxssxxssssxssssxsx.sss [ 67%]
ssxxsssss.sssssxxxsss.ssssssssssxxsxsssss.ssssss.ssssxxs.sss.sss.xxssssss [ 67%]
xxssxxsssssssxxssssss.ssssssxxsssxsssxxssxxsssxssssssxssxxsssssssxssssss [ 67%]
sssssss.ssssssssssxsssssss.sxssssx.sxssssssssssss.sssssssssxssssssssss.ssss. [ 67%]
xx.ssxssxxssxsssxsssxxsxssxsssxxss.sssssxsxxsxxssssxsssxx.ssssssxsxssxss [ 67%]
sssssxssx.s.sssssxssssssssssssssssssssssx.xssss.x.x...x.xxssx.ssssss.xxx [ 67%]
xs.sx.xxssxxsxxxxs.sxxsxxxssssssxxssx.sssssssxsxssss.sssxxsssxxssss.sxss [ 68%]
ssxssss.sssxsssssssssssssssxss.ssxssxssxssss.ssssssxssxssssss.sssssxssss [ 68%]
sssssxssssssssssssssssssssssss.xsssssssssssssssssssssssxsxssssss..ssssss [ 68%]
ss.xssssssssxssxxxxxssssssssxxxxxssxssssxssssssxssssssxssssssxsssssssxsss [ 68%]
ssssxsss.ssss.sssssssss.sssxs.ssssssssssxssxsssssssssx.sssxsssssssss.sssss [ 68%]
xsssssxssxssssssssssxsssxsssssssxssssssssssssssxsssssxssssssssxsssssxss.s [ 68%]
sssxssssssssssssssssssss.sssssssssssssssss.sxsssssssssssssssssssssxssssxss [ 68%]
ss.ssssssssssssssssssssssssssssssssssssxssssxxsssssssssssssssssssssssssss [ 69%]
sssssssssxssss.ssxxssssssssssssssssssssssssssssssss.sssss.ssssssxssxssss [ 69%]
xssssssssxsss.sssssxssssssssssssssssxssssxssssssxssssxssssssssssxxsssssssss [ 69%]
sssssssssssssssssssssssxsssssssx.sssssssssssssssssssssxssss.xxxx.ssxssss [ 69%]
ssssssxsssssssssssssss.sssssxssssssssxsssssxssssssssssssxsssssssssxsssss [ 69%]
sssssssssssssssssssssssssssssssssssssssssssxsxssssssssssxxxsssssssssss.. [ 69%]
sssssssxxssssss.sssss.sxsssssssssssxssssssssssssssssxss.sssssssssss.xsss [ 70%]
sssssssss.sssssssssssxxsssssssxssssssssssssssssssss.ssssss.xsssssssxs.sss [ 70%]
.sssssxsssssx.sssxssssss.ssxsssssssssssssssssxsssssssssssxssssxsssssxsss [ 70%]
sssssssssxsxssxsssssssssssssssssxssssssssssssxsxsssssssssssssssssssssssxsss [ 70%]
sssssssssssxsxssssssssssxsssssssssssssxxsxssssssssssssssssssssxss..sss.s [ 70%]
ssss.sss.sssssssssssxsssssssssssxssss.ssssxsssssxssxsssssxsxxxsxsxsssssss [ 70%]
xxxxssssxsssssssssxxsssxssss.ssssxxsssxsss..ssssxssxss.s..sxssxsss..xsxs [ 70%]
sxssssxxxsxssssssssxsxxxssssxssssxxx.sssssssssssssssssssss.xssssssssssss [ 71%]
ssxssxsssssssssssxsssssssx.ssssss.ssssssss.sssssssssssssssssssxssssssxxs [ 71%]
ssxssssxsssssssssss.sssssss.ssssxssssssssssssssxssxssssssssssssxssssxsss [ 71%]
ssssssssssssss.sssssxssssssssxsssxs.sssssssssxsssssssss.ssxssssssssssssss [ 71%]
ssssssss.xxssss..ss.xxssssssssxsssssssssssssssssssssssssssssssxxssssssss [ 71%]
sssssssssxxssssssxssssssxssssssssssssssssssssssxssssssssssssssssssssssss [ 71%]
ssssssssssssssssssssssssssssssssssssssssssssssxsssssxsssssssssssxssxxxsxs [ 71%]
ssssssssssxxssssssssssss.sxssssssssss.sssssss.sssxsssssxssssssxss.ssssssss [ 72%]
sssssssssssssss.sxssssssss.ssssssxssxssssssssssssssss.sssssssssss.sssxss [ 72%]
ssssssssssssxssssssssssxssssssssssxsssxsssssssssssssssxsssssssssssxsssssx [ 72%]
sss.ssssssssssssssssssssssssssssssssssssssss.ssssssssssxxsxsssssssssssss [ 72%]
ssssssssssssssssxssssssssssssssssssssssssssssssssssssxsssssssssxxxssssssss [ 72%]
sssssssssssssssssssssssssssssssssssssssssxssssssssssssssssxssssssssssssx [ 72%]
ssssssssssssssssssssssssssssxsssssssssssssssssssssssssssssssssssssssxssss [ 72%]
ssssssssssssssssssssssssssssssssssssssssssssssssssxsssssssssssssssssssss [ 73%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssxsssssssssssxssss [ 73%]
ssssssssssssssssssssssssssssssssssxsssssssssssssssssssssssssssssssssssss [ 73%]
sssssssssssssssssssssssssssssssssssxssssssssssssssssssssssssssssssssssssss [ 73%]
ssssssssssssssssssssssssssssssssssssssssssssssssssxssssssssssssssssssssss [ 73%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 73%]
sssssssxssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.ssssssssss [ 73%]
sssssssssssssssssssssssssssssxssssssssssssssssssssssssssssssssssssssssss [ 74%]
ssssssssssssssssssssss.ssssssssssssssssssss.sssssssssssssssssssssssssssssssss [ 74%]
sssssxssssssssssssssssssssssssssssssssssssssssssssssssssxsssssssssssssssss [ 74%]
ssssssssssssssssssssssssssssssssssssssssssxsssssssssssssssssss.sssssssss.sssss [ 74%]
sssssssss.sssssssss.sssssssxssssssss.ssssss.sssssssssssssssssssssxssssss [ 74%]
s.sssssxssss..xssxxssssssss.xsss.sssssss.sssssssssss.ssssssssss.sssssssss.s [ 74%]
ssssssss...sssssss.ssssxssssssssxsssxssssssxs.sxssssssssssssssssssssssssss [ 75%]
ssssssssssssssssssxssssxsssxssxsssssssssssssssss.ssssssss.sssssssss.s.ss [ 75%]
ss.s.xsxss.ss..sxsxsssss.x.ssssssss.s.ssssss.sssssssssxssxssxssssssssssss [ 75%]
sxxssssssxxssssssxs.sssssssssssssssssssxsssssss.ssss.ssxxssxxssssssssxss [ 75%]
sssssssssssssssssssssssssssssssxssssxsssssssssxxssssssssss.ssssssssxx.ss [ 75%]
sssxxx.s.xxsssssssssssxsssss.ssxxssssssxxsssssssssssssssss.xsxssssssxsss [ 75%]
sss.s.ssssxxxsssssssssssssssssssssssssssssssssssssxxsssssssssssssxssssss [ 75%]
ssxssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.sx [ 76%]
xsxsxxs.sxxs.xssxxsssssx.xssxsssssxssssssxssssxx.sssssssssxs.sxxsxs...sss [ 76%]
sss.sx.s.sssssxsssxssxxsxxxssssssssssxsxs.sssssxssssss.sxxssssssxssssxsss [ 76%]
sssss.sssxssssssxs.sssxxssssssx.sssssxsssss.ssssssssxs..sssssssxssssssssxss [ 76%]
sssssssxssss..sssssssxsssxssssssssssxssssssssssssssssssssxxsssssxss.sssssss [ 76%]
sssxsssssssssxssssssssssssssss.sxssssssxsssssxssssssssssssssssssxssssssss [ 76%]
sssssxss.sssssssssss.ssssssxxsxssssxsssssssxsssssssssxsssxssssssssssssss [ 76%]
sssssssssssssxsssxssssssssssssssssssssssssxsssssssssssssssxsssxsssssssss [ 77%]
sssssssssssssxsssssxxssssssssssssssssssssssssssssssssssssssssss.ssssssss [ 77%]
ssssssssssssssssssssssxssssssssssssxsssssssssssssssssssxssssssssssxsssss [ 77%]
sssssssssssssssxxsssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%]
sssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssssssssssssssss [ 78%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 78%]
.xs.ssssssssssssxssssssxsssssssssssxssssssssss.ssss.s..ss.xsssssssssssss [ 79%]
sssssssssssss.ss.sssssssxsssssxxxxx.....ssssss.ssssxxxxsxxsxsxxsxsssssss [ 79%]
xxxxxxsxxxss.sss.sss.ssxxxxxxssxxs.sssxsss.sxxxsxssxxxssssssssxxxsxssxss [ 79%]
xsssssxsxssxxsssxsx.sxssxsssxssssxxsss.x.sssssxssssxsssxxsx.sssxssxssssx [ 79%]
sssxsxx..sssssssxsx.sxsssssxxsxss..sssssssssssssxssssxssxsssss.sssss.ssx [ 79%]
ssxsxxxsssss..sss.xs.ss.xxsxxsss.sx.sss.sxsssss.sxssxs.sxsssssxxxsssssxx [ 79%]
ssssxx.x.ssssxxxssssxsssx.x.xss.s.xxxssssxssxss.xxssssxs.xxssxssxssxsssx [ 80%]
xssssxxxxssssssssxsxsxsxsssssxsxs.sssxsssxsxsssssxsxsss.sxxsssssssssssxs [ 80%]
ssxssssss.sssssssxxxssssxss.ss.sxssxxsssx.ssssxs.xs.sssxsssssssssss.xsssx [ 80%]
ssssssssxssssxs.xsssxxssssxxssxssss.x.ssssssss.ss.xssssxsssxs.sxssxxssss [ 80%]
sxsssssx.sssssssxxssxsxsxssssssssxsss.xsssss.sssssxx.ss.ssxsxxssxs.sxssx [ 80%]
sxssssxsxssx.ssssssxssxs..ssxss.ssxxsxss.xsxxsxsxssssssxx.xxxx.sxssssxsss [ 80%]
ssxxxss.sssssxsxssxxssssssxxssxsssxxssssxsssssssxssxsss.sssssss.sxssssss [ 80%]
xssss.x.s.xss.ssssxssxssxsssssxssssssxsssx.ss.sxssssss.xsssxsssssssxsxssx [ 81%]
ssssssxx.sssx.sssssssssxxssssxssssssxssxsssssxsssx.ssssxsssssxsssssssxxss [ 81%]
ssxssxsssssx.ssssssxssssss.ssssssxsss.sssssssxsssss.ssssssssxssxsssss.sss [ 81%]
.sxsssssxssssssssxssssssxsssssssssssxsssssxxssssssssssssssssssssssssssss [ 81%]
xssxsssssxsssssssssssssssssssxxsssssssssssssssssssssssssssssssssssssssss [ 81%]
sssssssssssssssssssssssxsssssssssssss.sssxssssssssssssssssssssssssssssssss [ 81%]
ssssssss.ssssssssxsssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 81%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 82%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 82%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 82%]
sssssssss.sssssssssssssssssssssssssssssssssssssssssssssss.sssssssssssssss [ 82%]
.sssssssssssssssssssssssssss.sssssssssssssssssssssssssss.sssssssssssss.ss [ 82%]
ssssssssssss.sssssssssssssssssssssssssssssssssssssssssssssssss.ssssssssss [ 82%]
ssssssssssssssssss.sssssssssssssssssssssssssss.ssssssssssssssssssssss.sssss [ 82%]
sssss.ssss.s.ss.s.s.ss.sssssssssssssssssssssssssssssssssssssssssssssssss [ 83%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 83%]
sssssssssssssssssssssssssssssssssssssssssssssss.sssssssssssssssssssssssss [ 83%]
ssssssssssssssssssss.sssssssssssssss.ssssssssssssssssssxs.sssxxsxs.x.ssss [ 83%]
sssssxsssssxssssssssssssssssxsxsxssssssssssss.ssxss.sssx.sssssssssssssss [ 83%]
s.xxsssss.ssssxsssssssxxxssssss..sxxx.xxsssssssssssx.xxxsssssssssxx.ssss [ 83%]
xssssxxx.xsssss.xx.xxsxxssxsxssxxxsxsx.xssxsxsxxx.sssss.ssx.sssxsxss.xss [ 83%]
x.x.ss.x.xss..x.s..xxsx.ssssssssxsx.sxsssxx.x.xxx.xxx.x.xxxxxxxx.xx.x.xx [ 84%]
xxssssxxxx..xxssssssxsssxxxxxsssssssssxsssssssssssssxxxxxssxxxssxsxssssss [ 84%]
sxxxxsssss.sxssssxxxssxsxssxssss.sssxsssxsxs.sssssxsxxssssss.ssssssxssss [ 84%]
ssx..ssxssxssssssxx.ssxx.xsxsxssxsxsxsssssxsssxxssxsssssxsssxssssxssssssx [ 84%]
ssssxxsssssxss.ssssxsxsxsssxsxxsss.xs.ssssss.sssxsssss.x.sssssssssss.sssssxs [ 84%]
ssssss.xxsssssssx.xsxssx.sss.sxsssxssssss.sssxssxsxsssssssxxsxxssssxsssx [ 84%]
ssss.ss.sxssssss.ssssxxsssxss..sxsxxssxs.sxssssxsssxsxsssssssssxss..sx..sx [ 85%]
xxxxxs.xsssssssx.xxxxssxssssssxxxxxssxxssxxssssssxsxssssssxsxssss.sssssx [ 85%]
xssss.xxssssssxx.ss.sssssssssxxxsssssxssxss.sxssxssssxxssxsssssssssssxsx [ 85%]
xs.ssssxsxsxssss.xsssssx.ss.xssssssssssxsss.ssss.ssss.xssssxsxsssxssssxx. [ 85%]
sssssxxxxssssx.sssxssxxssssxxssxssxsxsssxssxsxssxsxxsssxssxxssssssssssss [ 85%]
ssssxssssssss...ssssssssssssssssssssssss..sssssssss.xxssssssssssssssssss [ 85%]
s.xsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%]
sssssssssssssssssxxsssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 86%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssxssssssssssxssssss [ 87%]
ssssssssssssssssssxsssssssssssssxsssssss.ssssxsssssssssssssssssssssssssss [ 87%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 87%]
sssssssssssssssssssssssssssssssssssssxxsss.sssxsssssssss.xxssssssssxsssss [ 87%]
.xssssxsxsx..ssssss.sxsssss..x.xxsssx.ssss.xxxssssssss..s.xxssxxsxsxxsxs [ 88%]
sx.ssssxssss.ssssxxsxsxsss..ssssssssxxxsxsxxssxssssssssssss.sx.s.sxxxxxsx [ 88%]
xxxsssxsssxsxxxsssxssxxx.xxx.xxxxxsssxs.xsxxxsxsxx.xxss.xssxssssssxxxx.x [ 88%]
xxsssss.xsssxxsssssxxxssxxsxx.sxxssssxssxss..ssssx..xssssssss.xxs.xxssxs [ 88%]
sssssxsssssssssssssxssx.x..s.xs.sssxssxxxs.s..xssxsxsxsxxssss.ss.ssxxx.s [ 88%]
s..xx..xxx.x.sx.xsxxxxs.xxx.xxsxsxxx.xsxxxxsxxsxsxxxsxxxsxxsxxxssx.xxxxsx [ 88%]
sxxxxs.xx.xssxxsxxsxsxxxxx.ssxsxxsssxsxx.sxs.sxxssss.sxx.ss.sxsxxsssxsx.ss [ 88%]
xsxsx.xssxxssxxssxssxsxxxssxsssss.xsxsxsssssxssssx.sssxsxs.sssssx.ssxsxx [ 89%]
sxss.xxsssssxsssssxsssss.sssssx.sxss..ss.sssxsxxssssssssxsxxssss.ssssx.s. [ 89%]
xsssssssxsss.sxsssssssssssxssxss.xssssssss.sssssssssssssssssssssss.xxxx. [ 89%]
xxssssssssssssssssssssssssssssssxssxxssssxsssssssssxxsssssssssssssssssssssss [ 89%]
xsssssssxxssssssssssssxsxsssssssssssssssssssssssssssssssssssssssssssssssssss [ 89%]
sxsssssssxxssssxssssssssssssxsssssssssssssssssssssssssssssssss.ssssssssss [ 89%]
s.ssssssxsssssxssssssssssssssssssssssssssssssssss.xssssxssssx.ssxsssssssss [ 89%]
sssssssssssssss.xssssssssssssssssssssssssxssssssssssssssssxsssssssssssss [ 90%]
sssssssssssxssssssssssssssssxsssssssssssssssssssssssssxssssssssssssssssssssssss [ 90%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 90%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 90%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 90%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssxs [ 90%]
sssxsssssxssssssssssssssssssssssssssssssssxss.ssssssssssssssssssssssssss [ 91%]
sssssssssssssss.ssxssssssssssssssssssssssssssssxssssssssssssssssssssssss [ 91%]
sssssssssss.ssssssssssssssssssss.sssssssssssssssssssssssssssssssssssssss [ 91%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 91%]
ssssssssssssssssssssssssssssssssssssxss.ssssssxsssssssssssssssssssssssss [ 91%]
sssssssssssxsssss.ssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 91%]
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 91%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 92%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 92%]
ssssssssssssxssxssssxsssssxssssxx..ssxssxxsssxxssxssxx..ss...xsxsssxsssssss [ 92%]
sxsssssxsx.sssxxxxssx...xs.s.sxsssssssssssssssxss.sss.ssxs.sxxx.xssssssx [ 92%]
.xxxxss.ssssxss.xx.ssxsssssxsssssxxxxsssxxxx.xxsxsssss.xsx.x..xsssssssxs [ 92%]
sssxxxxsxxxssssssssssxsxssssss.x..xss.xxsxxss.xxsssssxxxxsxsssxsxxxxxsss [ 92%]
ss.xsx.xsssxxxxxxxxsssxxsxsx.sssxxssssxxssxxxsssssssxxsxxssssssssxssxsx. [ 92%]
xs.sxsssssssssxsxxssxssx.ssx.x..xs.x.ssxssx.sxsssssssssxssssssss.sxsssssx [ 93%]
xsssxsss.s...ss.xssssxxxsssx.ss.xssx.xsx.xxx..xxsx..xsxxsxxsssssxsssxxxx [ 93%]
xsx.xx..xxxxxx.xxxsxs.sxsssssssssssssssssssssssssssxsssssxsssssssxxxxx.sxx [ 93%]
sxsssxss.ss.ssss.sssssxsxxssssxsxxx.ssxxsssxs..sxsx.ssxssxsxxsxsssssxsx. [ 93%]
ssssssssxsxxxss.ss.xxsxssxss.xssxss.xxxssss.xx..sxssxxssssxx.sxsssxsxxsx [ 93%]
ssxxsssxssssxss.sssssxssxsxsxsssssssxx..ssssssssxsssssxsssssxsssxsssxsss [ 93%]
ssxxxsssssssssx.xsssssssssssssssssssssssssssssssssxxxssssssssxxss.ssssss [ 93%]
.sssssssssssssssssssss.ssssxxxssss.ssssxssssssxxssssssssssssssssxsssssss [ 94%]
ssxxssssssss.ssss.xsssxssssssssssss.ssssssssssssssssssxssxxsssssssxsssss. [ 94%]
sssss.ssssssxssssssssxsssssssssxsssssssssssssxsssssssssssssssssssssssssss [ 94%]
sssss.sssxsssssssssssssssssssssssss.ssssssssssssssssssssssssssssssssssss [ 94%]
ssxssssssssssssssssssssssssssssssssssxsssssssssx.ssssssssssssxsssssssssss [ 94%]
sssssssssssssssssssssssssssssssxssssssssssssxsssssssssxsssssssssssssssss [ 94%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.s [ 94%]
ss.sssssss..xsssss.ssssssssssxss....s.sssssssss.sss....xs..s.s....ssss..s.s.s. [ 95%]
.s...xxss.ss......ssss.s...ss.ss...sssx....ss.s....s.....s....s...s..... [ 95%]
......s............s.s....ss...ss....s.s.............................s.. [ 95%]
s...........................s.....................sssssssss.s.s......ss. [ 95%]
s....................................................................... [ 95%]
......................................................................... [ 95%]
........................................................................ [ 96%]
........................................................................ [ 96%]
........................................................................ [ 96%]
......................................................................... [ 96%]
......................................................................... [ 96%]
........................................................................ [ 96%]
........................................................................ [ 96%]
.........x.........x..............x.......xx...........x...x............ [ 97%]
........................................................................ [ 97%]
........................................................................ [ 97%]
....x................................................................... [ 97%]
........................................................................ [ 97%]
........................................................................ [ 97%]
........................................................................ [ 97%]
......................................................................... [ 98%]
........................................................................ [ 98%]
........................................................................ [ 98%]
......................................................................... [ 98%]
....x............sssssss.ss.......s.....................x............... [ 98%]
....x..s..................ss..s..sss.ss.ss.ssssssssssssss.ssss.ssssssss. [ 98%]
.s.ss..........sss.ss.s...s...x........................................s [ 98%]
.x.............s....s......x....x......s.s..........s.........x......... [ 99%]
s.x.s...s.........x......s............sss.s...s.......x.....s..s.ssss... [ 99%]
ssss..s........s.x.s.s..ss.ssssx.....s....s..x..ss.s....s...ss.......... [ 99%]
........s..s.............ss.ss.....ss........x....ss........s..sssssss.s [ 99%]
s..........s.ss.ss.....s..s..s.........s.s...................s........ss [ 99%]
..s...s........s......s....s...s.....s......xs................s.......... [ 99%]
...s.................................................................... [ 99%]
..........................                                               [100%]error: object directory /localdisk/tc_agent/system/git/git-CE4319E5.git/objects does not exist; check .git/objects/info/alternates
fatal: bad object HEAD


---------- coverage: platform linux, python 3.8.13-final-0 -----------
Coverage XML written to file coverage.xml

= 8837 passed, 37801 skipped, 2917 xfailed, 30792 warnings in 253.45s (0:04:13) =
PytestBenchmarkWarning: Benchmarks are automatically disabled because xdist plugin is active.Benchmarks cannot be performed reliably in a parallelized environment.
Tests are successful


<b>Remaining output truncated<b>


Copy link
Collaborator

@devin-petersohn devin-petersohn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mvashishtha, happy to merge this now, but in the future I think we'll want to avoid materializing the whole thing on the driver.

@devin-petersohn devin-petersohn merged commit 957b72d into modin-project:master May 24, 2022
jrsacher added a commit to jrsacher/modin that referenced this pull request May 24, 2022
Signed-off-by: Joshua Sacher <joshuasacher@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In BaseOnPython execution, __getitem__ and loc give incorrect values for Modin boolean series key
3 participants