Wednesday, 2025-05-07

gboutryhberaud: 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, thanks08:13
hberaud[m]is moving to 24.04 would be enough to fix the pipeline?08:13
gboutryIt might, but is the job compatible for that? I've raised: https://github.com/eventlet/eventlet/pull/103608:15
hberaud[m]indeed, sorry I missed that you proposed a fix, thanks. I'll review it ASAP08:16
gboutryIn 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 side08:17
hberaud[m]the job is canceled08:17
gboutryIt's not, the job is cancelled at the get go with ubuntu-20.0408:17
hberaud[m]ok I see08:18
gboutryWhile here it got to the pytest phase08:18
hberaud[m]indeed08: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
gboutry3.9 is not maintained anymore indeed09: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 version09: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 locally09:20
hberaud[m]gboutry: I think our problem is https://github.com/eventlet/eventlet/pull/103409:32
gboutryI'm also trying to reproduce, and the test timing out is: tests/api_test.py09: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
gboutrytests/api_test.py::TestApi::test_connect_ssl09:33
hberaud[m]I think the github logs truncate the output of the command, hidding this line09:33
hberaud[m]I'll retry my test by rebasing over https://github.com/eventlet/eventlet/pull/103409: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_out15:15

Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!