Running with gitlab-runner 12.7.1 (003fe500)
  on runners.ligo.uwm.edu c446c2e0
section_start:1581347791:prepare_executor
Using Docker executor with image docker:latest ...
Pulling docker image docker:latest ...
Using docker image sha256:31c774f62a9b520060d72c3c1901facdfdfd0fc4ae7c5e817cdaf6acd456432c for docker:latest ...
section_end:1581347797:prepare_executor
section_start:1581347797:prepare_script
Running on runner-c446c2e0-project-992-concurrent-1 via runners.ligo.uwm.edu...
section_end:1581347800:prepare_script
section_start:1581347800:get_sources
Fetching changes...
Initialized empty Git repository in /builds/tanner.prestegard/gracedb/.git/
Created fresh repository.
From https://git.ligo.org/tanner.prestegard/gracedb
 * [new ref]         refs/pipelines/102285 -> refs/pipelines/102285
 * [new branch]      docker                -> origin/docker
 * [new branch]      glitchdb-dev          -> origin/glitchdb-dev
 * [new branch]      localdev-alpine       -> origin/localdev-alpine
 * [new branch]      master                -> origin/master
 * [new branch]      python3               -> origin/python3
 * [new branch]      simdb                 -> origin/simdb
 * [new tag]         gracedb-1.0.0         -> gracedb-1.0.0
 * [new tag]         gracedb-1.0.1         -> gracedb-1.0.1
 * [new tag]         gracedb-1.0.10        -> gracedb-1.0.10
 * [new tag]         gracedb-1.0.2         -> gracedb-1.0.2
 * [new tag]         gracedb-1.0.3         -> gracedb-1.0.3
 * [new tag]         gracedb-1.0.4         -> gracedb-1.0.4
 * [new tag]         gracedb-1.0.5         -> gracedb-1.0.5
 * [new tag]         gracedb-1.0.6         -> gracedb-1.0.6
 * [new tag]         gracedb-1.0.7         -> gracedb-1.0.7
 * [new tag]         gracedb-1.0.8         -> gracedb-1.0.8
 * [new tag]         gracedb-1.0.9         -> gracedb-1.0.9
Checking out 5981ecb6 as master...

Skipping Git submodules setup
section_end:1581347803:get_sources
section_start:1581347803:restore_cache
section_end:1581347806:restore_cache
section_start:1581347806:download_artifacts
section_end:1581347809:download_artifacts
section_start:1581347809:build_script
$ docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
WARNING! Using --password via the CLI is insecure. Use --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

Login Succeeded
$ docker build --pull -t $DOCKER_BRANCH .
Sending build context to Docker daemon  4.405MB

Step 1/43 : FROM ligo/base:stretch
stretch: Pulling from ligo/base
Digest: sha256:d258abcfcbb7e176a52a9837d861152d00eb01e33ee808b3968afe1c66876929
Status: Image is up to date for ligo/base:stretch
 ---> efa4882b4aed
Step 2/43 : LABEL name="LIGO GraceDB Django application"       maintainer="tanner.prestegard@ligo.org"       date="20190920"
 ---> Using cache
 ---> b5b7c44049e0
Step 3/43 : ARG SETTINGS_MODULE="config.settings.container.dev"
 ---> Using cache
 ---> 69879be91dce
Step 4/43 : COPY docker/SWITCHaai-swdistrib.gpg /etc/apt/trusted.gpg.d
 ---> Using cache
 ---> 2bfeaf90aaa4
Step 5/43 : COPY docker/backports.pref /etc/apt/preferences.d
 ---> Using cache
 ---> 4402aab1a5a0
Step 6/43 : RUN echo 'deb http://pkg.switch.ch/switchaai/debian stretch main' > /etc/apt/sources.list.d/shibboleth.list
 ---> Using cache
 ---> 6cf356a39f30
Step 7/43 : RUN echo 'deb http://deb.debian.org/debian stretch-backports main' > /etc/apt/sources.list.d/backports.list
 ---> Using cache
 ---> 256940b929da
Step 8/43 : RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
 ---> Using cache
 ---> 79d54b5acdc3
