Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #835 failed

Job: Chrome nested directories tests failed

Job result summary

Completed
Duration
4 minutes
Revision
cdddf6de9b81d2f86e105ed6260a39cb6ee0c2ad
Total tests
1
Fixed in
#866 (Changes by Jakub Liput and Agnieszka Warchol)

Configuration changes

Job Chrome nested directories tests with key ODSRV-MAOPT-CNDT no longer exists.

Tests

  • 1 test in total
  • 1 test failed
  • 1 failure is new
  • < 1 second taken in total.
New test failures 1
Status Test Duration
Collapse Failed unnamed test suite mixed.scenarios.test_nested_directories
< 1 sec
collection failure
ImportError while importing test module '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CNDT/onedata/tests/mixed/scenarios/test_nested_directories.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.6/dist-packages/_pytest/python.py:423: in _importtestmodule
    mod = self.fspath.pyimport(ensuresyspath=importmode)
/usr/local/lib/python3.6/dist-packages/py/_path/local.py:701: in pyimport
    __import__(modname)
(9 more lines...)

Error summary

The build generated some errors. See the full build log for more details.

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4419  100  4419    0     0  15651      0 --:--:-- --:--:-- --:--:-- 15614
Error response from daemon: Cannot kill container: 69855df24313: Container 69855df24313ced0cc774512c5660b408bdaec2cd51e34de90566c76dda722d0 is not running
tput: unknown terminal "unknown"
Submodule 'bamboos' (ssh://git@git.onedata.org:7999/vfs/bamboos.git) registered for path 'bamboos'
Submodule 'cdmi_swagger' (ssh://git@git.onedata.org:7999/vfs/cdmi-swagger.git) registered for path 'cdmi_swagger'
Submodule 'one_env' (ssh://git@git.onedata.org:7999/vfs/one-env.git) registered for path 'one_env'
Submodule 'onepanel_swagger' (ssh://git@git.onedata.org:7999/vfs/onepanel-swagger.git) registered for path 'onepanel_swagger'
Submodule 'oneprovider_swagger' (ssh://git@git.onedata.org:7999/vfs/oneprovider-swagger.git) registered for path 'oneprovider_swagger'
Submodule 'onezone_swagger' (ssh://git@git.onedata.org:7999/vfs/onezone-swagger.git) registered for path 'onezone_swagger'
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CNDT/onedata/bamboos'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CNDT/onedata/cdmi_swagger'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CNDT/onedata/one_env'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CNDT/onedata/onepanel_swagger'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CNDT/onedata/oneprovider_swagger'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-MAOPT-CNDT/onedata/onezone_swagger'...
Error from server (AlreadyExists): clusterrolebindings.rbac.authorization.k8s.io "serviceaccounts-cluster-admin" already exists
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/urllib3/response.py", line 425, in _error_catcher
    yield
  File "/usr/local/lib/python3.6/dist-packages/urllib3/response.py", line 507, in read
    data = self._fp.read(amt) if not fp_closed else b""
  File "/usr/lib/python3.6/http/client.py", line 459, in read
    n = self.readinto(b)
  File "/usr/lib/python3.6/http/client.py", line 503, in readinto
    n = self.fp.readinto(b)
  File "/usr/lib/python3.6/socket.py", line 586, in readinto
    return self._sock.recv_into(b)
  File "/usr/lib/python3.6/ssl.py", line 1012, in recv_into
    return self.read(nbytes, buffer)
  File "/usr/lib/python3.6/ssl.py", line 874, in read
    return self._sslobj.read(len, buffer)
  File "/usr/lib/python3.6/ssl.py", line 631, in read
    v = self._sslobj.read(len, buffer)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/onenv", line 101, in <module>
    main()
  File "/usr/local/bin/onenv", line 95, in main
    module.main()
  File "/usr/local/lib/one_env_engine/scripts/onenv_pull_artifacts.py", line 429, in main
    s3_res, bucket)
  File "/usr/local/lib/one_env_engine/scripts/onenv_pull_artifacts.py", line 287, in s3_ensure_sources
    target_dir=LOCAL_ARTIFACTS_DIR_PATH
  File "/usr/local/lib/one_env_engine/scripts/onenv_pull_artifacts.py", line 113, in s3_download_missing_artifact
    local_path=target_dir)
  File "/usr/local/lib/one_env_engine/scripts/utils/artifacts/download_artifact.py", line 74, in s3_download_specific_or_default
    exc_log=exc_log)
  File "/usr/local/lib/one_env_engine/scripts/utils/artifacts/download_artifact.py", line 145, in s3_download_artifact_safe
    s3_download_artifact(s3_res, bucket, plan, branch, local_path)
  File "/usr/local/lib/one_env_engine/scripts/utils/artifacts/download_artifact.py", line 164, in s3_download_artifact
    os.path.join(local_path, artifact_tar))
  File "/usr/local/lib/python3.6/dist-packages/boto3/s3/inject.py", line 246, in bucket_download_file
    ExtraArgs=ExtraArgs, Callback=Callback, Config=Config)
  File "/usr/local/lib/python3.6/dist-packages/boto3/s3/inject.py", line 172, in download_file
    extra_args=ExtraArgs, callback=Callback)
  File "/usr/local/lib/python3.6/dist-packages/boto3/s3/transfer.py", line 307, in download_file
    future.result()
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/futures.py", line 106, in result
    return self._coordinator.result()
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/futures.py", line 265, in result
    raise self._exception
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/tasks.py", line 126, in __call__
    return self._execute_main(kwargs)
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/tasks.py", line 150, in _execute_main
    return_value = self._main(**kwargs)
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/download.py", line 523, in _main
    for chunk in chunks:
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/download.py", line 651, in __next__
    chunk = self._body.read(self._chunksize)
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/utils.py", line 545, in read
    value = self._stream.read(*args, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/botocore/response.py", line 78, in read
    chunk = self._raw_stream.read(amt)
  File "/usr/local/lib/python3.6/dist-packages/urllib3/response.py", line 529, in read
    raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
  File "/usr/lib/python3.6/contextlib.py", line 99, in __exit__
    self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/dist-packages/urllib3/response.py", line 443, in _error_catcher
    raise ProtocolError("Connection broken: %r" % e, e)
urllib3.exceptions.ProtocolError: ("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer'))
2cf014724202: Pull complete
fab33748240d: Verifying Checksum
fab33748240d: Download complete
41631a91550b: Verifying Checksum
41631a91550b: Download complete
4bc402a00dfe: Pull complete
42e8617f0e99: Pull complete
65fd0f54cd10: Pull complete
d00d787b8b47: Pull complete
4f7819d2469d: Pull complete
6101f59c0192: Verifying Checksum
6101f59c0192: Download complete
929c0f2dd547: Verifying Checksum
929c0f2dd547: Download complete
6101f59c0192: Pull complete
c51589b64288: Pull complete
adc581da074d: Pull complete
1edf98ea4248: Pull complete
0052a0bfc7d4: Pull complete
c99deac4c9c8: Pull complete
929c0f2dd547: Pull complete
fab33748240d: Pull complete
41631a91550b: Pull complete
Digest: sha256:0de956a5df13693367da0d8c0d47c03bf32f8659c203a0ce057d9a5e5a680d27
Status: Downloaded newer image for docker.onedata.org/swagger-codegen:2.2.2-1b1767e
Unable to find image 'docker.onedata.org/swagger-codegen-official:ID-507bde287c' locally
ID-507bde287c: Pulling from swagger-codegen-official
21ccaf2415f2: Pulling fs layer
94055710d4b3: Pulling fs layer
2759cb70c9a7: Pulling fs layer
c66ae20f6a02: Pulling fs layer
fdd9c60aff1e: Pulling fs layer
6a4379a75cf2: Pulling fs layer
0689acf3295b: Pulling fs layer
600d774fa9ba: Pulling fs layer
c0124207460e: Pulling fs layer
c9d190bc8802: Pulling fs layer
18ae334f036f: Pulling fs layer
84453ebd093f: Pulling fs layer
ae292bd467c0: Pulling fs layer
18f93dab9c17: Pulling fs layer
699d7a2562b1: Pulling fs layer
c66ae20f6a02: Waiting
fdd9c60aff1e: Waiting
c0124207460e: Waiting
c9d190bc8802: Waiting
6a4379a75cf2: Waiting
18ae334f036f: Waiting
84453ebd093f: Waiting
0689acf3295b: Waiting
ae292bd467c0: Waiting
18f93dab9c17: Waiting
699d7a2562b1: Waiting
600d774fa9ba: Waiting
94055710d4b3: Verifying Checksum
94055710d4b3: Download complete
c66ae20f6a02: Download complete
fdd9c60aff1e: Verifying Checksum
fdd9c60aff1e: Download complete
6a4379a75cf2: Verifying Checksum
6a4379a75cf2: Download complete
21ccaf2415f2: Verifying Checksum
21ccaf2415f2: Download complete
600d774fa9ba: Verifying Checksum
600d774fa9ba: Download complete
2759cb70c9a7: Verifying Checksum
2759cb70c9a7: Download complete
c0124207460e: Download complete
18ae334f036f: Verifying Checksum
18ae334f036f: Download complete
21ccaf2415f2: Pull complete
0689acf3295b: Verifying Checksum
0689acf3295b: Download complete
84453ebd093f: Verifying Checksum
84453ebd093f: Download complete
94055710d4b3: Pull complete
18f93dab9c17: Verifying Checksum
18f93dab9c17: Download complete
699d7a2562b1: Verifying Checksum
699d7a2562b1: Download complete
2759cb70c9a7: Pull complete
ae292bd467c0: Verifying Checksum
ae292bd467c0: Download complete
c66ae20f6a02: Pull complete
fdd9c60aff1e: Pull complete
6a4379a75cf2: Pull complete
c9d190bc8802: Verifying Checksum
c9d190bc8802: Download complete
0689acf3295b: Pull complete
600d774fa9ba: Pull complete
c0124207460e: Pull complete
c9d190bc8802: Pull complete
18ae334f036f: Pull complete
84453ebd093f: Pull complete
ae292bd467c0: Pull complete
18f93dab9c17: Pull complete
699d7a2562b1: Pull complete
Digest: sha256:2070162f6ce8028e3a01294e345a00d1910f3a35f8ad59d63f86ccbbae5c94f6
Status: Downloaded newer image for docker.onedata.org/swagger-codegen-official:ID-507bde287c
/bin/sh: 2: [[: not found
Unable to find image 'onedata/acceptance_mixed:v8' locally
v8: Pulling from onedata/acceptance_mixed
a1298f4ce990: Already exists
04a3282d9c4b: Already exists
9b0d3db6dc03: Already exists
8269c605f3f1: Already exists
c810ae7364ef: Already exists
78d356e6ec21: Already exists
792b20546d07: Already exists
c1d3130a77b3: Already exists
0c7ad6b015da: Already exists
114ec36e4007: Already exists
2bc588dde0c7: Already exists
89641d7ca7e2: Already exists
b6cd4b44aa19: Already exists
e1c77802a505: Already exists
f373aa611054: Already exists
8b8968b98f7c: Pulling fs layer
cbc4ec1e76af: Pulling fs layer
cbc4ec1e76af: Verifying Checksum
cbc4ec1e76af: Download complete
8b8968b98f7c: Verifying Checksum
8b8968b98f7c: Download complete
8b8968b98f7c: Pull complete
cbc4ec1e76af: Pull complete
Digest: sha256:7c85728dc36f287f9cb87d085a3762a8974024cc8ceb38b9e5c5c83e9f25e754
Status: Downloaded newer image for onedata/acceptance_mixed:v8
Error from server (AlreadyExists): clusterrolebindings.rbac.authorization.k8s.io "serviceaccounts-cluster-admin" already exists
cp: cannot stat 'onedata/one_env/sources_info.yaml': No such file or directory
mv: cannot stat 'onedata/tests/mixed/logs/gui_report/images.yaml': No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4419  100  4419    0     0  13795      0 --:--:-- --:--:-- --:--:-- 13809
Error response from daemon: Cannot kill container: 000a680a5e9a: Container 000a680a5e9a6c7df9c37573aedb5d417b61ff65a6e65c6fd4882f5a59f47f02 is not running
Error response from daemon: Cannot kill container: 33e11cbb5a45: Container 33e11cbb5a4542c722fabc4391f0341f4b0be2acf3510704d97942d902b3d671 is not running