Build: #1 was successful First build for this plan

Logs

The following logs have been generated by the jobs in this branch.
  • Expand all
  • Collapse all
Job Logs
Collapse Default Job Default Stage Download or View
29-Sep-2019 15:47:16 Successfully tagged clowder/extractors-wordcount-simple-r-extractor:latest
29-Sep-2019 15:47:16 Sending build context to Docker daemon  8.192kB
29-Sep-2019 15:47:16
29-Sep-2019 15:47:16 Step 1/7 : FROM python:3.5
29-Sep-2019 15:47:16 ---> 67f4589d3c88
29-Sep-2019 15:47:16 Step 2/7 : ENV RABBITMQ_URI="amqp://guest:guest@rabbitmq/%2F"
29-Sep-2019 15:47:16 ---> Using cache
29-Sep-2019 15:47:16 ---> 780c06a38965
29-Sep-2019 15:47:16 Step 3/7 : EXPOSE 9999
29-Sep-2019 15:47:16 ---> Using cache
29-Sep-2019 15:47:16 ---> e35b498b2fe3
29-Sep-2019 15:47:16 Step 4/7 : RUN pip install pika==0.11.2 requests==2.18.4
29-Sep-2019 15:47:16 ---> Using cache
29-Sep-2019 15:47:16 ---> bc90da966d93
29-Sep-2019 15:47:16 Step 5/7 : WORKDIR /src
29-Sep-2019 15:47:16 ---> Using cache
29-Sep-2019 15:47:16 ---> c4f7ae366418
29-Sep-2019 15:47:16 Step 6/7 : COPY monitor.py /src/
29-Sep-2019 15:47:16 ---> Using cache
29-Sep-2019 15:47:16 ---> f20e0c8c8326
29-Sep-2019 15:47:16 Step 7/7 : CMD python monitor.py
29-Sep-2019 15:47:16 ---> Using cache
29-Sep-2019 15:47:16 ---> ea2efd4a43d1
29-Sep-2019 15:47:16 Successfully built ea2efd4a43d1
29-Sep-2019 15:47:16 Successfully tagged clowder/extractors-monitor:latest