Killing worker if running... ./bin/ol kill -cluster=testing/test-cluster;rm -rf testing/test-cluster/workers/* /bin/sh: 1: ./bin/ol: not found Cleaning up test cluster... rm -rf testing/test-cluster imgs/test-cluster make -C sock make[1]: Entering directory '/root/open-lambda/sock' gcc -Wall sock-init.c -o sock-init cp sock-init /usr/local/bin/sock-init make[1]: Leaving directory '/root/open-lambda/sock' make -C lambda make[1]: Entering directory '/root/open-lambda/lambda' gcc -O2 -o spin spin.c gcc -Wall -O2 ol-init.c -o ol-init cd nsmodule && python setup.py build_ext --inplace running build_ext building 'ns' extension creating build creating build/temp.linux-x86_64-2.7 x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c nsmodule.c -o build/temp.linux-x86_64-2.7/nsmodule.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/nsmodule.o -o /root/open-lambda/lambda/nsmodule/ns.so mv nsmodule/ns.so . make[1]: Leaving directory '/root/open-lambda/lambda' docker build -t lambda lambda Sending build context to Docker daemon 141.3kB Step 1/14 : FROM ubuntu:trusty ---> 2c5e00d77a67 Step 2/14 : RUN apt-get -y --fix-missing update ---> Using cache ---> 6e74eff4db43 Step 3/14 : RUN apt-get -y install wget apt-transport-https ---> Using cache ---> 20e769cfb79e Step 4/14 : RUN apt-get -y install python python-dev python-pip build-essential ---> Using cache ---> c07e426cbe5c Step 5/14 : RUN pip install --upgrade pip ---> Using cache ---> 4defe90b9225 Step 6/14 : RUN pip install virtualenv ---> Using cache ---> 9037751c750c Step 7/14 : RUN pip install rethinkdb ---> Using cache ---> 822e76db6322 Step 8/14 : RUN pip install tornado==4.5.3 ---> Using cache ---> e53cff04ac6c Step 9/14 : RUN pip install requests ---> Using cache ---> 99de9e5dc51f Step 10/14 : COPY spin / ---> Using cache ---> 6c67651065cd Step 11/14 : COPY ol-init / ---> Using cache ---> 249668ead261 Step 12/14 : COPY ns.so / ---> Using cache ---> 4c419ca7c3f9 Step 13/14 : COPY server.py / ---> Using cache ---> 5009d678dc84 Step 14/14 : CMD ["/spin"] ---> Using cache ---> 852326630660 Successfully built 852326630660 Successfully tagged lambda:latest touch imgs/lambda cd /root/open-lambda/ol && go build mkdir -p bin cp /root/open-lambda/ol/ol ./bin