[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to replicate the CI environment?



Thanks Paul

Il 23/12/21 19:16, Paul Gevers ha scritto:
Hi Antonio,

On 23-12-2021 10:42, Antonio Valentino wrote:
It would be important to me what is e.g. the available RAM and, maybe, the output of ulimit.

root@ci-worker-armel-01:~# ulimit
unlimited
root@ci-worker-armel-01:~# lsmem | grep Total\ online
Total online memory:     255G

Do you have some specific configuration for the lxc environment?

We create lxc's with autopkgtest-build-lxc. Maybe terceiro can comment how much we further configure that, but it's very limited.

well, looking at [1] there seems to be several failures but according to the discussion in [2] it seems that the root cause could be a specific test fixture used in test_modis_l1b.test_load_longitude_latitude that creates a quite large array. Once the memory is saturated also unrelated tests start failing.

Saturated? As this is our host with the most RAM available, I guess your talking about the maximum reachable memory space (as this is a 32 bit arch)?

If you could provide the output of:

$ python3 -m pytest -v --pyargs satpy -k "not test_retrieve \
and not test_offline_retrieve and not test_retrieve_all \
and not test_download_script \
and not test_start_time and not test_end_time \
and not test_mimic_TPW2_nc and not test_fy4a_for_one_resolution \
and not tests_modis_l1b"

it would be very helpful.

root@elbrus:/tmp/autopkgtest-lxc.8agu2bm0/downtmp/build.Rno/src# python3 -m pytest -v --pyargs satpy -k "not test_retrieve \
and not test_offline_retrieve and not test_retrieve_all \
and not test_download_script \
and not test_start_time and not test_end_time \
and not test_mimic_TPW2_nc and not test_fy4a_for_one_resolution \
and not tests_modis_l1b"
ImportError while loading conftest '/tmp/autopkgtest-lxc.8agu2bm0/downtmp/build.Rno/src/satpy/conftest.py'.
satpy/__init__.py:25: in <module>
     raise ModuleNotFoundError(
E   ModuleNotFoundError: No module named satpy.version. This could mean you didn't install 'satpy' properly. Try reinstalling ('pip install').

Paul

--
Antonio Valentino


Reply to: