Next Generation of pyClowder

Build: #21 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

Build log

The build generated 2,698 lines of output.   The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.

26-Feb-2019 10:58:07 ---> Running in 6f741481d990
26-Feb-2019 10:58:07 Removing intermediate container 6f741481d990
26-Feb-2019 10:58:07 ---> f1688e00c7e6
26-Feb-2019 10:58:07 Step 6/10 : ONBUILD RUN if [ -e packages.apt ]; then                 apt-get -q -q update                 && xargs apt-get -y install --no-install-recommends < packages.apt                 && rm -rf /var/lib/apt/lists/*;             fi
26-Feb-2019 10:58:07 ---> Running in a3a236e1df79
26-Feb-2019 10:58:07 Removing intermediate container a3a236e1df79
26-Feb-2019 10:58:07 ---> a59b1f1b040a
26-Feb-2019 10:58:07 Step 7/10 : ONBUILD COPY docker.R* Dockerfile /home/clowder/
26-Feb-2019 10:58:08 ---> Running in df12090cc4cd
26-Feb-2019 10:58:08 Removing intermediate container df12090cc4cd
26-Feb-2019 10:58:08 ---> ee0dcabefab6
26-Feb-2019 10:58:08 Step 8/10 : ONBUILD RUN if [ -e docker.R ]; then                 Rscript docker.R;             fi
26-Feb-2019 10:58:08 ---> Running in b0539f660664
26-Feb-2019 10:58:08 Removing intermediate container b0539f660664
26-Feb-2019 10:58:08 ---> f438e036b2a2
26-Feb-2019 10:58:08 Step 9/10 : ONBUILD ADD . /home/clowder/
26-Feb-2019 10:58:09 ---> Running in 71bdd1d1e729
26-Feb-2019 10:58:09 Removing intermediate container 71bdd1d1e729
26-Feb-2019 10:58:09 ---> bdb37fcd5a12
26-Feb-2019 10:58:09 Step 10/10 : CMD python r_extractor.py
26-Feb-2019 10:58:09 ---> Running in 2cf8047bfc61
26-Feb-2019 10:58:09 Removing intermediate container 2cf8047bfc61
26-Feb-2019 10:58:09 ---> c11fc33667d6
26-Feb-2019 10:58:09 Successfully built c11fc33667d6
26-Feb-2019 10:58:09 Successfully tagged clowder/extractors-simple-r-extractor:onbuild
26-Feb-2019 10:58:10 Sending build context to Docker daemon  267.8kB
26-Feb-2019 10:58:10
26-Feb-2019 10:58:10 Step 1/9 : FROM ubuntu:16.04
26-Feb-2019 10:58:10 ---> 7e87e2b3bf7a
26-Feb-2019 10:58:10 Step 2/9 : ENV RABBITMQ_URI="amqp://guest:guest@rabbitmq:5672/%2F"     RABBITMQ_EXCHANGE="clowder"     RABBITMQ_QUEUE=""     REGISTRATION_ENDPOINTS=""     EMAIL_SERVER=""     EMAIL_SENDER="extractor"     MAIN_SCRIPT=""
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 30f0fa26d340
26-Feb-2019 10:58:10 Step 3/9 : RUN apt-get -q -q update && apt-get install -y --no-install-recommends         python         python-pip     && pip install --upgrade setuptools     && rm -rf /var/lib/apt/lists/*
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 0cb16d4f85af
26-Feb-2019 10:58:10 Step 4/9 : COPY pyclowder /tmp/pyclowder/pyclowder
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 830fd0a817ec
26-Feb-2019 10:58:10 Step 5/9 : COPY setup.py description.rst /tmp/pyclowder/
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 4132efce4458
26-Feb-2019 10:58:10 Step 6/9 : RUN pip install --upgrade /tmp/pyclowder     && rm -rf /tmp/pyclowder
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 5b80bd24743a
26-Feb-2019 10:58:10 Step 7/9 : WORKDIR /home/clowder
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 887f7eea03be
26-Feb-2019 10:58:10 Step 8/9 : COPY notifications.json /home/clowder
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> b7aea83f36a5
26-Feb-2019 10:58:10 Step 9/9 : CMD python "./${MAIN_SCRIPT}"
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 4a022a6ba1f6
26-Feb-2019 10:58:10 [Warning] One or more build-args [PYTHON_VERSION] were not consumed
26-Feb-2019 10:58:10 Successfully built 4a022a6ba1f6
26-Feb-2019 10:58:10 Successfully tagged clowder/pyclowder-python3:latest
26-Feb-2019 10:58:10 Sending build context to Docker daemon  266.2kB
26-Feb-2019 10:58:10
26-Feb-2019 10:58:10 Step 1/6 : FROM clowder/pyclowder
26-Feb-2019 10:58:10 ---> 4a022a6ba1f6
26-Feb-2019 10:58:10 Step 2/6 : ONBUILD COPY packages.* Dockerfile /home/clowder/
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 176f52709a9c
26-Feb-2019 10:58:10 Step 3/6 : ONBUILD RUN if [ -e packages.apt ]; then                 apt-get -q -q update                 && xargs apt-get -y install --no-install-recommends < packages.apt                 && rm -rf /var/lib/apt/lists/*;             fi
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> b0fa1abda2bc
26-Feb-2019 10:58:10 Step 4/6 : ONBUILD COPY requirements.txt* Dockerfile /home/clowder/
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> b2d8b99c4827
26-Feb-2019 10:58:10 Step 5/6 : ONBUILD RUN if [ -e requirements.txt ]; then                 pip install --no-cache-dir -r requirements.txt;             fi
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 22265b1f4a89
26-Feb-2019 10:58:10 Step 6/6 : ONBUILD ADD . /home/clowder/
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 44b8722e2785
26-Feb-2019 10:58:10 [Warning] One or more build-args [PYTHON_VERSION] were not consumed
26-Feb-2019 10:58:10 Successfully built 44b8722e2785
26-Feb-2019 10:58:10 Successfully tagged clowder/pyclowder-python3:onbuild
26-Feb-2019 10:58:10 Sending build context to Docker daemon  6.656kB
26-Feb-2019 10:58:10
26-Feb-2019 10:58:10 Step 1/9 : FROM clowder/pyclowder:onbuild
26-Feb-2019 10:58:10 # Executing 5 build triggers
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 27c7f794c655
26-Feb-2019 10:58:10 Step 2/9 : ENV EXTRACTION_FUNC=""
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> e20e3221028c
26-Feb-2019 10:58:10 Step 3/9 : ENV EXTRACTION_MODULE=""
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 3d8e2bae6937
26-Feb-2019 10:58:10 Step 4/9 : ONBUILD COPY packages.* Dockerfile /home/clowder/
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> a89a37886536
26-Feb-2019 10:58:10 Step 5/9 : ONBUILD RUN if [ -e packages.apt ]; then                 apt-get -q -q update                 && xargs apt-get -y install --no-install-recommends < packages.apt                 && rm -rf /var/lib/apt/lists/*;             fi
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 4a85c52b89aa
26-Feb-2019 10:58:10 Step 6/9 : ONBUILD COPY requirements.txt* Dockerfile /home/clowder/
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 6e77c8448344
26-Feb-2019 10:58:10 Step 7/9 : ONBUILD RUN if [ -e requirements.txt ]; then                 pip install --no-cache-dir -r requirements.txt;             fi
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> f5bc265b788f
26-Feb-2019 10:58:10 Step 8/9 : ONBUILD ADD . /home/clowder/
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> fb5450a47f29
26-Feb-2019 10:58:10 Step 9/9 : CMD python -c "from simple_extractor import SimplePythonExtractor; from ${EXTRACTION_MODULE} import *; SimplePythonExtractor(${EXTRACTION_FUNC}).start()"
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 1f2994287c8e
26-Feb-2019 10:58:10 [Warning] One or more build-args [PYTHON_VERSION] were not consumed
26-Feb-2019 10:58:10 Successfully built 1f2994287c8e
26-Feb-2019 10:58:10 Successfully tagged clowder/extractors-simple-extractor-python3:onbuild
26-Feb-2019 10:58:10 Sending build context to Docker daemon  13.31kB
26-Feb-2019 10:58:10
26-Feb-2019 10:58:10 Step 1/10 : FROM clowder/pyclowder:latest
26-Feb-2019 10:58:10 ---> 4a022a6ba1f6
26-Feb-2019 10:58:10 Step 2/10 : ENV R_SCRIPT=""     R_FUNCTION=""
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> d3c7d7713554
26-Feb-2019 10:58:10 Step 3/10 : RUN echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" > /etc/apt/sources.list.d/R.list     && apt-key adv --keyserver keyserver.ubuntu.com --recv E084DAB9     && apt-get -q -q update     && apt-get -y install --no-install-recommends r-base-core r-base-dev     && rm -rf /var/lib/apt/lists/*     && Rscript --vanilla -e "install.packages('jsonlite', repos='http://cran.rstudio.com/'); print(system.file(package = 'jsonlite')); q(status=as.integer(system.file(package = 'jsonlite') == ''))"
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> f112aceab733
26-Feb-2019 10:58:10 Step 4/10 : COPY r_extractor.py launcher.R /home/clowder/
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> 68be831ba35b
26-Feb-2019 10:58:10 Step 5/10 : ONBUILD COPY packages.* Dockerfile /home/clowder/
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> f1688e00c7e6
26-Feb-2019 10:58:10 Step 6/10 : ONBUILD RUN if [ -e packages.apt ]; then                 apt-get -q -q update                 && xargs apt-get -y install --no-install-recommends < packages.apt                 && rm -rf /var/lib/apt/lists/*;             fi
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> a59b1f1b040a
26-Feb-2019 10:58:10 Step 7/10 : ONBUILD COPY docker.R* Dockerfile /home/clowder/
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> ee0dcabefab6
26-Feb-2019 10:58:10 Step 8/10 : ONBUILD RUN if [ -e docker.R ]; then                 Rscript docker.R;             fi
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> f438e036b2a2
26-Feb-2019 10:58:10 Step 9/10 : ONBUILD ADD . /home/clowder/
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> bdb37fcd5a12
26-Feb-2019 10:58:10 Step 10/10 : CMD python r_extractor.py
26-Feb-2019 10:58:10 ---> Using cache
26-Feb-2019 10:58:10 ---> c11fc33667d6
26-Feb-2019 10:58:10 [Warning] One or more build-args [PYTHON_VERSION] were not consumed
26-Feb-2019 10:58:10 Successfully built c11fc33667d6
26-Feb-2019 10:58:10 Successfully tagged clowder/extractors-simple-r-extractor-python3:onbuild
26-Feb-2019 10:58:10 Sending build context to Docker daemon  9.216kB
26-Feb-2019 10:58:10
26-Feb-2019 10:58:10 Step 1/2 : FROM clowder/pyclowder:onbuild
26-Feb-2019 10:58:10 # Executing 5 build triggers
26-Feb-2019 10:58:11 ---> Running in 1b36bf34ba23
26-Feb-2019 10:58:13 Removing intermediate container 1b36bf34ba23
26-Feb-2019 10:58:13 ---> Running in 53c8f960951e
26-Feb-2019 10:58:15 Removing intermediate container 53c8f960951e
26-Feb-2019 10:58:15 ---> 8d2d3f90da3e
26-Feb-2019 10:58:15 Step 2/2 : ENV MAIN_SCRIPT="wordcount.py"
26-Feb-2019 10:58:15 ---> Running in 8d75a764c950
26-Feb-2019 10:58:15 Removing intermediate container 8d75a764c950
26-Feb-2019 10:58:15 ---> 0fd85c37ae5d
26-Feb-2019 10:58:15 Successfully built 0fd85c37ae5d
26-Feb-2019 10:58:15 Successfully tagged clowder/extractors-wordcount:latest
26-Feb-2019 10:58:16 Sending build context to Docker daemon   5.12kB
26-Feb-2019 10:58:16
26-Feb-2019 10:58:16 Step 1/3 : FROM clowder/extractors-simple-extractor:onbuild
26-Feb-2019 10:58:16 # Executing 5 build triggers
26-Feb-2019 10:58:17 ---> Running in eabfd2d0353a
26-Feb-2019 10:58:18 Removing intermediate container eabfd2d0353a
26-Feb-2019 10:58:19 ---> Running in 4f0059055d3b
26-Feb-2019 10:58:20 Removing intermediate container 4f0059055d3b
26-Feb-2019 10:58:21 ---> d6b171134da1
26-Feb-2019 10:58:21 Step 2/3 : ENV EXTRACTION_FUNC="wordcount"
26-Feb-2019 10:58:21 ---> Running in cbeaee431af4
26-Feb-2019 10:58:22 Removing intermediate container cbeaee431af4
26-Feb-2019 10:58:22 ---> 2281ab54e8d7
26-Feb-2019 10:58:22 Step 3/3 : ENV EXTRACTION_MODULE="wordcount"
26-Feb-2019 10:58:22 ---> Running in 75bb978bc0ac
26-Feb-2019 10:58:22 Removing intermediate container 75bb978bc0ac
26-Feb-2019 10:58:22 ---> 543abf85aa73
26-Feb-2019 10:58:22 Successfully built 543abf85aa73
26-Feb-2019 10:58:23 Successfully tagged clowder/extractors-wordcount-simple-extractor:latest
26-Feb-2019 10:58:23 Sending build context to Docker daemon   5.12kB
26-Feb-2019 10:58:23
26-Feb-2019 10:58:23 Step 1/2 : FROM clowder/extractors-simple-r-extractor:onbuild
26-Feb-2019 10:58:23 # Executing 5 build triggers
26-Feb-2019 10:58:23 ---> Running in dfdab441e5c3
26-Feb-2019 10:58:25 Removing intermediate container dfdab441e5c3
26-Feb-2019 10:58:25 ---> Running in 9983fda59173
26-Feb-2019 10:58:27 Removing intermediate container 9983fda59173
26-Feb-2019 10:58:28 ---> 8d238571b29b
26-Feb-2019 10:58:28 Step 2/2 : ENV R_SCRIPT="wordcount.R"     R_FUNCTION="process_file"
26-Feb-2019 10:58:28 ---> Running in 9445ae0a3aa4
26-Feb-2019 10:58:28 Removing intermediate container 9445ae0a3aa4
26-Feb-2019 10:58:28 ---> 91f72837a87f
26-Feb-2019 10:58:28 Successfully built 91f72837a87f
26-Feb-2019 10:58:28 Successfully tagged clowder/extractors-wordcount-simple-r-extractor:latest
26-Feb-2019 10:58:28 Sending build context to Docker daemon  8.192kB
26-Feb-2019 10:58:28
26-Feb-2019 10:58:28 Step 1/7 : FROM python:3.5
26-Feb-2019 10:58:29 3.5: Pulling from library/python
26-Feb-2019 10:58:29 741437d97401: Pulling fs layer
26-Feb-2019 10:58:29 34d8874714d7: Pulling fs layer
26-Feb-2019 10:58:29 0a108aa26679: Pulling fs layer
26-Feb-2019 10:58:29 7f0334c36886: Pulling fs layer
26-Feb-2019 10:58:29 65c95cb8b3be: Pulling fs layer
26-Feb-2019 10:58:29 36185429e34c: Pulling fs layer
26-Feb-2019 10:58:29 9914605f1203: Pulling fs layer
26-Feb-2019 10:58:29 a590c5cc1f30: Pulling fs layer
26-Feb-2019 10:58:29 db6449a17287: Pulling fs layer
26-Feb-2019 10:58:29 36185429e34c: Waiting
26-Feb-2019 10:58:29 9914605f1203: Waiting
26-Feb-2019 10:58:29 a590c5cc1f30: Waiting
26-Feb-2019 10:58:29 db6449a17287: Waiting
26-Feb-2019 10:58:29 7f0334c36886: Waiting
26-Feb-2019 10:58:29 65c95cb8b3be: Waiting
26-Feb-2019 10:58:29 0a108aa26679: Verifying Checksum
26-Feb-2019 10:58:29 0a108aa26679: Download complete
26-Feb-2019 10:58:29 34d8874714d7: Verifying Checksum
26-Feb-2019 10:58:29 34d8874714d7: Download complete
26-Feb-2019 10:58:30 741437d97401: Verifying Checksum
26-Feb-2019 10:58:30 741437d97401: Download complete
26-Feb-2019 10:58:30 36185429e34c: Verifying Checksum
26-Feb-2019 10:58:30 36185429e34c: Download complete
26-Feb-2019 10:58:31 7f0334c36886: Verifying Checksum
26-Feb-2019 10:58:31 7f0334c36886: Download complete
26-Feb-2019 10:58:31 a590c5cc1f30: Verifying Checksum
26-Feb-2019 10:58:31 a590c5cc1f30: Download complete
26-Feb-2019 10:58:31 db6449a17287: Verifying Checksum
26-Feb-2019 10:58:31 db6449a17287: Download complete
26-Feb-2019 10:58:31 9914605f1203: Verifying Checksum
26-Feb-2019 10:58:31 9914605f1203: Download complete
26-Feb-2019 10:58:33 741437d97401: Pull complete
26-Feb-2019 10:58:34 34d8874714d7: Pull complete
26-Feb-2019 10:58:35 65c95cb8b3be: Verifying Checksum
26-Feb-2019 10:58:35 65c95cb8b3be: Download complete
26-Feb-2019 10:58:41 0a108aa26679: Pull complete
26-Feb-2019 10:58:44 7f0334c36886: Pull complete
26-Feb-2019 10:58:56 65c95cb8b3be: Pull complete
26-Feb-2019 10:58:57 36185429e34c: Pull complete
26-Feb-2019 10:58:58 9914605f1203: Pull complete
26-Feb-2019 10:58:59 a590c5cc1f30: Pull complete
26-Feb-2019 10:58:59 db6449a17287: Pull complete
26-Feb-2019 10:58:59 Digest: sha256:8948474618d373b9b32f991eb325329c54ecb853428a78e80a17842ca81e4b2e
26-Feb-2019 10:58:59 Status: Downloaded newer image for python:3.5
26-Feb-2019 10:58:59 ---> 32184312b88b
26-Feb-2019 10:58:59 Step 2/7 : ENV RABBITMQ_URI="amqp://guest:guest@rabbitmq/%2F"
26-Feb-2019 10:58:59 ---> Running in 35a3356edc50
26-Feb-2019 10:59:00 Removing intermediate container 35a3356edc50
26-Feb-2019 10:59:00 ---> b3829af92c14
26-Feb-2019 10:59:00 Step 3/7 : EXPOSE 9999
26-Feb-2019 10:59:00 ---> Running in 0d2f76290fe2
26-Feb-2019 10:59:00 Removing intermediate container 0d2f76290fe2
26-Feb-2019 10:59:00 ---> 2804633ccad8
26-Feb-2019 10:59:00 Step 4/7 : RUN pip install pika==0.11.2 requests==2.18.4
26-Feb-2019 10:59:00 ---> Running in 7ce5d7986ab5
26-Feb-2019 10:59:02 Collecting pika==0.11.2
26-Feb-2019 10:59:02   Downloading https://files.pythonhosted.org/packages/76/b4/0ada6918ac79ce4d8d45d0ba436ee21a1ef685047fb1dde4d2de0178b327/pika-0.11.2-py2.py3-none-any.whl (107kB)
26-Feb-2019 10:59:02 Collecting requests==2.18.4
26-Feb-2019 10:59:02   Downloading https://files.pythonhosted.org/packages/49/df/50aa1999ab9bde74656c2919d9c0c085fd2b3775fd3eca826012bef76d8c/requests-2.18.4-py2.py3-none-any.whl (88kB)
26-Feb-2019 10:59:02 Collecting idna<2.7,>=2.5 (from requests==2.18.4)
26-Feb-2019 10:59:02   Downloading https://files.pythonhosted.org/packages/27/cc/6dd9a3869f15c2edfab863b992838277279ce92663d334df9ecf5106f5c6/idna-2.6-py2.py3-none-any.whl (56kB)
26-Feb-2019 10:59:02 Collecting chardet<3.1.0,>=3.0.2 (from requests==2.18.4)
26-Feb-2019 10:59:03   Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
26-Feb-2019 10:59:03 Collecting urllib3<1.23,>=1.21.1 (from requests==2.18.4)
26-Feb-2019 10:59:03   Downloading https://files.pythonhosted.org/packages/63/cb/6965947c13a94236f6d4b8223e21beb4d576dc72e8130bd7880f600839b8/urllib3-1.22-py2.py3-none-any.whl (132kB)
26-Feb-2019 10:59:03 Collecting certifi>=2017.4.17 (from requests==2.18.4)
26-Feb-2019 10:59:03   Downloading https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl (154kB)
26-Feb-2019 10:59:03 Installing collected packages: pika, idna, chardet, urllib3, certifi, requests
26-Feb-2019 10:59:03 Successfully installed certifi-2018.11.29 chardet-3.0.4 idna-2.6 pika-0.11.2 requests-2.18.4 urllib3-1.22
26-Feb-2019 10:59:05 Removing intermediate container 7ce5d7986ab5
26-Feb-2019 10:59:05 ---> 8c9582a51f38
26-Feb-2019 10:59:05 Step 5/7 : WORKDIR /src
26-Feb-2019 10:59:05 ---> Running in 49d010e55f13
26-Feb-2019 10:59:05 Removing intermediate container 49d010e55f13
26-Feb-2019 10:59:05 ---> e53d9d551634
26-Feb-2019 10:59:05 Step 6/7 : COPY monitor.py /src/
26-Feb-2019 10:59:06 ---> f442a663424e
26-Feb-2019 10:59:06 Step 7/7 : CMD python monitor.py
26-Feb-2019 10:59:06 ---> Running in a96af1791e41
26-Feb-2019 10:59:06 Removing intermediate container a96af1791e41
26-Feb-2019 10:59:06 ---> a0ca1ab9bb0f
26-Feb-2019 10:59:06 Successfully built a0ca1ab9bb0f
26-Feb-2019 10:59:06 Successfully tagged clowder/extractors-monitor:latest
26-Feb-2019 10:59:06 Finished task 'docker build' with result: Success
26-Feb-2019 10:59:06 Starting task 'docker push' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script'
26-Feb-2019 10:59:06
Beginning to execute external process for build 'Clowder - pyclowder2 - develop - Default Job #21 (CATS-PYC265-JOB1-21)'
... running command line:
/bin/sh release.sh
... in: /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC265-JOB1
... using extra environment variables:
bamboo_planRepository_1_branch=develop
bamboo_capability_system_builder_command_npm_6=/home/bamboo/node-v6.9.1/bin/npm
bamboo_capability_system_builder_command_buckminster_4_3=/home/bamboo/buckminster-4.3/buckminster
bamboo_capability_system_builder_node_Node_js_v6_9_1=/home/bamboo/node-v6.9.1/bin/node
bamboo_capability_system_builder_command_buckminster_4_4=/home/bamboo/buckminster-4.4/buckminster
bamboo_capability_system_builder_command_buckminster_4_2=/home/bamboo/buckminster-4.2/buckminster
bamboo_planRepository_1_branchDisplayName=develop
bamboo_repository_revision_number=10debfa0397ca1231d58a0a7f93b887919d02b82
bamboo_resultsUrl=https://opensource.ncsa.illinois.edu/bamboo/browse/CATS-PYC265-JOB1-21
bamboo_capability_system_builder_command_sphinx=/usr/bin/sphinx-build
bamboo_repository_157745161_name=pyclowder2
bamboo_build_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC265-JOB1
bamboo_planRepository_1_name=pyclowder2
bamboo_buildKey=CATS-PYC265-JOB1
bamboo_capability_system_os=linux
bamboo_shortPlanName=develop
bamboo_repository_157745161_branch_name=develop
bamboo_planRepository_name=pyclowder2
bamboo_buildNumber=21
bamboo_capability_system_builder_node_grunt_6=/home/bamboo/node-v6.9.1/bin/grunt
bamboo_shortJobName=Default Job
bamboo_buildResultsUrl=https://opensource.ncsa.illinois.edu/bamboo/browse/CATS-PYC265-JOB1-21
bamboo_planRepository_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/cats/pyclowder2.git
bamboo_agentId=143032321
bamboo_planName=Clowder - pyclowder2 - develop
bamboo_shortPlanKey=PYC265
bamboo_capability_system_builder_command_sbt_0_13=/home/bamboo/sbt-0.13.2/bin/sbt
bamboo_capability_system_builder_node_Node_js_v0_10_28=/home/bamboo/node-v0.10.28/bin/node
bamboo_shortJobKey=JOB1
bamboo_planRepository_revision=10debfa0397ca1231d58a0a7f93b887919d02b82
bamboo_buildTimeStamp=2019-02-26T10:47:32.228-06:00
bamboo_repository_previous_revision_number=66fc7701b866370e2dd10c82ebabd80de793b232
bamboo_capability_system_builder_command_npm=/home/bamboo/node-v0.10.28/bin/npm
bamboo_capability_system_builder_mvn2_Maven_2=/home/bamboo/apache-maven-2.2.1
bamboo_repository_157745161_git_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/cats/pyclowder2.git
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_3=/home/bamboo/bamboo-agent-home/temp/CATS-PYC265-JOB1-21-ScriptBuildTask-8424336139626930003.sh
bamboo_planRepository_previousRevision=66fc7701b866370e2dd10c82ebabd80de793b232
bamboo_repository_157745161_git_username=
bamboo_build_commandline_com_atlassian_bamboo_plugins_scripttask_task_builder_script_2=/bin/sh docker.sh
bamboo_repository_git_branch=develop
bamboo_buildResultKey=CATS-PYC265-JOB1-21
bamboo_repository_branch_name=develop
bamboo_buildPlanName=Clowder - pyclowder2 - develop - Default Job
bamboo_planRepository_1_revision=10debfa0397ca1231d58a0a7f93b887919d02b82
bamboo_capability_system_builder_command_python3=/usr/bin/python3
bamboo_repository_name=pyclowder2
bamboo_buildFailed=false
bamboo_repository_157745161_git_branch=develop
bamboo_capability_system_docker_executable=/usr/bin/docker
bamboo_capability_system_builder_command_grunt=/home/bamboo/node-v0.10.28/bin/grunt
bamboo_planRepository_branch=develop
bamboo_agentWorkingDirectory=/home/bamboo/bamboo-agent-home/xml-data/build-dir
bamboo_repository_157745161_previous_revision_number=66fc7701b866370e2dd10c82ebabd80de793b232
bamboo_capability_system_git_executable=/usr/bin/git
bamboo_repository_git_username=
bamboo_planRepository_1_previousRevision=66fc7701b866370e2dd10c82ebabd80de793b232
bamboo_capability_system_builder_sbt_SBT_0_13_13=/home/bamboo/sbt-0.13.13
bamboo_planRepository_branchDisplayName=develop
bamboo_capability_system_builder_command_phantomjs=/home/bamboo/phantomjs-1.9.8/bin/phantomjs
bamboo_planRepository_1_type=bbserver
bamboo_planRepository_branchName=develop
bamboo_capability_system_builder_command_python2_7=/usr/bin/python2.7
bamboo_capability_system_hostname=buildserver-1
bamboo_capability_system_jdk_JDK=/home/bamboo/jdk1.8.0_66
bamboo_capability_system_software_mongo=/usr/bin/mongo
bamboo_plan_storageTag=plan-157548561
bamboo_hg_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_hg-repositories-cache
bamboo_capability_system_builder_command_casperjs=/home/bamboo/node-v0.10.28/bin/casperjs
bamboo_capability_system_software_rabbitmq=/usr/sbin/rabbitmqctl
bamboo_capability_system_jdk_JDK_1_8_0_66=/home/bamboo/jdk1.8.0_66
bamboo_planRepository_1_username=
bamboo_planRepository_type=bbserver
bamboo_git_cache_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/_git-repositories-cache
bamboo_repository_git_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/cats/pyclowder2.git
bamboo_capability_system_builder_node_Node_js=/home/bamboo/node-v0.10.28/bin/node
bamboo_repository_157745161_revision_number=10debfa0397ca1231d58a0a7f93b887919d02b82
bamboo_capability_system_builder_ant_Ant=/home/bamboo/apache-ant-1.9.4
bamboo_capability_system_builder_mvn3_Maven_3=/home/bamboo/apache-maven-3.3.9
bamboo_tmp_directory=/home/bamboo/bamboo-agent-home/temp
bamboo_working_directory=/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC265-JOB1
bamboo_planKey=CATS-PYC265
bamboo_planRepository_1_repositoryUrl=ssh://git@opensource.ncsa.illinois.edu:7999/cats/pyclowder2.git
bamboo_planRepository_username=
bamboo_capability_system_jdk_JDK_1_8=/home/bamboo/jdk1.8.0_66
bamboo_capability_system_jdk_JDK_1_6=/home/bamboo/jdk1.6.0_41
bamboo_capability_system_builder_command_mkcrx=/home/bamboo/mkcrx/mkcrx.sh
bamboo_capability_system_jdk_JDK_1_7=/home/bamboo/jdk1.7.0_60
bamboo_planRepository_1_branchName=develop
26-Feb-2019 10:59:06 Sending build context to Docker daemon  267.8kB
26-Feb-2019 10:59:06
26-Feb-2019 10:59:06 Step 1/9 : FROM ubuntu:16.04
26-Feb-2019 10:59:06 ---> 7e87e2b3bf7a
26-Feb-2019 10:59:06 Step 2/9 : ENV RABBITMQ_URI="amqp://guest:guest@rabbitmq:5672/%2F"     RABBITMQ_EXCHANGE="clowder"     RABBITMQ_QUEUE=""     REGISTRATION_ENDPOINTS=""     EMAIL_SERVER=""     EMAIL_SENDER="extractor"     MAIN_SCRIPT=""
26-Feb-2019 10:59:06 ---> Using cache
26-Feb-2019 10:59:06 ---> 30f0fa26d340
26-Feb-2019 10:59:06 Step 3/9 : RUN apt-get -q -q update && apt-get install -y --no-install-recommends         python         python-pip     && pip install --upgrade setuptools     && rm -rf /var/lib/apt/lists/*
26-Feb-2019 10:59:06 ---> Using cache
26-Feb-2019 10:59:06 ---> 0cb16d4f85af
26-Feb-2019 10:59:06 Step 4/9 : COPY pyclowder /tmp/pyclowder/pyclowder
26-Feb-2019 10:59:06 ---> Using cache
26-Feb-2019 10:59:06 ---> 830fd0a817ec
26-Feb-2019 10:59:06 Step 5/9 : COPY setup.py description.rst /tmp/pyclowder/
26-Feb-2019 10:59:06 ---> Using cache
26-Feb-2019 10:59:06 ---> 4132efce4458
26-Feb-2019 10:59:06 Step 6/9 : RUN pip install --upgrade /tmp/pyclowder     && rm -rf /tmp/pyclowder
26-Feb-2019 10:59:06 ---> Using cache
26-Feb-2019 10:59:06 ---> 5b80bd24743a
26-Feb-2019 10:59:06 Step 7/9 : WORKDIR /home/clowder
26-Feb-2019 10:59:06 ---> Using cache
26-Feb-2019 10:59:06 ---> 887f7eea03be
26-Feb-2019 10:59:06 Step 8/9 : COPY notifications.json /home/clowder
26-Feb-2019 10:59:06 ---> Using cache
26-Feb-2019 10:59:06 ---> b7aea83f36a5
26-Feb-2019 10:59:06 Step 9/9 : CMD python "./${MAIN_SCRIPT}"
26-Feb-2019 10:59:06 ---> Using cache
26-Feb-2019 10:59:06 ---> 4a022a6ba1f6
26-Feb-2019 10:59:06 Successfully built 4a022a6ba1f6
26-Feb-2019 10:59:06 Successfully tagged clowder/pyclowder:latest
26-Feb-2019 10:59:07 Sending build context to Docker daemon  266.2kB
26-Feb-2019 10:59:07
26-Feb-2019 10:59:07 Step 1/6 : FROM clowder/pyclowder
26-Feb-2019 10:59:07 ---> 4a022a6ba1f6
26-Feb-2019 10:59:07 Step 2/6 : ONBUILD COPY packages.* Dockerfile /home/clowder/
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 176f52709a9c
26-Feb-2019 10:59:07 Step 3/6 : ONBUILD RUN if [ -e packages.apt ]; then                 apt-get -q -q update                 && xargs apt-get -y install --no-install-recommends < packages.apt                 && rm -rf /var/lib/apt/lists/*;             fi
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> b0fa1abda2bc
26-Feb-2019 10:59:07 Step 4/6 : ONBUILD COPY requirements.txt* Dockerfile /home/clowder/
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> b2d8b99c4827
26-Feb-2019 10:59:07 Step 5/6 : ONBUILD RUN if [ -e requirements.txt ]; then                 pip install --no-cache-dir -r requirements.txt;             fi
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 22265b1f4a89
26-Feb-2019 10:59:07 Step 6/6 : ONBUILD ADD . /home/clowder/
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 44b8722e2785
26-Feb-2019 10:59:07 Successfully built 44b8722e2785
26-Feb-2019 10:59:07 Successfully tagged clowder/pyclowder:onbuild
26-Feb-2019 10:59:07 Sending build context to Docker daemon   12.8kB
26-Feb-2019 10:59:07
26-Feb-2019 10:59:07 Step 1/5 : FROM clowder/pyclowder:onbuild
26-Feb-2019 10:59:07 # Executing 5 build triggers
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 15539ef84545
26-Feb-2019 10:59:07 Step 2/5 : ENV MAIN_SCRIPT="binary_extractor.py"     RABBITMQ_QUEUE=""     IMAGE_BINARY=""     IMAGE_TYPE=""     IMAGE_THUMBNAIL_COMMAND=""     IMAGE_PREVIEW_COMMAND=""     PREVIEW_BINARY=""     PREVIEW_TYPE=""     PREVIEW_COMMAND=""
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 01d1b8e27971
26-Feb-2019 10:59:07 Step 3/5 : ONBUILD COPY packages.* Dockerfile /home/clowder/
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> bb9a097acb7d
26-Feb-2019 10:59:07 Step 4/5 : ONBUILD RUN if [ -e packages.apt ]; then                 apt-get -q -q update                 && xargs apt-get -y install --no-install-recommends < packages.apt                 && rm -rf /var/lib/apt/lists/*;             fi
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 841be5835db7
26-Feb-2019 10:59:07 Step 5/5 : ONBUILD COPY extractor_info.json /home/clowder/
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> a018d293cee7
26-Feb-2019 10:59:07 Successfully built a018d293cee7
26-Feb-2019 10:59:07 Successfully tagged clowder/extractors-binary-preview:onbuild
26-Feb-2019 10:59:07 Sending build context to Docker daemon  6.656kB
26-Feb-2019 10:59:07
26-Feb-2019 10:59:07 Step 1/9 : FROM clowder/pyclowder:onbuild
26-Feb-2019 10:59:07 # Executing 5 build triggers
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 27c7f794c655
26-Feb-2019 10:59:07 Step 2/9 : ENV EXTRACTION_FUNC=""
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> e20e3221028c
26-Feb-2019 10:59:07 Step 3/9 : ENV EXTRACTION_MODULE=""
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 3d8e2bae6937
26-Feb-2019 10:59:07 Step 4/9 : ONBUILD COPY packages.* Dockerfile /home/clowder/
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> a89a37886536
26-Feb-2019 10:59:07 Step 5/9 : ONBUILD RUN if [ -e packages.apt ]; then                 apt-get -q -q update                 && xargs apt-get -y install --no-install-recommends < packages.apt                 && rm -rf /var/lib/apt/lists/*;             fi
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 4a85c52b89aa
26-Feb-2019 10:59:07 Step 6/9 : ONBUILD COPY requirements.txt* Dockerfile /home/clowder/
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 6e77c8448344
26-Feb-2019 10:59:07 Step 7/9 : ONBUILD RUN if [ -e requirements.txt ]; then                 pip install --no-cache-dir -r requirements.txt;             fi
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> f5bc265b788f
26-Feb-2019 10:59:07 Step 8/9 : ONBUILD ADD . /home/clowder/
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> fb5450a47f29
26-Feb-2019 10:59:07 Step 9/9 : CMD python -c "from simple_extractor import SimplePythonExtractor; from ${EXTRACTION_MODULE} import *; SimplePythonExtractor(${EXTRACTION_FUNC}).start()"
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 1f2994287c8e
26-Feb-2019 10:59:07 Successfully built 1f2994287c8e
26-Feb-2019 10:59:07 Successfully tagged clowder/extractors-simple-extractor:onbuild
26-Feb-2019 10:59:07 Sending build context to Docker daemon  13.31kB
26-Feb-2019 10:59:07
26-Feb-2019 10:59:07 Step 1/10 : FROM clowder/pyclowder:latest
26-Feb-2019 10:59:07 ---> 4a022a6ba1f6
26-Feb-2019 10:59:07 Step 2/10 : ENV R_SCRIPT=""     R_FUNCTION=""
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> d3c7d7713554
26-Feb-2019 10:59:07 Step 3/10 : RUN echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" > /etc/apt/sources.list.d/R.list     && apt-key adv --keyserver keyserver.ubuntu.com --recv E084DAB9     && apt-get -q -q update     && apt-get -y install --no-install-recommends r-base-core r-base-dev     && rm -rf /var/lib/apt/lists/*     && Rscript --vanilla -e "install.packages('jsonlite', repos='http://cran.rstudio.com/'); print(system.file(package = 'jsonlite')); q(status=as.integer(system.file(package = 'jsonlite') == ''))"
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> f112aceab733
26-Feb-2019 10:59:07 Step 4/10 : COPY r_extractor.py launcher.R /home/clowder/
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 68be831ba35b
26-Feb-2019 10:59:07 Step 5/10 : ONBUILD COPY packages.* Dockerfile /home/clowder/
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> f1688e00c7e6
26-Feb-2019 10:59:07 Step 6/10 : ONBUILD RUN if [ -e packages.apt ]; then                 apt-get -q -q update                 && xargs apt-get -y install --no-install-recommends < packages.apt                 && rm -rf /var/lib/apt/lists/*;             fi
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> a59b1f1b040a
26-Feb-2019 10:59:07 Step 7/10 : ONBUILD COPY docker.R* Dockerfile /home/clowder/
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> ee0dcabefab6
26-Feb-2019 10:59:07 Step 8/10 : ONBUILD RUN if [ -e docker.R ]; then                 Rscript docker.R;             fi
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> f438e036b2a2
26-Feb-2019 10:59:07 Step 9/10 : ONBUILD ADD . /home/clowder/
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> bdb37fcd5a12
26-Feb-2019 10:59:07 Step 10/10 : CMD python r_extractor.py
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> c11fc33667d6
26-Feb-2019 10:59:07 Successfully built c11fc33667d6
26-Feb-2019 10:59:07 Successfully tagged clowder/extractors-simple-r-extractor:onbuild
26-Feb-2019 10:59:07 Sending build context to Docker daemon  267.8kB
26-Feb-2019 10:59:07
26-Feb-2019 10:59:07 Step 1/9 : FROM ubuntu:16.04
26-Feb-2019 10:59:07 ---> 7e87e2b3bf7a
26-Feb-2019 10:59:07 Step 2/9 : ENV RABBITMQ_URI="amqp://guest:guest@rabbitmq:5672/%2F"     RABBITMQ_EXCHANGE="clowder"     RABBITMQ_QUEUE=""     REGISTRATION_ENDPOINTS=""     EMAIL_SERVER=""     EMAIL_SENDER="extractor"     MAIN_SCRIPT=""
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 30f0fa26d340
26-Feb-2019 10:59:07 Step 3/9 : RUN apt-get -q -q update && apt-get install -y --no-install-recommends         python         python-pip     && pip install --upgrade setuptools     && rm -rf /var/lib/apt/lists/*
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 0cb16d4f85af
26-Feb-2019 10:59:07 Step 4/9 : COPY pyclowder /tmp/pyclowder/pyclowder
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 830fd0a817ec
26-Feb-2019 10:59:07 Step 5/9 : COPY setup.py description.rst /tmp/pyclowder/
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 4132efce4458
26-Feb-2019 10:59:07 Step 6/9 : RUN pip install --upgrade /tmp/pyclowder     && rm -rf /tmp/pyclowder
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 5b80bd24743a
26-Feb-2019 10:59:07 Step 7/9 : WORKDIR /home/clowder
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 887f7eea03be
26-Feb-2019 10:59:07 Step 8/9 : COPY notifications.json /home/clowder
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> b7aea83f36a5
26-Feb-2019 10:59:07 Step 9/9 : CMD python "./${MAIN_SCRIPT}"
26-Feb-2019 10:59:07 ---> Using cache
26-Feb-2019 10:59:07 ---> 4a022a6ba1f6
26-Feb-2019 10:59:07 [Warning] One or more build-args [PYTHON_VERSION] were not consumed
26-Feb-2019 10:59:07 Successfully built 4a022a6ba1f6
26-Feb-2019 10:59:08 Successfully tagged clowder/pyclowder-python3:latest
26-Feb-2019 10:59:08 Sending build context to Docker daemon  266.2kB
26-Feb-2019 10:59:08
26-Feb-2019 10:59:08 Step 1/6 : FROM clowder/pyclowder
26-Feb-2019 10:59:08 ---> 4a022a6ba1f6
26-Feb-2019 10:59:08 Step 2/6 : ONBUILD COPY packages.* Dockerfile /home/clowder/
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> 176f52709a9c
26-Feb-2019 10:59:08 Step 3/6 : ONBUILD RUN if [ -e packages.apt ]; then                 apt-get -q -q update                 && xargs apt-get -y install --no-install-recommends < packages.apt                 && rm -rf /var/lib/apt/lists/*;             fi
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> b0fa1abda2bc
26-Feb-2019 10:59:08 Step 4/6 : ONBUILD COPY requirements.txt* Dockerfile /home/clowder/
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> b2d8b99c4827
26-Feb-2019 10:59:08 Step 5/6 : ONBUILD RUN if [ -e requirements.txt ]; then                 pip install --no-cache-dir -r requirements.txt;             fi
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> 22265b1f4a89
26-Feb-2019 10:59:08 Step 6/6 : ONBUILD ADD . /home/clowder/
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> 44b8722e2785
26-Feb-2019 10:59:08 [Warning] One or more build-args [PYTHON_VERSION] were not consumed
26-Feb-2019 10:59:08 Successfully built 44b8722e2785
26-Feb-2019 10:59:08 Successfully tagged clowder/pyclowder-python3:onbuild
26-Feb-2019 10:59:08 Sending build context to Docker daemon  6.656kB
26-Feb-2019 10:59:08
26-Feb-2019 10:59:08 Step 1/9 : FROM clowder/pyclowder:onbuild
26-Feb-2019 10:59:08 # Executing 5 build triggers
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> 27c7f794c655
26-Feb-2019 10:59:08 Step 2/9 : ENV EXTRACTION_FUNC=""
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> e20e3221028c
26-Feb-2019 10:59:08 Step 3/9 : ENV EXTRACTION_MODULE=""
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> 3d8e2bae6937
26-Feb-2019 10:59:08 Step 4/9 : ONBUILD COPY packages.* Dockerfile /home/clowder/
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> a89a37886536
26-Feb-2019 10:59:08 Step 5/9 : ONBUILD RUN if [ -e packages.apt ]; then                 apt-get -q -q update                 && xargs apt-get -y install --no-install-recommends < packages.apt                 && rm -rf /var/lib/apt/lists/*;             fi
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> 4a85c52b89aa
26-Feb-2019 10:59:08 Step 6/9 : ONBUILD COPY requirements.txt* Dockerfile /home/clowder/
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> 6e77c8448344
26-Feb-2019 10:59:08 Step 7/9 : ONBUILD RUN if [ -e requirements.txt ]; then                 pip install --no-cache-dir -r requirements.txt;             fi
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> f5bc265b788f
26-Feb-2019 10:59:08 Step 8/9 : ONBUILD ADD . /home/clowder/
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> fb5450a47f29
26-Feb-2019 10:59:08 Step 9/9 : CMD python -c "from simple_extractor import SimplePythonExtractor; from ${EXTRACTION_MODULE} import *; SimplePythonExtractor(${EXTRACTION_FUNC}).start()"
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> 1f2994287c8e
26-Feb-2019 10:59:08 [Warning] One or more build-args [PYTHON_VERSION] were not consumed
26-Feb-2019 10:59:08 Successfully built 1f2994287c8e
26-Feb-2019 10:59:08 Successfully tagged clowder/extractors-simple-extractor-python3:onbuild
26-Feb-2019 10:59:08 Sending build context to Docker daemon  13.31kB
26-Feb-2019 10:59:08
26-Feb-2019 10:59:08 Step 1/10 : FROM clowder/pyclowder:latest
26-Feb-2019 10:59:08 ---> 4a022a6ba1f6
26-Feb-2019 10:59:08 Step 2/10 : ENV R_SCRIPT=""     R_FUNCTION=""
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> d3c7d7713554
26-Feb-2019 10:59:08 Step 3/10 : RUN echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" > /etc/apt/sources.list.d/R.list     && apt-key adv --keyserver keyserver.ubuntu.com --recv E084DAB9     && apt-get -q -q update     && apt-get -y install --no-install-recommends r-base-core r-base-dev     && rm -rf /var/lib/apt/lists/*     && Rscript --vanilla -e "install.packages('jsonlite', repos='http://cran.rstudio.com/'); print(system.file(package = 'jsonlite')); q(status=as.integer(system.file(package = 'jsonlite') == ''))"
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> f112aceab733
26-Feb-2019 10:59:08 Step 4/10 : COPY r_extractor.py launcher.R /home/clowder/
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> 68be831ba35b
26-Feb-2019 10:59:08 Step 5/10 : ONBUILD COPY packages.* Dockerfile /home/clowder/
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> f1688e00c7e6
26-Feb-2019 10:59:08 Step 6/10 : ONBUILD RUN if [ -e packages.apt ]; then                 apt-get -q -q update                 && xargs apt-get -y install --no-install-recommends < packages.apt                 && rm -rf /var/lib/apt/lists/*;             fi
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> a59b1f1b040a
26-Feb-2019 10:59:08 Step 7/10 : ONBUILD COPY docker.R* Dockerfile /home/clowder/
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> ee0dcabefab6
26-Feb-2019 10:59:08 Step 8/10 : ONBUILD RUN if [ -e docker.R ]; then                 Rscript docker.R;             fi
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> f438e036b2a2
26-Feb-2019 10:59:08 Step 9/10 : ONBUILD ADD . /home/clowder/
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> bdb37fcd5a12
26-Feb-2019 10:59:08 Step 10/10 : CMD python r_extractor.py
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> c11fc33667d6
26-Feb-2019 10:59:08 [Warning] One or more build-args [PYTHON_VERSION] were not consumed
26-Feb-2019 10:59:08 Successfully built c11fc33667d6
26-Feb-2019 10:59:08 Successfully tagged clowder/extractors-simple-r-extractor-python3:onbuild
26-Feb-2019 10:59:08 Sending build context to Docker daemon  9.216kB
26-Feb-2019 10:59:08
26-Feb-2019 10:59:08 Step 1/2 : FROM clowder/pyclowder:onbuild
26-Feb-2019 10:59:08 # Executing 5 build triggers
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> 8d2d3f90da3e
26-Feb-2019 10:59:08 Step 2/2 : ENV MAIN_SCRIPT="wordcount.py"
26-Feb-2019 10:59:08 ---> Using cache
26-Feb-2019 10:59:08 ---> 0fd85c37ae5d
26-Feb-2019 10:59:08 Successfully built 0fd85c37ae5d
26-Feb-2019 10:59:08 Successfully tagged clowder/extractors-wordcount:latest
26-Feb-2019 10:59:09 Sending build context to Docker daemon   5.12kB
26-Feb-2019 10:59:09
26-Feb-2019 10:59:09 Step 1/3 : FROM clowder/extractors-simple-extractor:onbuild
26-Feb-2019 10:59:09 # Executing 5 build triggers
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> d6b171134da1
26-Feb-2019 10:59:09 Step 2/3 : ENV EXTRACTION_FUNC="wordcount"
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> 2281ab54e8d7
26-Feb-2019 10:59:09 Step 3/3 : ENV EXTRACTION_MODULE="wordcount"
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> 543abf85aa73
26-Feb-2019 10:59:09 Successfully built 543abf85aa73
26-Feb-2019 10:59:09 Successfully tagged clowder/extractors-wordcount-simple-extractor:latest
26-Feb-2019 10:59:09 Sending build context to Docker daemon   5.12kB
26-Feb-2019 10:59:09
26-Feb-2019 10:59:09 Step 1/2 : FROM clowder/extractors-simple-r-extractor:onbuild
26-Feb-2019 10:59:09 # Executing 5 build triggers
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> 8d238571b29b
26-Feb-2019 10:59:09 Step 2/2 : ENV R_SCRIPT="wordcount.R"     R_FUNCTION="process_file"
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> 91f72837a87f
26-Feb-2019 10:59:09 Successfully built 91f72837a87f
26-Feb-2019 10:59:09 Successfully tagged clowder/extractors-wordcount-simple-r-extractor:latest
26-Feb-2019 10:59:09 Sending build context to Docker daemon  8.192kB
26-Feb-2019 10:59:09
26-Feb-2019 10:59:09 Step 1/7 : FROM python:3.5
26-Feb-2019 10:59:09 ---> 32184312b88b
26-Feb-2019 10:59:09 Step 2/7 : ENV RABBITMQ_URI="amqp://guest:guest@rabbitmq/%2F"
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> b3829af92c14
26-Feb-2019 10:59:09 Step 3/7 : EXPOSE 9999
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> 2804633ccad8
26-Feb-2019 10:59:09 Step 4/7 : RUN pip install pika==0.11.2 requests==2.18.4
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> 8c9582a51f38
26-Feb-2019 10:59:09 Step 5/7 : WORKDIR /src
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> e53d9d551634
26-Feb-2019 10:59:09 Step 6/7 : COPY monitor.py /src/
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> f442a663424e
26-Feb-2019 10:59:09 Step 7/7 : CMD python monitor.py
26-Feb-2019 10:59:09 ---> Using cache
26-Feb-2019 10:59:09 ---> a0ca1ab9bb0f
26-Feb-2019 10:59:09 Successfully built a0ca1ab9bb0f
26-Feb-2019 10:59:09 Successfully tagged clowder/extractors-monitor:latest
26-Feb-2019 10:59:09 The push refers to repository [docker.io/clowder/pyclowder]
26-Feb-2019 10:59:09 decb9a7dc779: Preparing
26-Feb-2019 10:59:09 40c741983680: Preparing
26-Feb-2019 10:59:09 46609d37cd44: Preparing
26-Feb-2019 10:59:09 9340d309f599: Preparing
26-Feb-2019 10:59:09 3c7cf46838f8: Preparing
26-Feb-2019 10:59:09 0bf237dd105f: Preparing
26-Feb-2019 10:59:09 68dda0c9a8cd: Preparing
26-Feb-2019 10:59:09 f67191ae09b8: Preparing
26-Feb-2019 10:59:09 b2fd8b4c3da7: Preparing
26-Feb-2019 10:59:09 0de2edf7bff4: Preparing
26-Feb-2019 10:59:09 68dda0c9a8cd: Waiting
26-Feb-2019 10:59:09 f67191ae09b8: Waiting
26-Feb-2019 10:59:09 0bf237dd105f: Waiting
26-Feb-2019 10:59:09 0de2edf7bff4: Waiting
26-Feb-2019 10:59:11 40c741983680: Pushed
26-Feb-2019 10:59:11 9340d309f599: Pushed
26-Feb-2019 10:59:11 3c7cf46838f8: Pushed
26-Feb-2019 10:59:11 f67191ae09b8: Layer already exists
26-Feb-2019 10:59:11 68dda0c9a8cd: Layer already exists
26-Feb-2019 10:59:11 b2fd8b4c3da7: Layer already exists
26-Feb-2019 10:59:11 0de2edf7bff4: Layer already exists
26-Feb-2019 10:59:11 46609d37cd44: Pushed
26-Feb-2019 10:59:12 decb9a7dc779: Pushed
26-Feb-2019 10:59:15 0bf237dd105f: Pushed
26-Feb-2019 10:59:17 develop: digest: sha256:6c8224c8f9df9740e6f389dbe62950f21daefdaa25b77ef389979613b833e1ce size: 2404
26-Feb-2019 10:59:17 The push refers to repository [docker.io/clowder/pyclowder-python3]
26-Feb-2019 10:59:17 decb9a7dc779: Preparing
26-Feb-2019 10:59:17 40c741983680: Preparing
26-Feb-2019 10:59:17 46609d37cd44: Preparing
26-Feb-2019 10:59:17 9340d309f599: Preparing
26-Feb-2019 10:59:17 3c7cf46838f8: Preparing
26-Feb-2019 10:59:17 0bf237dd105f: Preparing
26-Feb-2019 10:59:17 68dda0c9a8cd: Preparing
26-Feb-2019 10:59:17 f67191ae09b8: Preparing
26-Feb-2019 10:59:17 b2fd8b4c3da7: Preparing
26-Feb-2019 10:59:17 0de2edf7bff4: Preparing
26-Feb-2019 10:59:17 0bf237dd105f: Waiting
26-Feb-2019 10:59:17 68dda0c9a8cd: Waiting
26-Feb-2019 10:59:17 f67191ae09b8: Waiting
26-Feb-2019 10:59:17 b2fd8b4c3da7: Waiting
26-Feb-2019 10:59:17 0de2edf7bff4: Waiting
26-Feb-2019 10:59:18 46609d37cd44: Mounted from clowder/pyclowder
26-Feb-2019 10:59:18 40c741983680: Mounted from clowder/pyclowder
26-Feb-2019 10:59:18 3c7cf46838f8: Mounted from clowder/pyclowder
26-Feb-2019 10:59:18 9340d309f599: Mounted from clowder/pyclowder
26-Feb-2019 10:59:18 decb9a7dc779: Mounted from clowder/pyclowder
26-Feb-2019 10:59:19 68dda0c9a8cd: Layer already exists
26-Feb-2019 10:59:19 f67191ae09b8: Layer already exists
26-Feb-2019 10:59:19 b2fd8b4c3da7: Layer already exists
26-Feb-2019 10:59:19 0de2edf7bff4: Layer already exists
26-Feb-2019 10:59:20 0bf237dd105f: Mounted from clowder/pyclowder
26-Feb-2019 10:59:21 develop: digest: sha256:6c8224c8f9df9740e6f389dbe62950f21daefdaa25b77ef389979613b833e1ce size: 2404
26-Feb-2019 10:59:23 The push refers to repository [docker.io/clowder/extractors-monitor]
26-Feb-2019 10:59:23 a6403591acf4: Preparing
26-Feb-2019 10:59:23 a4d5c32d9d4f: Preparing
26-Feb-2019 10:59:23 f0a4896107c7: Preparing
26-Feb-2019 10:59:23 dfbc04200d06: Preparing
26-Feb-2019 10:59:23 edc721821408: Preparing
26-Feb-2019 10:59:23 0d8f32fa54df: Preparing
26-Feb-2019 10:59:23 14c77983a1cf: Preparing
26-Feb-2019 10:59:23 a22a5ac18042: Preparing
26-Feb-2019 10:59:23 6257fa9f9597: Preparing
26-Feb-2019 10:59:23 578414b395b9: Preparing
26-Feb-2019 10:59:23 abc3250a6c7f: Preparing
26-Feb-2019 10:59:23 13d5529fd232: Preparing
26-Feb-2019 10:59:23 0d8f32fa54df: Waiting
26-Feb-2019 10:59:23 14c77983a1cf: Waiting
26-Feb-2019 10:59:23 a22a5ac18042: Waiting
26-Feb-2019 10:59:23 6257fa9f9597: Waiting
26-Feb-2019 10:59:23 578414b395b9: Waiting
26-Feb-2019 10:59:23 abc3250a6c7f: Waiting
26-Feb-2019 10:59:23 13d5529fd232: Waiting
26-Feb-2019 10:59:23 edc721821408: Layer already exists
26-Feb-2019 10:59:24 dfbc04200d06: Layer already exists
26-Feb-2019 10:59:24 0d8f32fa54df: Layer already exists
26-Feb-2019 10:59:24 14c77983a1cf: Layer already exists
26-Feb-2019 10:59:24 a22a5ac18042: Layer already exists
26-Feb-2019 10:59:24 6257fa9f9597: Layer already exists
26-Feb-2019 10:59:24 578414b395b9: Layer already exists
26-Feb-2019 10:59:24 abc3250a6c7f: Layer already exists
26-Feb-2019 10:59:24 a4d5c32d9d4f: Pushed
26-Feb-2019 10:59:25 13d5529fd232: Layer already exists
26-Feb-2019 10:59:25 a6403591acf4: Pushed
26-Feb-2019 10:59:27 f0a4896107c7: Pushed
26-Feb-2019 10:59:29 develop: digest: sha256:0bc087e988b3e82296e9459bf2451826bc51ed977927cd08686b917fb94d63d1 size: 2843
26-Feb-2019 10:59:29 The push refers to repository [docker.io/clowder/extractors-wordcount]
26-Feb-2019 10:59:29 70d2f45c2086: Preparing
26-Feb-2019 10:59:29 bbcd6c5bd1aa: Preparing
26-Feb-2019 10:59:29 e512721b64c7: Preparing
26-Feb-2019 10:59:29 decb9a7dc779: Preparing
26-Feb-2019 10:59:29 40c741983680: Preparing
26-Feb-2019 10:59:29 46609d37cd44: Preparing
26-Feb-2019 10:59:29 9340d309f599: Preparing
26-Feb-2019 10:59:29 3c7cf46838f8: Preparing
26-Feb-2019 10:59:29 0bf237dd105f: Preparing
26-Feb-2019 10:59:29 68dda0c9a8cd: Preparing
26-Feb-2019 10:59:29 f67191ae09b8: Preparing
26-Feb-2019 10:59:29 b2fd8b4c3da7: Preparing
26-Feb-2019 10:59:29 0de2edf7bff4: Preparing
26-Feb-2019 10:59:29 3c7cf46838f8: Waiting
26-Feb-2019 10:59:29 0bf237dd105f: Waiting
26-Feb-2019 10:59:29 68dda0c9a8cd: Waiting
26-Feb-2019 10:59:29 f67191ae09b8: Waiting
26-Feb-2019 10:59:29 46609d37cd44: Waiting
26-Feb-2019 10:59:29 b2fd8b4c3da7: Waiting
26-Feb-2019 10:59:29 0de2edf7bff4: Waiting
26-Feb-2019 10:59:29 9340d309f599: Waiting
26-Feb-2019 10:59:30 40c741983680: Mounted from clowder/pyclowder-python3
26-Feb-2019 10:59:30 decb9a7dc779: Mounted from clowder/pyclowder-python3
26-Feb-2019 10:59:31 46609d37cd44: Mounted from clowder/pyclowder-python3
26-Feb-2019 10:59:31 e512721b64c7: Pushed
26-Feb-2019 10:59:31 9340d309f599: Mounted from clowder/pyclowder-python3
26-Feb-2019 10:59:31 bbcd6c5bd1aa: Pushed
26-Feb-2019 10:59:32 f67191ae09b8: Layer already exists
26-Feb-2019 10:59:32 68dda0c9a8cd: Layer already exists
26-Feb-2019 10:59:32 3c7cf46838f8: Mounted from clowder/pyclowder-python3
26-Feb-2019 10:59:32 70d2f45c2086: Pushed
26-Feb-2019 10:59:32 b2fd8b4c3da7: Layer already exists
26-Feb-2019 10:59:32 0de2edf7bff4: Layer already exists
26-Feb-2019 10:59:32 0bf237dd105f: Mounted from clowder/pyclowder-python3
26-Feb-2019 10:59:35 develop: digest: sha256:c54cab96964f9a5cbd0a217bf872074ed5e147f3412bca8012d22ab3f5cfa3c5 size: 3026
26-Feb-2019 10:59:35 The push refers to repository [docker.io/clowder/pyclowder]
26-Feb-2019 10:59:35 decb9a7dc779: Preparing
26-Feb-2019 10:59:35 40c741983680: Preparing
26-Feb-2019 10:59:35 46609d37cd44: Preparing
26-Feb-2019 10:59:35 9340d309f599: Preparing
26-Feb-2019 10:59:35 3c7cf46838f8: Preparing
26-Feb-2019 10:59:35 0bf237dd105f: Preparing
26-Feb-2019 10:59:35 68dda0c9a8cd: Preparing
26-Feb-2019 10:59:35 f67191ae09b8: Preparing
26-Feb-2019 10:59:35 b2fd8b4c3da7: Preparing
26-Feb-2019 10:59:35 0de2edf7bff4: Preparing
26-Feb-2019 10:59:35 68dda0c9a8cd: Waiting
26-Feb-2019 10:59:35 f67191ae09b8: Waiting
26-Feb-2019 10:59:35 b2fd8b4c3da7: Waiting
26-Feb-2019 10:59:35 0de2edf7bff4: Waiting
26-Feb-2019 10:59:35 0bf237dd105f: Waiting
26-Feb-2019 10:59:35 9340d309f599: Layer already exists
26-Feb-2019 10:59:35 46609d37cd44: Layer already exists
26-Feb-2019 10:59:35 3c7cf46838f8: Layer already exists
26-Feb-2019 10:59:35 decb9a7dc779: Layer already exists
26-Feb-2019 10:59:35 40c741983680: Layer already exists
26-Feb-2019 10:59:36 0bf237dd105f: Layer already exists
26-Feb-2019 10:59:36 68dda0c9a8cd: Layer already exists
26-Feb-2019 10:59:36 f67191ae09b8: Layer already exists
26-Feb-2019 10:59:36 b2fd8b4c3da7: Layer already exists
26-Feb-2019 10:59:36 0de2edf7bff4: Layer already exists
26-Feb-2019 10:59:37 develop-onbuild: digest: sha256:ebdb2a847325a5b07716955a9da5ad6f3708db2e01b5f820555f50e3c0640134 size: 2404
26-Feb-2019 10:59:38 The push refers to repository [docker.io/clowder/pyclowder-python3]
26-Feb-2019 10:59:38 decb9a7dc779: Preparing
26-Feb-2019 10:59:38 40c741983680: Preparing
26-Feb-2019 10:59:38 46609d37cd44: Preparing
26-Feb-2019 10:59:38 9340d309f599: Preparing
26-Feb-2019 10:59:38 3c7cf46838f8: Preparing
26-Feb-2019 10:59:38 0bf237dd105f: Preparing
26-Feb-2019 10:59:38 68dda0c9a8cd: Preparing
26-Feb-2019 10:59:38 f67191ae09b8: Preparing
26-Feb-2019 10:59:38 b2fd8b4c3da7: Preparing
26-Feb-2019 10:59:38 0de2edf7bff4: Preparing
26-Feb-2019 10:59:38 68dda0c9a8cd: Waiting
26-Feb-2019 10:59:38 f67191ae09b8: Waiting
26-Feb-2019 10:59:38 b2fd8b4c3da7: Waiting
26-Feb-2019 10:59:38 0de2edf7bff4: Waiting
26-Feb-2019 10:59:38 0bf237dd105f: Waiting
26-Feb-2019 10:59:38 9340d309f599: Layer already exists
26-Feb-2019 10:59:38 decb9a7dc779: Layer already exists
26-Feb-2019 10:59:38 40c741983680: Layer already exists
26-Feb-2019 10:59:38 3c7cf46838f8: Layer already exists
26-Feb-2019 10:59:38 46609d37cd44: Layer already exists
26-Feb-2019 10:59:38 f67191ae09b8: Layer already exists
26-Feb-2019 10:59:38 0bf237dd105f: Layer already exists
26-Feb-2019 10:59:38 68dda0c9a8cd: Layer already exists
26-Feb-2019 10:59:38 b2fd8b4c3da7: Layer already exists
26-Feb-2019 10:59:38 0de2edf7bff4: Layer already exists
26-Feb-2019 10:59:40 develop-onbuild: digest: sha256:ebdb2a847325a5b07716955a9da5ad6f3708db2e01b5f820555f50e3c0640134 size: 2404
26-Feb-2019 10:59:40 The push refers to repository [docker.io/clowder/extractors-binary-preview]
26-Feb-2019 10:59:40 597d1344a21c: Preparing
26-Feb-2019 10:59:40 f71bf353695e: Preparing
26-Feb-2019 10:59:40 493f63676ede: Preparing
26-Feb-2019 10:59:40 decb9a7dc779: Preparing
26-Feb-2019 10:59:40 40c741983680: Preparing
26-Feb-2019 10:59:40 46609d37cd44: Preparing
26-Feb-2019 10:59:40 9340d309f599: Preparing
26-Feb-2019 10:59:40 3c7cf46838f8: Preparing
26-Feb-2019 10:59:40 0bf237dd105f: Preparing
26-Feb-2019 10:59:40 68dda0c9a8cd: Preparing
26-Feb-2019 10:59:40 f67191ae09b8: Preparing
26-Feb-2019 10:59:40 9340d309f599: Waiting
26-Feb-2019 10:59:40 3c7cf46838f8: Waiting
26-Feb-2019 10:59:40 0bf237dd105f: Waiting
26-Feb-2019 10:59:40 46609d37cd44: Waiting
26-Feb-2019 10:59:40 68dda0c9a8cd: Waiting
26-Feb-2019 10:59:40 b2fd8b4c3da7: Preparing
26-Feb-2019 10:59:40 0de2edf7bff4: Preparing
26-Feb-2019 10:59:40 f67191ae09b8: Waiting
26-Feb-2019 10:59:40 b2fd8b4c3da7: Waiting
26-Feb-2019 10:59:40 0de2edf7bff4: Waiting
26-Feb-2019 10:59:41 40c741983680: Mounted from clowder/extractors-wordcount
26-Feb-2019 10:59:41 decb9a7dc779: Mounted from clowder/extractors-wordcount
26-Feb-2019 10:59:42 46609d37cd44: Mounted from clowder/extractors-wordcount
26-Feb-2019 10:59:42 f71bf353695e: Pushed
26-Feb-2019 10:59:42 597d1344a21c: Pushed
26-Feb-2019 10:59:42 9340d309f599: Mounted from clowder/extractors-wordcount
26-Feb-2019 10:59:42 493f63676ede: Pushed
26-Feb-2019 10:59:42 68dda0c9a8cd: Layer already exists
26-Feb-2019 10:59:42 0de2edf7bff4: Layer already exists
26-Feb-2019 10:59:42 3c7cf46838f8: Mounted from clowder/extractors-wordcount
26-Feb-2019 10:59:42 f67191ae09b8: Layer already exists
26-Feb-2019 10:59:42 b2fd8b4c3da7: Layer already exists
26-Feb-2019 10:59:42 0bf237dd105f: Mounted from clowder/extractors-wordcount
26-Feb-2019 10:59:44 develop-onbuild: digest: sha256:46a7c903644e6068f182d50f99e70156efc2d2a17eb837a794cfd49d712111c6 size: 3026
26-Feb-2019 10:59:44 The push refers to repository [docker.io/clowder/extractors-simple-extractor]
26-Feb-2019 10:59:45 9174e72ef537: Preparing
26-Feb-2019 10:59:45 d05a17916d04: Preparing
26-Feb-2019 10:59:45 b59d4be2587b: Preparing
26-Feb-2019 10:59:45 decb9a7dc779: Preparing
26-Feb-2019 10:59:45 40c741983680: Preparing
26-Feb-2019 10:59:45 46609d37cd44: Preparing
26-Feb-2019 10:59:45 9340d309f599: Preparing
26-Feb-2019 10:59:45 3c7cf46838f8: Preparing
26-Feb-2019 10:59:45 0bf237dd105f: Preparing
26-Feb-2019 10:59:45 68dda0c9a8cd: Preparing
26-Feb-2019 10:59:45 f67191ae09b8: Preparing
26-Feb-2019 10:59:45 b2fd8b4c3da7: Preparing
26-Feb-2019 10:59:45 0de2edf7bff4: Preparing
26-Feb-2019 10:59:45 46609d37cd44: Waiting
26-Feb-2019 10:59:45 9340d309f599: Waiting
26-Feb-2019 10:59:45 3c7cf46838f8: Waiting
26-Feb-2019 10:59:45 0bf237dd105f: Waiting
26-Feb-2019 10:59:45 68dda0c9a8cd: Waiting
26-Feb-2019 10:59:45 f67191ae09b8: Waiting
26-Feb-2019 10:59:45 b2fd8b4c3da7: Waiting
26-Feb-2019 10:59:45 0de2edf7bff4: Waiting
26-Feb-2019 10:59:45 decb9a7dc779: Mounted from clowder/extractors-binary-preview
26-Feb-2019 10:59:45 40c741983680: Mounted from clowder/extractors-binary-preview
26-Feb-2019 10:59:46 46609d37cd44: Mounted from clowder/extractors-binary-preview
26-Feb-2019 10:59:46 d05a17916d04: Pushed
26-Feb-2019 10:59:46 9174e72ef537: Pushed
26-Feb-2019 10:59:46 b59d4be2587b: Pushed
26-Feb-2019 10:59:46 9340d309f599: Mounted from clowder/extractors-binary-preview
26-Feb-2019 10:59:47 68dda0c9a8cd: Layer already exists
26-Feb-2019 10:59:47 f67191ae09b8: Layer already exists
26-Feb-2019 10:59:47 b2fd8b4c3da7: Layer already exists
26-Feb-2019 10:59:47 3c7cf46838f8: Mounted from clowder/extractors-binary-preview
26-Feb-2019 10:59:47 0de2edf7bff4: Layer already exists
26-Feb-2019 10:59:47 0bf237dd105f: Mounted from clowder/extractors-binary-preview
26-Feb-2019 10:59:49 develop-onbuild: digest: sha256:d4adbf2272c35b8aa9c4bdbe2a57d59849b6ce5ef9c1b6dba289b9816d864f83 size: 3027
26-Feb-2019 10:59:49 The push refers to repository [docker.io/clowder/extractors-simple-extractor-python3]
26-Feb-2019 10:59:49 9174e72ef537: Preparing
26-Feb-2019 10:59:49 d05a17916d04: Preparing
26-Feb-2019 10:59:49 b59d4be2587b: Preparing
26-Feb-2019 10:59:49 decb9a7dc779: Preparing
26-Feb-2019 10:59:49 40c741983680: Preparing
26-Feb-2019 10:59:49 46609d37cd44: Preparing
26-Feb-2019 10:59:49 9340d309f599: Preparing
26-Feb-2019 10:59:49 3c7cf46838f8: Preparing
26-Feb-2019 10:59:49 0bf237dd105f: Preparing
26-Feb-2019 10:59:49 68dda0c9a8cd: Preparing
26-Feb-2019 10:59:49 f67191ae09b8: Preparing
26-Feb-2019 10:59:49 b2fd8b4c3da7: Preparing
26-Feb-2019 10:59:49 0de2edf7bff4: Preparing
26-Feb-2019 10:59:49 46609d37cd44: Waiting
26-Feb-2019 10:59:49 9340d309f599: Waiting
26-Feb-2019 10:59:49 3c7cf46838f8: Waiting
26-Feb-2019 10:59:49 0bf237dd105f: Waiting
26-Feb-2019 10:59:49 68dda0c9a8cd: Waiting
26-Feb-2019 10:59:49 f67191ae09b8: Waiting
26-Feb-2019 10:59:49 b2fd8b4c3da7: Waiting
26-Feb-2019 10:59:49 0de2edf7bff4: Waiting
26-Feb-2019 10:59:50 decb9a7dc779: Mounted from clowder/extractors-simple-extractor
26-Feb-2019 10:59:50 d05a17916d04: Mounted from clowder/extractors-simple-extractor
26-Feb-2019 10:59:50 b59d4be2587b: Mounted from clowder/extractors-simple-extractor
26-Feb-2019 10:59:50 9174e72ef537: Mounted from clowder/extractors-simple-extractor
26-Feb-2019 10:59:51 40c741983680: Mounted from clowder/extractors-simple-extractor
26-Feb-2019 10:59:51 68dda0c9a8cd: Layer already exists
26-Feb-2019 10:59:51 46609d37cd44: Mounted from clowder/extractors-simple-extractor
26-Feb-2019 10:59:51 9340d309f599: Mounted from clowder/extractors-simple-extractor
26-Feb-2019 10:59:51 3c7cf46838f8: Mounted from clowder/extractors-simple-extractor
26-Feb-2019 10:59:52 f67191ae09b8: Layer already exists
26-Feb-2019 10:59:52 0bf237dd105f: Mounted from clowder/extractors-simple-extractor
26-Feb-2019 10:59:52 b2fd8b4c3da7: Layer already exists
26-Feb-2019 10:59:52 0de2edf7bff4: Layer already exists
26-Feb-2019 10:59:53 develop-onbuild: digest: sha256:d4adbf2272c35b8aa9c4bdbe2a57d59849b6ce5ef9c1b6dba289b9816d864f83 size: 3027
26-Feb-2019 10:59:53 The push refers to repository [docker.io/clowder/extractors-simple-r-extractor]
26-Feb-2019 10:59:54 a1d30e032fe7: Preparing
26-Feb-2019 10:59:54 50c3703cde42: Preparing
26-Feb-2019 10:59:54 decb9a7dc779: Preparing
26-Feb-2019 10:59:54 40c741983680: Preparing
26-Feb-2019 10:59:54 46609d37cd44: Preparing
26-Feb-2019 10:59:54 9340d309f599: Preparing
26-Feb-2019 10:59:54 3c7cf46838f8: Preparing
26-Feb-2019 10:59:54 0bf237dd105f: Preparing
26-Feb-2019 10:59:54 68dda0c9a8cd: Preparing
26-Feb-2019 10:59:54 f67191ae09b8: Preparing
26-Feb-2019 10:59:54 b2fd8b4c3da7: Preparing
26-Feb-2019 10:59:54 0de2edf7bff4: Preparing
26-Feb-2019 10:59:54 0bf237dd105f: Waiting
26-Feb-2019 10:59:54 68dda0c9a8cd: Waiting
26-Feb-2019 10:59:54 f67191ae09b8: Waiting
26-Feb-2019 10:59:54 b2fd8b4c3da7: Waiting
26-Feb-2019 10:59:54 9340d309f599: Waiting
26-Feb-2019 10:59:54 0de2edf7bff4: Waiting
26-Feb-2019 10:59:54 3c7cf46838f8: Waiting
26-Feb-2019 10:59:54 40c741983680: Mounted from clowder/extractors-simple-extractor-python3
26-Feb-2019 10:59:55 decb9a7dc779: Mounted from clowder/extractors-simple-extractor-python3
26-Feb-2019 10:59:55 46609d37cd44: Mounted from clowder/extractors-simple-extractor-python3
26-Feb-2019 10:59:55 3c7cf46838f8: Mounted from clowder/extractors-simple-extractor-python3
26-Feb-2019 10:59:55 9340d309f599: Mounted from clowder/extractors-simple-extractor-python3
26-Feb-2019 10:59:55 a1d30e032fe7: Pushed
26-Feb-2019 10:59:55 0bf237dd105f: Mounted from clowder/extractors-simple-extractor-python3
26-Feb-2019 10:59:56 68dda0c9a8cd: Layer already exists
26-Feb-2019 10:59:56 f67191ae09b8: Layer already exists
26-Feb-2019 10:59:56 b2fd8b4c3da7: Layer already exists
26-Feb-2019 10:59:56 0de2edf7bff4: Layer already exists
26-Feb-2019 11:00:22 50c3703cde42: Pushed
26-Feb-2019 11:00:23 develop-onbuild: digest: sha256:2d65ead7ff67d4882f91552c2107f9ad820748e1cfc07cdc408bd20b8c8e0465 size: 2824
26-Feb-2019 11:00:24 The push refers to repository [docker.io/clowder/extractors-simple-r-extractor-python3]
26-Feb-2019 11:00:24 a1d30e032fe7: Preparing
26-Feb-2019 11:00:24 50c3703cde42: Preparing
26-Feb-2019 11:00:24 decb9a7dc779: Preparing
26-Feb-2019 11:00:24 40c741983680: Preparing
26-Feb-2019 11:00:24 46609d37cd44: Preparing
26-Feb-2019 11:00:24 9340d309f599: Preparing
26-Feb-2019 11:00:24 3c7cf46838f8: Preparing
26-Feb-2019 11:00:24 0bf237dd105f: Preparing
26-Feb-2019 11:00:24 68dda0c9a8cd: Preparing
26-Feb-2019 11:00:24 f67191ae09b8: Preparing
26-Feb-2019 11:00:24 b2fd8b4c3da7: Preparing
26-Feb-2019 11:00:24 0de2edf7bff4: Preparing
26-Feb-2019 11:00:24 3c7cf46838f8: Waiting
26-Feb-2019 11:00:24 0bf237dd105f: Waiting
26-Feb-2019 11:00:24 68dda0c9a8cd: Waiting
26-Feb-2019 11:00:24 f67191ae09b8: Waiting
26-Feb-2019 11:00:24 b2fd8b4c3da7: Waiting
26-Feb-2019 11:00:24 0de2edf7bff4: Waiting
26-Feb-2019 11:00:24 9340d309f599: Waiting
26-Feb-2019 11:00:25 40c741983680: Mounted from clowder/extractors-simple-r-extractor
26-Feb-2019 11:00:25 decb9a7dc779: Mounted from clowder/extractors-simple-r-extractor
26-Feb-2019 11:00:25 50c3703cde42: Mounted from clowder/extractors-simple-r-extractor
26-Feb-2019 11:00:25 a1d30e032fe7: Mounted from clowder/extractors-simple-r-extractor
26-Feb-2019 11:00:25 46609d37cd44: Mounted from clowder/extractors-simple-r-extractor
26-Feb-2019 11:00:26 68dda0c9a8cd: Layer already exists
26-Feb-2019 11:00:26 f67191ae09b8: Layer already exists
26-Feb-2019 11:00:26 9340d309f599: Mounted from clowder/extractors-simple-r-extractor
26-Feb-2019 11:00:26 3c7cf46838f8: Mounted from clowder/extractors-simple-r-extractor
26-Feb-2019 11:00:26 b2fd8b4c3da7: Layer already exists
26-Feb-2019 11:00:26 0bf237dd105f: Mounted from clowder/extractors-simple-r-extractor
26-Feb-2019 11:00:26 0de2edf7bff4: Layer already exists
26-Feb-2019 11:00:28 develop-onbuild: digest: sha256:2d65ead7ff67d4882f91552c2107f9ad820748e1cfc07cdc408bd20b8c8e0465 size: 2824
26-Feb-2019 11:00:28 Finished task 'docker push' with result: Success
26-Feb-2019 11:00:28 Starting task 'test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
26-Feb-2019 11:00:28 Parsing test results under /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC265-JOB1...
26-Feb-2019 11:00:28 Finished task 'test results' with result: Success
26-Feb-2019 11:00:28 Running post build plugin 'Docker Container Cleanup'
26-Feb-2019 11:00:28 Running post build plugin 'NCover Results Collector'
26-Feb-2019 11:00:28 Running post build plugin 'Clover Results Collector'
26-Feb-2019 11:00:28 Running post build plugin 'npm Cache Cleanup'
26-Feb-2019 11:00:28 Running post build plugin 'Artifact Copier'
26-Feb-2019 11:00:28 Finalising the build...
26-Feb-2019 11:00:28 Stopping timer.
26-Feb-2019 11:00:28 Build CATS-PYC265-JOB1-21 completed.
26-Feb-2019 11:00:28 Running on server: post build plugin 'NCover Results Collector'
26-Feb-2019 11:00:28 Running on server: post build plugin 'Build Hanging Detection Configuration'
26-Feb-2019 11:00:28 Running on server: post build plugin 'Clover Delta Calculator'
26-Feb-2019 11:00:28 Running on server: post build plugin 'Maven Dependencies Postprocessor'
26-Feb-2019 11:00:28 All post build plugins have finished
26-Feb-2019 11:00:28 Generating build results summary...
26-Feb-2019 11:00:28 Saving build results to disk...
26-Feb-2019 11:00:28 Logging substituted variables...
26-Feb-2019 11:00:28 Indexing build results...
26-Feb-2019 11:00:28 Finished building CATS-PYC265-JOB1-21.