Download data
Christophe Benz
1Running with gitlab-runner 17.8.3 (690ce25c)2 on Run fetchers JBzuiMazz, system ID: s_33ef491069c64Using Docker executor with image git.nomics.world:4567/dbnomics-fetchers/ilo-fetcher:latest ...5Authenticating with credentials from job payload (GitLab Registry)6Pulling docker image git.nomics.world:4567/dbnomics-fetchers/ilo-fetcher:latest ...7Using docker image sha256:ecb03e317c0397066dd65165ce99f32f632d8e1f44713276524f53da0d206e8a for git.nomics.world:4567/dbnomics-fetchers/ilo-fetcher:latest with digest git.nomics.world:4567/dbnomics-fetchers/ilo-fetcher@sha256:a5ddfd6e33de3fb5edd1d000ca19f5169bd0137d9305d81038cecee8fa856c7d ...9Running on runner-jbzuimazz-project-78-concurrent-0 via tyche...11Skipping Git repository setup12Skipping Git checkout13Skipping Git submodules setup15Using docker image sha256:ecb03e317c0397066dd65165ce99f32f632d8e1f44713276524f53da0d206e8a for git.nomics.world:4567/dbnomics-fetchers/ilo-fetcher:latest with digest git.nomics.world:4567/dbnomics-fetchers/ilo-fetcher@sha256:a5ddfd6e33de3fb5edd1d000ca19f5169bd0137d9305d81038cecee8fa856c7d ...16$ PROVIDER_DIR="${WORKSPACES_ROOT_DIR}/${PROVIDER_SLUG}" # collapsed multi-line command17$ mkdir -p "$WORKSPACE_DEBUG_DATA_DIR" "$WORKSPACE_SOURCE_DATA_DIR"18$ if [ "$DOWNLOAD_MODE" == "incremental" ]; then # collapsed multi-line command19$ echo "Downloading data to $WORKSPACE_SOURCE_DATA_DIR ..."20Downloading data to /data/dbnomics-prod/workspaces/ilo/pipelines/485229/source-data ...21$ export DEBUG_DATA_DIR="$WORKSPACE_DEBUG_DATA_DIR"22$ cd /app23$ time python download.py "$WORKSPACE_SOURCE_DATA_DIR"242025-03-21 02:34:23 URL:https://webapps.ilo.org/ilostat-files/WEB_bulk_download/html/bulk_indicator.html [590177/590177] -> "/data/dbnomics-prod/workspaces/ilo/pipelines/485229/source-data/bulk_indicator.html" [1]25FINISHED --2025-03-21 02:34:23--26Total wall clock time: 1.1s27Downloaded: 1 files, 576K in 0.07s (7.77 MB/s)28$ if [ -f download_report.json ]; then # collapsed multi-line command29real 0m2.500s30user 0m0.243s31sys 0m0.059s32$ if [ -f "$WORKSPACE_SOURCE_DATA_DIR/errors.json" ]; then # collapsed multi-line command33$ rmdir --ignore-fail-on-non-empty "$WORKSPACE_DEBUG_DATA_DIR"35Uploading artifacts...36WARNING: download_report.json: no matching files. Ensure that the artifact path is relative to the working directory (/builds/dbnomics-fetchers/ilo-fetcher) 37WARNING: errors.json: no matching files. Ensure that the artifact path is relative to the working directory (/builds/dbnomics-fetchers/ilo-fetcher) 38ERROR: No files to upload 40Job succeeded