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: {'import_cache_mb': 0, 'handler_cache_mb': 0} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=7313, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 7313 { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 3.6042959690093994, "total_seconds": 21.324636936187744, "stats": null, "conf": { "max_runners": 0, "server_mode": "lambda", "Skip_pull_existing": false, "cluster_name": "/root/open-lambda/test-cluster", "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "sandbox_config": { "processes": 10 }, "timing": false, "registry_cache_ms": 5000, "handler_cache_mb": 0, "sock_cgroups": { "max_procs": 10 }, "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "pip_mirror": "", "worker_port": "5000", "sandbox": "sock", "registry": "/root/open-lambda/test-registry", "docker_runtime": "", "import_cache_mb": 0, "worker_dir": "/root/open-lambda/test-cluster/worker", "benchmark_log": "" }, "exception": null, "worker_tail": [ "2019/06/18 21:43:56 remove /sys/fs/cgroup/cpu/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:43:56 remove /sys/fs/cgroup/devices/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:43:56 remove /sys/fs/cgroup/freezer/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:43:56 remove /sys/fs/cgroup/hugetlb/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:43:56 remove /sys/fs/cgroup/memory/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:43:56 remove /sys/fs/cgroup/perf_event/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:43:56 remove /sys/fs/cgroup/systemd/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:43:56 remove /sys/fs/cgroup/pids/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:43:56 exiting", "" ] } POP conf: {'import_cache_mb': 0, 'handler_cache_mb': 0} PUSH conf: {'import_cache_mb': 0, 'handler_cache_mb': 256} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=7407, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 7407 { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 1.9396612644195557, "total_seconds": 9.697558879852295, "stats": null, "conf": { "max_runners": 0, "import_cache_mb": 0, "Skip_pull_existing": false, "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "cluster_name": "/root/open-lambda/test-cluster", "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "timing": false, "registry_cache_ms": 5000, "sock_cgroups": { "max_procs": 10 }, "handler_cache_mb": 256, "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "pip_mirror": "", "worker_port": "5000", "sandbox": "sock", "benchmark_log": "", "registry": "/root/open-lambda/test-registry", "docker_runtime": "", "server_mode": "lambda", "worker_dir": "/root/open-lambda/test-cluster/worker", "sandbox_config": { "processes": 10 } }, "exception": null, "worker_tail": [ "2019/06/18 21:44:05 remove /sys/fs/cgroup/cpu/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:44:05 remove /sys/fs/cgroup/devices/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:44:05 remove /sys/fs/cgroup/freezer/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:44:05 remove /sys/fs/cgroup/hugetlb/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:44:05 remove /sys/fs/cgroup/memory/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:44:05 remove /sys/fs/cgroup/perf_event/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:44:05 remove /sys/fs/cgroup/systemd/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:44:05 remove /sys/fs/cgroup/pids/sock-handlers [CGROUP POOL sock-handlers]", "2019/06/18 21:44:05 exiting", "" ] } POP conf: {'import_cache_mb': 0, 'handler_cache_mb': 256} PUSH conf: {'import_cache_mb': 256, 'handler_cache_mb': 0} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=7489, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 7489 { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 0.7650473117828369, "total_seconds": 8.726392269134521, "stats": null, "conf": { "max_runners": 0, "server_mode": "lambda", "Skip_pull_existing": false, "cluster_name": "/root/open-lambda/test-cluster", "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "sandbox_config": { "processes": 10 }, "timing": false, "registry_cache_ms": 5000, "handler_cache_mb": 0, "sock_cgroups": { "max_procs": 10 }, "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "pip_mirror": "", "worker_port": "5000", "sandbox": "sock", "registry": "/root/open-lambda/test-registry", "docker_runtime": "", "import_cache_mb": 256, "worker_dir": "/root/open-lambda/test-cluster/worker", "benchmark_log": "" }, "exception": null, "worker_tail": [ "2019/06/18 21:44:14 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:14 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:14 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:14 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:14 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:14 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:14 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:14 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:14 exiting", "" ] } POP conf: {'import_cache_mb': 256, 'handler_cache_mb': 0} PUSH conf: {'import_cache_mb': 256, 'handler_cache_mb': 256} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=7581, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 7581 { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 0.7528362274169922, "total_seconds": 8.613213539123535, "stats": null, "conf": { "max_runners": 0, "import_cache_mb": 256, "Skip_pull_existing": false, "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "cluster_name": "/root/open-lambda/test-cluster", "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "timing": false, "registry_cache_ms": 5000, "sock_cgroups": { "max_procs": 10 }, "handler_cache_mb": 256, "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "pip_mirror": "", "worker_port": "5000", "sandbox": "sock", "benchmark_log": "", "registry": "/root/open-lambda/test-registry", "docker_runtime": "", "server_mode": "lambda", "worker_dir": "/root/open-lambda/test-cluster/worker", "sandbox_config": { "processes": 10 } }, "exception": null, "worker_tail": [ "2019/06/18 21:44:23 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:23 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:23 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:23 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:23 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:23 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:23 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:23 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:23 exiting", "" ] } POP conf: {'import_cache_mb': 256, 'handler_cache_mb': 256} PUSH conf: {'sandbox': 'docker', 'import_cache_mb': 0, 'handler_cache_mb': 0} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=7674, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 7674 { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 7.707437038421631, "total_seconds": 15.558278799057007, "stats": null, "conf": { "max_runners": 0, "server_mode": "lambda", "Skip_pull_existing": false, "cluster_name": "/root/open-lambda/test-cluster", "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "sandbox_config": { "processes": 10 }, "timing": false, "registry_cache_ms": 5000, "handler_cache_mb": 0, "sock_cgroups": { "max_procs": 10 }, "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "pip_mirror": "", "worker_port": "5000", "sandbox": "docker", "registry": "/root/open-lambda/test-registry", "docker_runtime": "", "import_cache_mb": 0, "worker_dir": "/root/open-lambda/test-cluster/worker", "benchmark_log": "" }, "exception": null, "worker_tail": [ "2019/06/18 21:44:38 MemUsageKB() [SB 3]", "2019/06/18 21:44:38 EVICTING INSTANCE: 22908928 used / 0 limit", "2019/06/18 21:44:38 Destroy() [SB 3]", "2019/06/18 21:44:38 received kill signal, cleaning up", "2019/06/18 21:44:38 Destroy() [SB 0]", "2019/06/18 21:44:38 Destroy() [SB 1]", "2019/06/18 21:44:38 Destroy() [SB 2]", "2019/06/18 21:44:38 Destroy() [SB 3]", "2019/06/18 21:44:38 exiting", "" ] } POP conf: {'sandbox': 'docker', 'import_cache_mb': 0, 'handler_cache_mb': 0} PUSH conf: {'sandbox': 'docker', 'import_cache_mb': 0, 'handler_cache_mb': 256} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=8707, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 8707 { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 3.5514397621154785, "total_seconds": 12.003198862075806, "stats": null, "conf": { "max_runners": 0, "import_cache_mb": 0, "Skip_pull_existing": false, "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "cluster_name": "/root/open-lambda/test-cluster", "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "timing": false, "registry_cache_ms": 5000, "sock_cgroups": { "max_procs": 10 }, "handler_cache_mb": 256, "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "pip_mirror": "", "worker_port": "5000", "sandbox": "docker", "benchmark_log": "", "registry": "/root/open-lambda/test-registry", "docker_runtime": "", "server_mode": "lambda", "worker_dir": "/root/open-lambda/test-cluster/worker", "sandbox_config": { "processes": 10 } }, "exception": null, "worker_tail": [ "2019/06/18 21:44:49 Channel() [SB 3]", "2019/06/18 21:44:49 Pause() [SB 3]", "2019/06/18 21:44:49 MemUsageKB() [SB 3]", "2019/06/18 21:44:49 received kill signal, cleaning up", "2019/06/18 21:44:49 Destroy() [SB 0]", "2019/06/18 21:44:50 Destroy() [SB 1]", "2019/06/18 21:44:50 Destroy() [SB 2]", "2019/06/18 21:44:50 Destroy() [SB 3]", "2019/06/18 21:44:50 exiting", "" ] } POP conf: {'sandbox': 'docker', 'import_cache_mb': 0, 'handler_cache_mb': 256} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=9747, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 9747 { "test": "fork_bomb", "params": {}, "pass": true, "seconds": 0.034430742263793945, "total_seconds": 8.59047555923462, "stats": null, "conf": { "max_runners": 0, "server_mode": "lambda", "Skip_pull_existing": false, "cluster_name": "/root/open-lambda/test-cluster", "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "sandbox_config": { "processes": 10 }, "timing": false, "registry_cache_ms": 5000, "handler_cache_mb": 239, "sock_cgroups": { "max_procs": 10 }, "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "pip_mirror": "", "worker_port": "5000", "sandbox": "sock", "registry": "/root/open-lambda/test-registry", "docker_runtime": "", "import_cache_mb": 239, "worker_dir": "/root/open-lambda/test-cluster/worker", "benchmark_log": "" }, "exception": null, "worker_tail": [ "2019/06/18 21:44:59 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:59 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:59 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:59 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:59 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:59 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:59 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:59 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:44:59 exiting", "" ] } POP conf: {'startup_pkgs': ['parso', 'jedi', 'urllib3', 'idna', 'chardet', 'certifi', 'requests', 'simplejson'], 'registry': '/root/open-lambda/test-registry'} PUSH conf: {'sandbox': 'sock', 'import_cache_mb': 256, 'handler_cache_mb': 256, 'registry': '/root/open-lambda/test-registry'} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=9824, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 9824 { "test": "stress_one_lambda", "params": { "seconds": 15, "procs": 1 }, "pass": true, "seconds": 15.08518385887146, "total_seconds": 15.40914797782898, "stats": { "reqs_per_sec": 283.73333333333335 }, "conf": { "max_runners": 0, "import_cache_mb": 256, "Skip_pull_existing": false, "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "cluster_name": "/root/open-lambda/test-cluster", "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "timing": false, "registry_cache_ms": 5000, "sock_cgroups": { "max_procs": 10 }, "handler_cache_mb": 256, "startup_pkgs": null, "pip_mirror": "", "worker_port": "5000", "sandbox": "sock", "benchmark_log": "", "registry": "/root/open-lambda/test-registry", "docker_runtime": "", "server_mode": "lambda", "worker_dir": "/root/open-lambda/test-cluster/worker", "sandbox_config": { "processes": 10 } }, "exception": null, "worker_tail": [ "2019/06/18 21:45:14 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:14 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:14 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:14 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:14 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:14 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:14 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:14 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:14 exiting", "" ] } RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=9866, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 9866 { "test": "stress_one_lambda", "params": { "seconds": 15, "procs": 2 }, "pass": true, "seconds": 15.044929504394531, "total_seconds": 15.374096870422363, "stats": { "reqs_per_sec": 281.26666666666665 }, "conf": { "max_runners": 0, "import_cache_mb": 256, "Skip_pull_existing": false, "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "cluster_name": "/root/open-lambda/test-cluster", "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "timing": false, "registry_cache_ms": 5000, "sock_cgroups": { "max_procs": 10 }, "handler_cache_mb": 256, "startup_pkgs": null, "pip_mirror": "", "worker_port": "5000", "sandbox": "sock", "benchmark_log": "", "registry": "/root/open-lambda/test-registry", "docker_runtime": "", "server_mode": "lambda", "worker_dir": "/root/open-lambda/test-cluster/worker", "sandbox_config": { "processes": 10 } }, "exception": null, "worker_tail": [ "2019/06/18 21:45:30 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:30 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:30 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:30 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:30 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:30 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:30 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:30 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:30 exiting", "" ] } RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=9915, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 9915 { "test": "stress_one_lambda", "params": { "seconds": 15, "procs": 8 }, "pass": true, "seconds": 15.068870067596436, "total_seconds": 15.405407667160034, "stats": { "reqs_per_sec": 263.2 }, "conf": { "max_runners": 0, "import_cache_mb": 256, "Skip_pull_existing": false, "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "cluster_name": "/root/open-lambda/test-cluster", "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "timing": false, "registry_cache_ms": 5000, "sock_cgroups": { "max_procs": 10 }, "handler_cache_mb": 256, "startup_pkgs": null, "pip_mirror": "", "worker_port": "5000", "sandbox": "sock", "benchmark_log": "", "registry": "/root/open-lambda/test-registry", "docker_runtime": "", "server_mode": "lambda", "worker_dir": "/root/open-lambda/test-cluster/worker", "sandbox_config": { "processes": 10 } }, "exception": null, "worker_tail": [ "2019/06/18 21:45:45 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:45 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:45 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:45 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:45 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:45 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:45 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:45 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:45 exiting", "" ] } POP conf: {'sandbox': 'sock', 'import_cache_mb': 256, 'handler_cache_mb': 256, 'registry': '/root/open-lambda/test-registry'} PUSH conf: {'sandbox': 'sock', 'import_cache_mb': 256, 'handler_cache_mb': 256} PUSH conf: {'registry': '/tmp/tmp5plvdg5z'} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=10008, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 10008 { "test": "call_each_once_exec", "params": { "lambda_count": 100, "alloc_mb": 1 }, "pass": true, "seconds": 2.6148478984832764, "total_seconds": 3.161043167114258, "stats": { "reqs_per_sec": 38.24353622578427 }, "conf": { "max_runners": 0, "server_mode": "lambda", "Skip_pull_existing": false, "cluster_name": "/root/open-lambda/test-cluster", "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "sandbox_config": { "processes": 10 }, "timing": false, "registry_cache_ms": 5000, "handler_cache_mb": 256, "sock_cgroups": { "max_procs": 10 }, "startup_pkgs": null, "pip_mirror": "", "worker_port": "5000", "sandbox": "sock", "registry": "/tmp/tmp5plvdg5z", "docker_runtime": "", "import_cache_mb": 256, "worker_dir": "/root/open-lambda/test-cluster/worker", "benchmark_log": "" }, "exception": null, "worker_tail": [ "2019/06/18 21:45:48 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:48 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:48 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:48 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:48 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:48 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:48 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:48 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:45:48 exiting", "" ] } POP conf: {'registry': '/tmp/tmp5plvdg5z'} PUSH conf: {'registry': '/tmp/tmp2e3pb5vk'} RUN ./ol worker -p=test-cluster --detach using existing OL directory at /root/open-lambda/test-cluster Starting worker: pid=10738, port=5000, log=/root/open-lambda/test-cluster/worker.out ready RUN ./ol kill -p=test-cluster Kill worker process with PID 10738 { "test": "call_each_once_exec", "params": { "lambda_count": 1000, "alloc_mb": 10 }, "pass": true, "seconds": 39.862138986587524, "total_seconds": 41.20876097679138, "stats": { "reqs_per_sec": 25.08648197998263 }, "conf": { "max_runners": 0, "import_cache_mb": 256, "Skip_pull_existing": false, "SOCK_base_path": "/root/open-lambda/test-cluster/lambda", "cluster_name": "/root/open-lambda/test-cluster", "Pkgs_dir": "/root/open-lambda/test-cluster/lambda/packages", "timing": false, "registry_cache_ms": 5000, "sock_cgroups": { "max_procs": 10 }, "handler_cache_mb": 256, "startup_pkgs": null, "pip_mirror": "", "worker_port": "5000", "sandbox": "sock", "benchmark_log": "", "registry": "/tmp/tmp2e3pb5vk", "docker_runtime": "", "server_mode": "lambda", "worker_dir": "/root/open-lambda/test-cluster/worker", "sandbox_config": { "processes": 10 } }, "exception": null, "worker_tail": [ "2019/06/18 21:46:29 remove /sys/fs/cgroup/cpu/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:46:29 remove /sys/fs/cgroup/devices/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:46:29 remove /sys/fs/cgroup/freezer/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:46:29 remove /sys/fs/cgroup/hugetlb/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:46:29 remove /sys/fs/cgroup/memory/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:46:29 remove /sys/fs/cgroup/perf_event/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:46:29 remove /sys/fs/cgroup/systemd/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:46:29 remove /sys/fs/cgroup/pids/sock-cache [CGROUP POOL sock-cache]", "2019/06/18 21:46:29 exiting", "" ] } POP conf: {'registry': '/tmp/tmp2e3pb5vk'} POP conf: {'sandbox': 'sock', 'import_cache_mb': 256, 'handler_cache_mb': 256} PASSED: 12, FAILED: 0