gboutry | hberaud: the pypy job is failing because it's using ubuntu-20.04, which is actively discontinued by github (I have to migrate other pipelines with the same annotation errors because of that) | 07:40 |
---|---|---|
hberaud[m] | gboutry: oh good catch, thanks | 08:13 |
hberaud[m] | is moving to 24.04 would be enough to fix the pipeline? | 08:13 |
gboutry | It might, but is the job compatible for that? I've raised: https://github.com/eventlet/eventlet/pull/1036 | 08:15 |
hberaud[m] | indeed, sorry I missed that you proposed a fix, thanks. I'll review it ASAP | 08:16 |
gboutry | In my fork: https://github.com/gboutry/eventlet/actions/runs/14877828237/job/41778614050 the job started, but got cancelled because of another failure? | 08:16 |
hberaud[m] | That's the same problem than on our side | 08:17 |
hberaud[m] | the job is canceled | 08:17 |
gboutry | It's not, the job is cancelled at the get go with ubuntu-20.04 | 08:17 |
hberaud[m] | ok I see | 08:18 |
gboutry | While here it got to the pytest phase | 08:18 |
hberaud[m] | indeed | 08:45 |
hberaud[m] | gboutry: I see that the pypy job rely on pypy 3.9. That's not crystal clear if this version of PyPy is still supported/maintained. According to https://downloads.python.org/pypy/ I'd argue that the supported versions are PyPy 2.7, 3.10, 3.11, but the release page is a bit confusing... | 09:14 |
gboutry | 3.9 is not maintained anymore indeed | 09:15 |
hberaud[m] | I wonder if upgrading the version would help to go a bit futher... but I also wonder why unit test wouldn't run with an old version | 09:16 |
hberaud[m] | There is no reasons unit tests could not run with an old version. At least we would observe some failing tests | 09:17 |
hberaud[m] | I'm trying to reproduce it locally | 09:20 |
hberaud[m] | gboutry: I think our problem is https://github.com/eventlet/eventlet/pull/1034 | 09:32 |
gboutry | I'm also trying to reproduce, and the test timing out is: tests/api_test.py | 09:32 |
hberaud[m] | This is where I'm locally and the second test seems stuck: | 09:32 |
hberaud[m] | pytest --verbose --cov=eventlet tests/... (full message at <https://matrix.org/oftc/media/v1/media/download/AeP-HbBUtoo85rY98iqvUcOE3bQ5C90Vz9174LxesAKZWzJT2WvtTGRsT3j4q034f9ZZC8509q-LJJXM4gFpyelCeW8jBYaQAG1hdHJpeC5vcmcvdlduRGRTcWJyWmhOZUFGUExHY0tTZkJy>) | 09:32 |
gboutry | tests/api_test.py::TestApi::test_connect_ssl | 09:33 |
hberaud[m] | I think the github logs truncate the output of the command, hidding this line | 09:33 |
hberaud[m] | I'll retry my test by rebasing over https://github.com/eventlet/eventlet/pull/1034 | 09:34 |
hberaud[m] | hm... running pypy tests over this branch do not seems to help with the ssl problem | 09:39 |
*** ralonsoh is now known as ralonsoh_out | 15:15 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!