Running with gitlab-runner 11.5.0 (3afdaba6)
  on docker fd5d3bf0
Using Docker executor with image continuumio/conda-concourse-ci ...
Pulling docker image continuumio/conda-concourse-ci ...
Using docker image sha256:7300d1d19a4ca0d8b05d14d0f7f2361865f35937fb18cd807a28cbc4db9cb214 for continuumio/conda-concourse-ci ...
section_start:1544265769:prepare_script
Running on runner-fd5d3bf0-project-2264-concurrent-0 via facedemo...
section_end:1544265770:prepare_script
section_start:1544265770:get_sources
Cloning repository...
Cloning into '/local/builds/beat/beat.editor'...
Checking out 3acbb40e as master...
Skipping Git submodules setup
section_end:1544265774:get_sources
section_start:1544265774:restore_cache
Checking cache for linux-cache...
No URL provided, cache will be not downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
section_end:1544265776:restore_cache
section_start:1544265776:download_artifacts
section_end:1544265778:download_artifacts
section_start:1544265778:build_script
$ mkdir _ci
$ curl --silent "https://gitlab.idiap.ch/bob/bob.admin/raw/master/gitlab/install.sh" > _ci/install.sh
$ chmod 755 _ci/install.sh
$ ./_ci/install.sh _ci master
(10:43:00) $ mkdir -pv _ci
(10:43:00) $ curl --location --silent --show-error --output _ci/cacert.pem https://gitlab.idiap.ch/bob/bob.admin/raw/master/gitlab/cacert.pem
(10:43:00) $ curl --location --silent --show-error --output _ci/functions.sh https://gitlab.idiap.ch/bob/bob.admin/raw/master/gitlab/functions.sh
(10:43:00) $ curl --location --silent --show-error --output _ci/conda_build_config.yaml https://gitlab.idiap.ch/bob/bob.admin/raw/master/gitlab/conda_build_config.yaml
(10:43:00) $ curl --location --silent --show-error --output _ci/recipe_append.yaml https://gitlab.idiap.ch/bob/bob.admin/raw/master/gitlab/recipe_append.yaml
(10:43:00) $ curl --location --silent --show-error --output _ci/matplotlibrc https://gitlab.idiap.ch/bob/bob.admin/raw/master/gitlab/matplotlibrc
(10:43:00) $ curl --location --silent --show-error --output _ci/before_build.sh https://gitlab.idiap.ch/bob/bob.admin/raw/master/gitlab/before_build.sh
(10:43:00) $ chmod 755 _ci/before_build.sh
(10:43:00) $ curl --location --silent --show-error --output _ci/after_build.sh https://gitlab.idiap.ch/bob/bob.admin/raw/master/gitlab/after_build.sh
(10:43:01) $ chmod 755 _ci/after_build.sh
(10:43:01) $ curl --location --silent --show-error --output _ci/build.sh https://gitlab.idiap.ch/bob/bob.admin/raw/master/gitlab/build.sh
(10:43:01) $ chmod 755 _ci/build.sh
(10:43:01) $ curl --location --silent --show-error --output _ci/deploy.sh https://gitlab.idiap.ch/bob/bob.admin/raw/master/gitlab/deploy.sh
(10:43:01) $ chmod 755 _ci/deploy.sh
(10:43:01) $ curl --location --silent --show-error --output _ci/pypi.sh https://gitlab.idiap.ch/bob/bob.admin/raw/master/gitlab/pypi.sh
(10:43:01) $ chmod 755 _ci/pypi.sh
(10:43:01) $ curl --location --silent --show-error --output _ci/channel_support.py https://gitlab.idiap.ch/bob/bob.admin/raw/master/gitlab/channel_support.py
(10:43:01) $ chmod 755 _ci/channel_support.py
$ ./_ci/before_build.sh
(10:43:01.782) PYTHON_VERSION=3.6
(10:43:01.785) CI_PROJECT_URL=https://gitlab.idiap.ch/beat/beat.editor
(10:43:01.788) CI_PROJECT_DIR=/local/builds/beat/beat.editor
(10:43:01.790) CI_PROJECT_PATH=beat/beat.editor
(10:43:01.793) CI_PROJECT_NAME=beat.editor
(10:43:01.796) CI_COMMIT_REF_NAME=master
(10:43:01.799) export BOB_PACKAGE_VERSION=1.0.0b0
(10:43:01.802) PYPIUSER=********
(10:43:01.804) PYPIPASS=********
(10:43:01.807) DOCUSER=********
(10:43:01.809) DOCPASS=********
(10:43:02.293) OSNAME=linux
(10:43:02.296) VISIBILITY=public
(10:43:02.299) IS_MASTER=true
(10:43:02.303) export OS_SLUG=linux-64
(10:43:02.306) export DOCSERVER=http://www.idiap.ch
(10:43:02.309) TESTSERVER=https://testpypi.python.org/legacy/
(10:43:02.312) CONDA_ROOT=/local/builds/beat/beat.editor/miniconda
(10:43:02.315) export CONDARC=/local/builds/beat/beat.editor/miniconda/condarc
(10:43:02.318) export BOB_DATABASE_SERVER=http://www.idiap.ch/public/databases/latest
(10:43:02.321) export BOB_DOCUMENTATION_SERVER=http://www.idiap.ch/software/bob/docs/bob/%(name)s/master/
(10:43:02.324) export CURL_CA_BUNDLE=/local/builds/beat/beat.editor/_ci/cacert.pem
(10:43:02.327) export SSL_CERT_FILE=/local/builds/beat/beat.editor/_ci/cacert.pem
(10:43:02.330) export GIT_SSL_CAINFO=/local/builds/beat/beat.editor/_ci/cacert.pem
(10:43:02.333) export DOC_SERVER_PREFIX=public-upload/docs/beat/beat.editor
(10:43:02.336) DOC_UPLOADS=public-upload/docs/beat/beat.editor/master/
(10:43:02.339) export LANG=en_US.UTF-8
(10:43:02.342) export LC_ALL=en_US.UTF-8
(10:43:02.345) export MATPLOTLIBRC=/local/builds/beat/beat.editor/_ci
(10:43:02.347) Installing miniconda in /local/builds/beat/beat.editor/miniconda ...
(10:43:02.350) Downloading latest miniconda3 installer...
(10:43:02.352) $ curl --silent --output miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
(10:43:53.558) $ bash miniconda.sh -b -p /local/builds/beat/beat.editor/miniconda
PREFIX=/local/builds/beat/beat.editor/miniconda
installing: python-3.7.0-hc3d631a_0 ...
Python 3.7.0
installing: ca-certificates-2018.03.07-0 ...
installing: conda-env-2.6.0-1 ...
installing: libgcc-ng-8.2.0-hdf63c60_1 ...
installing: libstdcxx-ng-8.2.0-hdf63c60_1 ...
installing: libffi-3.2.1-hd88cf55_4 ...
installing: ncurses-6.1-hf484d3e_0 ...
installing: openssl-1.0.2p-h14c3975_0 ...
installing: xz-5.2.4-h14c3975_4 ...
installing: yaml-0.1.7-had09818_2 ...
installing: zlib-1.2.11-ha838bed_2 ...
installing: libedit-3.1.20170329-h6b74fdf_2 ...
installing: readline-7.0-h7b6447c_5 ...
installing: tk-8.6.8-hbc83047_0 ...
installing: sqlite-3.24.0-h84994c4_0 ...
installing: asn1crypto-0.24.0-py37_0 ...
installing: certifi-2018.8.24-py37_1 ...
installing: chardet-3.0.4-py37_1 ...
installing: idna-2.7-py37_0 ...
installing: pycosat-0.6.3-py37h14c3975_0 ...
installing: pycparser-2.18-py37_1 ...
installing: pysocks-1.6.8-py37_0 ...
installing: ruamel_yaml-0.15.46-py37h14c3975_0 ...
installing: six-1.11.0-py37_1 ...
installing: cffi-1.11.5-py37he75722e_1 ...
installing: setuptools-40.2.0-py37_0 ...
installing: cryptography-2.3.1-py37hc365091_0 ...
installing: wheel-0.31.1-py37_0 ...
installing: pip-10.0.1-py37_0 ...
installing: pyopenssl-18.0.0-py37_0 ...
installing: urllib3-1.23-py37_0 ...
installing: requests-2.19.1-py37_0 ...
installing: conda-4.5.11-py37_0 ...
installation finished.
(10:44:02.888) CONDA_CHANNELS[0]=public/conda/label/beta
(10:44:02.891) CONDA_CHANNELS[1]=public/conda
Contents of `/local/builds/beat/beat.editor/miniconda/condarc':
default_channels: #!final
  - https://repo.anaconda.com/pkgs/main
  - https://repo.anaconda.com/pkgs/free
  - https://repo.anaconda.com/pkgs/r
  - https://repo.anaconda.com/pkgs/pro
add_pip_as_python_dependency: false #!final
changeps1: false #!final
always_yes: true #!final
quiet: true #!final
show_channel_urls: true #!final
anaconda_upload: false #!final
ssl_verify: false #!final
channels: #!final
  - http://www.idiap.ch/public/conda/label/beta
  - http://www.idiap.ch/public/conda
  - defaults
(10:44:02.894) $ /local/builds/beat/beat.editor/miniconda/bin/conda install python conda=4 curl conda-build=3.16
Solving environment: ...working... done

## Package Plan ##

  environment location: /local/builds/beat/beat.editor/miniconda

  added / updated specs: 
    - conda-build=3.16
    - conda=4
    - curl
    - python


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    beautifulsoup4-4.6.3       |           py37_0         138 KB  defaults
    jinja2-2.10                |           py37_0         183 KB  defaults
    libcurl-7.62.0             |       h20c2e04_0         517 KB  defaults
    conda-build-3.16.3         |           py37_0         477 KB  defaults
    filelock-3.0.10            |           py37_0          13 KB  defaults
    patchelf-0.9               |       he6710b0_3          71 KB  defaults
    python-3.7.1               |       h0371630_3        36.4 MB  defaults
    tqdm-4.28.1                |   py37h28b3542_0          61 KB  defaults
    pkginfo-1.4.2              |           py37_1          39 KB  defaults
    libssh2-1.8.0              |       h1ba5d50_4         233 KB  defaults
    lzo-2.10                   |       h49e0be7_2         313 KB  defaults
    certifi-2018.10.15         |           py37_0         138 KB  defaults
    glob2-0.6                  |           py37_1          17 KB  defaults
    libarchive-3.3.3           |       h5d8350f_4         1.5 MB  defaults
    markupsafe-1.1.0           |   py37h7b6447c_0          26 KB  defaults
    icu-58.2                   |       h9c2bf20_1        22.5 MB  defaults
    pyyaml-3.13                |   py37h14c3975_0         177 KB  defaults
    python-libarchive-c-2.8    |           py37_6          20 KB  defaults
    zstd-1.3.7                 |       h0b5b093_0         887 KB  defaults
    sqlite-3.25.3              |       h7b6447c_0         1.9 MB  defaults
    curl-7.62.0                |       hbc83047_0         143 KB  defaults
    psutil-5.4.8               |   py37h7b6447c_0         313 KB  defaults
    openssl-1.1.1a             |       h7b6447c_0         5.0 MB  defaults
    pytz-2018.7                |           py37_0         247 KB  defaults
    cryptography-2.4.1         |   py37h1ba5d50_0         607 KB  defaults
    libxml2-2.9.8              |       h26e45fe_1         2.0 MB  defaults
    bzip2-1.0.6                |       h14c3975_5         414 KB  defaults
    lz4-c-1.8.1.2              |       h14c3975_0         158 KB  defaults
    ------------------------------------------------------------
                                           Total:        74.3 MB

The following NEW packages will be INSTALLED:

    beautifulsoup4:      4.6.3-py37_0          defaults
    bzip2:               1.0.6-h14c3975_5      defaults
    conda-build:         3.16.3-py37_0         defaults
    curl:                7.62.0-hbc83047_0     defaults
    filelock:            3.0.10-py37_0         defaults
    glob2:               0.6-py37_1            defaults
    icu:                 58.2-h9c2bf20_1       defaults
    jinja2:              2.10-py37_0           defaults
    libarchive:          3.3.3-h5d8350f_4      defaults
    libcurl:             7.62.0-h20c2e04_0     defaults
    libssh2:             1.8.0-h1ba5d50_4      defaults
    libxml2:             2.9.8-h26e45fe_1      defaults
    lz4-c:               1.8.1.2-h14c3975_0    defaults
    lzo:                 2.10-h49e0be7_2       defaults
    markupsafe:          1.1.0-py37h7b6447c_0  defaults
    patchelf:            0.9-he6710b0_3        defaults
    pkginfo:             1.4.2-py37_1          defaults
    psutil:              5.4.8-py37h7b6447c_0  defaults
    python-libarchive-c: 2.8-py37_6            defaults
    pytz:                2018.7-py37_0         defaults
    pyyaml:              3.13-py37h14c3975_0   defaults
    tqdm:                4.28.1-py37h28b3542_0 defaults
    zstd:                1.3.7-h0b5b093_0      defaults

The following packages will be UPDATED:

    certifi:             2018.8.24-py37_1      defaults --> 2018.10.15-py37_0    defaults
    cryptography:        2.3.1-py37hc365091_0  defaults --> 2.4.1-py37h1ba5d50_0 defaults
    openssl:             1.0.2p-h14c3975_0     defaults --> 1.1.1a-h7b6447c_0    defaults
    python:              3.7.0-hc3d631a_0      defaults --> 3.7.1-h0371630_3     defaults
    sqlite:              3.24.0-h84994c4_0     defaults --> 3.25.3-h7b6447c_0    defaults

Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
(10:45:28.689) $ /local/builds/beat/beat.editor/miniconda/bin/conda clean --lock
(10:45:28.907) $ /local/builds/beat/beat.editor/miniconda/bin/conda info

     active environment : None
       user config file : /root/.condarc
 populated config files : /local/builds/beat/beat.editor/miniconda/condarc
                          /root/.condarc
          conda version : 4.5.11
    conda-build version : 3.16.3
         python version : 3.7.1.final.0
       base environment : /local/builds/beat/beat.editor/miniconda  (writable)
           channel URLs : http://www.idiap.ch/public/conda/label/beta/linux-64
                          http://www.idiap.ch/public/conda/label/beta/noarch
                          http://www.idiap.ch/public/conda/linux-64
                          http://www.idiap.ch/public/conda/noarch
                          https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/free/linux-64
                          https://repo.anaconda.com/pkgs/free/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/pro/linux-64
                          https://repo.anaconda.com/pkgs/pro/noarch
          package cache : /local/builds/beat/beat.editor/miniconda/pkgs
                          /root/.conda/pkgs
       envs directories : /local/builds/beat/beat.editor/miniconda/envs
                          /root/.conda/envs
               platform : linux-64
             user-agent : conda/4.5.11 requests/2.19.1 CPython/3.7.1 Linux/4.9.0-8-amd64 centos/6.9 glibc/2.12
                UID:GID : 0:0
             netrc file : None
           offline mode : False

$ ./_ci/build.sh
(10:45:29.553) PYTHON_VERSION=3.6
(10:45:29.556) CI_PROJECT_URL=https://gitlab.idiap.ch/beat/beat.editor
(10:45:29.557) CI_PROJECT_DIR=/local/builds/beat/beat.editor
(10:45:29.560) CI_PROJECT_PATH=beat/beat.editor
(10:45:29.561) CI_PROJECT_NAME=beat.editor
(10:45:29.563) CI_COMMIT_REF_NAME=master
(10:45:29.565) export BOB_PACKAGE_VERSION=1.0.0b0
(10:45:29.567) PYPIUSER=********
(10:45:29.569) PYPIPASS=********
(10:45:29.571) DOCUSER=********
(10:45:29.573) DOCPASS=********
(10:45:30.000) OSNAME=linux
(10:45:30.003) VISIBILITY=public
(10:45:30.006) IS_MASTER=true
(10:45:30.009) export OS_SLUG=linux-64
(10:45:30.012) export DOCSERVER=http://www.idiap.ch
(10:45:30.015) TESTSERVER=https://testpypi.python.org/legacy/
(10:45:30.018) CONDA_ROOT=/local/builds/beat/beat.editor/miniconda
(10:45:30.021) export CONDARC=/local/builds/beat/beat.editor/miniconda/condarc
(10:45:30.024) export BOB_DATABASE_SERVER=http://www.idiap.ch/public/databases/latest
(10:45:30.028) export BOB_DOCUMENTATION_SERVER=http://www.idiap.ch/software/bob/docs/bob/%(name)s/master/
(10:45:30.031) export CURL_CA_BUNDLE=/local/builds/beat/beat.editor/_ci/cacert.pem
(10:45:30.034) export SSL_CERT_FILE=/local/builds/beat/beat.editor/_ci/cacert.pem
(10:45:30.037) export GIT_SSL_CAINFO=/local/builds/beat/beat.editor/_ci/cacert.pem
(10:45:30.040) export DOC_SERVER_PREFIX=public-upload/docs/beat/beat.editor
(10:45:30.042) DOC_UPLOADS=public-upload/docs/beat/beat.editor/master/
(10:45:30.045) export LANG=en_US.UTF-8
(10:45:30.048) export LC_ALL=en_US.UTF-8
(10:45:30.051) export MATPLOTLIBRC=/local/builds/beat/beat.editor/_ci
(10:45:30.053) $ source /local/builds/beat/beat.editor/miniconda/etc/profile.d/conda.sh
(10:45:30.057) $ conda activate base
(10:45:30.204) export PATH=/local/builds/beat/beat.editor/miniconda/bin:/opt/miniconda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
(10:45:30.207) CONDA_CHANNELS[0]=public/conda/label/beta
(10:45:30.210) CONDA_CHANNELS[1]=public/conda
(10:45:30.213) $ /local/builds/beat/beat.editor/miniconda/bin/python /local/builds/beat/beat.editor/_ci/channel_support.py http://www.idiap.ch/public/conda/label/beta beat.editor 1.0.0b0 3.6
(10:45:30.504) export BOB_BUILD_NUMBER=32
(10:45:30.507) $ cp /local/builds/beat/beat.editor/_ci/recipe_append.yaml conda/recipe_append.yaml
(10:45:30.512) Building and testing package...
(10:45:30.516) $ /local/builds/beat/beat.editor/miniconda/bin/conda build --no-anaconda-upload --variant-config-files /local/builds/beat/beat.editor/_ci/conda_build_config.yaml --python=3.6 conda
No numpy version specified in conda_build_config.yaml.  Falling back to default numpy value of 1.11
WARNING:conda_build.metadata:No numpy version specified in conda_build_config.yaml.  Falling back to default numpy value of 1.11
Adding in variants from internal_defaults
Adding in variants from /local/builds/beat/beat.editor/_ci/conda_build_config.yaml
INFO:conda_build.variants:Adding in variants from internal_defaults
INFO:conda_build.variants:Adding in variants from /local/builds/beat/beat.editor/_ci/conda_build_config.yaml
Adding in variants from config.variant
INFO:conda_build.variants:Adding in variants from config.variant
Attempting to finalize metadata for beat.editor
/local/builds/beat/beat.editor/miniconda/lib/python3.7/site-packages/conda_build/environ.py:419: UserWarning: The environment variable 'DOCSERVER' is being passed through with value http://www.idiap.ch.  If you are splitting build and test phases with --no-test, please ensure that this value is also set similarly at test time.
  UserWarning
INFO:conda_build.metadata:Attempting to finalize metadata for beat.editor
Solving environment: ...working... done
section_end:1544265937:build_script
section_start:1544265937:after_script
section_end:1544265937:after_script
section_start:1544265937:upload_artifacts_on_failure
section_end:1544265937:upload_artifacts_on_failure
ERROR: Job failed (system failure): aborted: terminated