GUI acceptance tests using environment deployed from packages.

Build: #740 was successful

Job: Onepanel deployment basic was successful

Job result summary

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

Tests

  • 1 test in total
  • 18 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
42  4419   42  1874    0     0   3390      0  0:00:01 --:--:--  0:00:01  3388
100  4419  100  4419    0     0   7993      0 --:--:-- --:--:-- --:--:--  7990
Unable to find image 'alpine:latest' locally
latest: Pulling from library/alpine
e6b0cf9c0882: Pulling fs layer
e6b0cf9c0882: Download complete
e6b0cf9c0882: Pull complete
Digest: sha256:2171658620155679240babee0a7714f6509fae66898db422ad803b951257db78
Status: Downloaded newer image for alpine:latest
Error response from daemon: Cannot kill container: 7caa9b85d5ec: Container 7caa9b85d5ec77c8516270aa4ddb8204de8a354927026f81fba1d8927856896d is not running
Unable to find image 'ubuntu:14.10' locally
14.10: Pulling from library/ubuntu
b0efe5c05b4c: Pulling fs layer
0a1f1b169319: Pulling fs layer
1ceb0a3c7c48: Pulling fs layer
a3ed95caeb02: Pulling fs layer
a3ed95caeb02: Waiting
1ceb0a3c7c48: Verifying Checksum
1ceb0a3c7c48: Download complete
0a1f1b169319: Download complete
a3ed95caeb02: Verifying Checksum
a3ed95caeb02: Download complete
b0efe5c05b4c: Verifying Checksum
b0efe5c05b4c: Download complete
b0efe5c05b4c: Pull complete
0a1f1b169319: Pull complete
1ceb0a3c7c48: Pull complete
a3ed95caeb02: Pull complete
Digest: sha256:6341c688b4b0b82ec735389b3c97df8cf2831b8cb8bd1856779130a86574ac5c
Status: Downloaded newer image for ubuntu:14.10
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'...
72e343687f59: Download complete
9eab0dcb7472: Verifying Checksum
9eab0dcb7472: Download complete
5e03968ab62c: Download complete
5df04903a85c: Verifying Checksum
5df04903a85c: Download complete
93665fad7c35: Download complete
58e974199755: Verifying Checksum
58e974199755: Download complete
5865ffcab7b0: Verifying Checksum
5865ffcab7b0: Download complete
1f12c1920847: Verifying Checksum
1f12c1920847: Download complete
8832939e44ef: Verifying Checksum
8832939e44ef: Download complete
3331fbf83234: Verifying Checksum
3331fbf83234: Download complete
440fd1de0140: Verifying Checksum
440fd1de0140: Download complete
5865ffcab7b0: Pull complete
72e343687f59: Pull complete
9eab0dcb7472: Pull complete
5e03968ab62c: Pull complete
8832939e44ef: Pull complete
5df04903a85c: Pull complete
93665fad7c35: Pull complete
58e974199755: Pull complete
1f12c1920847: Pull complete
3331fbf83234: Pull complete
440fd1de0140: Pull complete
Digest: sha256:0ed2dda65ca2a40976c53e6040a48ec53cc75aefa640119d34315676db6ebb2c
Status: Downloaded newer image for onedata/one_env:7
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: Pulling fs layer
04a3282d9c4b: Pulling fs layer
9b0d3db6dc03: Pulling fs layer
8269c605f3f1: Pulling fs layer
c810ae7364ef: Pulling fs layer
78d356e6ec21: Pulling fs layer
792b20546d07: Pulling fs layer
c1d3130a77b3: Pulling fs layer
0c7ad6b015da: Pulling fs layer
114ec36e4007: Pulling fs layer
2bc588dde0c7: Pulling fs layer
89641d7ca7e2: Pulling fs layer
b6cd4b44aa19: Pulling fs layer
e1c77802a505: Pulling fs layer
f373aa611054: Pulling fs layer
0c7ad6b015da: Waiting
114ec36e4007: Waiting
2bc588dde0c7: Waiting
89641d7ca7e2: Waiting
b6cd4b44aa19: Waiting
e1c77802a505: Waiting
f373aa611054: Waiting
c810ae7364ef: Waiting
78d356e6ec21: Waiting
792b20546d07: Waiting
8269c605f3f1: Waiting
c1d3130a77b3: Waiting
04a3282d9c4b: Download complete
9b0d3db6dc03: Verifying Checksum
9b0d3db6dc03: Download complete
8269c605f3f1: Verifying Checksum
8269c605f3f1: Download complete
c810ae7364ef: Verifying Checksum
c810ae7364ef: Download complete
a1298f4ce990: Verifying Checksum
a1298f4ce990: Download complete
c1d3130a77b3: Verifying Checksum
c1d3130a77b3: Download complete
0c7ad6b015da: Verifying Checksum
0c7ad6b015da: Download complete
792b20546d07: Verifying Checksum
792b20546d07: Download complete
114ec36e4007: Verifying Checksum
114ec36e4007: Download complete
a1298f4ce990: Pull complete
2bc588dde0c7: Verifying Checksum
2bc588dde0c7: Download complete
04a3282d9c4b: Pull complete
9b0d3db6dc03: Pull complete
8269c605f3f1: Pull complete
c810ae7364ef: Pull complete
89641d7ca7e2: Verifying Checksum
89641d7ca7e2: Download complete
b6cd4b44aa19: Verifying Checksum
b6cd4b44aa19: Download complete
e1c77802a505: Verifying Checksum
e1c77802a505: Download complete
f373aa611054: Verifying Checksum
f373aa611054: Download complete
78d356e6ec21: Verifying Checksum
78d356e6ec21: Download complete
78d356e6ec21: Pull complete
792b20546d07: Pull complete
c1d3130a77b3: Pull complete
0c7ad6b015da: Pull complete
114ec36e4007: Pull complete
2bc588dde0c7: Pull complete
89641d7ca7e2: Pull complete
b6cd4b44aa19: Pull complete
e1c77802a505: Pull complete
f373aa611054: Pull complete
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  11980      0 --:--:-- --:--:-- --:--:-- 12008
Error response from daemon: Cannot kill container: bf48f4ef5fd1: Container bf48f4ef5fd1a523709b0fd8eb281d209ee906f40eb7e45477d6f1ce256b226c is not running
Error response from daemon: Cannot kill container: 8576a309c86b: Container 8576a309c86b262a90920491d90b6ff2cf9041262aa1443e2cf5a8d7afe65442 is not running
Error response from daemon: Cannot kill container: bae4315e2a64: Container bae4315e2a64784ba8a29a76a551888a2b3ed8eaa909e456439a097d3947affe is not running
Error response from daemon: Cannot kill container: f211d1756347: Container f211d17563475d532dbc933edd42624e1daf9ce3902f94067a5a2700b9b20dd8 is not running
Error response from daemon: Cannot kill container: 06881b91c16a: Container 06881b91c16a9e546cbe1f4a38ea8c681307ea019fb6038fada604493a6c66bc is not running
Error response from daemon: Cannot kill container: daa7405206d8: Container daa7405206d877ef303678aa6f9afb1da0b621d41f3d9abc856b47ddb1bb9ff5 is not running
Error response from daemon: Cannot kill container: a4e5f2141b67: Container a4e5f2141b675b0bfe1b05d713d9f27efb3d866874f2ceda201f162aad472f76 is not running
Error response from daemon: Cannot kill container: 5acc4b54ce78: Container 5acc4b54ce787048e3bf52d3cee2009196529f82f5569693737e1d1ffcea40b1 is not running
Error response from daemon: Cannot kill container: a98a91dc6883: Container a98a91dc68831fc9acfcd9c3dba202ac74acb93aefb0d9091180c044a5a32215 is not running