Runner intermittent failures
Here is a list of intermittent runner failures:
1.Running tests on ghsc/contractors intermittently fail with this error. This test is passing locally.
_______________ ERROR at setup of test_get_calculated_timeseries _______________
@pytest.fixture()
def bou_u_metadata():
> metadata = get_instrument_calibrations(observatory="BOU")
test/edge_test/MiniSeedFactory_test.py:49:
Example pipeline https://code.usgs.gov/ghsc/contractors/ahobbs/geomag-algorithms/-/jobs/1316078
- Running Docker Docker Image intermittently fails with a few different errors.
- One is
TOOMANYREQEUSTS
error on thetrivy image --exit-code 1 --ignore-unfixed --severity LOW,MEDIUM "${LOCAL_IMAGE}";
command. Example pipeline https://code.usgs.gov/ghsc/contractors/ahobbs/geomag-algorithms/-/jobs/1316079 - Another is a docker login error.
$ echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Error saving credentials: rename /root/.docker/config.json2274692847 /root/.docker/config.json: device or resource bus
Example pipeline https://code.usgs.gov/ghsc/contractors/ahobbs/geomag-algorithms/-/jobs/1316599
- The project is using the
ghsc/neic/motus
which it shouldn't be.