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/franc-zone-fetcher:latest ...5Authenticating with credentials from job payload (GitLab Registry)6Pulling docker image git.nomics.world:4567/dbnomics-fetchers/franc-zone-fetcher:latest ...7Using docker image sha256:6a9063b7b761971c5f5c2d108450274544a93db48d89b61f787c6175beb7785e for git.nomics.world:4567/dbnomics-fetchers/franc-zone-fetcher:latest with digest git.nomics.world:4567/dbnomics-fetchers/franc-zone-fetcher@sha256:24f2f938c23581c30bb6c873b02e0e46563c7de31adf69afc36522a2597390f7 ...9Running on runner-jbzuimazz-project-445-concurrent-0 via tyche...11Skipping Git repository setup12Skipping Git checkout13Skipping Git submodules setup15Using docker image sha256:6a9063b7b761971c5f5c2d108450274544a93db48d89b61f787c6175beb7785e for git.nomics.world:4567/dbnomics-fetchers/franc-zone-fetcher:latest with digest git.nomics.world:4567/dbnomics-fetchers/franc-zone-fetcher@sha256:24f2f938c23581c30bb6c873b02e0e46563c7de31adf69afc36522a2597390f7 ...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/franc-zone/pipelines/485789/source-data ...21$ export DEBUG_DATA_DIR="$WORKSPACE_DEBUG_DATA_DIR"22$ cd /app23$ time python download.py "$WORKSPACE_SOURCE_DATA_DIR"24 Downloading: 25 cemac_pib-nominal_fr.xlsx26 Downloading: 27 cemac_tx-croissance-reel_fr.xlsx28 Downloading: 29 cemac_prix-conso_fr.xlsx30 Downloading: 31 cemac_exportations-de-biens_fr.xlsx32 Downloading: 33 cemac_importations-de-biens_fr.xlsx34 Downloading: 35 cemac_balance-commerciale_fr.xlsx36 Downloading: 37 cemac_solde-cpte-courant-ext_fr.xlsx38 Downloading: 39 cemac_solde-budget-base-eng_fr.xlsx40 Downloading: 41 cemac_solde-budge-base-eng-pib_fr.xlsx42 Downloading: 43 cemac_tx-investissement_fr_0.xlsx44 Downloading: 45 cemac_dette-exterieure-totale_fr.xlsx46 Downloading: 47 cemac_dette-exterieure-totale-pib_fr.xlsx48 Downloading: 49 cemac_avoirs-exterieurs-nets_fr.xlsx50 Downloading: 51 cemac_credits-economie_fr.xlsx52 Downloading: 53 cemac_creances-nettes-sur-les-etats_fr.xlsx54 Downloading: 55 cemac_masse-monetaire_fr.xlsx56 Downloading: 57 cemac_masse-monetaire-pib_fr.xlsx58 Downloading: 59 uemoa_pib-nominal_fr.xlsx60 Downloading: 61 uemoa_tx-croissance-reel_fr.xlsx62 Downloading: 63 uemoa_prix-conso_fr.xlsx64 Downloading: 65 uemoa_exportations-de-biens_fr.xlsx66 Downloading: 67 uemoa_importations-de-biens_fr.xlsx68 Downloading: 69 uemoa_balance-commerciale_fr.xlsx70 Downloading: 71 uemoa_solde-cpte-courant-ext_fr.xlsx72 Downloading: 73 uemoa_solde-budget-base-eng_fr.xlsx74 Downloading: 75 uemoa_solde-budget-base-engpib_fr.xlsx76 Downloading: 77 uemoa_tx-investissement_fr.xlsx78 Downloading: 79 uemoa_dette-exterieure-totale_fr.xlsx80 Downloading: 81 uemoa_dette-exterieure-totalepib_fr.xlsx82 Downloading: 83 uemoa_avoirs-exterieurs-nets_fr.xlsx84 Downloading: 85 uemoa_credits-economie_fr.xlsx86 Downloading: 87 uemoa_creances-nettes-sur-les-etats_fr.xlsx88 Downloading: 89 uemoa_masse-monetaire_fr.xlsx90 Downloading: 91 uemoa_masse-monetairepib_fr.xlsx92 Downloading: 93 comores_fr.xlsx94real 0m5.372s95user 0m1.644s96sys 0m0.155s97$ if [ -f download_report.json ]; then # collapsed multi-line command98$ if [ -f "$WORKSPACE_SOURCE_DATA_DIR/errors.json" ]; then # collapsed multi-line command99$ rmdir --ignore-fail-on-non-empty "$WORKSPACE_DEBUG_DATA_DIR"101Uploading artifacts...102WARNING: download_report.json: no matching files. Ensure that the artifact path is relative to the working directory (/builds/dbnomics-fetchers/franc-zone-fetcher) 103WARNING: errors.json: no matching files. Ensure that the artifact path is relative to the working directory (/builds/dbnomics-fetchers/franc-zone-fetcher) 104ERROR: No files to upload 106Job succeeded