Skip to content

Remove ./tests/.arcignore #13

Remove ./tests/.arcignore

Remove ./tests/.arcignore #13

GitHub Actions / JUnit Test Report failed Jul 26, 2023 in 0s

14 tests run, 13 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 1 in ch-monitoring tool

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ch-monitoring tool.Check System queues size

409 Client Error for http+docker://localhost/v1.41/containers/9d126a9ff35d0d2977505c59b0b26557c11a211eedf586b37fd1aa8fd8ef7726/exec: Conflict ("Container 9d126a9ff35d0d2977505c59b0b26557c11a211eedf586b37fd1aa8fd8ef7726 is not running")
Raw output
Failing step: And a working s3 ... failed in 0.018s
Location: features/monrun.feature:5
Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/docker/api/client.py", line 268, in _raise_for_status
    response.raise_for_status()
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/requests/models.py", line 960, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 409 Client Error: Conflict for url: http+docker://localhost/v1.41/containers/9d126a9ff35d0d2977505c59b0b26557c11a211eedf586b37fd1aa8fd8ef7726/exec

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/behave/model.py", line 1329, in run
    match.run(runner.context)
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/behave/matchers.py", line 98, in run
    self.func(context, *args, **kwargs)
  File "steps/s3.py", line 14, in step_wait_for_s3_alive
    minio.initialize(context)
  File "/home/runner/work/ch-tools/ch-tools/tests/modules/minio.py", line 51, in initialize
    _configure_s3_credentials(context)
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/tenacity/__init__.py", line 289, in wrapped_f
    return self(f, *args, **kw)
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/tenacity/__init__.py", line 379, in __call__
    do = self.iter(retry_state=retry_state)
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/tenacity/__init__.py", line 314, in iter
    return fut.result()
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/concurrent/futures/_base.py", line 425, in result
    return self.__get_result()
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result
    raise self._exception
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/tenacity/__init__.py", line 382, in __call__
    result = fn(*args, **kwargs)
  File "/home/runner/work/ch-tools/ch-tools/tests/modules/minio.py", line 76, in _configure_s3_credentials
    f"config host add local http://localhost:9000 {access_key} {secret_key}",
  File "/home/runner/work/ch-tools/ch-tools/tests/modules/minio.py", line 99, in _mc_execute
    output = _container(context).exec_run(f"mcli --json {command}").output.decode()
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/docker/models/containers.py", line 196, in exec_run
    workdir=workdir,
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/docker/utils/decorators.py", line 19, in wrapped
    return f(self, resource_id, *args, **kwargs)
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/docker/api/exec_api.py", line 78, in exec_create
    return self._result(res, True)
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/docker/api/client.py", line 274, in _result
    self._raise_for_status(response)
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/docker/api/client.py", line 270, in _raise_for_status
    raise create_api_error_from_http_exception(e)
  File "/opt/hostedtoolcache/Python/3.6.15/x64/lib/python3.6/site-packages/docker/errors.py", line 31, in create_api_error_from_http_exception
    raise cls(e, response=response, explanation=explanation)
docker.errors.APIError: 409 Client Error for http+docker://localhost/v1.41/containers/9d126a9ff35d0d2977505c59b0b26557c11a211eedf586b37fd1aa8fd8ef7726/exec: Conflict ("Container 9d126a9ff35d0d2977505c59b0b26557c11a211eedf586b37fd1aa8fd8ef7726 is not running")