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
30-May-2019 17:22:34 Successfully tagged clowder/extractors-wordcount-simple-r-extractor:latest
30-May-2019 17:22:34 Sending build context to Docker daemon  8.192kB
30-May-2019 17:22:34
30-May-2019 17:22:34 Step 1/7 : FROM python:3.5
30-May-2019 17:22:34 ---> 74a0040526f9
30-May-2019 17:22:34 Step 2/7 : ENV RABBITMQ_URI="amqp://guest:guest@rabbitmq/%2F"
30-May-2019 17:22:34 ---> Using cache
30-May-2019 17:22:34 ---> 0f4f82f9baad
30-May-2019 17:22:34 Step 3/7 : EXPOSE 9999
30-May-2019 17:22:34 ---> Using cache
30-May-2019 17:22:34 ---> c3ca695b477b
30-May-2019 17:22:34 Step 4/7 : RUN pip install pika==0.11.2 requests==2.18.4
30-May-2019 17:22:34 ---> Using cache
30-May-2019 17:22:34 ---> c98c56290cba
30-May-2019 17:22:34 Step 5/7 : WORKDIR /src
30-May-2019 17:22:34 ---> Using cache
30-May-2019 17:22:34 ---> e913ab5e48c6
30-May-2019 17:22:34 Step 6/7 : COPY monitor.py /src/
30-May-2019 17:22:34 ---> Using cache
30-May-2019 17:22:34 ---> 967411183950
30-May-2019 17:22:34 Step 7/7 : CMD python monitor.py
30-May-2019 17:22:34 ---> Using cache
30-May-2019 17:22:34 ---> bcf6c5a97b9a
30-May-2019 17:22:34 Successfully built bcf6c5a97b9a
30-May-2019 17:22:34 Successfully tagged clowder/extractors-monitor:latest