exercism / cobol

Exercism exercises in COBOL.
https://exercism.org/tracks/cobol
MIT License
10 stars 23 forks source link

TEST SETUP failure through online editor for Cobol exercise: Secret Handshake #160

Closed kosr closed 2 weeks ago

kosr commented 2 weeks ago

Hello, Greetings. I submitted solution to a Cobol exercise: Secret Handshake through the online editor. It succeeded. But then it also said there is a new version of tests and if I want to see if it works against those. I went ahead with the new tests and there seems to be problem with test setup.

Overview pane: Exercise Solved You have submitted 1 iteration for this exercise. You can submit more iterations as you continue you evolve your knowledge or want to experiment with new ideas. Iteration 1 Submitted via Editor Failed

Please see the error message I got in the Results pane: Tests failed Cobolcheck not found, try to fetch it. curl: (6) Could not resolve host: api.github.com curl: (6) Could not resolve host: api.github.com curl: (6) Could not resolve host: api.github.com curl: (6) Could not resolve host: api.github.com curl: (3) URL using bad/illegal format or missing URL chmod: cannot access '/root/cobolcheck/cobolcheck': No such file or directory Cobolcheck has been downloaded to /root/cobolcheck/cobolcheck /mnt/exercism-iteration/test.sh: line 12: /root/cobolcheck/cobolcheck: No such file or directory COMPILE AND RUN TEST cobc: test.cob: No such file or directory
SOMETHING WENT WRONG DURING TEST SETUP, PLEASE OPEN A TICKET AT: https://github.com/exercism/cobol/issues/new

Thanks in advance for your help in resolving this issue.

github-actions[bot] commented 2 weeks ago

Hello. Thanks for opening an issue on Exercism 🙂

At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.

This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!

If you're interested in learning more about this auto-responder, please read this blog post.