~/go/src/github.com/carmstrong/deis-without-fleet/cache (git:chore/style/cache-uses-fhs-for-runit-files) ✔ ❯❯❯ make test Sending build context to Docker daemon 57.86 kB Sending build context to Docker daemon Step 0 : FROM deis/init:latest ---> 03701451274f Step 1 : MAINTAINER Gabriel Monroy ---> Using cache ---> c6a65e23d890 Step 2 : RUN apt-get update && apt-get install -yq python-software-properties ---> Using cache ---> 17e98c9d833a Step 3 : RUN add-apt-repository ppa:chris-lea/redis-server -y ---> Using cache ---> f8c3a15a80bb Step 4 : RUN apt-get update && apt-get install -yq redis-server ---> Using cache ---> 51307d7f3467 Step 5 : ADD . /app ---> Using cache ---> 8112d6338dd6 Step 6 : ADD runit/ /etc/service ---> Using cache ---> b1c458fc2673 Step 7 : WORKDIR /app ---> Using cache ---> 837f38806697 Step 8 : CMD ["/sbin/my_init"] ---> Using cache ---> 707e75a0f4ca Step 9 : EXPOSE 6379 ---> Using cache ---> b20111cefd6b Successfully built b20111cefd6b --- Run docker container deis-etcd-18bcb5b2 [etcd] Jul 31 22:02:14.471 WARNING | Using the directory 3e00c0d200d7.etcd as the etcd curation directory because a directory was not specified. [etcd] Jul 31 22:02:14.472 INFO | 3e00c0d200d7 is starting a new cluster [etcd] Jul 31 22:02:14.476 INFO | etcd server [name 3e00c0d200d7, listen on :55579, advertised url http://127.0.0.1:55579] [etcd] Jul 31 22:02:14.477 INFO | peer server [name 3e00c0d200d7, listen on :7001, advertised url http://127.0.0.1:7001] [etcd] Jul 31 22:02:14.477 INFO | 3e00c0d200d7 starting in peer mode [etcd] Jul 31 22:02:14.477 INFO | 3e00c0d200d7: state changed from 'initialized' to 'follower'. [etcd] Jul 31 22:02:14.477 INFO | 3e00c0d200d7: state changed from 'follower' to 'leader'. [etcd] Jul 31 22:02:14.477 INFO | 3e00c0d200d7: leader changed from '' to '3e00c0d200d7'. --- Test deis-cache-18bcb5b2 at port 58126 --- Run docker container deis-cache-18bcb5b2 *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 10 Running service test for deis-cache-18bcb5b2 --- Clear test session 18bcb5b2 199121ff96ad 3e00c0d200d7 1ec0aaa9dc94 fc77ee3d8d5c --- PASS: TestCache (6.58 seconds) PASS ok github.com/carmstrong/deis-without-fleet/cache/tests 6.588s