Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Redirect not working #87

Closed
roalexan opened this issue Oct 30, 2014 · 3 comments
Closed

Redirect not working #87

roalexan opened this issue Oct 30, 2014 · 3 comments

Comments

@roalexan
Copy link

This worked a few weeks back, but now when I install, run tmpnb, and go to http://MYHOST.cloudapp.net:8000 from a browser I keep seeing:

tmpnb
The server you requested is no longer running or it doesn't exist.
Starting a new notebook server, just for you...

and then:

Oh snap!
It looks like we're full up. Every single container is in use right now! Try again later and maybe you'll have better luck. Sorry for the inconvenience!
If you hang around here for a while, you'll automatically retry in 600 seconds.

Maybe this is due to the addition of the pool_size and mem_limit options? Here are the steps I use to install and run:

Create virtual machine

Virtual Machines>New>Compute>Virtual Machine>From Gallery>Ubuntu>Ubuntu Server 14.04 LTS
Name:MYHOST,Password:PASSWORD,Tier:Standard,Size:A4,
Add endpoint;name:ipython_nb,protocol:TCP,public port:8000,private port:9999

Get Docker

sudo apt-get -y update
sudo apt-get -y install docker.io
sudo ln -sf /usr/bin/docker.io /usr/local/bin/docker

Get Jupyter demo

sudo docker pull jupyter/demo

Start Jupyter demo

export TOKEN=$( head -c 30 /dev/urandom | xxd -p )
sudo docker run --net=host -d -e CONFIGPROXY_AUTH_TOKEN=$TOKEN jupyter/configurable-http-proxy --default-target http://127.0.0.1:9999
sudo docker run --net=host -d -e CONFIGPROXY_AUTH_TOKEN=$TOKEN -v /var/run/docker.sock:/docker.sock jupyter/tmpnb python orchestrate.py --cull-timeout=60 --docker-version="1.12" --mem-limit=512m --pool-size=10

before testing from browser:

sudo docker ps
CONTAINER ID        IMAGE                                    COMMAND                CREATED             STATUS              PORTS                       NAMES
f1eac36beb39        jupyter/demo:latest                      "/bin/sh -c 'ipython   2 minutes ago       Up About a minute   127.0.0.1:49162->8888/tcp   loving_brown
7f303db33e9d        jupyter/demo:latest                      "/bin/sh -c 'ipython   2 minutes ago       Up About a minute   127.0.0.1:49161->8888/tcp   sad_mcclintock
7496a8666559        jupyter/demo:latest                      "/bin/sh -c 'ipython   2 minutes ago       Up About a minute   127.0.0.1:49160->8888/tcp   grave_newton
a20e767da337        jupyter/demo:latest                      "/bin/sh -c 'ipython   2 minutes ago       Up About a minute   127.0.0.1:49159->8888/tcp   agitated_ardinghelli
a600e7d3020d        jupyter/demo:latest                      "/bin/sh -c 'ipython   2 minutes ago       Up About a minute   127.0.0.1:49158->8888/tcp   happy_archimedes
3db2aa7ec0c6        jupyter/demo:latest                      "/bin/sh -c 'ipython   2 minutes ago       Up About a minute   127.0.0.1:49156->8888/tcp   sad_bardeen
fdeb085833e1        jupyter/demo:latest                      "/bin/sh -c 'ipython   2 minutes ago       Up About a minute   127.0.0.1:49153->8888/tcp   focused_thompson
87f6b563ded8        jupyter/demo:latest                      "/bin/sh -c 'ipython   2 minutes ago       Up About a minute   127.0.0.1:49155->8888/tcp   high_davinci
2a84ab5612e2        jupyter/demo:latest                      "/bin/sh -c 'ipython   2 minutes ago       Up About a minute   127.0.0.1:49157->8888/tcp   condescending_bartik
2d56e417e25e        jupyter/demo:latest                      "/bin/sh -c 'ipython   2 minutes ago       Up About a minute   127.0.0.1:49154->8888/tcp   pensive_pasteur
29c27250b529        jupyter/tmpnb:latest                     python orchestrate.p   2 minutes ago       Up 2 minutes                                    dreamy_bardeen
5de4f21bc15c        jupyter/configurable-http-proxy:latest   configurable-http-pr   13 minutes ago      Up 13 minutes                                   loving_davinci
sudo docker logs 5de4f21bc15c
15:14:02.737 - info: [ConfigProxy] Proxying http://*:8000 to http://127.0.0.1:9999
15:14:02.740 - info: [ConfigProxy] Proxy API at http://localhost:8001/api/routes
sudo docker logs 29c27250b529
[W 141030 15:25:32 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:25:32 dockworker:102] Created container 87f6b563ded85b72e50649ee41377cdd07e0852a74e18a24629223e12532f122
[W 141030 15:25:35 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:25:35 dockworker:102] Created container fdeb085833e180c051fe13d06d134985439683127ec3fb3857bb8e7093da1c70
[W 141030 15:25:36 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:25:36 dockworker:102] Created container 2d56e417e25e797666fc7b96db72d91788e71f05eae199846d7eeec39abed12f
[W 141030 15:25:37 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:25:37 dockworker:102] Created container 3db2aa7ec0c68628e1ce7dcb1ae0d2dda72b3dccdf6d78a7ae7b3c659fd3501a
[I 141030 15:25:38 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49154].
[I 141030 15:25:38 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49153].
[I 141030 15:25:38 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49155].
[I 141030 15:25:38 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:38 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:39 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:39 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:39 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:39 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:39 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:39 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:39 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:39 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:39 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49156].
[I 141030 15:25:39 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:39 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:39 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:39 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[W 141030 15:25:40 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:25:40 dockworker:102] Created container 2a84ab5612e26c3f495ab6a9179cbb8fbf15997337e13594b14d7b2f5b3a228b
[I 141030 15:25:40 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:40 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[W 141030 15:46:03 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:46:03 dockworker:102] Created container a6163dde58a9c97a2192335ea256b0c98b7f4f77e2d56c32e0a05c99e2bbfdc4
[W 141030 15:46:03 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:46:03 dockworker:102] Created container 9b5bbfce34d7949eac3d9bf6738f43fb04aa494667cbc0a9906338648180b36c
[I 141030 15:46:04 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49156].
[I 141030 15:46:04 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49163].
[I 141030 15:46:05 spawnpool:274] Booting server at [user-bQKW5NScG5QT], getting HTTP status [599]
[I 141030 15:46:05 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:46:05 spawnpool:274] Booting server at [user-bQKW5NScG5QT], getting HTTP status [599]
[I 141030 15:46:05 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:46:05 spawnpool:274] Booting server at [user-bQKW5NScG5QT], getting HTTP status [599]
[I 141030 15:46:05 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49156] has booted! Have at it.
[I 141030 15:46:05 spawnpool:280] Server [user-bQKW5NScG5QT] at address [127.0.0.1:49163] has booted! Have at it.
[I 141030 15:46:05 spawnpool:227] Proxied path [user-bQKW5NScG5QT] to port [49163].
[I 141030 15:46:05 spawnpool:233] Adding container [PooledContainer(id=u'9b5bbfce34d7949eac3d9bf6738f43fb04aa494667cbc0a9906338648180b36c', path='user-bQKW5NScG5QT')] to the pool.
[I 141030 15:46:05 spawnpool:183] Launched [1] new containers.
[I 141030 15:46:05 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49156].
[I 141030 15:46:05 orchestrate:64] Allocated ad-hoc container at [user-ByO9T8BoiFYe].
[I 141030 15:46:05 web:1811] 302 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 23414.45ms
[I 141030 15:46:05 web:1811] 304 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 2.87ms
[I 141030 15:46:05 spawnpool:102] Releasing container [PooledContainer(id=u'9b5bbfce34d7949eac3d9bf6738f43fb04aa494667cbc0a9906338648180b36c', path='user-bQKW5NScG5QT')].
[W 141030 15:46:28 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:46:28 dockworker:102] Created container 95f8d9b2fca1037b334a475a2fba8caaefc2ac6e661ce0bf48f28cb30e432448
[I 141030 15:46:28 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49163].
[I 141030 15:46:29 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:46:29 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49163] has booted! Have at it.
[I 141030 15:46:29 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49163].
[I 141030 15:46:29 orchestrate:64] Allocated ad-hoc container at [user-ByO9T8BoiFYe].
[I 141030 15:46:29 web:1811] 302 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 23865.05ms
[I 141030 15:46:29 web:1811] 304 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 1.79ms
[I 141030 15:46:29 spawnpool:102] Releasing container [PooledContainer(id=u'87f6b563ded85b72e50649ee41377cdd07e0852a74e18a24629223e12532f122', path='user-uqff9gMpkQ0P')].
[W 141030 15:46:49 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:46:49 dockworker:102] Created container 6c1370e2ac0020b848f1135c71b5c2e845a8e6078a6eb35019e3e086fc204a80
[I 141030 15:46:49 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49155].
[I 141030 15:46:50 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:46:50 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49155] has booted! Have at it.
[I 141030 15:46:51 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49155].
[I 141030 15:46:51 orchestrate:64] Allocated ad-hoc container at [user-ByO9T8BoiFYe].
[I 141030 15:46:51 web:1811] 302 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 21202.58ms
[I 141030 15:46:51 web:1811] 304 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 2.42ms
[I 141030 15:46:51 spawnpool:102] Releasing container [PooledContainer(id=u'2d56e417e25e797666fc7b96db72d91788e71f05eae199846d7eeec39abed12f', path='user-k7OibSFfNopy')].
[E 141030 15:47:17 dockworker:157] Encountered a Docker error (5 retries remain): 500 Server Error: Internal Server Error ("Cannot stop container 2d56e417e25e797666fc7b96db72d91788e71f05eae199846d7eeec39abed12f: no such process")
[W 141030 15:47:27 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:47:27 dockworker:102] Created container 5821fa0e15aef323aaf0108d915e5ff9e3b9555cbdefd66f12324a0db575a6bf
[I 141030 15:47:27 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49154].
[I 141030 15:47:27 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:47:28 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:47:28 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:47:28 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:47:28 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49154] has booted! Have at it.
[I 141030 15:47:28 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49154].
[I 141030 15:47:28 orchestrate:64] Allocated ad-hoc container at [user-ByO9T8BoiFYe].
[I 141030 15:47:28 web:1811] 302 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 37758.44ms
[I 141030 15:47:28 web:1811] 304 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 2.27ms
[W 141030 15:47:28 orchestrate:70] The container pool is empty!
[I 141030 15:47:28 web:1811] 200 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 3.14ms
[W 141030 15:47:29 web:1811] 404 GET /favicon.ico (167.220.148.137) 4.67ms
[I 141030 15:55:58 spawnpool:102] Releasing container [PooledContainer(id=u'5821fa0e15aef323aaf0108d915e5ff9e3b9555cbdefd66f12324a0db575a6bf', path=u'/user-ByO9T8BoiFYe')].
[W 141030 15:55:58 spawnpool:175] Unable to shrink: pool is diminished, all containers in use.
[I 141030 15:56:18 spawnpool:121] Declining to launch a new container because [10] containers are already running, and the capacity is [10].
[I 141030 15:56:18 spawnpool:183] Replaced [1] stale containers.
[I 141030 15:56:18 spawnpool:183] Removed [1] excess containers from the pool.
[W 141030 15:57:29 orchestrate:70] The container pool is empty!
[I 141030 15:57:29 web:1811] 304 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 6.86ms
[W 141030 15:57:30 web:1811] 404 GET /favicon.ico (167.220.148.137) 4.33ms
[W 141030 16:07:30 orchestrate:70] The container pool is empty!
[I 141030 16:07:30 web:1811] 304 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 10.21ms
[W 141030 16:17:30 orchestrate:70] The container pool is empty!
[I 141030 16:17:30 web:1811] 304 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 2.56ms
[W 141030 16:27:30 orchestrate:70] The container pool is empty!
[I 141030 16:27:30 web:1811] 304 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 3.00ms
[I 141030 15:25:40 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[W 141030 15:25:41 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:25:41 dockworker:102] Created container a600e7d3020d2a597531c865b54404b7f6fba69988a978e9dfd07eb8c9424e82
[I 141030 15:25:41 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49157].
[I 141030 15:25:41 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:41 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:42 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[W 141030 15:25:43 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:25:43 dockworker:102] Created container a20e767da337ce7d4d9b6a62c1070def78cebe3c7dc1f287c5f854642b55d29e
[I 141030 15:25:43 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:43 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49158].
[I 141030 15:25:44 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:44 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:45 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[W 141030 15:25:45 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:25:45 dockworker:102] Created container 7496a8666559e1c731759fea391503098ce520ad7aa2fded5912b3614919ef81
[I 141030 15:25:45 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49159].
[I 141030 15:25:46 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49160].
[I 141030 15:25:46 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:46 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-xDo1kLPZgtDi], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:47 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[W 141030 15:25:48 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:25:48 dockworker:102] Created container 7f303db33e9d3a72e1be3aef1964e3212d5b76d26f1202d73aff018f657a602c
[I 141030 15:25:48 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-k7OibSFfNopy], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:280] Server [user-k7OibSFfNopy] at address [127.0.0.1:49154] has booted! Have at it.
[I 141030 15:25:48 spawnpool:274] Booting server at [user-uqff9gMpkQ0P], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:227] Proxied path [user-k7OibSFfNopy] to port [49154].
[I 141030 15:25:48 spawnpool:233] Adding container [PooledContainer(id=u'2d56e417e25e797666fc7b96db72d91788e71f05eae199846d7eeec39abed12f', path='user-k7OibSFfNopy')] to the pool.
[I 141030 15:25:48 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:280] Server [user-uqff9gMpkQ0P] at address [127.0.0.1:49155] has booted! Have at it.
[I 141030 15:25:48 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:227] Proxied path [user-uqff9gMpkQ0P] to port [49155].
[I 141030 15:25:48 spawnpool:233] Adding container [PooledContainer(id=u'87f6b563ded85b72e50649ee41377cdd07e0852a74e18a24629223e12532f122', path='user-uqff9gMpkQ0P')] to the pool.
[I 141030 15:25:48 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:48 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-Xuy2a1KOXhKa], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:280] Server [user-Xuy2a1KOXhKa] at address [127.0.0.1:49156] has booted! Have at it.
[I 141030 15:25:49 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:227] Proxied path [user-Xuy2a1KOXhKa] to port [49156].
[I 141030 15:25:49 spawnpool:233] Adding container [PooledContainer(id=u'3db2aa7ec0c68628e1ce7dcb1ae0d2dda72b3dccdf6d78a7ae7b3c659fd3501a', path='user-Xuy2a1KOXhKa')] to the pool.
[I 141030 15:25:49 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:49 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:50 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:280] Server [user-xDo1kLPZgtDi] at address [127.0.0.1:49153] has booted! Have at it.
[I 141030 15:25:51 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:227] Proxied path [user-xDo1kLPZgtDi] to port [49153].
[I 141030 15:25:51 spawnpool:233] Adding container [PooledContainer(id=u'fdeb085833e180c051fe13d06d134985439683127ec3fb3857bb8e7093da1c70', path='user-xDo1kLPZgtDi')] to the pool.
[I 141030 15:25:51 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-qObOMZa00bA7], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:280] Server [user-qObOMZa00bA7] at address [127.0.0.1:49157] has booted! Have at it.
[I 141030 15:25:51 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:51 spawnpool:227] Proxied path [user-qObOMZa00bA7] to port [49157].
[I 141030 15:25:51 spawnpool:233] Adding container [PooledContainer(id=u'2a84ab5612e26c3f495ab6a9179cbb8fbf15997337e13594b14d7b2f5b3a228b', path='user-qObOMZa00bA7')] to the pool.
[I 141030 15:25:52 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:52 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:52 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:52 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:52 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:52 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:52 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:52 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:52 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:52 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:52 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:52 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:52 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:53 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:53 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:53 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:53 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:53 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:53 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:53 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:53 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:53 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:53 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:53 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:53 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:53 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:53 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:54 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:54 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[W 141030 15:25:54 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:25:54 dockworker:102] Created container f1eac36beb3947c7c10ed98e7cc3d1357b4aa4b6e0196f2bc18b652f6965b044
[I 141030 15:25:54 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:54 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:54 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:54 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:54 spawnpool:274] Booting server at [user-KiD1eFXOfeju], getting HTTP status [599]
[I 141030 15:25:54 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49161].
[I 141030 15:25:54 spawnpool:280] Server [user-KiD1eFXOfeju] at address [127.0.0.1:49158] has booted! Have at it.
[I 141030 15:25:54 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:54 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:54 spawnpool:227] Proxied path [user-KiD1eFXOfeju] to port [49158].
[I 141030 15:25:54 spawnpool:233] Adding container [PooledContainer(id=u'a600e7d3020d2a597531c865b54404b7f6fba69988a978e9dfd07eb8c9424e82', path='user-KiD1eFXOfeju')] to the pool.
[I 141030 15:25:54 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:54 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:55 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:55 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:55 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:55 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:55 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:55 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:55 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:55 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:55 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:55 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49162].
[I 141030 15:25:55 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:55 spawnpool:274] Booting server at [user-N9D9tPzLf1Tr], getting HTTP status [599]
[I 141030 15:25:55 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:55 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:56 spawnpool:274] Booting server at [user-v2yZDqLG4nt8], getting HTTP status [599]
[I 141030 15:25:56 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:56 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:25:56 spawnpool:280] Server [user-N9D9tPzLf1Tr] at address [127.0.0.1:49159] has booted! Have at it.
[I 141030 15:25:56 spawnpool:227] Proxied path [user-N9D9tPzLf1Tr] to port [49159].
[I 141030 15:25:56 spawnpool:233] Adding container [PooledContainer(id=u'a20e767da337ce7d4d9b6a62c1070def78cebe3c7dc1f287c5f854642b55d29e', path='user-N9D9tPzLf1Tr')] to the pool.
[I 141030 15:25:56 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:56 spawnpool:280] Server [user-v2yZDqLG4nt8] at address [127.0.0.1:49160] has booted! Have at it.
[I 141030 15:25:56 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:25:56 spawnpool:227] Proxied path [user-v2yZDqLG4nt8] to port [49160].
[I 141030 15:25:56 spawnpool:233] Adding container [PooledContainer(id=u'7496a8666559e1c731759fea391503098ce520ad7aa2fded5912b3614919ef81', path='user-v2yZDqLG4nt8')] to the pool.
[I 141030 15:25:56 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:56 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:25:56 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:56 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:25:56 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:57 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:25:57 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:57 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:25:57 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:57 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:25:57 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:57 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:25:57 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:57 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:25:58 spawnpool:274] Booting server at [user-tagR7E8HICBk], getting HTTP status [599]
[I 141030 15:25:58 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:25:58 spawnpool:280] Server [user-tagR7E8HICBk] at address [127.0.0.1:49161] has booted! Have at it.
[I 141030 15:25:58 spawnpool:227] Proxied path [user-tagR7E8HICBk] to port [49161].
[I 141030 15:25:58 spawnpool:233] Adding container [PooledContainer(id=u'7f303db33e9d3a72e1be3aef1964e3212d5b76d26f1202d73aff018f657a602c', path='user-tagR7E8HICBk')] to the pool.
[I 141030 15:25:58 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49162] has booted! Have at it.
[I 141030 15:25:58 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49162].
[I 141030 15:25:58 spawnpool:233] Adding container [PooledContainer(id=u'f1eac36beb3947c7c10ed98e7cc3d1357b4aa4b6e0196f2bc18b652f6965b044', path='user-ByO9T8BoiFYe')] to the pool.
[I 141030 15:25:58 spawnpool:183] Launched [10] new containers.
[I 141030 15:25:58 orchestrate:201] Culling containers unused for 60 seconds every 600 seconds.
[I 141030 15:25:58 orchestrate:205] Listening on 9999
sudo docker logs 7496a8666559 # example container - they all look the same
[I 15:25:56.238 NotebookApp] Using existing profile dir: '/home/jupyter/.ipython/profile_default'
[I 15:25:56.252 NotebookApp] Writing notebook server cookie secret to /home/jupyter/.ipython/profile_default/security/notebook_cookie_secret
[I 15:25:56.253 NotebookApp] Using MathJax from CDN: https://cdn.mathjax.org/mathjax/latest/MathJax.js
[I 15:25:56.304 NotebookApp] Terminals not available (error was No module named 'terminado')
[I 15:25:56.305 NotebookApp] Serving notebooks from local directory: /home/jupyter
[I 15:25:56.305 NotebookApp] 0 active kernels
[I 15:25:56.305 NotebookApp] The IPython Notebook is running at: http://0.0.0.0:8888/user-v2yZDqLG4nt8/
[I 15:25:56.305 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[I 15:25:56.323 NotebookApp] 302 GET /user-v2yZDqLG4nt8 (172.17.42.1) 0.97ms

http://rbajupydockvm10.cloudapp.net:8000 # test on browser

tmpnb
The server you requested is no longer running or it doesn't exist.
Starting a new notebook server, just for you...

sudo docker logs 5de4f21bc15c # delta
no change

sudo docker logs 29c27250b529 # delta
[I 141030 15:43:31 web:1811] 200 GET / (167.220.148.137) 9.22ms
[I 141030 15:43:31 orchestrate:53] Allocated [user-ByO9T8BoiFYe] from the pool.
[I 141030 15:43:31 web:1811] 302 GET /spawn/ (167.220.148.137) 1.35ms
[I 141030 15:43:31 web:1811] 200 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 1.97ms
[I 141030 15:43:31 spawnpool:102] Releasing container [PooledContainer(id=u'7f303db33e9d3a72e1be3aef1964e3212d5b76d26f1202d73aff018f657a602c', path='user-tagR7E8HICBk')].
[W 141030 15:43:54 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:43:54 dockworker:102] Created container 731f20fe9b4cd9429393099bfbb4ef2bb5a58c1a6812a09858d3845e312f5f3a
[I 141030 15:43:54 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49161].
[I 141030 15:43:55 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:43:55 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:43:55 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:43:55 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49161] has booted! Have at it.
[I 141030 15:43:55 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49161].
[I 141030 15:43:55 orchestrate:64] Allocated ad-hoc container at [user-ByO9T8BoiFYe].
[I 141030 15:43:55 web:1811] 302 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 24671.95ms
[I 141030 15:43:55 web:1811] 304 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 2.01ms
[I 141030 15:43:56 spawnpool:102] Releasing container [PooledContainer(id=u'7496a8666559e1c731759fea391503098ce520ad7aa2fded5912b3614919ef81', path='user-v2yZDqLG4nt8')].
[W 141030 15:44:15 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:44:15 dockworker:102] Created container 059290594ff7ce73239d5cb52d6ff8e4a456ad98e12680b938e76454d2057ccb
[I 141030 15:44:15 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49160].
[I 141030 15:44:16 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:44:16 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:44:16 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:44:16 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49160] has booted! Have at it.
[I 141030 15:44:16 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49160].
[I 141030 15:44:16 orchestrate:64] Allocated ad-hoc container at [user-ByO9T8BoiFYe].
[I 141030 15:44:16 web:1811] 302 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 20786.32ms
[I 141030 15:44:16 web:1811] 304 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 2.22ms
[I 141030 15:44:16 spawnpool:102] Releasing container [PooledContainer(id=u'a20e767da337ce7d4d9b6a62c1070def78cebe3c7dc1f287c5f854642b55d29e', path='user-N9D9tPzLf1Tr')].
[W 141030 15:44:35 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:44:35 dockworker:102] Created container c0f8b13afcc232d7fd2cbca585834694265033e72b2fa0cb31fce6731d6f1753
[I 141030 15:44:36 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49159].
[I 141030 15:44:36 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:44:36 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:44:37 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:44:37 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:44:37 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49159] has booted! Have at it.
[I 141030 15:44:37 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49159].
[I 141030 15:44:37 orchestrate:64] Allocated ad-hoc container at [user-ByO9T8BoiFYe].
[I 141030 15:44:37 web:1811] 302 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 20760.92ms
[I 141030 15:44:37 web:1811] 304 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 1.75ms
[I 141030 15:44:37 spawnpool:102] Releasing container [PooledContainer(id=u'a600e7d3020d2a597531c865b54404b7f6fba69988a978e9dfd07eb8c9424e82', path='user-KiD1eFXOfeju')].
[W 141030 15:44:56 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:44:56 dockworker:102] Created container aa689dec77aaea2b283bc60ef0817ea0ac5df6f64b090e5786d34c11571d111d
[I 141030 15:44:57 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49158].
[I 141030 15:44:57 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:44:57 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:44:58 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:44:58 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49158] has booted! Have at it.
[I 141030 15:44:58 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49158].
[I 141030 15:44:58 orchestrate:64] Allocated ad-hoc container at [user-ByO9T8BoiFYe].
[I 141030 15:44:58 web:1811] 302 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 20681.03ms
[I 141030 15:44:58 web:1811] 304 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 1.80ms
[I 141030 15:44:58 spawnpool:102] Releasing container [PooledContainer(id=u'2a84ab5612e26c3f495ab6a9179cbb8fbf15997337e13594b14d7b2f5b3a228b', path='user-qObOMZa00bA7')].
[W 141030 15:45:18 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:45:18 dockworker:102] Created container df4d621cb44cca7d8e8e1448e6046bb770010417a5fa415a56249a78d062bf6c
[I 141030 15:45:19 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49157].
[I 141030 15:45:19 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:45:20 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:45:20 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:45:20 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:45:20 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49157] has booted! Have at it.
[I 141030 15:45:20 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49157].
[I 141030 15:45:20 orchestrate:64] Allocated ad-hoc container at [user-ByO9T8BoiFYe].
[I 141030 15:45:20 web:1811] 302 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 22194.84ms
[I 141030 15:45:20 web:1811] 304 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 2.05ms
[I 141030 15:45:20 spawnpool:102] Releasing container [PooledContainer(id=u'fdeb085833e180c051fe13d06d134985439683127ec3fb3857bb8e7093da1c70', path='user-xDo1kLPZgtDi')].
[W 141030 15:45:40 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:45:40 dockworker:102] Created container 0ecbfbeea5cef266d756c81c20494c2e809bf57d6724355c04f6cba649b89502
[I 141030 15:45:40 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49153].
[I 141030 15:45:41 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:45:41 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:45:41 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:45:41 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:45:41 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:45:42 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49153] has booted! Have at it.
[I 141030 15:45:42 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49153].
[I 141030 15:45:42 orchestrate:64] Allocated ad-hoc container at [user-ByO9T8BoiFYe].
[I 141030 15:45:42 web:1811] 302 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 21385.97ms
[I 141030 15:45:42 web:1811] 304 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 3.73ms
[I 141030 15:45:42 spawnpool:102] Releasing container [PooledContainer(id=u'3db2aa7ec0c68628e1ce7dcb1ae0d2dda72b3dccdf6d78a7ae7b3c659fd3501a', path='user-Xuy2a1KOXhKa')].

and then

[W 141030 15:46:03 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:46:03 dockworker:102] Created container a6163dde58a9c97a2192335ea256b0c98b7f4f77e2d56c32e0a05c99e2bbfdc4
[W 141030 15:46:03 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:46:03 dockworker:102] Created container 9b5bbfce34d7949eac3d9bf6738f43fb04aa494667cbc0a9906338648180b36c
[I 141030 15:46:04 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49156].
[I 141030 15:46:04 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49163].
[I 141030 15:46:05 spawnpool:274] Booting server at [user-bQKW5NScG5QT], getting HTTP status [599]
[I 141030 15:46:05 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:46:05 spawnpool:274] Booting server at [user-bQKW5NScG5QT], getting HTTP status [599]
[I 141030 15:46:05 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:46:05 spawnpool:274] Booting server at [user-bQKW5NScG5QT], getting HTTP status [599]
[I 141030 15:46:05 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49156] has booted! Have at it.
[I 141030 15:46:05 spawnpool:280] Server [user-bQKW5NScG5QT] at address [127.0.0.1:49163] has booted! Have at it.
[I 141030 15:46:05 spawnpool:227] Proxied path [user-bQKW5NScG5QT] to port [49163].
[I 141030 15:46:05 spawnpool:233] Adding container [PooledContainer(id=u'9b5bbfce34d7949eac3d9bf6738f43fb04aa494667cbc0a9906338648180b36c', path='user-bQKW5NScG5QT')] to the pool.
[I 141030 15:46:05 spawnpool:183] Launched [1] new containers.
[I 141030 15:46:05 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49156].
[I 141030 15:46:05 orchestrate:64] Allocated ad-hoc container at [user-ByO9T8BoiFYe].
[I 141030 15:46:05 web:1811] 302 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 23414.45ms
[I 141030 15:46:05 web:1811] 304 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 2.87ms
[I 141030 15:46:05 spawnpool:102] Releasing container [PooledContainer(id=u'9b5bbfce34d7949eac3d9bf6738f43fb04aa494667cbc0a9906338648180b36c', path='user-bQKW5NScG5QT')].
[W 141030 15:46:28 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:46:28 dockworker:102] Created container 95f8d9b2fca1037b334a475a2fba8caaefc2ac6e661ce0bf48f28cb30e432448
[I 141030 15:46:28 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49163].
[I 141030 15:46:29 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:46:29 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49163] has booted! Have at it.
[I 141030 15:46:29 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49163].
[I 141030 15:46:29 orchestrate:64] Allocated ad-hoc container at [user-ByO9T8BoiFYe].
[I 141030 15:46:29 web:1811] 302 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 23865.05ms
[I 141030 15:46:29 web:1811] 304 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 1.79ms
[I 141030 15:46:29 spawnpool:102] Releasing container [PooledContainer(id=u'87f6b563ded85b72e50649ee41377cdd07e0852a74e18a24629223e12532f122', path='user-uqff9gMpkQ0P')].
[W 141030 15:46:49 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:46:49 dockworker:102] Created container 6c1370e2ac0020b848f1135c71b5c2e845a8e6078a6eb35019e3e086fc204a80
[I 141030 15:46:49 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49155].
[I 141030 15:46:50 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:46:50 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49155] has booted! Have at it.
[I 141030 15:46:51 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49155].
[I 141030 15:46:51 orchestrate:64] Allocated ad-hoc container at [user-ByO9T8BoiFYe].
[I 141030 15:46:51 web:1811] 302 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 21202.58ms
[I 141030 15:46:51 web:1811] 304 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 2.42ms
[I 141030 15:46:51 spawnpool:102] Releasing container [PooledContainer(id=u'2d56e417e25e797666fc7b96db72d91788e71f05eae199846d7eeec39abed12f', path='user-k7OibSFfNopy')].
[E 141030 15:47:17 dockworker:157] Encountered a Docker error (5 retries remain): 500 Server Error: Internal Server Error ("Cannot stop container 2d56e417e25e797666fc7b96db72d91788e71f05eae199846d7eeec39abed12f: no such process")
[W 141030 15:47:27 dockworker:99] [u'Your kernel does not support swap limit capabilities. Limitation discarded.']
[I 141030 15:47:27 dockworker:102] Created container 5821fa0e15aef323aaf0108d915e5ff9e3b9555cbdefd66f12324a0db575a6bf
[I 141030 15:47:27 spawnpool:242] Waiting for a container to launch at [127.0.0.1:49154].
[I 141030 15:47:27 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:47:28 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:47:28 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:47:28 spawnpool:274] Booting server at [user-ByO9T8BoiFYe], getting HTTP status [599]
[I 141030 15:47:28 spawnpool:280] Server [user-ByO9T8BoiFYe] at address [127.0.0.1:49154] has booted! Have at it.
[I 141030 15:47:28 spawnpool:227] Proxied path [user-ByO9T8BoiFYe] to port [49154].
[I 141030 15:47:28 orchestrate:64] Allocated ad-hoc container at [user-ByO9T8BoiFYe].
[I 141030 15:47:28 web:1811] 302 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 37758.44ms
[I 141030 15:47:28 web:1811] 304 GET /user-ByO9T8BoiFYe/tree (167.220.148.137) 2.27ms
[W 141030 15:47:28 orchestrate:70] The container pool is empty!
[I 141030 15:47:28 web:1811] 200 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 3.14ms
[W 141030 15:47:29 web:1811] 404 GET /favicon.ico (167.220.148.137) 4.67ms
[I 141030 15:55:58 spawnpool:102] Releasing container [PooledContainer(id=u'5821fa0e15aef323aaf0108d915e5ff9e3b9555cbdefd66f12324a0db575a6bf', path=u'/user-ByO9T8BoiFYe')].
[W 141030 15:55:58 spawnpool:175] Unable to shrink: pool is diminished, all containers in use.
[I 141030 15:56:18 spawnpool:121] Declining to launch a new container because [10] containers are already running, and the capacity is [10].
[I 141030 15:56:18 spawnpool:183] Replaced [1] stale containers.
[I 141030 15:56:18 spawnpool:183] Removed [1] excess containers from the pool.
[W 141030 15:57:29 orchestrate:70] The container pool is empty!
[I 141030 15:57:29 web:1811] 304 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 6.86ms
[W 141030 15:57:30 web:1811] 404 GET /favicon.ico (167.220.148.137) 4.33ms
[W 141030 16:07:30 orchestrate:70] The container pool is empty!
[I 141030 16:07:30 web:1811] 304 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 10.21ms
[W 141030 16:17:30 orchestrate:70] The container pool is empty!
[I 141030 16:17:30 web:1811] 304 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 2.56ms
[W 141030 16:27:30 orchestrate:70] The container pool is empty!
[I 141030 16:27:30 web:1811] 304 GET /spawn/user-ByO9T8BoiFYe/tree (167.220.148.137) 3.00ms

@rgbkrk
Copy link
Member

rgbkrk commented Nov 5, 2014

After running some much bigger setups with this, I ran into it as well. It turns out that Docker was getting choked out by the default of 64 thread pool workers (all running during the initial setup). I've set the default to 2 now and am using a bit higher amount on the Nature demo.

@roalexan
Copy link
Author

roalexan commented Nov 5, 2014

Can you tell me how to set the number of thread pool workers? I'm assuming that were talking about options to the Docker RUN command (see: https://docs.docker.com/reference/commandline/cli/#run), but I don't such an option there. I'm currently trying to run a small test via:

sudo docker run --net=host -d -e CONFIGPROXY_AUTH_TOKEN=$TOKEN -v /var/run/docker.sock:/docker.sock jupyter/tmpnb python orchestrate.py --cull-timeout=60 --docker-version="1.12" --mem-limit=512m --pool-size=2

@rgbkrk
Copy link
Member

rgbkrk commented Nov 17, 2014

Can you tell me how to set the number of thread pool workers?

The flag is --max_dock_workers and goes after the python orchestrate.py line. This is a tmpnb option, not a docker option. If you want to see all the help, run python orchestrate.py --help (if you have the python sources) or, using the docker container, docker run jupyter/tmpnb python orchestrate.py --help.

A bunch of the defaults have been changed to be a lot more minimal and the README has been updated, let me know how it goes for you now!

@rgbkrk rgbkrk closed this as completed Feb 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants