GUI acceptance tests using environment deployed from packages.

Build: #743 failed

Job: Chrome transfers multi browser tests was successful

Job result summary

Completed
Duration
4 minutes
Revision
36499bfce253afffa1a010ebeb80c77df335d9e9
Total tests
1
Successful since
#733 ()

Configuration changes

Job Chrome transfers multi browser tests with key ODSRV-GAPT-CTMBT2 no longer exists.

Tests

  • 1 test in total
  • 3 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
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4419  100  4419    0     0  17181      0 --:--:-- --:--:-- --:--:-- 17127
Error response from daemon: Cannot kill container: 00c35c77ad20: Container 00c35c77ad2031e2aa7c49a385bdca9e80c85b52662e5fab17b44e76bc405fdd is not running
tput: unknown terminal "unknown"
Cloning into 'bamboos'...
Cloning into 'cdmi_swagger'...
Cloning into 'one_env'...
Cloning into 'onepanel_swagger'...
Cloning into 'oneprovider_swagger'...
Cloning into '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/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 255, in _main
    self._submit(transfer_future=transfer_future, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/s3transfer/download.py", line 345, in _submit
    **transfer_future.meta.call_args.extra_args
  File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 357, in _api_call
    return self._make_api_call(operation_name, kwargs)
  File "/usr/local/lib/python3.6/dist-packages/botocore/client.py", line 661, in _make_api_call
    raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (404) when calling the HeadObject operation: Not Found

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 152, in s3_download_artifact_safe
    **exc_handler_kw_args))
  File "/usr/local/lib/one_env_engine/scripts/utils/artifacts/download_artifact.py", line 106, in s3_download_default_artifact
    exc_handler_pos_args=(plan,))
  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  16444      0 --:--:-- --:--:-- --:--:-- 16488
Error from server (NotFound): pods "dev-oneprovider-paris-0" not found
Error response from daemon: Cannot kill container: 98015d849114: Container 98015d8491142c90f75441a414ca924548a43c57e7d9264b40de5832f432fa97 is not running
Error response from daemon: Cannot kill container: 8833138b0aac: Container 8833138b0aac0ad9ab0fbe4d430221a6f6449443d5c540f429b1b0e59aa68a3e is not running
Error response from daemon: Cannot kill container: ec26499f957b: Container ec26499f957bf77299245915de10a4b1fa0cb508205e0d2817a6ba5b5f8c94b4 is not running
Error response from daemon: Cannot kill container: 2a3c05ce4448: Container 2a3c05ce44481d1a0c0fd6f745432be18115ad03ae2ba323b4852f069c85d8bb is not running
Error response from daemon: Cannot kill container: 0dacb28e60a3: Container 0dacb28e60a37e5c9300af5d3ef8adad6399f12265132ab13e7ebb3907d9bfa3 is not running
Error response from daemon: Cannot kill container: 7b819adc2256: Container 7b819adc2256a4b7f3603b88c320608f2641cc4602afb08a2a131f8ac8aaefdb is not running
Error response from daemon: Cannot kill container: deb49b3125ac: Container deb49b3125ac9026fee106b1355dde175ac9ddd604f68369da8d18fde05f6d19 is not running
Error response from daemon: Cannot kill container: f6ebeb99ff4b: Container f6ebeb99ff4bf0a3471bf8c88b4c1c44364e359b5d0c28a57e1779aba52fba9e is not running
Error response from daemon: Cannot kill container: fa70803a6c58: Container fa70803a6c584354f5d7d2fed6eaf984e5804bb2ce6f052b09d7b74819779e11 is not running
Error response from daemon: Cannot kill container: 220dfd0ee05d: Container 220dfd0ee05df8df7a14e14efa321386ab806fb7ad208a72034bb11b144ea989 is not running
Error response from daemon: Cannot kill container: 5d2173ae14a1: Container 5d2173ae14a1bb01d7b131c20c60ee65e83e572a57e5f18a0ee89c52595d7d9c is not running
Error response from daemon: Cannot kill container: 426240e5f719: Container 426240e5f7193b9b7bb891f1d0dc90cd383397660adf8f52208569ce35a6719c is not running
Error response from daemon: Cannot kill container: e4d7d20b1037: Container e4d7d20b10375bceed6751d085349322f828f42bf10d549a3aa7a88bf9ca9795 is not running
Error response from daemon: Cannot kill container: 63e988692012: Container 63e9886920121e9fd8544034cbd597a1d10a0e124447d66f91cb443629d562a7 is not running
Error response from daemon: Cannot kill container: b1c193969081: Container b1c1939690817a1f07ad515ed287aee3aea88008f83ac08a56691ac14c6bca07 is not running
Error response from daemon: Cannot kill container: 756001e260ef: Container 756001e260ef18049638ef0f707ef661dd0d79344b287397a38a729d0e738c9a is not running
Error response from daemon: Cannot kill container: 93a953067844: Container 93a953067844e7fecab46e400f8c2f38e61db782d4e8ffc6f95243f559c741c3 is not running
Error response from daemon: Cannot kill container: f82654cc5f25: Container f82654cc5f2552e1bc02e5a11cce04f02796ab5939b7fde77535557557d4b518 is not running
Error response from daemon: Cannot kill container: 33d1b6198943: Container 33d1b619894390b9299f044ae747076f99072b3549cf5fd0d85223971c8e1c40 is not running