Hi all, I ran "make check" senta03.front.sepia.ceph.com but I get following error on stdout - Ignoring mock: markers 'python_version <= "3.3"' don't match your environment Ignoring ipaddress: markers 'python_version < "3.3"' don't match your environment Looking in links: file:///home/rishabh/master/src/pybind/mgr/wheelhouse Obtaining file:///home/rishabh/master/src/python-common (from -r requirements.txt (line 4)) ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Here's the requirements.txt[1] being referred above. Do I need python version > 2.7 but lower than 3.3? I don't spot any such version on a different machine (it runs Fedora 31) where "make check" launched successfully (although the tests there failed). I see every version from python3.4 to python3.9 and python2.7 on my machine but nothing that matches "python_version <= 3.3". On senta03 I can see python3.6, python3.7 and python2.7. Also, where and by what name is the log mentioned in error message saved as? I tried running run-make-check.sh too. It too aborted before launching any tests. For CentOS, 8 it complained that packages colm-0.13.0.7-1.el8.x86_64.rpm and ragel-7.0.0.12-2.el8.x86_64.rpm are unsigned and on Fedora 31 it complained that python37-coverage is missing. I've attached output for make check, run-make-check.sh on senta03 and fedora 31 as make-check.log, run-make-check-centos8.log and run-make-check-f31.log. [1] https://github.com/ceph/ceph/tree/master/src/python-common/ Thanks, - Rishabh