python3 -u test.py RUN ./ol new -p=test-cluster Init OL dir at /root/open-lambda/test-cluster Create lambda base at /root/open-lambda/test-cluster/lambda (may take several minutes) Working Directory: /root/open-lambda/test-cluster Worker Defaults: { "registry": "/root/open-lambda/test-cluster/registry", "registry_cache_ms": 5000, "sandbox": "sock", "cluster_name": "/root/open-lambda/test-cluster", "pip_mirror": "", "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "max_runners": 0, "handler_cache_mb": 239, "import_cache_mb": 239, "server_mode": "lambda", "worker_dir": "/root/open-lambda/test-cluster/worker", "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "worker_port": "5000", "Skip_pull_existing": false, "sandbox_config": { "processes": 10 }, "benchmark_log": "", "timing": false, "startup_pkgs": null, "docker_runtime": "", "sock_cgroups": { "max_procs": 10 } } You may modify the defaults here: /root/open-lambda/test-cluster/config.json You may now start a server using the "ol worker" command PUSH conf: {'startup_pkgs': ['parso', 'jedi', 'urllib3', 'idna', 'chardet', 'certifi', 'requests', 'simplejson'], 'registry': '/root/open-lambda/test-registry'} PUSH conf: {'handler_cache_mb': 0, 'import_cache_mb': 0} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=7323, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 7323 { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 3.8167121410369873, "total_seconds": 23.202889919281006, "stats": null, "conf": { "worker_dir": "/root/open-lambda/test-cluster/worker", "max_runners": 0, "sandbox": "sock", "cluster_name": "/root/open-lambda/test-cluster", "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "handler_cache_mb": 0, "docker_runtime": "", "benchmark_log": "", "pip_mirror": "", "server_mode": "lambda", "Skip_pull_existing": false, "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "worker_port": "5000", "import_cache_mb": 0, "registry_cache_ms": 5000, "registry": "/root/open-lambda/test-registry", "sandbox_config": { "processes": 10 }, "timing": false, "sock_cgroups": { "max_procs": 10 } }, "exception": null, "worker_tail": [ "2019/06/18 20:00:46 remove /sys/fs/cgroup/cpu/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:46 remove /sys/fs/cgroup/devices/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:46 remove /sys/fs/cgroup/freezer/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:46 remove /sys/fs/cgroup/hugetlb/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:46 remove /sys/fs/cgroup/memory/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:46 remove /sys/fs/cgroup/perf_event/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:46 remove /sys/fs/cgroup/systemd/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:46 remove /sys/fs/cgroup/pids/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:46 exiting", "" ] } POP conf: {'handler_cache_mb': 0, 'import_cache_mb': 0} PUSH conf: {'handler_cache_mb': 256, 'import_cache_mb': 0} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=7416, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 7416 { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 1.5286200046539307, "total_seconds": 9.297638177871704, "stats": null, "conf": { "max_runners": 0, "sandbox": "sock", "worker_port": "5000", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "handler_cache_mb": 256, "docker_runtime": "", "sock_cgroups": { "max_procs": 10 }, "server_mode": "lambda", "pip_mirror": "", "benchmark_log": "", "Skip_pull_existing": false, "cluster_name": "/root/open-lambda/test-cluster", "timing": false, "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "import_cache_mb": 0, "registry_cache_ms": 5000, "registry": "/root/open-lambda/test-registry", "sandbox_config": { "processes": 10 }, "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "worker_dir": "/root/open-lambda/test-cluster/worker" }, "exception": null, "worker_tail": [ "2019/06/18 20:00:56 remove /sys/fs/cgroup/cpu/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:56 remove /sys/fs/cgroup/devices/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:56 remove /sys/fs/cgroup/freezer/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:56 remove /sys/fs/cgroup/hugetlb/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:56 remove /sys/fs/cgroup/memory/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:56 remove /sys/fs/cgroup/perf_event/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:56 remove /sys/fs/cgroup/systemd/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:56 remove /sys/fs/cgroup/pids/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 20:00:56 exiting", "" ] } POP conf: {'handler_cache_mb': 256, 'import_cache_mb': 0} PUSH conf: {'handler_cache_mb': 0, 'import_cache_mb': 256} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=7497, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 7497 { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 0.7637121677398682, "total_seconds": 9.32972002029419, "stats": null, "conf": { "worker_dir": "/root/open-lambda/test-cluster/worker", "max_runners": 0, "sandbox": "sock", "cluster_name": "/root/open-lambda/test-cluster", "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "handler_cache_mb": 0, "docker_runtime": "", "benchmark_log": "", "pip_mirror": "", "server_mode": "lambda", "Skip_pull_existing": false, "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "worker_port": "5000", "import_cache_mb": 256, "registry_cache_ms": 5000, "registry": "/root/open-lambda/test-registry", "sandbox_config": { "processes": 10 }, "timing": false, "sock_cgroups": { "max_procs": 10 } }, "exception": null, "worker_tail": [ "2019/06/18 20:01:05 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:05 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:05 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:05 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:05 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:05 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:05 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:05 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:05 exiting", "" ] } POP conf: {'handler_cache_mb': 0, 'import_cache_mb': 256} PUSH conf: {'handler_cache_mb': 256, 'import_cache_mb': 256} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=7589, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 7589 { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 0.7435173988342285, "total_seconds": 8.610654354095459, "stats": null, "conf": { "max_runners": 0, "sandbox": "sock", "worker_port": "5000", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "handler_cache_mb": 256, "docker_runtime": "", "sock_cgroups": { "max_procs": 10 }, "server_mode": "lambda", "pip_mirror": "", "benchmark_log": "", "Skip_pull_existing": false, "cluster_name": "/root/open-lambda/test-cluster", "timing": false, "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "import_cache_mb": 256, "registry_cache_ms": 5000, "registry": "/root/open-lambda/test-registry", "sandbox_config": { "processes": 10 }, "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "worker_dir": "/root/open-lambda/test-cluster/worker" }, "exception": null, "worker_tail": [ "2019/06/18 20:01:14 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:14 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:14 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:14 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:14 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:14 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:14 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:14 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:14 exiting", "" ] } POP conf: {'handler_cache_mb': 256, 'import_cache_mb': 256} PUSH conf: {'sandbox': 'docker', 'handler_cache_mb': 0, 'import_cache_mb': 0} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=7681, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 7681 { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 7.189450740814209, "total_seconds": 15.037782192230225, "stats": null, "conf": { "worker_dir": "/root/open-lambda/test-cluster/worker", "max_runners": 0, "sandbox": "docker", "cluster_name": "/root/open-lambda/test-cluster", "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "handler_cache_mb": 0, "docker_runtime": "", "benchmark_log": "", "pip_mirror": "", "server_mode": "lambda", "Skip_pull_existing": false, "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "worker_port": "5000", "import_cache_mb": 0, "registry_cache_ms": 5000, "registry": "/root/open-lambda/test-registry", "sandbox_config": { "processes": 10 }, "timing": false, "sock_cgroups": { "max_procs": 10 } }, "exception": null, "worker_tail": [ "2019/06/18 20:01:28 MemUsageKB() [SB 3]", "2019/06/18 20:01:28 EVICTING INSTANCE: 22884352 used / 0 limit", "2019/06/18 20:01:28 Destroy() [SB 3]", "2019/06/18 20:01:28 received kill signal, cleaning up", "2019/06/18 20:01:28 Destroy() [SB 0]", "2019/06/18 20:01:28 Destroy() [SB 1]", "2019/06/18 20:01:28 Destroy() [SB 2]", "2019/06/18 20:01:28 Destroy() [SB 3]", "2019/06/18 20:01:29 exiting", "" ] } POP conf: {'sandbox': 'docker', 'handler_cache_mb': 0, 'import_cache_mb': 0} PUSH conf: {'sandbox': 'docker', 'handler_cache_mb': 256, 'import_cache_mb': 0} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=8717, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 8717 { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 3.72733211517334, "total_seconds": 12.182111740112305, "stats": null, "conf": { "max_runners": 0, "sandbox": "docker", "worker_port": "5000", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "handler_cache_mb": 256, "docker_runtime": "", "sock_cgroups": { "max_procs": 10 }, "server_mode": "lambda", "pip_mirror": "", "benchmark_log": "", "Skip_pull_existing": false, "cluster_name": "/root/open-lambda/test-cluster", "timing": false, "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "import_cache_mb": 0, "registry_cache_ms": 5000, "registry": "/root/open-lambda/test-registry", "sandbox_config": { "processes": 10 }, "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "worker_dir": "/root/open-lambda/test-cluster/worker" }, "exception": null, "worker_tail": [ "2019/06/18 20:01:40 Channel() [SB 3]", "2019/06/18 20:01:40 Pause() [SB 3]", "2019/06/18 20:01:40 MemUsageKB() [SB 3]", "2019/06/18 20:01:40 received kill signal, cleaning up", "2019/06/18 20:01:40 Destroy() [SB 0]", "2019/06/18 20:01:40 Destroy() [SB 1]", "2019/06/18 20:01:41 Destroy() [SB 2]", "2019/06/18 20:01:41 Destroy() [SB 3]", "2019/06/18 20:01:41 exiting", "" ] } POP conf: {'sandbox': 'docker', 'handler_cache_mb': 256, 'import_cache_mb': 0} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=9761, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 9761 { "test": "fork_bomb", "params": {}, "pass": true, "seconds": 0.03439617156982422, "total_seconds": 8.290487289428711, "stats": null, "conf": { "worker_dir": "/root/open-lambda/test-cluster/worker", "max_runners": 0, "sandbox": "sock", "cluster_name": "/root/open-lambda/test-cluster", "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "handler_cache_mb": 239, "docker_runtime": "", "benchmark_log": "", "pip_mirror": "", "server_mode": "lambda", "Skip_pull_existing": false, "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "worker_port": "5000", "import_cache_mb": 239, "registry_cache_ms": 5000, "registry": "/root/open-lambda/test-registry", "sandbox_config": { "processes": 10 }, "timing": false, "sock_cgroups": { "max_procs": 10 } }, "exception": null, "worker_tail": [ "2019/06/18 20:01:49 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:49 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:49 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:49 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:49 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:49 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:49 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:49 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:01:49 exiting", "" ] } POP conf: {'startup_pkgs': ['parso', 'jedi', 'urllib3', 'idna', 'chardet', 'certifi', 'requests', 'simplejson'], 'registry': '/root/open-lambda/test-registry'} PUSH conf: {'sandbox': 'sock', 'handler_cache_mb': 256, 'registry': '/root/open-lambda/test-registry', 'import_cache_mb': 256} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=9838, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 9838 { "test": "stress_one_lambda", "params": { "procs": 1, "seconds": 15 }, "pass": true, "seconds": 15.02586555480957, "total_seconds": 15.349761247634888, "stats": { "reqs_per_sec": 281.4 }, "conf": { "max_runners": 0, "sandbox": "sock", "worker_port": "5000", "startup_pkgs": null, "handler_cache_mb": 256, "docker_runtime": "", "sock_cgroups": { "max_procs": 10 }, "server_mode": "lambda", "pip_mirror": "", "benchmark_log": "", "Skip_pull_existing": false, "cluster_name": "/root/open-lambda/test-cluster", "timing": false, "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "import_cache_mb": 256, "registry_cache_ms": 5000, "registry": "/root/open-lambda/test-registry", "sandbox_config": { "processes": 10 }, "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "worker_dir": "/root/open-lambda/test-cluster/worker" }, "exception": null, "worker_tail": [ "2019/06/18 20:02:05 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:05 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:05 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:05 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:05 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:05 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:05 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:05 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:05 exiting", "" ] } RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=9880, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 9880 { "test": "stress_one_lambda", "params": { "procs": 2, "seconds": 15 }, "pass": true, "seconds": 15.04865312576294, "total_seconds": 15.377249240875244, "stats": { "reqs_per_sec": 285.06666666666666 }, "conf": { "max_runners": 0, "sandbox": "sock", "worker_port": "5000", "startup_pkgs": null, "handler_cache_mb": 256, "docker_runtime": "", "sock_cgroups": { "max_procs": 10 }, "server_mode": "lambda", "pip_mirror": "", "benchmark_log": "", "Skip_pull_existing": false, "cluster_name": "/root/open-lambda/test-cluster", "timing": false, "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "import_cache_mb": 256, "registry_cache_ms": 5000, "registry": "/root/open-lambda/test-registry", "sandbox_config": { "processes": 10 }, "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "worker_dir": "/root/open-lambda/test-cluster/worker" }, "exception": null, "worker_tail": [ "2019/06/18 20:02:20 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:20 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:20 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:20 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:20 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:20 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:20 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:20 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:20 exiting", "" ] } RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=9929, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 9929 { "test": "stress_one_lambda", "params": { "procs": 8, "seconds": 15 }, "pass": true, "seconds": 15.064867973327637, "total_seconds": 15.410587072372437, "stats": { "reqs_per_sec": 269.26666666666665 }, "conf": { "max_runners": 0, "sandbox": "sock", "worker_port": "5000", "startup_pkgs": null, "handler_cache_mb": 256, "docker_runtime": "", "sock_cgroups": { "max_procs": 10 }, "server_mode": "lambda", "pip_mirror": "", "benchmark_log": "", "Skip_pull_existing": false, "cluster_name": "/root/open-lambda/test-cluster", "timing": false, "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "import_cache_mb": 256, "registry_cache_ms": 5000, "registry": "/root/open-lambda/test-registry", "sandbox_config": { "processes": 10 }, "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "worker_dir": "/root/open-lambda/test-cluster/worker" }, "exception": null, "worker_tail": [ "2019/06/18 20:02:35 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:35 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:35 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:35 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:35 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:35 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:35 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:35 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:35 exiting", "" ] } POP conf: {'sandbox': 'sock', 'handler_cache_mb': 256, 'registry': '/root/open-lambda/test-registry', 'import_cache_mb': 256} PUSH conf: {'sandbox': 'sock', 'handler_cache_mb': 256, 'import_cache_mb': 256} PUSH conf: {'registry': '/tmp/tmpo2oe2o55'} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=10022, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 10022 { "test": "call_each_once_exec", "params": { "lambda_count": 100, "alloc_mb": 1 }, "pass": true, "seconds": 3.14581036567688, "total_seconds": 3.704807758331299, "stats": { "reqs_per_sec": 31.788586208467233 }, "conf": { "worker_dir": "/root/open-lambda/test-cluster/worker", "max_runners": 0, "sandbox": "sock", "cluster_name": "/root/open-lambda/test-cluster", "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "startup_pkgs": null, "handler_cache_mb": 256, "docker_runtime": "", "benchmark_log": "", "pip_mirror": "", "server_mode": "lambda", "Skip_pull_existing": false, "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "worker_port": "5000", "import_cache_mb": 256, "registry_cache_ms": 5000, "registry": "/tmp/tmpo2oe2o55", "sandbox_config": { "processes": 10 }, "timing": false, "sock_cgroups": { "max_procs": 10 } }, "exception": null, "worker_tail": [ "2019/06/18 20:02:39 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:39 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:39 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:39 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:39 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:39 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:39 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:39 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:02:39 exiting", "" ] } POP conf: {'registry': '/tmp/tmpo2oe2o55'} PUSH conf: {'registry': '/tmp/tmpp7evgvms'} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=10752, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 10752 { "test": "call_each_once_exec", "params": { "lambda_count": 1000, "alloc_mb": 10 }, "pass": true, "seconds": 39.38032293319702, "total_seconds": 41.12688398361206, "stats": { "reqs_per_sec": 25.39341271539586 }, "conf": { "max_runners": 0, "sandbox": "sock", "worker_port": "5000", "startup_pkgs": null, "handler_cache_mb": 256, "docker_runtime": "", "sock_cgroups": { "max_procs": 10 }, "server_mode": "lambda", "pip_mirror": "", "benchmark_log": "", "Skip_pull_existing": false, "cluster_name": "/root/open-lambda/test-cluster", "timing": false, "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "import_cache_mb": 256, "registry_cache_ms": 5000, "registry": "/tmp/tmpp7evgvms", "sandbox_config": { "processes": 10 }, "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "worker_dir": "/root/open-lambda/test-cluster/worker" }, "exception": null, "worker_tail": [ "2019/06/18 20:03:20 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:03:20 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:03:20 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:03:20 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:03:20 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:03:20 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:03:20 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:03:20 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 20:03:20 exiting", "" ] } POP conf: {'registry': '/tmp/tmpp7evgvms'} POP conf: {'sandbox': 'sock', 'handler_cache_mb': 256, 'import_cache_mb': 256} PASSED: 12, FAILED: 0