Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.84 KB | None | 0 0
  1. ~/coding/correlation_one/XTX/XTXBackend test-integration*
  2. venv ❯ RUN_INTEGRATION=True ENV_NAME=test GOOGLE_APPLICATION_CREDENTIALS=c1-testing-platform-67228a20b629.json python manage.py test overlord.tests.test_integration
  3. Creating test database for alias 'default'...
  4. DEBUG [config.py:21 - find_config_file() ] | Trying paths: ['/Users/kevzheng/.docker/config.json', '/Users/kevzheng/.dockercfg']
  5. DEBUG [config.py:25 - find_config_file() ] | Found file at path: /Users/kevzheng/.docker/config.json
  6. DEBUG [auth.py:182 - load_config() ] | Found 'auths' section
  7. DEBUG [auth.py:136 - parse_auth() ] | Auth data for https://us.gcr.io is absent. Client might be using a credentials store instead.
  8. DEBUG [auth.py:136 - parse_auth() ] | Auth data for https://staging-k8s.gcr.io is absent. Client might be using a credentials store instead.
  9. DEBUG [auth.py:136 - parse_auth() ] | Auth data for https://marketplace.gcr.io is absent. Client might be using a credentials store instead.
  10. DEBUG [auth.py:136 - parse_auth() ] | Auth data for https://gcr.io is absent. Client might be using a credentials store instead.
  11. DEBUG [auth.py:136 - parse_auth() ] | Auth data for https://index.docker.io/v1/ is absent. Client might be using a credentials store instead.
  12. DEBUG [auth.py:136 - parse_auth() ] | Auth data for https://asia.gcr.io is absent. Client might be using a credentials store instead.
  13. DEBUG [auth.py:136 - parse_auth() ] | Auth data for https://eu.gcr.io is absent. Client might be using a credentials store instead.
  14. DEBUG [auth.py:192 - load_config() ] | Found 'credHelpers' section
  15. INFO [storage.py:15 - <module>() ] | Enabled Google Pub/Sub publisher
  16. System check identified no issues (0 silenced).
  17. DEBUG [retry.py:210 - from_int() ] | Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None, status=None)
  18. DEBUG [requests.py:117 - __call__() ] | Making request: POST https://oauth2.googleapis.com/token
  19. DEBUG [connectionpool.py:813 - _new_conn() ] | Starting new HTTPS connection (1): oauth2.googleapis.com:443
  20. DEBUG [connectionpool.py:393 - _make_request() ] | https://oauth2.googleapis.com:443 "POST /token HTTP/1.1" 200 None
  21. DEBUG [connectionpool.py:813 - _new_conn() ] | Starting new HTTPS connection (1): www.googleapis.com:443
  22. DEBUG [connectionpool.py:393 - _make_request() ] | https://www.googleapis.com:443 "GET /storage/v1/b/test-xtx-data?projection=noAcl HTTP/1.1" 200 438
  23. DEBUG [connectionpool.py:393 - _make_request() ] | https://www.googleapis.com:443 "GET /storage/v1/b/test-xtx-data/o/datasets%2Fdataset_1_%2Ftest_files%2Fdatasets%2Fdata.csv HTTP/1.1" 200 887
  24. DEBUG [connectionpool.py:393 - _make_request() ] | https://www.googleapis.com:443 "POST /upload/storage/v1/b/test-xtx-data/o?uploadType=multipart HTTP/1.1" 200 887
  25. DEBUG [connectionpool.py:393 - _make_request() ] | https://www.googleapis.com:443 "GET /storage/v1/b/test-xtx-data/o/submissions%2Fchallenge_1%2Fuser_1_tester%2FXTXStarterKit.zip HTTP/1.1" 200 917
  26. DEBUG [connectionpool.py:393 - _make_request() ] | https://www.googleapis.com:443 "POST /upload/storage/v1/b/test-xtx-data/o?uploadType=multipart HTTP/1.1" 200 917
  27. INFO [storage.py:28 - create_submission_task() ] | Created submission task 1 with task options 1 for submission 1
  28. DEBUG [connectionpool.py:393 - _make_request() ] | https://www.googleapis.com:443 "GET /storage/v1/b/test-xtx-data/o/submissions%2Fchallenge_1%2Fuser_1_tester%2FXTXStarterKit.zip HTTP/1.1" 200 917
  29. DEBUG [connectionpool.py:393 - _make_request() ] | https://www.googleapis.com:443 "GET /storage/v1/b/test-xtx-data/o/submissions%2Fchallenge_1%2Fuser_1_tester%2FXTXStarterKit.zip HTTP/1.1" 200 917
  30. DEBUG [connectionpool.py:393 - _make_request() ] | https://www.googleapis.com:443 "GET /storage/v1/b/test-xtx-data/o/datasets%2Fdataset_1_%2Ftest_files%2Fdatasets%2Fdata.csv HTTP/1.1" 200 887
  31. DEBUG [connectionpool.py:393 - _make_request() ] | https://www.googleapis.com:443 "GET /storage/v1/b/test-xtx-data/o/datasets%2Fdataset_1_%2Ftest_files%2Fdatasets%2Fdata.csv HTTP/1.1" 200 887
  32. INFO [storage.py:35 - publish_submission_task() ] | Publishing to topic projects/c1-testing-platform/topics/xtx-test, message: b'{"task":{"id":1,"task_type":0,"created_at":"2019-05-23T23:44:25.262687Z","ended_at":null},"submission":{"challenge":1,"language":0,"file_submission":"submissions/challenge_1/user_1_tester/XTXStarterKit.zip"},"dataset":{"id":1,"name":"","file_dataset":"datasets/dataset_1_/test_files/datasets/data.csv"},"meta":{"created_at":"2019-05-23T23:44:25UTC"}}'
  33. DEBUG [thread.py:238 - monitor() ] | Monitor is waking up
  34. DEBUG [connectionpool.py:393 - _make_request() ] | https://www.googleapis.com:443 "GET /storage/v1/b/test-xtx-data/o/submissions%2Fchallenge_1%2Fuser_1_tester%2FXTXStarterKit.zip HTTP/1.1" 200 917
  35. DEBUG [connectionpool.py:393 - _make_request() ] | https://www.googleapis.com:443 "GET /storage/v1/b/test-xtx-data/o/submissions%2Fchallenge_1%2Fuser_1_tester%2FXTXStarterKit.zip HTTP/1.1" 200 917
  36. DEBUG [requests.py:117 - __call__() ] | Making request: POST https://oauth2.googleapis.com/token
  37. DEBUG [connectionpool.py:813 - _new_conn() ] | Starting new HTTPS connection (1): oauth2.googleapis.com:443
  38. DEBUG [connectionpool.py:393 - _make_request() ] | https://oauth2.googleapis.com:443 "POST /token HTTP/1.1" 200 None
  39. DEBUG [thread.py:207 - _commit() ] | gRPC Publish took 0.6629080772399902 seconds.
  40. INFO [views.py:511 - put() ] | Handling task status transition from TaskStatus.PENDING to TaskStatus.CLAIMED
  41. INFO [views.py:408 - handle_claimed() ] | 0 existing worker jobs
  42. INFO [views.py:435 - handle_claimed() ] | Worker job 1 created
  43. INFO [views.py:440 - handle_claimed() ] | Worker root claimed task 1
  44. INFO [views.py:511 - put() ] | Handling task status transition from TaskStatus.CLAIMED to TaskStatus.RUNNING
  45. INFO [views.py:464 - handle_running() ] | Task 1 Job 1 started running
  46. INFO [views.py:511 - put() ] | Handling task status transition from TaskStatus.RUNNING to TaskStatus.SUCCEEDED
  47. INFO [views.py:469 - handle_success() ] | Validating submission result
  48. INFO [views.py:546 - complete_job() ] | Worker job 1 closed with status COMPLETE
  49. INFO [views.py:477 - handle_success() ] | Creating new submission result
  50. INFO [views.py:480 - handle_success() ] | Submission result 1 SUCCESS
  51. .
  52. ----------------------------------------------------------------------
  53. Ran 1 test in 27.150s
  54.  
  55. OK
  56. Destroying test database for alias 'default'...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement