question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

🔥 Flaky CI tests: SSL "wrong version" error

See original GitHub issue
2022-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:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
calebhocommented, Apr 20, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found