Step 9/43 : RUN apt-get update &&     apt-get install --install-recommends --assume-yes         apache2         gcc         git         libapache2-mod-xsendfile         libmariadbclient-dev         libldap2-dev         libsasl2-dev         libxml2-dev         libsqlite3-dev         ligo-ca-certs         mariadb-client         nodejs         osg-ca-certs         python3.5         python3.5-dev         python3-libxml2         python3-pip         procps         shibboleth         supervisor         libssl-dev         swig         htop         vim &&     apt-get clean &&     npm install -g bower
 ---> Using cache
 ---> 7af919fef15e
Step 10/43 : COPY docker/entrypoint /usr/local/bin/entrypoint
 ---> Using cache
 ---> 7ad82c22f98b
Step 11/43 : COPY docker/cleanup /usr/local/bin/cleanup
 ---> Using cache
 ---> db43b239eb6e
Step 12/43 : COPY docker/supervisord.conf /etc/supervisor/supervisord.conf
 ---> Using cache
 ---> 03dbbad83186
Step 13/43 : COPY docker/supervisord-apache2.conf /etc/supervisor/conf.d/apache2.conf
 ---> Using cache
 ---> 007c99bd5546
Step 14/43 : COPY docker/supervisord-lvalert-overseer.conf /etc/supervisor/conf.d/overseer.conf
 ---> Using cache
 ---> fa099565074d
Step 15/43 : COPY docker/supervisord-shibd.conf /etc/supervisor/conf.d/shibd.conf
 ---> Using cache
 ---> e005ac3c9ee6
Step 16/43 : COPY docker/shibboleth-ds /etc/shibboleth-ds
 ---> Using cache
 ---> 897658d06cc3
Step 17/43 : COPY docker/apache-config /etc/apache2/sites-available/gracedb.conf
 ---> Using cache
 ---> 4766bcedb069
Step 18/43 : COPY docker/login.ligo.org.cert.LIGOCA.pem /etc/shibboleth/login.ligo.org.cert.LIGOCA.pem
 ---> Using cache
 ---> 3f1b5921f878
Step 19/43 : COPY docker/inc-md-cert.pem /etc/shibboleth/inc-md-cert.pem
 ---> Using cache
 ---> 84abd6525486
Step 20/43 : COPY docker/check_shibboleth_status /usr/local/bin/check_shibboleth_status
 ---> Using cache
 ---> e1e02f33269a
Step 21/43 : RUN a2dissite 000-default.conf &&     a2ensite gracedb.conf &&     a2enmod headers proxy proxy_http rewrite xsendfile
 ---> Using cache
 ---> 6f1c54a07c52
Step 22/43 : ADD . /app/gracedb_project
 ---> Using cache
 ---> 582ca743c3d5
Step 23/43 : WORKDIR /app/gracedb_project
 ---> Using cache
 ---> 915723337621
Step 24/43 : RUN bower install --allow-root
 ---> Using cache
 ---> 7b5858348068
Step 25/43 : RUN pip3 install --upgrade pip
 ---> Using cache
 ---> eeb1410e9f1e
Step 26/43 : RUN pip3 install --upgrade setuptools wheel &&     pip3 install -r requirements.txt
 ---> Using cache
 ---> 9bf2534dd9ce
Step 27/43 : ENV PYTHONPATH /usr/local/lib/python3.5/dist-packages:$PYTHONPATH
 ---> Using cache
 ---> c3a61849199f
Step 28/43 : ENV ENABLE_SHIBD false
 ---> Using cache
 ---> 45f58ba6004d
Step 29/43 : ENV ENABLE_OVERSEER true
 ---> Using cache
 ---> b0ac7961d049
Step 30/43 : ENV VIRTUAL_ENV dummy
 ---> Using cache
 ---> 47b1c5498275
Step 31/43 : EXPOSE 8000
 ---> Using cache
 ---> 12cae5c4dead
Step 32/43 : WORKDIR /app/gracedb_project/docs/user_docs
 ---> Using cache
 ---> 993b3ca22c5a
Step 33/43 : RUN sphinx-build -b html source build
 ---> Using cache
 ---> d950175081e0
Step 34/43 : WORKDIR /app/gracedb_project/docs/admin_docs
 ---> Using cache
 ---> 300449df1a02
Step 35/43 : RUN sphinx-build -b html source build
 ---> Using cache
 ---> 62248b90af51
Step 36/43 : RUN mkdir /app/logs /app/project_data
 ---> Using cache
 ---> 5ba911b93c30
Step 37/43 : WORKDIR /app/gracedb_project
 ---> Using cache
 ---> 6598a48f58ae
Step 38/43 : RUN DJANGO_SETTINGS_MODULE=${SETTINGS_MODULE}     DJANGO_DB_NAME=fake_name     DJANGO_DB_USER=fake_user     DJANGO_DB_PASSWORD=fake_password     DJANGO_SECRET_KEY=fake_key     DJANGO_PRIMARY_FQDN=fake_fqdn     DJANGO_ALERT_EMAIL_FROM=fake_email     LVALERT_USER=fake_user     LVALERT_PASSWORD=fake_password     LVALERT_SERVER=fake_server     LVALERT_OVERSEER_PORT=2     DJANGO_TWILIO_ACCOUNT_SID=fake_sid     DJANGO_TWILIO_AUTH_TOKEN=fake_token     AWS_SES_ACCESS_KEY_ID=fake_aws_id     AWS_SES_SECRET_ACCESS_KEY=fake_aws_key     python3 manage.py collectstatic --noinput
 ---> Using cache
 ---> 15363fe50465
