Starting test cluster... ./bin/admin new -cluster=testing/test-cluster Cluster Directory: /root/open-lambda/testing/test-cluster Worker Defaults: { "registry": "local", "sandbox": "docker", "registry_dir": "/root/open-lambda/testing/test-cluster/registry", "registry_server": "", "registry_access_key": "", "registry_secret_key": "", "cluster_name": "/root/open-lambda/testing/test-cluster", "pip_mirror": "", "Pkgs_dir": "/root/open-lambda/testing/test-cluster/packages", "max_runners": 0, "handler_cache_size": 0, "import_cache_size": 0, "worker_dir": "/root/open-lambda/testing/test-cluster/workers/default", "SOCK_base_path": "", "worker_port": "?", "cg_pool_size": 0, "Skip_pull_existing": false, "sandbox_config": { "processes": 10 }, "benchmark_log": "", "timing": false, "startup_pkgs": null, "docker_runtime": "" } You may now start a cluster using the "workers" command ./bin/admin setconf -cluster=testing/test-cluster '{"registry_dir": "/root/open-lambda/testing/registry"}' ./bin/admin setconf -cluster=testing/test-cluster '{"startup_pkgs": ["parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson"]}' touch imgs/test-cluster Killing worker if running... ./bin/admin kill -cluster=testing/test-cluster;rm -rf testing/test-cluster/workers/* Starting worker... ./bin/admin setconf -cluster=testing/test-cluster '{"sandbox": "sock", "handler_cache_size": 0, "import_cache_size": 0, "cg_pool_size": 10}' ./bin/admin workers -cluster=testing/test-cluster Started worker: pid 7473, port 8080, log at /root/open-lambda/testing/test-cluster/logs/worker-0.out Waiting for worker to initialize... 2019/02/07 21:42:43 At least one worker failed the status check 2019/02/07 21:42:45 At least one worker failed the status check 2019/02/07 21:42:47 At least one worker failed the status check 2019/02/07 21:42:49 At least one worker failed the status check 2019/02/07 21:42:51 At least one worker failed the status check 2019/02/07 21:42:53 At least one worker failed the status check 2019/02/07 21:42:55 At least one worker failed the status check 2019/02/07 21:42:57 At least one worker failed the status check 2019/02/07 21:42:59 At least one worker failed the status check Worker ready. Requesting lambdas... curl -XPOST localhost:8080/runLambda/echo -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2 0 0 100 2 0 9 --:--:-- --:--:-- --:--:-- 9 100 4 100 2 100 2 2 2 0:00:01 --:--:-- 0:00:01 2 {} curl -XPOST localhost:8080/runLambda/install -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2 0 0 100 2 0 9 --:--:-- --:--:-- --:--:-- 9 100 12 100 10 100 2 17 3 --:--:-- --:--:-- --:--:-- 17 "imported" curl -XPOST localhost:8080/runLambda/install2 -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 68 13 --:--:-- --:--:-- --:--:-- 68 "imported" curl -XPOST localhost:8080/runLambda/install3 -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 70 14 --:--:-- --:--:-- --:--:-- 70 "imported" Killing worker if running... ./bin/admin kill -cluster=testing/test-cluster;rm -rf testing/test-cluster/workers/* Kill worker process with PID 7473 Starting worker... ./bin/admin setconf -cluster=testing/test-cluster '{"sandbox": "sock", "handler_cache_size": 10000000, "import_cache_size": 0, "cg_pool_size": 10}' ./bin/admin workers -cluster=testing/test-cluster Started worker: pid 7654, port 8080, log at /root/open-lambda/testing/test-cluster/logs/worker-0.out Waiting for worker to initialize... 2019/02/07 21:43:04 At least one worker failed the status check 2019/02/07 21:43:06 At least one worker failed the status check 2019/02/07 21:43:08 At least one worker failed the status check 2019/02/07 21:43:10 At least one worker failed the status check Worker ready. Requesting lambdas... curl -XPOST localhost:8080/runLambda/echo -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4 100 2 100 2 25 25 --:--:-- --:--:-- --:--:-- 26 {} curl -XPOST localhost:8080/runLambda/install -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 79 15 --:--:-- --:--:-- --:--:-- 79 100 12 100 10 100 2 79 15 --:--:-- --:--:-- --:--:-- 79 "imported" curl -XPOST localhost:8080/runLambda/install2 -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 76 15 --:--:-- --:--:-- --:--:-- 76 "imported" curl -XPOST localhost:8080/runLambda/install3 -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 79 15 --:--:-- --:--:-- --:--:-- 80 "imported" Killing worker if running... ./bin/admin kill -cluster=testing/test-cluster;rm -rf testing/test-cluster/workers/* Kill worker process with PID 7654 Starting worker... ./bin/admin setconf -cluster=testing/test-cluster '{"sandbox": "sock", "handler_cache_size": 0, "import_cache_size": 10000000, "cg_pool_size": 10}' ./bin/admin workers -cluster=testing/test-cluster Started worker: pid 7789, port 8080, log at /root/open-lambda/testing/test-cluster/logs/worker-0.out Waiting for worker to initialize... 2019/02/07 21:43:12 At least one worker failed the status check 2019/02/07 21:43:14 At least one worker failed the status check 2019/02/07 21:43:16 At least one worker failed the status check 2019/02/07 21:43:18 At least one worker failed the status check Worker ready. Requesting lambdas... curl -XPOST localhost:8080/runLambda/echo -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4 100 2 100 2 112 112 --:--:-- --:--:-- --:--:-- 117 {} curl -XPOST localhost:8080/runLambda/install -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 133 26 --:--:-- --:--:-- --:--:-- 133 "imported" curl -XPOST localhost:8080/runLambda/install2 -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 391 78 --:--:-- --:--:-- --:--:-- 400 "imported" curl -XPOST localhost:8080/runLambda/install3 -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 322 64 --:--:-- --:--:-- --:--:-- 333 "imported" Killing worker if running... ./bin/admin kill -cluster=testing/test-cluster;rm -rf testing/test-cluster/workers/* Kill worker process with PID 7789 Starting worker... ./bin/admin setconf -cluster=testing/test-cluster '{"sandbox": "sock", "handler_cache_size": 10000000, "import_cache_size": 10000000, "cg_pool_size": 10}' ./bin/admin workers -cluster=testing/test-cluster Started worker: pid 7935, port 8080, log at /root/open-lambda/testing/test-cluster/logs/worker-0.out Waiting for worker to initialize... 2019/02/07 21:43:21 At least one worker failed the status check 2019/02/07 21:43:23 At least one worker failed the status check 2019/02/07 21:43:25 At least one worker failed the status check 2019/02/07 21:43:27 At least one worker failed the status check Worker ready. Requesting lambdas... curl -XPOST localhost:8080/runLambda/echo -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4 100 2 100 2 110 110 --:--:-- --:--:-- --:--:-- 111 {} curl -XPOST localhost:8080/runLambda/install -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 130 26 --:--:-- --:--:-- --:--:-- 131 "imported" curl -XPOST localhost:8080/runLambda/install2 -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 514 102 --:--:-- --:--:-- --:--:-- 526 "imported" curl -XPOST localhost:8080/runLambda/install3 -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 418 83 --:--:-- --:--:-- --:--:-- 434 "imported" Killing worker if running... ./bin/admin kill -cluster=testing/test-cluster;rm -rf testing/test-cluster/workers/* Kill worker process with PID 7935 Starting worker... ./bin/admin setconf -cluster=testing/test-cluster '{"sandbox": "docker", "handler_cache_size": 0, "import_cache_size": 0, "cg_pool_size": 0}' ./bin/admin workers -cluster=testing/test-cluster Started worker: pid 8081, port 8080, log at /root/open-lambda/testing/test-cluster/logs/worker-0.out Waiting for worker to initialize... 2019/02/07 21:43:29 At least one worker failed the status check 2019/02/07 21:43:31 At least one worker failed the status check 2019/02/07 21:43:33 At least one worker failed the status check 2019/02/07 21:43:35 At least one worker failed the status check Worker ready. Requesting lambdas... curl -XPOST localhost:8080/runLambda/echo -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2 0 0 100 2 0 1 0:00:02 0:00:01 0:00:01 1 100 4 100 2 100 2 1 1 0:00:02 0:00:01 0:00:01 1 {} curl -XPOST localhost:8080/runLambda/install -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 13 2 0:00:01 --:--:-- 0:00:01 13 100 12 100 10 100 2 13 2 0:00:01 --:--:-- 0:00:01 13 "imported" curl -XPOST localhost:8080/runLambda/install2 -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 18 3 --:--:-- --:--:-- --:--:-- 18 "imported" curl -XPOST localhost:8080/runLambda/install3 -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2 0 0 100 2 0 9 --:--:-- --:--:-- --:--:-- 9 100 12 100 10 100 2 18 3 --:--:-- --:--:-- --:--:-- 18 "imported" Killing worker if running... ./bin/admin kill -cluster=testing/test-cluster;rm -rf testing/test-cluster/workers/* Kill container 44e0112f4bef0fe4e189a6310d203a068abb7709ddbe9b017d57ef70c7a12333 (handler) Kill worker process with PID 8081 Starting worker... ./bin/admin setconf -cluster=testing/test-cluster '{"sandbox": "docker", "handler_cache_size": 10000000, "import_cache_size": 0, "cg_pool_size": 0}' ./bin/admin workers -cluster=testing/test-cluster Started worker: pid 9162, port 8080, log at /root/open-lambda/testing/test-cluster/logs/worker-0.out Waiting for worker to initialize... 2019/02/07 21:43:40 At least one worker failed the status check 2019/02/07 21:43:43 At least one worker failed the status check 2019/02/07 21:43:45 At least one worker failed the status check 2019/02/07 21:43:47 At least one worker failed the status check Worker ready. Requesting lambdas... curl -XPOST localhost:8080/runLambda/echo -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4 100 2 100 2 5 5 --:--:-- --:--:-- --:--:-- 5 100 4 100 2 100 2 5 5 --:--:-- --:--:-- --:--:-- 5 {} curl -XPOST localhost:8080/runLambda/install -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 15 3 --:--:-- --:--:-- --:--:-- 15 "imported" curl -XPOST localhost:8080/runLambda/install2 -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 16 3 --:--:-- --:--:-- --:--:-- 16 100 12 100 10 100 2 16 3 --:--:-- --:--:-- --:--:-- 16 "imported" curl -XPOST localhost:8080/runLambda/install3 -d '{}' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12 100 10 100 2 21 4 --:--:-- --:--:-- --:--:-- 21 "imported"