Skip to content
Failed

Console Output

Skipping 376 KB.. Full Log
23:32:48     was_set = self._set_attr_from_config_option(cp, *option_spec)
23:32:48   File "/usr/local/lib/python3.10/site-packages/coverage/config.py", line 419, in _set_attr_from_config_option
23:32:48     setattr(self, attr, method(section, option))
23:32:48   File "/usr/local/lib/python3.10/site-packages/coverage/tomlconfig.py", line 146, in getlist
23:32:48     self._check_type(name, option, values, list, "a list")
23:32:48   File "/usr/local/lib/python3.10/site-packages/coverage/tomlconfig.py", line 134, in _check_type
23:32:48     raise ValueError(
23:32:48 ValueError: Option 'source' in section 'tool.coverage.run' is not a list: 'docker'
23:32:48 
23:32:48 The above exception was the direct cause of the following exception:
23:32:48 
23:32:48 Traceback (most recent call last):
23:32:48   File "/usr/local/bin/py.test", line 8, in <module>
23:32:48     sys.exit(console_main())
23:32:48   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 187, in console_main
23:32:48     code = main()
23:32:48   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 145, in main
23:32:48     config = _prepareconfig(args, plugins)
23:32:48   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 324, in _prepareconfig
23:32:48     config = pluginmanager.hook.pytest_cmdline_parse(
23:32:48   File "/usr/local/lib/python3.10/site-packages/pluggy/_hooks.py", line 265, in __call__
23:32:48     return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
23:32:48   File "/usr/local/lib/python3.10/site-packages/pluggy/_manager.py", line 80, in _hookexec
23:32:48     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
23:32:48   File "/usr/local/lib/python3.10/site-packages/pluggy/_callers.py", line 55, in _multicall
23:32:48     gen.send(outcome)
23:32:48   File "/usr/local/lib/python3.10/site-packages/_pytest/helpconfig.py", line 102, in pytest_cmdline_parse
23:32:48     config: Config = outcome.get_result()
23:32:48   File "/usr/local/lib/python3.10/site-packages/pluggy/_result.py", line 60, in get_result
23:32:48     raise ex[1].with_traceback(ex[2])
23:32:48   File "/usr/local/lib/python3.10/site-packages/pluggy/_callers.py", line 39, in _multicall
23:32:48     res = hook_impl.function(*args)
23:32:48   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1016, in pytest_cmdline_parse
23:32:48     self.parse(args)
23:32:48   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1304, in parse
23:32:48     self._preparse(args, addopts=addopts)
23:32:48   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1206, in _preparse
23:32:48     self.hook.pytest_load_initial_conftests(
23:32:48   File "/usr/local/lib/python3.10/site-packages/pluggy/_hooks.py", line 265, in __call__
23:32:48     return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
23:32:48   File "/usr/local/lib/python3.10/site-packages/pluggy/_manager.py", line 80, in _hookexec
23:32:48     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
23:32:48   File "/usr/local/lib/python3.10/site-packages/pluggy/_callers.py", line 60, in _multicall
23:32:48     return outcome.get_result()
23:32:48   File "/usr/local/lib/python3.10/site-packages/pluggy/_result.py", line 60, in get_result
23:32:48     raise ex[1].with_traceback(ex[2])
23:32:48   File "/usr/local/lib/python3.10/site-packages/pluggy/_callers.py", line 39, in _multicall
23:32:48     res = hook_impl.function(*args)
23:32:48   File "/usr/local/lib/python3.10/site-packages/pytest_cov/plugin.py", line 149, in pytest_load_initial_conftests
23:32:48     plugin = CovPlugin(options, early_config.pluginmanager)
23:32:48   File "/usr/local/lib/python3.10/site-packages/pytest_cov/plugin.py", line 200, in __init__
23:32:48     self.start(engine.Central)
23:32:48   File "/usr/local/lib/python3.10/site-packages/pytest_cov/plugin.py", line 222, in start
23:32:48     self.cov_controller.start()
23:32:48   File "/usr/local/lib/python3.10/site-packages/pytest_cov/engine.py", line 44, in ensure_topdir_wrapper
23:32:48     return meth(self, *args, **kwargs)
23:32:48   File "/usr/local/lib/python3.10/site-packages/pytest_cov/engine.py", line 209, in start
23:32:48     self.cov = coverage.Coverage(source=self.cov_source,
23:32:48   File "/usr/local/lib/python3.10/site-packages/coverage/control.py", line 246, in __init__
23:32:48     self.config = read_coverage_config(
23:32:48   File "/usr/local/lib/python3.10/site-packages/coverage/config.py", line 561, in read_coverage_config
23:32:48     config_read = config.from_file(fname, warn, our_file=our_file)
23:32:48   File "/usr/local/lib/python3.10/site-packages/coverage/config.py", line 292, in from_file
23:32:48     raise ConfigError(f"Couldn't read config file {filename}: {err}") from err
23:32:48 coverage.exceptions.ConfigError: Couldn't read config file pyproject.toml: Option 'source' in section 'tool.coverage.run' is not a list: 'docker'
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3122@tmp/47010476-87a8-499e-8bf0-e9fce0333a83/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] sh
23:32:48 + docker stop dpy-dind-2-0-py3.10-23.0.6
23:32:48 Error response from daemon: No such container: dpy-dind-2-0-py3.10-23.0.6
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0328db5babaa2a088) in /home/ubuntu/workspace/docker-py_PR-3122
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py3.10_23.0.6
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3122@tmp/8327b0cf-7832-438b-aaf7-e80006d2c836/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
23:32:48 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:32:48 chowning workspace
[Pipeline] sh
23:32:49 + pwd
23:32:49 + id -u
23:32:49 + id -g
23:32:49 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3122:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
23:32:49 Removing all docker containers
[Pipeline] sh
23:32:50 + docker container ls -aq
[Pipeline] echo
23:32:50 Docker containers have been removed
[Pipeline] echo
23:32:50 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:32:50 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=24.0.0-rc.2)
[Pipeline] checkout
23:32:50 The recommended git tool is: git
23:32:50 using credential docker-jenkins-github-credentials
23:32:50 Cloning the remote Git repository
23:32:50 Cloning with configured refspecs honoured and without tags
23:32:50 Fetching without tags
23:32:50 Merging remotes/origin/main commit 9cadad009e6aa78e15d752e2011705d7d91b8d2e into PR head commit a4cbd1765cd3fcf01094e7fab66441d6af6bdd9a
23:32:50 Merge succeeded, producing a4cbd1765cd3fcf01094e7fab66441d6af6bdd9a
23:32:50 Checking out Revision a4cbd1765cd3fcf01094e7fab66441d6af6bdd9a (PR-3122)
23:32:50 Commit message: "style: move pytest configuration to pyproject"
[Pipeline] withDockerRegistry
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3122 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3122/head:refs/remotes/origin/PR-3122 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3122/head:refs/remotes/origin/PR-3122 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3122/head:refs/remotes/origin/PR-3122 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a4cbd1765cd3fcf01094e7fab66441d6af6bdd9a # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 9cadad009e6aa78e15d752e2011705d7d91b8d2e # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a4cbd1765cd3fcf01094e7fab66441d6af6bdd9a # timeout=10
[Pipeline] {
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3122@tmp/52985cd0-24f5-4396-9d20-457ee8ff5d9e/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
23:32:51 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-a4cbd1765cd3fcf01094e7fab66441d6af6bdd9a py.test -v -rxs --cov=docker tests/unit
23:32:51 Traceback (most recent call last):
23:32:51   File "/usr/local/lib/python3.10/site-packages/coverage/config.py", line 288, in from_file
23:32:51     was_set = self._set_attr_from_config_option(cp, *option_spec)
23:32:51   File "/usr/local/lib/python3.10/site-packages/coverage/config.py", line 419, in _set_attr_from_config_option
23:32:51     setattr(self, attr, method(section, option))
23:32:51   File "/usr/local/lib/python3.10/site-packages/coverage/tomlconfig.py", line 146, in getlist
23:32:51     self._check_type(name, option, values, list, "a list")
23:32:51   File "/usr/local/lib/python3.10/site-packages/coverage/tomlconfig.py", line 134, in _check_type
23:32:51     raise ValueError(
23:32:51 ValueError: Option 'source' in section 'tool.coverage.run' is not a list: 'docker'
23:32:51 
23:32:51 The above exception was the direct cause of the following exception:
23:32:51 
23:32:51 Traceback (most recent call last):
23:32:51   File "/usr/local/bin/py.test", line 8, in <module>
23:32:51     sys.exit(console_main())
23:32:51   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 187, in console_main
23:32:51     code = main()
23:32:51   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 145, in main
23:32:51     config = _prepareconfig(args, plugins)
23:32:51   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 324, in _prepareconfig
23:32:51     config = pluginmanager.hook.pytest_cmdline_parse(
23:32:51   File "/usr/local/lib/python3.10/site-packages/pluggy/_hooks.py", line 265, in __call__
23:32:51     return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
23:32:51   File "/usr/local/lib/python3.10/site-packages/pluggy/_manager.py", line 80, in _hookexec
23:32:51     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
23:32:51   File "/usr/local/lib/python3.10/site-packages/pluggy/_callers.py", line 55, in _multicall
23:32:51     gen.send(outcome)
23:32:51   File "/usr/local/lib/python3.10/site-packages/_pytest/helpconfig.py", line 102, in pytest_cmdline_parse
23:32:51     config: Config = outcome.get_result()
23:32:51   File "/usr/local/lib/python3.10/site-packages/pluggy/_result.py", line 60, in get_result
23:32:51     raise ex[1].with_traceback(ex[2])
23:32:51   File "/usr/local/lib/python3.10/site-packages/pluggy/_callers.py", line 39, in _multicall
23:32:51     res = hook_impl.function(*args)
23:32:51   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1016, in pytest_cmdline_parse
23:32:51     self.parse(args)
23:32:51   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1304, in parse
23:32:51     self._preparse(args, addopts=addopts)
23:32:51   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1206, in _preparse
23:32:51     self.hook.pytest_load_initial_conftests(
23:32:51   File "/usr/local/lib/python3.10/site-packages/pluggy/_hooks.py", line 265, in __call__
23:32:51     return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
23:32:51   File "/usr/local/lib/python3.10/site-packages/pluggy/_manager.py", line 80, in _hookexec
23:32:51     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
23:32:51   File "/usr/local/lib/python3.10/site-packages/pluggy/_callers.py", line 60, in _multicall
23:32:51     return outcome.get_result()
23:32:51   File "/usr/local/lib/python3.10/site-packages/pluggy/_result.py", line 60, in get_result
23:32:51     raise ex[1].with_traceback(ex[2])
23:32:51   File "/usr/local/lib/python3.10/site-packages/pluggy/_callers.py", line 39, in _multicall
23:32:51     res = hook_impl.function(*args)
23:32:51   File "/usr/local/lib/python3.10/site-packages/pytest_cov/plugin.py", line 149, in pytest_load_initial_conftests
23:32:51     plugin = CovPlugin(options, early_config.pluginmanager)
23:32:51   File "/usr/local/lib/python3.10/site-packages/pytest_cov/plugin.py", line 200, in __init__
23:32:51     self.start(engine.Central)
23:32:51   File "/usr/local/lib/python3.10/site-packages/pytest_cov/plugin.py", line 222, in start
23:32:51     self.cov_controller.start()
23:32:51   File "/usr/local/lib/python3.10/site-packages/pytest_cov/engine.py", line 44, in ensure_topdir_wrapper
23:32:51     return meth(self, *args, **kwargs)
23:32:51   File "/usr/local/lib/python3.10/site-packages/pytest_cov/engine.py", line 209, in start
23:32:51     self.cov = coverage.Coverage(source=self.cov_source,
23:32:51   File "/usr/local/lib/python3.10/site-packages/coverage/control.py", line 246, in __init__
23:32:51     self.config = read_coverage_config(
23:32:51   File "/usr/local/lib/python3.10/site-packages/coverage/config.py", line 561, in read_coverage_config
23:32:51     config_read = config.from_file(fname, warn, our_file=our_file)
23:32:51   File "/usr/local/lib/python3.10/site-packages/coverage/config.py", line 292, in from_file
23:32:51     raise ConfigError(f"Couldn't read config file {filename}: {err}") from err
23:32:51 coverage.exceptions.ConfigError: Couldn't read config file pyproject.toml: Option 'source' in section 'tool.coverage.run' is not a list: 'docker'
[Pipeline] sh
23:32:52 + docker stop dpy-dind-2-0-py3.10-24.0.0-rc.2
23:32:52 Error response from daemon: No such container: dpy-dind-2-0-py3.10-24.0.0-rc.2
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0328db5babaa2a088) in /home/ubuntu/workspace/docker-py_PR-3122
[Pipeline] // node
[Pipeline] {
[Pipeline] }
Failed in branch py3.10_24.0.0-rc.2
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3122@tmp/b9e2525c-92e0-413b-9d78-9a883fd507bf/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
23:32:52 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
23:32:52 chowning workspace
[Pipeline] sh
23:32:52 + pwd
23:32:52 + id -u
23:32:52 + id -g
23:32:52 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3122:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
23:32:53 Removing all docker containers
[Pipeline] sh
23:32:53 + docker container ls -aq
[Pipeline] echo
23:32:53 Docker containers have been removed
[Pipeline] echo
23:32:53 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
23:32:53 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.10 / docker=19.03.13)
[Pipeline] checkout
23:32:53 The recommended git tool is: git
23:32:53 using credential docker-jenkins-github-credentials
23:32:53 Cloning the remote Git repository
23:32:53 Cloning with configured refspecs honoured and without tags
23:32:54 Fetching without tags
23:32:54 Merging remotes/origin/main commit 9cadad009e6aa78e15d752e2011705d7d91b8d2e into PR head commit a4cbd1765cd3fcf01094e7fab66441d6af6bdd9a
23:32:54 Merge succeeded, producing a4cbd1765cd3fcf01094e7fab66441d6af6bdd9a
23:32:54 Checking out Revision a4cbd1765cd3fcf01094e7fab66441d6af6bdd9a (PR-3122)
23:32:54 Commit message: "style: move pytest configuration to pyproject"
[Pipeline] withDockerRegistry
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-3122 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3122/head:refs/remotes/origin/PR-3122 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3122/head:refs/remotes/origin/PR-3122 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3122/head:refs/remotes/origin/PR-3122 +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a4cbd1765cd3fcf01094e7fab66441d6af6bdd9a # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 9cadad009e6aa78e15d752e2011705d7d91b8d2e # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a4cbd1765cd3fcf01094e7fab66441d6af6bdd9a # timeout=10
[Pipeline] {
[Pipeline] sh
23:32:55 + docker run --rm -e DOCKER_TEST_API_VERSION=1.40 dockerpinata/docker-py:py3-a4cbd1765cd3fcf01094e7fab66441d6af6bdd9a py.test -v -rxs --cov=docker tests/unit
23:32:55 Traceback (most recent call last):
23:32:55   File "/usr/local/lib/python3.10/site-packages/coverage/config.py", line 288, in from_file
23:32:55     was_set = self._set_attr_from_config_option(cp, *option_spec)
23:32:55   File "/usr/local/lib/python3.10/site-packages/coverage/config.py", line 419, in _set_attr_from_config_option
23:32:55     setattr(self, attr, method(section, option))
23:32:55   File "/usr/local/lib/python3.10/site-packages/coverage/tomlconfig.py", line 146, in getlist
23:32:55     self._check_type(name, option, values, list, "a list")
23:32:55   File "/usr/local/lib/python3.10/site-packages/coverage/tomlconfig.py", line 134, in _check_type
23:32:55     raise ValueError(
23:32:55 ValueError: Option 'source' in section 'tool.coverage.run' is not a list: 'docker'
23:32:55 
23:32:55 The above exception was the direct cause of the following exception:
23:32:55 
23:32:55 Traceback (most recent call last):
23:32:55   File "/usr/local/bin/py.test", line 8, in <module>
23:32:55     sys.exit(console_main())
23:32:55   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 187, in console_main
23:32:55     code = main()
23:32:55   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 145, in main
23:32:55     config = _prepareconfig(args, plugins)
23:32:55   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 324, in _prepareconfig
23:32:55     config = pluginmanager.hook.pytest_cmdline_parse(
23:32:55   File "/usr/local/lib/python3.10/site-packages/pluggy/_hooks.py", line 265, in __call__
23:32:55     return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
23:32:55   File "/usr/local/lib/python3.10/site-packages/pluggy/_manager.py", line 80, in _hookexec
23:32:55     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
23:32:55   File "/usr/local/lib/python3.10/site-packages/pluggy/_callers.py", line 55, in _multicall
23:32:55     gen.send(outcome)
23:32:55   File "/usr/local/lib/python3.10/site-packages/_pytest/helpconfig.py", line 102, in pytest_cmdline_parse
23:32:55     config: Config = outcome.get_result()
23:32:55   File "/usr/local/lib/python3.10/site-packages/pluggy/_result.py", line 60, in get_result
23:32:55     raise ex[1].with_traceback(ex[2])
23:32:55   File "/usr/local/lib/python3.10/site-packages/pluggy/_callers.py", line 39, in _multicall
23:32:55     res = hook_impl.function(*args)
23:32:55   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1016, in pytest_cmdline_parse
23:32:55     self.parse(args)
23:32:55   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1304, in parse
23:32:55     self._preparse(args, addopts=addopts)
23:32:55   File "/usr/local/lib/python3.10/site-packages/_pytest/config/__init__.py", line 1206, in _preparse
23:32:55     self.hook.pytest_load_initial_conftests(
23:32:55   File "/usr/local/lib/python3.10/site-packages/pluggy/_hooks.py", line 265, in __call__
23:32:55     return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
23:32:55   File "/usr/local/lib/python3.10/site-packages/pluggy/_manager.py", line 80, in _hookexec
23:32:55     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
23:32:55   File "/usr/local/lib/python3.10/site-packages/pluggy/_callers.py", line 60, in _multicall
23:32:55     return outcome.get_result()
23:32:55   File "/usr/local/lib/python3.10/site-packages/pluggy/_result.py", line 60, in get_result
23:32:55     raise ex[1].with_traceback(ex[2])
23:32:55   File "/usr/local/lib/python3.10/site-packages/pluggy/_callers.py", line 39, in _multicall
23:32:55     res = hook_impl.function(*args)
23:32:55   File "/usr/local/lib/python3.10/site-packages/pytest_cov/plugin.py", line 149, in pytest_load_initial_conftests
23:32:55     plugin = CovPlugin(options, early_config.pluginmanager)
23:32:55   File "/usr/local/lib/python3.10/site-packages/pytest_cov/plugin.py", line 200, in __init__
23:32:55     self.start(engine.Central)
23:32:55   File "/usr/local/lib/python3.10/site-packages/pytest_cov/plugin.py", line 222, in start
23:32:55     self.cov_controller.start()
23:32:55   File "/usr/local/lib/python3.10/site-packages/pytest_cov/engine.py", line 44, in ensure_topdir_wrapper
23:32:55     return meth(self, *args, **kwargs)
23:32:55   File "/usr/local/lib/python3.10/site-packages/pytest_cov/engine.py", line 209, in start
23:32:55     self.cov = coverage.Coverage(source=self.cov_source,
23:32:55   File "/usr/local/lib/python3.10/site-packages/coverage/control.py", line 246, in __init__
23:32:55     self.config = read_coverage_config(
23:32:55   File "/usr/local/lib/python3.10/site-packages/coverage/config.py", line 561, in read_coverage_config
23:32:55     config_read = config.from_file(fname, warn, our_file=our_file)
23:32:55   File "/usr/local/lib/python3.10/site-packages/coverage/config.py", line 292, in from_file
23:32:55     raise ConfigError(f"Couldn't read config file {filename}: {err}") from err
23:32:55 coverage.exceptions.ConfigError: Couldn't read config file pyproject.toml: Option 'source' in section 'tool.coverage.run' is not a list: 'docker'
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-3122@tmp/ee08980b-20f1-49d1-9ce7-43d52b498fdd/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] sh
23:32:56 + docker stop dpy-dind-2-0-py3.10-19.03.13
23:32:56 Error response from daemon: No such container: dpy-dind-2-0-py3.10-19.03.13
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.10_19.03.13
[Pipeline] // parallel
[Pipeline] End of Pipeline

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE