🔥 Flaky CI tests: SSL "wrong version" error
See original GitHub issue2022-04-18T23:25:41.0658299Z E compiler_gym.util.download.DownloadFailed: HTTPSConnectionPool(host='dl.fbaipublicfiles.com', port=443): Max retries exceeded with url: /compiler_gym/llvm_bitcodes-10.0.0-anghabench-v1-linux-manifest.bz2 (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)'),))
...
2022-04-18T23:25:41.0661363Z FAILED tests/bin/manual_env_bin_test.py::test_list_benchmarks - compiler_gym....
… and similar errors
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Something is wrong with SSL on dl.fbaipublicfiles.com #4165
Checkpoints not downloadable facebookresearch/dino#192. Open. 🔥 Flaky CI tests: SSL "wrong version" error facebookresearch/CompilerGym#657.
Read more >How to Fix Flaky Tests - Semaphore CI
Randomly failing tests are the hardest to debug. Here's a framework you can use to fix them and keep your test suite healthy....
Read more >SSL error: Wrong version number - Super User
The output is typical to an OpenSSL backend of curl. Looks good so far. * error:1408F10B:SSL routines:ssl3_get_record:wrong version number. This ...
Read more >Flaky tests - GitLab Docs
Flaky tests. What's a flaky test? It's a test that sometimes fails, but if you retry it enough times, it passes, eventually.
Read more >7 steps for fixing flaky tests - Vesko Iliev
If that's not the case, there are two immediate actions: Action 1: Raise a new ticket in your work / bug tracking system...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m in the midst of migrating some stuff on the backend and it seems I misconfigured something. This misconfiguration should be fixed since yesterday. Apologies for the inconvenience
This sporadic but recurring issue seems to be widespread.
https://github.com/facebookresearch/detectron2/issues/4165 https://github.com/facebookresearch/demucs/issues/321 https://github.com/facebookresearch/fastText/issues/1269 https://github.com/facebookresearch/dino/issues/192
No response on any of them in terms of a resolution.