OCL API 2
Build: #2226 failed Changes by Sunny Aggarwal.
Build result summary
Details
- Completed
- Queue duration
- < 1 second
- Duration
- 34 minutes
- Labels
- None
- Revisions
- Fixed in
- #2227 (Manual run from the stage: Deploy for testing by Sunny Aggarwal.)
Responsible
-
Sunny Aggarwal. Automatically assigned
Code commits
Author | Commit | Commit date | |
---|---|---|---|
![]() |
Sunny Aggarwal. |
4162f4abe8773c7c71bca98169b792443a0d6bc7
|
Error summary for Run tests
The job generated some errors, drill down into the full build log for more details.
test_public_can_view ... ok
test_unable_to_represent_as_fhir ... Failed to represent "/invalid/uri" as ValueSet
Traceback (most recent call last):
File "/code/core/value_sets/serializers.py", line 260, in to_representation
IdentifierSerializer.include_ocl_identifier(instance.uri, RESOURCE_TYPE, rep)
File "/code/core/common/serializers.py", line 141, in include_ocl_identifier
return IdentifierSerializer.parse_identifier(ident)
File "/code/core/common/serializers.py", line 88, in parse_identifier
raise ValidationError(
rest_framework.exceptions.ValidationError: [ErrorDetail(string='Identifier must be in a format: /{owner_type}/{owner_id}/{resourceType}/{resource_id}/, given: /invalid/uri', code='invalid')]
ok
test_update_with_compose ... ok
test_validate_code ... ok
test_validate_code_globally ... ok
test_validate_code_globally_negative ... ok
test_validate_code_globally_via_post ... ok
test_validate_code_negative ... ok
core.tasks.tests.UtilsTest
test_wait_until_task_complete_finished ... ok
test_wait_until_task_complete_pending ... ok
======================================================================
ERROR: test_facets_with_latest_released_repo_search (core.integration_tests.tests_concepts.ConceptListViewTest)
----------------------------------------------------------------------
[38;5;26mTraceback (most recent call last):[39m
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django_redis/cache.py"[39m, line [38;5;241m29[39m, in _decorator
[38;5;250m [39m[38;5;28;01mreturn[39;00m method([38;5;28mself[39m, [38;5;241m*[39margs, [38;5;241m*[39m[38;5;241m*[39mkwargs)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django_redis/cache.py"[39m, line [38;5;241m99[39m, in _get
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39mclient[38;5;241m.[39mget(key, default[38;5;241m=[39mdefault, version[38;5;241m=[39mversion, client[38;5;241m=[39mclient)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django_redis/client/default.py"[39m, line [38;5;241m260[39m, in get
[38;5;250m [39m[38;5;28;01mraise[39;00m ConnectionInterrupted(connection[38;5;241m=[39mclient) [38;5;28;01mfrom[39;00m[38;5;250m [39m[38;5;21;01me[39;00m
[38;5;160mdjango_redis.exceptions.ConnectionInterrupted[39m: Redis ConnectionError: Error -2 connecting to redis:6379. Name does not resolve.
[38;5;26mDuring handling of the above exception, another exception occurred:[39m
[38;5;26mTraceback (most recent call last):[39m
File [38;5;28m"/code/core/integration_tests/tests_concepts.py"[39m, line [38;5;241m1952[39m, in test_facets_with_latest_released_repo_search
[38;5;250m [39mresponse [38;5;241m=[39m [38;5;28mself[39m[38;5;241m.[39mclient[38;5;241m.[39mget(
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/test.py"[39m, line [38;5;241m289[39m, in get
[38;5;250m [39mresponse [38;5;241m=[39m [38;5;28msuper[39m()[38;5;241m.[39mget(path, data[38;5;241m=[39mdata, [38;5;241m*[39m[38;5;241m*[39mextra)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/test.py"[39m, line [38;5;241m206[39m, in get
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39mgeneric([38;5;124m'[39m[38;5;124mGET[39m[38;5;124m'[39m, path, [38;5;241m*[39m[38;5;241m*[39mr)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/test.py"[39m, line [38;5;241m234[39m, in generic
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28msuper[39m()[38;5;241m.[39mgeneric(
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django/test/client.py"[39m, line [38;5;241m609[39m, in generic
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39mrequest([38;5;241m*[39m[38;5;241m*[39mr)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/test.py"[39m, line [38;5;241m286[39m, in request
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28msuper[39m()[38;5;241m.[39mrequest([38;5;241m*[39m[38;5;241m*[39mkwargs)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/test.py"[39m, line [38;5;241m238[39m, in request
[38;5;250m [39mrequest [38;5;241m=[39m [38;5;28msuper[39m()[38;5;241m.[39mrequest([38;5;241m*[39m[38;5;241m*[39mkwargs)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django/test/client.py"[39m, line [38;5;241m891[39m, in request
[38;5;250m [39m[38;5;28mself[39m[38;5;241m.[39mcheck_exception(response)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django/test/client.py"[39m, line [38;5;241m738[39m, in check_exception
[38;5;250m [39m[38;5;28;01mraise[39;00m exc_value
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django/core/handlers/exception.py"[39m, line [38;5;241m55[39m, in inner
[38;5;250m [39mresponse [38;5;241m=[39m get_response(request)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django/core/handlers/base.py"[39m, line [38;5;241m197[39m, in _get_response
[38;5;250m [39mresponse [38;5;241m=[39m wrapped_callback(request, [38;5;241m*[39mcallback_args, [38;5;241m*[39m[38;5;241m*[39mcallback_kwargs)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django/views/decorators/csrf.py"[39m, line [38;5;241m56[39m, in wrapper_view
[38;5;250m [39m[38;5;28;01mreturn[39;00m view_func([38;5;241m*[39margs, [38;5;241m*[39m[38;5;241m*[39mkwargs)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django/views/generic/base.py"[39m, line [38;5;241m104[39m, in view
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39mdispatch(request, [38;5;241m*[39margs, [38;5;241m*[39m[38;5;241m*[39mkwargs)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/views.py"[39m, line [38;5;241m509[39m, in dispatch
[38;5;250m [39mresponse [38;5;241m=[39m [38;5;28mself[39m[38;5;241m.[39mhandle_exception(exc)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/views.py"[39m, line [38;5;241m469[39m, in handle_exception
[38;5;250m [39m[38;5;28mself[39m[38;5;241m.[39mraise_uncaught_exception(exc)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/views.py"[39m, line [38;5;241m480[39m, in raise_uncaught_exception
[38;5;250m [39m[38;5;28;01mraise[39;00m exc
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/views.py"[39m, line [38;5;241m506[39m, in dispatch
[38;5;250m [39mresponse [38;5;241m=[39m handler(request, [38;5;241m*[39margs, [38;5;241m*[39m[38;5;241m*[39mkwargs)
File [38;5;28m"/code/core/concepts/views.py"[39m, line [38;5;241m233[39m, in get
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39mlist(request, [38;5;241m*[39margs, [38;5;241m*[39m[38;5;241m*[39mkwargs)
File [38;5;28m"/code/core/common/mixins.py"[39m, line [38;5;241m180[39m, in list
[38;5;250m [39mcache_key_body, data, cache_key_headers, headers [38;5;241m=[39m [38;5;28mself[39m[38;5;241m.[39m__get_cached_data_if_any(request)
File [38;5;28m"/code/core/common/mixins.py"[39m, line [38;5;241m164[39m, in __get_cached_data_if_any
[38;5;250m [39m[38;5;28;01mreturn[39;00m key_body, cache[38;5;241m.[39mget(key_body) [38;5;129;01mor[39;00m [38;5;28;01mNone[39;00m, key_headers, cache[38;5;241m.[39mget(key_headers) [38;5;129;01mor[39;00m [38;5;28;01mNone[39;00m
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django_redis/cache.py"[39m, line [38;5;241m92[39m, in get
[38;5;250m [39mvalue [38;5;241m=[39m [38;5;28mself[39m[38;5;241m.[39m_get(key, default, version, client)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django_redis/cache.py"[39m, line [38;5;241m36[39m, in _decorator
[38;5;250m [39m[38;5;28;01mraise[39;00m e[38;5;241m.[39m__cause__
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django_redis/client/default.py"[39m, line [38;5;241m258[39m, in get
[38;5;250m [39mvalue [38;5;241m=[39m client[38;5;241m.[39mget(key)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/redis/commands/core.py"[39m, line [38;5;241m1822[39m, in get
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39mexecute_command([38;5;124m"[39m[38;5;124mGET[39m[38;5;124m"[39m, name, keys[38;5;241m=[39m[name])
File [38;5;28m"/usr/local/lib/python3.10/site-packages/redis/client.py"[39m, line [38;5;241m559[39m, in execute_command
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39m_execute_command([38;5;241m*[39margs, [38;5;241m*[39m[38;5;241m*[39moptions)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/redis/client.py"[39m, line [38;5;241m565[39m, in _execute_command
[38;5;250m [39mconn [38;5;241m=[39m [38;5;28mself[39m[38;5;241m.[39mconnection [38;5;129;01mor[39;00m pool[38;5;241m.[39mget_connection(command_name, [38;5;241m*[39m[38;5;241m*[39moptions)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/redis/connection.py"[39m, line [38;5;241m1422[39m, in get_connection
[38;5;250m [39mconnection[38;5;241m.[39mconnect()
File [38;5;28m"/usr/local/lib/python3.10/site-packages/redis/connection.py"[39m, line [38;5;241m363[39m, in connect
[38;5;250m [39m[38;5;28;01mraise[39;00m [38;5;167;01mConnectionError[39;00m([38;5;28mself[39m[38;5;241m.[39m_error_message(e))
[38;5;160mredis.exceptions.ConnectionError[39m: Error -2 connecting to redis:6379. Name does not resolve.
----------------------------------------------------------------------
Ran 903 tests in 1800.860s
FAILED (errors=1)
Preserving test database for alias 'default' ('test_postgres')...
1
Stopping ocl-oclapi2-rt_es_1 ...
Stopping ocl-oclapi2-rt_db_1 ...
Stopping ocl-oclapi2-rt_db_1 ... done
Stopping ocl-oclapi2-rt_es_1 ... done
Removing ocl-oclapi2-rt_es_1 ...
Removing ocl-oclapi2-rt_db_1 ...
Removing ocl-oclapi2-rt_db_1 ... done
Removing ocl-oclapi2-rt_es_1 ... done
Removing network ocl-oclapi2-rt_default
Removing volume ocl-oclapi2-rt_postgres-data
Removing volume ocl-oclapi2-rt_es-data
Removing volume ocl-oclapi2-rt_redis-data
Removing volume ocl-oclapi2-rt_upload-data
test_unable_to_represent_as_fhir ... Failed to represent "/invalid/uri" as ValueSet
Traceback (most recent call last):
File "/code/core/value_sets/serializers.py", line 260, in to_representation
IdentifierSerializer.include_ocl_identifier(instance.uri, RESOURCE_TYPE, rep)
File "/code/core/common/serializers.py", line 141, in include_ocl_identifier
return IdentifierSerializer.parse_identifier(ident)
File "/code/core/common/serializers.py", line 88, in parse_identifier
raise ValidationError(
rest_framework.exceptions.ValidationError: [ErrorDetail(string='Identifier must be in a format: /{owner_type}/{owner_id}/{resourceType}/{resource_id}/, given: /invalid/uri', code='invalid')]
ok
test_update_with_compose ... ok
test_validate_code ... ok
test_validate_code_globally ... ok
test_validate_code_globally_negative ... ok
test_validate_code_globally_via_post ... ok
test_validate_code_negative ... ok
core.tasks.tests.UtilsTest
test_wait_until_task_complete_finished ... ok
test_wait_until_task_complete_pending ... ok
======================================================================
ERROR: test_facets_with_latest_released_repo_search (core.integration_tests.tests_concepts.ConceptListViewTest)
----------------------------------------------------------------------
[38;5;26mTraceback (most recent call last):[39m
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django_redis/cache.py"[39m, line [38;5;241m29[39m, in _decorator
[38;5;250m [39m[38;5;28;01mreturn[39;00m method([38;5;28mself[39m, [38;5;241m*[39margs, [38;5;241m*[39m[38;5;241m*[39mkwargs)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django_redis/cache.py"[39m, line [38;5;241m99[39m, in _get
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39mclient[38;5;241m.[39mget(key, default[38;5;241m=[39mdefault, version[38;5;241m=[39mversion, client[38;5;241m=[39mclient)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django_redis/client/default.py"[39m, line [38;5;241m260[39m, in get
[38;5;250m [39m[38;5;28;01mraise[39;00m ConnectionInterrupted(connection[38;5;241m=[39mclient) [38;5;28;01mfrom[39;00m[38;5;250m [39m[38;5;21;01me[39;00m
[38;5;160mdjango_redis.exceptions.ConnectionInterrupted[39m: Redis ConnectionError: Error -2 connecting to redis:6379. Name does not resolve.
[38;5;26mDuring handling of the above exception, another exception occurred:[39m
[38;5;26mTraceback (most recent call last):[39m
File [38;5;28m"/code/core/integration_tests/tests_concepts.py"[39m, line [38;5;241m1952[39m, in test_facets_with_latest_released_repo_search
[38;5;250m [39mresponse [38;5;241m=[39m [38;5;28mself[39m[38;5;241m.[39mclient[38;5;241m.[39mget(
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/test.py"[39m, line [38;5;241m289[39m, in get
[38;5;250m [39mresponse [38;5;241m=[39m [38;5;28msuper[39m()[38;5;241m.[39mget(path, data[38;5;241m=[39mdata, [38;5;241m*[39m[38;5;241m*[39mextra)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/test.py"[39m, line [38;5;241m206[39m, in get
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39mgeneric([38;5;124m'[39m[38;5;124mGET[39m[38;5;124m'[39m, path, [38;5;241m*[39m[38;5;241m*[39mr)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/test.py"[39m, line [38;5;241m234[39m, in generic
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28msuper[39m()[38;5;241m.[39mgeneric(
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django/test/client.py"[39m, line [38;5;241m609[39m, in generic
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39mrequest([38;5;241m*[39m[38;5;241m*[39mr)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/test.py"[39m, line [38;5;241m286[39m, in request
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28msuper[39m()[38;5;241m.[39mrequest([38;5;241m*[39m[38;5;241m*[39mkwargs)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/test.py"[39m, line [38;5;241m238[39m, in request
[38;5;250m [39mrequest [38;5;241m=[39m [38;5;28msuper[39m()[38;5;241m.[39mrequest([38;5;241m*[39m[38;5;241m*[39mkwargs)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django/test/client.py"[39m, line [38;5;241m891[39m, in request
[38;5;250m [39m[38;5;28mself[39m[38;5;241m.[39mcheck_exception(response)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django/test/client.py"[39m, line [38;5;241m738[39m, in check_exception
[38;5;250m [39m[38;5;28;01mraise[39;00m exc_value
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django/core/handlers/exception.py"[39m, line [38;5;241m55[39m, in inner
[38;5;250m [39mresponse [38;5;241m=[39m get_response(request)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django/core/handlers/base.py"[39m, line [38;5;241m197[39m, in _get_response
[38;5;250m [39mresponse [38;5;241m=[39m wrapped_callback(request, [38;5;241m*[39mcallback_args, [38;5;241m*[39m[38;5;241m*[39mcallback_kwargs)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django/views/decorators/csrf.py"[39m, line [38;5;241m56[39m, in wrapper_view
[38;5;250m [39m[38;5;28;01mreturn[39;00m view_func([38;5;241m*[39margs, [38;5;241m*[39m[38;5;241m*[39mkwargs)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django/views/generic/base.py"[39m, line [38;5;241m104[39m, in view
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39mdispatch(request, [38;5;241m*[39margs, [38;5;241m*[39m[38;5;241m*[39mkwargs)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/views.py"[39m, line [38;5;241m509[39m, in dispatch
[38;5;250m [39mresponse [38;5;241m=[39m [38;5;28mself[39m[38;5;241m.[39mhandle_exception(exc)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/views.py"[39m, line [38;5;241m469[39m, in handle_exception
[38;5;250m [39m[38;5;28mself[39m[38;5;241m.[39mraise_uncaught_exception(exc)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/views.py"[39m, line [38;5;241m480[39m, in raise_uncaught_exception
[38;5;250m [39m[38;5;28;01mraise[39;00m exc
File [38;5;28m"/usr/local/lib/python3.10/site-packages/rest_framework/views.py"[39m, line [38;5;241m506[39m, in dispatch
[38;5;250m [39mresponse [38;5;241m=[39m handler(request, [38;5;241m*[39margs, [38;5;241m*[39m[38;5;241m*[39mkwargs)
File [38;5;28m"/code/core/concepts/views.py"[39m, line [38;5;241m233[39m, in get
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39mlist(request, [38;5;241m*[39margs, [38;5;241m*[39m[38;5;241m*[39mkwargs)
File [38;5;28m"/code/core/common/mixins.py"[39m, line [38;5;241m180[39m, in list
[38;5;250m [39mcache_key_body, data, cache_key_headers, headers [38;5;241m=[39m [38;5;28mself[39m[38;5;241m.[39m__get_cached_data_if_any(request)
File [38;5;28m"/code/core/common/mixins.py"[39m, line [38;5;241m164[39m, in __get_cached_data_if_any
[38;5;250m [39m[38;5;28;01mreturn[39;00m key_body, cache[38;5;241m.[39mget(key_body) [38;5;129;01mor[39;00m [38;5;28;01mNone[39;00m, key_headers, cache[38;5;241m.[39mget(key_headers) [38;5;129;01mor[39;00m [38;5;28;01mNone[39;00m
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django_redis/cache.py"[39m, line [38;5;241m92[39m, in get
[38;5;250m [39mvalue [38;5;241m=[39m [38;5;28mself[39m[38;5;241m.[39m_get(key, default, version, client)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django_redis/cache.py"[39m, line [38;5;241m36[39m, in _decorator
[38;5;250m [39m[38;5;28;01mraise[39;00m e[38;5;241m.[39m__cause__
File [38;5;28m"/usr/local/lib/python3.10/site-packages/django_redis/client/default.py"[39m, line [38;5;241m258[39m, in get
[38;5;250m [39mvalue [38;5;241m=[39m client[38;5;241m.[39mget(key)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/redis/commands/core.py"[39m, line [38;5;241m1822[39m, in get
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39mexecute_command([38;5;124m"[39m[38;5;124mGET[39m[38;5;124m"[39m, name, keys[38;5;241m=[39m[name])
File [38;5;28m"/usr/local/lib/python3.10/site-packages/redis/client.py"[39m, line [38;5;241m559[39m, in execute_command
[38;5;250m [39m[38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39m_execute_command([38;5;241m*[39margs, [38;5;241m*[39m[38;5;241m*[39moptions)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/redis/client.py"[39m, line [38;5;241m565[39m, in _execute_command
[38;5;250m [39mconn [38;5;241m=[39m [38;5;28mself[39m[38;5;241m.[39mconnection [38;5;129;01mor[39;00m pool[38;5;241m.[39mget_connection(command_name, [38;5;241m*[39m[38;5;241m*[39moptions)
File [38;5;28m"/usr/local/lib/python3.10/site-packages/redis/connection.py"[39m, line [38;5;241m1422[39m, in get_connection
[38;5;250m [39mconnection[38;5;241m.[39mconnect()
File [38;5;28m"/usr/local/lib/python3.10/site-packages/redis/connection.py"[39m, line [38;5;241m363[39m, in connect
[38;5;250m [39m[38;5;28;01mraise[39;00m [38;5;167;01mConnectionError[39;00m([38;5;28mself[39m[38;5;241m.[39m_error_message(e))
[38;5;160mredis.exceptions.ConnectionError[39m: Error -2 connecting to redis:6379. Name does not resolve.
----------------------------------------------------------------------
Ran 903 tests in 1800.860s
FAILED (errors=1)
Preserving test database for alias 'default' ('test_postgres')...
1
Stopping ocl-oclapi2-rt_es_1 ...
Stopping ocl-oclapi2-rt_db_1 ...
Stopping ocl-oclapi2-rt_db_1 ... done
Stopping ocl-oclapi2-rt_es_1 ... done
Removing ocl-oclapi2-rt_es_1 ...
Removing ocl-oclapi2-rt_db_1 ...
Removing ocl-oclapi2-rt_db_1 ... done
Removing ocl-oclapi2-rt_es_1 ... done
Removing network ocl-oclapi2-rt_default
Removing volume ocl-oclapi2-rt_postgres-data
Removing volume ocl-oclapi2-rt_es-data
Removing volume ocl-oclapi2-rt_redis-data
Removing volume ocl-oclapi2-rt_upload-data