Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] sfml_test.nim flaky test: undefined reference to `glDrawArrays' #13557

Closed
timotheecour opened this issue Mar 2, 2020 · 1 comment
Closed

Comments

@timotheecour
Copy link
Member

timotheecour commented Mar 2, 2020

[CI] sfml_test.nim flaky test

CI for #13433 had unrelated failure, see logs:
https://dev.azure.com/nim-lang/255dfe86-e590-40bb-a8a2-3c0295ebdeb1/_apis/build/builds/2986/logs/60

Example

tests/niminaction/Chapter8/sfml/sfml_test.nim C++ --nilseqs:on

Current Output

2020-03-02T10:19:22.0801920Z �[32mPASS: �[36mtests/niminaction/Chapter8/canvas/canvas_test.nim JS --nilseqs:on�[34m ( 0.41459846 secs)�[0m
2020-03-02T10:19:22.0802675Z �[1m�[31mFAIL: �[36mtests/niminaction/Chapter8/sfml/sfml_test.nim C++ --nilseqs:on�[0m
2020-03-02T10:19:22.0803366Z �[1m�[36mTest "tests/niminaction/Chapter8/sfml/sfml_test.nim" in category "niminaction"�[0m
2020-03-02T10:19:22.0803911Z �[1m�[31mFailure: reNimcCrash�[0m
2020-03-02T10:19:22.0805136Z $ /home/vsts/work/1/s/bin/nim cpp --hints:on -d:testing --nimblePath:tests/deps --nilseqs:on --nimCache:nimcache/tests/niminaction/Chapter8/sfml/sfml_test.nim_d8de44f831a39fe22ef81cd6a2f25664 --stdout '--hint[Path]:off' '--hint[Processing]:off' tests/niminaction/Chapter8/sfml/sfml_test.nim
2020-03-02T10:19:22.0806236Z Hint: used config file '/home/vsts/work/1/s/config/nim.cfg' [Conf]
2020-03-02T10:19:22.0806841Z Hint: used config file '/home/vsts/work/1/s/config/config.nims' [Conf]
2020-03-02T10:19:22.0807858Z Hint: used config file '/home/vsts/work/1/s/tests/config.nims' [Conf]
2020-03-02T10:19:22.0808191Z CC: stdlib_system.nim
2020-03-02T10:19:22.0808405Z CC: stdlib_times.nim
2020-03-02T10:19:22.0808623Z CC: stdlib_os.nim
2020-03-02T10:19:22.0808820Z CC: sfml_test.nim
2020-03-02T10:19:22.0810994Z Hint: g++   -o /home/vsts/work/1/s/tests/niminaction/Chapter8/sfml/sfml_test  /home/vsts/work/1/s/nimcache/tests/niminaction/Chapter8/sfml/sfml_test.nim_d8de44f831a39fe22ef81cd6a2f25664/stdlib_system.nim.cpp.o /home/vsts/work/1/s/nimcache/tests/niminaction/Chapter8/sfml/sfml_test.nim_d8de44f831a39fe22ef81cd6a2f25664/stdlib_times.nim.cpp.o /home/vsts/work/1/s/nimcache/tests/niminaction/Chapter8/sfml/sfml_test.nim_d8de44f831a39fe22ef81cd6a2f25664/stdlib_os.nim.cpp.o /home/vsts/work/1/s/nimcache/tests/niminaction/Chapter8/sfml/sfml_test.nim_d8de44f831a39fe22ef81cd6a2f25664/@msfml_test.nim.cpp.o  -lsfml-graphics -lsfml-system -lsfml-window -lm -lrt   -ldl [Link]
2020-03-02T10:19:22.0813160Z /usr/bin/ld: warning: libGL.so.1, needed by /usr/lib/gcc/x86_64-linux-gnu/5/../../../i386-linux-gnu/libsfml-graphics.so, not found (try using -rpath or -rpath-link)
2020-03-02T10:19:22.0814063Z /usr/lib/gcc/x86_64-linux-gnu/5/../../../i386-linux-gnu/libsfml-graphics.so: undefined reference to `glDrawArrays'

Expected Output

works

Additional Information

number of occurrences

2

@narimiran
Copy link
Member

Didn't notice this lately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants