2025-01-07T06:38:17.957Z | <Naman Munet> Hi everyone,
I am seeing the builds `(make check)` are getting failed for all the Reef [PR](https://github.com/ceph/ceph/pull/61182)'s, on investigation got to know about a possible reason for error in `mypy` -
```reef tests might have been running using an older version of python (3.8 probably) and then started getting run with something newer. In ubuntu 22.04 it (now) has 3.10.```
Does anyone have any idea on this and how it can be fixed! |
2025-01-07T07:26:51.256Z | <Adam Kraitman> Hey @Naman Munet Can you add a link to that error ? |
2025-01-07T07:28:35.859Z | <Naman Munet> <https://jenkins.ceph.com/job/ceph-pull-requests/148919/testReport/junit/projectroot.src.pybind/mgr/run_tox_mgr/> |
2025-01-07T07:35:09.670Z | <Adam Kraitman> Probably the fix would be to update the test so that it will also work with python 3.10 |
2025-01-07T07:43:34.738Z | <Adam Kraitman> Also fixing those type of errors, maybe with escaping more -
```(\\d+)```
```rook/rook_cluster.py:123
/home/jenkins-build/build/workspace/ceph-pull-requests/src/pybind/mgr/rook/rook_cluster.py:123: DeprecationWarning: invalid escape sequence '\d'
coeff_and_unit = re.search('(\d+)(\D+)', size_str)``` |
2025-01-07T08:45:48.730Z | <Adam Kraitman> Thanks I will add those today |
2025-01-07T12:19:24.633Z | <Guillaume Abrioux> @Adam Kraitman hello |
2025-01-07T12:20:03.495Z | <Guillaume Abrioux> [https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVA[…]ST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/85664//consoleFull](https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/85664//consoleFull)
```/build/ceph-19.3.0-6702-gcbbfc0e2/src/test/librbd/migration/test_mock_HttpClient.cc:890:1: fatal error: error writing to /tmp/cctNjIX1.s: No space left on device```
==> adami08 172.21.5.38 |
2025-01-07T14:46:12.194Z | <Adam Kraitman> Hey @Guillaume Abrioux it's fixed now |
2025-01-07T14:59:03.975Z | <Guillaume Abrioux> thanks! 👍 |
2025-01-07T15:53:01.056Z | <Laura Flores> @Casey Bodley do you have an idea? Thought I'd ask since the warnings are coming from RGW. |
2025-01-07T16:00:41.517Z | <Casey Bodley> no idea. i see that syntax highlighting is broken on the pr docs build: <https://ceph--61240.org.readthedocs.build/en/61240/radosgw/lua-scripting/>
but it looks fine on <https://docs.ceph.com/en/latest/radosgw/lua-scripting/> |
2025-01-07T16:02:36.993Z | <Casey Bodley> maybe the sphinx version changed, or it's missing plugins or something |
2025-01-07T18:03:26.857Z | <Adam Kraitman> Done, credentials added |
2025-01-07T18:17:45.309Z | <Æmerson> Thank you! |
2025-01-07T22:32:39.636Z | <nehaojha> I just noticed that the PR rendering for <https://github.com/ceph/ceph.io/pull/767> (<https://ceph-days-silicon-valley-2025.ceph.io/en/community/events/2025/ceph-days-almaden/>) looks different from what our website shows <https://ceph.io/en/community/events/2025/ceph-days-almaden/>. Could this be a related issue? |
2025-01-07T22:49:16.706Z | <nehaojha> The CFP button doesn't show up |
2025-01-07T22:54:35.498Z | <Dan Mick> anything's possible. The eleventy installation that builds the websites is **old** (0.9.0, current version is 3.0.0) and updating is not pushbutton, and I don't have any npm/web frontend expertise at all. We need a frontend developer to look at it; I don't know who the dev team has for maintaining that code |