GUI acceptance tests using environment deployed from packages.

Build: #765 failed

Job: Onepanel deployment basic was successful

Job result summary

Completed
Duration
14 minutes
Revision
c0b33d20520adccb376219b6fcad922e7e7c2aea
Total tests
1
Successful since
#733 ()

Tests

  • 1 test in total
  • 12 minutes taken in total.

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
100  4419  100  4419    0     0  10512      0 --:--:-- --:--:-- --:--:-- 10546
Error response from daemon: Cannot kill container: a6b7dee7327e: Container a6b7dee7327ef36d48842e09c45a1c73985af9646cb011c746794ecba168beb3 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-GAPT-CODBT/onedata/bamboos'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-CODBT/onedata/cdmi_swagger'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-CODBT/onedata/one_env'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-CODBT/onedata/onepanel_swagger'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-CODBT/onedata/oneprovider_swagger'...
Cloning into '/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT-CODBT/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'))
Unable to find image 'onedata/acceptance_gui:v8' locally
v8: Pulling from onedata/acceptance_gui
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
Digest: sha256:97e4de524ef380ad8c07bf6c71280c378a5e0179834942ff0e6c0007d32b148c
Status: Downloaded newer image for onedata/acceptance_gui:v8
cp: cannot stat 'onedata/one_env/sources_info.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  13476      0 --:--:-- --:--:-- --:--:-- 13513
Error response from daemon: Cannot kill container: 816b54b6ed3d: Container 816b54b6ed3ddbfac68f5ea10fcc91d9942094ca80797cc77e24c968b1e0a917 is not running
Error response from daemon: Cannot kill container: 28a972c737dc: Container 28a972c737dc05e3d632bc954a606453bedb40fcdb516d97d4f79b2df52c8491 is not running
Error response from daemon: Cannot kill container: df238990e9ff: Container df238990e9ff77470114a378fd4c61f342f4fbe75eb8119b607ace872cfa18d8 is not running
Error response from daemon: Cannot kill container: c83fabf1cb78: Container c83fabf1cb78ebcf8715838fd0b8adfa3ea5411d6a1cd1186fc90a621206bd5f is not running
Error response from daemon: Cannot kill container: 265dd2d08c95: Container 265dd2d08c9517cdabe02ea22118d63fda438d78c68ed4727d73d6edab26bf3c is not running
Error response from daemon: Cannot kill container: 858a5d086d69: Container 858a5d086d69b5ac015c62b06b7242e388fa25abee62ecb7c9ae4b641b48635b is not running
Error response from daemon: Cannot kill container: f737b6664088: Container f737b66640889b9a3744af9506d5e9d7e0b3424d24e7f9d7e6dc7dfb19934525 is not running
Error response from daemon: Cannot kill container: fa32076424f5: Container fa32076424f5555baa6b2fa557b128048e7f01c0e33465f9a6bf208c7397bcbc is not running
Error response from daemon: Cannot kill container: 3e94b97ce1f3: Container 3e94b97ce1f315010f8721c5dd3b6f5ae5ce3db4280a1d2da4aecadaeae68fd0 is not running