gogagum

log

Jan 19th, 2021
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Running with gitlab-runner 11.11.4 (e828d3bc)
  2. on bigdata 81bbd4d3
  3. Using Shell executor...
  4. Running on gitlab.atp-fivt.org...
  5. Reinitialized existing Git repository in /home/gitlab-runner/builds/81bbd4d3/0/pd2020/guminovge-hive/.git/
  6. Fetching changes...
  7. From http://gitlab.atp-fivt.org/pd2020/guminovge-hive
  8. 9904c10..194a0e6 hivetask2 -> origin/hivetask2
  9. Checking out 194a0e63 as hivetask2...
  10. Skipping Git submodules setup
  11. $ date
  12. Tue Jan 19 11:54:05 MSK 2021
  13. $ if [ `grep -v '#' ${CI_COMMIT_REF_NAME}/run.sh | wc -l` -gt 0 ]; then (cd ~/code; ./gitlab_ci_runner.py); else exit 1; fi
  14. Failed to submit job! 401(Unauthorized) {"error":"Security token not found"}
  15. Traceback (most recent call last):
  16. File "./gitlab_ci_runner.py", line 53, in <module>
  17. result, logs = run_job()
  18. File "./gitlab_ci_runner.py", line 39, in run_job
  19. job = app.run(inputs, chose_resources(course_name)).result()
  20. File "/home/gitlab-runner/code/everest.py", line 308, in result
  21. raise JobException("Job is failed!")
  22. everest.JobException: Job is failed!
  23. ERROR: Job failed: exit status 1
Advertisement
Add Comment
Please, Sign In to add comment