Skip to content

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

  1. Running Docker Docker Image intermittently fails with a few different errors.
$ 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

  1. The project is using the ghsc/neic/motus which it shouldn't be.
Edited by Hobbs, Alexandra (Contractor)