Step 39/43 : RUN rm -rf /app/logs/* /app/project_data/*
 ---> Using cache
 ---> 7c924e74f06d
Step 40/43 : RUN useradd -M -u 50001 -g www-data -s /bin/false gracedb
 ---> Using cache
 ---> fb051e4aa6a0
Step 41/43 : RUN chmod 0755 /usr/local/bin/entrypoint &&     chmod 0755 /usr/local/bin/cleanup &&     chown gracedb:www-data /app/logs /app/project_data &&     chmod 0750 /app/logs /app/project_data &&     find /app/gracedb_project -type d -exec chmod 0755 {} + &&     find /app/gracedb_project -type f -exec chmod 0644 {} +
 ---> Using cache
 ---> 2a073c93d200
Step 42/43 : ENTRYPOINT [ "/usr/local/bin/entrypoint" ]
 ---> Using cache
 ---> 2999ed7c7111
Step 43/43 : CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/supervisord.conf"]
 ---> Using cache
 ---> f0eba3f3425c
Successfully built f0eba3f3425c
Successfully tagged containers.ligo.org/tanner.prestegard/gracedb:master
$ docker push $DOCKER_BRANCH
The push refers to repository [containers.ligo.org/tanner.prestegard/gracedb]
96f56be1e8c7: Preparing
f3b0ef7d6c45: Preparing
d64980945df4: Preparing
a9fe4f4e7d01: Preparing
1dbe9e8d75d4: Preparing
1c15539de2af: Preparing
8f06cf7f0a12: Preparing
1be2e8a519c8: Preparing
bdc7f2a96a41: Preparing
c48a480f005b: Preparing
17082dff687f: Preparing
badec08b50c9: Preparing
f15e6ef87904: Preparing
48cdbfb20c10: Preparing
463a7a3523bd: Preparing
05beb320d39d: Preparing
bf0623466047: Preparing
49e9d45f9132: Preparing
594de7fb4b08: Preparing
ed1fb95533f1: Preparing
86f27271b8c4: Preparing
1c15539de2af: Waiting
661cb41b8c9e: Preparing
377b46869f26: Preparing
8a662596a7f9: Preparing
6e1acc5f1f1e: Preparing
81446a114f95: Preparing
38ce37d64b7f: Preparing
c48a480f005b: Waiting
8f06cf7f0a12: Waiting
2055f5b1f25f: Preparing
badec08b50c9: Waiting
0caa26d85ad2: Preparing
bdc7f2a96a41: Waiting
17082dff687f: Waiting
e34384e482b3: Preparing
1be2e8a519c8: Waiting
463a7a3523bd: Waiting
3780c05e206a: Preparing
05beb320d39d: Waiting
6caea881597d: Preparing
f15e6ef87904: Waiting
8a1ab432c2a1: Preparing
48cdbfb20c10: Waiting
594de7fb4b08: Waiting
bf0623466047: Waiting
29d1b71a9cec: Preparing
fb12a1f3c630: Preparing
ed1fb95533f1: Waiting
08cfe98e1c26: Preparing
49e9d45f9132: Waiting
86f27271b8c4: Waiting
6f395da7b347: Preparing
81446a114f95: Waiting
661cb41b8c9e: Waiting
319e649008a4: Preparing
0caa26d85ad2: Waiting
3780c05e206a: Waiting
ebb9ae013834: Preparing
6caea881597d: Waiting
e34384e482b3: Waiting
377b46869f26: Waiting
8a662596a7f9: Waiting
08cfe98e1c26: Waiting
2055f5b1f25f: Waiting
319e649008a4: Waiting
ebb9ae013834: Waiting
f3b0ef7d6c45: Mounted from lscsoft/gracedb
96f56be1e8c7: Mounted from lscsoft/gracedb
a9fe4f4e7d01: Mounted from lscsoft/gracedb
d64980945df4: Mounted from lscsoft/gracedb
1dbe9e8d75d4: Mounted from lscsoft/gracedb
1c15539de2af: Mounted from lscsoft/gracedb
8f06cf7f0a12: Mounted from lscsoft/gracedb
c48a480f005b: Mounted from lscsoft/gracedb
bdc7f2a96a41: Mounted from lscsoft/gracedb
1be2e8a519c8: Mounted from lscsoft/gracedb
17082dff687f: Mounted from lscsoft/gracedb
badec08b50c9: Mounted from lscsoft/gracedb
f15e6ef87904: Mounted from lscsoft/gracedb
48cdbfb20c10: Mounted from lscsoft/gracedb
463a7a3523bd: Mounted from lscsoft/gracedb
05beb320d39d: Mounted from lscsoft/gracedb
bf0623466047: Mounted from lscsoft/gracedb
49e9d45f9132: Mounted from lscsoft/gracedb
594de7fb4b08: Mounted from lscsoft/gracedb
86f27271b8c4: Mounted from lscsoft/gracedb
ed1fb95533f1: Mounted from lscsoft/gracedb
661cb41b8c9e: Mounted from lscsoft/gracedb
377b46869f26: Mounted from lscsoft/gracedb
8a662596a7f9: Mounted from lscsoft/gracedb
6e1acc5f1f1e: Mounted from lscsoft/gracedb
81446a114f95: Mounted from lscsoft/gracedb
0caa26d85ad2: Mounted from lscsoft/gracedb
2055f5b1f25f: Mounted from lscsoft/gracedb
38ce37d64b7f: Mounted from lscsoft/gracedb
3780c05e206a: Mounted from lscsoft/gracedb
e34384e482b3: Mounted from lscsoft/gracedb
8a1ab432c2a1: Mounted from lscsoft/gracedb
6caea881597d: Mounted from lscsoft/gracedb
29d1b71a9cec: Mounted from lscsoft/gracedb
fb12a1f3c630: Mounted from lscsoft/gracedb
08cfe98e1c26: Mounted from lscsoft/gracedb
6f395da7b347: Mounted from lscsoft/gracedb
319e649008a4: Mounted from lscsoft/gracedb
ebb9ae013834: Mounted from lscsoft/gracedb
master: digest: sha256:34ea5edceed7ee9adfc4d67d2885baa4b18c728cd1f95067dead2717a396584d size: 8475
section_end:1581347818:build_script
section_start:1581347818:after_script
section_end:1581347820:after_script
section_start:1581347820:archive_cache
section_end:1581347822:archive_cache
section_start:1581347822:upload_artifacts_on_success
section_end:1581347825:upload_artifacts_on_success
Job succeeded