python3 -u test.py RUN ./ol new -p=test-dir PUSH conf: {'limits': {'installer_mem_mb': 250}} PUSH conf: {'registry': '/root/open-lambda/test-registry'} ======================================== ping_test ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "ping_test", "params": {}, "pass": true, "conf": { "registry_cache_ms": 5000, "pip_mirror": "", "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": false, "downsize_paused_mem": true }, "registry": "/root/open-lambda/test-registry", "sandbox": "sock", "import_cache_tree": "", "server_mode": "lambda", "worker_dir": "/root/open-lambda/test-dir/worker", "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false } }, "seconds": 2.1975505352020264, "total_seconds": 2.4229085445404053, "stats": { "pings_per_sec": 455.05650038092216 }, "ol-stats": { "fresh-cgroup.cnt": 17, "fresh-cgroup.ms-avg": 0 }, "errors": [], "worker_tail": [ "2020/03/17 21:56:22 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:22 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:22 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:22 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:22 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:22 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:22 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 21:56:22 remove worker.pid", "2020/03/17 21:56:22 exiting", "" ] } PUSH conf: {'features': {'import_cache': False}} ======================================== install_tests ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "install_tests", "params": {}, "pass": true, "conf": { "registry_cache_ms": 5000, "pip_mirror": "", "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": false, "reuse_cgroups": false, "downsize_paused_mem": true }, "registry": "/root/open-lambda/test-registry", "sandbox": "sock", "import_cache_tree": "", "server_mode": "lambda", "worker_dir": "/root/open-lambda/test-dir/worker", "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false } }, "seconds": 9.290474653244019, "total_seconds": 9.527898788452148, "stats": null, "ol-stats": { "Channel().cnt": 10, "Channel().ms-avg": 0, "Create().cnt": 10, "Create().ms-avg": 259, "Create()/acquire-cgroup.cnt": 10, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 10, "Create()/acquire-mem.ms-avg": 0, "Create()/fresh-proc.cnt": 10, "Create()/fresh-proc.ms-avg": 257, "Create()/make-root-fs.cnt": 10, "Create()/make-root-fs.ms-avg": 1, "Destroy().cnt": 10, "Destroy().ms-avg": 2, "Destroy()/detach-root.cnt": 10, "Destroy()/detach-root.ms-avg": 0, "Destroy()/kill-procs.cnt": 10, "Destroy()/kill-procs.ms-avg": 1, "Destroy()/remove-root.cnt": 10, "Destroy()/remove-root.ms-avg": 0, "LambdaFunc.Invoke.cnt": 4, "LambdaFunc.Invoke.ms-avg": 2310, "Pause().cnt": 4, "Pause().ms-avg": 4, "ServeHTTP.cnt": 4, "ServeHTTP.ms-avg": 44, "fresh-cgroup.cnt": 27, "fresh-cgroup.ms-avg": 0, "pull-lambda.cnt": 4, "pull-lambda.ms-avg": 8, "pull-package.cnt": 6, "pull-package.ms-avg": 1211, "web-request.cnt": 4, "web-request.ms-avg": 2310 }, "errors": [], "worker_tail": [ "2020/03/17 21:56:31 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:31 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:31 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:31 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:31 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:31 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:31 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 21:56:31 remove worker.pid", "2020/03/17 21:56:31 exiting", "" ] } POP conf: {'features': {'import_cache': False}} PUSH conf: {'mem_pool_mb': 500} ======================================== install_tests ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "install_tests", "params": {}, "pass": true, "conf": { "registry_cache_ms": 5000, "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": false, "downsize_paused_mem": true }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "registry": "/root/open-lambda/test-registry", "sandbox": "sock", "import_cache_tree": "", "server_mode": "lambda", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false }, "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "pip_mirror": "", "worker_dir": "/root/open-lambda/test-dir/worker" }, "seconds": 6.341355085372925, "total_seconds": 6.578524589538574, "stats": null, "ol-stats": { "Channel().cnt": 10, "Channel().ms-avg": 0, "Create().cnt": 11, "Create().ms-avg": 93, "Create()/acquire-cgroup.cnt": 11, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 11, "Create()/acquire-mem.ms-avg": 0, "Create()/fork-proc.cnt": 4, "Create()/fork-proc.ms-avg": 7, "Create()/fresh-proc.cnt": 7, "Create()/fresh-proc.ms-avg": 139, "Create()/make-root-fs.cnt": 11, "Create()/make-root-fs.ms-avg": 1, "Destroy().cnt": 11, "Destroy().ms-avg": 2, "Destroy()/detach-root.cnt": 11, "Destroy()/detach-root.ms-avg": 0, "Destroy()/kill-procs.cnt": 11, "Destroy()/kill-procs.ms-avg": 1, "Destroy()/remove-root.cnt": 11, "Destroy()/remove-root.ms-avg": 0, "LambdaFunc.Invoke.cnt": 4, "LambdaFunc.Invoke.ms-avg": 1577, "Pause().cnt": 8, "Pause().ms-avg": 3, "ServeHTTP.cnt": 4, "ServeHTTP.ms-avg": 43, "Unpause().cnt": 3, "Unpause().ms-avg": 0, "childExit().cnt": 4, "childExit().ms-avg": 0, "fork().cnt": 4, "fork().ms-avg": 7, "forkRequest.cnt": 4, "forkRequest.ms-avg": 6, "fresh-cgroup.cnt": 28, "fresh-cgroup.ms-avg": 0, "move-to-cg-after-fork.cnt": 4, "move-to-cg-after-fork.ms-avg": 0, "pull-lambda.cnt": 4, "pull-lambda.ms-avg": 1, "pull-package.cnt": 6, "pull-package.ms-avg": 987, "web-request.cnt": 4, "web-request.ms-avg": 1577 }, "errors": [], "worker_tail": [ "2020/03/17 21:56:38 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:38 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:38 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:38 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:38 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:38 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:56:38 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 21:56:38 remove worker.pid", "2020/03/17 21:56:38 exiting", "" ] } POP conf: {'mem_pool_mb': 500} PUSH conf: {'features': {'import_cache': False}, 'sandbox': 'docker'} ======================================== install_tests ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "install_tests", "params": {}, "pass": true, "conf": { "registry_cache_ms": 5000, "pip_mirror": "", "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": false, "reuse_cgroups": false, "downsize_paused_mem": true }, "registry": "/root/open-lambda/test-registry", "sandbox": "docker", "import_cache_tree": "", "server_mode": "lambda", "worker_dir": "/root/open-lambda/test-dir/worker", "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false } }, "seconds": 137.86333322525024, "total_seconds": 138.78688549995422, "stats": null, "ol-stats": { "Channel().cnt": 10, "Channel().ms-avg": 0, "Create().cnt": 10, "Create().ms-avg": 10912, "Destroy().cnt": 10, "Destroy().ms-avg": 1221, "LambdaFunc.Invoke.cnt": 4, "LambdaFunc.Invoke.ms-avg": 34453, "Pause().cnt": 4, "Pause().ms-avg": 756, "ServeHTTP.cnt": 4, "ServeHTTP.ms-avg": 1, "pull-lambda.cnt": 4, "pull-lambda.ms-avg": 2, "pull-package.cnt": 6, "pull-package.ms-avg": 19868, "web-request.cnt": 4, "web-request.ms-avg": 34453 }, "errors": [], "worker_tail": [ "2020/03/17 21:58:56 Kill function: install", "2020/03/17 21:58:56 Destroy() [SB 6]", "2020/03/17 21:58:56 Kill function: install2", "2020/03/17 21:58:56 Destroy() [SB 7]", "2020/03/17 21:58:57 Kill function: install3", "2020/03/17 21:58:57 Destroy() [SB 9]", "2020/03/17 21:58:57 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 21:58:57 remove worker.pid", "2020/03/17 21:58:57 exiting", "" ] } POP conf: {'features': {'import_cache': False}, 'sandbox': 'docker'} ======================================== fork_bomb ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "fork_bomb", "params": {}, "pass": true, "conf": { "registry_cache_ms": 5000, "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": false, "downsize_paused_mem": true }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "registry": "/root/open-lambda/test-registry", "sandbox": "sock", "import_cache_tree": "", "server_mode": "lambda", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false }, "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "pip_mirror": "", "worker_dir": "/root/open-lambda/test-dir/worker" }, "seconds": 0.20811939239501953, "total_seconds": 0.44019341468811035, "stats": null, "ol-stats": { "Channel().cnt": 1, "Channel().ms-avg": 0, "Create().cnt": 2, "Create().ms-avg": 92, "Create()/acquire-cgroup.cnt": 2, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 2, "Create()/acquire-mem.ms-avg": 0, "Create()/fork-proc.cnt": 1, "Create()/fork-proc.ms-avg": 7, "Create()/fresh-proc.cnt": 1, "Create()/fresh-proc.ms-avg": 167, "Create()/make-root-fs.cnt": 2, "Create()/make-root-fs.ms-avg": 4, "Destroy().cnt": 2, "Destroy().ms-avg": 2, "Destroy()/detach-root.cnt": 2, "Destroy()/detach-root.ms-avg": 1, "Destroy()/kill-procs.cnt": 2, "Destroy()/kill-procs.ms-avg": 0, "Destroy()/remove-root.cnt": 2, "Destroy()/remove-root.ms-avg": 0, "LambdaFunc.Invoke.cnt": 1, "LambdaFunc.Invoke.ms-avg": 204, "Pause().cnt": 2, "Pause().ms-avg": 4, "ServeHTTP.cnt": 1, "ServeHTTP.ms-avg": 11, "childExit().cnt": 1, "childExit().ms-avg": 0, "fork().cnt": 1, "fork().ms-avg": 7, "forkRequest.cnt": 1, "forkRequest.ms-avg": 4, "fresh-cgroup.cnt": 19, "fresh-cgroup.ms-avg": 0, "move-to-cg-after-fork.cnt": 1, "move-to-cg-after-fork.ms-avg": 2, "pull-lambda.cnt": 1, "pull-lambda.ms-avg": 2, "web-request.cnt": 1, "web-request.ms-avg": 204 }, "errors": [], "worker_tail": [ "2020/03/17 21:58:57 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:58:57 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:58:57 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:58:57 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:58:57 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:58:57 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:58:57 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 21:58:57 remove worker.pid", "2020/03/17 21:58:57 exiting", "" ] } ======================================== max_mem_alloc ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "max_mem_alloc", "params": {}, "pass": true, "conf": { "registry_cache_ms": 5000, "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": false, "downsize_paused_mem": true }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "registry": "/root/open-lambda/test-registry", "sandbox": "sock", "import_cache_tree": "", "server_mode": "lambda", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false }, "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "pip_mirror": "", "worker_dir": "/root/open-lambda/test-dir/worker" }, "seconds": 0.8537530899047852, "total_seconds": 1.0867063999176025, "stats": null, "ol-stats": { "Channel().cnt": 1, "Channel().ms-avg": 0, "Create().cnt": 2, "Create().ms-avg": 79, "Create()/acquire-cgroup.cnt": 2, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 2, "Create()/acquire-mem.ms-avg": 0, "Create()/fork-proc.cnt": 1, "Create()/fork-proc.ms-avg": 9, "Create()/fresh-proc.cnt": 1, "Create()/fresh-proc.ms-avg": 139, "Create()/make-root-fs.cnt": 2, "Create()/make-root-fs.ms-avg": 4, "Destroy().cnt": 2, "Destroy().ms-avg": 2, "Destroy()/detach-root.cnt": 2, "Destroy()/detach-root.ms-avg": 1, "Destroy()/kill-procs.cnt": 2, "Destroy()/kill-procs.ms-avg": 0, "Destroy()/remove-root.cnt": 2, "Destroy()/remove-root.ms-avg": 0, "LambdaFunc.Invoke.cnt": 1, "LambdaFunc.Invoke.ms-avg": 849, "Pause().cnt": 2, "Pause().ms-avg": 3, "ServeHTTP.cnt": 1, "ServeHTTP.ms-avg": 682, "childExit().cnt": 1, "childExit().ms-avg": 0, "fork().cnt": 1, "fork().ms-avg": 9, "forkRequest.cnt": 1, "forkRequest.ms-avg": 7, "fresh-cgroup.cnt": 19, "fresh-cgroup.ms-avg": 0, "move-to-cg-after-fork.cnt": 1, "move-to-cg-after-fork.ms-avg": 1, "pull-lambda.cnt": 1, "pull-lambda.ms-avg": 6, "web-request.cnt": 1, "web-request.ms-avg": 849 }, "errors": [], "worker_tail": [ "2020/03/17 21:58:58 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:58:58 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:58:58 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:58:58 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:58:58 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:58:58 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 21:58:58 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 21:58:58 remove worker.pid", "2020/03/17 21:58:58 exiting", "" ] } PUSH conf: {'mem_pool_mb': 500} ======================================== numpy_test ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "numpy_test", "params": {}, "pass": true, "conf": { "registry_cache_ms": 5000, "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": false, "downsize_paused_mem": true }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "registry": "/root/open-lambda/test-registry", "sandbox": "sock", "import_cache_tree": "", "server_mode": "lambda", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false }, "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "pip_mirror": "", "worker_dir": "/root/open-lambda/test-dir/worker" }, "seconds": 106.11504626274109, "total_seconds": 106.38186955451965, "stats": null, "ol-stats": { "Channel().cnt": 12, "Channel().ms-avg": 0, "Create().cnt": 13, "Create().ms-avg": 138, "Create()/acquire-cgroup.cnt": 13, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 13, "Create()/acquire-mem.ms-avg": 0, "Create()/fork-proc.cnt": 5, "Create()/fork-proc.ms-avg": 6, "Create()/fresh-proc.cnt": 8, "Create()/fresh-proc.ms-avg": 208, "Create()/make-root-fs.cnt": 13, "Create()/make-root-fs.ms-avg": 7, "Destroy().cnt": 13, "Destroy().ms-avg": 3, "Destroy()/detach-root.cnt": 13, "Destroy()/detach-root.ms-avg": 0, "Destroy()/kill-procs.cnt": 13, "Destroy()/kill-procs.ms-avg": 2, "Destroy()/remove-root.cnt": 13, "Destroy()/remove-root.ms-avg": 0, "LambdaFunc.Invoke.cnt": 5, "LambdaFunc.Invoke.ms-avg": 21219, "Pause().cnt": 10, "Pause().ms-avg": 4, "ServeHTTP.cnt": 5, "ServeHTTP.ms-avg": 302, "Unpause().cnt": 4, "Unpause().ms-avg": 0, "childExit().cnt": 5, "childExit().ms-avg": 0, "fork().cnt": 5, "fork().ms-avg": 6, "forkRequest.cnt": 5, "forkRequest.ms-avg": 5, "fresh-cgroup.cnt": 30, "fresh-cgroup.ms-avg": 0, "move-to-cg-after-fork.cnt": 5, "move-to-cg-after-fork.ms-avg": 0, "pull-lambda.cnt": 5, "pull-lambda.ms-avg": 2, "pull-package.cnt": 7, "pull-package.ms-avg": 14866, "web-request.cnt": 5, "web-request.ms-avg": 21219 }, "errors": [], "worker_tail": [ "2020/03/17 22:00:45 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:00:45 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:00:45 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:00:45 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:00:45 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:00:45 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:00:45 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 22:00:45 remove worker.pid", "2020/03/17 22:00:45 exiting", "" ] } POP conf: {'mem_pool_mb': 500} POP conf: {'registry': '/root/open-lambda/test-registry'} PUSH conf: {'server_mode': 'sock', 'mem_pool_mb': 500} ======================================== sock_churn {'procs': 1, 'baseline': 0, 'fork': False, 'seconds': 5} ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "sock_churn", "params": { "procs": 1, "baseline": 0, "fork": false, "seconds": 5 }, "pass": true, "conf": { "registry_cache_ms": 5000, "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": false, "downsize_paused_mem": true }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "registry": "/root/open-lambda/test-dir/registry", "sandbox": "sock", "import_cache_tree": "", "server_mode": "sock", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false }, "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "pip_mirror": "", "worker_dir": "/root/open-lambda/test-dir/worker" }, "seconds": 5.125465154647827, "total_seconds": 5.34744119644165, "stats": { "sandboxes_per_sec": 6.2 }, "ol-stats": { "Create().cnt": 31, "Create().ms-avg": 145, "Create()/acquire-cgroup.cnt": 31, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 31, "Create()/acquire-mem.ms-avg": 0, "Create()/fresh-proc.cnt": 31, "Create()/fresh-proc.ms-avg": 141, "Create()/make-root-fs.cnt": 31, "Create()/make-root-fs.ms-avg": 4, "Destroy().cnt": 62, "Destroy().ms-avg": 1, "Destroy()/detach-root.cnt": 31, "Destroy()/detach-root.ms-avg": 1, "Destroy()/kill-procs.cnt": 31, "Destroy()/kill-procs.ms-avg": 0, "Destroy()/remove-root.cnt": 31, "Destroy()/remove-root.ms-avg": 0, "fresh-cgroup.cnt": 48, "fresh-cgroup.ms-avg": 0 }, "errors": [], "worker_tail": [ "2020/03/17 22:00:50 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:00:50 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:00:50 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:00:50 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:00:50 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:00:50 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:00:50 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 22:00:50 remove worker.pid", "2020/03/17 22:00:50 exiting", "" ] } ======================================== sock_churn {'procs': 1, 'baseline': 0, 'fork': True, 'seconds': 10} ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "sock_churn", "params": { "procs": 1, "baseline": 0, "fork": true, "seconds": 10 }, "pass": true, "conf": { "registry_cache_ms": 5000, "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": false, "downsize_paused_mem": true }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "registry": "/root/open-lambda/test-dir/registry", "sandbox": "sock", "import_cache_tree": "", "server_mode": "sock", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false }, "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "pip_mirror": "", "worker_dir": "/root/open-lambda/test-dir/worker" }, "seconds": 10.169681072235107, "total_seconds": 10.395922660827637, "stats": { "sandboxes_per_sec": 44.5 }, "ol-stats": { "Create().cnt": 446, "Create().ms-avg": 10, "Create()/acquire-cgroup.cnt": 446, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 446, "Create()/acquire-mem.ms-avg": 0, "Create()/fork-proc.cnt": 445, "Create()/fork-proc.ms-avg": 6, "Create()/fresh-proc.cnt": 1, "Create()/fresh-proc.ms-avg": 138, "Create()/make-root-fs.cnt": 446, "Create()/make-root-fs.ms-avg": 3, "Destroy().cnt": 891, "Destroy().ms-avg": 1, "Destroy()/detach-root.cnt": 446, "Destroy()/detach-root.ms-avg": 1, "Destroy()/kill-procs.cnt": 446, "Destroy()/kill-procs.ms-avg": 0, "Destroy()/remove-root.cnt": 446, "Destroy()/remove-root.ms-avg": 0, "childExit().cnt": 445, "childExit().ms-avg": 0, "fork().cnt": 445, "fork().ms-avg": 6, "forkRequest.cnt": 445, "forkRequest.ms-avg": 5, "fresh-cgroup.cnt": 463, "fresh-cgroup.ms-avg": 0, "move-to-cg-after-fork.cnt": 445, "move-to-cg-after-fork.ms-avg": 0 }, "errors": [], "worker_tail": [ "2020/03/17 22:01:00 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:00 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:00 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:00 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:00 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:00 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:00 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 22:01:00 remove worker.pid", "2020/03/17 22:01:00 exiting", "" ] } ======================================== sock_churn {'procs': 15, 'baseline': 0, 'fork': True, 'seconds': 10} ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "sock_churn", "params": { "procs": 15, "baseline": 0, "fork": true, "seconds": 10 }, "pass": true, "conf": { "registry_cache_ms": 5000, "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": false, "downsize_paused_mem": true }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "registry": "/root/open-lambda/test-dir/registry", "sandbox": "sock", "import_cache_tree": "", "server_mode": "sock", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false }, "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "pip_mirror": "", "worker_dir": "/root/open-lambda/test-dir/worker" }, "seconds": 10.343052625656128, "total_seconds": 10.569782495498657, "stats": { "sandboxes_per_sec": 45.9 }, "ol-stats": { "Create().cnt": 460, "Create().ms-avg": 77, "Create()/acquire-cgroup.cnt": 460, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 460, "Create()/acquire-mem.ms-avg": 13, "Create()/fork-proc.cnt": 459, "Create()/fork-proc.ms-avg": 60, "Create()/fresh-proc.cnt": 1, "Create()/fresh-proc.ms-avg": 136, "Create()/make-root-fs.cnt": 460, "Create()/make-root-fs.ms-avg": 2, "Destroy().cnt": 919, "Destroy().ms-avg": 48, "Destroy()/detach-root.cnt": 460, "Destroy()/detach-root.ms-avg": 0, "Destroy()/kill-procs.cnt": 460, "Destroy()/kill-procs.ms-avg": 11, "Destroy()/remove-root.cnt": 460, "Destroy()/remove-root.ms-avg": 0, "childExit().cnt": 459, "childExit().ms-avg": 60, "fork().cnt": 459, "fork().ms-avg": 60, "forkRequest.cnt": 459, "forkRequest.ms-avg": 10, "fresh-cgroup.cnt": 477, "fresh-cgroup.ms-avg": 5, "move-to-cg-after-fork.cnt": 459, "move-to-cg-after-fork.ms-avg": 2 }, "errors": [], "worker_tail": [ "2020/03/17 22:01:11 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:11 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:11 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:11 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:11 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:11 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:11 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 22:01:11 remove worker.pid", "2020/03/17 22:01:11 exiting", "" ] } ======================================== sock_churn {'procs': 1, 'baseline': 32, 'fork': True, 'seconds': 10} ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "sock_churn", "params": { "procs": 1, "baseline": 32, "fork": true, "seconds": 10 }, "pass": true, "conf": { "registry_cache_ms": 5000, "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": false, "downsize_paused_mem": true }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "registry": "/root/open-lambda/test-dir/registry", "sandbox": "sock", "import_cache_tree": "", "server_mode": "sock", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false }, "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "pip_mirror": "", "worker_dir": "/root/open-lambda/test-dir/worker" }, "seconds": 10.767367839813232, "total_seconds": 11.112515926361084, "stats": { "sandboxes_per_sec": 46.6 }, "ol-stats": { "Create().cnt": 499, "Create().ms-avg": 6, "Create()/acquire-cgroup.cnt": 499, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 499, "Create()/acquire-mem.ms-avg": 0, "Create()/fork-proc.cnt": 498, "Create()/fork-proc.ms-avg": 5, "Create()/fresh-proc.cnt": 1, "Create()/fresh-proc.ms-avg": 135, "Create()/make-root-fs.cnt": 499, "Create()/make-root-fs.ms-avg": 0, "Destroy().cnt": 965, "Destroy().ms-avg": 0, "Destroy()/detach-root.cnt": 499, "Destroy()/detach-root.ms-avg": 0, "Destroy()/kill-procs.cnt": 499, "Destroy()/kill-procs.ms-avg": 0, "Destroy()/remove-root.cnt": 499, "Destroy()/remove-root.ms-avg": 0, "Pause().cnt": 32, "Pause().ms-avg": 0, "childExit().cnt": 498, "childExit().ms-avg": 0, "fork().cnt": 498, "fork().ms-avg": 5, "forkRequest.cnt": 498, "forkRequest.ms-avg": 4, "fresh-cgroup.cnt": 516, "fresh-cgroup.ms-avg": 0, "move-to-cg-after-fork.cnt": 498, "move-to-cg-after-fork.ms-avg": 0 }, "errors": [], "worker_tail": [ "2020/03/17 22:01:22 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:22 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:22 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:22 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:22 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:22 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:22 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 22:01:22 remove worker.pid", "2020/03/17 22:01:22 exiting", "" ] } ======================================== sock_churn {'procs': 15, 'baseline': 32, 'fork': True, 'seconds': 10} ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "sock_churn", "params": { "procs": 15, "baseline": 32, "fork": true, "seconds": 10 }, "pass": true, "conf": { "registry_cache_ms": 5000, "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": false, "downsize_paused_mem": true }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "registry": "/root/open-lambda/test-dir/registry", "sandbox": "sock", "import_cache_tree": "", "server_mode": "sock", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false }, "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "pip_mirror": "", "worker_dir": "/root/open-lambda/test-dir/worker" }, "seconds": 11.004769086837769, "total_seconds": 11.594338178634644, "stats": { "sandboxes_per_sec": 43.0 }, "ol-stats": { "Create().cnt": 463, "Create().ms-avg": 122, "Create()/acquire-cgroup.cnt": 463, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 463, "Create()/acquire-mem.ms-avg": 70, "Create()/fork-proc.cnt": 462, "Create()/fork-proc.ms-avg": 48, "Create()/fresh-proc.cnt": 1, "Create()/fresh-proc.ms-avg": 136, "Create()/make-root-fs.cnt": 463, "Create()/make-root-fs.ms-avg": 1, "Destroy().cnt": 893, "Destroy().ms-avg": 44, "Destroy()/detach-root.cnt": 463, "Destroy()/detach-root.ms-avg": 1, "Destroy()/kill-procs.cnt": 463, "Destroy()/kill-procs.ms-avg": 10, "Destroy()/remove-root.cnt": 463, "Destroy()/remove-root.ms-avg": 0, "Pause().cnt": 32, "Pause().ms-avg": 0, "childExit().cnt": 462, "childExit().ms-avg": 51, "fork().cnt": 462, "fork().ms-avg": 48, "forkRequest.cnt": 462, "forkRequest.ms-avg": 9, "fresh-cgroup.cnt": 480, "fresh-cgroup.ms-avg": 2, "move-to-cg-after-fork.cnt": 462, "move-to-cg-after-fork.ms-avg": 2 }, "errors": [], "worker_tail": [ "2020/03/17 22:01:34 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:34 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:34 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:34 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:34 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:34 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:34 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 22:01:34 remove worker.pid", "2020/03/17 22:01:34 exiting", "" ] } POP conf: {'server_mode': 'sock', 'mem_pool_mb': 500} PUSH conf: {'registry_cache_ms': 3000, 'registry': '/tmp/tmp8m5coch1'} ======================================== update_code ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "update_code", "params": {}, "pass": true, "conf": { "registry_cache_ms": 3000, "pip_mirror": "", "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": false, "downsize_paused_mem": true }, "registry": "/tmp/tmp8m5coch1", "sandbox": "sock", "import_cache_tree": "", "server_mode": "lambda", "worker_dir": "/root/open-lambda/test-dir/worker", "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false } }, "seconds": 6.029809951782227, "total_seconds": 6.270630359649658, "stats": null, "ol-stats": { "Channel().cnt": 3, "Channel().ms-avg": 0, "Create().cnt": 4, "Create().ms-avg": 46, "Create()/acquire-cgroup.cnt": 4, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 4, "Create()/acquire-mem.ms-avg": 0, "Create()/fork-proc.cnt": 3, "Create()/fork-proc.ms-avg": 6, "Create()/fresh-proc.cnt": 1, "Create()/fresh-proc.ms-avg": 152, "Create()/make-root-fs.cnt": 4, "Create()/make-root-fs.ms-avg": 2, "Destroy().cnt": 4, "Destroy().ms-avg": 4, "Destroy()/detach-root.cnt": 4, "Destroy()/detach-root.ms-avg": 0, "Destroy()/kill-procs.cnt": 4, "Destroy()/kill-procs.ms-avg": 1, "Destroy()/remove-root.cnt": 4, "Destroy()/remove-root.ms-avg": 0, "LambdaFunc.Invoke.cnt": 1685, "LambdaFunc.Invoke.ms-avg": 1, "Pause().cnt": 1688, "Pause().ms-avg": 0, "ServeHTTP.cnt": 1685, "ServeHTTP.ms-avg": 0, "Unpause().cnt": 1684, "Unpause().ms-avg": 0, "childExit().cnt": 3, "childExit().ms-avg": 1, "fork().cnt": 3, "fork().ms-avg": 6, "forkRequest.cnt": 3, "forkRequest.ms-avg": 5, "fresh-cgroup.cnt": 21, "fresh-cgroup.ms-avg": 0, "move-to-cg-after-fork.cnt": 3, "move-to-cg-after-fork.ms-avg": 0, "pull-lambda.cnt": 3, "pull-lambda.ms-avg": 1, "web-request.cnt": 1685, "web-request.ms-avg": 1 }, "errors": [], "worker_tail": [ "2020/03/17 22:01:40 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:40 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:40 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:40 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:40 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:40 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:40 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 22:01:40 remove worker.pid", "2020/03/17 22:01:40 exiting", "" ] } POP conf: {'registry_cache_ms': 3000, 'registry': '/tmp/tmp8m5coch1'} PUSH conf: {'registry': '/root/open-lambda/test-registry'} ======================================== stress_one_lambda {'procs': 1, 'seconds': 15} ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "stress_one_lambda", "params": { "procs": 1, "seconds": 15 }, "pass": true, "conf": { "registry_cache_ms": 5000, "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": false, "downsize_paused_mem": true }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "registry": "/root/open-lambda/test-registry", "sandbox": "sock", "import_cache_tree": "", "server_mode": "lambda", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false }, "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "pip_mirror": "", "worker_dir": "/root/open-lambda/test-dir/worker" }, "seconds": 15.04417371749878, "total_seconds": 15.274754285812378, "stats": { "reqs_per_sec": 261.06666666666666 }, "ol-stats": { "Channel().cnt": 3, "Channel().ms-avg": 0, "Create().cnt": 4, "Create().ms-avg": 331, "Create()/acquire-cgroup.cnt": 4, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 4, "Create()/acquire-mem.ms-avg": 0, "Create()/fork-proc.cnt": 3, "Create()/fork-proc.ms-avg": 6, "Create()/fresh-proc.cnt": 1, "Create()/fresh-proc.ms-avg": 137, "Create()/make-root-fs.cnt": 4, "Create()/make-root-fs.ms-avg": 292, "Destroy().cnt": 4, "Destroy().ms-avg": 2, "Destroy()/detach-root.cnt": 4, "Destroy()/detach-root.ms-avg": 0, "Destroy()/kill-procs.cnt": 4, "Destroy()/kill-procs.ms-avg": 1, "Destroy()/remove-root.cnt": 4, "Destroy()/remove-root.ms-avg": 0, "LambdaFunc.Invoke.cnt": 3916, "LambdaFunc.Invoke.ms-avg": 1, "Pause().cnt": 3919, "Pause().ms-avg": 0, "ServeHTTP.cnt": 3916, "ServeHTTP.ms-avg": 0, "Unpause().cnt": 3915, "Unpause().ms-avg": 0, "childExit().cnt": 3, "childExit().ms-avg": 0, "fork().cnt": 3, "fork().ms-avg": 6, "forkRequest.cnt": 3, "forkRequest.ms-avg": 5, "fresh-cgroup.cnt": 21, "fresh-cgroup.ms-avg": 0, "move-to-cg-after-fork.cnt": 3, "move-to-cg-after-fork.ms-avg": 0, "pull-lambda.cnt": 3, "pull-lambda.ms-avg": 1, "web-request.cnt": 3916, "web-request.ms-avg": 1 }, "errors": [], "worker_tail": [ "2020/03/17 22:01:55 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:55 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:55 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:55 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:55 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:55 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:01:55 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 22:01:55 remove worker.pid", "2020/03/17 22:01:55 exiting", "" ] } ======================================== stress_one_lambda {'procs': 2, 'seconds': 15} ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "stress_one_lambda", "params": { "procs": 2, "seconds": 15 }, "pass": true, "conf": { "registry_cache_ms": 5000, "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": false, "downsize_paused_mem": true }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "registry": "/root/open-lambda/test-registry", "sandbox": "sock", "import_cache_tree": "", "server_mode": "lambda", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false }, "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "pip_mirror": "", "worker_dir": "/root/open-lambda/test-dir/worker" }, "seconds": 15.043858766555786, "total_seconds": 15.27344274520874, "stats": { "reqs_per_sec": 284.93333333333334 }, "ol-stats": { "Channel().cnt": 3, "Channel().ms-avg": 0, "Create().cnt": 4, "Create().ms-avg": 44, "Create()/acquire-cgroup.cnt": 4, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 4, "Create()/acquire-mem.ms-avg": 0, "Create()/fork-proc.cnt": 3, "Create()/fork-proc.ms-avg": 7, "Create()/fresh-proc.cnt": 1, "Create()/fresh-proc.ms-avg": 137, "Create()/make-root-fs.cnt": 4, "Create()/make-root-fs.ms-avg": 3, "Destroy().cnt": 4, "Destroy().ms-avg": 3, "Destroy()/detach-root.cnt": 4, "Destroy()/detach-root.ms-avg": 0, "Destroy()/kill-procs.cnt": 4, "Destroy()/kill-procs.ms-avg": 2, "Destroy()/remove-root.cnt": 4, "Destroy()/remove-root.ms-avg": 0, "LambdaFunc.Invoke.cnt": 4274, "LambdaFunc.Invoke.ms-avg": 1, "Pause().cnt": 3811, "Pause().ms-avg": 0, "ServeHTTP.cnt": 4274, "ServeHTTP.ms-avg": 0, "Unpause().cnt": 3807, "Unpause().ms-avg": 0, "childExit().cnt": 3, "childExit().ms-avg": 0, "fork().cnt": 3, "fork().ms-avg": 7, "forkRequest.cnt": 3, "forkRequest.ms-avg": 6, "fresh-cgroup.cnt": 21, "fresh-cgroup.ms-avg": 0, "move-to-cg-after-fork.cnt": 3, "move-to-cg-after-fork.ms-avg": 0, "pull-lambda.cnt": 3, "pull-lambda.ms-avg": 2, "web-request.cnt": 4274, "web-request.ms-avg": 1 }, "errors": [], "worker_tail": [ "2020/03/17 22:02:10 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:10 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:10 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:10 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:10 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:10 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:10 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 22:02:10 remove worker.pid", "2020/03/17 22:02:10 exiting", "" ] } ======================================== stress_one_lambda {'procs': 8, 'seconds': 15} ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "stress_one_lambda", "params": { "procs": 8, "seconds": 15 }, "pass": true, "conf": { "registry_cache_ms": 5000, "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": false, "downsize_paused_mem": true }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "registry": "/root/open-lambda/test-registry", "sandbox": "sock", "import_cache_tree": "", "server_mode": "lambda", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false }, "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "pip_mirror": "", "worker_dir": "/root/open-lambda/test-dir/worker" }, "seconds": 15.063211679458618, "total_seconds": 15.293251752853394, "stats": { "reqs_per_sec": 259.1333333333333 }, "ol-stats": { "Channel().cnt": 3, "Channel().ms-avg": 0, "Create().cnt": 4, "Create().ms-avg": 46, "Create()/acquire-cgroup.cnt": 4, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 4, "Create()/acquire-mem.ms-avg": 0, "Create()/fork-proc.cnt": 3, "Create()/fork-proc.ms-avg": 8, "Create()/fresh-proc.cnt": 1, "Create()/fresh-proc.ms-avg": 139, "Create()/make-root-fs.cnt": 4, "Create()/make-root-fs.ms-avg": 4, "Destroy().cnt": 4, "Destroy().ms-avg": 2, "Destroy()/detach-root.cnt": 4, "Destroy()/detach-root.ms-avg": 0, "Destroy()/kill-procs.cnt": 4, "Destroy()/kill-procs.ms-avg": 1, "Destroy()/remove-root.cnt": 4, "Destroy()/remove-root.ms-avg": 0, "LambdaFunc.Invoke.cnt": 3887, "LambdaFunc.Invoke.ms-avg": 2, "Pause().cnt": 2884, "Pause().ms-avg": 0, "ServeHTTP.cnt": 3887, "ServeHTTP.ms-avg": 0, "Unpause().cnt": 2880, "Unpause().ms-avg": 0, "childExit().cnt": 3, "childExit().ms-avg": 0, "fork().cnt": 3, "fork().ms-avg": 8, "forkRequest.cnt": 3, "forkRequest.ms-avg": 5, "fresh-cgroup.cnt": 21, "fresh-cgroup.ms-avg": 0, "move-to-cg-after-fork.cnt": 3, "move-to-cg-after-fork.ms-avg": 1, "pull-lambda.cnt": 3, "pull-lambda.ms-avg": 3, "web-request.cnt": 3887, "web-request.ms-avg": 2 }, "errors": [], "worker_tail": [ "2020/03/17 22:02:26 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:26 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:26 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:26 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:26 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:26 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:26 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 22:02:26 remove worker.pid", "2020/03/17 22:02:26 exiting", "" ] } POP conf: {'registry': '/root/open-lambda/test-registry'} PUSH conf: {'features': {'reuse_cgroups': True}} PUSH conf: {'registry': '/tmp/tmpnq6rhbie'} ======================================== call_each_once_exec {'alloc_mb': 1, 'lambda_count': 100} ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "call_each_once_exec", "params": { "alloc_mb": 1, "lambda_count": 100 }, "pass": true, "conf": { "registry_cache_ms": 5000, "pip_mirror": "", "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": true, "downsize_paused_mem": true }, "registry": "/tmp/tmpnq6rhbie", "sandbox": "sock", "import_cache_tree": "", "server_mode": "lambda", "worker_dir": "/root/open-lambda/test-dir/worker", "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false } }, "seconds": 2.752955436706543, "total_seconds": 3.188039541244507, "stats": { "reqs_per_sec": 36.32491589971135 }, "ol-stats": { "Channel().cnt": 100, "Channel().ms-avg": 0, "Create().cnt": 101, "Create().ms-avg": 7, "Create()/acquire-cgroup.cnt": 101, "Create()/acquire-cgroup.ms-avg": 0, "Create()/acquire-mem.cnt": 101, "Create()/acquire-mem.ms-avg": 0, "Create()/fork-proc.cnt": 100, "Create()/fork-proc.ms-avg": 5, "Create()/fresh-proc.cnt": 1, "Create()/fresh-proc.ms-avg": 137, "Create()/make-root-fs.cnt": 101, "Create()/make-root-fs.ms-avg": 0, "Destroy().cnt": 154, "Destroy().ms-avg": 4, "Destroy()/detach-root.cnt": 101, "Destroy()/detach-root.ms-avg": 0, "Destroy()/kill-procs.cnt": 101, "Destroy()/kill-procs.ms-avg": 3, "Destroy()/remove-root.cnt": 101, "Destroy()/remove-root.ms-avg": 0, "LambdaFunc.Invoke.cnt": 100, "LambdaFunc.Invoke.ms-avg": 23, "Pause().cnt": 200, "Pause().ms-avg": 8, "ServeHTTP.cnt": 100, "ServeHTTP.ms-avg": 6, "Unpause().cnt": 99, "Unpause().ms-avg": 0, "childExit().cnt": 100, "childExit().ms-avg": 2, "evict.cnt": 53, "evict.ms-avg": 9, "fork().cnt": 100, "fork().ms-avg": 5, "forkRequest.cnt": 100, "forkRequest.ms-avg": 4, "fresh-cgroup.cnt": 70, "fresh-cgroup.ms-avg": 0, "move-to-cg-after-fork.cnt": 100, "move-to-cg-after-fork.ms-avg": 0, "pull-lambda.cnt": 100, "pull-lambda.ms-avg": 2, "web-request.cnt": 100, "web-request.ms-avg": 23 }, "errors": [], "worker_tail": [ "2020/03/17 22:02:29 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 save stats to /root/open-lambda/test-dir/worker/stats.json", "2020/03/17 22:02:29 remove worker.pid", "2020/03/17 22:02:29 exiting", "" ] } POP conf: {'registry': '/tmp/tmpnq6rhbie'} PUSH conf: {'registry': '/tmp/tmp7caqfnok'} ======================================== call_each_once_exec {'alloc_mb': 10, 'lambda_count': 1000} ======================================== RUN ./ol worker -p=test-dir --detach RUN ./ol kill -p=test-dir { "test": "call_each_once_exec", "params": { "alloc_mb": 10, "lambda_count": 1000 }, "pass": false, "conf": { "registry_cache_ms": 5000, "limits": { "procs": 10, "mem_mb": 50, "swappiness": 0, "installer_mem_mb": 250 }, "mem_pool_mb": 500, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "worker_port": "5000", "features": { "import_cache": true, "reuse_cgroups": true, "downsize_paused_mem": true }, "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "registry": "/tmp/tmp7caqfnok", "sandbox": "sock", "import_cache_tree": "", "server_mode": "lambda", "trace": { "cgroups": false, "package": false, "memory": false, "evictor": false }, "docker_runtime": "", "sandbox_config": {}, "storage": { "code": "", "scratch": "", "root": "private" }, "pip_mirror": "", "worker_dir": "/root/open-lambda/test-dir/worker" }, "seconds": 70.91468930244446, "total_seconds": 143.05418062210083, "stats": { "reqs_per_sec": 14.101456695258879 }, "ol-stats": null, "errors": [ [ "Traceback (most recent call last):", " File \"test.py\", line 93, in wrapper", " run(['./ol', 'kill', '-p='+OLDIR])", " File \"test.py\", line 179, in run", " raise Exception(\"command (%s) failed: %s\" % (\" \".join(cmd), out))", "Exception: command (./ol kill -p=test-dir) failed: Kill worker process with PID 19034", "2020/03/17 22:04:20 worker didn't stop after 30s", "", "" ] ], "worker_tail": [ "using existing OL directory at /root/open-lambda/test-dir", "2020/03/17 22:02:29 save PID 19034 to file /root/open-lambda/test-dir/worker/worker.pid", "2020/03/17 22:02:29 Start Lambda Server", "2020/03/17 22:02:29 Storage dir at /root/open-lambda/test-dir/worker/code", "2020/03/17 22:02:29 Storage dir at /root/open-lambda/test-dir/worker/scratch", "2020/03/17 22:02:29 Create SandboxPool", "2020/03/17 22:02:29 create /sys/fs/cgroup/blkio/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 create /sys/fs/cgroup/cpu/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 create /sys/fs/cgroup/devices/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 create /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 create /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 create /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 create /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 create /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 create /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 Storage dir at /root/open-lambda/test-dir/worker/root-sandboxes", "2020/03/17 22:02:29 Create DepTracer", "2020/03/17 22:02:29 Create PackagePuller", "2020/03/17 22:02:29 Create ImportCache", "2020/03/17 22:02:29 Import Cache Tree:", "2020/03/17 22:02:29 0 - ROOT", "2020/03/17 22:02:29 Create HandlerPuller", "2020/03/17 22:02:29 Setups Handlers", "2020/03/17 22:02:29 Execute handler by POSTing to localhost:5000/run/", "2020/03/17 22:02:29 Get status by sending request to localhost:5000/status", "2020/03/17 22:02:29 start creating/serving CGs [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:29 Receive request to /pid", "2020/03/17 22:02:29 Receive request to /run/L0", "2020/03/17 22:02:29 debug: LambdaFunc.Task() runs on goroutine 18 [FUNC L0]", "2020/03/17 22:02:29 increase instances to 1 [FUNC L0]", "2020/03/17 22:02:29 Try using Zygote from ", "2020/03/17 22:02:29 .Create(, false, /root/open-lambda/test-dir/worker/code/1003-import-cache, /root/open-lambda/test-dir/worker/scratch/1004-import-cache, )=1... [SOCK POOL sandboxes]", "2020/03/17 22:02:29 use cgroup cg-1 [SOCK 1]", "sock2.py: started new process with args: sock2.py /host/bootstrap.py 9", "sock2.py: joined cgroup, close FD 3", "sock2.py: joined cgroup, close FD 4", "sock2.py: joined cgroup, close FD 5", "sock2.py: joined cgroup, close FD 6", "sock2.py: joined cgroup, close FD 7", "sock2.py: joined cgroup, close FD 8", "sock2.py: joined cgroup, close FD 9", "sock2.py: joined cgroup, close FD 10", "sock2.py: joined cgroup, close FD 11", "sock2.py: start fork server on fd: 3", "2020/03/17 22:02:29 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:29 .Create(, true, /root/open-lambda/test-dir/worker/code/1001-L0, /root/open-lambda/test-dir/worker/scratch/1002-L0, )=2... [SOCK POOL sandboxes]", "2020/03/17 22:02:29 use cgroup cg-2 [SOCK 2]", "2020/03/17 22:02:29 fork(SB 2) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:29 move PID 19049 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:29 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:29 Pause() [SB 1]", "2020/03/17 22:02:29 Channel() [SB 2]", "2020/03/17 22:02:29 Pause() [SB 2]", "2020/03/17 22:02:29 Receive request to /run/L1", "2020/03/17 22:02:29 debug: LambdaFunc.Task() runs on goroutine 29 [FUNC L1]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L1]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1007-L1, /root/open-lambda/test-dir/worker/scratch/1008-L1, )=3... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-3 [SOCK 3]", "2020/03/17 22:02:30 fork(SB 3) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19053 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 3]", "2020/03/17 22:02:30 Pause() [SB 3]", "2020/03/17 22:02:30 Receive request to /run/L2", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 39 [FUNC L2]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L2]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1010-L2, /root/open-lambda/test-dir/worker/scratch/1011-L2, )=4... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-4 [SOCK 4]", "2020/03/17 22:02:30 fork(SB 4) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19057 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 4]", "2020/03/17 22:02:30 Pause() [SB 4]", "2020/03/17 22:02:30 Receive request to /run/L3", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 49 [FUNC L3]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L3]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1013-L3, /root/open-lambda/test-dir/worker/scratch/1014-L3, )=5... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-5 [SOCK 5]", "2020/03/17 22:02:30 fork(SB 5) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19061 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 5]", "2020/03/17 22:02:30 Pause() [SB 5]", "2020/03/17 22:02:30 Receive request to /run/L4", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 59 [FUNC L4]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L4]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1016-L4, /root/open-lambda/test-dir/worker/scratch/1017-L4, )=6... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-6 [SOCK 6]", "2020/03/17 22:02:30 fork(SB 6) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19065 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 6]", "2020/03/17 22:02:30 Pause() [SB 6]", "2020/03/17 22:02:30 Receive request to /run/L5", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 69 [FUNC L5]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L5]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1019-L5, /root/open-lambda/test-dir/worker/scratch/1020-L5, )=7... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-7 [SOCK 7]", "2020/03/17 22:02:30 fork(SB 7) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19069 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 7]", "2020/03/17 22:02:30 Pause() [SB 7]", "2020/03/17 22:02:30 Receive request to /run/L6", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 79 [FUNC L6]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L6]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1022-L6, /root/open-lambda/test-dir/worker/scratch/1023-L6, )=8... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-8 [SOCK 8]", "2020/03/17 22:02:30 fork(SB 8) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19073 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 8]", "2020/03/17 22:02:30 Pause() [SB 8]", "2020/03/17 22:02:30 Receive request to /run/L7", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 89 [FUNC L7]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L7]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1025-L7, /root/open-lambda/test-dir/worker/scratch/1026-L7, )=9... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-9 [SOCK 9]", "2020/03/17 22:02:30 fork(SB 9) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19077 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 9]", "2020/03/17 22:02:30 Pause() [SB 9]", "2020/03/17 22:02:30 Receive request to /run/L8", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 99 [FUNC L8]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L8]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1028-L8, /root/open-lambda/test-dir/worker/scratch/1029-L8, )=10... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-10 [SOCK 10]", "2020/03/17 22:02:30 fork(SB 10) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19081 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 10]", "2020/03/17 22:02:30 Pause() [SB 10]", "2020/03/17 22:02:30 Receive request to /run/L9", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 109 [FUNC L9]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L9]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1031-L9, /root/open-lambda/test-dir/worker/scratch/1032-L9, )=11... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-11 [SOCK 11]", "2020/03/17 22:02:30 fork(SB 11) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19085 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 11]", "2020/03/17 22:02:30 Pause() [SB 11]", "2020/03/17 22:02:30 Receive request to /run/L10", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 119 [FUNC L10]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L10]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1034-L10, /root/open-lambda/test-dir/worker/scratch/1035-L10, )=12... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-12 [SOCK 12]", "2020/03/17 22:02:30 fork(SB 12) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19089 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 12]", "2020/03/17 22:02:30 Pause() [SB 12]", "2020/03/17 22:02:30 Receive request to /run/L11", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 129 [FUNC L11]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L11]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1037-L11, /root/open-lambda/test-dir/worker/scratch/1038-L11, )=13... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-13 [SOCK 13]", "2020/03/17 22:02:30 fork(SB 13) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19093 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 13]", "2020/03/17 22:02:30 Pause() [SB 13]", "2020/03/17 22:02:30 Receive request to /run/L12", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 139 [FUNC L12]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L12]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1040-L12, /root/open-lambda/test-dir/worker/scratch/1041-L12, )=14... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-14 [SOCK 14]", "2020/03/17 22:02:30 fork(SB 14) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19097 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 14]", "2020/03/17 22:02:30 Pause() [SB 14]", "2020/03/17 22:02:30 Receive request to /run/L13", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 149 [FUNC L13]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L13]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1043-L13, /root/open-lambda/test-dir/worker/scratch/1044-L13, )=15... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-15 [SOCK 15]", "2020/03/17 22:02:30 fork(SB 15) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19101 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 15]", "2020/03/17 22:02:30 Pause() [SB 15]", "2020/03/17 22:02:30 Receive request to /run/L14", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 159 [FUNC L14]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L14]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1046-L14, /root/open-lambda/test-dir/worker/scratch/1047-L14, )=16... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-16 [SOCK 16]", "2020/03/17 22:02:30 fork(SB 16) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19105 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 16]", "2020/03/17 22:02:30 Pause() [SB 16]", "2020/03/17 22:02:30 Receive request to /run/L15", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 169 [FUNC L15]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L15]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1049-L15, /root/open-lambda/test-dir/worker/scratch/1050-L15, )=17... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-17 [SOCK 17]", "2020/03/17 22:02:30 fork(SB 17) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19109 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 17]", "2020/03/17 22:02:30 Pause() [SB 17]", "2020/03/17 22:02:30 Receive request to /run/L16", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 179 [FUNC L16]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L16]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1052-L16, /root/open-lambda/test-dir/worker/scratch/1053-L16, )=18... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-18 [SOCK 18]", "2020/03/17 22:02:30 fork(SB 18) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19113 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 18]", "2020/03/17 22:02:30 Pause() [SB 18]", "2020/03/17 22:02:30 Receive request to /run/L17", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 189 [FUNC L17]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L17]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1055-L17, /root/open-lambda/test-dir/worker/scratch/1056-L17, )=19... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-19 [SOCK 19]", "2020/03/17 22:02:30 fork(SB 19) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19117 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 19]", "2020/03/17 22:02:30 Pause() [SB 19]", "2020/03/17 22:02:30 Receive request to /run/L18", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 199 [FUNC L18]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L18]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1058-L18, /root/open-lambda/test-dir/worker/scratch/1059-L18, )=20... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-20 [SOCK 20]", "2020/03/17 22:02:30 fork(SB 20) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 Destroy() [SB 2]", "2020/03/17 22:02:30 CG ref count decremented to 0 [SOCK 2]", "2020/03/17 22:02:30 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:30 move PID 19121 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 killed PIDs [19049] in CG [SOCK 2]", "2020/03/17 22:02:30 unmount and remove dirs [SOCK 2]", "2020/03/17 22:02:30 childExit(SB 2) [SB 1]", "2020/03/17 22:02:30 Channel() [SB 20]", "2020/03/17 22:02:30 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:30 Pause() [SB 20]", "2020/03/17 22:02:30 Receive request to /run/L19", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 210 [FUNC L19]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L19]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1061-L19, /root/open-lambda/test-dir/worker/scratch/1062-L19, )=21... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-21 [SOCK 21]", "2020/03/17 22:02:30 fork(SB 21) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19127 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 21]", "2020/03/17 22:02:30 Pause() [SB 21]", "2020/03/17 22:02:30 Receive request to /run/L20", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 220 [FUNC L20]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L20]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1064-L20, /root/open-lambda/test-dir/worker/scratch/1065-L20, )=22... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-22 [SOCK 22]", "2020/03/17 22:02:30 fork(SB 22) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 Destroy() [SB 3]", "2020/03/17 22:02:30 CG ref count decremented to 0 [SOCK 3]", "2020/03/17 22:02:30 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:30 move PID 19131 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 killed PIDs [19053] in CG [SOCK 3]", "2020/03/17 22:02:30 unmount and remove dirs [SOCK 3]", "2020/03/17 22:02:30 childExit(SB 3) [SB 1]", "2020/03/17 22:02:30 Channel() [SB 22]", "2020/03/17 22:02:30 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:30 Pause() [SB 22]", "2020/03/17 22:02:30 Receive request to /run/L21", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 231 [FUNC L21]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L21]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1067-L21, /root/open-lambda/test-dir/worker/scratch/1068-L21, )=23... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-23 [SOCK 23]", "2020/03/17 22:02:30 fork(SB 23) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19136 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 23]", "2020/03/17 22:02:30 Pause() [SB 23]", "2020/03/17 22:02:30 Receive request to /run/L22", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 242 [FUNC L22]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L22]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1070-L22, /root/open-lambda/test-dir/worker/scratch/1071-L22, )=24... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-24 [SOCK 24]", "2020/03/17 22:02:30 fork(SB 24) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19140 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 24]", "2020/03/17 22:02:30 Pause() [SB 24]", "2020/03/17 22:02:30 Receive request to /run/L23", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 252 [FUNC L23]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L23]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1073-L23, /root/open-lambda/test-dir/worker/scratch/1074-L23, )=25... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-25 [SOCK 25]", "2020/03/17 22:02:30 fork(SB 25) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 Destroy() [SB 4]", "2020/03/17 22:02:30 CG ref count decremented to 0 [SOCK 4]", "2020/03/17 22:02:30 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:30 Destroy() [SB 5]", "2020/03/17 22:02:30 CG ref count decremented to 0 [SOCK 5]", "2020/03/17 22:02:30 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:30 move PID 19144 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Destroy() [SB 6]", "2020/03/17 22:02:30 CG ref count decremented to 0 [SOCK 6]", "2020/03/17 22:02:30 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:30 killed PIDs [19061] in CG [SOCK 5]", "2020/03/17 22:02:30 unmount and remove dirs [SOCK 5]", "2020/03/17 22:02:30 childExit(SB 5) [SB 1]", "2020/03/17 22:02:30 killed PIDs [19057] in CG [SOCK 4]", "2020/03/17 22:02:30 unmount and remove dirs [SOCK 4]", "2020/03/17 22:02:30 childExit(SB 4) [SB 1]", "2020/03/17 22:02:30 killed PIDs [19065] in CG [SOCK 6]", "2020/03/17 22:02:30 unmount and remove dirs [SOCK 6]", "2020/03/17 22:02:30 childExit(SB 6) [SB 1]", "2020/03/17 22:02:30 Channel() [SB 25]", "2020/03/17 22:02:30 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:30 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:30 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:30 Pause() [SB 25]", "2020/03/17 22:02:30 Receive request to /run/L24", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 265 [FUNC L24]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L24]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1076-L24, /root/open-lambda/test-dir/worker/scratch/1077-L24, )=26... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-26 [SOCK 26]", "2020/03/17 22:02:30 fork(SB 26) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 Destroy() [SB 7]", "2020/03/17 22:02:30 CG ref count decremented to 0 [SOCK 7]", "2020/03/17 22:02:30 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:30 move PID 19151 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 killed PIDs [19069] in CG [SOCK 7]", "2020/03/17 22:02:30 unmount and remove dirs [SOCK 7]", "2020/03/17 22:02:30 childExit(SB 7) [SB 1]", "2020/03/17 22:02:30 Channel() [SB 26]", "2020/03/17 22:02:30 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:30 Pause() [SB 26]", "2020/03/17 22:02:30 Receive request to /run/L25", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 276 [FUNC L25]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L25]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1079-L25, /root/open-lambda/test-dir/worker/scratch/1080-L25, )=27... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-27 [SOCK 27]", "2020/03/17 22:02:30 fork(SB 27) [SB 1]", "2020/03/17 22:02:30 move PID 19156 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Destroy() [SB 8]", "2020/03/17 22:02:30 CG ref count decremented to 0 [SOCK 8]", "2020/03/17 22:02:30 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 killed PIDs [19073] in CG [SOCK 8]", "2020/03/17 22:02:30 unmount and remove dirs [SOCK 8]", "2020/03/17 22:02:30 childExit(SB 8) [SB 1]", "2020/03/17 22:02:30 Channel() [SB 27]", "2020/03/17 22:02:30 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:30 Pause() [SB 27]", "2020/03/17 22:02:30 Receive request to /run/L26", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 287 [FUNC L26]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L26]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1082-L26, /root/open-lambda/test-dir/worker/scratch/1083-L26, )=28... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-28 [SOCK 28]", "2020/03/17 22:02:30 fork(SB 28) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19161 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 28]", "2020/03/17 22:02:30 Pause() [SB 28]", "2020/03/17 22:02:30 Receive request to /run/L27", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 297 [FUNC L27]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L27]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1085-L27, /root/open-lambda/test-dir/worker/scratch/1086-L27, )=29... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-29 [SOCK 29]", "2020/03/17 22:02:30 fork(SB 29) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19165 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Channel() [SB 29]", "2020/03/17 22:02:30 Pause() [SB 29]", "2020/03/17 22:02:30 Receive request to /run/L28", "2020/03/17 22:02:30 debug: LambdaFunc.Task() runs on goroutine 307 [FUNC L28]", "2020/03/17 22:02:30 increase instances to 1 [FUNC L28]", "2020/03/17 22:02:30 Try using Zygote from ", "2020/03/17 22:02:30 Unpause() [SB 1]", "2020/03/17 22:02:30 .Create(, true, /root/open-lambda/test-dir/worker/code/1088-L28, /root/open-lambda/test-dir/worker/scratch/1089-L28, )=30... [SOCK POOL sandboxes]", "2020/03/17 22:02:30 use cgroup cg-30 [SOCK 30]", "2020/03/17 22:02:30 fork(SB 30) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:30 move PID 19169 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:30 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:30 Pause() [SB 1]", "2020/03/17 22:02:30 Destroy() [SB 9]", "2020/03/17 22:02:30 CG ref count decremented to 0 [SOCK 9]", "2020/03/17 22:02:30 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:30 killed PIDs [19077] in CG [SOCK 9]", "2020/03/17 22:02:30 unmount and remove dirs [SOCK 9]", "2020/03/17 22:02:30 childExit(SB 9) [SB 1]", "2020/03/17 22:02:30 Channel() [SB 30]", "2020/03/17 22:02:30 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 30]", "2020/03/17 22:02:31 Receive request to /run/L29", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 318 [FUNC L29]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L29]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1091-L29, /root/open-lambda/test-dir/worker/scratch/1092-L29, )=31... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-31 [SOCK 31]", "2020/03/17 22:02:31 fork(SB 31) [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 10]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 10]", "2020/03/17 22:02:31 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 move PID 19174 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 11]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 11]", "2020/03/17 22:02:31 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 killed PIDs [19081] in CG [SOCK 10]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 10]", "2020/03/17 22:02:31 childExit(SB 10) [SB 1]", "2020/03/17 22:02:31 killed PIDs [19085] in CG [SOCK 11]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 11]", "2020/03/17 22:02:31 childExit(SB 11) [SB 1]", "2020/03/17 22:02:31 Channel() [SB 31]", "2020/03/17 22:02:31 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:31 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 31]", "2020/03/17 22:02:31 Receive request to /run/L30", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 330 [FUNC L30]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L30]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1094-L30, /root/open-lambda/test-dir/worker/scratch/1095-L30, )=32... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-32 [SOCK 32]", "2020/03/17 22:02:31 fork(SB 32) [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 12]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 12]", "2020/03/17 22:02:31 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 killed PIDs [19089] in CG [SOCK 12]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 12]", "2020/03/17 22:02:31 childExit(SB 12) [SB 1]", "2020/03/17 22:02:31 move PID 19180 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Channel() [SB 32]", "2020/03/17 22:02:31 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 32]", "2020/03/17 22:02:31 Receive request to /run/L31", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 341 [FUNC L31]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L31]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1097-L31, /root/open-lambda/test-dir/worker/scratch/1098-L31, )=33... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-33 [SOCK 33]", "2020/03/17 22:02:31 fork(SB 33) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 move PID 19185 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Channel() [SB 33]", "2020/03/17 22:02:31 Pause() [SB 33]", "2020/03/17 22:02:31 Receive request to /run/L32", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 351 [FUNC L32]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L32]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1100-L32, /root/open-lambda/test-dir/worker/scratch/1101-L32, )=34... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-34 [SOCK 34]", "2020/03/17 22:02:31 fork(SB 34) [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 13]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 13]", "2020/03/17 22:02:31 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 move PID 19189 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 14]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 14]", "2020/03/17 22:02:31 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 killed PIDs [19097] in CG [SOCK 14]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 14]", "2020/03/17 22:02:31 childExit(SB 14) [SB 1]", "2020/03/17 22:02:31 killed PIDs [19093] in CG [SOCK 13]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 13]", "2020/03/17 22:02:31 childExit(SB 13) [SB 1]", "2020/03/17 22:02:31 Channel() [SB 34]", "2020/03/17 22:02:31 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:31 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 34]", "2020/03/17 22:02:31 Receive request to /run/L33", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 363 [FUNC L33]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L33]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1103-L33, /root/open-lambda/test-dir/worker/scratch/1104-L33, )=35... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-35 [SOCK 35]", "2020/03/17 22:02:31 fork(SB 35) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 move PID 19195 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Channel() [SB 35]", "2020/03/17 22:02:31 Pause() [SB 35]", "2020/03/17 22:02:31 Receive request to /run/L34", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 373 [FUNC L34]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L34]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1106-L34, /root/open-lambda/test-dir/worker/scratch/1107-L34, )=36... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-36 [SOCK 36]", "2020/03/17 22:02:31 fork(SB 36) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 Destroy() [SB 15]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 15]", "2020/03/17 22:02:31 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 move PID 19199 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 16]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 16]", "2020/03/17 22:02:31 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 killed PIDs [19105] in CG [SOCK 16]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 16]", "2020/03/17 22:02:31 childExit(SB 16) [SB 1]", "2020/03/17 22:02:31 killed PIDs [19101] in CG [SOCK 15]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 15]", "2020/03/17 22:02:31 childExit(SB 15) [SB 1]", "2020/03/17 22:02:31 Channel() [SB 36]", "2020/03/17 22:02:31 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:31 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 36]", "2020/03/17 22:02:31 Receive request to /run/L35", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 385 [FUNC L35]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L35]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1109-L35, /root/open-lambda/test-dir/worker/scratch/1110-L35, )=37... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-37 [SOCK 37]", "2020/03/17 22:02:31 fork(SB 37) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 move PID 19205 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 17]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 17]", "2020/03/17 22:02:31 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 Channel() [SB 37]", "2020/03/17 22:02:31 killed PIDs [19109] in CG [SOCK 17]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 17]", "2020/03/17 22:02:31 childExit(SB 17) [SB 1]", "2020/03/17 22:02:31 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 37]", "2020/03/17 22:02:31 Receive request to /run/L36", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 396 [FUNC L36]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L36]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1112-L36, /root/open-lambda/test-dir/worker/scratch/1113-L36, )=38... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-2 [SOCK 38]", "2020/03/17 22:02:31 fork(SB 38) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 Destroy() [SB 18]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 18]", "2020/03/17 22:02:31 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 move PID 19210 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 killed PIDs [19113] in CG [SOCK 18]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 18]", "2020/03/17 22:02:31 childExit(SB 18) [SB 1]", "2020/03/17 22:02:31 Channel() [SB 38]", "2020/03/17 22:02:31 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 38]", "2020/03/17 22:02:31 Receive request to /run/L37", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 407 [FUNC L37]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L37]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1115-L37, /root/open-lambda/test-dir/worker/scratch/1116-L37, )=39... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-38 [SOCK 39]", "2020/03/17 22:02:31 fork(SB 39) [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 19]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 19]", "2020/03/17 22:02:31 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 move PID 19215 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 20]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 20]", "2020/03/17 22:02:31 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 killed PIDs [19117] in CG [SOCK 19]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 19]", "2020/03/17 22:02:31 childExit(SB 19) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 killed PIDs [19121] in CG [SOCK 20]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 20]", "2020/03/17 22:02:31 childExit(SB 20) [SB 1]", "2020/03/17 22:02:31 Channel() [SB 39]", "2020/03/17 22:02:31 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:31 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 39]", "2020/03/17 22:02:31 Receive request to /run/L38", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 419 [FUNC L38]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L38]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1118-L38, /root/open-lambda/test-dir/worker/scratch/1119-L38, )=40... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-3 [SOCK 40]", "2020/03/17 22:02:31 fork(SB 40) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 move PID 19221 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Channel() [SB 40]", "2020/03/17 22:02:31 Pause() [SB 40]", "2020/03/17 22:02:31 Receive request to /run/L39", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 429 [FUNC L39]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L39]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1121-L39, /root/open-lambda/test-dir/worker/scratch/1122-L39, )=41... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-39 [SOCK 41]", "2020/03/17 22:02:31 fork(SB 41) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 move PID 19225 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Channel() [SB 41]", "2020/03/17 22:02:31 Pause() [SB 41]", "2020/03/17 22:02:31 Receive request to /run/L40", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 439 [FUNC L40]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L40]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1124-L40, /root/open-lambda/test-dir/worker/scratch/1125-L40, )=42... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-40 [SOCK 42]", "2020/03/17 22:02:31 fork(SB 42) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 Destroy() [SB 21]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 21]", "2020/03/17 22:02:31 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 move PID 19229 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 22]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 22]", "2020/03/17 22:02:31 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 killed PIDs [19127] in CG [SOCK 21]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 21]", "2020/03/17 22:02:31 childExit(SB 21) [SB 1]", "2020/03/17 22:02:31 killed PIDs [19131] in CG [SOCK 22]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 22]", "2020/03/17 22:02:31 childExit(SB 22) [SB 1]", "2020/03/17 22:02:31 Channel() [SB 42]", "2020/03/17 22:02:31 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:31 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 42]", "2020/03/17 22:02:31 Receive request to /run/L41", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 451 [FUNC L41]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L41]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1127-L41, /root/open-lambda/test-dir/worker/scratch/1128-L41, )=43... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-5 [SOCK 43]", "2020/03/17 22:02:31 fork(SB 43) [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 23]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 23]", "2020/03/17 22:02:31 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 move PID 19235 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 24]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 24]", "2020/03/17 22:02:31 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 killed PIDs [19136] in CG [SOCK 23]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 23]", "2020/03/17 22:02:31 childExit(SB 23) [SB 1]", "2020/03/17 22:02:31 killed PIDs [19140] in CG [SOCK 24]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 24]", "2020/03/17 22:02:31 childExit(SB 24) [SB 1]", "2020/03/17 22:02:31 Channel() [SB 43]", "2020/03/17 22:02:31 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:31 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 43]", "2020/03/17 22:02:31 Receive request to /run/L42", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 463 [FUNC L42]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L42]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1130-L42, /root/open-lambda/test-dir/worker/scratch/1131-L42, )=44... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-4 [SOCK 44]", "2020/03/17 22:02:31 fork(SB 44) [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 25]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 25]", "2020/03/17 22:02:31 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 move PID 19241 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 26]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 26]", "2020/03/17 22:02:31 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 killed PIDs [19144] in CG [SOCK 25]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 25]", "2020/03/17 22:02:31 childExit(SB 25) [SB 1]", "2020/03/17 22:02:31 Channel() [SB 44]", "2020/03/17 22:02:31 killed PIDs [19151] in CG [SOCK 26]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 26]", "2020/03/17 22:02:31 childExit(SB 26) [SB 1]", "2020/03/17 22:02:31 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:31 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 44]", "2020/03/17 22:02:31 Receive request to /run/L43", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 475 [FUNC L43]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L43]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1133-L43, /root/open-lambda/test-dir/worker/scratch/1134-L43, )=45... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-6 [SOCK 45]", "2020/03/17 22:02:31 fork(SB 45) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 Destroy() [SB 27]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 27]", "2020/03/17 22:02:31 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 move PID 19247 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 killed PIDs [19156] in CG [SOCK 27]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 27]", "2020/03/17 22:02:31 childExit(SB 27) [SB 1]", "2020/03/17 22:02:31 Channel() [SB 45]", "2020/03/17 22:02:31 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 45]", "2020/03/17 22:02:31 Receive request to /run/L44", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 486 [FUNC L44]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L44]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1136-L44, /root/open-lambda/test-dir/worker/scratch/1137-L44, )=46... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-7 [SOCK 46]", "2020/03/17 22:02:31 fork(SB 46) [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 28]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 28]", "2020/03/17 22:02:31 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 killed PIDs [19161] in CG [SOCK 28]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 28]", "2020/03/17 22:02:31 childExit(SB 28) [SB 1]", "2020/03/17 22:02:31 move PID 19253 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 Channel() [SB 46]", "2020/03/17 22:02:31 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 46]", "2020/03/17 22:02:31 Receive request to /run/L45", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 497 [FUNC L45]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L45]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1139-L45, /root/open-lambda/test-dir/worker/scratch/1140-L45, )=47... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-8 [SOCK 47]", "2020/03/17 22:02:31 fork(SB 47) [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 29]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 29]", "2020/03/17 22:02:31 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 move PID 19258 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 30]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 30]", "2020/03/17 22:02:31 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 killed PIDs [19165] in CG [SOCK 29]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 29]", "2020/03/17 22:02:31 childExit(SB 29) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 killed PIDs [19169] in CG [SOCK 30]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 30]", "2020/03/17 22:02:31 childExit(SB 30) [SB 1]", "2020/03/17 22:02:31 Channel() [SB 47]", "2020/03/17 22:02:31 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:31 CG ref count decremented to 18 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 47]", "2020/03/17 22:02:31 Receive request to /run/L46", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 509 [FUNC L46]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L46]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1142-L46, /root/open-lambda/test-dir/worker/scratch/1143-L46, )=48... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-9 [SOCK 48]", "2020/03/17 22:02:31 fork(SB 48) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 move PID 19263 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Channel() [SB 48]", "2020/03/17 22:02:31 Pause() [SB 48]", "2020/03/17 22:02:31 Receive request to /run/L47", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 519 [FUNC L47]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L47]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1145-L47, /root/open-lambda/test-dir/worker/scratch/1146-L47, )=49... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-10 [SOCK 49]", "2020/03/17 22:02:31 fork(SB 49) [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 31]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 31]", "2020/03/17 22:02:31 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 move PID 19267 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 32]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 32]", "2020/03/17 22:02:31 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 killed PIDs [19174] in CG [SOCK 31]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 31]", "2020/03/17 22:02:31 childExit(SB 31) [SB 1]", "2020/03/17 22:02:31 killed PIDs [19180] in CG [SOCK 32]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 32]", "2020/03/17 22:02:31 childExit(SB 32) [SB 1]", "2020/03/17 22:02:31 Channel() [SB 49]", "2020/03/17 22:02:31 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:31 CG ref count decremented to 18 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 49]", "2020/03/17 22:02:31 Receive request to /run/L48", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 531 [FUNC L48]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L48]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1148-L48, /root/open-lambda/test-dir/worker/scratch/1149-L48, )=50... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-11 [SOCK 50]", "2020/03/17 22:02:31 fork(SB 50) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 move PID 19273 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Channel() [SB 50]", "2020/03/17 22:02:31 Pause() [SB 50]", "2020/03/17 22:02:31 Receive request to /run/L49", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 541 [FUNC L49]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L49]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1151-L49, /root/open-lambda/test-dir/worker/scratch/1152-L49, )=51... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-12 [SOCK 51]", "2020/03/17 22:02:31 fork(SB 51) [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 33]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 33]", "2020/03/17 22:02:31 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 move PID 19277 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 34]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 34]", "2020/03/17 22:02:31 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 killed PIDs [19189] in CG [SOCK 34]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 34]", "2020/03/17 22:02:31 childExit(SB 34) [SB 1]", "2020/03/17 22:02:31 killed PIDs [19185] in CG [SOCK 33]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 33]", "2020/03/17 22:02:31 childExit(SB 33) [SB 1]", "2020/03/17 22:02:31 Channel() [SB 51]", "2020/03/17 22:02:31 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:31 CG ref count decremented to 18 [SOCK 1]", "2020/03/17 22:02:31 Pause() [SB 51]", "2020/03/17 22:02:31 Receive request to /run/L50", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 553 [FUNC L50]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L50]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1154-L50, /root/open-lambda/test-dir/worker/scratch/1155-L50, )=52... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-14 [SOCK 52]", "2020/03/17 22:02:31 fork(SB 52) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 move PID 19283 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Channel() [SB 52]", "2020/03/17 22:02:31 Pause() [SB 52]", "2020/03/17 22:02:31 Receive request to /run/L51", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 563 [FUNC L51]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L51]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1157-L51, /root/open-lambda/test-dir/worker/scratch/1158-L51, )=53... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-13 [SOCK 53]", "2020/03/17 22:02:31 fork(SB 53) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 move PID 19287 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Channel() [SB 53]", "2020/03/17 22:02:31 Pause() [SB 53]", "2020/03/17 22:02:31 Receive request to /run/L52", "2020/03/17 22:02:31 debug: LambdaFunc.Task() runs on goroutine 573 [FUNC L52]", "2020/03/17 22:02:31 increase instances to 1 [FUNC L52]", "2020/03/17 22:02:31 Try using Zygote from ", "2020/03/17 22:02:31 Unpause() [SB 1]", "2020/03/17 22:02:31 .Create(, true, /root/open-lambda/test-dir/worker/code/1160-L52, /root/open-lambda/test-dir/worker/scratch/1161-L52, )=54... [SOCK POOL sandboxes]", "2020/03/17 22:02:31 use cgroup cg-16 [SOCK 54]", "2020/03/17 22:02:31 fork(SB 54) [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 35]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 35]", "2020/03/17 22:02:31 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:31 killed PIDs [19195] in CG [SOCK 35]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 35]", "2020/03/17 22:02:31 childExit(SB 35) [SB 1]", "2020/03/17 22:02:31 move PID 19292 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:31 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:31 Pause() [SB 1]", "2020/03/17 22:02:31 Destroy() [SB 36]", "2020/03/17 22:02:31 CG ref count decremented to 0 [SOCK 36]", "2020/03/17 22:02:31 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:31 killed PIDs [19199] in CG [SOCK 36]", "2020/03/17 22:02:31 unmount and remove dirs [SOCK 36]", "2020/03/17 22:02:31 childExit(SB 36) [SB 1]", "2020/03/17 22:02:31 Channel() [SB 54]", "2020/03/17 22:02:31 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:31 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:32 Pause() [SB 54]", "2020/03/17 22:02:32 Receive request to /run/L53", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 585 [FUNC L53]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L53]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1163-L53, /root/open-lambda/test-dir/worker/scratch/1164-L53, )=55... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-15 [SOCK 55]", "2020/03/17 22:02:32 fork(SB 55) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 move PID 19297 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Channel() [SB 55]", "2020/03/17 22:02:32 Pause() [SB 55]", "2020/03/17 22:02:32 Receive request to /run/L54", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 595 [FUNC L54]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L54]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1166-L54, /root/open-lambda/test-dir/worker/scratch/1167-L54, )=56... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-17 [SOCK 56]", "2020/03/17 22:02:32 fork(SB 56) [SB 1]", "2020/03/17 22:02:32 Destroy() [SB 37]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 37]", "2020/03/17 22:02:32 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 move PID 19301 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Destroy() [SB 38]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 38]", "2020/03/17 22:02:32 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 killed PIDs [19205] in CG [SOCK 37]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 37]", "2020/03/17 22:02:32 childExit(SB 37) [SB 1]", "2020/03/17 22:02:32 killed PIDs [19210] in CG [SOCK 38]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 38]", "2020/03/17 22:02:32 childExit(SB 38) [SB 1]", "2020/03/17 22:02:32 Channel() [SB 56]", "2020/03/17 22:02:32 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:32 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:32 Pause() [SB 56]", "2020/03/17 22:02:32 Receive request to /run/L55", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 607 [FUNC L55]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L55]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1169-L55, /root/open-lambda/test-dir/worker/scratch/1170-L55, )=57... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-18 [SOCK 57]", "2020/03/17 22:02:32 fork(SB 57) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 Destroy() [SB 39]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 39]", "2020/03/17 22:02:32 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 move PID 19307 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 killed PIDs [19215] in CG [SOCK 39]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 39]", "2020/03/17 22:02:32 childExit(SB 39) [SB 1]", "2020/03/17 22:02:32 Channel() [SB 57]", "2020/03/17 22:02:32 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:32 Pause() [SB 57]", "2020/03/17 22:02:32 Receive request to /run/L56", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 618 [FUNC L56]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L56]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1172-L56, /root/open-lambda/test-dir/worker/scratch/1173-L56, )=58... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-19 [SOCK 58]", "2020/03/17 22:02:32 fork(SB 58) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 move PID 19312 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Channel() [SB 58]", "2020/03/17 22:02:32 Pause() [SB 58]", "2020/03/17 22:02:32 Receive request to /run/L57", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 628 [FUNC L57]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L57]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1175-L57, /root/open-lambda/test-dir/worker/scratch/1176-L57, )=59... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-20 [SOCK 59]", "2020/03/17 22:02:32 fork(SB 59) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 move PID 19316 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Channel() [SB 59]", "2020/03/17 22:02:32 Pause() [SB 59]", "2020/03/17 22:02:32 Receive request to /run/L58", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 638 [FUNC L58]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L58]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1178-L58, /root/open-lambda/test-dir/worker/scratch/1179-L58, )=60... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-21 [SOCK 60]", "2020/03/17 22:02:32 fork(SB 60) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 move PID 19320 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Channel() [SB 60]", "2020/03/17 22:02:32 Pause() [SB 60]", "2020/03/17 22:02:32 Receive request to /run/L59", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 648 [FUNC L59]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L59]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1181-L59, /root/open-lambda/test-dir/worker/scratch/1182-L59, )=61... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-22 [SOCK 61]", "2020/03/17 22:02:32 fork(SB 61) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 Destroy() [SB 40]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 40]", "2020/03/17 22:02:32 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 Destroy() [SB 41]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 41]", "2020/03/17 22:02:32 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 move PID 19324 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Destroy() [SB 42]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 42]", "2020/03/17 22:02:32 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 killed PIDs [19225] in CG [SOCK 41]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 41]", "2020/03/17 22:02:32 childExit(SB 41) [SB 1]", "2020/03/17 22:02:32 Channel() [SB 61]", "2020/03/17 22:02:32 killed PIDs [19229] in CG [SOCK 42]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 42]", "2020/03/17 22:02:32 childExit(SB 42) [SB 1]", "2020/03/17 22:02:32 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:32 killed PIDs [19221] in CG [SOCK 40]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 40]", "2020/03/17 22:02:32 childExit(SB 40) [SB 1]", "2020/03/17 22:02:32 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:32 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:32 Pause() [SB 61]", "2020/03/17 22:02:32 Receive request to /run/L60", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 661 [FUNC L60]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L60]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1184-L60, /root/open-lambda/test-dir/worker/scratch/1185-L60, )=62... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-23 [SOCK 62]", "2020/03/17 22:02:32 fork(SB 62) [SB 1]", "2020/03/17 22:02:32 Destroy() [SB 43]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 43]", "2020/03/17 22:02:32 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 move PID 19331 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Destroy() [SB 44]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 44]", "2020/03/17 22:02:32 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 killed PIDs [19241] in CG [SOCK 44]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 44]", "2020/03/17 22:02:32 childExit(SB 44) [SB 1]", "2020/03/17 22:02:32 killed PIDs [19235] in CG [SOCK 43]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 43]", "2020/03/17 22:02:32 childExit(SB 43) [SB 1]", "2020/03/17 22:02:32 Channel() [SB 62]", "2020/03/17 22:02:32 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:32 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:32 Pause() [SB 62]", "2020/03/17 22:02:32 Receive request to /run/L61", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 673 [FUNC L61]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L61]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1187-L61, /root/open-lambda/test-dir/worker/scratch/1188-L61, )=63... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-24 [SOCK 63]", "2020/03/17 22:02:32 fork(SB 63) [SB 1]", "2020/03/17 22:02:32 move PID 19337 from CG cg-1 to CG cg-24 [SOCK 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Channel() [SB 63]", "2020/03/17 22:02:32 Pause() [SB 63]", "2020/03/17 22:02:32 Receive request to /run/L62", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 683 [FUNC L62]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L62]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1190-L62, /root/open-lambda/test-dir/worker/scratch/1191-L62, )=64... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-25 [SOCK 64]", "2020/03/17 22:02:32 fork(SB 64) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 move PID 19341 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Channel() [SB 64]", "2020/03/17 22:02:32 Pause() [SB 64]", "2020/03/17 22:02:32 Receive request to /run/L63", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 693 [FUNC L63]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L63]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1193-L63, /root/open-lambda/test-dir/worker/scratch/1194-L63, )=65... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-26 [SOCK 65]", "2020/03/17 22:02:32 fork(SB 65) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 Destroy() [SB 45]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 45]", "2020/03/17 22:02:32 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 move PID 19345 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 killed PIDs [19247] in CG [SOCK 45]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 45]", "2020/03/17 22:02:32 childExit(SB 45) [SB 1]", "2020/03/17 22:02:32 Channel() [SB 65]", "2020/03/17 22:02:32 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:32 Pause() [SB 65]", "2020/03/17 22:02:32 Receive request to /run/L64", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 704 [FUNC L64]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L64]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1196-L64, /root/open-lambda/test-dir/worker/scratch/1197-L64, )=66... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-27 [SOCK 66]", "2020/03/17 22:02:32 fork(SB 66) [SB 1]", "2020/03/17 22:02:32 Destroy() [SB 46]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 46]", "2020/03/17 22:02:32 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 move PID 19350 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Destroy() [SB 47]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 47]", "2020/03/17 22:02:32 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 killed PIDs [19253] in CG [SOCK 46]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 46]", "2020/03/17 22:02:32 childExit(SB 46) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 killed PIDs [19258] in CG [SOCK 47]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 47]", "2020/03/17 22:02:32 childExit(SB 47) [SB 1]", "2020/03/17 22:02:32 Channel() [SB 66]", "2020/03/17 22:02:32 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:32 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:32 Pause() [SB 66]", "2020/03/17 22:02:32 Receive request to /run/L65", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 716 [FUNC L65]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L65]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1199-L65, /root/open-lambda/test-dir/worker/scratch/1200-L65, )=67... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-28 [SOCK 67]", "2020/03/17 22:02:32 fork(SB 67) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 move PID 19356 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Channel() [SB 67]", "2020/03/17 22:02:32 Pause() [SB 67]", "2020/03/17 22:02:32 Receive request to /run/L66", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 726 [FUNC L66]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L66]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1202-L66, /root/open-lambda/test-dir/worker/scratch/1203-L66, )=68... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-29 [SOCK 68]", "2020/03/17 22:02:32 fork(SB 68) [SB 1]", "2020/03/17 22:02:32 Destroy() [SB 48]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 48]", "2020/03/17 22:02:32 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 killed PIDs [19263] in CG [SOCK 48]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 48]", "2020/03/17 22:02:32 childExit(SB 48) [SB 1]", "2020/03/17 22:02:32 move PID 19360 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Destroy() [SB 49]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 49]", "2020/03/17 22:02:32 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 killed PIDs [19267] in CG [SOCK 49]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 49]", "2020/03/17 22:02:32 childExit(SB 49) [SB 1]", "2020/03/17 22:02:32 Channel() [SB 68]", "2020/03/17 22:02:32 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:32 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:32 Pause() [SB 68]", "2020/03/17 22:02:32 Receive request to /run/L67", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 738 [FUNC L67]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L67]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1205-L67, /root/open-lambda/test-dir/worker/scratch/1206-L67, )=69... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-30 [SOCK 69]", "2020/03/17 22:02:32 fork(SB 69) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 move PID 19366 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Channel() [SB 69]", "2020/03/17 22:02:32 Pause() [SB 69]", "2020/03/17 22:02:32 Receive request to /run/L68", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 748 [FUNC L68]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L68]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1208-L68, /root/open-lambda/test-dir/worker/scratch/1209-L68, )=70... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-31 [SOCK 70]", "2020/03/17 22:02:32 fork(SB 70) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 Destroy() [SB 50]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 50]", "2020/03/17 22:02:32 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 move PID 19370 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Channel() [SB 70]", "2020/03/17 22:02:32 killed PIDs [19273] in CG [SOCK 50]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 50]", "2020/03/17 22:02:32 childExit(SB 50) [SB 1]", "2020/03/17 22:02:32 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:32 Pause() [SB 70]", "2020/03/17 22:02:32 Receive request to /run/L69", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 759 [FUNC L69]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L69]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1211-L69, /root/open-lambda/test-dir/worker/scratch/1212-L69, )=71... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-32 [SOCK 71]", "2020/03/17 22:02:32 fork(SB 71) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 move PID 19375 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Channel() [SB 71]", "2020/03/17 22:02:32 Pause() [SB 71]", "2020/03/17 22:02:32 Receive request to /run/L70", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 769 [FUNC L70]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L70]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1214-L70, /root/open-lambda/test-dir/worker/scratch/1215-L70, )=72... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-34 [SOCK 72]", "2020/03/17 22:02:32 Destroy() [SB 51]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 51]", "2020/03/17 22:02:32 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 killed PIDs [19277] in CG [SOCK 51]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 51]", "2020/03/17 22:02:32 fork(SB 72) [SB 1]", "2020/03/17 22:02:32 childExit(SB 51) [SB 1]", "2020/03/17 22:02:32 move PID 19380 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 Channel() [SB 72]", "2020/03/17 22:02:32 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:32 Pause() [SB 72]", "2020/03/17 22:02:32 Receive request to /run/L71", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 780 [FUNC L71]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L71]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1217-L71, /root/open-lambda/test-dir/worker/scratch/1218-L71, )=73... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-33 [SOCK 73]", "2020/03/17 22:02:32 fork(SB 73) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 Destroy() [SB 52]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 52]", "2020/03/17 22:02:32 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 Destroy() [SB 53]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 53]", "2020/03/17 22:02:32 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 move PID 19384 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Destroy() [SB 54]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 54]", "2020/03/17 22:02:32 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 killed PIDs [19292] in CG [SOCK 54]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 54]", "2020/03/17 22:02:32 childExit(SB 54) [SB 1]", "2020/03/17 22:02:32 killed PIDs [19283] in CG [SOCK 52]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 52]", "2020/03/17 22:02:32 childExit(SB 52) [SB 1]", "2020/03/17 22:02:32 killed PIDs [19287] in CG [SOCK 53]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 53]", "2020/03/17 22:02:32 childExit(SB 53) [SB 1]", "2020/03/17 22:02:32 Channel() [SB 73]", "2020/03/17 22:02:32 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:32 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:32 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:32 Pause() [SB 73]", "2020/03/17 22:02:32 Receive request to /run/L72", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 793 [FUNC L72]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L72]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1220-L72, /root/open-lambda/test-dir/worker/scratch/1221-L72, )=74... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-35 [SOCK 74]", "2020/03/17 22:02:32 fork(SB 74) [SB 1]", "2020/03/17 22:02:32 Destroy() [SB 55]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 55]", "2020/03/17 22:02:32 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 move PID 19391 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Destroy() [SB 56]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 56]", "2020/03/17 22:02:32 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 killed PIDs [19301] in CG [SOCK 56]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 56]", "2020/03/17 22:02:32 childExit(SB 56) [SB 1]", "2020/03/17 22:02:32 killed PIDs [19297] in CG [SOCK 55]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 55]", "2020/03/17 22:02:32 childExit(SB 55) [SB 1]", "2020/03/17 22:02:32 Channel() [SB 74]", "2020/03/17 22:02:32 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:32 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:32 Pause() [SB 74]", "2020/03/17 22:02:32 Receive request to /run/L73", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 805 [FUNC L73]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L73]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1223-L73, /root/open-lambda/test-dir/worker/scratch/1224-L73, )=75... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-36 [SOCK 75]", "2020/03/17 22:02:32 fork(SB 75) [SB 1]", "2020/03/17 22:02:32 Destroy() [SB 57]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 57]", "2020/03/17 22:02:32 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 move PID 19398 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Destroy() [SB 58]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 58]", "2020/03/17 22:02:32 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 killed PIDs [19307] in CG [SOCK 57]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 57]", "2020/03/17 22:02:32 childExit(SB 57) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 killed PIDs [19312] in CG [SOCK 58]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 58]", "2020/03/17 22:02:32 childExit(SB 58) [SB 1]", "2020/03/17 22:02:32 Channel() [SB 75]", "2020/03/17 22:02:32 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:32 CG ref count decremented to 18 [SOCK 1]", "2020/03/17 22:02:32 Pause() [SB 75]", "2020/03/17 22:02:32 Receive request to /run/L74", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 817 [FUNC L74]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L74]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1226-L74, /root/open-lambda/test-dir/worker/scratch/1227-L74, )=76... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-37 [SOCK 76]", "2020/03/17 22:02:32 fork(SB 76) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 move PID 19403 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Channel() [SB 76]", "2020/03/17 22:02:32 Pause() [SB 76]", "2020/03/17 22:02:32 Receive request to /run/L75", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 827 [FUNC L75]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L75]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1229-L75, /root/open-lambda/test-dir/worker/scratch/1230-L75, )=77... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-2 [SOCK 77]", "2020/03/17 22:02:32 fork(SB 77) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 move PID 19407 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Channel() [SB 77]", "2020/03/17 22:02:32 Pause() [SB 77]", "2020/03/17 22:02:32 Receive request to /run/L76", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 837 [FUNC L76]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L76]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1232-L76, /root/open-lambda/test-dir/worker/scratch/1233-L76, )=78... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-38 [SOCK 78]", "2020/03/17 22:02:32 fork(SB 78) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 move PID 19411 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Channel() [SB 78]", "2020/03/17 22:02:32 Pause() [SB 78]", "2020/03/17 22:02:32 Receive request to /run/L77", "2020/03/17 22:02:32 debug: LambdaFunc.Task() runs on goroutine 847 [FUNC L77]", "2020/03/17 22:02:32 increase instances to 1 [FUNC L77]", "2020/03/17 22:02:32 Try using Zygote from ", "2020/03/17 22:02:32 Unpause() [SB 1]", "2020/03/17 22:02:32 .Create(, true, /root/open-lambda/test-dir/worker/code/1235-L77, /root/open-lambda/test-dir/worker/scratch/1236-L77, )=79... [SOCK POOL sandboxes]", "2020/03/17 22:02:32 use cgroup cg-39 [SOCK 79]", "2020/03/17 22:02:32 fork(SB 79) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:32 Destroy() [SB 59]", "2020/03/17 22:02:32 CG ref count decremented to 0 [SOCK 59]", "2020/03/17 22:02:32 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:32 move PID 19415 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:32 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:32 Pause() [SB 1]", "2020/03/17 22:02:32 Channel() [SB 79]", "2020/03/17 22:02:32 killed PIDs [19316] in CG [SOCK 59]", "2020/03/17 22:02:32 unmount and remove dirs [SOCK 59]", "2020/03/17 22:02:33 childExit(SB 59) [SB 1]", "2020/03/17 22:02:33 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 79]", "2020/03/17 22:02:33 Receive request to /run/L78", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 858 [FUNC L78]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L78]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1238-L78, /root/open-lambda/test-dir/worker/scratch/1239-L78, )=80... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-40 [SOCK 80]", "2020/03/17 22:02:33 fork(SB 80) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 move PID 19420 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Channel() [SB 80]", "2020/03/17 22:02:33 Pause() [SB 80]", "2020/03/17 22:02:33 Receive request to /run/L79", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 868 [FUNC L79]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L79]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1241-L79, /root/open-lambda/test-dir/worker/scratch/1242-L79, )=81... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-3 [SOCK 81]", "2020/03/17 22:02:33 fork(SB 81) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 Destroy() [SB 60]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 60]", "2020/03/17 22:02:33 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 Destroy() [SB 61]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 61]", "2020/03/17 22:02:33 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 move PID 19424 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 62]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 62]", "2020/03/17 22:02:33 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 killed PIDs [19331] in CG [SOCK 62]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 62]", "2020/03/17 22:02:33 childExit(SB 62) [SB 1]", "2020/03/17 22:02:33 killed PIDs [19324] in CG [SOCK 61]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 61]", "2020/03/17 22:02:33 childExit(SB 61) [SB 1]", "2020/03/17 22:02:33 killed PIDs [19320] in CG [SOCK 60]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 60]", "2020/03/17 22:02:33 childExit(SB 60) [SB 1]", "2020/03/17 22:02:33 Channel() [SB 81]", "2020/03/17 22:02:33 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:33 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:33 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 81]", "2020/03/17 22:02:33 Receive request to /run/L80", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 881 [FUNC L80]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L80]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1244-L80, /root/open-lambda/test-dir/worker/scratch/1245-L80, )=82... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-4 [SOCK 82]", "2020/03/17 22:02:33 fork(SB 82) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 move PID 19431 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Channel() [SB 82]", "2020/03/17 22:02:33 Pause() [SB 82]", "2020/03/17 22:02:33 Receive request to /run/L81", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 891 [FUNC L81]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L81]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1247-L81, /root/open-lambda/test-dir/worker/scratch/1248-L81, )=83... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-5 [SOCK 83]", "2020/03/17 22:02:33 fork(SB 83) [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 63]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 63]", "2020/03/17 22:02:33 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 killed PIDs [19337] in CG [SOCK 63]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 63]", "2020/03/17 22:02:33 childExit(SB 63) [SB 1]", "2020/03/17 22:02:33 move PID 19436 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 64]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 64]", "2020/03/17 22:02:33 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 killed PIDs [19341] in CG [SOCK 64]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 64]", "2020/03/17 22:02:33 childExit(SB 64) [SB 1]", "2020/03/17 22:02:33 Channel() [SB 83]", "2020/03/17 22:02:33 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:33 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 83]", "2020/03/17 22:02:33 Receive request to /run/L82", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 903 [FUNC L82]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L82]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1250-L82, /root/open-lambda/test-dir/worker/scratch/1251-L82, )=84... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-6 [SOCK 84]", "2020/03/17 22:02:33 fork(SB 84) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 move PID 19441 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Channel() [SB 84]", "2020/03/17 22:02:33 Pause() [SB 84]", "2020/03/17 22:02:33 Receive request to /run/L83", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 913 [FUNC L83]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L83]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1253-L83, /root/open-lambda/test-dir/worker/scratch/1254-L83, )=85... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-7 [SOCK 85]", "2020/03/17 22:02:33 fork(SB 85) [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 65]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 65]", "2020/03/17 22:02:33 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 move PID 19446 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 66]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 66]", "2020/03/17 22:02:33 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 killed PIDs [19345] in CG [SOCK 65]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 65]", "2020/03/17 22:02:33 childExit(SB 65) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 killed PIDs [19350] in CG [SOCK 66]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 66]", "2020/03/17 22:02:33 childExit(SB 66) [SB 1]", "2020/03/17 22:02:33 Channel() [SB 85]", "2020/03/17 22:02:33 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:33 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 85]", "2020/03/17 22:02:33 Receive request to /run/L84", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 925 [FUNC L84]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L84]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1256-L84, /root/open-lambda/test-dir/worker/scratch/1257-L84, )=86... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-8 [SOCK 86]", "2020/03/17 22:02:33 fork(SB 86) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 move PID 19451 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Channel() [SB 86]", "2020/03/17 22:02:33 Pause() [SB 86]", "2020/03/17 22:02:33 Receive request to /run/L85", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 935 [FUNC L85]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L85]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1259-L85, /root/open-lambda/test-dir/worker/scratch/1260-L85, )=87... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-9 [SOCK 87]", "2020/03/17 22:02:33 fork(SB 87) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 Destroy() [SB 67]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 67]", "2020/03/17 22:02:33 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 move PID 19455 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Channel() [SB 87]", "2020/03/17 22:02:33 killed PIDs [19356] in CG [SOCK 67]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 67]", "2020/03/17 22:02:33 childExit(SB 67) [SB 1]", "2020/03/17 22:02:33 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 87]", "2020/03/17 22:02:33 Receive request to /run/L86", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 946 [FUNC L86]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L86]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1262-L86, /root/open-lambda/test-dir/worker/scratch/1263-L86, )=88... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-10 [SOCK 88]", "2020/03/17 22:02:33 fork(SB 88) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 Destroy() [SB 68]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 68]", "2020/03/17 22:02:33 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 move PID 19460 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 killed PIDs [19360] in CG [SOCK 68]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 68]", "2020/03/17 22:02:33 childExit(SB 68) [SB 1]", "2020/03/17 22:02:33 Channel() [SB 88]", "2020/03/17 22:02:33 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 88]", "2020/03/17 22:02:33 Receive request to /run/L87", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 957 [FUNC L87]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L87]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1265-L87, /root/open-lambda/test-dir/worker/scratch/1266-L87, )=89... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-11 [SOCK 89]", "2020/03/17 22:02:33 fork(SB 89) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 Destroy() [SB 69]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 69]", "2020/03/17 22:02:33 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 move PID 19465 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Channel() [SB 89]", "2020/03/17 22:02:33 killed PIDs [19366] in CG [SOCK 69]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 69]", "2020/03/17 22:02:33 childExit(SB 69) [SB 1]", "2020/03/17 22:02:33 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 89]", "2020/03/17 22:02:33 Receive request to /run/L88", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 968 [FUNC L88]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L88]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1268-L88, /root/open-lambda/test-dir/worker/scratch/1269-L88, )=90... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-12 [SOCK 90]", "2020/03/17 22:02:33 fork(SB 90) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 move PID 19470 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 70]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 70]", "2020/03/17 22:02:33 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 killed PIDs [19370] in CG [SOCK 70]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 70]", "2020/03/17 22:02:33 childExit(SB 70) [SB 1]", "2020/03/17 22:02:33 Channel() [SB 90]", "2020/03/17 22:02:33 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 90]", "2020/03/17 22:02:33 Receive request to /run/L89", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 979 [FUNC L89]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L89]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1271-L89, /root/open-lambda/test-dir/worker/scratch/1272-L89, )=91... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-16 [SOCK 91]", "2020/03/17 22:02:33 fork(SB 91) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 move PID 19475 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 71]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 71]", "2020/03/17 22:02:33 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 killed PIDs [19375] in CG [SOCK 71]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 71]", "2020/03/17 22:02:33 childExit(SB 71) [SB 1]", "2020/03/17 22:02:33 Channel() [SB 91]", "2020/03/17 22:02:33 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 91]", "2020/03/17 22:02:33 Receive request to /run/L90", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 990 [FUNC L90]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L90]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1274-L90, /root/open-lambda/test-dir/worker/scratch/1275-L90, )=92... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-14 [SOCK 92]", "2020/03/17 22:02:33 fork(SB 92) [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 72]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 72]", "2020/03/17 22:02:33 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 move PID 19481 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 73]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 73]", "2020/03/17 22:02:33 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 killed PIDs [19380] in CG [SOCK 72]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 72]", "2020/03/17 22:02:33 childExit(SB 72) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 killed PIDs [19384] in CG [SOCK 73]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 73]", "2020/03/17 22:02:33 childExit(SB 73) [SB 1]", "2020/03/17 22:02:33 Channel() [SB 92]", "2020/03/17 22:02:33 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:33 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 92]", "2020/03/17 22:02:33 Receive request to /run/L91", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 1002 [FUNC L91]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L91]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1277-L91, /root/open-lambda/test-dir/worker/scratch/1278-L91, )=93... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-13 [SOCK 93]", "2020/03/17 22:02:33 fork(SB 93) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 Destroy() [SB 74]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 74]", "2020/03/17 22:02:33 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 move PID 19486 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Channel() [SB 93]", "2020/03/17 22:02:33 killed PIDs [19391] in CG [SOCK 74]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 74]", "2020/03/17 22:02:33 childExit(SB 74) [SB 1]", "2020/03/17 22:02:33 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 93]", "2020/03/17 22:02:33 Receive request to /run/L92", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 1013 [FUNC L92]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L92]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1280-L92, /root/open-lambda/test-dir/worker/scratch/1281-L92, )=94... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-17 [SOCK 94]", "2020/03/17 22:02:33 fork(SB 94) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 Destroy() [SB 75]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 75]", "2020/03/17 22:02:33 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 move PID 19491 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 killed PIDs [19398] in CG [SOCK 75]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 75]", "2020/03/17 22:02:33 childExit(SB 75) [SB 1]", "2020/03/17 22:02:33 Channel() [SB 94]", "2020/03/17 22:02:33 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 94]", "2020/03/17 22:02:33 Receive request to /run/L93", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 1024 [FUNC L93]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L93]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1283-L93, /root/open-lambda/test-dir/worker/scratch/1284-L93, )=95... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-15 [SOCK 95]", "2020/03/17 22:02:33 fork(SB 95) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 Destroy() [SB 76]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 76]", "2020/03/17 22:02:33 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 move PID 19496 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 killed PIDs [19403] in CG [SOCK 76]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 76]", "2020/03/17 22:02:33 childExit(SB 76) [SB 1]", "2020/03/17 22:02:33 Channel() [SB 95]", "2020/03/17 22:02:33 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 95]", "2020/03/17 22:02:33 Receive request to /run/L94", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 1035 [FUNC L94]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L94]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1286-L94, /root/open-lambda/test-dir/worker/scratch/1287-L94, )=96... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-18 [SOCK 96]", "2020/03/17 22:02:33 fork(SB 96) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 move PID 19501 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 77]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 77]", "2020/03/17 22:02:33 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 killed PIDs [19407] in CG [SOCK 77]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 77]", "2020/03/17 22:02:33 childExit(SB 77) [SB 1]", "2020/03/17 22:02:33 Channel() [SB 96]", "2020/03/17 22:02:33 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 96]", "2020/03/17 22:02:33 Receive request to /run/L95", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 1046 [FUNC L95]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L95]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1289-L95, /root/open-lambda/test-dir/worker/scratch/1290-L95, )=97... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-19 [SOCK 97]", "2020/03/17 22:02:33 fork(SB 97) [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 78]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 78]", "2020/03/17 22:02:33 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 move PID 19506 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 79]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 79]", "2020/03/17 22:02:33 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 killed PIDs [19411] in CG [SOCK 78]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 78]", "2020/03/17 22:02:33 childExit(SB 78) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 killed PIDs [19415] in CG [SOCK 79]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 79]", "2020/03/17 22:02:33 childExit(SB 79) [SB 1]", "2020/03/17 22:02:33 Channel() [SB 97]", "2020/03/17 22:02:33 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:33 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 97]", "2020/03/17 22:02:33 Receive request to /run/L96", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 1058 [FUNC L96]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L96]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1292-L96, /root/open-lambda/test-dir/worker/scratch/1293-L96, )=98... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-20 [SOCK 98]", "2020/03/17 22:02:33 fork(SB 98) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 move PID 19512 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Channel() [SB 98]", "2020/03/17 22:02:33 Pause() [SB 98]", "2020/03/17 22:02:33 Receive request to /run/L97", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 1068 [FUNC L97]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L97]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1295-L97, /root/open-lambda/test-dir/worker/scratch/1296-L97, )=99... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-23 [SOCK 99]", "2020/03/17 22:02:33 fork(SB 99) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 move PID 19516 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Channel() [SB 99]", "2020/03/17 22:02:33 Pause() [SB 99]", "2020/03/17 22:02:33 Receive request to /run/L98", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 1078 [FUNC L98]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L98]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1298-L98, /root/open-lambda/test-dir/worker/scratch/1299-L98, )=100... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-22 [SOCK 100]", "2020/03/17 22:02:33 fork(SB 100) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 move PID 19520 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Channel() [SB 100]", "2020/03/17 22:02:33 Pause() [SB 100]", "2020/03/17 22:02:33 Receive request to /run/L99", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 1088 [FUNC L99]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L99]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1301-L99, /root/open-lambda/test-dir/worker/scratch/1302-L99, )=101... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-21 [SOCK 101]", "2020/03/17 22:02:33 fork(SB 101) [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 80]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 80]", "2020/03/17 22:02:33 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 move PID 19524 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 81]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 81]", "2020/03/17 22:02:33 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 killed PIDs [19420] in CG [SOCK 80]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 80]", "2020/03/17 22:02:33 childExit(SB 80) [SB 1]", "2020/03/17 22:02:33 killed PIDs [19424] in CG [SOCK 81]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 81]", "2020/03/17 22:02:33 childExit(SB 81) [SB 1]", "2020/03/17 22:02:33 Channel() [SB 101]", "2020/03/17 22:02:33 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:33 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 101]", "2020/03/17 22:02:33 Receive request to /run/L100", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 1100 [FUNC L100]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L100]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1304-L100, /root/open-lambda/test-dir/worker/scratch/1305-L100, )=102... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-24 [SOCK 102]", "2020/03/17 22:02:33 fork(SB 102) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 move PID 19530 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Channel() [SB 102]", "2020/03/17 22:02:33 Pause() [SB 102]", "2020/03/17 22:02:33 Receive request to /run/L101", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 1110 [FUNC L101]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L101]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1307-L101, /root/open-lambda/test-dir/worker/scratch/1308-L101, )=103... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-25 [SOCK 103]", "2020/03/17 22:02:33 fork(SB 103) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:33 Destroy() [SB 82]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 82]", "2020/03/17 22:02:33 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 move PID 19534 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:33 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:33 Pause() [SB 1]", "2020/03/17 22:02:33 Destroy() [SB 83]", "2020/03/17 22:02:33 CG ref count decremented to 0 [SOCK 83]", "2020/03/17 22:02:33 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:33 killed PIDs [19436] in CG [SOCK 83]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 83]", "2020/03/17 22:02:33 childExit(SB 83) [SB 1]", "2020/03/17 22:02:33 killed PIDs [19431] in CG [SOCK 82]", "2020/03/17 22:02:33 unmount and remove dirs [SOCK 82]", "2020/03/17 22:02:33 childExit(SB 82) [SB 1]", "2020/03/17 22:02:33 Channel() [SB 103]", "2020/03/17 22:02:33 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:33 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:33 Pause() [SB 103]", "2020/03/17 22:02:33 Receive request to /run/L102", "2020/03/17 22:02:33 debug: LambdaFunc.Task() runs on goroutine 1122 [FUNC L102]", "2020/03/17 22:02:33 increase instances to 1 [FUNC L102]", "2020/03/17 22:02:33 Try using Zygote from ", "2020/03/17 22:02:33 Unpause() [SB 1]", "2020/03/17 22:02:33 .Create(, true, /root/open-lambda/test-dir/worker/code/1310-L102, /root/open-lambda/test-dir/worker/scratch/1311-L102, )=104... [SOCK POOL sandboxes]", "2020/03/17 22:02:33 use cgroup cg-26 [SOCK 104]", "2020/03/17 22:02:33 fork(SB 104) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 move PID 19540 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Channel() [SB 104]", "2020/03/17 22:02:34 Pause() [SB 104]", "2020/03/17 22:02:34 Receive request to /run/L103", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1132 [FUNC L103]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L103]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1313-L103, /root/open-lambda/test-dir/worker/scratch/1314-L103, )=105... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-27 [SOCK 105]", "2020/03/17 22:02:34 fork(SB 105) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 Destroy() [SB 84]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 84]", "2020/03/17 22:02:34 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 Destroy() [SB 85]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 85]", "2020/03/17 22:02:34 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 move PID 19544 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 86]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 86]", "2020/03/17 22:02:34 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 killed PIDs [19441] in CG [SOCK 84]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 84]", "2020/03/17 22:02:34 childExit(SB 84) [SB 1]", "2020/03/17 22:02:34 killed PIDs [19451] in CG [SOCK 86]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 86]", "2020/03/17 22:02:34 childExit(SB 86) [SB 1]", "2020/03/17 22:02:34 Channel() [SB 105]", "2020/03/17 22:02:34 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:34 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:34 killed PIDs [19446] in CG [SOCK 85]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 85]", "2020/03/17 22:02:34 childExit(SB 85) [SB 1]", "2020/03/17 22:02:34 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:34 Pause() [SB 105]", "2020/03/17 22:02:34 Receive request to /run/L104", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1145 [FUNC L104]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L104]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1316-L104, /root/open-lambda/test-dir/worker/scratch/1317-L104, )=106... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-28 [SOCK 106]", "2020/03/17 22:02:34 fork(SB 106) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 move PID 19551 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Channel() [SB 106]", "2020/03/17 22:02:34 Pause() [SB 106]", "2020/03/17 22:02:34 Receive request to /run/L105", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1155 [FUNC L105]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L105]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1319-L105, /root/open-lambda/test-dir/worker/scratch/1320-L105, )=107... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-29 [SOCK 107]", "2020/03/17 22:02:34 fork(SB 107) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 move PID 19555 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Channel() [SB 107]", "2020/03/17 22:02:34 Pause() [SB 107]", "2020/03/17 22:02:34 Receive request to /run/L106", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1165 [FUNC L106]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L106]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1322-L106, /root/open-lambda/test-dir/worker/scratch/1323-L106, )=108... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-30 [SOCK 108]", "2020/03/17 22:02:34 fork(SB 108) [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 87]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 87]", "2020/03/17 22:02:34 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 move PID 19560 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 88]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 88]", "2020/03/17 22:02:34 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 killed PIDs [19455] in CG [SOCK 87]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 87]", "2020/03/17 22:02:34 childExit(SB 87) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 killed PIDs [19460] in CG [SOCK 88]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 88]", "2020/03/17 22:02:34 childExit(SB 88) [SB 1]", "2020/03/17 22:02:34 Channel() [SB 108]", "2020/03/17 22:02:34 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:34 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:34 Pause() [SB 108]", "2020/03/17 22:02:34 Receive request to /run/L107", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1177 [FUNC L107]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L107]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1325-L107, /root/open-lambda/test-dir/worker/scratch/1326-L107, )=109... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-31 [SOCK 109]", "2020/03/17 22:02:34 fork(SB 109) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 move PID 19565 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Channel() [SB 109]", "2020/03/17 22:02:34 Pause() [SB 109]", "2020/03/17 22:02:34 Receive request to /run/L108", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1187 [FUNC L108]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L108]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1328-L108, /root/open-lambda/test-dir/worker/scratch/1329-L108, )=110... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-32 [SOCK 110]", "2020/03/17 22:02:34 fork(SB 110) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 move PID 19569 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 89]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 89]", "2020/03/17 22:02:34 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 Channel() [SB 110]", "2020/03/17 22:02:34 killed PIDs [19465] in CG [SOCK 89]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 89]", "2020/03/17 22:02:34 childExit(SB 89) [SB 1]", "2020/03/17 22:02:34 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:34 Pause() [SB 110]", "2020/03/17 22:02:34 Receive request to /run/L109", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1198 [FUNC L109]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L109]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1331-L109, /root/open-lambda/test-dir/worker/scratch/1332-L109, )=111... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-34 [SOCK 111]", "2020/03/17 22:02:34 fork(SB 111) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 Destroy() [SB 90]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 90]", "2020/03/17 22:02:34 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 Destroy() [SB 91]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 91]", "2020/03/17 22:02:34 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 move PID 19574 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 92]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 92]", "2020/03/17 22:02:34 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 killed PIDs [19475] in CG [SOCK 91]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 91]", "2020/03/17 22:02:34 childExit(SB 91) [SB 1]", "2020/03/17 22:02:34 killed PIDs [19481] in CG [SOCK 92]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 92]", "2020/03/17 22:02:34 childExit(SB 92) [SB 1]", "2020/03/17 22:02:34 killed PIDs [19470] in CG [SOCK 90]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 90]", "2020/03/17 22:02:34 childExit(SB 90) [SB 1]", "2020/03/17 22:02:34 Channel() [SB 111]", "2020/03/17 22:02:34 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:34 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:34 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:34 Pause() [SB 111]", "2020/03/17 22:02:34 Receive request to /run/L110", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1211 [FUNC L110]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L110]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1334-L110, /root/open-lambda/test-dir/worker/scratch/1335-L110, )=112... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-33 [SOCK 112]", "2020/03/17 22:02:34 fork(SB 112) [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 93]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 93]", "2020/03/17 22:02:34 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 killed PIDs [19486] in CG [SOCK 93]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 93]", "2020/03/17 22:02:34 childExit(SB 93) [SB 1]", "2020/03/17 22:02:34 move PID 19582 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 94]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 94]", "2020/03/17 22:02:34 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 killed PIDs [19491] in CG [SOCK 94]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 94]", "2020/03/17 22:02:34 childExit(SB 94) [SB 1]", "2020/03/17 22:02:34 Channel() [SB 112]", "2020/03/17 22:02:34 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:34 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:34 Pause() [SB 112]", "2020/03/17 22:02:34 Receive request to /run/L111", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1223 [FUNC L111]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L111]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1337-L111, /root/open-lambda/test-dir/worker/scratch/1338-L111, )=113... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-35 [SOCK 113]", "2020/03/17 22:02:34 fork(SB 113) [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 95]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 95]", "2020/03/17 22:02:34 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 move PID 19587 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 96]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 96]", "2020/03/17 22:02:34 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 killed PIDs [19496] in CG [SOCK 95]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 95]", "2020/03/17 22:02:34 childExit(SB 95) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 killed PIDs [19501] in CG [SOCK 96]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 96]", "2020/03/17 22:02:34 childExit(SB 96) [SB 1]", "2020/03/17 22:02:34 Channel() [SB 113]", "2020/03/17 22:02:34 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:34 CG ref count decremented to 18 [SOCK 1]", "2020/03/17 22:02:34 Pause() [SB 113]", "2020/03/17 22:02:34 Receive request to /run/L112", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1235 [FUNC L112]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L112]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1340-L112, /root/open-lambda/test-dir/worker/scratch/1341-L112, )=114... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-36 [SOCK 114]", "2020/03/17 22:02:34 fork(SB 114) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 move PID 19593 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Channel() [SB 114]", "2020/03/17 22:02:34 Pause() [SB 114]", "2020/03/17 22:02:34 Receive request to /run/L113", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1245 [FUNC L113]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L113]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1343-L113, /root/open-lambda/test-dir/worker/scratch/1344-L113, )=115... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-37 [SOCK 115]", "2020/03/17 22:02:34 fork(SB 115) [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 97]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 97]", "2020/03/17 22:02:34 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 killed PIDs [19506] in CG [SOCK 97]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 97]", "2020/03/17 22:02:34 childExit(SB 97) [SB 1]", "2020/03/17 22:02:34 move PID 19597 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 Channel() [SB 115]", "2020/03/17 22:02:34 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:34 Pause() [SB 115]", "2020/03/17 22:02:34 Receive request to /run/L114", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1256 [FUNC L114]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L114]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1346-L114, /root/open-lambda/test-dir/worker/scratch/1347-L114, )=116... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-2 [SOCK 116]", "2020/03/17 22:02:34 fork(SB 116) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 move PID 19602 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Channel() [SB 116]", "2020/03/17 22:02:34 Pause() [SB 116]", "2020/03/17 22:02:34 Receive request to /run/L115", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1266 [FUNC L115]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L115]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1349-L115, /root/open-lambda/test-dir/worker/scratch/1350-L115, )=117... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-38 [SOCK 117]", "2020/03/17 22:02:34 fork(SB 117) [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 98]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 98]", "2020/03/17 22:02:34 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 move PID 19606 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 killed PIDs [19512] in CG [SOCK 98]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 98]", "2020/03/17 22:02:34 childExit(SB 98) [SB 1]", "2020/03/17 22:02:34 Channel() [SB 117]", "2020/03/17 22:02:34 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:34 Pause() [SB 117]", "2020/03/17 22:02:34 Receive request to /run/L116", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1277 [FUNC L116]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L116]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1352-L116, /root/open-lambda/test-dir/worker/scratch/1353-L116, )=118... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-39 [SOCK 118]", "2020/03/17 22:02:34 fork(SB 118) [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 99]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 99]", "2020/03/17 22:02:34 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 move PID 19612 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 100]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 100]", "2020/03/17 22:02:34 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 killed PIDs [19516] in CG [SOCK 99]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 99]", "2020/03/17 22:02:34 childExit(SB 99) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 killed PIDs [19520] in CG [SOCK 100]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 100]", "2020/03/17 22:02:34 childExit(SB 100) [SB 1]", "2020/03/17 22:02:34 Channel() [SB 118]", "2020/03/17 22:02:34 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:34 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:34 Pause() [SB 118]", "2020/03/17 22:02:34 Receive request to /run/L117", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1289 [FUNC L117]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L117]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1355-L117, /root/open-lambda/test-dir/worker/scratch/1356-L117, )=119... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-40 [SOCK 119]", "2020/03/17 22:02:34 fork(SB 119) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 move PID 19617 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Channel() [SB 119]", "2020/03/17 22:02:34 Pause() [SB 119]", "2020/03/17 22:02:34 Receive request to /run/L118", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1299 [FUNC L118]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L118]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1358-L118, /root/open-lambda/test-dir/worker/scratch/1359-L118, )=120... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-3 [SOCK 120]", "2020/03/17 22:02:34 fork(SB 120) [SB 1]", "2020/03/17 22:02:34 move PID 19621 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 Channel() [SB 120]", "2020/03/17 22:02:34 Pause() [SB 120]", "2020/03/17 22:02:34 Receive request to /run/L119", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1309 [FUNC L119]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L119]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1361-L119, /root/open-lambda/test-dir/worker/scratch/1362-L119, )=121... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-5 [SOCK 121]", "2020/03/17 22:02:34 fork(SB 121) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 move PID 19625 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Channel() [SB 121]", "2020/03/17 22:02:34 Pause() [SB 121]", "2020/03/17 22:02:34 Receive request to /run/L120", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1319 [FUNC L120]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L120]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1364-L120, /root/open-lambda/test-dir/worker/scratch/1365-L120, )=122... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-4 [SOCK 122]", "2020/03/17 22:02:34 fork(SB 122) [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 101]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 101]", "2020/03/17 22:02:34 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 move PID 19629 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 102]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 102]", "2020/03/17 22:02:34 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 killed PIDs [19524] in CG [SOCK 101]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 101]", "2020/03/17 22:02:34 childExit(SB 101) [SB 1]", "2020/03/17 22:02:34 killed PIDs [19530] in CG [SOCK 102]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 102]", "2020/03/17 22:02:34 childExit(SB 102) [SB 1]", "2020/03/17 22:02:34 Channel() [SB 122]", "2020/03/17 22:02:34 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:34 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:34 Pause() [SB 122]", "2020/03/17 22:02:34 Receive request to /run/L121", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1331 [FUNC L121]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L121]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1367-L121, /root/open-lambda/test-dir/worker/scratch/1368-L121, )=123... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-6 [SOCK 123]", "2020/03/17 22:02:34 fork(SB 123) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 move PID 19635 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Channel() [SB 123]", "2020/03/17 22:02:34 Pause() [SB 123]", "2020/03/17 22:02:34 Receive request to /run/L122", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1341 [FUNC L122]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L122]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1370-L122, /root/open-lambda/test-dir/worker/scratch/1371-L122, )=124... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-8 [SOCK 124]", "2020/03/17 22:02:34 fork(SB 124) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 Destroy() [SB 103]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 103]", "2020/03/17 22:02:34 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 move PID 19639 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 104]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 104]", "2020/03/17 22:02:34 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 killed PIDs [19534] in CG [SOCK 103]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 103]", "2020/03/17 22:02:34 childExit(SB 103) [SB 1]", "2020/03/17 22:02:34 Channel() [SB 124]", "2020/03/17 22:02:34 killed PIDs [19540] in CG [SOCK 104]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 104]", "2020/03/17 22:02:34 childExit(SB 104) [SB 1]", "2020/03/17 22:02:34 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:34 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:34 Pause() [SB 124]", "2020/03/17 22:02:34 Receive request to /run/L123", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1353 [FUNC L123]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L123]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1373-L123, /root/open-lambda/test-dir/worker/scratch/1374-L123, )=125... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-7 [SOCK 125]", "2020/03/17 22:02:34 fork(SB 125) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 move PID 19645 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Channel() [SB 125]", "2020/03/17 22:02:34 Pause() [SB 125]", "2020/03/17 22:02:34 Receive request to /run/L124", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1363 [FUNC L124]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L124]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1376-L124, /root/open-lambda/test-dir/worker/scratch/1377-L124, )=126... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-9 [SOCK 126]", "2020/03/17 22:02:34 fork(SB 126) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 Destroy() [SB 105]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 105]", "2020/03/17 22:02:34 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 Destroy() [SB 106]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 106]", "2020/03/17 22:02:34 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 move PID 19649 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Destroy() [SB 107]", "2020/03/17 22:02:34 CG ref count decremented to 0 [SOCK 107]", "2020/03/17 22:02:34 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:34 killed PIDs [19555] in CG [SOCK 107]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 107]", "2020/03/17 22:02:34 childExit(SB 107) [SB 1]", "2020/03/17 22:02:34 killed PIDs [19544] in CG [SOCK 105]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 105]", "2020/03/17 22:02:34 childExit(SB 105) [SB 1]", "2020/03/17 22:02:34 killed PIDs [19551] in CG [SOCK 106]", "2020/03/17 22:02:34 unmount and remove dirs [SOCK 106]", "2020/03/17 22:02:34 childExit(SB 106) [SB 1]", "2020/03/17 22:02:34 Channel() [SB 126]", "2020/03/17 22:02:34 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:34 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:34 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:34 Pause() [SB 126]", "2020/03/17 22:02:34 Receive request to /run/L125", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1376 [FUNC L125]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L125]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1379-L125, /root/open-lambda/test-dir/worker/scratch/1380-L125, )=127... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-10 [SOCK 127]", "2020/03/17 22:02:34 fork(SB 127) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 move PID 19656 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Channel() [SB 127]", "2020/03/17 22:02:34 Pause() [SB 127]", "2020/03/17 22:02:34 Receive request to /run/L126", "2020/03/17 22:02:34 debug: LambdaFunc.Task() runs on goroutine 1386 [FUNC L126]", "2020/03/17 22:02:34 increase instances to 1 [FUNC L126]", "2020/03/17 22:02:34 Try using Zygote from ", "2020/03/17 22:02:34 Unpause() [SB 1]", "2020/03/17 22:02:34 .Create(, true, /root/open-lambda/test-dir/worker/code/1382-L126, /root/open-lambda/test-dir/worker/scratch/1383-L126, )=128... [SOCK POOL sandboxes]", "2020/03/17 22:02:34 use cgroup cg-11 [SOCK 128]", "2020/03/17 22:02:34 fork(SB 128) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:34 move PID 19660 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:34 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:34 Pause() [SB 1]", "2020/03/17 22:02:34 Channel() [SB 128]", "2020/03/17 22:02:35 Pause() [SB 128]", "2020/03/17 22:02:35 Receive request to /run/L127", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1396 [FUNC L127]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L127]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1385-L127, /root/open-lambda/test-dir/worker/scratch/1386-L127, )=129... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-16 [SOCK 129]", "2020/03/17 22:02:35 fork(SB 129) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 Destroy() [SB 108]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 108]", "2020/03/17 22:02:35 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 move PID 19664 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Destroy() [SB 109]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 109]", "2020/03/17 22:02:35 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 killed PIDs [19560] in CG [SOCK 108]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 108]", "2020/03/17 22:02:35 childExit(SB 108) [SB 1]", "2020/03/17 22:02:35 Channel() [SB 129]", "2020/03/17 22:02:35 killed PIDs [19565] in CG [SOCK 109]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 109]", "2020/03/17 22:02:35 childExit(SB 109) [SB 1]", "2020/03/17 22:02:35 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:35 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:35 Pause() [SB 129]", "2020/03/17 22:02:35 Receive request to /run/L128", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1408 [FUNC L128]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L128]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1388-L128, /root/open-lambda/test-dir/worker/scratch/1389-L128, )=130... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-14 [SOCK 130]", "2020/03/17 22:02:35 fork(SB 130) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 Destroy() [SB 110]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 110]", "2020/03/17 22:02:35 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 move PID 19670 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Channel() [SB 130]", "2020/03/17 22:02:35 killed PIDs [19569] in CG [SOCK 110]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 110]", "2020/03/17 22:02:35 childExit(SB 110) [SB 1]", "2020/03/17 22:02:35 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:35 Pause() [SB 130]", "2020/03/17 22:02:35 Receive request to /run/L129", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1419 [FUNC L129]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L129]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1391-L129, /root/open-lambda/test-dir/worker/scratch/1392-L129, )=131... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-12 [SOCK 131]", "2020/03/17 22:02:35 fork(SB 131) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 move PID 19675 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Channel() [SB 131]", "2020/03/17 22:02:35 Pause() [SB 131]", "2020/03/17 22:02:35 Receive request to /run/L130", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1429 [FUNC L130]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L130]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1394-L130, /root/open-lambda/test-dir/worker/scratch/1395-L130, )=132... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-13 [SOCK 132]", "2020/03/17 22:02:35 fork(SB 132) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 Destroy() [SB 111]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 111]", "2020/03/17 22:02:35 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 Destroy() [SB 112]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 112]", "2020/03/17 22:02:35 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 move PID 19679 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Destroy() [SB 113]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 113]", "2020/03/17 22:02:35 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 killed PIDs [19582] in CG [SOCK 112]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 112]", "2020/03/17 22:02:35 childExit(SB 112) [SB 1]", "2020/03/17 22:02:35 Channel() [SB 132]", "2020/03/17 22:02:35 killed PIDs [19574] in CG [SOCK 111]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 111]", "2020/03/17 22:02:35 childExit(SB 111) [SB 1]", "2020/03/17 22:02:35 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:35 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:35 killed PIDs [19587] in CG [SOCK 113]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 113]", "2020/03/17 22:02:35 childExit(SB 113) [SB 1]", "2020/03/17 22:02:35 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:35 Pause() [SB 132]", "2020/03/17 22:02:35 Receive request to /run/L131", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1442 [FUNC L131]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L131]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1397-L131, /root/open-lambda/test-dir/worker/scratch/1398-L131, )=133... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-17 [SOCK 133]", "2020/03/17 22:02:35 fork(SB 133) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 move PID 19686 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Channel() [SB 133]", "2020/03/17 22:02:35 Pause() [SB 133]", "2020/03/17 22:02:35 Receive request to /run/L132", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1452 [FUNC L132]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L132]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1400-L132, /root/open-lambda/test-dir/worker/scratch/1401-L132, )=134... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-15 [SOCK 134]", "2020/03/17 22:02:35 fork(SB 134) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 Destroy() [SB 114]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 114]", "2020/03/17 22:02:35 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 move PID 19690 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 killed PIDs [19593] in CG [SOCK 114]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 114]", "2020/03/17 22:02:35 childExit(SB 114) [SB 1]", "2020/03/17 22:02:35 Channel() [SB 134]", "2020/03/17 22:02:35 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:35 Pause() [SB 134]", "2020/03/17 22:02:35 Receive request to /run/L133", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1463 [FUNC L133]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L133]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1403-L133, /root/open-lambda/test-dir/worker/scratch/1404-L133, )=135... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-18 [SOCK 135]", "2020/03/17 22:02:35 fork(SB 135) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 move PID 19695 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Channel() [SB 135]", "2020/03/17 22:02:35 Pause() [SB 135]", "2020/03/17 22:02:35 Receive request to /run/L134", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1473 [FUNC L134]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L134]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1406-L134, /root/open-lambda/test-dir/worker/scratch/1407-L134, )=136... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-19 [SOCK 136]", "2020/03/17 22:02:35 fork(SB 136) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 Destroy() [SB 115]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 115]", "2020/03/17 22:02:35 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 Destroy() [SB 116]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 116]", "2020/03/17 22:02:35 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 move PID 19699 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Destroy() [SB 117]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 117]", "2020/03/17 22:02:35 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 killed PIDs [19606] in CG [SOCK 117]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 117]", "2020/03/17 22:02:35 childExit(SB 117) [SB 1]", "2020/03/17 22:02:35 killed PIDs [19597] in CG [SOCK 115]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 115]", "2020/03/17 22:02:35 childExit(SB 115) [SB 1]", "2020/03/17 22:02:35 killed PIDs [19602] in CG [SOCK 116]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 116]", "2020/03/17 22:02:35 childExit(SB 116) [SB 1]", "2020/03/17 22:02:35 Channel() [SB 136]", "2020/03/17 22:02:35 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:35 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:35 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:35 Pause() [SB 136]", "2020/03/17 22:02:35 Receive request to /run/L135", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1486 [FUNC L135]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L135]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1409-L135, /root/open-lambda/test-dir/worker/scratch/1410-L135, )=137... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-20 [SOCK 137]", "2020/03/17 22:02:35 fork(SB 137) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 move PID 19706 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Channel() [SB 137]", "2020/03/17 22:02:35 Pause() [SB 137]", "2020/03/17 22:02:35 Receive request to /run/L136", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1496 [FUNC L136]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L136]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1412-L136, /root/open-lambda/test-dir/worker/scratch/1413-L136, )=138... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-23 [SOCK 138]", "2020/03/17 22:02:35 fork(SB 138) [SB 1]", "2020/03/17 22:02:35 Destroy() [SB 118]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 118]", "2020/03/17 22:02:35 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 move PID 19710 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Destroy() [SB 119]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 119]", "2020/03/17 22:02:35 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 killed PIDs [19617] in CG [SOCK 119]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 119]", "2020/03/17 22:02:35 childExit(SB 119) [SB 1]", "2020/03/17 22:02:35 killed PIDs [19612] in CG [SOCK 118]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 118]", "2020/03/17 22:02:35 childExit(SB 118) [SB 1]", "2020/03/17 22:02:35 Channel() [SB 138]", "2020/03/17 22:02:35 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:35 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:35 Pause() [SB 138]", "2020/03/17 22:02:35 Receive request to /run/L137", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1508 [FUNC L137]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L137]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1415-L137, /root/open-lambda/test-dir/worker/scratch/1416-L137, )=139... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-22 [SOCK 139]", "2020/03/17 22:02:35 fork(SB 139) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 move PID 19716 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Channel() [SB 139]", "2020/03/17 22:02:35 Pause() [SB 139]", "2020/03/17 22:02:35 Receive request to /run/L138", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1518 [FUNC L138]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L138]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1418-L138, /root/open-lambda/test-dir/worker/scratch/1419-L138, )=140... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-21 [SOCK 140]", "2020/03/17 22:02:35 fork(SB 140) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 move PID 19720 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Channel() [SB 140]", "2020/03/17 22:02:35 Pause() [SB 140]", "2020/03/17 22:02:35 Receive request to /run/L139", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1528 [FUNC L139]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L139]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1421-L139, /root/open-lambda/test-dir/worker/scratch/1422-L139, )=141... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-24 [SOCK 141]", "2020/03/17 22:02:35 fork(SB 141) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 Destroy() [SB 120]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 120]", "2020/03/17 22:02:35 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 Destroy() [SB 121]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 121]", "2020/03/17 22:02:35 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 move PID 19724 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Destroy() [SB 122]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 122]", "2020/03/17 22:02:35 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 killed PIDs [19621] in CG [SOCK 120]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 120]", "2020/03/17 22:02:35 childExit(SB 120) [SB 1]", "2020/03/17 22:02:35 killed PIDs [19629] in CG [SOCK 122]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 122]", "2020/03/17 22:02:35 childExit(SB 122) [SB 1]", "2020/03/17 22:02:35 killed PIDs [19625] in CG [SOCK 121]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 121]", "2020/03/17 22:02:35 childExit(SB 121) [SB 1]", "2020/03/17 22:02:35 Channel() [SB 141]", "2020/03/17 22:02:35 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:35 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:35 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:35 Pause() [SB 141]", "2020/03/17 22:02:35 Receive request to /run/L140", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1541 [FUNC L140]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L140]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1424-L140, /root/open-lambda/test-dir/worker/scratch/1425-L140, )=142... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-25 [SOCK 142]", "2020/03/17 22:02:35 fork(SB 142) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 move PID 19731 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Channel() [SB 142]", "2020/03/17 22:02:35 Pause() [SB 142]", "2020/03/17 22:02:35 Receive request to /run/L141", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1551 [FUNC L141]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L141]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1427-L141, /root/open-lambda/test-dir/worker/scratch/1428-L141, )=143... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-26 [SOCK 143]", "2020/03/17 22:02:35 fork(SB 143) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 move PID 19735 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Channel() [SB 143]", "2020/03/17 22:02:35 Pause() [SB 143]", "2020/03/17 22:02:35 Receive request to /run/L142", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1561 [FUNC L142]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L142]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1430-L142, /root/open-lambda/test-dir/worker/scratch/1431-L142, )=144... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-29 [SOCK 144]", "2020/03/17 22:02:35 fork(SB 144) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 Destroy() [SB 123]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 123]", "2020/03/17 22:02:35 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 move PID 19739 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Destroy() [SB 124]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 124]", "2020/03/17 22:02:35 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 Channel() [SB 144]", "2020/03/17 22:02:35 killed PIDs [19639] in CG [SOCK 124]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 124]", "2020/03/17 22:02:35 childExit(SB 124) [SB 1]", "2020/03/17 22:02:35 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:35 killed PIDs [19635] in CG [SOCK 123]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 123]", "2020/03/17 22:02:35 childExit(SB 123) [SB 1]", "2020/03/17 22:02:35 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:35 Pause() [SB 144]", "2020/03/17 22:02:35 Receive request to /run/L143", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1573 [FUNC L143]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L143]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1433-L143, /root/open-lambda/test-dir/worker/scratch/1434-L143, )=145... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-27 [SOCK 145]", "2020/03/17 22:02:35 fork(SB 145) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 move PID 19745 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Channel() [SB 145]", "2020/03/17 22:02:35 Pause() [SB 145]", "2020/03/17 22:02:35 Receive request to /run/L144", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1583 [FUNC L144]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L144]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1436-L144, /root/open-lambda/test-dir/worker/scratch/1437-L144, )=146... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-28 [SOCK 146]", "2020/03/17 22:02:35 fork(SB 146) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 Destroy() [SB 125]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 125]", "2020/03/17 22:02:35 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 Destroy() [SB 126]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 126]", "2020/03/17 22:02:35 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 move PID 19749 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Destroy() [SB 127]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 127]", "2020/03/17 22:02:35 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 killed PIDs [19645] in CG [SOCK 125]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 125]", "2020/03/17 22:02:35 childExit(SB 125) [SB 1]", "2020/03/17 22:02:35 killed PIDs [19649] in CG [SOCK 126]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 126]", "2020/03/17 22:02:35 childExit(SB 126) [SB 1]", "2020/03/17 22:02:35 Channel() [SB 146]", "2020/03/17 22:02:35 killed PIDs [19656] in CG [SOCK 127]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 127]", "2020/03/17 22:02:35 childExit(SB 127) [SB 1]", "2020/03/17 22:02:35 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:35 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:35 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:35 Pause() [SB 146]", "2020/03/17 22:02:35 Receive request to /run/L145", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1596 [FUNC L145]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L145]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1439-L145, /root/open-lambda/test-dir/worker/scratch/1440-L145, )=147... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-30 [SOCK 147]", "2020/03/17 22:02:35 fork(SB 147) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 move PID 19756 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Channel() [SB 147]", "2020/03/17 22:02:35 Pause() [SB 147]", "2020/03/17 22:02:35 Receive request to /run/L146", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1606 [FUNC L146]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L146]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1442-L146, /root/open-lambda/test-dir/worker/scratch/1443-L146, )=148... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-31 [SOCK 148]", "2020/03/17 22:02:35 fork(SB 148) [SB 1]", "2020/03/17 22:02:35 Destroy() [SB 128]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 128]", "2020/03/17 22:02:35 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 move PID 19760 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 killed PIDs [19660] in CG [SOCK 128]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 128]", "2020/03/17 22:02:35 childExit(SB 128) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 Channel() [SB 148]", "2020/03/17 22:02:35 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:35 Pause() [SB 148]", "2020/03/17 22:02:35 Receive request to /run/L147", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1617 [FUNC L147]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L147]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1445-L147, /root/open-lambda/test-dir/worker/scratch/1446-L147, )=149... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-32 [SOCK 149]", "2020/03/17 22:02:35 fork(SB 149) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 move PID 19765 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Channel() [SB 149]", "2020/03/17 22:02:35 Pause() [SB 149]", "2020/03/17 22:02:35 Receive request to /run/L148", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1627 [FUNC L148]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L148]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1448-L148, /root/open-lambda/test-dir/worker/scratch/1449-L148, )=150... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-33 [SOCK 150]", "2020/03/17 22:02:35 fork(SB 150) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 Destroy() [SB 129]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 129]", "2020/03/17 22:02:35 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 Destroy() [SB 130]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 130]", "2020/03/17 22:02:35 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 killed PIDs [19670] in CG [SOCK 130]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 130]", "2020/03/17 22:02:35 childExit(SB 130) [SB 1]", "2020/03/17 22:02:35 move PID 19769 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 killed PIDs [19664] in CG [SOCK 129]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 129]", "2020/03/17 22:02:35 childExit(SB 129) [SB 1]", "2020/03/17 22:02:35 Channel() [SB 150]", "2020/03/17 22:02:35 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:35 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:35 Pause() [SB 150]", "2020/03/17 22:02:35 Receive request to /run/L149", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1639 [FUNC L149]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L149]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1451-L149, /root/open-lambda/test-dir/worker/scratch/1452-L149, )=151... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-34 [SOCK 151]", "2020/03/17 22:02:35 fork(SB 151) [SB 1]", "2020/03/17 22:02:35 move PID 19775 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 Channel() [SB 151]", "2020/03/17 22:02:35 Pause() [SB 151]", "2020/03/17 22:02:35 Receive request to /run/L150", "2020/03/17 22:02:35 debug: LambdaFunc.Task() runs on goroutine 1649 [FUNC L150]", "2020/03/17 22:02:35 increase instances to 1 [FUNC L150]", "2020/03/17 22:02:35 Try using Zygote from ", "2020/03/17 22:02:35 Unpause() [SB 1]", "2020/03/17 22:02:35 .Create(, true, /root/open-lambda/test-dir/worker/code/1454-L150, /root/open-lambda/test-dir/worker/scratch/1455-L150, )=152... [SOCK POOL sandboxes]", "2020/03/17 22:02:35 use cgroup cg-35 [SOCK 152]", "2020/03/17 22:02:35 fork(SB 152) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:35 Destroy() [SB 131]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 131]", "2020/03/17 22:02:35 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 move PID 19779 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:35 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:35 Pause() [SB 1]", "2020/03/17 22:02:35 Destroy() [SB 132]", "2020/03/17 22:02:35 CG ref count decremented to 0 [SOCK 132]", "2020/03/17 22:02:35 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:35 killed PIDs [19679] in CG [SOCK 132]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 132]", "2020/03/17 22:02:35 childExit(SB 132) [SB 1]", "2020/03/17 22:02:35 killed PIDs [19675] in CG [SOCK 131]", "2020/03/17 22:02:35 unmount and remove dirs [SOCK 131]", "2020/03/17 22:02:35 childExit(SB 131) [SB 1]", "2020/03/17 22:02:35 Channel() [SB 152]", "2020/03/17 22:02:35 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:35 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:35 Pause() [SB 152]", "2020/03/17 22:02:36 Receive request to /run/L151", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1661 [FUNC L151]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L151]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1457-L151, /root/open-lambda/test-dir/worker/scratch/1458-L151, )=153... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-36 [SOCK 153]", "2020/03/17 22:02:36 fork(SB 153) [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 133]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 133]", "2020/03/17 22:02:36 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 killed PIDs [19686] in CG [SOCK 133]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 133]", "2020/03/17 22:02:36 childExit(SB 133) [SB 1]", "2020/03/17 22:02:36 move PID 19785 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 134]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 134]", "2020/03/17 22:02:36 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 killed PIDs [19690] in CG [SOCK 134]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 134]", "2020/03/17 22:02:36 childExit(SB 134) [SB 1]", "2020/03/17 22:02:36 Channel() [SB 153]", "2020/03/17 22:02:36 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:36 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:36 Pause() [SB 153]", "2020/03/17 22:02:36 Receive request to /run/L152", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1673 [FUNC L152]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L152]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1460-L152, /root/open-lambda/test-dir/worker/scratch/1461-L152, )=154... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-38 [SOCK 154]", "2020/03/17 22:02:36 fork(SB 154) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 Destroy() [SB 135]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 135]", "2020/03/17 22:02:36 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 move PID 19791 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 killed PIDs [19695] in CG [SOCK 135]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 135]", "2020/03/17 22:02:36 childExit(SB 135) [SB 1]", "2020/03/17 22:02:36 Channel() [SB 154]", "2020/03/17 22:02:36 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:36 Pause() [SB 154]", "2020/03/17 22:02:36 Receive request to /run/L153", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1684 [FUNC L153]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L153]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1463-L153, /root/open-lambda/test-dir/worker/scratch/1464-L153, )=155... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-37 [SOCK 155]", "2020/03/17 22:02:36 fork(SB 155) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 move PID 19796 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Channel() [SB 155]", "2020/03/17 22:02:36 Pause() [SB 155]", "2020/03/17 22:02:36 Receive request to /run/L154", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1694 [FUNC L154]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L154]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1466-L154, /root/open-lambda/test-dir/worker/scratch/1467-L154, )=156... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-2 [SOCK 156]", "2020/03/17 22:02:36 fork(SB 156) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 move PID 19800 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Channel() [SB 156]", "2020/03/17 22:02:36 Pause() [SB 156]", "2020/03/17 22:02:36 Receive request to /run/L155", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1704 [FUNC L155]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L155]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1469-L155, /root/open-lambda/test-dir/worker/scratch/1470-L155, )=157... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-40 [SOCK 157]", "2020/03/17 22:02:36 fork(SB 157) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 Destroy() [SB 136]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 136]", "2020/03/17 22:02:36 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 move PID 19804 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 137]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 137]", "2020/03/17 22:02:36 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 killed PIDs [19706] in CG [SOCK 137]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 137]", "2020/03/17 22:02:36 childExit(SB 137) [SB 1]", "2020/03/17 22:02:36 Channel() [SB 157]", "2020/03/17 22:02:36 killed PIDs [19699] in CG [SOCK 136]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 136]", "2020/03/17 22:02:36 childExit(SB 136) [SB 1]", "2020/03/17 22:02:36 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:36 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:36 Pause() [SB 157]", "2020/03/17 22:02:36 Receive request to /run/L156", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1716 [FUNC L156]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L156]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1472-L156, /root/open-lambda/test-dir/worker/scratch/1473-L156, )=158... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-39 [SOCK 158]", "2020/03/17 22:02:36 fork(SB 158) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 Destroy() [SB 138]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 138]", "2020/03/17 22:02:36 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 move PID 19810 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 killed PIDs [19710] in CG [SOCK 138]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 138]", "2020/03/17 22:02:36 childExit(SB 138) [SB 1]", "2020/03/17 22:02:36 Channel() [SB 158]", "2020/03/17 22:02:36 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:36 Pause() [SB 158]", "2020/03/17 22:02:36 Receive request to /run/L157", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1727 [FUNC L157]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L157]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1475-L157, /root/open-lambda/test-dir/worker/scratch/1476-L157, )=159... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-3 [SOCK 159]", "2020/03/17 22:02:36 fork(SB 159) [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 139]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 139]", "2020/03/17 22:02:36 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 move PID 19815 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 140]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 140]", "2020/03/17 22:02:36 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 killed PIDs [19720] in CG [SOCK 140]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 140]", "2020/03/17 22:02:36 childExit(SB 140) [SB 1]", "2020/03/17 22:02:36 killed PIDs [19716] in CG [SOCK 139]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 139]", "2020/03/17 22:02:36 childExit(SB 139) [SB 1]", "2020/03/17 22:02:36 Channel() [SB 159]", "2020/03/17 22:02:36 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:36 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:36 Pause() [SB 159]", "2020/03/17 22:02:36 Receive request to /run/L158", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1739 [FUNC L158]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L158]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1478-L158, /root/open-lambda/test-dir/worker/scratch/1479-L158, )=160... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-4 [SOCK 160]", "2020/03/17 22:02:36 fork(SB 160) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 move PID 19821 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Channel() [SB 160]", "2020/03/17 22:02:36 Pause() [SB 160]", "2020/03/17 22:02:36 Receive request to /run/L159", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1749 [FUNC L159]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L159]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1481-L159, /root/open-lambda/test-dir/worker/scratch/1482-L159, )=161... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-5 [SOCK 161]", "2020/03/17 22:02:36 fork(SB 161) [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 141]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 141]", "2020/03/17 22:02:36 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 move PID 19825 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 142]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 142]", "2020/03/17 22:02:36 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 killed PIDs [19724] in CG [SOCK 141]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 141]", "2020/03/17 22:02:36 childExit(SB 141) [SB 1]", "2020/03/17 22:02:36 killed PIDs [19731] in CG [SOCK 142]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 142]", "2020/03/17 22:02:36 childExit(SB 142) [SB 1]", "2020/03/17 22:02:36 Channel() [SB 161]", "2020/03/17 22:02:36 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:36 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:36 Pause() [SB 161]", "2020/03/17 22:02:36 Receive request to /run/L160", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1761 [FUNC L160]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L160]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1484-L160, /root/open-lambda/test-dir/worker/scratch/1485-L160, )=162... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-8 [SOCK 162]", "2020/03/17 22:02:36 fork(SB 162) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 move PID 19831 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Channel() [SB 162]", "2020/03/17 22:02:36 Pause() [SB 162]", "2020/03/17 22:02:36 Receive request to /run/L161", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1771 [FUNC L161]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L161]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1487-L161, /root/open-lambda/test-dir/worker/scratch/1488-L161, )=163... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-6 [SOCK 163]", "2020/03/17 22:02:36 fork(SB 163) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 move PID 19835 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 143]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 143]", "2020/03/17 22:02:36 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 killed PIDs [19735] in CG [SOCK 143]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 143]", "2020/03/17 22:02:36 childExit(SB 143) [SB 1]", "2020/03/17 22:02:36 Channel() [SB 163]", "2020/03/17 22:02:36 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:36 Pause() [SB 163]", "2020/03/17 22:02:36 Receive request to /run/L162", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1782 [FUNC L162]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L162]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1490-L162, /root/open-lambda/test-dir/worker/scratch/1491-L162, )=164... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-7 [SOCK 164]", "2020/03/17 22:02:36 fork(SB 164) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 move PID 19840 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Channel() [SB 164]", "2020/03/17 22:02:36 Pause() [SB 164]", "2020/03/17 22:02:36 Receive request to /run/L163", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1792 [FUNC L163]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L163]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1493-L163, /root/open-lambda/test-dir/worker/scratch/1494-L163, )=165... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-9 [SOCK 165]", "2020/03/17 22:02:36 fork(SB 165) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 Destroy() [SB 144]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 144]", "2020/03/17 22:02:36 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 move PID 19844 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 145]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 145]", "2020/03/17 22:02:36 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 Channel() [SB 165]", "2020/03/17 22:02:36 killed PIDs [19745] in CG [SOCK 145]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 145]", "2020/03/17 22:02:36 childExit(SB 145) [SB 1]", "2020/03/17 22:02:36 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:36 killed PIDs [19739] in CG [SOCK 144]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 144]", "2020/03/17 22:02:36 childExit(SB 144) [SB 1]", "2020/03/17 22:02:36 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:36 Pause() [SB 165]", "2020/03/17 22:02:36 Receive request to /run/L164", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1804 [FUNC L164]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L164]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1496-L164, /root/open-lambda/test-dir/worker/scratch/1497-L164, )=166... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-10 [SOCK 166]", "2020/03/17 22:02:36 fork(SB 166) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 move PID 19850 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Channel() [SB 166]", "2020/03/17 22:02:36 Pause() [SB 166]", "2020/03/17 22:02:36 Receive request to /run/L165", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1814 [FUNC L165]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L165]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1499-L165, /root/open-lambda/test-dir/worker/scratch/1500-L165, )=167... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-11 [SOCK 167]", "2020/03/17 22:02:36 fork(SB 167) [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 146]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 146]", "2020/03/17 22:02:36 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 move PID 19854 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 147]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 147]", "2020/03/17 22:02:36 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 killed PIDs [19749] in CG [SOCK 146]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 146]", "2020/03/17 22:02:36 childExit(SB 146) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 killed PIDs [19756] in CG [SOCK 147]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 147]", "2020/03/17 22:02:36 childExit(SB 147) [SB 1]", "2020/03/17 22:02:36 Channel() [SB 167]", "2020/03/17 22:02:36 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:36 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:36 Pause() [SB 167]", "2020/03/17 22:02:36 Receive request to /run/L166", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1826 [FUNC L166]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L166]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1502-L166, /root/open-lambda/test-dir/worker/scratch/1503-L166, )=168... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-14 [SOCK 168]", "2020/03/17 22:02:36 fork(SB 168) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 move PID 19860 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Channel() [SB 168]", "2020/03/17 22:02:36 Pause() [SB 168]", "2020/03/17 22:02:36 Receive request to /run/L167", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1836 [FUNC L167]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L167]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1505-L167, /root/open-lambda/test-dir/worker/scratch/1506-L167, )=169... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-16 [SOCK 169]", "2020/03/17 22:02:36 fork(SB 169) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 Destroy() [SB 148]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 148]", "2020/03/17 22:02:36 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 move PID 19864 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 149]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 149]", "2020/03/17 22:02:36 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 killed PIDs [19765] in CG [SOCK 149]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 149]", "2020/03/17 22:02:36 childExit(SB 149) [SB 1]", "2020/03/17 22:02:36 Channel() [SB 169]", "2020/03/17 22:02:36 killed PIDs [19760] in CG [SOCK 148]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 148]", "2020/03/17 22:02:36 childExit(SB 148) [SB 1]", "2020/03/17 22:02:36 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:36 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:36 Pause() [SB 169]", "2020/03/17 22:02:36 Receive request to /run/L168", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1848 [FUNC L168]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L168]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1508-L168, /root/open-lambda/test-dir/worker/scratch/1509-L168, )=170... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-13 [SOCK 170]", "2020/03/17 22:02:36 fork(SB 170) [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 150]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 150]", "2020/03/17 22:02:36 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 move PID 19870 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 151]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 151]", "2020/03/17 22:02:36 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 killed PIDs [19775] in CG [SOCK 151]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 151]", "2020/03/17 22:02:36 childExit(SB 151) [SB 1]", "2020/03/17 22:02:36 killed PIDs [19769] in CG [SOCK 150]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 150]", "2020/03/17 22:02:36 childExit(SB 150) [SB 1]", "2020/03/17 22:02:36 Channel() [SB 170]", "2020/03/17 22:02:36 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:36 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:36 Pause() [SB 170]", "2020/03/17 22:02:36 Receive request to /run/L169", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1860 [FUNC L169]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L169]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1511-L169, /root/open-lambda/test-dir/worker/scratch/1512-L169, )=171... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-12 [SOCK 171]", "2020/03/17 22:02:36 fork(SB 171) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 move PID 19876 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Channel() [SB 171]", "2020/03/17 22:02:36 Pause() [SB 171]", "2020/03/17 22:02:36 Receive request to /run/L170", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1870 [FUNC L170]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L170]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1514-L170, /root/open-lambda/test-dir/worker/scratch/1515-L170, )=172... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-17 [SOCK 172]", "2020/03/17 22:02:36 fork(SB 172) [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 152]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 152]", "2020/03/17 22:02:36 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 killed PIDs [19779] in CG [SOCK 152]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 152]", "2020/03/17 22:02:36 childExit(SB 152) [SB 1]", "2020/03/17 22:02:36 move PID 19881 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 153]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 153]", "2020/03/17 22:02:36 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 killed PIDs [19785] in CG [SOCK 153]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 153]", "2020/03/17 22:02:36 childExit(SB 153) [SB 1]", "2020/03/17 22:02:36 Channel() [SB 172]", "2020/03/17 22:02:36 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:36 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:36 Pause() [SB 172]", "2020/03/17 22:02:36 Receive request to /run/L171", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1882 [FUNC L171]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L171]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1517-L171, /root/open-lambda/test-dir/worker/scratch/1518-L171, )=173... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-15 [SOCK 173]", "2020/03/17 22:02:36 fork(SB 173) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 move PID 19886 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Channel() [SB 173]", "2020/03/17 22:02:36 Pause() [SB 173]", "2020/03/17 22:02:36 Receive request to /run/L172", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1892 [FUNC L172]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L172]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1520-L172, /root/open-lambda/test-dir/worker/scratch/1521-L172, )=174... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-18 [SOCK 174]", "2020/03/17 22:02:36 fork(SB 174) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 move PID 19890 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Channel() [SB 174]", "2020/03/17 22:02:36 Pause() [SB 174]", "2020/03/17 22:02:36 Receive request to /run/L173", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1902 [FUNC L173]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L173]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1523-L173, /root/open-lambda/test-dir/worker/scratch/1524-L173, )=175... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-20 [SOCK 175]", "2020/03/17 22:02:36 fork(SB 175) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 Destroy() [SB 154]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 154]", "2020/03/17 22:02:36 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 move PID 19894 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Destroy() [SB 155]", "2020/03/17 22:02:36 CG ref count decremented to 0 [SOCK 155]", "2020/03/17 22:02:36 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:36 killed PIDs [19796] in CG [SOCK 155]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 155]", "2020/03/17 22:02:36 childExit(SB 155) [SB 1]", "2020/03/17 22:02:36 Channel() [SB 175]", "2020/03/17 22:02:36 killed PIDs [19791] in CG [SOCK 154]", "2020/03/17 22:02:36 unmount and remove dirs [SOCK 154]", "2020/03/17 22:02:36 childExit(SB 154) [SB 1]", "2020/03/17 22:02:36 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:36 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:36 Pause() [SB 175]", "2020/03/17 22:02:36 Receive request to /run/L174", "2020/03/17 22:02:36 debug: LambdaFunc.Task() runs on goroutine 1914 [FUNC L174]", "2020/03/17 22:02:36 increase instances to 1 [FUNC L174]", "2020/03/17 22:02:36 Try using Zygote from ", "2020/03/17 22:02:36 Unpause() [SB 1]", "2020/03/17 22:02:36 .Create(, true, /root/open-lambda/test-dir/worker/code/1526-L174, /root/open-lambda/test-dir/worker/scratch/1527-L174, )=176... [SOCK POOL sandboxes]", "2020/03/17 22:02:36 use cgroup cg-19 [SOCK 176]", "2020/03/17 22:02:36 fork(SB 176) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:36 move PID 19900 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:36 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:36 Pause() [SB 1]", "2020/03/17 22:02:36 Channel() [SB 176]", "2020/03/17 22:02:37 Pause() [SB 176]", "2020/03/17 22:02:37 Receive request to /run/L175", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 1924 [FUNC L175]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L175]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1529-L175, /root/open-lambda/test-dir/worker/scratch/1530-L175, )=177... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-23 [SOCK 177]", "2020/03/17 22:02:37 fork(SB 177) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 Destroy() [SB 156]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 156]", "2020/03/17 22:02:37 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 move PID 19904 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 Destroy() [SB 157]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 157]", "2020/03/17 22:02:37 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 Channel() [SB 177]", "2020/03/17 22:02:37 killed PIDs [19804] in CG [SOCK 157]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 157]", "2020/03/17 22:02:37 childExit(SB 157) [SB 1]", "2020/03/17 22:02:37 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:37 killed PIDs [19800] in CG [SOCK 156]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 156]", "2020/03/17 22:02:37 childExit(SB 156) [SB 1]", "2020/03/17 22:02:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:37 Pause() [SB 177]", "2020/03/17 22:02:37 Receive request to /run/L176", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 1936 [FUNC L176]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L176]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1532-L176, /root/open-lambda/test-dir/worker/scratch/1533-L176, )=178... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-21 [SOCK 178]", "2020/03/17 22:02:37 fork(SB 178) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 move PID 19910 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 Channel() [SB 178]", "2020/03/17 22:02:37 Pause() [SB 178]", "2020/03/17 22:02:37 Receive request to /run/L177", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 1946 [FUNC L177]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L177]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1535-L177, /root/open-lambda/test-dir/worker/scratch/1536-L177, )=179... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-22 [SOCK 179]", "2020/03/17 22:02:37 fork(SB 179) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 Destroy() [SB 158]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 158]", "2020/03/17 22:02:37 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 Destroy() [SB 159]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 159]", "2020/03/17 22:02:37 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 move PID 19914 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 Destroy() [SB 160]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 160]", "2020/03/17 22:02:37 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 killed PIDs [19810] in CG [SOCK 158]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 158]", "2020/03/17 22:02:37 childExit(SB 158) [SB 1]", "2020/03/17 22:02:37 killed PIDs [19815] in CG [SOCK 159]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 159]", "2020/03/17 22:02:37 childExit(SB 159) [SB 1]", "2020/03/17 22:02:37 Channel() [SB 179]", "2020/03/17 22:02:37 killed PIDs [19821] in CG [SOCK 160]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 160]", "2020/03/17 22:02:37 childExit(SB 160) [SB 1]", "2020/03/17 22:02:37 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:37 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:37 Pause() [SB 179]", "2020/03/17 22:02:37 Receive request to /run/L178", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 1959 [FUNC L178]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L178]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1538-L178, /root/open-lambda/test-dir/worker/scratch/1539-L178, )=180... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-24 [SOCK 180]", "2020/03/17 22:02:37 fork(SB 180) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 move PID 19921 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 Channel() [SB 180]", "2020/03/17 22:02:37 Pause() [SB 180]", "2020/03/17 22:02:37 Receive request to /run/L179", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 1969 [FUNC L179]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L179]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1541-L179, /root/open-lambda/test-dir/worker/scratch/1542-L179, )=181... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-25 [SOCK 181]", "2020/03/17 22:02:37 fork(SB 181) [SB 1]", "2020/03/17 22:02:37 Destroy() [SB 161]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 161]", "2020/03/17 22:02:37 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 move PID 19925 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 killed PIDs [19825] in CG [SOCK 161]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 161]", "2020/03/17 22:02:37 childExit(SB 161) [SB 1]", "2020/03/17 22:02:37 Channel() [SB 181]", "2020/03/17 22:02:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:37 Pause() [SB 181]", "2020/03/17 22:02:37 Receive request to /run/L180", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 1980 [FUNC L180]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L180]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1544-L180, /root/open-lambda/test-dir/worker/scratch/1545-L180, )=182... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-26 [SOCK 182]", "2020/03/17 22:02:37 fork(SB 182) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 Destroy() [SB 162]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 162]", "2020/03/17 22:02:37 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 move PID 19930 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 killed PIDs [19831] in CG [SOCK 162]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 162]", "2020/03/17 22:02:37 childExit(SB 162) [SB 1]", "2020/03/17 22:02:37 Channel() [SB 182]", "2020/03/17 22:02:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:37 Pause() [SB 182]", "2020/03/17 22:02:37 Receive request to /run/L181", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 1991 [FUNC L181]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L181]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1547-L181, /root/open-lambda/test-dir/worker/scratch/1548-L181, )=183... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-27 [SOCK 183]", "2020/03/17 22:02:37 fork(SB 183) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 Destroy() [SB 163]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 163]", "2020/03/17 22:02:37 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 move PID 19935 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 killed PIDs [19835] in CG [SOCK 163]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 163]", "2020/03/17 22:02:37 childExit(SB 163) [SB 1]", "2020/03/17 22:02:37 Channel() [SB 183]", "2020/03/17 22:02:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:37 Pause() [SB 183]", "2020/03/17 22:02:37 Receive request to /run/L182", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 2002 [FUNC L182]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L182]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1550-L182, /root/open-lambda/test-dir/worker/scratch/1551-L182, )=184... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-29 [SOCK 184]", "2020/03/17 22:02:37 fork(SB 184) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 move PID 19940 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 Destroy() [SB 164]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 164]", "2020/03/17 22:02:37 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 Channel() [SB 184]", "2020/03/17 22:02:37 killed PIDs [19840] in CG [SOCK 164]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 164]", "2020/03/17 22:02:37 childExit(SB 164) [SB 1]", "2020/03/17 22:02:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:37 Pause() [SB 184]", "2020/03/17 22:02:37 Receive request to /run/L183", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 2013 [FUNC L183]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L183]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1553-L183, /root/open-lambda/test-dir/worker/scratch/1554-L183, )=185... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-28 [SOCK 185]", "2020/03/17 22:02:37 fork(SB 185) [SB 1]", "2020/03/17 22:02:37 Destroy() [SB 165]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 165]", "2020/03/17 22:02:37 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 move PID 19945 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 Destroy() [SB 166]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 166]", "2020/03/17 22:02:37 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 killed PIDs [19844] in CG [SOCK 165]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 165]", "2020/03/17 22:02:37 childExit(SB 165) [SB 1]", "2020/03/17 22:02:37 Channel() [SB 185]", "2020/03/17 22:02:37 killed PIDs [19850] in CG [SOCK 166]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 166]", "2020/03/17 22:02:37 childExit(SB 166) [SB 1]", "2020/03/17 22:02:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:37 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:37 Pause() [SB 185]", "2020/03/17 22:02:37 Receive request to /run/L184", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 2025 [FUNC L184]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L184]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1556-L184, /root/open-lambda/test-dir/worker/scratch/1557-L184, )=186... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-30 [SOCK 186]", "2020/03/17 22:02:37 fork(SB 186) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 Destroy() [SB 167]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 167]", "2020/03/17 22:02:37 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 move PID 19951 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 killed PIDs [19854] in CG [SOCK 167]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 167]", "2020/03/17 22:02:37 childExit(SB 167) [SB 1]", "2020/03/17 22:02:37 Channel() [SB 186]", "2020/03/17 22:02:37 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:37 Pause() [SB 186]", "2020/03/17 22:02:37 Receive request to /run/L185", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 2036 [FUNC L185]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L185]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1559-L185, /root/open-lambda/test-dir/worker/scratch/1560-L185, )=187... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-32 [SOCK 187]", "2020/03/17 22:02:37 fork(SB 187) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 move PID 19956 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 Channel() [SB 187]", "2020/03/17 22:02:37 Pause() [SB 187]", "2020/03/17 22:02:37 Receive request to /run/L186", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 2046 [FUNC L186]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L186]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1562-L186, /root/open-lambda/test-dir/worker/scratch/1563-L186, )=188... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-31 [SOCK 188]", "2020/03/17 22:02:37 fork(SB 188) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 move PID 19960 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 Channel() [SB 188]", "2020/03/17 22:02:37 Pause() [SB 188]", "2020/03/17 22:02:37 Receive request to /run/L187", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 2056 [FUNC L187]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L187]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1565-L187, /root/open-lambda/test-dir/worker/scratch/1566-L187, )=189... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-34 [SOCK 189]", "2020/03/17 22:02:37 fork(SB 189) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 Destroy() [SB 168]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 168]", "2020/03/17 22:02:37 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 move PID 19964 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 Destroy() [SB 169]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 169]", "2020/03/17 22:02:37 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 killed PIDs [19864] in CG [SOCK 169]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 169]", "2020/03/17 22:02:37 childExit(SB 169) [SB 1]", "2020/03/17 22:02:37 killed PIDs [19860] in CG [SOCK 168]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 168]", "2020/03/17 22:02:37 childExit(SB 168) [SB 1]", "2020/03/17 22:02:37 Channel() [SB 189]", "2020/03/17 22:02:37 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:37 Pause() [SB 189]", "2020/03/17 22:02:37 Receive request to /run/L188", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 2068 [FUNC L188]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L188]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1568-L188, /root/open-lambda/test-dir/worker/scratch/1569-L188, )=190... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-33 [SOCK 190]", "2020/03/17 22:02:37 fork(SB 190) [SB 1]", "2020/03/17 22:02:37 Destroy() [SB 170]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 170]", "2020/03/17 22:02:37 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 move PID 19970 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 Destroy() [SB 171]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 171]", "2020/03/17 22:02:37 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 killed PIDs [19870] in CG [SOCK 170]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 170]", "2020/03/17 22:02:37 childExit(SB 170) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 killed PIDs [19876] in CG [SOCK 171]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 171]", "2020/03/17 22:02:37 childExit(SB 171) [SB 1]", "2020/03/17 22:02:37 Channel() [SB 190]", "2020/03/17 22:02:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:37 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:37 Pause() [SB 190]", "2020/03/17 22:02:37 Receive request to /run/L189", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 2080 [FUNC L189]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L189]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1571-L189, /root/open-lambda/test-dir/worker/scratch/1572-L189, )=191... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-35 [SOCK 191]", "2020/03/17 22:02:37 fork(SB 191) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 move PID 19976 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 Channel() [SB 191]", "2020/03/17 22:02:37 Pause() [SB 191]", "2020/03/17 22:02:37 Receive request to /run/L190", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 2090 [FUNC L190]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L190]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1574-L190, /root/open-lambda/test-dir/worker/scratch/1575-L190, )=192... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-36 [SOCK 192]", "2020/03/17 22:02:37 fork(SB 192) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 move PID 19980 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 Channel() [SB 192]", "2020/03/17 22:02:37 Pause() [SB 192]", "2020/03/17 22:02:37 Receive request to /run/L191", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 2100 [FUNC L191]", "2020/03/17 22:02:37 increase instances to 1 [FUNC L191]", "2020/03/17 22:02:37 Try using Zygote from ", "2020/03/17 22:02:37 Unpause() [SB 1]", "2020/03/17 22:02:37 .Create(, true, /root/open-lambda/test-dir/worker/code/1577-L191, /root/open-lambda/test-dir/worker/scratch/1578-L191, )=193... [SOCK POOL sandboxes]", "2020/03/17 22:02:37 use cgroup cg-37 [SOCK 193]", "2020/03/17 22:02:37 fork(SB 193) [SB 1]", "2020/03/17 22:02:37 Destroy() [SB 172]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 172]", "2020/03/17 22:02:37 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:37 move PID 19984 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:37 Pause() [SB 1]", "2020/03/17 22:02:37 Destroy() [SB 173]", "2020/03/17 22:02:37 CG ref count decremented to 0 [SOCK 173]", "2020/03/17 22:02:37 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:37 killed PIDs [19881] in CG [SOCK 172]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 172]", "2020/03/17 22:02:37 childExit(SB 172) [SB 1]", "2020/03/17 22:02:37 killed PIDs [19886] in CG [SOCK 173]", "2020/03/17 22:02:37 unmount and remove dirs [SOCK 173]", "2020/03/17 22:02:37 childExit(SB 173) [SB 1]", "2020/03/17 22:02:37 Channel() [SB 193]", "2020/03/17 22:02:37 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:37 Pause() [SB 193]", "2020/03/17 22:02:37 Receive request to /run/L192", "2020/03/17 22:02:37 debug: LambdaFunc.Task() runs on goroutine 2112 [FUNC L192]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L192]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1580-L192, /root/open-lambda/test-dir/worker/scratch/1581-L192, )=194... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-38 [SOCK 194]", "2020/03/17 22:02:38 fork(SB 194) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 move PID 19990 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Channel() [SB 194]", "2020/03/17 22:02:38 Pause() [SB 194]", "2020/03/17 22:02:38 Receive request to /run/L193", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2122 [FUNC L193]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L193]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1583-L193, /root/open-lambda/test-dir/worker/scratch/1584-L193, )=195... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-40 [SOCK 195]", "2020/03/17 22:02:38 fork(SB 195) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 Destroy() [SB 174]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 174]", "2020/03/17 22:02:38 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 move PID 19994 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Destroy() [SB 175]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 175]", "2020/03/17 22:02:38 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 killed PIDs [19890] in CG [SOCK 174]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 174]", "2020/03/17 22:02:38 childExit(SB 174) [SB 1]", "2020/03/17 22:02:38 Channel() [SB 195]", "2020/03/17 22:02:38 killed PIDs [19894] in CG [SOCK 175]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 175]", "2020/03/17 22:02:38 childExit(SB 175) [SB 1]", "2020/03/17 22:02:38 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:38 Pause() [SB 195]", "2020/03/17 22:02:38 Receive request to /run/L194", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2134 [FUNC L194]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L194]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1586-L194, /root/open-lambda/test-dir/worker/scratch/1587-L194, )=196... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-2 [SOCK 196]", "2020/03/17 22:02:38 fork(SB 196) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 move PID 20000 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Channel() [SB 196]", "2020/03/17 22:02:38 Pause() [SB 196]", "2020/03/17 22:02:38 Receive request to /run/L195", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2144 [FUNC L195]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L195]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1589-L195, /root/open-lambda/test-dir/worker/scratch/1590-L195, )=197... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-39 [SOCK 197]", "2020/03/17 22:02:38 fork(SB 197) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 Destroy() [SB 176]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 176]", "2020/03/17 22:02:38 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 Destroy() [SB 177]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 177]", "2020/03/17 22:02:38 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 move PID 20004 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Destroy() [SB 178]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 178]", "2020/03/17 22:02:38 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 killed PIDs [19900] in CG [SOCK 176]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 176]", "2020/03/17 22:02:38 childExit(SB 176) [SB 1]", "2020/03/17 22:02:38 killed PIDs [19904] in CG [SOCK 177]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 177]", "2020/03/17 22:02:38 childExit(SB 177) [SB 1]", "2020/03/17 22:02:38 killed PIDs [19910] in CG [SOCK 178]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 178]", "2020/03/17 22:02:38 childExit(SB 178) [SB 1]", "2020/03/17 22:02:38 Channel() [SB 197]", "2020/03/17 22:02:38 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:38 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:38 Pause() [SB 197]", "2020/03/17 22:02:38 Receive request to /run/L196", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2157 [FUNC L196]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L196]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1592-L196, /root/open-lambda/test-dir/worker/scratch/1593-L196, )=198... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-3 [SOCK 198]", "2020/03/17 22:02:38 fork(SB 198) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 move PID 20011 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Channel() [SB 198]", "2020/03/17 22:02:38 Pause() [SB 198]", "2020/03/17 22:02:38 Receive request to /run/L197", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2167 [FUNC L197]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L197]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1595-L197, /root/open-lambda/test-dir/worker/scratch/1596-L197, )=199... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-4 [SOCK 199]", "2020/03/17 22:02:38 fork(SB 199) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 Destroy() [SB 179]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 179]", "2020/03/17 22:02:38 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 move PID 20015 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 killed PIDs [19914] in CG [SOCK 179]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 179]", "2020/03/17 22:02:38 childExit(SB 179) [SB 1]", "2020/03/17 22:02:38 Channel() [SB 199]", "2020/03/17 22:02:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:38 Pause() [SB 199]", "2020/03/17 22:02:38 Receive request to /run/L198", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2178 [FUNC L198]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L198]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1598-L198, /root/open-lambda/test-dir/worker/scratch/1599-L198, )=200... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-5 [SOCK 200]", "2020/03/17 22:02:38 fork(SB 200) [SB 1]", "2020/03/17 22:02:38 Destroy() [SB 180]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 180]", "2020/03/17 22:02:38 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 killed PIDs [19921] in CG [SOCK 180]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 180]", "2020/03/17 22:02:38 childExit(SB 180) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 move PID 20021 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Destroy() [SB 181]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 181]", "2020/03/17 22:02:38 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 killed PIDs [19925] in CG [SOCK 181]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 181]", "2020/03/17 22:02:38 childExit(SB 181) [SB 1]", "2020/03/17 22:02:38 Channel() [SB 200]", "2020/03/17 22:02:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:38 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:38 Pause() [SB 200]", "2020/03/17 22:02:38 Receive request to /run/L199", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2190 [FUNC L199]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L199]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1601-L199, /root/open-lambda/test-dir/worker/scratch/1602-L199, )=201... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-8 [SOCK 201]", "2020/03/17 22:02:38 fork(SB 201) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 move PID 20026 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Channel() [SB 201]", "2020/03/17 22:02:38 Pause() [SB 201]", "2020/03/17 22:02:38 Receive request to /run/L200", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2200 [FUNC L200]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L200]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1604-L200, /root/open-lambda/test-dir/worker/scratch/1605-L200, )=202... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-6 [SOCK 202]", "2020/03/17 22:02:38 fork(SB 202) [SB 1]", "2020/03/17 22:02:38 Destroy() [SB 182]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 182]", "2020/03/17 22:02:38 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 killed PIDs [19930] in CG [SOCK 182]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 182]", "2020/03/17 22:02:38 childExit(SB 182) [SB 1]", "2020/03/17 22:02:38 move PID 20031 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Destroy() [SB 183]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 183]", "2020/03/17 22:02:38 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 killed PIDs [19935] in CG [SOCK 183]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 183]", "2020/03/17 22:02:38 childExit(SB 183) [SB 1]", "2020/03/17 22:02:38 Channel() [SB 202]", "2020/03/17 22:02:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:38 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:38 Pause() [SB 202]", "2020/03/17 22:02:38 Receive request to /run/L201", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2212 [FUNC L201]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L201]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1607-L201, /root/open-lambda/test-dir/worker/scratch/1608-L201, )=203... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-7 [SOCK 203]", "2020/03/17 22:02:38 fork(SB 203) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 move PID 20036 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Channel() [SB 203]", "2020/03/17 22:02:38 Pause() [SB 203]", "2020/03/17 22:02:38 Receive request to /run/L202", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2222 [FUNC L202]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L202]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1610-L202, /root/open-lambda/test-dir/worker/scratch/1611-L202, )=204... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-9 [SOCK 204]", "2020/03/17 22:02:38 fork(SB 204) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 move PID 20040 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Channel() [SB 204]", "2020/03/17 22:02:38 Pause() [SB 204]", "2020/03/17 22:02:38 Receive request to /run/L203", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2232 [FUNC L203]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L203]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1613-L203, /root/open-lambda/test-dir/worker/scratch/1614-L203, )=205... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-10 [SOCK 205]", "2020/03/17 22:02:38 fork(SB 205) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 Destroy() [SB 184]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 184]", "2020/03/17 22:02:38 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 move PID 20044 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Destroy() [SB 185]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 185]", "2020/03/17 22:02:38 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 killed PIDs [19940] in CG [SOCK 184]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 184]", "2020/03/17 22:02:38 childExit(SB 184) [SB 1]", "2020/03/17 22:02:38 killed PIDs [19945] in CG [SOCK 185]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 185]", "2020/03/17 22:02:38 childExit(SB 185) [SB 1]", "2020/03/17 22:02:38 Channel() [SB 205]", "2020/03/17 22:02:38 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:38 Pause() [SB 205]", "2020/03/17 22:02:38 Receive request to /run/L204", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2244 [FUNC L204]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L204]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1616-L204, /root/open-lambda/test-dir/worker/scratch/1617-L204, )=206... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-11 [SOCK 206]", "2020/03/17 22:02:38 fork(SB 206) [SB 1]", "2020/03/17 22:02:38 move PID 20050 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 Channel() [SB 206]", "2020/03/17 22:02:38 Pause() [SB 206]", "2020/03/17 22:02:38 Receive request to /run/L205", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2254 [FUNC L205]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L205]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1619-L205, /root/open-lambda/test-dir/worker/scratch/1620-L205, )=207... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-16 [SOCK 207]", "2020/03/17 22:02:38 fork(SB 207) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 Destroy() [SB 186]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 186]", "2020/03/17 22:02:38 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 Destroy() [SB 187]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 187]", "2020/03/17 22:02:38 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 move PID 20054 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Destroy() [SB 188]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 188]", "2020/03/17 22:02:38 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 killed PIDs [19956] in CG [SOCK 187]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 187]", "2020/03/17 22:02:38 childExit(SB 187) [SB 1]", "2020/03/17 22:02:38 killed PIDs [19960] in CG [SOCK 188]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 188]", "2020/03/17 22:02:38 childExit(SB 188) [SB 1]", "2020/03/17 22:02:38 killed PIDs [19951] in CG [SOCK 186]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 186]", "2020/03/17 22:02:38 childExit(SB 186) [SB 1]", "2020/03/17 22:02:38 Channel() [SB 207]", "2020/03/17 22:02:38 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:38 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:38 Pause() [SB 207]", "2020/03/17 22:02:38 Receive request to /run/L206", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2267 [FUNC L206]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L206]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1622-L206, /root/open-lambda/test-dir/worker/scratch/1623-L206, )=208... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-14 [SOCK 208]", "2020/03/17 22:02:38 fork(SB 208) [SB 1]", "2020/03/17 22:02:38 move PID 20061 from CG cg-1 to CG cg-14 [SOCK 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Channel() [SB 208]", "2020/03/17 22:02:38 Pause() [SB 208]", "2020/03/17 22:02:38 Receive request to /run/L207", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2277 [FUNC L207]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L207]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1625-L207, /root/open-lambda/test-dir/worker/scratch/1626-L207, )=209... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-13 [SOCK 209]", "2020/03/17 22:02:38 fork(SB 209) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 move PID 20065 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Channel() [SB 209]", "2020/03/17 22:02:38 Pause() [SB 209]", "2020/03/17 22:02:38 Receive request to /run/L208", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2287 [FUNC L208]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L208]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1628-L208, /root/open-lambda/test-dir/worker/scratch/1629-L208, )=210... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-12 [SOCK 210]", "2020/03/17 22:02:38 fork(SB 210) [SB 1]", "2020/03/17 22:02:38 Destroy() [SB 189]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 189]", "2020/03/17 22:02:38 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 move PID 20069 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Destroy() [SB 190]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 190]", "2020/03/17 22:02:38 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 killed PIDs [19970] in CG [SOCK 190]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 190]", "2020/03/17 22:02:38 childExit(SB 190) [SB 1]", "2020/03/17 22:02:38 killed PIDs [19964] in CG [SOCK 189]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 189]", "2020/03/17 22:02:38 childExit(SB 189) [SB 1]", "2020/03/17 22:02:38 Channel() [SB 210]", "2020/03/17 22:02:38 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:38 Pause() [SB 210]", "2020/03/17 22:02:38 Receive request to /run/L209", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2299 [FUNC L209]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L209]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1631-L209, /root/open-lambda/test-dir/worker/scratch/1632-L209, )=211... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-17 [SOCK 211]", "2020/03/17 22:02:38 fork(SB 211) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 move PID 20075 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Channel() [SB 211]", "2020/03/17 22:02:38 Pause() [SB 211]", "2020/03/17 22:02:38 Receive request to /run/L210", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2309 [FUNC L210]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L210]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1634-L210, /root/open-lambda/test-dir/worker/scratch/1635-L210, )=212... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-15 [SOCK 212]", "2020/03/17 22:02:38 fork(SB 212) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 Destroy() [SB 191]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 191]", "2020/03/17 22:02:38 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 move PID 20079 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Destroy() [SB 192]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 192]", "2020/03/17 22:02:38 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 Destroy() [SB 193]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 193]", "2020/03/17 22:02:38 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 Channel() [SB 212]", "2020/03/17 22:02:38 killed PIDs [19980] in CG [SOCK 192]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 192]", "2020/03/17 22:02:38 childExit(SB 192) [SB 1]", "2020/03/17 22:02:38 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:38 killed PIDs [19976] in CG [SOCK 191]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 191]", "2020/03/17 22:02:38 childExit(SB 191) [SB 1]", "2020/03/17 22:02:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:38 killed PIDs [19984] in CG [SOCK 193]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 193]", "2020/03/17 22:02:38 childExit(SB 193) [SB 1]", "2020/03/17 22:02:38 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:38 Pause() [SB 212]", "2020/03/17 22:02:38 Receive request to /run/L211", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2322 [FUNC L211]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L211]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1637-L211, /root/open-lambda/test-dir/worker/scratch/1638-L211, )=213... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-18 [SOCK 213]", "2020/03/17 22:02:38 fork(SB 213) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 move PID 20086 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Channel() [SB 213]", "2020/03/17 22:02:38 Pause() [SB 213]", "2020/03/17 22:02:38 Receive request to /run/L212", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2332 [FUNC L212]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L212]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1640-L212, /root/open-lambda/test-dir/worker/scratch/1641-L212, )=214... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-20 [SOCK 214]", "2020/03/17 22:02:38 fork(SB 214) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 move PID 20090 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Channel() [SB 214]", "2020/03/17 22:02:38 Pause() [SB 214]", "2020/03/17 22:02:38 Receive request to /run/L213", "2020/03/17 22:02:38 debug: LambdaFunc.Task() runs on goroutine 2342 [FUNC L213]", "2020/03/17 22:02:38 increase instances to 1 [FUNC L213]", "2020/03/17 22:02:38 Try using Zygote from ", "2020/03/17 22:02:38 Unpause() [SB 1]", "2020/03/17 22:02:38 .Create(, true, /root/open-lambda/test-dir/worker/code/1643-L213, /root/open-lambda/test-dir/worker/scratch/1644-L213, )=215... [SOCK POOL sandboxes]", "2020/03/17 22:02:38 use cgroup cg-19 [SOCK 215]", "2020/03/17 22:02:38 fork(SB 215) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:38 Destroy() [SB 194]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 194]", "2020/03/17 22:02:38 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 move PID 20094 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:38 Pause() [SB 1]", "2020/03/17 22:02:38 Destroy() [SB 195]", "2020/03/17 22:02:38 CG ref count decremented to 0 [SOCK 195]", "2020/03/17 22:02:38 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:38 killed PIDs [19994] in CG [SOCK 195]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 195]", "2020/03/17 22:02:38 childExit(SB 195) [SB 1]", "2020/03/17 22:02:38 killed PIDs [19990] in CG [SOCK 194]", "2020/03/17 22:02:38 unmount and remove dirs [SOCK 194]", "2020/03/17 22:02:38 childExit(SB 194) [SB 1]", "2020/03/17 22:02:38 Channel() [SB 215]", "2020/03/17 22:02:38 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:38 Pause() [SB 215]", "2020/03/17 22:02:39 Receive request to /run/L214", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2354 [FUNC L214]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L214]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1646-L214, /root/open-lambda/test-dir/worker/scratch/1647-L214, )=216... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-23 [SOCK 216]", "2020/03/17 22:02:39 fork(SB 216) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 move PID 20100 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Channel() [SB 216]", "2020/03/17 22:02:39 Pause() [SB 216]", "2020/03/17 22:02:39 Receive request to /run/L215", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2364 [FUNC L215]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L215]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1649-L215, /root/open-lambda/test-dir/worker/scratch/1650-L215, )=217... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-21 [SOCK 217]", "2020/03/17 22:02:39 fork(SB 217) [SB 1]", "2020/03/17 22:02:39 Destroy() [SB 196]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 196]", "2020/03/17 22:02:39 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 killed PIDs [20000] in CG [SOCK 196]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 196]", "2020/03/17 22:02:39 childExit(SB 196) [SB 1]", "2020/03/17 22:02:39 move PID 20105 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Destroy() [SB 197]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 197]", "2020/03/17 22:02:39 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 killed PIDs [20004] in CG [SOCK 197]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 197]", "2020/03/17 22:02:39 childExit(SB 197) [SB 1]", "2020/03/17 22:02:39 Channel() [SB 217]", "2020/03/17 22:02:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:39 Pause() [SB 217]", "2020/03/17 22:02:39 Receive request to /run/L216", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2376 [FUNC L216]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L216]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1652-L216, /root/open-lambda/test-dir/worker/scratch/1653-L216, )=218... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-22 [SOCK 218]", "2020/03/17 22:02:39 fork(SB 218) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 move PID 20110 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Channel() [SB 218]", "2020/03/17 22:02:39 Pause() [SB 218]", "2020/03/17 22:02:39 Receive request to /run/L217", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2386 [FUNC L217]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L217]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1655-L217, /root/open-lambda/test-dir/worker/scratch/1656-L217, )=219... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-24 [SOCK 219]", "2020/03/17 22:02:39 fork(SB 219) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 Destroy() [SB 198]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 198]", "2020/03/17 22:02:39 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 move PID 20114 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Destroy() [SB 199]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 199]", "2020/03/17 22:02:39 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 killed PIDs [20015] in CG [SOCK 199]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 199]", "2020/03/17 22:02:39 childExit(SB 199) [SB 1]", "2020/03/17 22:02:39 Channel() [SB 219]", "2020/03/17 22:02:39 killed PIDs [20011] in CG [SOCK 198]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 198]", "2020/03/17 22:02:39 childExit(SB 198) [SB 1]", "2020/03/17 22:02:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:39 Pause() [SB 219]", "2020/03/17 22:02:39 Receive request to /run/L218", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2398 [FUNC L218]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L218]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1658-L218, /root/open-lambda/test-dir/worker/scratch/1659-L218, )=220... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-25 [SOCK 220]", "2020/03/17 22:02:39 fork(SB 220) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 Destroy() [SB 200]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 200]", "2020/03/17 22:02:39 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 move PID 20120 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Channel() [SB 220]", "2020/03/17 22:02:39 killed PIDs [20021] in CG [SOCK 200]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 200]", "2020/03/17 22:02:39 childExit(SB 200) [SB 1]", "2020/03/17 22:02:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:39 Pause() [SB 220]", "2020/03/17 22:02:39 Receive request to /run/L219", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2409 [FUNC L219]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L219]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1661-L219, /root/open-lambda/test-dir/worker/scratch/1662-L219, )=221... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-26 [SOCK 221]", "2020/03/17 22:02:39 fork(SB 221) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 move PID 20125 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Channel() [SB 221]", "2020/03/17 22:02:39 Pause() [SB 221]", "2020/03/17 22:02:39 Receive request to /run/L220", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2419 [FUNC L220]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L220]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1664-L220, /root/open-lambda/test-dir/worker/scratch/1665-L220, )=222... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-27 [SOCK 222]", "2020/03/17 22:02:39 fork(SB 222) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 Destroy() [SB 201]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 201]", "2020/03/17 22:02:39 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 move PID 20129 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Channel() [SB 222]", "2020/03/17 22:02:39 killed PIDs [20026] in CG [SOCK 201]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 201]", "2020/03/17 22:02:39 childExit(SB 201) [SB 1]", "2020/03/17 22:02:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:39 Pause() [SB 222]", "2020/03/17 22:02:39 Receive request to /run/L221", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2430 [FUNC L221]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L221]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1667-L221, /root/open-lambda/test-dir/worker/scratch/1668-L221, )=223... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-29 [SOCK 223]", "2020/03/17 22:02:39 fork(SB 223) [SB 1]", "2020/03/17 22:02:39 Destroy() [SB 202]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 202]", "2020/03/17 22:02:39 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 move PID 20134 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Destroy() [SB 203]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 203]", "2020/03/17 22:02:39 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 killed PIDs [20031] in CG [SOCK 202]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 202]", "2020/03/17 22:02:39 childExit(SB 202) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 killed PIDs [20036] in CG [SOCK 203]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 203]", "2020/03/17 22:02:39 childExit(SB 203) [SB 1]", "2020/03/17 22:02:39 Channel() [SB 223]", "2020/03/17 22:02:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:39 Pause() [SB 223]", "2020/03/17 22:02:39 Receive request to /run/L222", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2442 [FUNC L222]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L222]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1670-L222, /root/open-lambda/test-dir/worker/scratch/1671-L222, )=224... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-28 [SOCK 224]", "2020/03/17 22:02:39 fork(SB 224) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 move PID 20140 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Channel() [SB 224]", "2020/03/17 22:02:39 Pause() [SB 224]", "2020/03/17 22:02:39 Receive request to /run/L223", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2452 [FUNC L223]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L223]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1673-L223, /root/open-lambda/test-dir/worker/scratch/1674-L223, )=225... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-32 [SOCK 225]", "2020/03/17 22:02:39 fork(SB 225) [SB 1]", "2020/03/17 22:02:39 Destroy() [SB 204]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 204]", "2020/03/17 22:02:39 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 killed PIDs [20040] in CG [SOCK 204]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 204]", "2020/03/17 22:02:39 childExit(SB 204) [SB 1]", "2020/03/17 22:02:39 move PID 20145 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Destroy() [SB 205]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 205]", "2020/03/17 22:02:39 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 killed PIDs [20044] in CG [SOCK 205]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 205]", "2020/03/17 22:02:39 childExit(SB 205) [SB 1]", "2020/03/17 22:02:39 Channel() [SB 225]", "2020/03/17 22:02:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:39 Pause() [SB 225]", "2020/03/17 22:02:39 Receive request to /run/L224", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2464 [FUNC L224]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L224]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1676-L224, /root/open-lambda/test-dir/worker/scratch/1677-L224, )=226... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-31 [SOCK 226]", "2020/03/17 22:02:39 fork(SB 226) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 move PID 20150 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Channel() [SB 226]", "2020/03/17 22:02:39 Pause() [SB 226]", "2020/03/17 22:02:39 Receive request to /run/L225", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2474 [FUNC L225]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L225]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1679-L225, /root/open-lambda/test-dir/worker/scratch/1680-L225, )=227... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-30 [SOCK 227]", "2020/03/17 22:02:39 fork(SB 227) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 Destroy() [SB 206]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 206]", "2020/03/17 22:02:39 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 move PID 20154 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Destroy() [SB 207]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 207]", "2020/03/17 22:02:39 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 Channel() [SB 227]", "2020/03/17 22:02:39 killed PIDs [20054] in CG [SOCK 207]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 207]", "2020/03/17 22:02:39 childExit(SB 207) [SB 1]", "2020/03/17 22:02:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:39 killed PIDs [20050] in CG [SOCK 206]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 206]", "2020/03/17 22:02:39 childExit(SB 206) [SB 1]", "2020/03/17 22:02:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:39 Pause() [SB 227]", "2020/03/17 22:02:39 Receive request to /run/L226", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2486 [FUNC L226]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L226]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1682-L226, /root/open-lambda/test-dir/worker/scratch/1683-L226, )=228... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-33 [SOCK 228]", "2020/03/17 22:02:39 fork(SB 228) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 Destroy() [SB 208]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 208]", "2020/03/17 22:02:39 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 move PID 20160 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Channel() [SB 228]", "2020/03/17 22:02:39 killed PIDs [20061] in CG [SOCK 208]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 208]", "2020/03/17 22:02:39 childExit(SB 208) [SB 1]", "2020/03/17 22:02:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:39 Pause() [SB 228]", "2020/03/17 22:02:39 Receive request to /run/L227", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2497 [FUNC L227]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L227]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1685-L227, /root/open-lambda/test-dir/worker/scratch/1686-L227, )=229... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-34 [SOCK 229]", "2020/03/17 22:02:39 fork(SB 229) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 move PID 20165 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Channel() [SB 229]", "2020/03/17 22:02:39 Pause() [SB 229]", "2020/03/17 22:02:39 Receive request to /run/L228", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2507 [FUNC L228]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L228]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1688-L228, /root/open-lambda/test-dir/worker/scratch/1689-L228, )=230... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-36 [SOCK 230]", "2020/03/17 22:02:39 fork(SB 230) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 Destroy() [SB 209]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 209]", "2020/03/17 22:02:39 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 move PID 20169 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Destroy() [SB 210]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 210]", "2020/03/17 22:02:39 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 killed PIDs [20065] in CG [SOCK 209]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 209]", "2020/03/17 22:02:39 childExit(SB 209) [SB 1]", "2020/03/17 22:02:39 Channel() [SB 230]", "2020/03/17 22:02:39 killed PIDs [20069] in CG [SOCK 210]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 210]", "2020/03/17 22:02:39 childExit(SB 210) [SB 1]", "2020/03/17 22:02:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:39 Pause() [SB 230]", "2020/03/17 22:02:39 Receive request to /run/L229", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2519 [FUNC L229]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L229]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1691-L229, /root/open-lambda/test-dir/worker/scratch/1692-L229, )=231... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-35 [SOCK 231]", "2020/03/17 22:02:39 fork(SB 231) [SB 1]", "2020/03/17 22:02:39 Destroy() [SB 211]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 211]", "2020/03/17 22:02:39 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 killed PIDs [20075] in CG [SOCK 211]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 211]", "2020/03/17 22:02:39 childExit(SB 211) [SB 1]", "2020/03/17 22:02:39 move PID 20175 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Destroy() [SB 212]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 212]", "2020/03/17 22:02:39 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 killed PIDs [20079] in CG [SOCK 212]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 212]", "2020/03/17 22:02:39 childExit(SB 212) [SB 1]", "2020/03/17 22:02:39 Channel() [SB 231]", "2020/03/17 22:02:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:39 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:39 Pause() [SB 231]", "2020/03/17 22:02:39 Receive request to /run/L230", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2531 [FUNC L230]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L230]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1694-L230, /root/open-lambda/test-dir/worker/scratch/1695-L230, )=232... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-37 [SOCK 232]", "2020/03/17 22:02:39 fork(SB 232) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 move PID 20181 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Channel() [SB 232]", "2020/03/17 22:02:39 Pause() [SB 232]", "2020/03/17 22:02:39 Receive request to /run/L231", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2541 [FUNC L231]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L231]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1697-L231, /root/open-lambda/test-dir/worker/scratch/1698-L231, )=233... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-40 [SOCK 233]", "2020/03/17 22:02:39 fork(SB 233) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 move PID 20185 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Channel() [SB 233]", "2020/03/17 22:02:39 Pause() [SB 233]", "2020/03/17 22:02:39 Receive request to /run/L232", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2551 [FUNC L232]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L232]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1700-L232, /root/open-lambda/test-dir/worker/scratch/1701-L232, )=234... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-38 [SOCK 234]", "2020/03/17 22:02:39 fork(SB 234) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 Destroy() [SB 213]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 213]", "2020/03/17 22:02:39 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 Destroy() [SB 214]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 214]", "2020/03/17 22:02:39 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 move PID 20189 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Destroy() [SB 215]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 215]", "2020/03/17 22:02:39 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 killed PIDs [20086] in CG [SOCK 213]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 213]", "2020/03/17 22:02:39 childExit(SB 213) [SB 1]", "2020/03/17 22:02:39 killed PIDs [20090] in CG [SOCK 214]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 214]", "2020/03/17 22:02:39 childExit(SB 214) [SB 1]", "2020/03/17 22:02:39 Channel() [SB 234]", "2020/03/17 22:02:39 killed PIDs [20094] in CG [SOCK 215]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 215]", "2020/03/17 22:02:39 childExit(SB 215) [SB 1]", "2020/03/17 22:02:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:39 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:39 Pause() [SB 234]", "2020/03/17 22:02:39 Receive request to /run/L233", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2564 [FUNC L233]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L233]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1703-L233, /root/open-lambda/test-dir/worker/scratch/1704-L233, )=235... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-2 [SOCK 235]", "2020/03/17 22:02:39 fork(SB 235) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 move PID 20196 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Channel() [SB 235]", "2020/03/17 22:02:39 Pause() [SB 235]", "2020/03/17 22:02:39 Receive request to /run/L234", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2574 [FUNC L234]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L234]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1706-L234, /root/open-lambda/test-dir/worker/scratch/1707-L234, )=236... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-39 [SOCK 236]", "2020/03/17 22:02:39 fork(SB 236) [SB 1]", "2020/03/17 22:02:39 move PID 20200 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 Channel() [SB 236]", "2020/03/17 22:02:39 Pause() [SB 236]", "2020/03/17 22:02:39 Receive request to /run/L235", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2584 [FUNC L235]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L235]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1709-L235, /root/open-lambda/test-dir/worker/scratch/1710-L235, )=237... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-4 [SOCK 237]", "2020/03/17 22:02:39 fork(SB 237) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 Destroy() [SB 216]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 216]", "2020/03/17 22:02:39 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 move PID 20204 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Destroy() [SB 217]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 217]", "2020/03/17 22:02:39 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 Channel() [SB 237]", "2020/03/17 22:02:39 killed PIDs [20105] in CG [SOCK 217]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 217]", "2020/03/17 22:02:39 childExit(SB 217) [SB 1]", "2020/03/17 22:02:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:39 killed PIDs [20100] in CG [SOCK 216]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 216]", "2020/03/17 22:02:39 childExit(SB 216) [SB 1]", "2020/03/17 22:02:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:39 Pause() [SB 237]", "2020/03/17 22:02:39 Receive request to /run/L236", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2596 [FUNC L236]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L236]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1712-L236, /root/open-lambda/test-dir/worker/scratch/1713-L236, )=238... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-3 [SOCK 238]", "2020/03/17 22:02:39 fork(SB 238) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 move PID 20210 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Channel() [SB 238]", "2020/03/17 22:02:39 Pause() [SB 238]", "2020/03/17 22:02:39 Receive request to /run/L237", "2020/03/17 22:02:39 debug: LambdaFunc.Task() runs on goroutine 2606 [FUNC L237]", "2020/03/17 22:02:39 increase instances to 1 [FUNC L237]", "2020/03/17 22:02:39 Try using Zygote from ", "2020/03/17 22:02:39 Unpause() [SB 1]", "2020/03/17 22:02:39 .Create(, true, /root/open-lambda/test-dir/worker/code/1715-L237, /root/open-lambda/test-dir/worker/scratch/1716-L237, )=239... [SOCK POOL sandboxes]", "2020/03/17 22:02:39 use cgroup cg-5 [SOCK 239]", "2020/03/17 22:02:39 fork(SB 239) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:39 Destroy() [SB 218]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 218]", "2020/03/17 22:02:39 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 Destroy() [SB 219]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 219]", "2020/03/17 22:02:39 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 move PID 20214 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:39 Pause() [SB 1]", "2020/03/17 22:02:39 Destroy() [SB 220]", "2020/03/17 22:02:39 CG ref count decremented to 0 [SOCK 220]", "2020/03/17 22:02:39 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:39 killed PIDs [20110] in CG [SOCK 218]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 218]", "2020/03/17 22:02:39 childExit(SB 218) [SB 1]", "2020/03/17 22:02:39 killed PIDs [20114] in CG [SOCK 219]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 219]", "2020/03/17 22:02:39 childExit(SB 219) [SB 1]", "2020/03/17 22:02:39 Channel() [SB 239]", "2020/03/17 22:02:39 killed PIDs [20120] in CG [SOCK 220]", "2020/03/17 22:02:39 unmount and remove dirs [SOCK 220]", "2020/03/17 22:02:39 childExit(SB 220) [SB 1]", "2020/03/17 22:02:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:39 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 239]", "2020/03/17 22:02:40 Receive request to /run/L238", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2619 [FUNC L238]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L238]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1718-L238, /root/open-lambda/test-dir/worker/scratch/1719-L238, )=240... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-8 [SOCK 240]", "2020/03/17 22:02:40 fork(SB 240) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 move PID 20221 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Channel() [SB 240]", "2020/03/17 22:02:40 Pause() [SB 240]", "2020/03/17 22:02:40 Receive request to /run/L239", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2629 [FUNC L239]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L239]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1721-L239, /root/open-lambda/test-dir/worker/scratch/1722-L239, )=241... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-6 [SOCK 241]", "2020/03/17 22:02:40 fork(SB 241) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 move PID 20225 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Channel() [SB 241]", "2020/03/17 22:02:40 Pause() [SB 241]", "2020/03/17 22:02:40 Receive request to /run/L240", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2639 [FUNC L240]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L240]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1724-L240, /root/open-lambda/test-dir/worker/scratch/1725-L240, )=242... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-7 [SOCK 242]", "2020/03/17 22:02:40 fork(SB 242) [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 221]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 221]", "2020/03/17 22:02:40 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 move PID 20229 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 222]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 222]", "2020/03/17 22:02:40 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 killed PIDs [20125] in CG [SOCK 221]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 221]", "2020/03/17 22:02:40 childExit(SB 221) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 killed PIDs [20129] in CG [SOCK 222]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 222]", "2020/03/17 22:02:40 childExit(SB 222) [SB 1]", "2020/03/17 22:02:40 Channel() [SB 242]", "2020/03/17 22:02:40 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 242]", "2020/03/17 22:02:40 Receive request to /run/L241", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2651 [FUNC L241]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L241]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1727-L241, /root/open-lambda/test-dir/worker/scratch/1728-L241, )=243... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-9 [SOCK 243]", "2020/03/17 22:02:40 fork(SB 243) [SB 1]", "send chrootFD=6", "send chrootFD=5", "send chrootFD=8", "send chrootFD=9", "send chrootFD=10", "send chrootFD=11", "send chrootFD=12", "send chrootFD=13", "send chrootFD=14", "send chrootFD=15", "send chrootFD=16", "send chrootFD=17", "send chrootFD=18", "send chrootFD=19", "send chrootFD=20", "send chrootFD=21", "send chrootFD=22", "send chrootFD=23", "send chrootFD=24", "send chrootFD=7", "send chrootFD=25", "send chrootFD=25", "send chrootFD=26", "send chrootFD=27", "send chrootFD=10", "send chrootFD=11", "send chrootFD=12", "send chrootFD=24", "send chrootFD=27", "send chrootFD=27", "send chrootFD=15", "send chrootFD=16", "send chrootFD=27", "send chrootFD=18", "send chrootFD=27", "send chrootFD=20", "send chrootFD=21", "send chrootFD=22", "send chrootFD=22", "send chrootFD=23", "send chrootFD=27", "send chrootFD=9", "send chrootFD=25", "send chrootFD=10", "send chrootFD=11", "send chrootFD=12", "send chrootFD=13", "send chrootFD=24", "send chrootFD=15", "send chrootFD=24", "send chrootFD=17", "send chrootFD=24", "send chrootFD=25", "send chrootFD=19", "send chrootFD=25", "send chrootFD=21", "send chrootFD=21", "send chrootFD=25", "send chrootFD=26", "send chrootFD=27", "send chrootFD=22", "send chrootFD=9", "send chrootFD=22", "send chrootFD=23", "send chrootFD=23", "send chrootFD=12", "send chrootFD=23", "send chrootFD=14", "send chrootFD=23", "send chrootFD=23", "send chrootFD=16", "send chrootFD=27", "send chrootFD=18", "send chrootFD=7", "send chrootFD=19", "send chrootFD=20", "send chrootFD=21", "send chrootFD=24", "send chrootFD=25", "send chrootFD=27", "send chrootFD=8", "send chrootFD=26", "send chrootFD=22", "send chrootFD=26", "send chrootFD=11", "send chrootFD=26", "send chrootFD=26", "send chrootFD=26", "send chrootFD=26", "send chrootFD=26", "send chrootFD=26", "send chrootFD=17", "send chrootFD=18", "send chrootFD=18", "send chrootFD=19", "send chrootFD=20", "send chrootFD=21", "send chrootFD=24", "send chrootFD=26", "send chrootFD=27", "send chrootFD=25", "send chrootFD=27", "send chrootFD=9", "send chrootFD=27", "send chrootFD=11", "send chrootFD=22", "send chrootFD=27", "send chrootFD=13", "send chrootFD=27", "send chrootFD=27", "send chrootFD=16", "send chrootFD=16", "send chrootFD=17", "send chrootFD=18", "send chrootFD=19", "send chrootFD=20", "send chrootFD=21", "send chrootFD=23", "send chrootFD=24", "send chrootFD=26", "send chrootFD=7", "send chrootFD=25", "send chrootFD=27", "send chrootFD=9", "send chrootFD=27", "send chrootFD=11", "send chrootFD=22", "send chrootFD=27", "send chrootFD=13", "send chrootFD=14", "send chrootFD=27", "send chrootFD=15", "send chrootFD=16", "send chrootFD=17", "send chrootFD=27", "send chrootFD=7", "send chrootFD=20", "send chrootFD=21", "send chrootFD=23", "send chrootFD=27", "send chrootFD=24", "send chrootFD=26", "send chrootFD=27", "send chrootFD=25", "send chrootFD=27", "send chrootFD=11", "send chrootFD=19", "send chrootFD=22", "send chrootFD=27", "send chrootFD=13", "send chrootFD=27", "send chrootFD=14", "send chrootFD=15", "send chrootFD=16", "send chrootFD=17", "send chrootFD=27", "send chrootFD=18", "send chrootFD=20", "send chrootFD=21", "send chrootFD=23", "send chrootFD=23", "send chrootFD=24", "send chrootFD=26", "send chrootFD=27", "send chrootFD=25", "send chrootFD=27", "send chrootFD=11", "send chrootFD=27", "send chrootFD=22", "send chrootFD=13", "send chrootFD=22", "send chrootFD=14", "send chrootFD=22", "send chrootFD=27", "send chrootFD=16", "send chrootFD=27", "send chrootFD=17", "send chrootFD=27", "send chrootFD=20", "send chrootFD=21", "send chrootFD=21", "send chrootFD=23", "send chrootFD=24", "send chrootFD=26", "send chrootFD=25", "send chrootFD=25", "send chrootFD=26", "send chrootFD=27", "send chrootFD=19", "send chrootFD=13", "send chrootFD=19", "send chrootFD=27", "send chrootFD=14", "send chrootFD=27", "send chrootFD=22", "send chrootFD=27", "send chrootFD=16", "send chrootFD=17", "send chrootFD=18", "send chrootFD=10", "send chrootFD=18", "send chrootFD=21", "send chrootFD=23", "send chrootFD=27", "send chrootFD=24", "send chrootFD=27", "send chrootFD=25", "send chrootFD=26", "send chrootFD=27", "send chrootFD=20", "send chrootFD=27", "send chrootFD=13", "send chrootFD=19", "send chrootFD=27", "send chrootFD=15", "send chrootFD=27", "send chrootFD=22", "send chrootFD=27", "send chrootFD=17", "send chrootFD=17", "send chrootFD=27", "send chrootFD=12", "send chrootFD=21", "send chrootFD=27", "send chrootFD=23", "send chrootFD=27", "send chrootFD=24", "send chrootFD=25", "send chrootFD=27", "send chrootFD=26", "send chrootFD=20", "send chrootFD=18", "send chrootFD=27", "send chrootFD=19", "send chrootFD=26", "send chrootFD=27", "send chrootFD=15", "send chrootFD=27", "send chrootFD=16", "send chrootFD=22", "send chrootFD=27", "send chrootFsock2.py: start web server on fd: 3", "2020/03/17 22:02:40 Destroy() [SB 223]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 223]", "2020/03/17 22:02:40 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 move PID 20235 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 killed PIDs [20134] in CG [SOCK 223]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 223]", "2020/03/17 22:02:40 childExit(SB 223) [SB 1]", "2020/03/17 22:02:40 Channel() [SB 243]", "2020/03/17 22:02:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 243]", "2020/03/17 22:02:40 Receive request to /run/L242", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2662 [FUNC L242]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L242]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1730-L242, /root/open-lambda/test-dir/worker/scratch/1731-L242, )=244... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-10 [SOCK 244]", "2020/03/17 22:02:40 fork(SB 244) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 move PID 20240 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Channel() [SB 244]", "2020/03/17 22:02:40 Pause() [SB 244]", "2020/03/17 22:02:40 Receive request to /run/L243", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2672 [FUNC L243]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L243]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1733-L243, /root/open-lambda/test-dir/worker/scratch/1734-L243, )=245... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-16 [SOCK 245]", "2020/03/17 22:02:40 fork(SB 245) [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 224]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 224]", "2020/03/17 22:02:40 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 move PID 20244 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 225]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 225]", "2020/03/17 22:02:40 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 killed PIDs [20145] in CG [SOCK 225]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 225]", "2020/03/17 22:02:40 childExit(SB 225) [SB 1]", "2020/03/17 22:02:40 killed PIDs [20140] in CG [SOCK 224]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 224]", "2020/03/17 22:02:40 childExit(SB 224) [SB 1]", "2020/03/17 22:02:40 Channel() [SB 245]", "2020/03/17 22:02:40 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 245]", "2020/03/17 22:02:40 Receive request to /run/L244", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2684 [FUNC L244]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L244]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1736-L244, /root/open-lambda/test-dir/worker/scratch/1737-L244, )=246... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-11 [SOCK 246]", "2020/03/17 22:02:40 fork(SB 246) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 Destroy() [SB 226]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 226]", "2020/03/17 22:02:40 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 move PID 20250 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 killed PIDs [20150] in CG [SOCK 226]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 226]", "2020/03/17 22:02:40 childExit(SB 226) [SB 1]", "2020/03/17 22:02:40 Channel() [SB 246]", "2020/03/17 22:02:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 246]", "2020/03/17 22:02:40 Receive request to /run/L245", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2695 [FUNC L245]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L245]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1739-L245, /root/open-lambda/test-dir/worker/scratch/1740-L245, )=247... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-14 [SOCK 247]", "2020/03/17 22:02:40 fork(SB 247) [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 227]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 227]", "2020/03/17 22:02:40 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 move PID 20255 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 228]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 228]", "2020/03/17 22:02:40 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 killed PIDs [20154] in CG [SOCK 227]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 227]", "2020/03/17 22:02:40 childExit(SB 227) [SB 1]", "2020/03/17 22:02:40 killed PIDs [20160] in CG [SOCK 228]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 228]", "2020/03/17 22:02:40 childExit(SB 228) [SB 1]", "2020/03/17 22:02:40 Channel() [SB 247]", "2020/03/17 22:02:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:40 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 247]", "2020/03/17 22:02:40 Receive request to /run/L246", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2707 [FUNC L246]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L246]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1742-L246, /root/open-lambda/test-dir/worker/scratch/1743-L246, )=248... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-13 [SOCK 248]", "2020/03/17 22:02:40 fork(SB 248) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 move PID 20261 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Channel() [SB 248]", "2020/03/17 22:02:40 Pause() [SB 248]", "2020/03/17 22:02:40 Receive request to /run/L247", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2717 [FUNC L247]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L247]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1745-L247, /root/open-lambda/test-dir/worker/scratch/1746-L247, )=249... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-12 [SOCK 249]", "2020/03/17 22:02:40 fork(SB 249) [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 229]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 229]", "2020/03/17 22:02:40 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 killed PIDs [20165] in CG [SOCK 229]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 229]", "2020/03/17 22:02:40 childExit(SB 229) [SB 1]", "2020/03/17 22:02:40 move PID 20266 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 230]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 230]", "2020/03/17 22:02:40 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 killed PIDs [20169] in CG [SOCK 230]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 230]", "2020/03/17 22:02:40 childExit(SB 230) [SB 1]", "2020/03/17 22:02:40 Channel() [SB 249]", "2020/03/17 22:02:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:40 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 249]", "2020/03/17 22:02:40 Receive request to /run/L248", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2729 [FUNC L248]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L248]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1748-L248, /root/open-lambda/test-dir/worker/scratch/1749-L248, )=250... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-17 [SOCK 250]", "2020/03/17 22:02:40 fork(SB 250) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 move PID 20271 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Channel() [SB 250]", "2020/03/17 22:02:40 Pause() [SB 250]", "2020/03/17 22:02:40 Receive request to /run/L249", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2739 [FUNC L249]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L249]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1751-L249, /root/open-lambda/test-dir/worker/scratch/1752-L249, )=251... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-15 [SOCK 251]", "2020/03/17 22:02:40 fork(SB 251) [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 231]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 231]", "2020/03/17 22:02:40 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 move PID 20275 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 232]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 232]", "2020/03/17 22:02:40 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 killed PIDs [20175] in CG [SOCK 231]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 231]", "2020/03/17 22:02:40 childExit(SB 231) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 killed PIDs [20181] in CG [SOCK 232]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 232]", "2020/03/17 22:02:40 childExit(SB 232) [SB 1]", "2020/03/17 22:02:40 Channel() [SB 251]", "2020/03/17 22:02:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:40 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 251]", "2020/03/17 22:02:40 Receive request to /run/L250", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2751 [FUNC L250]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L250]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1754-L250, /root/open-lambda/test-dir/worker/scratch/1755-L250, )=252... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-18 [SOCK 252]", "2020/03/17 22:02:40 fork(SB 252) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 move PID 20281 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Channel() [SB 252]", "2020/03/17 22:02:40 Pause() [SB 252]", "2020/03/17 22:02:40 Receive request to /run/L251", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2761 [FUNC L251]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L251]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1757-L251, /root/open-lambda/test-dir/worker/scratch/1758-L251, )=253... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-20 [SOCK 253]", "2020/03/17 22:02:40 fork(SB 253) [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 233]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 233]", "2020/03/17 22:02:40 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 move PID 20285 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 234]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 234]", "2020/03/17 22:02:40 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 killed PIDs [20185] in CG [SOCK 233]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 233]", "2020/03/17 22:02:40 childExit(SB 233) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 killed PIDs [20189] in CG [SOCK 234]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 234]", "2020/03/17 22:02:40 childExit(SB 234) [SB 1]", "2020/03/17 22:02:40 Channel() [SB 253]", "2020/03/17 22:02:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:40 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 253]", "2020/03/17 22:02:40 Receive request to /run/L252", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2773 [FUNC L252]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L252]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1760-L252, /root/open-lambda/test-dir/worker/scratch/1761-L252, )=254... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-19 [SOCK 254]", "2020/03/17 22:02:40 fork(SB 254) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 move PID 20291 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Channel() [SB 254]", "2020/03/17 22:02:40 Pause() [SB 254]", "2020/03/17 22:02:40 Receive request to /run/L253", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2783 [FUNC L253]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L253]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1763-L253, /root/open-lambda/test-dir/worker/scratch/1764-L253, )=255... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-21 [SOCK 255]", "2020/03/17 22:02:40 fork(SB 255) [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 235]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 235]", "2020/03/17 22:02:40 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 move PID 20295 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 killed PIDs [20196] in CG [SOCK 235]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 235]", "2020/03/17 22:02:40 childExit(SB 235) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 Channel() [SB 255]", "2020/03/17 22:02:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 255]", "2020/03/17 22:02:40 Receive request to /run/L254", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2794 [FUNC L254]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L254]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1766-L254, /root/open-lambda/test-dir/worker/scratch/1767-L254, )=256... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-23 [SOCK 256]", "2020/03/17 22:02:40 fork(SB 256) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 Destroy() [SB 236]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 236]", "2020/03/17 22:02:40 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 move PID 20300 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 237]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 237]", "2020/03/17 22:02:40 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 killed PIDs [20200] in CG [SOCK 236]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 236]", "2020/03/17 22:02:40 childExit(SB 236) [SB 1]", "2020/03/17 22:02:40 Channel() [SB 256]", "2020/03/17 22:02:40 killed PIDs [20204] in CG [SOCK 237]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 237]", "2020/03/17 22:02:40 childExit(SB 237) [SB 1]", "2020/03/17 22:02:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:40 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 256]", "2020/03/17 22:02:40 Receive request to /run/L255", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2806 [FUNC L255]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L255]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1769-L255, /root/open-lambda/test-dir/worker/scratch/1770-L255, )=257... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-22 [SOCK 257]", "2020/03/17 22:02:40 fork(SB 257) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 move PID 20306 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Channel() [SB 257]", "2020/03/17 22:02:40 Pause() [SB 257]", "2020/03/17 22:02:40 Receive request to /run/L256", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2816 [FUNC L256]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L256]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1772-L256, /root/open-lambda/test-dir/worker/scratch/1773-L256, )=258... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-24 [SOCK 258]", "2020/03/17 22:02:40 fork(SB 258) [SB 1]", "2020/03/17 22:02:40 move PID 20310 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 238]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 238]", "2020/03/17 22:02:40 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 killed PIDs [20210] in CG [SOCK 238]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 238]", "2020/03/17 22:02:40 childExit(SB 238) [SB 1]", "2020/03/17 22:02:40 Channel() [SB 258]", "2020/03/17 22:02:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 258]", "2020/03/17 22:02:40 Receive request to /run/L257", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2827 [FUNC L257]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L257]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1775-L257, /root/open-lambda/test-dir/worker/scratch/1776-L257, )=259... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-25 [SOCK 259]", "2020/03/17 22:02:40 fork(SB 259) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 Destroy() [SB 239]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 239]", "2020/03/17 22:02:40 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 move PID 20315 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 killed PIDs [20214] in CG [SOCK 239]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 239]", "2020/03/17 22:02:40 childExit(SB 239) [SB 1]", "2020/03/17 22:02:40 Channel() [SB 259]", "2020/03/17 22:02:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 259]", "2020/03/17 22:02:40 Receive request to /run/L258", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2838 [FUNC L258]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L258]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1778-L258, /root/open-lambda/test-dir/worker/scratch/1779-L258, )=260... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-26 [SOCK 260]", "2020/03/17 22:02:40 fork(SB 260) [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 240]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 240]", "2020/03/17 22:02:40 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 move PID 20320 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 241]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 241]", "2020/03/17 22:02:40 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 killed PIDs [20225] in CG [SOCK 241]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 241]", "2020/03/17 22:02:40 childExit(SB 241) [SB 1]", "2020/03/17 22:02:40 killed PIDs [20221] in CG [SOCK 240]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 240]", "2020/03/17 22:02:40 childExit(SB 240) [SB 1]", "2020/03/17 22:02:40 Channel() [SB 260]", "2020/03/17 22:02:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:40 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 260]", "2020/03/17 22:02:40 Receive request to /run/L259", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2850 [FUNC L259]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L259]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1781-L259, /root/open-lambda/test-dir/worker/scratch/1782-L259, )=261... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-27 [SOCK 261]", "2020/03/17 22:02:40 fork(SB 261) [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 242]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 242]", "2020/03/17 22:02:40 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 killed PIDs [20229] in CG [SOCK 242]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 242]", "2020/03/17 22:02:40 childExit(SB 242) [SB 1]", "2020/03/17 22:02:40 move PID 20327 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 243]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 243]", "2020/03/17 22:02:40 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 killed PIDs [20235] in CG [SOCK 243]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 243]", "2020/03/17 22:02:40 childExit(SB 243) [SB 1]", "2020/03/17 22:02:40 Channel() [SB 261]", "2020/03/17 22:02:40 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:40 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 261]", "2020/03/17 22:02:40 Receive request to /run/L260", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2862 [FUNC L260]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L260]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1784-L260, /root/open-lambda/test-dir/worker/scratch/1785-L260, )=262... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-29 [SOCK 262]", "2020/03/17 22:02:40 fork(SB 262) [SB 1]", "2020/03/17 22:02:40 Destroy() [SB 244]", "2020/03/17 22:02:40 CG ref count decremented to 0 [SOCK 244]", "2020/03/17 22:02:40 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:40 move PID 20332 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 killed PIDs [20240] in CG [SOCK 244]", "2020/03/17 22:02:40 unmount and remove dirs [SOCK 244]", "2020/03/17 22:02:40 childExit(SB 244) [SB 1]", "2020/03/17 22:02:40 Channel() [SB 262]", "2020/03/17 22:02:40 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:40 Pause() [SB 262]", "2020/03/17 22:02:40 Receive request to /run/L261", "2020/03/17 22:02:40 debug: LambdaFunc.Task() runs on goroutine 2873 [FUNC L261]", "2020/03/17 22:02:40 increase instances to 1 [FUNC L261]", "2020/03/17 22:02:40 Try using Zygote from ", "2020/03/17 22:02:40 Unpause() [SB 1]", "2020/03/17 22:02:40 .Create(, true, /root/open-lambda/test-dir/worker/code/1787-L261, /root/open-lambda/test-dir/worker/scratch/1788-L261, )=263... [SOCK POOL sandboxes]", "2020/03/17 22:02:40 use cgroup cg-32 [SOCK 263]", "2020/03/17 22:02:40 fork(SB 263) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:40 move PID 20337 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:40 Pause() [SB 1]", "2020/03/17 22:02:40 Channel() [SB 263]", "2020/03/17 22:02:41 Pause() [SB 263]", "2020/03/17 22:02:41 Receive request to /run/L262", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 2883 [FUNC L262]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L262]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1790-L262, /root/open-lambda/test-dir/worker/scratch/1791-L262, )=264... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-28 [SOCK 264]", "2020/03/17 22:02:41 fork(SB 264) [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 245]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 245]", "2020/03/17 22:02:41 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 killed PIDs [20244] in CG [SOCK 245]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 245]", "2020/03/17 22:02:41 childExit(SB 245) [SB 1]", "2020/03/17 22:02:41 move PID 20342 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 246]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 246]", "2020/03/17 22:02:41 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 killed PIDs [20250] in CG [SOCK 246]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 246]", "2020/03/17 22:02:41 childExit(SB 246) [SB 1]", "2020/03/17 22:02:41 Channel() [SB 264]", "2020/03/17 22:02:41 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:41 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:41 Pause() [SB 264]", "2020/03/17 22:02:41 Receive request to /run/L263", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 2895 [FUNC L263]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L263]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1793-L263, /root/open-lambda/test-dir/worker/scratch/1794-L263, )=265... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-31 [SOCK 265]", "2020/03/17 22:02:41 fork(SB 265) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 move PID 20347 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Channel() [SB 265]", "2020/03/17 22:02:41 Pause() [SB 265]", "2020/03/17 22:02:41 Receive request to /run/L264", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 2905 [FUNC L264]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L264]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1796-L264, /root/open-lambda/test-dir/worker/scratch/1797-L264, )=266... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-30 [SOCK 266]", "2020/03/17 22:02:41 fork(SB 266) [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 247]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 247]", "2020/03/17 22:02:41 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 move PID 20352 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 248]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 248]", "2020/03/17 22:02:41 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 killed PIDs [20255] in CG [SOCK 247]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 247]", "2020/03/17 22:02:41 childExit(SB 247) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 killed PIDs [20261] in CG [SOCK 248]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 248]", "2020/03/17 22:02:41 childExit(SB 248) [SB 1]", "2020/03/17 22:02:41 Channel() [SB 266]", "2020/03/17 22:02:41 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:41 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:41 Pause() [SB 266]", "2020/03/17 22:02:41 Receive request to /run/L265", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 2917 [FUNC L265]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L265]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1799-L265, /root/open-lambda/test-dir/worker/scratch/1800-L265, )=267... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-33 [SOCK 267]", "2020/03/17 22:02:41 fork(SB 267) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 Destroy() [SB 249]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 249]", "2020/03/17 22:02:41 killed PIDs [20266] in CG [SOCK 249]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 249]", "2020/03/17 22:02:41 childExit(SB 249) [SB 1]", "2020/03/17 22:02:41 move PID 20357 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Channel() [SB 267]", "2020/03/17 22:02:41 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:41 Pause() [SB 267]", "2020/03/17 22:02:41 Receive request to /run/L266", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 2928 [FUNC L266]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L266]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1802-L266, /root/open-lambda/test-dir/worker/scratch/1803-L266, )=268... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-34 [SOCK 268]", "2020/03/17 22:02:41 fork(SB 268) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 move PID 20362 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Channel() [SB 268]", "2020/03/17 22:02:41 Pause() [SB 268]", "2020/03/17 22:02:41 Receive request to /run/L267", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 2938 [FUNC L267]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L267]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1805-L267, /root/open-lambda/test-dir/worker/scratch/1806-L267, )=269... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-36 [SOCK 269]", "2020/03/17 22:02:41 fork(SB 269) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 move PID 20366 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Channel() [SB 269]", "2020/03/17 22:02:41 Pause() [SB 269]", "2020/03/17 22:02:41 Receive request to /run/L268", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 2948 [FUNC L268]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L268]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1808-L268, /root/open-lambda/test-dir/worker/scratch/1809-L268, )=270... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-35 [SOCK 270]", "2020/03/17 22:02:41 fork(SB 270) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 move PID 20370 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Channel() [SB 270]", "2020/03/17 22:02:41 Pause() [SB 270]", "2020/03/17 22:02:41 Receive request to /run/L269", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 2958 [FUNC L269]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L269]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1811-L269, /root/open-lambda/test-dir/worker/scratch/1812-L269, )=271... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-37 [SOCK 271]", "2020/03/17 22:02:41 fork(SB 271) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 Destroy() [SB 250]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 250]", "2020/03/17 22:02:41 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 move PID 20374 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 251]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 251]", "2020/03/17 22:02:41 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 killed PIDs [20275] in CG [SOCK 251]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 251]", "2020/03/17 22:02:41 childExit(SB 251) [SB 1]", "2020/03/17 22:02:41 Channel() [SB 271]", "2020/03/17 22:02:41 killed PIDs [20271] in CG [SOCK 250]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 250]", "2020/03/17 22:02:41 childExit(SB 250) [SB 1]", "2020/03/17 22:02:41 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:41 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:41 Pause() [SB 271]", "2020/03/17 22:02:41 Receive request to /run/L270", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 2970 [FUNC L270]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L270]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1814-L270, /root/open-lambda/test-dir/worker/scratch/1815-L270, )=272... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-40 [SOCK 272]", "2020/03/17 22:02:41 fork(SB 272) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 move PID 20380 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 252]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 252]", "2020/03/17 22:02:41 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 Channel() [SB 272]", "2020/03/17 22:02:41 killed PIDs [20281] in CG [SOCK 252]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 252]", "2020/03/17 22:02:41 childExit(SB 252) [SB 1]", "2020/03/17 22:02:41 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:41 Pause() [SB 272]", "2020/03/17 22:02:41 Receive request to /run/L271", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 2981 [FUNC L271]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L271]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1817-L271, /root/open-lambda/test-dir/worker/scratch/1818-L271, )=273... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-38 [SOCK 273]", "2020/03/17 22:02:41 fork(SB 273) [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 253]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 253]", "2020/03/17 22:02:41 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 move PID 20385 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 254]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 254]", "2020/03/17 22:02:41 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 killed PIDs [20291] in CG [SOCK 254]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 254]", "2020/03/17 22:02:41 childExit(SB 254) [SB 1]", "2020/03/17 22:02:41 killed PIDs [20285] in CG [SOCK 253]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 253]", "2020/03/17 22:02:41 childExit(SB 253) [SB 1]", "2020/03/17 22:02:41 Channel() [SB 273]", "2020/03/17 22:02:41 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:41 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:41 Pause() [SB 273]", "2020/03/17 22:02:41 Receive request to /run/L272", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 2993 [FUNC L272]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L272]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1820-L272, /root/open-lambda/test-dir/worker/scratch/1821-L272, )=274... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-2 [SOCK 274]", "2020/03/17 22:02:41 fork(SB 274) [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 255]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 255]", "2020/03/17 22:02:41 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 killed PIDs [20295] in CG [SOCK 255]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 255]", "2020/03/17 22:02:41 childExit(SB 255) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 move PID 20391 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 256]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 256]", "2020/03/17 22:02:41 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 killed PIDs [20300] in CG [SOCK 256]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 256]", "2020/03/17 22:02:41 childExit(SB 256) [SB 1]", "2020/03/17 22:02:41 Channel() [SB 274]", "2020/03/17 22:02:41 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:41 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:41 Pause() [SB 274]", "2020/03/17 22:02:41 Receive request to /run/L273", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 3005 [FUNC L273]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L273]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1823-L273, /root/open-lambda/test-dir/worker/scratch/1824-L273, )=275... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-39 [SOCK 275]", "2020/03/17 22:02:41 fork(SB 275) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 move PID 20397 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Channel() [SB 275]", "2020/03/17 22:02:41 Pause() [SB 275]", "2020/03/17 22:02:41 Receive request to /run/L274", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 3015 [FUNC L274]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L274]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1826-L274, /root/open-lambda/test-dir/worker/scratch/1827-L274, )=276... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-4 [SOCK 276]", "2020/03/17 22:02:41 fork(SB 276) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 move PID 20401 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Channel() [SB 276]", "2020/03/17 22:02:41 Pause() [SB 276]", "2020/03/17 22:02:41 Receive request to /run/L275", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 3025 [FUNC L275]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L275]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1829-L275, /root/open-lambda/test-dir/worker/scratch/1830-L275, )=277... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-3 [SOCK 277]", "2020/03/17 22:02:41 fork(SB 277) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 move PID 20405 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Channel() [SB 277]", "2020/03/17 22:02:41 Pause() [SB 277]", "2020/03/17 22:02:41 Receive request to /run/L276", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 3035 [FUNC L276]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L276]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1832-L276, /root/open-lambda/test-dir/worker/scratch/1833-L276, )=278... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-5 [SOCK 278]", "2020/03/17 22:02:41 fork(SB 278) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 Destroy() [SB 257]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 257]", "2020/03/17 22:02:41 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 move PID 20409 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 258]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 258]", "2020/03/17 22:02:41 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 killed PIDs [20310] in CG [SOCK 258]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 258]", "2020/03/17 22:02:41 childExit(SB 258) [SB 1]", "2020/03/17 22:02:41 Channel() [SB 278]", "2020/03/17 22:02:41 killed PIDs [20306] in CG [SOCK 257]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 257]", "2020/03/17 22:02:41 childExit(SB 257) [SB 1]", "2020/03/17 22:02:41 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:41 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:41 Pause() [SB 278]", "2020/03/17 22:02:41 Receive request to /run/L277", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 3047 [FUNC L277]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L277]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1835-L277, /root/open-lambda/test-dir/worker/scratch/1836-L277, )=279... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-6 [SOCK 279]", "2020/03/17 22:02:41 fork(SB 279) [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 259]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 259]", "2020/03/17 22:02:41 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 move PID 20415 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 260]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 260]", "2020/03/17 22:02:41 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 killed PIDs [20320] in CG [SOCK 260]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 260]", "2020/03/17 22:02:41 childExit(SB 260) [SB 1]", "2020/03/17 22:02:41 killed PIDs [20315] in CG [SOCK 259]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 259]", "2020/03/17 22:02:41 childExit(SB 259) [SB 1]", "2020/03/17 22:02:41 Channel() [SB 279]", "2020/03/17 22:02:41 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:41 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:41 Pause() [SB 279]", "2020/03/17 22:02:41 Receive request to /run/L278", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 3059 [FUNC L278]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L278]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1838-L278, /root/open-lambda/test-dir/worker/scratch/1839-L278, )=280... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-8 [SOCK 280]", "2020/03/17 22:02:41 fork(SB 280) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 Destroy() [SB 261]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 261]", "2020/03/17 22:02:41 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 move PID 20421 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Channel() [SB 280]", "2020/03/17 22:02:41 killed PIDs [20327] in CG [SOCK 261]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 261]", "2020/03/17 22:02:41 childExit(SB 261) [SB 1]", "2020/03/17 22:02:41 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:41 Pause() [SB 280]", "2020/03/17 22:02:41 Receive request to /run/L279", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 3070 [FUNC L279]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L279]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1841-L279, /root/open-lambda/test-dir/worker/scratch/1842-L279, )=281... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-7 [SOCK 281]", "2020/03/17 22:02:41 fork(SB 281) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 Destroy() [SB 262]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 262]", "2020/03/17 22:02:41 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 move PID 20426 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 263]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 263]", "2020/03/17 22:02:41 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 killed PIDs [20337] in CG [SOCK 263]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 263]", "2020/03/17 22:02:41 childExit(SB 263) [SB 1]", "2020/03/17 22:02:41 killed PIDs [20332] in CG [SOCK 262]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 262]", "2020/03/17 22:02:41 childExit(SB 262) [SB 1]", "2020/03/17 22:02:41 Channel() [SB 281]", "2020/03/17 22:02:41 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:41 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:41 Pause() [SB 281]", "2020/03/17 22:02:41 Receive request to /run/L280", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 3082 [FUNC L280]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L280]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1844-L280, /root/open-lambda/test-dir/worker/scratch/1845-L280, )=282... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-9 [SOCK 282]", "2020/03/17 22:02:41 fork(SB 282) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 move PID 20432 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Channel() [SB 282]", "2020/03/17 22:02:41 Pause() [SB 282]", "2020/03/17 22:02:41 Receive request to /run/L281", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 3092 [FUNC L281]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L281]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1847-L281, /root/open-lambda/test-dir/worker/scratch/1848-L281, )=283... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-10 [SOCK 283]", "2020/03/17 22:02:41 fork(SB 283) [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 264]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 264]", "2020/03/17 22:02:41 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 move PID 20436 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 265]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 265]", "2020/03/17 22:02:41 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 killed PIDs [20347] in CG [SOCK 265]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 265]", "2020/03/17 22:02:41 childExit(SB 265) [SB 1]", "2020/03/17 22:02:41 killed PIDs [20342] in CG [SOCK 264]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 264]", "2020/03/17 22:02:41 childExit(SB 264) [SB 1]", "2020/03/17 22:02:41 Channel() [SB 283]", "2020/03/17 22:02:41 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:41 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:41 Pause() [SB 283]", "2020/03/17 22:02:41 Receive request to /run/L282", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 3104 [FUNC L282]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L282]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1850-L282, /root/open-lambda/test-dir/worker/scratch/1851-L282, )=284... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-16 [SOCK 284]", "2020/03/17 22:02:41 fork(SB 284) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 Destroy() [SB 266]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 266]", "2020/03/17 22:02:41 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 move PID 20442 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 killed PIDs [20352] in CG [SOCK 266]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 266]", "2020/03/17 22:02:41 childExit(SB 266) [SB 1]", "2020/03/17 22:02:41 Channel() [SB 284]", "2020/03/17 22:02:41 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:41 Pause() [SB 284]", "2020/03/17 22:02:41 Receive request to /run/L283", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 3115 [FUNC L283]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L283]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1853-L283, /root/open-lambda/test-dir/worker/scratch/1854-L283, )=285... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-11 [SOCK 285]", "2020/03/17 22:02:41 fork(SB 285) [SB 1]", "2020/03/17 22:02:41 Destroy() [SB 267]", "2020/03/17 22:02:41 CG ref count decremented to 0 [SOCK 267]", "2020/03/17 22:02:41 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:41 killed PIDs [20357] in CG [SOCK 267]", "2020/03/17 22:02:41 unmount and remove dirs [SOCK 267]", "2020/03/17 22:02:41 childExit(SB 267) [SB 1]", "2020/03/17 22:02:41 move PID 20448 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 Channel() [SB 285]", "2020/03/17 22:02:41 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:41 Pause() [SB 285]", "2020/03/17 22:02:41 Receive request to /run/L284", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 3126 [FUNC L284]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L284]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1856-L284, /root/open-lambda/test-dir/worker/scratch/1857-L284, )=286... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-14 [SOCK 286]", "2020/03/17 22:02:41 fork(SB 286) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:41 move PID 20452 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:41 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:41 Pause() [SB 1]", "2020/03/17 22:02:41 Channel() [SB 286]", "2020/03/17 22:02:41 Pause() [SB 286]", "2020/03/17 22:02:41 Receive request to /run/L285", "2020/03/17 22:02:41 debug: LambdaFunc.Task() runs on goroutine 3136 [FUNC L285]", "2020/03/17 22:02:41 increase instances to 1 [FUNC L285]", "2020/03/17 22:02:41 Try using Zygote from ", "2020/03/17 22:02:41 Unpause() [SB 1]", "2020/03/17 22:02:41 .Create(, true, /root/open-lambda/test-dir/worker/code/1859-L285, /root/open-lambda/test-dir/worker/scratch/1860-L285, )=287... [SOCK POOL sandboxes]", "2020/03/17 22:02:41 use cgroup cg-13 [SOCK 287]", "2020/03/17 22:02:41 fork(SB 287) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 move PID 20456 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Channel() [SB 287]", "2020/03/17 22:02:42 Pause() [SB 287]", "2020/03/17 22:02:42 Receive request to /run/L286", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3146 [FUNC L286]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L286]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1862-L286, /root/open-lambda/test-dir/worker/scratch/1863-L286, )=288... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-12 [SOCK 288]", "2020/03/17 22:02:42 fork(SB 288) [SB 1]", "2020/03/17 22:02:42 Destroy() [SB 268]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 268]", "2020/03/17 22:02:42 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 killed PIDs [20362] in CG [SOCK 268]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 268]", "2020/03/17 22:02:42 childExit(SB 268) [SB 1]", "2020/03/17 22:02:42 move PID 20461 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Destroy() [SB 269]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 269]", "2020/03/17 22:02:42 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 killed PIDs [20366] in CG [SOCK 269]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 269]", "2020/03/17 22:02:42 childExit(SB 269) [SB 1]", "2020/03/17 22:02:42 Channel() [SB 288]", "2020/03/17 22:02:42 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:42 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:42 Pause() [SB 288]", "2020/03/17 22:02:42 Receive request to /run/L287", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3158 [FUNC L287]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L287]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1865-L287, /root/open-lambda/test-dir/worker/scratch/1866-L287, )=289... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-15 [SOCK 289]", "2020/03/17 22:02:42 fork(SB 289) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 move PID 20466 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Destroy() [SB 270]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 270]", "2020/03/17 22:02:42 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 Channel() [SB 289]", "2020/03/17 22:02:42 killed PIDs [20370] in CG [SOCK 270]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 270]", "2020/03/17 22:02:42 childExit(SB 270) [SB 1]", "2020/03/17 22:02:42 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:42 Pause() [SB 289]", "2020/03/17 22:02:42 Receive request to /run/L288", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3169 [FUNC L288]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L288]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1868-L288, /root/open-lambda/test-dir/worker/scratch/1869-L288, )=290... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-17 [SOCK 290]", "2020/03/17 22:02:42 fork(SB 290) [SB 1]", "2020/03/17 22:02:42 Destroy() [SB 271]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 271]", "2020/03/17 22:02:42 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 move PID 20471 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Destroy() [SB 272]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 272]", "2020/03/17 22:02:42 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 killed PIDs [20374] in CG [SOCK 271]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 271]", "2020/03/17 22:02:42 childExit(SB 271) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 killed PIDs [20380] in CG [SOCK 272]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 272]", "2020/03/17 22:02:42 childExit(SB 272) [SB 1]", "2020/03/17 22:02:42 Channel() [SB 290]", "2020/03/17 22:02:42 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:42 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:42 Pause() [SB 290]", "2020/03/17 22:02:42 Receive request to /run/L289", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3181 [FUNC L289]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L289]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1871-L289, /root/open-lambda/test-dir/worker/scratch/1872-L289, )=291... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-18 [SOCK 291]", "2020/03/17 22:02:42 fork(SB 291) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 Destroy() [SB 273]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 273]", "2020/03/17 22:02:42 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 move PID 20477 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 killed PIDs [20385] in CG [SOCK 273]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 273]", "2020/03/17 22:02:42 childExit(SB 273) [SB 1]", "2020/03/17 22:02:42 Channel() [SB 291]", "2020/03/17 22:02:42 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:42 Pause() [SB 291]", "2020/03/17 22:02:42 Receive request to /run/L290", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3192 [FUNC L290]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L290]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1874-L290, /root/open-lambda/test-dir/worker/scratch/1875-L290, )=292... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-19 [SOCK 292]", "2020/03/17 22:02:42 fork(SB 292) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 move PID 20482 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Channel() [SB 292]", "2020/03/17 22:02:42 Pause() [SB 292]", "2020/03/17 22:02:42 Receive request to /run/L291", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3202 [FUNC L291]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L291]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1877-L291, /root/open-lambda/test-dir/worker/scratch/1878-L291, )=293... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-20 [SOCK 293]", "2020/03/17 22:02:42 fork(SB 293) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 move PID 20486 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Channel() [SB 293]", "2020/03/17 22:02:42 Pause() [SB 293]", "2020/03/17 22:02:42 Receive request to /run/L292", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3212 [FUNC L292]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L292]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1880-L292, /root/open-lambda/test-dir/worker/scratch/1881-L292, )=294... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-21 [SOCK 294]", "2020/03/17 22:02:42 fork(SB 294) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 move PID 20490 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Channel() [SB 294]", "2020/03/17 22:02:42 Pause() [SB 294]", "2020/03/17 22:02:42 Receive request to /run/L293", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3222 [FUNC L293]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L293]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1883-L293, /root/open-lambda/test-dir/worker/scratch/1884-L293, )=295... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-23 [SOCK 295]", "2020/03/17 22:02:42 fork(SB 295) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 Destroy() [SB 274]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 274]", "2020/03/17 22:02:42 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 move PID 20494 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Destroy() [SB 275]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 275]", "2020/03/17 22:02:42 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 killed PIDs [20391] in CG [SOCK 274]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 274]", "2020/03/17 22:02:42 childExit(SB 274) [SB 1]", "2020/03/17 22:02:42 Channel() [SB 295]", "2020/03/17 22:02:42 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:42 killed PIDs [20397] in CG [SOCK 275]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 275]", "2020/03/17 22:02:42 childExit(SB 275) [SB 1]", "2020/03/17 22:02:42 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:42 Pause() [SB 295]", "2020/03/17 22:02:42 Receive request to /run/L294", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3234 [FUNC L294]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L294]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1886-L294, /root/open-lambda/test-dir/worker/scratch/1887-L294, )=296... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-24 [SOCK 296]", "2020/03/17 22:02:42 fork(SB 296) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 move PID 20500 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Channel() [SB 296]", "2020/03/17 22:02:42 Pause() [SB 296]", "2020/03/17 22:02:42 Receive request to /run/L295", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3244 [FUNC L295]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L295]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1889-L295, /root/open-lambda/test-dir/worker/scratch/1890-L295, )=297... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-22 [SOCK 297]", "2020/03/17 22:02:42 fork(SB 297) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 Destroy() [SB 276]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 276]", "2020/03/17 22:02:42 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 Destroy() [SB 277]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 277]", "2020/03/17 22:02:42 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 move PID 20504 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Destroy() [SB 278]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 278]", "2020/03/17 22:02:42 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 killed PIDs [20405] in CG [SOCK 277]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 277]", "2020/03/17 22:02:42 childExit(SB 277) [SB 1]", "2020/03/17 22:02:42 killed PIDs [20409] in CG [SOCK 278]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 278]", "2020/03/17 22:02:42 childExit(SB 278) [SB 1]", "2020/03/17 22:02:42 killed PIDs [20401] in CG [SOCK 276]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 276]", "2020/03/17 22:02:42 childExit(SB 276) [SB 1]", "2020/03/17 22:02:42 Channel() [SB 297]", "2020/03/17 22:02:42 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:42 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:42 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:42 Pause() [SB 297]", "2020/03/17 22:02:42 Receive request to /run/L296", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3257 [FUNC L296]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L296]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1892-L296, /root/open-lambda/test-dir/worker/scratch/1893-L296, )=298... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-26 [SOCK 298]", "2020/03/17 22:02:42 fork(SB 298) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 move PID 20511 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Channel() [SB 298]", "2020/03/17 22:02:42 Pause() [SB 298]", "2020/03/17 22:02:42 Receive request to /run/L297", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3267 [FUNC L297]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L297]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1895-L297, /root/open-lambda/test-dir/worker/scratch/1896-L297, )=299... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-25 [SOCK 299]", "2020/03/17 22:02:42 fork(SB 299) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 move PID 20515 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Channel() [SB 299]", "2020/03/17 22:02:42 Pause() [SB 299]", "2020/03/17 22:02:42 Receive request to /run/L298", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3277 [FUNC L298]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L298]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1898-L298, /root/open-lambda/test-dir/worker/scratch/1899-L298, )=300... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-27 [SOCK 300]", "2020/03/17 22:02:42 fork(SB 300) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 Destroy() [SB 279]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 279]", "2020/03/17 22:02:42 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 move PID 20519 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Destroy() [SB 280]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 280]", "2020/03/17 22:02:42 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 killed PIDs [20415] in CG [SOCK 279]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 279]", "2020/03/17 22:02:42 childExit(SB 279) [SB 1]", "2020/03/17 22:02:42 Channel() [SB 300]", "2020/03/17 22:02:42 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:42 killed PIDs [20421] in CG [SOCK 280]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 280]", "2020/03/17 22:02:42 childExit(SB 280) [SB 1]", "2020/03/17 22:02:42 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:42 Pause() [SB 300]", "2020/03/17 22:02:42 Receive request to /run/L299", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3289 [FUNC L299]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L299]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1901-L299, /root/open-lambda/test-dir/worker/scratch/1902-L299, )=301... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-32 [SOCK 301]", "2020/03/17 22:02:42 fork(SB 301) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 Destroy() [SB 281]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 281]", "2020/03/17 22:02:42 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 move PID 20525 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 killed PIDs [20426] in CG [SOCK 281]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 281]", "2020/03/17 22:02:42 childExit(SB 281) [SB 1]", "2020/03/17 22:02:42 Channel() [SB 301]", "2020/03/17 22:02:42 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:42 Pause() [SB 301]", "2020/03/17 22:02:42 Receive request to /run/L300", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3300 [FUNC L300]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L300]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1904-L300, /root/open-lambda/test-dir/worker/scratch/1905-L300, )=302... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-29 [SOCK 302]", "2020/03/17 22:02:42 fork(SB 302) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 Destroy() [SB 282]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 282]", "2020/03/17 22:02:42 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 move PID 20530 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 killed PIDs [20432] in CG [SOCK 282]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 282]", "2020/03/17 22:02:42 childExit(SB 282) [SB 1]", "2020/03/17 22:02:42 Channel() [SB 302]", "2020/03/17 22:02:42 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:42 Pause() [SB 302]", "2020/03/17 22:02:42 Receive request to /run/L301", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3311 [FUNC L301]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L301]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1907-L301, /root/open-lambda/test-dir/worker/scratch/1908-L301, )=303... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-31 [SOCK 303]", "2020/03/17 22:02:42 fork(SB 303) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 move PID 20535 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Channel() [SB 303]", "2020/03/17 22:02:42 Pause() [SB 303]", "2020/03/17 22:02:42 Receive request to /run/L302", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3321 [FUNC L302]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L302]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1910-L302, /root/open-lambda/test-dir/worker/scratch/1911-L302, )=304... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-28 [SOCK 304]", "2020/03/17 22:02:42 fork(SB 304) [SB 1]", "2020/03/17 22:02:42 Destroy() [SB 283]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 283]", "2020/03/17 22:02:42 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 move PID 20539 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Destroy() [SB 284]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 284]", "2020/03/17 22:02:42 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 killed PIDs [20436] in CG [SOCK 283]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 283]", "2020/03/17 22:02:42 childExit(SB 283) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 killed PIDs [20442] in CG [SOCK 284]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 284]", "2020/03/17 22:02:42 childExit(SB 284) [SB 1]", "2020/03/17 22:02:42 Channel() [SB 304]", "2020/03/17 22:02:42 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:42 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:42 Pause() [SB 304]", "2020/03/17 22:02:42 Receive request to /run/L303", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3333 [FUNC L303]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L303]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1913-L303, /root/open-lambda/test-dir/worker/scratch/1914-L303, )=305... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-30 [SOCK 305]", "2020/03/17 22:02:42 fork(SB 305) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 move PID 20545 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Channel() [SB 305]", "2020/03/17 22:02:42 Pause() [SB 305]", "2020/03/17 22:02:42 Receive request to /run/L304", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3343 [FUNC L304]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L304]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1916-L304, /root/open-lambda/test-dir/worker/scratch/1917-L304, )=306... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-33 [SOCK 306]", "2020/03/17 22:02:42 fork(SB 306) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 Destroy() [SB 285]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 285]", "2020/03/17 22:02:42 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 Destroy() [SB 286]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 286]", "2020/03/17 22:02:42 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 move PID 20549 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Destroy() [SB 287]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 287]", "2020/03/17 22:02:42 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 killed PIDs [20456] in CG [SOCK 287]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 287]", "2020/03/17 22:02:42 childExit(SB 287) [SB 1]", "2020/03/17 22:02:42 killed PIDs [20448] in CG [SOCK 285]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 285]", "2020/03/17 22:02:42 childExit(SB 285) [SB 1]", "2020/03/17 22:02:42 killed PIDs [20452] in CG [SOCK 286]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 286]", "2020/03/17 22:02:42 childExit(SB 286) [SB 1]", "2020/03/17 22:02:42 Channel() [SB 306]", "2020/03/17 22:02:42 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:42 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:42 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:42 Pause() [SB 306]", "2020/03/17 22:02:42 Receive request to /run/L305", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3356 [FUNC L305]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L305]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1919-L305, /root/open-lambda/test-dir/worker/scratch/1920-L305, )=307... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-34 [SOCK 307]", "2020/03/17 22:02:42 fork(SB 307) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 move PID 20556 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Channel() [SB 307]", "2020/03/17 22:02:42 Pause() [SB 307]", "2020/03/17 22:02:42 Receive request to /run/L306", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3366 [FUNC L306]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L306]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1922-L306, /root/open-lambda/test-dir/worker/scratch/1923-L306, )=308... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-36 [SOCK 308]", "2020/03/17 22:02:42 fork(SB 308) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 move PID 20560 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Channel() [SB 308]", "2020/03/17 22:02:42 Pause() [SB 308]", "2020/03/17 22:02:42 Receive request to /run/L307", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3376 [FUNC L307]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L307]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1925-L307, /root/open-lambda/test-dir/worker/scratch/1926-L307, )=309... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-35 [SOCK 309]", "2020/03/17 22:02:42 fork(SB 309) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 Destroy() [SB 288]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 288]", "2020/03/17 22:02:42 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 move PID 20564 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 Destroy() [SB 289]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 289]", "2020/03/17 22:02:42 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 killed PIDs [20466] in CG [SOCK 289]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 289]", "2020/03/17 22:02:42 childExit(SB 289) [SB 1]", "2020/03/17 22:02:42 killed PIDs [20461] in CG [SOCK 288]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 288]", "2020/03/17 22:02:42 childExit(SB 288) [SB 1]", "2020/03/17 22:02:42 Channel() [SB 309]", "2020/03/17 22:02:42 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:42 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:42 Pause() [SB 309]", "2020/03/17 22:02:42 Receive request to /run/L308", "2020/03/17 22:02:42 debug: LambdaFunc.Task() runs on goroutine 3388 [FUNC L308]", "2020/03/17 22:02:42 increase instances to 1 [FUNC L308]", "2020/03/17 22:02:42 Try using Zygote from ", "2020/03/17 22:02:42 Unpause() [SB 1]", "2020/03/17 22:02:42 .Create(, true, /root/open-lambda/test-dir/worker/code/1928-L308, /root/open-lambda/test-dir/worker/scratch/1929-L308, )=310... [SOCK POOL sandboxes]", "2020/03/17 22:02:42 use cgroup cg-37 [SOCK 310]", "2020/03/17 22:02:42 fork(SB 310) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:42 Destroy() [SB 290]", "2020/03/17 22:02:42 CG ref count decremented to 0 [SOCK 290]", "2020/03/17 22:02:42 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:42 move PID 20570 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:42 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:42 Pause() [SB 1]", "2020/03/17 22:02:42 killed PIDs [20471] in CG [SOCK 290]", "2020/03/17 22:02:42 unmount and remove dirs [SOCK 290]", "2020/03/17 22:02:42 childExit(SB 290) [SB 1]", "2020/03/17 22:02:42 Channel() [SB 310]", "2020/03/17 22:02:42 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 310]", "2020/03/17 22:02:43 Receive request to /run/L309", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3399 [FUNC L309]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L309]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1931-L309, /root/open-lambda/test-dir/worker/scratch/1932-L309, )=311... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-40 [SOCK 311]", "2020/03/17 22:02:43 fork(SB 311) [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 291]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 291]", "2020/03/17 22:02:43 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 killed PIDs [20477] in CG [SOCK 291]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 291]", "2020/03/17 22:02:43 childExit(SB 291) [SB 1]", "2020/03/17 22:02:43 move PID 20576 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 292]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 292]", "2020/03/17 22:02:43 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 killed PIDs [20482] in CG [SOCK 292]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 292]", "2020/03/17 22:02:43 childExit(SB 292) [SB 1]", "2020/03/17 22:02:43 Channel() [SB 311]", "2020/03/17 22:02:43 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:43 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 311]", "2020/03/17 22:02:43 Receive request to /run/L310", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3411 [FUNC L310]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L310]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1934-L310, /root/open-lambda/test-dir/worker/scratch/1935-L310, )=312... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-38 [SOCK 312]", "2020/03/17 22:02:43 fork(SB 312) [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 293]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 293]", "2020/03/17 22:02:43 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 move PID 20581 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 killed PIDs [20486] in CG [SOCK 293]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 293]", "2020/03/17 22:02:43 childExit(SB 293) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 Channel() [SB 312]", "2020/03/17 22:02:43 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 312]", "2020/03/17 22:02:43 Receive request to /run/L311", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3422 [FUNC L311]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L311]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1937-L311, /root/open-lambda/test-dir/worker/scratch/1938-L311, )=313... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-2 [SOCK 313]", "2020/03/17 22:02:43 fork(SB 313) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 Destroy() [SB 294]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 294]", "2020/03/17 22:02:43 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 move PID 20586 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 killed PIDs [20490] in CG [SOCK 294]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 294]", "2020/03/17 22:02:43 childExit(SB 294) [SB 1]", "2020/03/17 22:02:43 Channel() [SB 313]", "2020/03/17 22:02:43 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 313]", "2020/03/17 22:02:43 Receive request to /run/L312", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3433 [FUNC L312]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L312]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1940-L312, /root/open-lambda/test-dir/worker/scratch/1941-L312, )=314... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-39 [SOCK 314]", "2020/03/17 22:02:43 fork(SB 314) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 move PID 20591 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Channel() [SB 314]", "2020/03/17 22:02:43 Pause() [SB 314]", "2020/03/17 22:02:43 Receive request to /run/L313", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3443 [FUNC L313]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L313]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1943-L313, /root/open-lambda/test-dir/worker/scratch/1944-L313, )=315... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-3 [SOCK 315]", "2020/03/17 22:02:43 fork(SB 315) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 move PID 20595 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Channel() [SB 315]", "2020/03/17 22:02:43 Pause() [SB 315]", "2020/03/17 22:02:43 Receive request to /run/L314", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3453 [FUNC L314]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L314]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1946-L314, /root/open-lambda/test-dir/worker/scratch/1947-L314, )=316... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-5 [SOCK 316]", "2020/03/17 22:02:43 fork(SB 316) [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 295]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 295]", "2020/03/17 22:02:43 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 move PID 20599 from CG cg-1 to CG cg-5 [SOCK 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 296]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 296]", "2020/03/17 22:02:43 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 killed PIDs [20494] in CG [SOCK 295]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 295]", "2020/03/17 22:02:43 childExit(SB 295) [SB 1]", "2020/03/17 22:02:43 killed PIDs [20500] in CG [SOCK 296]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 296]", "2020/03/17 22:02:43 childExit(SB 296) [SB 1]", "2020/03/17 22:02:43 Channel() [SB 316]", "2020/03/17 22:02:43 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:43 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 316]", "2020/03/17 22:02:43 Receive request to /run/L315", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3465 [FUNC L315]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L315]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1949-L315, /root/open-lambda/test-dir/worker/scratch/1950-L315, )=317... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-4 [SOCK 317]", "2020/03/17 22:02:43 fork(SB 317) [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 297]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 297]", "2020/03/17 22:02:43 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 move PID 20606 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 298]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 298]", "2020/03/17 22:02:43 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 killed PIDs [20504] in CG [SOCK 297]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 297]", "2020/03/17 22:02:43 childExit(SB 297) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 killed PIDs [20511] in CG [SOCK 298]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 298]", "2020/03/17 22:02:43 childExit(SB 298) [SB 1]", "2020/03/17 22:02:43 Channel() [SB 317]", "2020/03/17 22:02:43 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:43 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 317]", "2020/03/17 22:02:43 Receive request to /run/L316", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3477 [FUNC L316]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L316]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1952-L316, /root/open-lambda/test-dir/worker/scratch/1953-L316, )=318... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-6 [SOCK 318]", "2020/03/17 22:02:43 fork(SB 318) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 move PID 20611 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Channel() [SB 318]", "2020/03/17 22:02:43 Pause() [SB 318]", "2020/03/17 22:02:43 Receive request to /run/L317", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3487 [FUNC L317]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L317]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1955-L317, /root/open-lambda/test-dir/worker/scratch/1956-L317, )=319... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-8 [SOCK 319]", "2020/03/17 22:02:43 fork(SB 319) [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 299]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 299]", "2020/03/17 22:02:43 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 move PID 20615 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 300]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 300]", "2020/03/17 22:02:43 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 killed PIDs [20515] in CG [SOCK 299]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 299]", "2020/03/17 22:02:43 childExit(SB 299) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 killed PIDs [20519] in CG [SOCK 300]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 300]", "2020/03/17 22:02:43 childExit(SB 300) [SB 1]", "2020/03/17 22:02:43 Channel() [SB 319]", "2020/03/17 22:02:43 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:43 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 319]", "2020/03/17 22:02:43 Receive request to /run/L318", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3499 [FUNC L318]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L318]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1958-L318, /root/open-lambda/test-dir/worker/scratch/1959-L318, )=320... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-7 [SOCK 320]", "2020/03/17 22:02:43 fork(SB 320) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 move PID 20621 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Channel() [SB 320]", "2020/03/17 22:02:43 Pause() [SB 320]", "2020/03/17 22:02:43 Receive request to /run/L319", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3509 [FUNC L319]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L319]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1961-L319, /root/open-lambda/test-dir/worker/scratch/1962-L319, )=321... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-9 [SOCK 321]", "2020/03/17 22:02:43 fork(SB 321) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 move PID 20625 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Channel() [SB 321]", "2020/03/17 22:02:43 Pause() [SB 321]", "2020/03/17 22:02:43 Receive request to /run/L320", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3519 [FUNC L320]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L320]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1964-L320, /root/open-lambda/test-dir/worker/scratch/1965-L320, )=322... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-10 [SOCK 322]", "2020/03/17 22:02:43 fork(SB 322) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 Destroy() [SB 301]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 301]", "2020/03/17 22:02:43 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 move PID 20629 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 302]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 302]", "2020/03/17 22:02:43 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 killed PIDs [20530] in CG [SOCK 302]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 302]", "2020/03/17 22:02:43 childExit(SB 302) [SB 1]", "2020/03/17 22:02:43 Channel() [SB 322]", "2020/03/17 22:02:43 killed PIDs [20525] in CG [SOCK 301]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 301]", "2020/03/17 22:02:43 childExit(SB 301) [SB 1]", "2020/03/17 22:02:43 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:43 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 322]", "2020/03/17 22:02:43 Receive request to /run/L321", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3531 [FUNC L321]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L321]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1967-L321, /root/open-lambda/test-dir/worker/scratch/1968-L321, )=323... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-16 [SOCK 323]", "2020/03/17 22:02:43 fork(SB 323) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 move PID 20635 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Channel() [SB 323]", "2020/03/17 22:02:43 Pause() [SB 323]", "2020/03/17 22:02:43 Receive request to /run/L322", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3541 [FUNC L322]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L322]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1970-L322, /root/open-lambda/test-dir/worker/scratch/1971-L322, )=324... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-13 [SOCK 324]", "2020/03/17 22:02:43 fork(SB 324) [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 303]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 303]", "2020/03/17 22:02:43 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 move PID 20639 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 304]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 304]", "2020/03/17 22:02:43 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 killed PIDs [20535] in CG [SOCK 303]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 303]", "2020/03/17 22:02:43 childExit(SB 303) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 killed PIDs [20539] in CG [SOCK 304]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 304]", "2020/03/17 22:02:43 childExit(SB 304) [SB 1]", "2020/03/17 22:02:43 Channel() [SB 324]", "2020/03/17 22:02:43 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:43 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 324]", "2020/03/17 22:02:43 Receive request to /run/L323", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3553 [FUNC L323]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L323]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1973-L323, /root/open-lambda/test-dir/worker/scratch/1974-L323, )=325... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-11 [SOCK 325]", "2020/03/17 22:02:43 fork(SB 325) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 Destroy() [SB 305]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 305]", "2020/03/17 22:02:43 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 move PID 20645 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 killed PIDs [20545] in CG [SOCK 305]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 305]", "2020/03/17 22:02:43 childExit(SB 305) [SB 1]", "2020/03/17 22:02:43 Channel() [SB 325]", "2020/03/17 22:02:43 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 325]", "2020/03/17 22:02:43 Receive request to /run/L324", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3564 [FUNC L324]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L324]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1976-L324, /root/open-lambda/test-dir/worker/scratch/1977-L324, )=326... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-14 [SOCK 326]", "2020/03/17 22:02:43 fork(SB 326) [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 306]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 306]", "2020/03/17 22:02:43 killed PIDs [20549] in CG [SOCK 306]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 306]", "2020/03/17 22:02:43 childExit(SB 306) [SB 1]", "2020/03/17 22:02:43 move PID 20651 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 307]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 307]", "2020/03/17 22:02:43 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 killed PIDs [20556] in CG [SOCK 307]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 307]", "2020/03/17 22:02:43 childExit(SB 307) [SB 1]", "2020/03/17 22:02:43 Channel() [SB 326]", "2020/03/17 22:02:43 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:43 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 326]", "2020/03/17 22:02:43 Receive request to /run/L325", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3576 [FUNC L325]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L325]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1979-L325, /root/open-lambda/test-dir/worker/scratch/1980-L325, )=327... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-15 [SOCK 327]", "2020/03/17 22:02:43 fork(SB 327) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 Destroy() [SB 308]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 308]", "2020/03/17 22:02:43 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 move PID 20656 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Channel() [SB 327]", "2020/03/17 22:02:43 killed PIDs [20560] in CG [SOCK 308]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 308]", "2020/03/17 22:02:43 childExit(SB 308) [SB 1]", "2020/03/17 22:02:43 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 327]", "2020/03/17 22:02:43 Receive request to /run/L326", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3587 [FUNC L326]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L326]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1982-L326, /root/open-lambda/test-dir/worker/scratch/1983-L326, )=328... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-12 [SOCK 328]", "2020/03/17 22:02:43 fork(SB 328) [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 309]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 309]", "2020/03/17 22:02:43 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 killed PIDs [20564] in CG [SOCK 309]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 309]", "2020/03/17 22:02:43 childExit(SB 309) [SB 1]", "2020/03/17 22:02:43 move PID 20661 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 Channel() [SB 328]", "2020/03/17 22:02:43 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 328]", "2020/03/17 22:02:43 Receive request to /run/L327", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3598 [FUNC L327]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L327]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1985-L327, /root/open-lambda/test-dir/worker/scratch/1986-L327, )=329... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-17 [SOCK 329]", "2020/03/17 22:02:43 fork(SB 329) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 move PID 20666 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Channel() [SB 329]", "2020/03/17 22:02:43 Pause() [SB 329]", "2020/03/17 22:02:43 Receive request to /run/L328", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3608 [FUNC L328]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L328]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1988-L328, /root/open-lambda/test-dir/worker/scratch/1989-L328, )=330... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-18 [SOCK 330]", "2020/03/17 22:02:43 fork(SB 330) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 move PID 20670 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Channel() [SB 330]", "2020/03/17 22:02:43 Pause() [SB 330]", "2020/03/17 22:02:43 Receive request to /run/L329", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3618 [FUNC L329]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L329]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1991-L329, /root/open-lambda/test-dir/worker/scratch/1992-L329, )=331... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-19 [SOCK 331]", "2020/03/17 22:02:43 fork(SB 331) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 Destroy() [SB 310]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 310]", "2020/03/17 22:02:43 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 Destroy() [SB 311]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 311]", "2020/03/17 22:02:43 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 move PID 20674 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 312]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 312]", "2020/03/17 22:02:43 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 killed PIDs [20581] in CG [SOCK 312]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 312]", "2020/03/17 22:02:43 childExit(SB 312) [SB 1]", "2020/03/17 22:02:43 killed PIDs [20570] in CG [SOCK 310]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 310]", "2020/03/17 22:02:43 childExit(SB 310) [SB 1]", "2020/03/17 22:02:43 killed PIDs [20576] in CG [SOCK 311]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 311]", "2020/03/17 22:02:43 childExit(SB 311) [SB 1]", "2020/03/17 22:02:43 Channel() [SB 331]", "2020/03/17 22:02:43 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:43 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:43 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 331]", "2020/03/17 22:02:43 Receive request to /run/L330", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3631 [FUNC L330]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L330]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1994-L330, /root/open-lambda/test-dir/worker/scratch/1995-L330, )=332... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-20 [SOCK 332]", "2020/03/17 22:02:43 fork(SB 332) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 move PID 20681 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Channel() [SB 332]", "2020/03/17 22:02:43 Pause() [SB 332]", "2020/03/17 22:02:43 Receive request to /run/L331", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3641 [FUNC L331]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L331]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/1997-L331, /root/open-lambda/test-dir/worker/scratch/1998-L331, )=333... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-21 [SOCK 333]", "2020/03/17 22:02:43 fork(SB 333) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 move PID 20685 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 313]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 313]", "2020/03/17 22:02:43 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 killed PIDs [20586] in CG [SOCK 313]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 313]", "2020/03/17 22:02:43 childExit(SB 313) [SB 1]", "2020/03/17 22:02:43 Channel() [SB 333]", "2020/03/17 22:02:43 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:43 Pause() [SB 333]", "2020/03/17 22:02:43 Receive request to /run/L332", "2020/03/17 22:02:43 debug: LambdaFunc.Task() runs on goroutine 3652 [FUNC L332]", "2020/03/17 22:02:43 increase instances to 1 [FUNC L332]", "2020/03/17 22:02:43 Try using Zygote from ", "2020/03/17 22:02:43 Unpause() [SB 1]", "2020/03/17 22:02:43 .Create(, true, /root/open-lambda/test-dir/worker/code/2000-L332, /root/open-lambda/test-dir/worker/scratch/2001-L332, )=334... [SOCK POOL sandboxes]", "2020/03/17 22:02:43 use cgroup cg-23 [SOCK 334]", "2020/03/17 22:02:43 fork(SB 334) [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 314]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 314]", "2020/03/17 22:02:43 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 move PID 20690 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:43 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:43 Pause() [SB 1]", "2020/03/17 22:02:43 Destroy() [SB 315]", "2020/03/17 22:02:43 CG ref count decremented to 0 [SOCK 315]", "2020/03/17 22:02:43 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:43 killed PIDs [20591] in CG [SOCK 314]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 314]", "2020/03/17 22:02:43 childExit(SB 314) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:43 killed PIDs [20595] in CG [SOCK 315]", "2020/03/17 22:02:43 unmount and remove dirs [SOCK 315]", "2020/03/17 22:02:43 childExit(SB 315) [SB 1]", "2020/03/17 22:02:43 Channel() [SB 334]", "2020/03/17 22:02:43 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:43 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:44 Pause() [SB 334]", "2020/03/17 22:02:44 Receive request to /run/L333", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3664 [FUNC L333]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L333]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2003-L333, /root/open-lambda/test-dir/worker/scratch/2004-L333, )=335... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-24 [SOCK 335]", "2020/03/17 22:02:44 fork(SB 335) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20696 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Channel() [SB 335]", "2020/03/17 22:02:44 Pause() [SB 335]", "2020/03/17 22:02:44 Receive request to /run/L334", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3674 [FUNC L334]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L334]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2006-L334, /root/open-lambda/test-dir/worker/scratch/2007-L334, )=336... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-22 [SOCK 336]", "2020/03/17 22:02:44 fork(SB 336) [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 316]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 316]", "2020/03/17 22:02:44 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20700 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Channel() [SB 336]", "2020/03/17 22:02:44 killed PIDs [20599] in CG [SOCK 316]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 316]", "2020/03/17 22:02:44 childExit(SB 316) [SB 1]", "2020/03/17 22:02:44 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:44 Pause() [SB 336]", "2020/03/17 22:02:44 Receive request to /run/L335", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3685 [FUNC L335]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L335]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2009-L335, /root/open-lambda/test-dir/worker/scratch/2010-L335, )=337... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-26 [SOCK 337]", "2020/03/17 22:02:44 fork(SB 337) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20705 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Channel() [SB 337]", "2020/03/17 22:02:44 Pause() [SB 337]", "2020/03/17 22:02:44 Receive request to /run/L336", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3695 [FUNC L336]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L336]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2012-L336, /root/open-lambda/test-dir/worker/scratch/2013-L336, )=338... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-25 [SOCK 338]", "2020/03/17 22:02:44 fork(SB 338) [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 317]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 317]", "2020/03/17 22:02:44 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 move PID 20709 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 318]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 318]", "2020/03/17 22:02:44 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 killed PIDs [20606] in CG [SOCK 317]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 317]", "2020/03/17 22:02:44 childExit(SB 317) [SB 1]", "2020/03/17 22:02:44 killed PIDs [20611] in CG [SOCK 318]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 318]", "2020/03/17 22:02:44 childExit(SB 318) [SB 1]", "2020/03/17 22:02:44 Channel() [SB 338]", "2020/03/17 22:02:44 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:44 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:44 Pause() [SB 338]", "2020/03/17 22:02:44 Receive request to /run/L337", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3707 [FUNC L337]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L337]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2015-L337, /root/open-lambda/test-dir/worker/scratch/2016-L337, )=339... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-27 [SOCK 339]", "2020/03/17 22:02:44 fork(SB 339) [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 319]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 319]", "2020/03/17 22:02:44 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 move PID 20716 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 320]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 320]", "2020/03/17 22:02:44 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 killed PIDs [20615] in CG [SOCK 319]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 319]", "2020/03/17 22:02:44 childExit(SB 319) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 killed PIDs [20621] in CG [SOCK 320]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 320]", "2020/03/17 22:02:44 childExit(SB 320) [SB 1]", "2020/03/17 22:02:44 Channel() [SB 339]", "2020/03/17 22:02:44 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:44 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:44 Pause() [SB 339]", "2020/03/17 22:02:44 Receive request to /run/L338", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3719 [FUNC L338]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L338]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2018-L338, /root/open-lambda/test-dir/worker/scratch/2019-L338, )=340... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-29 [SOCK 340]", "2020/03/17 22:02:44 fork(SB 340) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20721 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Channel() [SB 340]", "2020/03/17 22:02:44 Pause() [SB 340]", "2020/03/17 22:02:44 Receive request to /run/L339", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3729 [FUNC L339]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L339]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2021-L339, /root/open-lambda/test-dir/worker/scratch/2022-L339, )=341... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-32 [SOCK 341]", "2020/03/17 22:02:44 fork(SB 341) [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 321]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 321]", "2020/03/17 22:02:44 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 killed PIDs [20625] in CG [SOCK 321]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 321]", "2020/03/17 22:02:44 childExit(SB 321) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20725 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 322]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 322]", "2020/03/17 22:02:44 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 killed PIDs [20629] in CG [SOCK 322]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 322]", "2020/03/17 22:02:44 childExit(SB 322) [SB 1]", "2020/03/17 22:02:44 Channel() [SB 341]", "2020/03/17 22:02:44 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:44 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:44 Pause() [SB 341]", "2020/03/17 22:02:44 Receive request to /run/L340", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3741 [FUNC L340]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L340]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2024-L340, /root/open-lambda/test-dir/worker/scratch/2025-L340, )=342... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-31 [SOCK 342]", "2020/03/17 22:02:44 fork(SB 342) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20731 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Channel() [SB 342]", "2020/03/17 22:02:44 Pause() [SB 342]", "2020/03/17 22:02:44 Receive request to /run/L341", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3751 [FUNC L341]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L341]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2027-L341, /root/open-lambda/test-dir/worker/scratch/2028-L341, )=343... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-28 [SOCK 343]", "2020/03/17 22:02:44 fork(SB 343) [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 323]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 323]", "2020/03/17 22:02:44 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 killed PIDs [20635] in CG [SOCK 323]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 323]", "2020/03/17 22:02:44 childExit(SB 323) [SB 1]", "2020/03/17 22:02:44 move PID 20735 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 324]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 324]", "2020/03/17 22:02:44 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 killed PIDs [20639] in CG [SOCK 324]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 324]", "2020/03/17 22:02:44 childExit(SB 324) [SB 1]", "2020/03/17 22:02:44 Channel() [SB 343]", "2020/03/17 22:02:44 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:44 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:44 Pause() [SB 343]", "2020/03/17 22:02:44 Receive request to /run/L342", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3763 [FUNC L342]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L342]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2030-L342, /root/open-lambda/test-dir/worker/scratch/2031-L342, )=344... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-30 [SOCK 344]", "2020/03/17 22:02:44 fork(SB 344) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20741 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Channel() [SB 344]", "2020/03/17 22:02:44 Pause() [SB 344]", "2020/03/17 22:02:44 Receive request to /run/L343", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3773 [FUNC L343]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L343]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2033-L343, /root/open-lambda/test-dir/worker/scratch/2034-L343, )=345... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-33 [SOCK 345]", "2020/03/17 22:02:44 fork(SB 345) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20745 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Channel() [SB 345]", "2020/03/17 22:02:44 Pause() [SB 345]", "2020/03/17 22:02:44 Receive request to /run/L344", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3783 [FUNC L344]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L344]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2036-L344, /root/open-lambda/test-dir/worker/scratch/2037-L344, )=346... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-34 [SOCK 346]", "2020/03/17 22:02:44 fork(SB 346) [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 325]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 325]", "2020/03/17 22:02:44 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 Destroy() [SB 326]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 326]", "2020/03/17 22:02:44 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 move PID 20749 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 327]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 327]", "2020/03/17 22:02:44 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 killed PIDs [20645] in CG [SOCK 325]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 325]", "2020/03/17 22:02:44 childExit(SB 325) [SB 1]", "2020/03/17 22:02:44 killed PIDs [20651] in CG [SOCK 326]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 326]", "2020/03/17 22:02:44 childExit(SB 326) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 killed PIDs [20656] in CG [SOCK 327]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 327]", "2020/03/17 22:02:44 childExit(SB 327) [SB 1]", "2020/03/17 22:02:44 Channel() [SB 346]", "2020/03/17 22:02:44 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:44 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:44 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:44 Pause() [SB 346]", "2020/03/17 22:02:44 Receive request to /run/L345", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3796 [FUNC L345]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L345]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2039-L345, /root/open-lambda/test-dir/worker/scratch/2040-L345, )=347... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-36 [SOCK 347]", "2020/03/17 22:02:44 fork(SB 347) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20756 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Channel() [SB 347]", "2020/03/17 22:02:44 Pause() [SB 347]", "2020/03/17 22:02:44 Receive request to /run/L346", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3806 [FUNC L346]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L346]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2042-L346, /root/open-lambda/test-dir/worker/scratch/2043-L346, )=348... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-35 [SOCK 348]", "2020/03/17 22:02:44 fork(SB 348) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20760 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Channel() [SB 348]", "2020/03/17 22:02:44 Pause() [SB 348]", "2020/03/17 22:02:44 Receive request to /run/L347", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3816 [FUNC L347]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L347]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2045-L347, /root/open-lambda/test-dir/worker/scratch/2046-L347, )=349... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-38 [SOCK 349]", "2020/03/17 22:02:44 fork(SB 349) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 Destroy() [SB 328]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 328]", "2020/03/17 22:02:44 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 move PID 20764 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 329]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 329]", "2020/03/17 22:02:44 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 Channel() [SB 349]", "2020/03/17 22:02:44 killed PIDs [20661] in CG [SOCK 328]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 328]", "2020/03/17 22:02:44 childExit(SB 328) [SB 1]", "2020/03/17 22:02:44 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:44 killed PIDs [20666] in CG [SOCK 329]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 329]", "2020/03/17 22:02:44 childExit(SB 329) [SB 1]", "2020/03/17 22:02:44 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:44 Pause() [SB 349]", "2020/03/17 22:02:44 Receive request to /run/L348", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3828 [FUNC L348]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L348]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2048-L348, /root/open-lambda/test-dir/worker/scratch/2049-L348, )=350... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-37 [SOCK 350]", "2020/03/17 22:02:44 fork(SB 350) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20770 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Channel() [SB 350]", "2020/03/17 22:02:44 Pause() [SB 350]", "2020/03/17 22:02:44 Receive request to /run/L349", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3838 [FUNC L349]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L349]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2051-L349, /root/open-lambda/test-dir/worker/scratch/2052-L349, )=351... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-40 [SOCK 351]", "2020/03/17 22:02:44 fork(SB 351) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 Destroy() [SB 330]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 330]", "2020/03/17 22:02:44 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 Destroy() [SB 331]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 331]", "2020/03/17 22:02:44 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 move PID 20774 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 332]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 332]", "2020/03/17 22:02:44 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 killed PIDs [20674] in CG [SOCK 331]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 331]", "2020/03/17 22:02:44 childExit(SB 331) [SB 1]", "2020/03/17 22:02:44 killed PIDs [20681] in CG [SOCK 332]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 332]", "2020/03/17 22:02:44 childExit(SB 332) [SB 1]", "2020/03/17 22:02:44 killed PIDs [20670] in CG [SOCK 330]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 330]", "2020/03/17 22:02:44 childExit(SB 330) [SB 1]", "2020/03/17 22:02:44 Channel() [SB 351]", "2020/03/17 22:02:44 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:44 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:44 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:44 Pause() [SB 351]", "2020/03/17 22:02:44 Receive request to /run/L350", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3851 [FUNC L350]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L350]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2054-L350, /root/open-lambda/test-dir/worker/scratch/2055-L350, )=352... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-2 [SOCK 352]", "2020/03/17 22:02:44 fork(SB 352) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20781 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Channel() [SB 352]", "2020/03/17 22:02:44 Pause() [SB 352]", "2020/03/17 22:02:44 Receive request to /run/L351", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3861 [FUNC L351]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L351]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2057-L351, /root/open-lambda/test-dir/worker/scratch/2058-L351, )=353... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-39 [SOCK 353]", "2020/03/17 22:02:44 fork(SB 353) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 Destroy() [SB 333]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 333]", "2020/03/17 22:02:44 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 move PID 20785 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 334]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 334]", "2020/03/17 22:02:44 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 Channel() [SB 353]", "2020/03/17 22:02:44 killed PIDs [20690] in CG [SOCK 334]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 334]", "2020/03/17 22:02:44 childExit(SB 334) [SB 1]", "2020/03/17 22:02:44 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:44 killed PIDs [20685] in CG [SOCK 333]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 333]", "2020/03/17 22:02:44 childExit(SB 333) [SB 1]", "2020/03/17 22:02:44 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:44 Pause() [SB 353]", "2020/03/17 22:02:44 Receive request to /run/L352", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3873 [FUNC L352]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L352]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2060-L352, /root/open-lambda/test-dir/worker/scratch/2061-L352, )=354... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-3 [SOCK 354]", "2020/03/17 22:02:44 fork(SB 354) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20791 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Channel() [SB 354]", "2020/03/17 22:02:44 Pause() [SB 354]", "2020/03/17 22:02:44 Receive request to /run/L353", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3883 [FUNC L353]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L353]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2063-L353, /root/open-lambda/test-dir/worker/scratch/2064-L353, )=355... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-5 [SOCK 355]", "2020/03/17 22:02:44 fork(SB 355) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20795 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Channel() [SB 355]", "2020/03/17 22:02:44 Pause() [SB 355]", "2020/03/17 22:02:44 Receive request to /run/L354", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3893 [FUNC L354]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L354]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2066-L354, /root/open-lambda/test-dir/worker/scratch/2067-L354, )=356... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-4 [SOCK 356]", "2020/03/17 22:02:44 fork(SB 356) [SB 1]", "2020/03/17 22:02:44 move PID 20799 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 335]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 335]", "2020/03/17 22:02:44 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 killed PIDs [20696] in CG [SOCK 335]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 335]", "2020/03/17 22:02:44 childExit(SB 335) [SB 1]", "2020/03/17 22:02:44 Channel() [SB 356]", "2020/03/17 22:02:44 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:44 Pause() [SB 356]", "2020/03/17 22:02:44 Receive request to /run/L355", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3904 [FUNC L355]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L355]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2069-L355, /root/open-lambda/test-dir/worker/scratch/2070-L355, )=357... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-6 [SOCK 357]", "2020/03/17 22:02:44 fork(SB 357) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 Destroy() [SB 336]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 336]", "2020/03/17 22:02:44 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 move PID 20804 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Destroy() [SB 337]", "2020/03/17 22:02:44 CG ref count decremented to 0 [SOCK 337]", "2020/03/17 22:02:44 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:44 killed PIDs [20700] in CG [SOCK 336]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 336]", "2020/03/17 22:02:44 childExit(SB 336) [SB 1]", "2020/03/17 22:02:44 Channel() [SB 357]", "2020/03/17 22:02:44 killed PIDs [20705] in CG [SOCK 337]", "2020/03/17 22:02:44 unmount and remove dirs [SOCK 337]", "2020/03/17 22:02:44 childExit(SB 337) [SB 1]", "2020/03/17 22:02:44 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:44 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:44 Pause() [SB 357]", "2020/03/17 22:02:44 Receive request to /run/L356", "2020/03/17 22:02:44 debug: LambdaFunc.Task() runs on goroutine 3916 [FUNC L356]", "2020/03/17 22:02:44 increase instances to 1 [FUNC L356]", "2020/03/17 22:02:44 Try using Zygote from ", "2020/03/17 22:02:44 Unpause() [SB 1]", "2020/03/17 22:02:44 .Create(, true, /root/open-lambda/test-dir/worker/code/2072-L356, /root/open-lambda/test-dir/worker/scratch/2073-L356, )=358... [SOCK POOL sandboxes]", "2020/03/17 22:02:44 use cgroup cg-8 [SOCK 358]", "2020/03/17 22:02:44 fork(SB 358) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:44 move PID 20810 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:44 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:44 Pause() [SB 1]", "2020/03/17 22:02:44 Channel() [SB 358]", "2020/03/17 22:02:45 Pause() [SB 358]", "2020/03/17 22:02:45 Receive request to /run/L357", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 3926 [FUNC L357]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L357]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2075-L357, /root/open-lambda/test-dir/worker/scratch/2076-L357, )=359... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-7 [SOCK 359]", "2020/03/17 22:02:45 fork(SB 359) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 Destroy() [SB 338]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 338]", "2020/03/17 22:02:45 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 move PID 20814 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 339]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 339]", "2020/03/17 22:02:45 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 Channel() [SB 359]", "2020/03/17 22:02:45 killed PIDs [20716] in CG [SOCK 339]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 339]", "2020/03/17 22:02:45 childExit(SB 339) [SB 1]", "2020/03/17 22:02:45 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:45 killed PIDs [20709] in CG [SOCK 338]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 338]", "2020/03/17 22:02:45 childExit(SB 338) [SB 1]", "2020/03/17 22:02:45 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 359]", "2020/03/17 22:02:45 Receive request to /run/L358", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 3938 [FUNC L358]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L358]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2078-L358, /root/open-lambda/test-dir/worker/scratch/2079-L358, )=360... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-9 [SOCK 360]", "2020/03/17 22:02:45 fork(SB 360) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 move PID 20820 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Channel() [SB 360]", "2020/03/17 22:02:45 Pause() [SB 360]", "2020/03/17 22:02:45 Receive request to /run/L359", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 3948 [FUNC L359]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L359]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2081-L359, /root/open-lambda/test-dir/worker/scratch/2082-L359, )=361... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-10 [SOCK 361]", "2020/03/17 22:02:45 fork(SB 361) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 Destroy() [SB 340]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 340]", "2020/03/17 22:02:45 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 move PID 20824 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 341]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 341]", "2020/03/17 22:02:45 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 killed PIDs [20721] in CG [SOCK 340]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 340]", "2020/03/17 22:02:45 childExit(SB 340) [SB 1]", "2020/03/17 22:02:45 Channel() [SB 361]", "2020/03/17 22:02:45 killed PIDs [20725] in CG [SOCK 341]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 341]", "2020/03/17 22:02:45 childExit(SB 341) [SB 1]", "2020/03/17 22:02:45 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:45 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 361]", "2020/03/17 22:02:45 Receive request to /run/L360", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 3960 [FUNC L360]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L360]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2084-L360, /root/open-lambda/test-dir/worker/scratch/2085-L360, )=362... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-16 [SOCK 362]", "2020/03/17 22:02:45 fork(SB 362) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 move PID 20830 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Channel() [SB 362]", "2020/03/17 22:02:45 Pause() [SB 362]", "2020/03/17 22:02:45 Receive request to /run/L361", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 3970 [FUNC L361]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L361]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2087-L361, /root/open-lambda/test-dir/worker/scratch/2088-L361, )=363... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-13 [SOCK 363]", "2020/03/17 22:02:45 fork(SB 363) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 Destroy() [SB 342]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 342]", "2020/03/17 22:02:45 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 Destroy() [SB 343]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 343]", "2020/03/17 22:02:45 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 move PID 20834 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 344]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 344]", "2020/03/17 22:02:45 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 killed PIDs [20741] in CG [SOCK 344]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 344]", "2020/03/17 22:02:45 childExit(SB 344) [SB 1]", "2020/03/17 22:02:45 killed PIDs [20735] in CG [SOCK 343]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 343]", "2020/03/17 22:02:45 childExit(SB 343) [SB 1]", "2020/03/17 22:02:45 killed PIDs [20731] in CG [SOCK 342]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 342]", "2020/03/17 22:02:45 childExit(SB 342) [SB 1]", "2020/03/17 22:02:45 Channel() [SB 363]", "2020/03/17 22:02:45 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:45 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:45 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 363]", "2020/03/17 22:02:45 Receive request to /run/L362", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 3983 [FUNC L362]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L362]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2090-L362, /root/open-lambda/test-dir/worker/scratch/2091-L362, )=364... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-11 [SOCK 364]", "2020/03/17 22:02:45 fork(SB 364) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 move PID 20841 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Channel() [SB 364]", "2020/03/17 22:02:45 Pause() [SB 364]", "2020/03/17 22:02:45 Receive request to /run/L363", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 3993 [FUNC L363]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L363]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2093-L363, /root/open-lambda/test-dir/worker/scratch/2094-L363, )=365... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-14 [SOCK 365]", "2020/03/17 22:02:45 fork(SB 365) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 Destroy() [SB 345]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 345]", "2020/03/17 22:02:45 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 move PID 20845 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 killed PIDs [20745] in CG [SOCK 345]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 345]", "2020/03/17 22:02:45 childExit(SB 345) [SB 1]", "2020/03/17 22:02:45 Channel() [SB 365]", "2020/03/17 22:02:45 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 365]", "2020/03/17 22:02:45 Receive request to /run/L364", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4004 [FUNC L364]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L364]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2096-L364, /root/open-lambda/test-dir/worker/scratch/2097-L364, )=366... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-15 [SOCK 366]", "2020/03/17 22:02:45 fork(SB 366) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 move PID 20850 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Channel() [SB 366]", "2020/03/17 22:02:45 Pause() [SB 366]", "2020/03/17 22:02:45 Receive request to /run/L365", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4014 [FUNC L365]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L365]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2099-L365, /root/open-lambda/test-dir/worker/scratch/2100-L365, )=367... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-12 [SOCK 367]", "2020/03/17 22:02:45 fork(SB 367) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 Destroy() [SB 346]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 346]", "2020/03/17 22:02:45 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 move PID 20854 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 347]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 347]", "2020/03/17 22:02:45 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 killed PIDs [20756] in CG [SOCK 347]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 347]", "2020/03/17 22:02:45 childExit(SB 347) [SB 1]", "2020/03/17 22:02:45 killed PIDs [20749] in CG [SOCK 346]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 346]", "2020/03/17 22:02:45 childExit(SB 346) [SB 1]", "2020/03/17 22:02:45 Channel() [SB 367]", "2020/03/17 22:02:45 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:45 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 367]", "2020/03/17 22:02:45 Receive request to /run/L366", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4026 [FUNC L366]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L366]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2102-L366, /root/open-lambda/test-dir/worker/scratch/2103-L366, )=368... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-17 [SOCK 368]", "2020/03/17 22:02:45 fork(SB 368) [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 348]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 348]", "2020/03/17 22:02:45 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 move PID 20860 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 349]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 349]", "2020/03/17 22:02:45 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 killed PIDs [20760] in CG [SOCK 348]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 348]", "2020/03/17 22:02:45 childExit(SB 348) [SB 1]", "2020/03/17 22:02:45 killed PIDs [20764] in CG [SOCK 349]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 349]", "2020/03/17 22:02:45 childExit(SB 349) [SB 1]", "2020/03/17 22:02:45 Channel() [SB 368]", "2020/03/17 22:02:45 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:45 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 368]", "2020/03/17 22:02:45 Receive request to /run/L367", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4038 [FUNC L367]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L367]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2105-L367, /root/open-lambda/test-dir/worker/scratch/2106-L367, )=369... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-19 [SOCK 369]", "2020/03/17 22:02:45 fork(SB 369) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 Destroy() [SB 350]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 350]", "2020/03/17 22:02:45 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 move PID 20866 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 351]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 351]", "2020/03/17 22:02:45 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 killed PIDs [20770] in CG [SOCK 350]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 350]", "2020/03/17 22:02:45 childExit(SB 350) [SB 1]", "2020/03/17 22:02:45 Channel() [SB 369]", "2020/03/17 22:02:45 killed PIDs [20774] in CG [SOCK 351]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 351]", "2020/03/17 22:02:45 childExit(SB 351) [SB 1]", "2020/03/17 22:02:45 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:45 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 369]", "2020/03/17 22:02:45 Receive request to /run/L368", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4050 [FUNC L368]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L368]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2108-L368, /root/open-lambda/test-dir/worker/scratch/2109-L368, )=370... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-20 [SOCK 370]", "2020/03/17 22:02:45 fork(SB 370) [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 352]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 352]", "2020/03/17 22:02:45 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 move PID 20872 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 killed PIDs [20781] in CG [SOCK 352]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 352]", "2020/03/17 22:02:45 childExit(SB 352) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 Channel() [SB 370]", "2020/03/17 22:02:45 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 370]", "2020/03/17 22:02:45 Receive request to /run/L369", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4061 [FUNC L369]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L369]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2111-L369, /root/open-lambda/test-dir/worker/scratch/2112-L369, )=371... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-18 [SOCK 371]", "2020/03/17 22:02:45 fork(SB 371) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 Destroy() [SB 353]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 353]", "2020/03/17 22:02:45 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 move PID 20877 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Channel() [SB 371]", "2020/03/17 22:02:45 killed PIDs [20785] in CG [SOCK 353]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 353]", "2020/03/17 22:02:45 childExit(SB 353) [SB 1]", "2020/03/17 22:02:45 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 371]", "2020/03/17 22:02:45 Receive request to /run/L370", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4072 [FUNC L370]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L370]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2114-L370, /root/open-lambda/test-dir/worker/scratch/2115-L370, )=372... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-23 [SOCK 372]", "2020/03/17 22:02:45 fork(SB 372) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 move PID 20882 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Channel() [SB 372]", "2020/03/17 22:02:45 Pause() [SB 372]", "2020/03/17 22:02:45 Receive request to /run/L371", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4082 [FUNC L371]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L371]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2117-L371, /root/open-lambda/test-dir/worker/scratch/2118-L371, )=373... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-21 [SOCK 373]", "2020/03/17 22:02:45 fork(SB 373) [SB 1]", "2020/03/17 22:02:45 move PID 20886 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 354]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 354]", "2020/03/17 22:02:45 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 killed PIDs [20791] in CG [SOCK 354]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 354]", "2020/03/17 22:02:45 childExit(SB 354) [SB 1]", "2020/03/17 22:02:45 Channel() [SB 373]", "2020/03/17 22:02:45 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 373]", "2020/03/17 22:02:45 Receive request to /run/L372", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4093 [FUNC L372]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L372]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2120-L372, /root/open-lambda/test-dir/worker/scratch/2121-L372, )=374... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-24 [SOCK 374]", "2020/03/17 22:02:45 fork(SB 374) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 move PID 20891 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Channel() [SB 374]", "2020/03/17 22:02:45 Pause() [SB 374]", "2020/03/17 22:02:45 Receive request to /run/L373", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4103 [FUNC L373]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L373]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2123-L373, /root/open-lambda/test-dir/worker/scratch/2124-L373, )=375... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-22 [SOCK 375]", "2020/03/17 22:02:45 fork(SB 375) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 move PID 20895 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Channel() [SB 375]", "2020/03/17 22:02:45 Pause() [SB 375]", "2020/03/17 22:02:45 Receive request to /run/L374", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4113 [FUNC L374]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L374]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2126-L374, /root/open-lambda/test-dir/worker/scratch/2127-L374, )=376... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-26 [SOCK 376]", "2020/03/17 22:02:45 fork(SB 376) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 Destroy() [SB 355]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 355]", "2020/03/17 22:02:45 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 move PID 20899 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 356]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 356]", "2020/03/17 22:02:45 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 killed PIDs [20795] in CG [SOCK 355]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 355]", "2020/03/17 22:02:45 childExit(SB 355) [SB 1]", "2020/03/17 22:02:45 Channel() [SB 376]", "2020/03/17 22:02:45 killed PIDs [20799] in CG [SOCK 356]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 356]", "2020/03/17 22:02:45 childExit(SB 356) [SB 1]", "2020/03/17 22:02:45 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:45 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 376]", "2020/03/17 22:02:45 Receive request to /run/L375", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4125 [FUNC L375]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L375]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2129-L375, /root/open-lambda/test-dir/worker/scratch/2130-L375, )=377... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-27 [SOCK 377]", "2020/03/17 22:02:45 fork(SB 377) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 move PID 20905 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Channel() [SB 377]", "2020/03/17 22:02:45 Pause() [SB 377]", "2020/03/17 22:02:45 Receive request to /run/L376", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4135 [FUNC L376]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L376]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2132-L376, /root/open-lambda/test-dir/worker/scratch/2133-L376, )=378... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-25 [SOCK 378]", "2020/03/17 22:02:45 fork(SB 378) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 Destroy() [SB 357]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 357]", "2020/03/17 22:02:45 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 move PID 20909 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 358]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 358]", "2020/03/17 22:02:45 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 killed PIDs [20804] in CG [SOCK 357]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 357]", "2020/03/17 22:02:45 childExit(SB 357) [SB 1]", "2020/03/17 22:02:45 Channel() [SB 378]", "2020/03/17 22:02:45 killed PIDs [20810] in CG [SOCK 358]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 358]", "2020/03/17 22:02:45 childExit(SB 358) [SB 1]", "2020/03/17 22:02:45 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:45 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 378]", "2020/03/17 22:02:45 Receive request to /run/L377", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4147 [FUNC L377]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L377]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2135-L377, /root/open-lambda/test-dir/worker/scratch/2136-L377, )=379... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-29 [SOCK 379]", "2020/03/17 22:02:45 fork(SB 379) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 Destroy() [SB 359]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 359]", "2020/03/17 22:02:45 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 move PID 20915 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 killed PIDs [20814] in CG [SOCK 359]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 359]", "2020/03/17 22:02:45 childExit(SB 359) [SB 1]", "2020/03/17 22:02:45 Channel() [SB 379]", "2020/03/17 22:02:45 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 379]", "2020/03/17 22:02:45 Receive request to /run/L378", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4158 [FUNC L378]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L378]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2138-L378, /root/open-lambda/test-dir/worker/scratch/2139-L378, )=380... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-32 [SOCK 380]", "2020/03/17 22:02:45 fork(SB 380) [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 360]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 360]", "2020/03/17 22:02:45 killed PIDs [20820] in CG [SOCK 360]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 360]", "2020/03/17 22:02:45 childExit(SB 360) [SB 1]", "2020/03/17 22:02:45 move PID 20921 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 361]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 361]", "2020/03/17 22:02:45 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 killed PIDs [20824] in CG [SOCK 361]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 361]", "2020/03/17 22:02:45 childExit(SB 361) [SB 1]", "2020/03/17 22:02:45 Channel() [SB 380]", "2020/03/17 22:02:45 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:45 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 380]", "2020/03/17 22:02:45 Receive request to /run/L379", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4170 [FUNC L379]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L379]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2141-L379, /root/open-lambda/test-dir/worker/scratch/2142-L379, )=381... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-30 [SOCK 381]", "2020/03/17 22:02:45 fork(SB 381) [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 362]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 362]", "2020/03/17 22:02:45 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:45 killed PIDs [20830] in CG [SOCK 362]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 362]", "2020/03/17 22:02:45 childExit(SB 362) [SB 1]", "2020/03/17 22:02:45 move PID 20926 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:45 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:45 Pause() [SB 1]", "2020/03/17 22:02:45 Destroy() [SB 363]", "2020/03/17 22:02:45 CG ref count decremented to 0 [SOCK 363]", "2020/03/17 22:02:45 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:45 killed PIDs [20834] in CG [SOCK 363]", "2020/03/17 22:02:45 unmount and remove dirs [SOCK 363]", "2020/03/17 22:02:45 childExit(SB 363) [SB 1]", "2020/03/17 22:02:45 Channel() [SB 381]", "2020/03/17 22:02:45 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:45 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:45 Pause() [SB 381]", "2020/03/17 22:02:45 Receive request to /run/L380", "2020/03/17 22:02:45 debug: LambdaFunc.Task() runs on goroutine 4182 [FUNC L380]", "2020/03/17 22:02:45 increase instances to 1 [FUNC L380]", "2020/03/17 22:02:45 Try using Zygote from ", "2020/03/17 22:02:45 Unpause() [SB 1]", "2020/03/17 22:02:45 .Create(, true, /root/open-lambda/test-dir/worker/code/2144-L380, /root/open-lambda/test-dir/worker/scratch/2145-L380, )=382... [SOCK POOL sandboxes]", "2020/03/17 22:02:45 use cgroup cg-28 [SOCK 382]", "2020/03/17 22:02:45 fork(SB 382) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 move PID 20932 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Channel() [SB 382]", "2020/03/17 22:02:46 Pause() [SB 382]", "2020/03/17 22:02:46 Receive request to /run/L381", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4192 [FUNC L381]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L381]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2147-L381, /root/open-lambda/test-dir/worker/scratch/2148-L381, )=383... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-31 [SOCK 383]", "2020/03/17 22:02:46 fork(SB 383) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 move PID 20936 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Channel() [SB 383]", "2020/03/17 22:02:46 Pause() [SB 383]", "2020/03/17 22:02:46 Receive request to /run/L382", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4202 [FUNC L382]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L382]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2150-L382, /root/open-lambda/test-dir/worker/scratch/2151-L382, )=384... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-33 [SOCK 384]", "2020/03/17 22:02:46 fork(SB 384) [SB 1]", "2020/03/17 22:02:46 Destroy() [SB 364]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 364]", "2020/03/17 22:02:46 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 move PID 20940 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 killed PIDs [20841] in CG [SOCK 364]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 364]", "2020/03/17 22:02:46 childExit(SB 364) [SB 1]", "2020/03/17 22:02:46 Channel() [SB 384]", "2020/03/17 22:02:46 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:46 Pause() [SB 384]", "2020/03/17 22:02:46 Receive request to /run/L383", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4213 [FUNC L383]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L383]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2153-L383, /root/open-lambda/test-dir/worker/scratch/2154-L383, )=385... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-36 [SOCK 385]", "2020/03/17 22:02:46 fork(SB 385) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 move PID 20945 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Channel() [SB 385]", "2020/03/17 22:02:46 Pause() [SB 385]", "2020/03/17 22:02:46 Receive request to /run/L384", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4223 [FUNC L384]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L384]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2156-L384, /root/open-lambda/test-dir/worker/scratch/2157-L384, )=386... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-34 [SOCK 386]", "2020/03/17 22:02:46 fork(SB 386) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 Destroy() [SB 365]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 365]", "2020/03/17 22:02:46 killed PIDs [20845] in CG [SOCK 365]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 365]", "2020/03/17 22:02:46 childExit(SB 365) [SB 1]", "2020/03/17 22:02:46 move PID 20949 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Channel() [SB 386]", "2020/03/17 22:02:46 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:46 Pause() [SB 386]", "2020/03/17 22:02:46 Receive request to /run/L385", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4234 [FUNC L385]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L385]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2159-L385, /root/open-lambda/test-dir/worker/scratch/2160-L385, )=387... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-35 [SOCK 387]", "2020/03/17 22:02:46 fork(SB 387) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 Destroy() [SB 366]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 366]", "2020/03/17 22:02:46 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 move PID 20954 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Destroy() [SB 367]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 367]", "2020/03/17 22:02:46 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 killed PIDs [20850] in CG [SOCK 366]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 366]", "2020/03/17 22:02:46 childExit(SB 366) [SB 1]", "2020/03/17 22:02:46 killed PIDs [20854] in CG [SOCK 367]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 367]", "2020/03/17 22:02:46 childExit(SB 367) [SB 1]", "2020/03/17 22:02:46 Channel() [SB 387]", "2020/03/17 22:02:46 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:46 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:46 Pause() [SB 387]", "2020/03/17 22:02:46 Receive request to /run/L386", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4246 [FUNC L386]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L386]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2162-L386, /root/open-lambda/test-dir/worker/scratch/2163-L386, )=388... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-38 [SOCK 388]", "2020/03/17 22:02:46 fork(SB 388) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 move PID 20960 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Channel() [SB 388]", "2020/03/17 22:02:46 Pause() [SB 388]", "2020/03/17 22:02:46 Receive request to /run/L387", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4256 [FUNC L387]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L387]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2165-L387, /root/open-lambda/test-dir/worker/scratch/2166-L387, )=389... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-37 [SOCK 389]", "2020/03/17 22:02:46 fork(SB 389) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 Destroy() [SB 368]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 368]", "2020/03/17 22:02:46 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 move PID 20964 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Destroy() [SB 369]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 369]", "2020/03/17 22:02:46 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 killed PIDs [20866] in CG [SOCK 369]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 369]", "2020/03/17 22:02:46 childExit(SB 369) [SB 1]", "2020/03/17 22:02:46 killed PIDs [20860] in CG [SOCK 368]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 368]", "2020/03/17 22:02:46 childExit(SB 368) [SB 1]", "2020/03/17 22:02:46 Channel() [SB 389]", "2020/03/17 22:02:46 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:46 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:46 Pause() [SB 389]", "2020/03/17 22:02:46 Receive request to /run/L388", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4268 [FUNC L388]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L388]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2168-L388, /root/open-lambda/test-dir/worker/scratch/2169-L388, )=390... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-40 [SOCK 390]", "2020/03/17 22:02:46 fork(SB 390) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 move PID 20970 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Channel() [SB 390]", "2020/03/17 22:02:46 Pause() [SB 390]", "2020/03/17 22:02:46 Receive request to /run/L389", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4278 [FUNC L389]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L389]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2171-L389, /root/open-lambda/test-dir/worker/scratch/2172-L389, )=391... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-2 [SOCK 391]", "2020/03/17 22:02:46 fork(SB 391) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 Destroy() [SB 370]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 370]", "2020/03/17 22:02:46 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 move PID 20974 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Destroy() [SB 371]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 371]", "2020/03/17 22:02:46 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 killed PIDs [20877] in CG [SOCK 371]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 371]", "2020/03/17 22:02:46 childExit(SB 371) [SB 1]", "2020/03/17 22:02:46 killed PIDs [20872] in CG [SOCK 370]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 370]", "2020/03/17 22:02:46 childExit(SB 370) [SB 1]", "2020/03/17 22:02:46 Channel() [SB 391]", "2020/03/17 22:02:46 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:46 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:46 Pause() [SB 391]", "2020/03/17 22:02:46 Receive request to /run/L390", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4290 [FUNC L390]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L390]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2174-L390, /root/open-lambda/test-dir/worker/scratch/2175-L390, )=392... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-39 [SOCK 392]", "2020/03/17 22:02:46 fork(SB 392) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 move PID 20980 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Channel() [SB 392]", "2020/03/17 22:02:46 Pause() [SB 392]", "2020/03/17 22:02:46 Receive request to /run/L391", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4300 [FUNC L391]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L391]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2177-L391, /root/open-lambda/test-dir/worker/scratch/2178-L391, )=393... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-3 [SOCK 393]", "2020/03/17 22:02:46 fork(SB 393) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 Destroy() [SB 372]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 372]", "2020/03/17 22:02:46 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 Destroy() [SB 373]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 373]", "2020/03/17 22:02:46 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 move PID 20984 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Destroy() [SB 374]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 374]", "2020/03/17 22:02:46 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 Channel() [SB 393]", "2020/03/17 22:02:46 killed PIDs [20891] in CG [SOCK 374]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 374]", "2020/03/17 22:02:46 childExit(SB 374) [SB 1]", "2020/03/17 22:02:46 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:46 killed PIDs [20882] in CG [SOCK 372]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 372]", "2020/03/17 22:02:46 childExit(SB 372) [SB 1]", "2020/03/17 22:02:46 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:46 killed PIDs [20886] in CG [SOCK 373]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 373]", "2020/03/17 22:02:46 childExit(SB 373) [SB 1]", "2020/03/17 22:02:46 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:46 Pause() [SB 393]", "2020/03/17 22:02:46 Receive request to /run/L392", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4313 [FUNC L392]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L392]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2180-L392, /root/open-lambda/test-dir/worker/scratch/2181-L392, )=394... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-5 [SOCK 394]", "2020/03/17 22:02:46 fork(SB 394) [SB 1]", "2020/03/17 22:02:46 Destroy() [SB 375]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 375]", "2020/03/17 22:02:46 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 killed PIDs [20895] in CG [SOCK 375]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 375]", "2020/03/17 22:02:46 childExit(SB 375) [SB 1]", "2020/03/17 22:02:46 move PID 20991 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Destroy() [SB 376]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 376]", "2020/03/17 22:02:46 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 killed PIDs [20899] in CG [SOCK 376]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 376]", "2020/03/17 22:02:46 childExit(SB 376) [SB 1]", "2020/03/17 22:02:46 Channel() [SB 394]", "2020/03/17 22:02:46 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:46 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:46 Pause() [SB 394]", "2020/03/17 22:02:46 Receive request to /run/L393", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4325 [FUNC L393]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L393]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2183-L393, /root/open-lambda/test-dir/worker/scratch/2184-L393, )=395... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-4 [SOCK 395]", "2020/03/17 22:02:46 fork(SB 395) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 move PID 20997 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Channel() [SB 395]", "2020/03/17 22:02:46 Pause() [SB 395]", "2020/03/17 22:02:46 Receive request to /run/L394", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4335 [FUNC L394]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L394]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2186-L394, /root/open-lambda/test-dir/worker/scratch/2187-L394, )=396... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-6 [SOCK 396]", "2020/03/17 22:02:46 fork(SB 396) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 move PID 21001 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Channel() [SB 396]", "2020/03/17 22:02:46 Pause() [SB 396]", "2020/03/17 22:02:46 Receive request to /run/L395", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4345 [FUNC L395]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L395]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2189-L395, /root/open-lambda/test-dir/worker/scratch/2190-L395, )=397... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-8 [SOCK 397]", "2020/03/17 22:02:46 fork(SB 397) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 Destroy() [SB 377]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 377]", "2020/03/17 22:02:46 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 move PID 21005 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 killed PIDs [20905] in CG [SOCK 377]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 377]", "2020/03/17 22:02:46 childExit(SB 377) [SB 1]", "2020/03/17 22:02:46 Channel() [SB 397]", "2020/03/17 22:02:46 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:46 Pause() [SB 397]", "2020/03/17 22:02:46 Receive request to /run/L396", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4356 [FUNC L396]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L396]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2192-L396, /root/open-lambda/test-dir/worker/scratch/2193-L396, )=398... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-7 [SOCK 398]", "2020/03/17 22:02:46 fork(SB 398) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 Destroy() [SB 378]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 378]", "2020/03/17 22:02:46 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 move PID 21010 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Channel() [SB 398]", "2020/03/17 22:02:46 killed PIDs [20909] in CG [SOCK 378]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 378]", "2020/03/17 22:02:46 childExit(SB 378) [SB 1]", "2020/03/17 22:02:46 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:46 Pause() [SB 398]", "2020/03/17 22:02:46 Receive request to /run/L397", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4367 [FUNC L397]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L397]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2195-L397, /root/open-lambda/test-dir/worker/scratch/2196-L397, )=399... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-9 [SOCK 399]", "2020/03/17 22:02:46 fork(SB 399) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 move PID 21015 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Channel() [SB 399]", "2020/03/17 22:02:46 Pause() [SB 399]", "2020/03/17 22:02:46 Receive request to /run/L398", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4377 [FUNC L398]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L398]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2198-L398, /root/open-lambda/test-dir/worker/scratch/2199-L398, )=400... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-10 [SOCK 400]", "2020/03/17 22:02:46 fork(SB 400) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 Destroy() [SB 379]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 379]", "2020/03/17 22:02:46 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 move PID 21019 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Destroy() [SB 380]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 380]", "2020/03/17 22:02:46 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 killed PIDs [20915] in CG [SOCK 379]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 379]", "2020/03/17 22:02:46 childExit(SB 379) [SB 1]", "2020/03/17 22:02:46 killed PIDs [20921] in CG [SOCK 380]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 380]", "2020/03/17 22:02:46 childExit(SB 380) [SB 1]", "2020/03/17 22:02:46 Channel() [SB 400]", "2020/03/17 22:02:46 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:46 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:46 Pause() [SB 400]", "2020/03/17 22:02:46 Receive request to /run/L399", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4389 [FUNC L399]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L399]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2201-L399, /root/open-lambda/test-dir/worker/scratch/2202-L399, )=401... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-16 [SOCK 401]", "2020/03/17 22:02:46 fork(SB 401) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 move PID 21025 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Channel() [SB 401]", "2020/03/17 22:02:46 Pause() [SB 401]", "2020/03/17 22:02:46 Receive request to /run/L400", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4399 [FUNC L400]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L400]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2204-L400, /root/open-lambda/test-dir/worker/scratch/2205-L400, )=402... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-13 [SOCK 402]", "2020/03/17 22:02:46 fork(SB 402) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 Destroy() [SB 381]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 381]", "2020/03/17 22:02:46 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 move PID 21029 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Destroy() [SB 382]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 382]", "2020/03/17 22:02:46 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 killed PIDs [20932] in CG [SOCK 382]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 382]", "2020/03/17 22:02:46 childExit(SB 382) [SB 1]", "2020/03/17 22:02:46 killed PIDs [20926] in CG [SOCK 381]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 381]", "2020/03/17 22:02:46 childExit(SB 381) [SB 1]", "2020/03/17 22:02:46 Channel() [SB 402]", "2020/03/17 22:02:46 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:46 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:46 Pause() [SB 402]", "2020/03/17 22:02:46 Receive request to /run/L401", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4411 [FUNC L401]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L401]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2207-L401, /root/open-lambda/test-dir/worker/scratch/2208-L401, )=403... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-11 [SOCK 403]", "2020/03/17 22:02:46 fork(SB 403) [SB 1]", "2020/03/17 22:02:46 Destroy() [SB 383]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 383]", "2020/03/17 22:02:46 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 move PID 21035 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Destroy() [SB 384]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 384]", "2020/03/17 22:02:46 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 killed PIDs [20940] in CG [SOCK 384]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 384]", "2020/03/17 22:02:46 childExit(SB 384) [SB 1]", "2020/03/17 22:02:46 killed PIDs [20936] in CG [SOCK 383]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 383]", "2020/03/17 22:02:46 childExit(SB 383) [SB 1]", "2020/03/17 22:02:46 Channel() [SB 403]", "2020/03/17 22:02:46 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:46 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:46 Pause() [SB 403]", "2020/03/17 22:02:46 Receive request to /run/L402", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4423 [FUNC L402]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L402]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2210-L402, /root/open-lambda/test-dir/worker/scratch/2211-L402, )=404... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-14 [SOCK 404]", "2020/03/17 22:02:46 fork(SB 404) [SB 1]", "2020/03/17 22:02:46 Destroy() [SB 385]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 385]", "2020/03/17 22:02:46 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 move PID 21041 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Channel() [SB 404]", "2020/03/17 22:02:46 killed PIDs [20945] in CG [SOCK 385]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 385]", "2020/03/17 22:02:46 childExit(SB 385) [SB 1]", "2020/03/17 22:02:46 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:46 Pause() [SB 404]", "2020/03/17 22:02:46 Receive request to /run/L403", "2020/03/17 22:02:46 debug: LambdaFunc.Task() runs on goroutine 4434 [FUNC L403]", "2020/03/17 22:02:46 increase instances to 1 [FUNC L403]", "2020/03/17 22:02:46 Try using Zygote from ", "2020/03/17 22:02:46 Unpause() [SB 1]", "2020/03/17 22:02:46 .Create(, true, /root/open-lambda/test-dir/worker/code/2213-L403, /root/open-lambda/test-dir/worker/scratch/2214-L403, )=405... [SOCK POOL sandboxes]", "2020/03/17 22:02:46 use cgroup cg-15 [SOCK 405]", "2020/03/17 22:02:46 fork(SB 405) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:46 Destroy() [SB 386]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 386]", "2020/03/17 22:02:46 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 move PID 21046 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:46 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:46 Pause() [SB 1]", "2020/03/17 22:02:46 Destroy() [SB 387]", "2020/03/17 22:02:46 CG ref count decremented to 0 [SOCK 387]", "2020/03/17 22:02:46 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:46 killed PIDs [20949] in CG [SOCK 386]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 386]", "2020/03/17 22:02:46 childExit(SB 386) [SB 1]", "2020/03/17 22:02:46 Channel() [SB 405]", "2020/03/17 22:02:46 killed PIDs [20954] in CG [SOCK 387]", "2020/03/17 22:02:46 unmount and remove dirs [SOCK 387]", "2020/03/17 22:02:46 childExit(SB 387) [SB 1]", "2020/03/17 22:02:46 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:46 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:47 Pause() [SB 405]", "2020/03/17 22:02:47 Receive request to /run/L404", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4446 [FUNC L404]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L404]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2216-L404, /root/open-lambda/test-dir/worker/scratch/2217-L404, )=406... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-12 [SOCK 406]", "2020/03/17 22:02:47 fork(SB 406) [SB 1]", "2020/03/17 22:02:47 Destroy() [SB 388]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 388]", "2020/03/17 22:02:47 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 killed PIDs [20960] in CG [SOCK 388]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 388]", "2020/03/17 22:02:47 childExit(SB 388) [SB 1]", "2020/03/17 22:02:47 move PID 21053 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 Channel() [SB 406]", "2020/03/17 22:02:47 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:47 Pause() [SB 406]", "2020/03/17 22:02:47 Receive request to /run/L405", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4457 [FUNC L405]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L405]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2219-L405, /root/open-lambda/test-dir/worker/scratch/2220-L405, )=407... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-19 [SOCK 407]", "2020/03/17 22:02:47 fork(SB 407) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 move PID 21057 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Channel() [SB 407]", "2020/03/17 22:02:47 Pause() [SB 407]", "2020/03/17 22:02:47 Receive request to /run/L406", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4467 [FUNC L406]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L406]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2222-L406, /root/open-lambda/test-dir/worker/scratch/2223-L406, )=408... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-17 [SOCK 408]", "2020/03/17 22:02:47 fork(SB 408) [SB 1]", "2020/03/17 22:02:47 Destroy() [SB 389]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 389]", "2020/03/17 22:02:47 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 move PID 21061 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Destroy() [SB 390]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 390]", "2020/03/17 22:02:47 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 killed PIDs [20964] in CG [SOCK 389]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 389]", "2020/03/17 22:02:47 childExit(SB 389) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 killed PIDs [20970] in CG [SOCK 390]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 390]", "2020/03/17 22:02:47 childExit(SB 390) [SB 1]", "2020/03/17 22:02:47 Channel() [SB 408]", "2020/03/17 22:02:47 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:47 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:47 Pause() [SB 408]", "2020/03/17 22:02:47 Receive request to /run/L407", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4479 [FUNC L407]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L407]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2225-L407, /root/open-lambda/test-dir/worker/scratch/2226-L407, )=409... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-18 [SOCK 409]", "2020/03/17 22:02:47 fork(SB 409) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 Destroy() [SB 391]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 391]", "2020/03/17 22:02:47 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 move PID 21067 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 killed PIDs [20974] in CG [SOCK 391]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 391]", "2020/03/17 22:02:47 childExit(SB 391) [SB 1]", "2020/03/17 22:02:47 Channel() [SB 409]", "2020/03/17 22:02:47 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:47 Pause() [SB 409]", "2020/03/17 22:02:47 Receive request to /run/L408", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4490 [FUNC L408]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L408]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2228-L408, /root/open-lambda/test-dir/worker/scratch/2229-L408, )=410... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-20 [SOCK 410]", "2020/03/17 22:02:47 fork(SB 410) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 Destroy() [SB 392]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 392]", "2020/03/17 22:02:47 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 move PID 21072 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Channel() [SB 410]", "2020/03/17 22:02:47 killed PIDs [20980] in CG [SOCK 392]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 392]", "2020/03/17 22:02:47 childExit(SB 392) [SB 1]", "2020/03/17 22:02:47 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:47 Pause() [SB 410]", "2020/03/17 22:02:47 Receive request to /run/L409", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4501 [FUNC L409]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L409]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2231-L409, /root/open-lambda/test-dir/worker/scratch/2232-L409, )=411... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-24 [SOCK 411]", "2020/03/17 22:02:47 fork(SB 411) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 move PID 21077 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Channel() [SB 411]", "2020/03/17 22:02:47 Pause() [SB 411]", "2020/03/17 22:02:47 Receive request to /run/L410", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4511 [FUNC L410]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L410]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2234-L410, /root/open-lambda/test-dir/worker/scratch/2235-L410, )=412... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-23 [SOCK 412]", "2020/03/17 22:02:47 fork(SB 412) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 move PID 21081 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Channel() [SB 412]", "2020/03/17 22:02:47 Pause() [SB 412]", "2020/03/17 22:02:47 Receive request to /run/L411", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4521 [FUNC L411]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L411]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2237-L411, /root/open-lambda/test-dir/worker/scratch/2238-L411, )=413... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-21 [SOCK 413]", "2020/03/17 22:02:47 fork(SB 413) [SB 1]", "2020/03/17 22:02:47 move PID 21085 from CG cg-1 to CG cg-21 [SOCK 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Channel() [SB 413]", "2020/03/17 22:02:47 Pause() [SB 413]", "2020/03/17 22:02:47 Receive request to /run/L412", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4531 [FUNC L412]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L412]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2240-L412, /root/open-lambda/test-dir/worker/scratch/2241-L412, )=414... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-22 [SOCK 414]", "2020/03/17 22:02:47 fork(SB 414) [SB 1]", "2020/03/17 22:02:47 Destroy() [SB 393]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 393]", "2020/03/17 22:02:47 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 Destroy() [SB 394]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 394]", "2020/03/17 22:02:47 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 move PID 21089 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Destroy() [SB 395]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 395]", "2020/03/17 22:02:47 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 killed PIDs [20984] in CG [SOCK 393]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 393]", "2020/03/17 22:02:47 childExit(SB 393) [SB 1]", "2020/03/17 22:02:47 killed PIDs [20991] in CG [SOCK 394]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 394]", "2020/03/17 22:02:47 childExit(SB 394) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 killed PIDs [20997] in CG [SOCK 395]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 395]", "2020/03/17 22:02:47 childExit(SB 395) [SB 1]", "2020/03/17 22:02:47 Channel() [SB 414]", "2020/03/17 22:02:47 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:47 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:47 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:47 Pause() [SB 414]", "2020/03/17 22:02:47 Receive request to /run/L413", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4544 [FUNC L413]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L413]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2243-L413, /root/open-lambda/test-dir/worker/scratch/2244-L413, )=415... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-26 [SOCK 415]", "2020/03/17 22:02:47 fork(SB 415) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 move PID 21096 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Channel() [SB 415]", "2020/03/17 22:02:47 Pause() [SB 415]", "2020/03/17 22:02:47 Receive request to /run/L414", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4554 [FUNC L414]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L414]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2246-L414, /root/open-lambda/test-dir/worker/scratch/2247-L414, )=416... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-27 [SOCK 416]", "2020/03/17 22:02:47 fork(SB 416) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 move PID 21100 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Channel() [SB 416]", "2020/03/17 22:02:47 Pause() [SB 416]", "2020/03/17 22:02:47 Receive request to /run/L415", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4564 [FUNC L415]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L415]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2249-L415, /root/open-lambda/test-dir/worker/scratch/2250-L415, )=417... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-25 [SOCK 417]", "2020/03/17 22:02:47 fork(SB 417) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 Destroy() [SB 396]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 396]", "2020/03/17 22:02:47 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 move PID 21104 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Destroy() [SB 397]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 397]", "2020/03/17 22:02:47 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 killed PIDs [21001] in CG [SOCK 396]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 396]", "2020/03/17 22:02:47 childExit(SB 396) [SB 1]", "2020/03/17 22:02:47 killed PIDs [21005] in CG [SOCK 397]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 397]", "2020/03/17 22:02:47 childExit(SB 397) [SB 1]", "2020/03/17 22:02:47 Channel() [SB 417]", "2020/03/17 22:02:47 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:47 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:47 Pause() [SB 417]", "2020/03/17 22:02:47 Receive request to /run/L416", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4576 [FUNC L416]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L416]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2252-L416, /root/open-lambda/test-dir/worker/scratch/2253-L416, )=418... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-29 [SOCK 418]", "2020/03/17 22:02:47 fork(SB 418) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 move PID 21110 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Channel() [SB 418]", "2020/03/17 22:02:47 Pause() [SB 418]", "2020/03/17 22:02:47 Receive request to /run/L417", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4586 [FUNC L417]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L417]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2255-L417, /root/open-lambda/test-dir/worker/scratch/2256-L417, )=419... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-32 [SOCK 419]", "2020/03/17 22:02:47 fork(SB 419) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 Destroy() [SB 398]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 398]", "2020/03/17 22:02:47 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 move PID 21114 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Destroy() [SB 399]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 399]", "2020/03/17 22:02:47 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 killed PIDs [21010] in CG [SOCK 398]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 398]", "2020/03/17 22:02:47 childExit(SB 398) [SB 1]", "2020/03/17 22:02:47 Channel() [SB 419]", "2020/03/17 22:02:47 killed PIDs [21015] in CG [SOCK 399]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 399]", "2020/03/17 22:02:47 childExit(SB 399) [SB 1]", "2020/03/17 22:02:47 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:47 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:47 Pause() [SB 419]", "2020/03/17 22:02:47 Receive request to /run/L418", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4598 [FUNC L418]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L418]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2258-L418, /root/open-lambda/test-dir/worker/scratch/2259-L418, )=420... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-28 [SOCK 420]", "2020/03/17 22:02:47 fork(SB 420) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 Destroy() [SB 400]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 400]", "2020/03/17 22:02:47 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 move PID 21120 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 killed PIDs [21019] in CG [SOCK 400]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 400]", "2020/03/17 22:02:47 childExit(SB 400) [SB 1]", "2020/03/17 22:02:47 Channel() [SB 420]", "2020/03/17 22:02:47 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:47 Pause() [SB 420]", "2020/03/17 22:02:47 Receive request to /run/L419", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4609 [FUNC L419]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L419]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2261-L419, /root/open-lambda/test-dir/worker/scratch/2262-L419, )=421... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-30 [SOCK 421]", "2020/03/17 22:02:47 fork(SB 421) [SB 1]", "2020/03/17 22:02:47 Destroy() [SB 401]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 401]", "2020/03/17 22:02:47 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 move PID 21125 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Destroy() [SB 402]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 402]", "2020/03/17 22:02:47 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 killed PIDs [21025] in CG [SOCK 401]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 401]", "2020/03/17 22:02:47 childExit(SB 401) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 killed PIDs [21029] in CG [SOCK 402]", "2020/03/17 22:02:47 unmount and remove dirs [SOCK 402]", "2020/03/17 22:02:47 childExit(SB 402) [SB 1]", "2020/03/17 22:02:47 Channel() [SB 421]", "2020/03/17 22:02:47 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:47 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:47 Pause() [SB 421]", "2020/03/17 22:02:47 Receive request to /run/L420", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4621 [FUNC L420]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L420]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2264-L420, /root/open-lambda/test-dir/worker/scratch/2265-L420, )=422... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-33 [SOCK 422]", "2020/03/17 22:02:47 fork(SB 422) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 move PID 21131 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Channel() [SB 422]", "2020/03/17 22:02:47 Pause() [SB 422]", "2020/03/17 22:02:47 Receive request to /run/L421", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4631 [FUNC L421]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L421]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2267-L421, /root/open-lambda/test-dir/worker/scratch/2268-L421, )=423... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-31 [SOCK 423]", "2020/03/17 22:02:47 fork(SB 423) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 move PID 21135 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Channel() [SB 423]", "2020/03/17 22:02:47 Pause() [SB 423]", "2020/03/17 22:02:47 Receive request to /run/L422", "2020/03/17 22:02:47 debug: LambdaFunc.Task() runs on goroutine 4641 [FUNC L422]", "2020/03/17 22:02:47 increase instances to 1 [FUNC L422]", "2020/03/17 22:02:47 Try using Zygote from ", "2020/03/17 22:02:47 Unpause() [SB 1]", "2020/03/17 22:02:47 .Create(, true, /root/open-lambda/test-dir/worker/code/2270-L422, /root/open-lambda/test-dir/worker/scratch/2271-L422, )=424... [SOCK POOL sandboxes]", "2020/03/17 22:02:47 use cgroup cg-36 [SOCK 424]", "2020/03/17 22:02:47 fork(SB 424) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:47 Destroy() [SB 403]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 403]", "2020/03/17 22:02:47 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:47 move PID 21139 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:47 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:47 Pause() [SB 1]", "2020/03/17 22:02:47 Destroy() [SB 404]", "2020/03/17 22:02:47 CG ref count decremented to 0 [SOCK 404]", "2020/03/17 22:02:47 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 killed PIDs [21035] in CG [SOCK 403]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 403]", "2020/03/17 22:02:48 childExit(SB 403) [SB 1]", "2020/03/17 22:02:48 killed PIDs [21041] in CG [SOCK 404]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 404]", "2020/03/17 22:02:48 childExit(SB 404) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 424]", "2020/03/17 22:02:48 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:48 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 424]", "2020/03/17 22:02:48 Receive request to /run/L423", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4653 [FUNC L423]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L423]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2273-L423, /root/open-lambda/test-dir/worker/scratch/2274-L423, )=425... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-34 [SOCK 425]", "2020/03/17 22:02:48 fork(SB 425) [SB 1]", "2020/03/17 22:02:48 Destroy() [SB 405]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 405]", "2020/03/17 22:02:48 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 move PID 21145 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Destroy() [SB 406]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 406]", "2020/03/17 22:02:48 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 killed PIDs [21046] in CG [SOCK 405]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 405]", "2020/03/17 22:02:48 childExit(SB 405) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 killed PIDs [21053] in CG [SOCK 406]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 406]", "2020/03/17 22:02:48 childExit(SB 406) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 425]", "2020/03/17 22:02:48 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:48 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 425]", "2020/03/17 22:02:48 Receive request to /run/L424", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4665 [FUNC L424]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L424]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2276-L424, /root/open-lambda/test-dir/worker/scratch/2277-L424, )=426... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-35 [SOCK 426]", "2020/03/17 22:02:48 fork(SB 426) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 Destroy() [SB 407]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 407]", "2020/03/17 22:02:48 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 move PID 21151 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 killed PIDs [21057] in CG [SOCK 407]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 407]", "2020/03/17 22:02:48 childExit(SB 407) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 426]", "2020/03/17 22:02:48 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 426]", "2020/03/17 22:02:48 Receive request to /run/L425", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4676 [FUNC L425]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L425]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2279-L425, /root/open-lambda/test-dir/worker/scratch/2280-L425, )=427... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-38 [SOCK 427]", "2020/03/17 22:02:48 fork(SB 427) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 move PID 21156 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Channel() [SB 427]", "2020/03/17 22:02:48 Pause() [SB 427]", "2020/03/17 22:02:48 Receive request to /run/L426", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4686 [FUNC L426]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L426]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2282-L426, /root/open-lambda/test-dir/worker/scratch/2283-L426, )=428... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-37 [SOCK 428]", "2020/03/17 22:02:48 fork(SB 428) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 move PID 21160 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Channel() [SB 428]", "2020/03/17 22:02:48 Pause() [SB 428]", "2020/03/17 22:02:48 Receive request to /run/L427", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4696 [FUNC L427]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L427]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2285-L427, /root/open-lambda/test-dir/worker/scratch/2286-L427, )=429... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-40 [SOCK 429]", "2020/03/17 22:02:48 fork(SB 429) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 Destroy() [SB 408]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 408]", "2020/03/17 22:02:48 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 Destroy() [SB 409]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 409]", "2020/03/17 22:02:48 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 move PID 21164 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Destroy() [SB 410]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 410]", "2020/03/17 22:02:48 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 killed PIDs [21067] in CG [SOCK 409]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 409]", "2020/03/17 22:02:48 childExit(SB 409) [SB 1]", "2020/03/17 22:02:48 killed PIDs [21072] in CG [SOCK 410]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 410]", "2020/03/17 22:02:48 childExit(SB 410) [SB 1]", "2020/03/17 22:02:48 killed PIDs [21061] in CG [SOCK 408]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 408]", "2020/03/17 22:02:48 childExit(SB 408) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 429]", "2020/03/17 22:02:48 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:48 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:48 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 429]", "2020/03/17 22:02:48 Receive request to /run/L428", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4709 [FUNC L428]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L428]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2288-L428, /root/open-lambda/test-dir/worker/scratch/2289-L428, )=430... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-2 [SOCK 430]", "2020/03/17 22:02:48 fork(SB 430) [SB 1]", "2020/03/17 22:02:48 Destroy() [SB 411]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 411]", "2020/03/17 22:02:48 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 move PID 21171 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Destroy() [SB 412]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 412]", "2020/03/17 22:02:48 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 killed PIDs [21077] in CG [SOCK 411]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 411]", "2020/03/17 22:02:48 childExit(SB 411) [SB 1]", "2020/03/17 22:02:48 killed PIDs [21081] in CG [SOCK 412]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 412]", "2020/03/17 22:02:48 childExit(SB 412) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 430]", "2020/03/17 22:02:48 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:48 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 430]", "2020/03/17 22:02:48 Receive request to /run/L429", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4721 [FUNC L429]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L429]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2291-L429, /root/open-lambda/test-dir/worker/scratch/2292-L429, )=431... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-39 [SOCK 431]", "2020/03/17 22:02:48 fork(SB 431) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 Destroy() [SB 413]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 413]", "2020/03/17 22:02:48 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 move PID 21177 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 killed PIDs [21085] in CG [SOCK 413]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 413]", "2020/03/17 22:02:48 childExit(SB 413) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 431]", "2020/03/17 22:02:48 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 431]", "2020/03/17 22:02:48 Receive request to /run/L430", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4732 [FUNC L430]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L430]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2294-L430, /root/open-lambda/test-dir/worker/scratch/2295-L430, )=432... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-3 [SOCK 432]", "2020/03/17 22:02:48 fork(SB 432) [SB 1]", "2020/03/17 22:02:48 Destroy() [SB 414]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 414]", "2020/03/17 22:02:48 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 move PID 21182 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Destroy() [SB 415]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 415]", "2020/03/17 22:02:48 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 killed PIDs [21089] in CG [SOCK 414]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 414]", "2020/03/17 22:02:48 childExit(SB 414) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 killed PIDs [21096] in CG [SOCK 415]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 415]", "2020/03/17 22:02:48 childExit(SB 415) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 432]", "2020/03/17 22:02:48 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:48 CG ref count decremented to 18 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 432]", "2020/03/17 22:02:48 Receive request to /run/L431", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4744 [FUNC L431]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L431]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2297-L431, /root/open-lambda/test-dir/worker/scratch/2298-L431, )=433... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-5 [SOCK 433]", "2020/03/17 22:02:48 fork(SB 433) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 move PID 21188 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Channel() [SB 433]", "2020/03/17 22:02:48 Pause() [SB 433]", "2020/03/17 22:02:48 Receive request to /run/L432", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4754 [FUNC L432]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L432]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2300-L432, /root/open-lambda/test-dir/worker/scratch/2301-L432, )=434... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-4 [SOCK 434]", "2020/03/17 22:02:48 fork(SB 434) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 move PID 21192 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Channel() [SB 434]", "2020/03/17 22:02:48 Pause() [SB 434]", "2020/03/17 22:02:48 Receive request to /run/L433", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4764 [FUNC L433]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L433]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2303-L433, /root/open-lambda/test-dir/worker/scratch/2304-L433, )=435... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-6 [SOCK 435]", "2020/03/17 22:02:48 fork(SB 435) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 Destroy() [SB 416]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 416]", "2020/03/17 22:02:48 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 move PID 21196 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 killed PIDs [21100] in CG [SOCK 416]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 416]", "2020/03/17 22:02:48 childExit(SB 416) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 435]", "2020/03/17 22:02:48 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 435]", "2020/03/17 22:02:48 Receive request to /run/L434", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4775 [FUNC L434]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L434]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2306-L434, /root/open-lambda/test-dir/worker/scratch/2307-L434, )=436... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-8 [SOCK 436]", "2020/03/17 22:02:48 fork(SB 436) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 move PID 21201 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Channel() [SB 436]", "2020/03/17 22:02:48 Pause() [SB 436]", "2020/03/17 22:02:48 Receive request to /run/L435", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4785 [FUNC L435]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L435]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2309-L435, /root/open-lambda/test-dir/worker/scratch/2310-L435, )=437... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-7 [SOCK 437]", "2020/03/17 22:02:48 fork(SB 437) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 Destroy() [SB 417]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 417]", "2020/03/17 22:02:48 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 move PID 21205 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 killed PIDs [21104] in CG [SOCK 417]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 417]", "2020/03/17 22:02:48 childExit(SB 417) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 437]", "2020/03/17 22:02:48 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 437]", "2020/03/17 22:02:48 Receive request to /run/L436", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4796 [FUNC L436]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L436]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2312-L436, /root/open-lambda/test-dir/worker/scratch/2313-L436, )=438... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-9 [SOCK 438]", "2020/03/17 22:02:48 fork(SB 438) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 Destroy() [SB 418]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 418]", "2020/03/17 22:02:48 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 move PID 21210 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 killed PIDs [21110] in CG [SOCK 418]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 418]", "2020/03/17 22:02:48 childExit(SB 418) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 438]", "2020/03/17 22:02:48 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 438]", "2020/03/17 22:02:48 Receive request to /run/L437", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4807 [FUNC L437]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L437]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2315-L437, /root/open-lambda/test-dir/worker/scratch/2316-L437, )=439... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-10 [SOCK 439]", "2020/03/17 22:02:48 fork(SB 439) [SB 1]", "2020/03/17 22:02:48 Destroy() [SB 419]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 419]", "2020/03/17 22:02:48 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 move PID 21215 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 killed PIDs [21114] in CG [SOCK 419]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 419]", "2020/03/17 22:02:48 childExit(SB 419) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 439]", "2020/03/17 22:02:48 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 439]", "2020/03/17 22:02:48 Receive request to /run/L438", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4818 [FUNC L438]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L438]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2318-L438, /root/open-lambda/test-dir/worker/scratch/2319-L438, )=440... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-16 [SOCK 440]", "2020/03/17 22:02:48 fork(SB 440) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 move PID 21220 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Channel() [SB 440]", "2020/03/17 22:02:48 Pause() [SB 440]", "2020/03/17 22:02:48 Receive request to /run/L439", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4828 [FUNC L439]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L439]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2321-L439, /root/open-lambda/test-dir/worker/scratch/2322-L439, )=441... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-13 [SOCK 441]", "2020/03/17 22:02:48 fork(SB 441) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 Destroy() [SB 420]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 420]", "2020/03/17 22:02:48 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 Destroy() [SB 421]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 421]", "2020/03/17 22:02:48 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 move PID 21224 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Destroy() [SB 422]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 422]", "2020/03/17 22:02:48 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 killed PIDs [21120] in CG [SOCK 420]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 420]", "2020/03/17 22:02:48 childExit(SB 420) [SB 1]", "2020/03/17 22:02:48 killed PIDs [21125] in CG [SOCK 421]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 421]", "2020/03/17 22:02:48 childExit(SB 421) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 441]", "2020/03/17 22:02:48 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:48 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:48 killed PIDs [21131] in CG [SOCK 422]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 422]", "2020/03/17 22:02:48 childExit(SB 422) [SB 1]", "2020/03/17 22:02:48 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 441]", "2020/03/17 22:02:48 Receive request to /run/L440", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4841 [FUNC L440]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L440]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2324-L440, /root/open-lambda/test-dir/worker/scratch/2325-L440, )=442... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-11 [SOCK 442]", "2020/03/17 22:02:48 fork(SB 442) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 move PID 21231 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Channel() [SB 442]", "2020/03/17 22:02:48 Pause() [SB 442]", "2020/03/17 22:02:48 Receive request to /run/L441", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4851 [FUNC L441]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L441]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2327-L441, /root/open-lambda/test-dir/worker/scratch/2328-L441, )=443... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-14 [SOCK 443]", "2020/03/17 22:02:48 fork(SB 443) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 Destroy() [SB 423]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 423]", "2020/03/17 22:02:48 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 move PID 21235 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Destroy() [SB 424]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 424]", "2020/03/17 22:02:48 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 killed PIDs [21135] in CG [SOCK 423]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 423]", "2020/03/17 22:02:48 childExit(SB 423) [SB 1]", "2020/03/17 22:02:48 killed PIDs [21139] in CG [SOCK 424]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 424]", "2020/03/17 22:02:48 childExit(SB 424) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 443]", "2020/03/17 22:02:48 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:48 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 443]", "2020/03/17 22:02:48 Receive request to /run/L442", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4863 [FUNC L442]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L442]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2330-L442, /root/open-lambda/test-dir/worker/scratch/2331-L442, )=444... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-15 [SOCK 444]", "2020/03/17 22:02:48 fork(SB 444) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 move PID 21241 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Channel() [SB 444]", "2020/03/17 22:02:48 Pause() [SB 444]", "2020/03/17 22:02:48 Receive request to /run/L443", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4873 [FUNC L443]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L443]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2333-L443, /root/open-lambda/test-dir/worker/scratch/2334-L443, )=445... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-12 [SOCK 445]", "2020/03/17 22:02:48 fork(SB 445) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 Destroy() [SB 425]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 425]", "2020/03/17 22:02:48 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 move PID 21245 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 killed PIDs [21145] in CG [SOCK 425]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 425]", "2020/03/17 22:02:48 childExit(SB 425) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 445]", "2020/03/17 22:02:48 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 445]", "2020/03/17 22:02:48 Receive request to /run/L444", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4884 [FUNC L444]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L444]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2336-L444, /root/open-lambda/test-dir/worker/scratch/2337-L444, )=446... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-19 [SOCK 446]", "2020/03/17 22:02:48 fork(SB 446) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 move PID 21250 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Channel() [SB 446]", "2020/03/17 22:02:48 Pause() [SB 446]", "2020/03/17 22:02:48 Receive request to /run/L445", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4894 [FUNC L445]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L445]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2339-L445, /root/open-lambda/test-dir/worker/scratch/2340-L445, )=447... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-18 [SOCK 447]", "2020/03/17 22:02:48 fork(SB 447) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 Destroy() [SB 426]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 426]", "2020/03/17 22:02:48 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 Destroy() [SB 427]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 427]", "2020/03/17 22:02:48 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 move PID 21254 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:48 Destroy() [SB 428]", "2020/03/17 22:02:48 CG ref count decremented to 0 [SOCK 428]", "2020/03/17 22:02:48 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:48 killed PIDs [21156] in CG [SOCK 427]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 427]", "2020/03/17 22:02:48 childExit(SB 427) [SB 1]", "2020/03/17 22:02:48 killed PIDs [21160] in CG [SOCK 428]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 428]", "2020/03/17 22:02:48 childExit(SB 428) [SB 1]", "2020/03/17 22:02:48 killed PIDs [21151] in CG [SOCK 426]", "2020/03/17 22:02:48 unmount and remove dirs [SOCK 426]", "2020/03/17 22:02:48 childExit(SB 426) [SB 1]", "2020/03/17 22:02:48 Channel() [SB 447]", "2020/03/17 22:02:48 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:48 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:48 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:48 Pause() [SB 447]", "2020/03/17 22:02:48 Receive request to /run/L446", "2020/03/17 22:02:48 debug: LambdaFunc.Task() runs on goroutine 4907 [FUNC L446]", "2020/03/17 22:02:48 increase instances to 1 [FUNC L446]", "2020/03/17 22:02:48 Try using Zygote from ", "2020/03/17 22:02:48 Unpause() [SB 1]", "2020/03/17 22:02:48 .Create(, true, /root/open-lambda/test-dir/worker/code/2342-L446, /root/open-lambda/test-dir/worker/scratch/2343-L446, )=448... [SOCK POOL sandboxes]", "2020/03/17 22:02:48 use cgroup cg-20 [SOCK 448]", "2020/03/17 22:02:48 fork(SB 448) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:48 move PID 21261 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:48 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:48 Pause() [SB 1]", "2020/03/17 22:02:49 Channel() [SB 448]", "2020/03/17 22:02:49 Pause() [SB 448]", "2020/03/17 22:02:49 Receive request to /run/L447", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 4917 [FUNC L447]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L447]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2345-L447, /root/open-lambda/test-dir/worker/scratch/2346-L447, )=449... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-17 [SOCK 449]", "2020/03/17 22:02:49 fork(SB 449) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 move PID 21265 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Channel() [SB 449]", "2020/03/17 22:02:49 Pause() [SB 449]", "2020/03/17 22:02:49 Receive request to /run/L448", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 4927 [FUNC L448]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L448]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2348-L448, /root/open-lambda/test-dir/worker/scratch/2349-L448, )=450... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-24 [SOCK 450]", "2020/03/17 22:02:49 fork(SB 450) [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 429]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 429]", "2020/03/17 22:02:49 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 move PID 21269 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 430]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 430]", "2020/03/17 22:02:49 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 killed PIDs [21164] in CG [SOCK 429]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 429]", "2020/03/17 22:02:49 childExit(SB 429) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 killed PIDs [21171] in CG [SOCK 430]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 430]", "2020/03/17 22:02:49 childExit(SB 430) [SB 1]", "2020/03/17 22:02:49 Channel() [SB 450]", "2020/03/17 22:02:49 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:49 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:49 Pause() [SB 450]", "2020/03/17 22:02:49 Receive request to /run/L449", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 4939 [FUNC L449]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L449]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2351-L449, /root/open-lambda/test-dir/worker/scratch/2352-L449, )=451... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-23 [SOCK 451]", "2020/03/17 22:02:49 fork(SB 451) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 move PID 21275 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Channel() [SB 451]", "2020/03/17 22:02:49 Pause() [SB 451]", "2020/03/17 22:02:49 Receive request to /run/L450", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 4949 [FUNC L450]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L450]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2354-L450, /root/open-lambda/test-dir/worker/scratch/2355-L450, )=452... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-21 [SOCK 452]", "2020/03/17 22:02:49 fork(SB 452) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 Destroy() [SB 431]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 431]", "2020/03/17 22:02:49 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 move PID 21279 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 432]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 432]", "2020/03/17 22:02:49 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 killed PIDs [21177] in CG [SOCK 431]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 431]", "2020/03/17 22:02:49 childExit(SB 431) [SB 1]", "2020/03/17 22:02:49 killed PIDs [21182] in CG [SOCK 432]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 432]", "2020/03/17 22:02:49 childExit(SB 432) [SB 1]", "2020/03/17 22:02:49 Channel() [SB 452]", "2020/03/17 22:02:49 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:49 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:49 Pause() [SB 452]", "2020/03/17 22:02:49 Receive request to /run/L451", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 4961 [FUNC L451]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L451]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2357-L451, /root/open-lambda/test-dir/worker/scratch/2358-L451, )=453... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-22 [SOCK 453]", "2020/03/17 22:02:49 fork(SB 453) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 Destroy() [SB 433]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 433]", "2020/03/17 22:02:49 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 move PID 21285 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 killed PIDs [21188] in CG [SOCK 433]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 433]", "2020/03/17 22:02:49 childExit(SB 433) [SB 1]", "2020/03/17 22:02:49 Channel() [SB 453]", "2020/03/17 22:02:49 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:49 Pause() [SB 453]", "2020/03/17 22:02:49 Receive request to /run/L452", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 4972 [FUNC L452]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L452]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2360-L452, /root/open-lambda/test-dir/worker/scratch/2361-L452, )=454... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-26 [SOCK 454]", "2020/03/17 22:02:49 fork(SB 454) [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 434]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 434]", "2020/03/17 22:02:49 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 move PID 21290 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 435]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 435]", "2020/03/17 22:02:49 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 killed PIDs [21192] in CG [SOCK 434]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 434]", "2020/03/17 22:02:49 childExit(SB 434) [SB 1]", "2020/03/17 22:02:49 killed PIDs [21196] in CG [SOCK 435]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 435]", "2020/03/17 22:02:49 childExit(SB 435) [SB 1]", "2020/03/17 22:02:49 Channel() [SB 454]", "2020/03/17 22:02:49 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:49 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:49 Pause() [SB 454]", "2020/03/17 22:02:49 Receive request to /run/L453", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 4984 [FUNC L453]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L453]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2363-L453, /root/open-lambda/test-dir/worker/scratch/2364-L453, )=455... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-27 [SOCK 455]", "2020/03/17 22:02:49 fork(SB 455) [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 436]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 436]", "2020/03/17 22:02:49 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 killed PIDs [21201] in CG [SOCK 436]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 436]", "2020/03/17 22:02:49 childExit(SB 436) [SB 1]", "2020/03/17 22:02:49 move PID 21296 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 437]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 437]", "2020/03/17 22:02:49 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 Channel() [SB 455]", "2020/03/17 22:02:49 killed PIDs [21205] in CG [SOCK 437]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 437]", "2020/03/17 22:02:49 childExit(SB 437) [SB 1]", "2020/03/17 22:02:49 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:49 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:49 Pause() [SB 455]", "2020/03/17 22:02:49 Receive request to /run/L454", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 4996 [FUNC L454]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L454]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2366-L454, /root/open-lambda/test-dir/worker/scratch/2367-L454, )=456... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-25 [SOCK 456]", "2020/03/17 22:02:49 fork(SB 456) [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 438]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 438]", "2020/03/17 22:02:49 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 move PID 21302 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 439]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 439]", "2020/03/17 22:02:49 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 killed PIDs [21215] in CG [SOCK 439]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 439]", "2020/03/17 22:02:49 childExit(SB 439) [SB 1]", "2020/03/17 22:02:49 killed PIDs [21210] in CG [SOCK 438]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 438]", "2020/03/17 22:02:49 childExit(SB 438) [SB 1]", "2020/03/17 22:02:49 Channel() [SB 456]", "2020/03/17 22:02:49 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:49 CG ref count decremented to 18 [SOCK 1]", "2020/03/17 22:02:49 Pause() [SB 456]", "2020/03/17 22:02:49 Receive request to /run/L455", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5008 [FUNC L455]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L455]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2369-L455, /root/open-lambda/test-dir/worker/scratch/2370-L455, )=457... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-29 [SOCK 457]", "2020/03/17 22:02:49 fork(SB 457) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 move PID 21308 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Channel() [SB 457]", "2020/03/17 22:02:49 Pause() [SB 457]", "2020/03/17 22:02:49 Receive request to /run/L456", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5018 [FUNC L456]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L456]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2372-L456, /root/open-lambda/test-dir/worker/scratch/2373-L456, )=458... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-32 [SOCK 458]", "2020/03/17 22:02:49 fork(SB 458) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 move PID 21312 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Channel() [SB 458]", "2020/03/17 22:02:49 Pause() [SB 458]", "2020/03/17 22:02:49 Receive request to /run/L457", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5028 [FUNC L457]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L457]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2375-L457, /root/open-lambda/test-dir/worker/scratch/2376-L457, )=459... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-28 [SOCK 459]", "2020/03/17 22:02:49 fork(SB 459) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 move PID 21316 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Channel() [SB 459]", "2020/03/17 22:02:49 Pause() [SB 459]", "2020/03/17 22:02:49 Receive request to /run/L458", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5038 [FUNC L458]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L458]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2378-L458, /root/open-lambda/test-dir/worker/scratch/2379-L458, )=460... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-30 [SOCK 460]", "2020/03/17 22:02:49 fork(SB 460) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 move PID 21320 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Channel() [SB 460]", "2020/03/17 22:02:49 Pause() [SB 460]", "2020/03/17 22:02:49 Receive request to /run/L459", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5048 [FUNC L459]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L459]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2381-L459, /root/open-lambda/test-dir/worker/scratch/2382-L459, )=461... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-33 [SOCK 461]", "2020/03/17 22:02:49 fork(SB 461) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 Destroy() [SB 440]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 440]", "2020/03/17 22:02:49 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 move PID 21324 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 441]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 441]", "2020/03/17 22:02:49 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 killed PIDs [21224] in CG [SOCK 441]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 441]", "2020/03/17 22:02:49 childExit(SB 441) [SB 1]", "2020/03/17 22:02:49 killed PIDs [21220] in CG [SOCK 440]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 440]", "2020/03/17 22:02:49 childExit(SB 440) [SB 1]", "2020/03/17 22:02:49 Channel() [SB 461]", "2020/03/17 22:02:49 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:49 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:49 Pause() [SB 461]", "2020/03/17 22:02:49 Receive request to /run/L460", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5060 [FUNC L460]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L460]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2384-L460, /root/open-lambda/test-dir/worker/scratch/2385-L460, )=462... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-31 [SOCK 462]", "2020/03/17 22:02:49 fork(SB 462) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 move PID 21330 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Channel() [SB 462]", "2020/03/17 22:02:49 Pause() [SB 462]", "2020/03/17 22:02:49 Receive request to /run/L461", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5070 [FUNC L461]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L461]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2387-L461, /root/open-lambda/test-dir/worker/scratch/2388-L461, )=463... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-36 [SOCK 463]", "2020/03/17 22:02:49 fork(SB 463) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 move PID 21334 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Channel() [SB 463]", "2020/03/17 22:02:49 Pause() [SB 463]", "2020/03/17 22:02:49 Receive request to /run/L462", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5080 [FUNC L462]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L462]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2390-L462, /root/open-lambda/test-dir/worker/scratch/2391-L462, )=464... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-34 [SOCK 464]", "2020/03/17 22:02:49 fork(SB 464) [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 442]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 442]", "2020/03/17 22:02:49 killed PIDs [21231] in CG [SOCK 442]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 442]", "2020/03/17 22:02:49 childExit(SB 442) [SB 1]", "2020/03/17 22:02:49 move PID 21339 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 443]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 443]", "2020/03/17 22:02:49 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 killed PIDs [21235] in CG [SOCK 443]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 443]", "2020/03/17 22:02:49 childExit(SB 443) [SB 1]", "2020/03/17 22:02:49 Channel() [SB 464]", "2020/03/17 22:02:49 CG ref count decremented to 23 [SOCK 1]", "2020/03/17 22:02:49 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:49 Pause() [SB 464]", "2020/03/17 22:02:49 Receive request to /run/L463", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5092 [FUNC L463]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L463]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2393-L463, /root/open-lambda/test-dir/worker/scratch/2394-L463, )=465... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-38 [SOCK 465]", "2020/03/17 22:02:49 fork(SB 465) [SB 1]", "2020/03/17 22:02:49 move PID 21344 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 444]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 444]", "2020/03/17 22:02:49 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 killed PIDs [21241] in CG [SOCK 444]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 444]", "2020/03/17 22:02:49 childExit(SB 444) [SB 1]", "2020/03/17 22:02:49 Channel() [SB 465]", "2020/03/17 22:02:49 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:49 Pause() [SB 465]", "2020/03/17 22:02:49 Receive request to /run/L464", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5103 [FUNC L464]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L464]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2396-L464, /root/open-lambda/test-dir/worker/scratch/2397-L464, )=466... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-37 [SOCK 466]", "2020/03/17 22:02:49 fork(SB 466) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 Destroy() [SB 445]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 445]", "2020/03/17 22:02:49 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 Destroy() [SB 446]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 446]", "2020/03/17 22:02:49 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 move PID 21349 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 447]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 447]", "2020/03/17 22:02:49 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 killed PIDs [21250] in CG [SOCK 446]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 446]", "2020/03/17 22:02:49 childExit(SB 446) [SB 1]", "2020/03/17 22:02:49 killed PIDs [21254] in CG [SOCK 447]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 447]", "2020/03/17 22:02:49 childExit(SB 447) [SB 1]", "2020/03/17 22:02:49 killed PIDs [21245] in CG [SOCK 445]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 445]", "2020/03/17 22:02:49 childExit(SB 445) [SB 1]", "2020/03/17 22:02:49 Channel() [SB 466]", "2020/03/17 22:02:49 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:49 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:49 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:49 Pause() [SB 466]", "2020/03/17 22:02:49 Receive request to /run/L465", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5116 [FUNC L465]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L465]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2399-L465, /root/open-lambda/test-dir/worker/scratch/2400-L465, )=467... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-35 [SOCK 467]", "2020/03/17 22:02:49 fork(SB 467) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 move PID 21356 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 448]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 448]", "2020/03/17 22:02:49 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 Channel() [SB 467]", "2020/03/17 22:02:49 killed PIDs [21261] in CG [SOCK 448]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 448]", "2020/03/17 22:02:49 childExit(SB 448) [SB 1]", "2020/03/17 22:02:49 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:49 Pause() [SB 467]", "2020/03/17 22:02:49 Receive request to /run/L466", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5127 [FUNC L466]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L466]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2402-L466, /root/open-lambda/test-dir/worker/scratch/2403-L466, )=468... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-40 [SOCK 468]", "2020/03/17 22:02:49 fork(SB 468) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 Destroy() [SB 449]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 449]", "2020/03/17 22:02:49 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 move PID 21361 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 killed PIDs [21265] in CG [SOCK 449]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 449]", "2020/03/17 22:02:49 childExit(SB 449) [SB 1]", "2020/03/17 22:02:49 Channel() [SB 468]", "2020/03/17 22:02:49 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:49 Pause() [SB 468]", "2020/03/17 22:02:49 Receive request to /run/L467", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5138 [FUNC L467]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L467]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2405-L467, /root/open-lambda/test-dir/worker/scratch/2406-L467, )=469... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-2 [SOCK 469]", "2020/03/17 22:02:49 fork(SB 469) [SB 1]", "2020/03/17 22:02:49 move PID 21366 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 450]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 450]", "2020/03/17 22:02:49 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 Channel() [SB 469]", "2020/03/17 22:02:49 killed PIDs [21269] in CG [SOCK 450]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 450]", "2020/03/17 22:02:49 childExit(SB 450) [SB 1]", "2020/03/17 22:02:49 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:49 Pause() [SB 469]", "2020/03/17 22:02:49 Receive request to /run/L468", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5149 [FUNC L468]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L468]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2408-L468, /root/open-lambda/test-dir/worker/scratch/2409-L468, )=470... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-39 [SOCK 470]", "2020/03/17 22:02:49 fork(SB 470) [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 451]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 451]", "2020/03/17 22:02:49 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 move PID 21371 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 452]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 452]", "2020/03/17 22:02:49 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 killed PIDs [21275] in CG [SOCK 451]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 451]", "2020/03/17 22:02:49 childExit(SB 451) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 killed PIDs [21279] in CG [SOCK 452]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 452]", "2020/03/17 22:02:49 childExit(SB 452) [SB 1]", "2020/03/17 22:02:49 Channel() [SB 470]", "2020/03/17 22:02:49 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:49 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:49 Pause() [SB 470]", "2020/03/17 22:02:49 Receive request to /run/L469", "2020/03/17 22:02:49 debug: LambdaFunc.Task() runs on goroutine 5161 [FUNC L469]", "2020/03/17 22:02:49 increase instances to 1 [FUNC L469]", "2020/03/17 22:02:49 Try using Zygote from ", "2020/03/17 22:02:49 Unpause() [SB 1]", "2020/03/17 22:02:49 .Create(, true, /root/open-lambda/test-dir/worker/code/2411-L469, /root/open-lambda/test-dir/worker/scratch/2412-L469, )=471... [SOCK POOL sandboxes]", "2020/03/17 22:02:49 use cgroup cg-3 [SOCK 471]", "2020/03/17 22:02:49 fork(SB 471) [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 453]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 453]", "2020/03/17 22:02:49 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 move PID 21377 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:49 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:49 Pause() [SB 1]", "2020/03/17 22:02:49 Destroy() [SB 454]", "2020/03/17 22:02:49 CG ref count decremented to 0 [SOCK 454]", "2020/03/17 22:02:49 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:49 killed PIDs [21285] in CG [SOCK 453]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 453]", "2020/03/17 22:02:49 childExit(SB 453) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:49 killed PIDs [21290] in CG [SOCK 454]", "2020/03/17 22:02:49 unmount and remove dirs [SOCK 454]", "2020/03/17 22:02:49 childExit(SB 454) [SB 1]", "2020/03/17 22:02:49 Channel() [SB 471]", "2020/03/17 22:02:49 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:49 CG ref count decremented to 18 [SOCK 1]", "2020/03/17 22:02:50 Pause() [SB 471]", "2020/03/17 22:02:50 Receive request to /run/L470", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5173 [FUNC L470]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L470]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2414-L470, /root/open-lambda/test-dir/worker/scratch/2415-L470, )=472... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-5 [SOCK 472]", "2020/03/17 22:02:50 fork(SB 472) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 move PID 21383 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Channel() [SB 472]", "2020/03/17 22:02:50 Pause() [SB 472]", "2020/03/17 22:02:50 Receive request to /run/L471", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5183 [FUNC L471]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L471]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2417-L471, /root/open-lambda/test-dir/worker/scratch/2418-L471, )=473... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-4 [SOCK 473]", "2020/03/17 22:02:50 fork(SB 473) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 move PID 21387 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Channel() [SB 473]", "2020/03/17 22:02:50 Pause() [SB 473]", "2020/03/17 22:02:50 Receive request to /run/L472", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5193 [FUNC L472]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L472]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2420-L472, /root/open-lambda/test-dir/worker/scratch/2421-L472, )=474... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-6 [SOCK 474]", "2020/03/17 22:02:50 fork(SB 474) [SB 1]", "2020/03/17 22:02:50 move PID 21391 from CG cg-1 to CG cg-6 [SOCK 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Channel() [SB 474]", "2020/03/17 22:02:50 Pause() [SB 474]", "2020/03/17 22:02:50 Receive request to /run/L473", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5203 [FUNC L473]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L473]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2423-L473, /root/open-lambda/test-dir/worker/scratch/2424-L473, )=475... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-8 [SOCK 475]", "2020/03/17 22:02:50 fork(SB 475) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 Destroy() [SB 455]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 455]", "2020/03/17 22:02:50 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 move PID 21395 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Channel() [SB 475]", "2020/03/17 22:02:50 killed PIDs [21296] in CG [SOCK 455]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 455]", "2020/03/17 22:02:50 childExit(SB 455) [SB 1]", "2020/03/17 22:02:50 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:50 Pause() [SB 475]", "2020/03/17 22:02:50 Receive request to /run/L474", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5214 [FUNC L474]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L474]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2426-L474, /root/open-lambda/test-dir/worker/scratch/2427-L474, )=476... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-7 [SOCK 476]", "2020/03/17 22:02:50 fork(SB 476) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 move PID 21400 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Channel() [SB 476]", "2020/03/17 22:02:50 Pause() [SB 476]", "2020/03/17 22:02:50 Receive request to /run/L475", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5224 [FUNC L475]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L475]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2429-L475, /root/open-lambda/test-dir/worker/scratch/2430-L475, )=477... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-10 [SOCK 477]", "2020/03/17 22:02:50 fork(SB 477) [SB 1]", "2020/03/17 22:02:50 Destroy() [SB 456]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 456]", "2020/03/17 22:02:50 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 move PID 21404 from CG cg-1 to CG cg-10 [SOCK 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Destroy() [SB 457]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 457]", "2020/03/17 22:02:50 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 killed PIDs [21302] in CG [SOCK 456]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 456]", "2020/03/17 22:02:50 childExit(SB 456) [SB 1]", "2020/03/17 22:02:50 killed PIDs [21308] in CG [SOCK 457]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 457]", "2020/03/17 22:02:50 childExit(SB 457) [SB 1]", "2020/03/17 22:02:50 Channel() [SB 477]", "2020/03/17 22:02:50 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:50 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:50 Pause() [SB 477]", "2020/03/17 22:02:50 Receive request to /run/L476", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5236 [FUNC L476]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L476]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2432-L476, /root/open-lambda/test-dir/worker/scratch/2433-L476, )=478... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-9 [SOCK 478]", "2020/03/17 22:02:50 fork(SB 478) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 Destroy() [SB 458]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 458]", "2020/03/17 22:02:50 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 move PID 21410 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 killed PIDs [21312] in CG [SOCK 458]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 458]", "2020/03/17 22:02:50 childExit(SB 458) [SB 1]", "2020/03/17 22:02:50 Channel() [SB 478]", "2020/03/17 22:02:50 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:50 Pause() [SB 478]", "2020/03/17 22:02:50 Receive request to /run/L477", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5247 [FUNC L477]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L477]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2435-L477, /root/open-lambda/test-dir/worker/scratch/2436-L477, )=479... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-13 [SOCK 479]", "2020/03/17 22:02:50 fork(SB 479) [SB 1]", "2020/03/17 22:02:50 Destroy() [SB 459]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 459]", "2020/03/17 22:02:50 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 move PID 21415 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Destroy() [SB 460]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 460]", "2020/03/17 22:02:50 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 killed PIDs [21316] in CG [SOCK 459]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 459]", "2020/03/17 22:02:50 childExit(SB 459) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 killed PIDs [21320] in CG [SOCK 460]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 460]", "2020/03/17 22:02:50 childExit(SB 460) [SB 1]", "2020/03/17 22:02:50 Channel() [SB 479]", "2020/03/17 22:02:50 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:50 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:50 Pause() [SB 479]", "2020/03/17 22:02:50 Receive request to /run/L478", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5259 [FUNC L478]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L478]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2438-L478, /root/open-lambda/test-dir/worker/scratch/2439-L478, )=480... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-16 [SOCK 480]", "2020/03/17 22:02:50 fork(SB 480) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 move PID 21421 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Channel() [SB 480]", "2020/03/17 22:02:50 Pause() [SB 480]", "2020/03/17 22:02:50 Receive request to /run/L479", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5269 [FUNC L479]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L479]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2441-L479, /root/open-lambda/test-dir/worker/scratch/2442-L479, )=481... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-41 [SOCK 481]", "2020/03/17 22:02:50 fork(SB 481) [SB 1]", "2020/03/17 22:02:50 Destroy() [SB 461]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 461]", "2020/03/17 22:02:50 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 move PID 21425 from CG cg-1 to CG cg-41 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Destroy() [SB 462]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 462]", "2020/03/17 22:02:50 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 killed PIDs [21324] in CG [SOCK 461]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 461]", "2020/03/17 22:02:50 childExit(SB 461) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 killed PIDs [21330] in CG [SOCK 462]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 462]", "2020/03/17 22:02:50 childExit(SB 462) [SB 1]", "2020/03/17 22:02:50 Channel() [SB 481]", "2020/03/17 22:02:50 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:50 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:50 Pause() [SB 481]", "2020/03/17 22:02:50 Receive request to /run/L480", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5281 [FUNC L480]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L480]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2444-L480, /root/open-lambda/test-dir/worker/scratch/2445-L480, )=482... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-11 [SOCK 482]", "2020/03/17 22:02:50 fork(SB 482) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 move PID 21431 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Channel() [SB 482]", "2020/03/17 22:02:50 Pause() [SB 482]", "2020/03/17 22:02:50 Receive request to /run/L481", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5291 [FUNC L481]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L481]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2447-L481, /root/open-lambda/test-dir/worker/scratch/2448-L481, )=483... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-14 [SOCK 483]", "2020/03/17 22:02:50 fork(SB 483) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 Destroy() [SB 463]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 463]", "2020/03/17 22:02:50 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 move PID 21435 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Channel() [SB 483]", "2020/03/17 22:02:50 killed PIDs [21334] in CG [SOCK 463]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 463]", "2020/03/17 22:02:50 childExit(SB 463) [SB 1]", "2020/03/17 22:02:50 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:50 Pause() [SB 483]", "2020/03/17 22:02:50 Receive request to /run/L482", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5302 [FUNC L482]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L482]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2450-L482, /root/open-lambda/test-dir/worker/scratch/2451-L482, )=484... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-15 [SOCK 484]", "2020/03/17 22:02:50 fork(SB 484) [SB 1]", "D=17", "send chrootFD=17", "send chrootFD=27", "send chrootFD=21", "send chrootFD=23", "send chrootFD=23", "send chrootFD=24", "send chrootFD=24", "send chrootFD=25", "send chrootFD=20", "send chrootFD=25", "send chrootFD=18", "send chrootFD=25", "send chrootFD=14", "send chrootFD=25", "send chrootFD=26", "send chrootFD=26", "send chrootFD=26", "send chrootFD=22", "send chrootFD=14", "send chrootFD=17", "send chrootFD=22", "send chrootFD=21", "send chrootFD=22", "send chrootFD=22", "send chrootFD=12", "send chrootFD=23", "send chrootFD=26", "send chrootFD=27", "send chrootFD=24", "send chrootFD=24", "send chrootFD=18", "send chrootFD=18", "send chrootFD=19", "send chrootFD=24", "send chrootFD=27", "send chrootFD=25", "send chrootFD=16", "send chrootFD=16", "send chrootFD=16", "send chrootFD=17", "send chrootFD=17", "send chrootFD=17", "send chrootFD=21", "send chrootFD=22", "send chrootFD=25", "send chrootFD=23", "send chrootFD=25", "send chrootFD=20", "send chrootFD=20", "send chrootFD=25", "send chrootFD=11", "send chrootFD=27", "send chrootFD=26", "send chrootFD=27", "send chrootFD=19", "send chrootFD=24", "send chrootFD=27", "send chrootFD=18", "send chrootFD=18", "send chrootFD=18", "send chrootFD=27", "send chrootFD=10", "send chrootFD=9", "send chrootFD=21", "send chrootFD=22", "send chrootFD=27", "send chrootFD=23", "send chrootFD=23", "send chrootFD=20", "send chrootFD=23", "send chrootFD=23", "send chrootFD=25", "send chrootFD=27", "send chrootFD=26", "send chrootFD=19", "send chrootFD=26", "send chrootFD=24", "send chrootFD=26", "send chrootFD=27", "send chrootFD=17", "send chrootFD=27", "send chrootFD=18", "send chrootFD=18", "send chrootFD=18", "send chrootFD=21", "send chrootFD=21", "send chrootFD=22", "send chrootFD=27", "send chrootFD=16", "send chrootFD=20", "send chrootFD=20", "send chrootFD=23", "send chrootFD=25", "send chrootFD=13", "send chrootFD=27", "send chrootFD=25", "send chrootFD=24", "send chrootFD=25", "send chrootFD=25", "send chrootFD=26", "send chrootFD=19", "send chrootFD=26", "send chrootFD=27", "send chrootFD=17", "send chrootFD=18", "send chrootFD=27", "send chrootFD=21", "send chrootFD=27", "send chrootFD=16", "send chrootFD=10", "send chrootFD=20", "send chrootFD=22", "send chrootFD=27", "send chrootFD=27", "send chrootFD=13", "send chrootFD=27", "send chrootFD=15", "send chrootFD=27", "send chrootFD=24", "send chrootFD=27", "send chrootFD=19", "send chrootFD=25", "send chrootFD=26", "send chrootFD=27", "send chrootFD=17", "send chrootFD=11", "send chrootFD=17", "send chrootFD=17", "send chrootFD=17", "send chrootFD=18", "send chrootFD=20", "send chrootFD=21", "send chrootFD=27", "send chrootFD=23", "send chrootFD=27", "send chrootFD=13", "send chrootFD=13", "send chrootFD=14", "send chrootFD=14", "send chrootFD=15", "send chrootFD=24", "send chrootFD=24", "send chrootFD=27", "send chrootFD=25", "send chrootFD=25", "send chrootFD=26", "send chrootFD=12", "send chrootFD=26", "send chrootFD=16", "send chrootFD=26", "send chrootFD=18", "send chrootFD=20", "send chrootFD=21", "send chrootFD=22", "send chrootFD=23", "send chrootFD=23", "send chrootFD=26", "send chrootFD=13", "send chrootFD=26", "send chrootFD=14", "send chrootFD=15", "send chrootFD=11", "send chrootFD=19", "send chrootFD=24", "send chrootFD=25", "send chrootFD=12", "send chrootFD=12", "send chrootFD=16", "send chrootFD=25", "send chrootFD=26", "send chrootFD=27", "send chrootFD=18", "send chrootFD=20", "send chrootFD=27", "send chrootFD=22", "send chrootFD=27", "send chrootFD=23", "send chrootFD=23", "send chrootFD=13", "send chrootFD=23", "send chrootFD=27", "send chrootFD=15", "send chrootFD=15", "send chrootFD=19", "send chrootFD=24", "send chrootFD=27", "send chrootFD=11", "send chrootFD=12", "send chrootFD=16", "send chrootFD=17", "send chrootFD=18", "send chrootFD=25", "send chrootFD=25", "send chrootFD=26", "send chrootFD=26", "send chrootFD=26", "send chrootFD=26", "send chrootFD=27", "send chrootFD=10", "send chrootFD=8", "send chrootFD=14", "send chrootFD=23", "send chrootFD=23", "send chrootFD=27", "send chrootFD=19", "send chrootFD=24", "send chrootFD=27", "send chrootFD=13", "send chrootFD=27", "send chrootFD=16", "send chrootFD=17", "send chrootFD=18", "send chrootFD=20", "send chrootFD=20", "send chrootFD=21", "send chrootFD=22", "send chrootFD=25", "send chrootFD=27", "send chrootFD=26", "send chrootFD=27", "send chrootFD=28", "send chrootFD=11", "send chrootFD=14", "send chrootFD=14", "send chrootFD=15", "send chrootFD=19", "send chrootFD=19", "send chrootFD=13", "send chrootFD=16", "send chrootFD=17", "send chrootFD=19", "send chrootFD=23", "send chrootFD=23", "send chrootFD=24", "send chrootFD=20", "send chrootFD=21", "send chrootFD=22", "send chrootFD=24", "send chrootFD=24", "send chrootFD=25", "send chrootFDsock2.py: start web server on fd: 3", "2020/03/17 22:02:50 move PID 21440 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Channel() [SB 484]", "2020/03/17 22:02:50 Pause() [SB 484]", "2020/03/17 22:02:50 Receive request to /run/L483", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5312 [FUNC L483]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L483]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2453-L483, /root/open-lambda/test-dir/worker/scratch/2454-L483, )=485... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-19 [SOCK 485]", "2020/03/17 22:02:50 fork(SB 485) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 Destroy() [SB 464]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 464]", "2020/03/17 22:02:50 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 move PID 21444 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Destroy() [SB 465]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 465]", "2020/03/17 22:02:50 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 killed PIDs [21339] in CG [SOCK 464]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 464]", "2020/03/17 22:02:50 childExit(SB 464) [SB 1]", "2020/03/17 22:02:50 Channel() [SB 485]", "2020/03/17 22:02:50 killed PIDs [21344] in CG [SOCK 465]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 465]", "2020/03/17 22:02:50 childExit(SB 465) [SB 1]", "2020/03/17 22:02:50 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:50 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:50 Pause() [SB 485]", "2020/03/17 22:02:50 Receive request to /run/L484", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5324 [FUNC L484]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L484]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2456-L484, /root/open-lambda/test-dir/worker/scratch/2457-L484, )=486... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-18 [SOCK 486]", "2020/03/17 22:02:50 fork(SB 486) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 move PID 21450 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Channel() [SB 486]", "2020/03/17 22:02:50 Pause() [SB 486]", "2020/03/17 22:02:50 Receive request to /run/L485", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5334 [FUNC L485]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L485]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2459-L485, /root/open-lambda/test-dir/worker/scratch/2460-L485, )=487... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-12 [SOCK 487]", "2020/03/17 22:02:50 fork(SB 487) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 Destroy() [SB 466]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 466]", "2020/03/17 22:02:50 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 move PID 21454 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Destroy() [SB 467]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 467]", "2020/03/17 22:02:50 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 killed PIDs [21349] in CG [SOCK 466]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 466]", "2020/03/17 22:02:50 childExit(SB 466) [SB 1]", "2020/03/17 22:02:50 Channel() [SB 487]", "2020/03/17 22:02:50 killed PIDs [21356] in CG [SOCK 467]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 467]", "2020/03/17 22:02:50 childExit(SB 467) [SB 1]", "2020/03/17 22:02:50 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:50 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:50 Pause() [SB 487]", "2020/03/17 22:02:50 Receive request to /run/L486", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5346 [FUNC L486]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L486]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2462-L486, /root/open-lambda/test-dir/worker/scratch/2463-L486, )=488... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-20 [SOCK 488]", "2020/03/17 22:02:50 fork(SB 488) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 move PID 21460 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Channel() [SB 488]", "2020/03/17 22:02:50 Pause() [SB 488]", "2020/03/17 22:02:50 Receive request to /run/L487", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5356 [FUNC L487]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L487]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2465-L487, /root/open-lambda/test-dir/worker/scratch/2466-L487, )=489... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-17 [SOCK 489]", "2020/03/17 22:02:50 fork(SB 489) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 Destroy() [SB 468]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 468]", "2020/03/17 22:02:50 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 move PID 21464 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Destroy() [SB 469]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 469]", "2020/03/17 22:02:50 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 killed PIDs [21361] in CG [SOCK 468]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 468]", "2020/03/17 22:02:50 childExit(SB 468) [SB 1]", "2020/03/17 22:02:50 killed PIDs [21366] in CG [SOCK 469]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 469]", "2020/03/17 22:02:50 childExit(SB 469) [SB 1]", "2020/03/17 22:02:50 Channel() [SB 489]", "2020/03/17 22:02:50 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:50 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:50 Pause() [SB 489]", "2020/03/17 22:02:50 Receive request to /run/L488", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5368 [FUNC L488]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L488]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2468-L488, /root/open-lambda/test-dir/worker/scratch/2469-L488, )=490... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-24 [SOCK 490]", "2020/03/17 22:02:50 fork(SB 490) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 move PID 21470 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Channel() [SB 490]", "2020/03/17 22:02:50 Pause() [SB 490]", "2020/03/17 22:02:50 Receive request to /run/L489", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5378 [FUNC L489]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L489]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2471-L489, /root/open-lambda/test-dir/worker/scratch/2472-L489, )=491... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-23 [SOCK 491]", "2020/03/17 22:02:50 fork(SB 491) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 Destroy() [SB 470]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 470]", "2020/03/17 22:02:50 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 move PID 21474 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Destroy() [SB 471]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 471]", "2020/03/17 22:02:50 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 killed PIDs [21371] in CG [SOCK 470]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 470]", "2020/03/17 22:02:50 childExit(SB 470) [SB 1]", "2020/03/17 22:02:50 Channel() [SB 491]", "2020/03/17 22:02:50 killed PIDs [21377] in CG [SOCK 471]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 471]", "2020/03/17 22:02:50 childExit(SB 471) [SB 1]", "2020/03/17 22:02:50 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:50 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:50 Pause() [SB 491]", "2020/03/17 22:02:50 Receive request to /run/L490", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5390 [FUNC L490]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L490]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2474-L490, /root/open-lambda/test-dir/worker/scratch/2475-L490, )=492... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-21 [SOCK 492]", "2020/03/17 22:02:50 fork(SB 492) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 Destroy() [SB 472]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 472]", "2020/03/17 22:02:50 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 move PID 21480 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 killed PIDs [21383] in CG [SOCK 472]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 472]", "2020/03/17 22:02:50 childExit(SB 472) [SB 1]", "2020/03/17 22:02:50 Channel() [SB 492]", "2020/03/17 22:02:50 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:50 Pause() [SB 492]", "2020/03/17 22:02:50 Receive request to /run/L491", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5401 [FUNC L491]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L491]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2477-L491, /root/open-lambda/test-dir/worker/scratch/2478-L491, )=493... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-22 [SOCK 493]", "2020/03/17 22:02:50 fork(SB 493) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 move PID 21485 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Channel() [SB 493]", "2020/03/17 22:02:50 Pause() [SB 493]", "2020/03/17 22:02:50 Receive request to /run/L492", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5411 [FUNC L492]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L492]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2480-L492, /root/open-lambda/test-dir/worker/scratch/2481-L492, )=494... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-26 [SOCK 494]", "2020/03/17 22:02:50 fork(SB 494) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 Destroy() [SB 473]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 473]", "2020/03/17 22:02:50 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 move PID 21489 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:50 Destroy() [SB 474]", "2020/03/17 22:02:50 CG ref count decremented to 0 [SOCK 474]", "2020/03/17 22:02:50 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:50 killed PIDs [21387] in CG [SOCK 473]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 473]", "2020/03/17 22:02:50 childExit(SB 473) [SB 1]", "2020/03/17 22:02:50 killed PIDs [21391] in CG [SOCK 474]", "2020/03/17 22:02:50 unmount and remove dirs [SOCK 474]", "2020/03/17 22:02:50 childExit(SB 474) [SB 1]", "2020/03/17 22:02:50 Channel() [SB 494]", "2020/03/17 22:02:50 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:50 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:50 Pause() [SB 494]", "2020/03/17 22:02:50 Receive request to /run/L493", "2020/03/17 22:02:50 debug: LambdaFunc.Task() runs on goroutine 5423 [FUNC L493]", "2020/03/17 22:02:50 increase instances to 1 [FUNC L493]", "2020/03/17 22:02:50 Try using Zygote from ", "2020/03/17 22:02:50 Unpause() [SB 1]", "2020/03/17 22:02:50 .Create(, true, /root/open-lambda/test-dir/worker/code/2483-L493, /root/open-lambda/test-dir/worker/scratch/2484-L493, )=495... [SOCK POOL sandboxes]", "2020/03/17 22:02:50 use cgroup cg-27 [SOCK 495]", "2020/03/17 22:02:50 fork(SB 495) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:50 move PID 21495 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:50 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:50 Pause() [SB 1]", "2020/03/17 22:02:51 Channel() [SB 495]", "2020/03/17 22:02:51 Pause() [SB 495]", "2020/03/17 22:02:51 Receive request to /run/L494", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5433 [FUNC L494]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L494]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2486-L494, /root/open-lambda/test-dir/worker/scratch/2487-L494, )=496... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-25 [SOCK 496]", "2020/03/17 22:02:51 fork(SB 496) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 Destroy() [SB 475]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 475]", "2020/03/17 22:02:51 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 Destroy() [SB 476]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 476]", "2020/03/17 22:02:51 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 move PID 21499 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 477]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 477]", "2020/03/17 22:02:51 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 killed PIDs [21400] in CG [SOCK 476]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 476]", "2020/03/17 22:02:51 childExit(SB 476) [SB 1]", "2020/03/17 22:02:51 killed PIDs [21395] in CG [SOCK 475]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 475]", "2020/03/17 22:02:51 childExit(SB 475) [SB 1]", "2020/03/17 22:02:51 killed PIDs [21404] in CG [SOCK 477]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 477]", "2020/03/17 22:02:51 childExit(SB 477) [SB 1]", "2020/03/17 22:02:51 Channel() [SB 496]", "2020/03/17 22:02:51 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:51 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:51 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 496]", "2020/03/17 22:02:51 Receive request to /run/L495", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5446 [FUNC L495]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L495]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2489-L495, /root/open-lambda/test-dir/worker/scratch/2490-L495, )=497... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-29 [SOCK 497]", "2020/03/17 22:02:51 fork(SB 497) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 Destroy() [SB 478]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 478]", "2020/03/17 22:02:51 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 move PID 21506 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 killed PIDs [21410] in CG [SOCK 478]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 478]", "2020/03/17 22:02:51 childExit(SB 478) [SB 1]", "2020/03/17 22:02:51 Channel() [SB 497]", "2020/03/17 22:02:51 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 497]", "2020/03/17 22:02:51 Receive request to /run/L496", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5457 [FUNC L496]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L496]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2492-L496, /root/open-lambda/test-dir/worker/scratch/2493-L496, )=498... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-32 [SOCK 498]", "2020/03/17 22:02:51 fork(SB 498) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 move PID 21511 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Channel() [SB 498]", "2020/03/17 22:02:51 Pause() [SB 498]", "2020/03/17 22:02:51 Receive request to /run/L497", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5467 [FUNC L497]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L497]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2495-L497, /root/open-lambda/test-dir/worker/scratch/2496-L497, )=499... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-28 [SOCK 499]", "2020/03/17 22:02:51 fork(SB 499) [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 479]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 479]", "2020/03/17 22:02:51 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 move PID 21515 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 480]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 480]", "2020/03/17 22:02:51 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 killed PIDs [21415] in CG [SOCK 479]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 479]", "2020/03/17 22:02:51 childExit(SB 479) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 killed PIDs [21421] in CG [SOCK 480]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 480]", "2020/03/17 22:02:51 childExit(SB 480) [SB 1]", "2020/03/17 22:02:51 Channel() [SB 499]", "2020/03/17 22:02:51 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:51 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 499]", "2020/03/17 22:02:51 Receive request to /run/L498", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5479 [FUNC L498]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L498]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2498-L498, /root/open-lambda/test-dir/worker/scratch/2499-L498, )=500... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-30 [SOCK 500]", "2020/03/17 22:02:51 fork(SB 500) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 move PID 21521 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Channel() [SB 500]", "2020/03/17 22:02:51 Pause() [SB 500]", "2020/03/17 22:02:51 Receive request to /run/L499", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5489 [FUNC L499]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L499]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2501-L499, /root/open-lambda/test-dir/worker/scratch/2502-L499, )=501... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-33 [SOCK 501]", "2020/03/17 22:02:51 fork(SB 501) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 Destroy() [SB 481]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 481]", "2020/03/17 22:02:51 waiting for 1 procs in cg-41 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 move PID 21525 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 killed PIDs [21425] in CG [SOCK 481]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 481]", "2020/03/17 22:02:51 childExit(SB 481) [SB 1]", "2020/03/17 22:02:51 Channel() [SB 501]", "2020/03/17 22:02:51 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 501]", "2020/03/17 22:02:51 Receive request to /run/L500", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5500 [FUNC L500]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L500]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2504-L500, /root/open-lambda/test-dir/worker/scratch/2505-L500, )=502... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-31 [SOCK 502]", "2020/03/17 22:02:51 fork(SB 502) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 move PID 21530 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Channel() [SB 502]", "2020/03/17 22:02:51 Pause() [SB 502]", "2020/03/17 22:02:51 Receive request to /run/L501", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5510 [FUNC L501]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L501]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2507-L501, /root/open-lambda/test-dir/worker/scratch/2508-L501, )=503... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-36 [SOCK 503]", "2020/03/17 22:02:51 fork(SB 503) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 Destroy() [SB 482]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 482]", "2020/03/17 22:02:51 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 move PID 21534 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 483]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 483]", "2020/03/17 22:02:51 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 killed PIDs [21435] in CG [SOCK 483]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 483]", "2020/03/17 22:02:51 childExit(SB 483) [SB 1]", "2020/03/17 22:02:51 killed PIDs [21431] in CG [SOCK 482]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 482]", "2020/03/17 22:02:51 childExit(SB 482) [SB 1]", "2020/03/17 22:02:51 Channel() [SB 503]", "2020/03/17 22:02:51 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:51 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 503]", "2020/03/17 22:02:51 Receive request to /run/L502", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5522 [FUNC L502]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L502]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2510-L502, /root/open-lambda/test-dir/worker/scratch/2511-L502, )=504... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-34 [SOCK 504]", "2020/03/17 22:02:51 fork(SB 504) [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 484]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 484]", "2020/03/17 22:02:51 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 move PID 21540 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 485]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 485]", "2020/03/17 22:02:51 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 killed PIDs [21440] in CG [SOCK 484]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 484]", "2020/03/17 22:02:51 childExit(SB 484) [SB 1]", "2020/03/17 22:02:51 Channel() [SB 504]", "2020/03/17 22:02:51 killed PIDs [21444] in CG [SOCK 485]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 485]", "2020/03/17 22:02:51 childExit(SB 485) [SB 1]", "2020/03/17 22:02:51 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:51 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 504]", "2020/03/17 22:02:51 Receive request to /run/L503", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5534 [FUNC L503]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L503]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2513-L503, /root/open-lambda/test-dir/worker/scratch/2514-L503, )=505... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-38 [SOCK 505]", "2020/03/17 22:02:51 fork(SB 505) [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 486]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 486]", "2020/03/17 22:02:51 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 killed PIDs [21450] in CG [SOCK 486]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 486]", "2020/03/17 22:02:51 childExit(SB 486) [SB 1]", "2020/03/17 22:02:51 move PID 21546 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 487]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 487]", "2020/03/17 22:02:51 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 killed PIDs [21454] in CG [SOCK 487]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 487]", "2020/03/17 22:02:51 childExit(SB 487) [SB 1]", "2020/03/17 22:02:51 Channel() [SB 505]", "2020/03/17 22:02:51 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:51 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 505]", "2020/03/17 22:02:51 Receive request to /run/L504", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5546 [FUNC L504]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L504]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2516-L504, /root/open-lambda/test-dir/worker/scratch/2517-L504, )=506... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-37 [SOCK 506]", "2020/03/17 22:02:51 fork(SB 506) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 Destroy() [SB 488]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 488]", "2020/03/17 22:02:51 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 move PID 21552 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 489]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 489]", "2020/03/17 22:02:51 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 killed PIDs [21460] in CG [SOCK 488]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 488]", "2020/03/17 22:02:51 childExit(SB 488) [SB 1]", "2020/03/17 22:02:51 Channel() [SB 506]", "2020/03/17 22:02:51 killed PIDs [21464] in CG [SOCK 489]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 489]", "2020/03/17 22:02:51 childExit(SB 489) [SB 1]", "2020/03/17 22:02:51 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:51 CG ref count decremented to 18 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 506]", "2020/03/17 22:02:51 Receive request to /run/L505", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5558 [FUNC L505]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L505]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2519-L505, /root/open-lambda/test-dir/worker/scratch/2520-L505, )=507... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-35 [SOCK 507]", "2020/03/17 22:02:51 fork(SB 507) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 move PID 21558 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Channel() [SB 507]", "2020/03/17 22:02:51 Pause() [SB 507]", "2020/03/17 22:02:51 Receive request to /run/L506", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5568 [FUNC L506]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L506]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2522-L506, /root/open-lambda/test-dir/worker/scratch/2523-L506, )=508... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-40 [SOCK 508]", "2020/03/17 22:02:51 fork(SB 508) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 move PID 21562 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Channel() [SB 508]", "2020/03/17 22:02:51 Pause() [SB 508]", "2020/03/17 22:02:51 Receive request to /run/L507", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5578 [FUNC L507]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L507]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2525-L507, /root/open-lambda/test-dir/worker/scratch/2526-L507, )=509... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-2 [SOCK 509]", "2020/03/17 22:02:51 fork(SB 509) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 Destroy() [SB 490]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 490]", "2020/03/17 22:02:51 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 move PID 21566 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 killed PIDs [21470] in CG [SOCK 490]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 490]", "2020/03/17 22:02:51 childExit(SB 490) [SB 1]", "2020/03/17 22:02:51 Channel() [SB 509]", "2020/03/17 22:02:51 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 509]", "2020/03/17 22:02:51 Receive request to /run/L508", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5589 [FUNC L508]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L508]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2528-L508, /root/open-lambda/test-dir/worker/scratch/2529-L508, )=510... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-39 [SOCK 510]", "2020/03/17 22:02:51 fork(SB 510) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 move PID 21571 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 491]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 491]", "2020/03/17 22:02:51 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 Channel() [SB 510]", "2020/03/17 22:02:51 killed PIDs [21474] in CG [SOCK 491]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 491]", "2020/03/17 22:02:51 childExit(SB 491) [SB 1]", "2020/03/17 22:02:51 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 510]", "2020/03/17 22:02:51 Receive request to /run/L509", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5600 [FUNC L509]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L509]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2531-L509, /root/open-lambda/test-dir/worker/scratch/2532-L509, )=511... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-3 [SOCK 511]", "2020/03/17 22:02:51 fork(SB 511) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 Destroy() [SB 492]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 492]", "2020/03/17 22:02:51 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 move PID 21576 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 493]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 493]", "2020/03/17 22:02:51 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 killed PIDs [21480] in CG [SOCK 492]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 492]", "2020/03/17 22:02:51 childExit(SB 492) [SB 1]", "2020/03/17 22:02:51 Channel() [SB 511]", "2020/03/17 22:02:51 killed PIDs [21485] in CG [SOCK 493]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 493]", "2020/03/17 22:02:51 childExit(SB 493) [SB 1]", "2020/03/17 22:02:51 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:51 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 511]", "2020/03/17 22:02:51 Receive request to /run/L510", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5612 [FUNC L510]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L510]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2534-L510, /root/open-lambda/test-dir/worker/scratch/2535-L510, )=512... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-5 [SOCK 512]", "2020/03/17 22:02:51 fork(SB 512) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 Destroy() [SB 494]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 494]", "2020/03/17 22:02:51 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 move PID 21582 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 killed PIDs [21489] in CG [SOCK 494]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 494]", "2020/03/17 22:02:51 childExit(SB 494) [SB 1]", "2020/03/17 22:02:51 Channel() [SB 512]", "2020/03/17 22:02:51 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 512]", "2020/03/17 22:02:51 Receive request to /run/L511", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5623 [FUNC L511]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L511]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2537-L511, /root/open-lambda/test-dir/worker/scratch/2538-L511, )=513... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-4 [SOCK 513]", "2020/03/17 22:02:51 fork(SB 513) [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 495]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 495]", "2020/03/17 22:02:51 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 killed PIDs [21495] in CG [SOCK 495]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 495]", "2020/03/17 22:02:51 childExit(SB 495) [SB 1]", "2020/03/17 22:02:51 move PID 21587 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Channel() [SB 513]", "2020/03/17 22:02:51 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 513]", "2020/03/17 22:02:51 Receive request to /run/L512", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5634 [FUNC L512]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L512]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2540-L512, /root/open-lambda/test-dir/worker/scratch/2541-L512, )=514... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-6 [SOCK 514]", "2020/03/17 22:02:51 fork(SB 514) [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 496]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 496]", "2020/03/17 22:02:51 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 killed PIDs [21499] in CG [SOCK 496]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 496]", "2020/03/17 22:02:51 childExit(SB 496) [SB 1]", "2020/03/17 22:02:51 move PID 21592 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 Channel() [SB 514]", "2020/03/17 22:02:51 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 514]", "2020/03/17 22:02:51 Receive request to /run/L513", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5645 [FUNC L513]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L513]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2543-L513, /root/open-lambda/test-dir/worker/scratch/2544-L513, )=515... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-7 [SOCK 515]", "2020/03/17 22:02:51 fork(SB 515) [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 497]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 497]", "2020/03/17 22:02:51 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 move PID 21597 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 498]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 498]", "2020/03/17 22:02:51 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 killed PIDs [21506] in CG [SOCK 497]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 497]", "2020/03/17 22:02:51 childExit(SB 497) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 killed PIDs [21511] in CG [SOCK 498]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 498]", "2020/03/17 22:02:51 childExit(SB 498) [SB 1]", "2020/03/17 22:02:51 Channel() [SB 515]", "2020/03/17 22:02:51 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:51 CG ref count decremented to 18 [SOCK 1]", "2020/03/17 22:02:51 Pause() [SB 515]", "2020/03/17 22:02:51 Receive request to /run/L514", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5657 [FUNC L514]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L514]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2546-L514, /root/open-lambda/test-dir/worker/scratch/2547-L514, )=516... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-8 [SOCK 516]", "2020/03/17 22:02:51 fork(SB 516) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 move PID 21603 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Channel() [SB 516]", "2020/03/17 22:02:51 Pause() [SB 516]", "2020/03/17 22:02:51 Receive request to /run/L515", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5667 [FUNC L515]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L515]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2549-L515, /root/open-lambda/test-dir/worker/scratch/2550-L515, )=517... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-10 [SOCK 517]", "2020/03/17 22:02:51 fork(SB 517) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 move PID 21607 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "2020/03/17 22:02:51 Channel() [SB 517]", "2020/03/17 22:02:51 Pause() [SB 517]", "2020/03/17 22:02:51 Receive request to /run/L516", "2020/03/17 22:02:51 debug: LambdaFunc.Task() runs on goroutine 5677 [FUNC L516]", "2020/03/17 22:02:51 increase instances to 1 [FUNC L516]", "2020/03/17 22:02:51 Try using Zygote from ", "2020/03/17 22:02:51 Unpause() [SB 1]", "2020/03/17 22:02:51 .Create(, true, /root/open-lambda/test-dir/worker/code/2552-L516, /root/open-lambda/test-dir/worker/scratch/2553-L516, )=518... [SOCK POOL sandboxes]", "2020/03/17 22:02:51 use cgroup cg-9 [SOCK 518]", "2020/03/17 22:02:51 fork(SB 518) [SB 1]", "2020/03/17 22:02:51 Destroy() [SB 499]", "2020/03/17 22:02:51 CG ref count decremented to 0 [SOCK 499]", "2020/03/17 22:02:51 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:51 killed PIDs [21515] in CG [SOCK 499]", "2020/03/17 22:02:51 unmount and remove dirs [SOCK 499]", "2020/03/17 22:02:51 childExit(SB 499) [SB 1]", "2020/03/17 22:02:51 move PID 21611 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:51 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:51 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:51 Channel() [SB 518]", "2020/03/17 22:02:51 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:52 Pause() [SB 518]", "2020/03/17 22:02:52 Receive request to /run/L517", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5688 [FUNC L517]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L517]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2555-L517, /root/open-lambda/test-dir/worker/scratch/2556-L517, )=519... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-13 [SOCK 519]", "2020/03/17 22:02:52 fork(SB 519) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 move PID 21616 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Channel() [SB 519]", "2020/03/17 22:02:52 Pause() [SB 519]", "2020/03/17 22:02:52 Receive request to /run/L518", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5698 [FUNC L518]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L518]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2558-L518, /root/open-lambda/test-dir/worker/scratch/2559-L518, )=520... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-16 [SOCK 520]", "2020/03/17 22:02:52 fork(SB 520) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 move PID 21620 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Channel() [SB 520]", "2020/03/17 22:02:52 Pause() [SB 520]", "2020/03/17 22:02:52 Receive request to /run/L519", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5708 [FUNC L519]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L519]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2561-L519, /root/open-lambda/test-dir/worker/scratch/2562-L519, )=521... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-41 [SOCK 521]", "2020/03/17 22:02:52 fork(SB 521) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 Destroy() [SB 500]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 500]", "2020/03/17 22:02:52 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:52 move PID 21624 from CG cg-1 to CG cg-41 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Destroy() [SB 501]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 501]", "2020/03/17 22:02:52 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:52 killed PIDs [21525] in CG [SOCK 501]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 501]", "2020/03/17 22:02:52 childExit(SB 501) [SB 1]", "2020/03/17 22:02:52 killed PIDs [21521] in CG [SOCK 500]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 500]", "2020/03/17 22:02:52 childExit(SB 500) [SB 1]", "2020/03/17 22:02:52 Channel() [SB 521]", "2020/03/17 22:02:52 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:52 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:52 Pause() [SB 521]", "2020/03/17 22:02:52 Receive request to /run/L520", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5720 [FUNC L520]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L520]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2564-L520, /root/open-lambda/test-dir/worker/scratch/2565-L520, )=522... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-14 [SOCK 522]", "2020/03/17 22:02:52 fork(SB 522) [SB 1]", "2020/03/17 22:02:52 Destroy() [SB 502]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 502]", "2020/03/17 22:02:52 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:52 move PID 21630 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Destroy() [SB 503]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 503]", "2020/03/17 22:02:52 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:52 killed PIDs [21530] in CG [SOCK 502]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 502]", "2020/03/17 22:02:52 childExit(SB 502) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 killed PIDs [21534] in CG [SOCK 503]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 503]", "2020/03/17 22:02:52 childExit(SB 503) [SB 1]", "2020/03/17 22:02:52 Channel() [SB 522]", "2020/03/17 22:02:52 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:52 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:52 Pause() [SB 522]", "2020/03/17 22:02:52 Receive request to /run/L521", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5732 [FUNC L521]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L521]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2567-L521, /root/open-lambda/test-dir/worker/scratch/2568-L521, )=523... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-11 [SOCK 523]", "2020/03/17 22:02:52 fork(SB 523) [SB 1]", "2020/03/17 22:02:52 Destroy() [SB 504]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 504]", "2020/03/17 22:02:52 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:52 killed PIDs [21540] in CG [SOCK 504]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 504]", "2020/03/17 22:02:52 childExit(SB 504) [SB 1]", "2020/03/17 22:02:52 move PID 21637 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Destroy() [SB 505]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 505]", "2020/03/17 22:02:52 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 killed PIDs [21546] in CG [SOCK 505]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 505]", "2020/03/17 22:02:52 childExit(SB 505) [SB 1]", "2020/03/17 22:02:52 Channel() [SB 523]", "2020/03/17 22:02:52 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:52 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:52 Pause() [SB 523]", "2020/03/17 22:02:52 Receive request to /run/L522", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5744 [FUNC L522]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L522]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2570-L522, /root/open-lambda/test-dir/worker/scratch/2571-L522, )=524... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-15 [SOCK 524]", "2020/03/17 22:02:52 fork(SB 524) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 move PID 21642 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Channel() [SB 524]", "2020/03/17 22:02:52 Pause() [SB 524]", "2020/03/17 22:02:52 Receive request to /run/L523", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5754 [FUNC L523]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L523]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2573-L523, /root/open-lambda/test-dir/worker/scratch/2574-L523, )=525... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-19 [SOCK 525]", "2020/03/17 22:02:52 fork(SB 525) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 move PID 21646 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Channel() [SB 525]", "2020/03/17 22:02:52 Pause() [SB 525]", "2020/03/17 22:02:52 Receive request to /run/L524", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5764 [FUNC L524]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L524]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2576-L524, /root/open-lambda/test-dir/worker/scratch/2577-L524, )=526... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-18 [SOCK 526]", "2020/03/17 22:02:52 fork(SB 526) [SB 1]", "2020/03/17 22:02:52 Destroy() [SB 506]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 506]", "2020/03/17 22:02:52 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:52 move PID 21650 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Destroy() [SB 507]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 507]", "2020/03/17 22:02:52 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 killed PIDs [21558] in CG [SOCK 507]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 507]", "2020/03/17 22:02:52 childExit(SB 507) [SB 1]", "2020/03/17 22:02:52 killed PIDs [21552] in CG [SOCK 506]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 506]", "2020/03/17 22:02:52 childExit(SB 506) [SB 1]", "2020/03/17 22:02:52 Channel() [SB 526]", "2020/03/17 22:02:52 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:52 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:52 Pause() [SB 526]", "2020/03/17 22:02:52 Receive request to /run/L525", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5776 [FUNC L525]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L525]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2579-L525, /root/open-lambda/test-dir/worker/scratch/2580-L525, )=527... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-12 [SOCK 527]", "2020/03/17 22:02:52 fork(SB 527) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 move PID 21656 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Channel() [SB 527]", "2020/03/17 22:02:52 Pause() [SB 527]", "2020/03/17 22:02:52 Receive request to /run/L526", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5786 [FUNC L526]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L526]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2582-L526, /root/open-lambda/test-dir/worker/scratch/2583-L526, )=528... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-20 [SOCK 528]", "2020/03/17 22:02:52 fork(SB 528) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 Destroy() [SB 508]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 508]", "2020/03/17 22:02:52 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:52 move PID 21660 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 killed PIDs [21562] in CG [SOCK 508]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 508]", "2020/03/17 22:02:52 childExit(SB 508) [SB 1]", "2020/03/17 22:02:52 Channel() [SB 528]", "2020/03/17 22:02:52 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:52 Pause() [SB 528]", "2020/03/17 22:02:52 Receive request to /run/L527", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5797 [FUNC L527]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L527]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2585-L527, /root/open-lambda/test-dir/worker/scratch/2586-L527, )=529... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-17 [SOCK 529]", "2020/03/17 22:02:52 fork(SB 529) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 Destroy() [SB 509]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 509]", "2020/03/17 22:02:52 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:52 move PID 21665 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Destroy() [SB 510]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 510]", "2020/03/17 22:02:52 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:52 Channel() [SB 529]", "2020/03/17 22:02:52 killed PIDs [21571] in CG [SOCK 510]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 510]", "2020/03/17 22:02:52 childExit(SB 510) [SB 1]", "2020/03/17 22:02:52 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:52 killed PIDs [21566] in CG [SOCK 509]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 509]", "2020/03/17 22:02:52 childExit(SB 509) [SB 1]", "2020/03/17 22:02:52 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:52 Pause() [SB 529]", "2020/03/17 22:02:52 Receive request to /run/L528", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5809 [FUNC L528]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L528]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2588-L528, /root/open-lambda/test-dir/worker/scratch/2589-L528, )=530... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-24 [SOCK 530]", "2020/03/17 22:02:52 fork(SB 530) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 move PID 21671 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Channel() [SB 530]", "2020/03/17 22:02:52 Pause() [SB 530]", "2020/03/17 22:02:52 Receive request to /run/L529", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5819 [FUNC L529]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L529]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2591-L529, /root/open-lambda/test-dir/worker/scratch/2592-L529, )=531... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-23 [SOCK 531]", "2020/03/17 22:02:52 fork(SB 531) [SB 1]", "2020/03/17 22:02:52 Destroy() [SB 511]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 511]", "2020/03/17 22:02:52 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:52 move PID 21676 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Destroy() [SB 512]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 512]", "2020/03/17 22:02:52 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:52 killed PIDs [21576] in CG [SOCK 511]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 511]", "2020/03/17 22:02:52 childExit(SB 511) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 killed PIDs [21582] in CG [SOCK 512]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 512]", "2020/03/17 22:02:52 childExit(SB 512) [SB 1]", "2020/03/17 22:02:52 Channel() [SB 531]", "2020/03/17 22:02:52 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:52 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:52 Pause() [SB 531]", "2020/03/17 22:02:52 Receive request to /run/L530", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5831 [FUNC L530]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L530]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2594-L530, /root/open-lambda/test-dir/worker/scratch/2595-L530, )=532... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-21 [SOCK 532]", "2020/03/17 22:02:52 fork(SB 532) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 move PID 21681 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Channel() [SB 532]", "2020/03/17 22:02:52 Pause() [SB 532]", "2020/03/17 22:02:52 Receive request to /run/L531", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5841 [FUNC L531]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L531]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2597-L531, /root/open-lambda/test-dir/worker/scratch/2598-L531, )=533... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-22 [SOCK 533]", "2020/03/17 22:02:52 fork(SB 533) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 move PID 21685 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Channel() [SB 533]", "2020/03/17 22:02:52 Pause() [SB 533]", "2020/03/17 22:02:52 Receive request to /run/L532", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5851 [FUNC L532]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L532]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2600-L532, /root/open-lambda/test-dir/worker/scratch/2601-L532, )=534... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-26 [SOCK 534]", "2020/03/17 22:02:52 fork(SB 534) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 Destroy() [SB 513]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 513]", "2020/03/17 22:02:52 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:52 move PID 21689 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Destroy() [SB 514]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 514]", "2020/03/17 22:02:52 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:52 killed PIDs [21592] in CG [SOCK 514]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 514]", "2020/03/17 22:02:52 childExit(SB 514) [SB 1]", "2020/03/17 22:02:52 killed PIDs [21587] in CG [SOCK 513]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 513]", "2020/03/17 22:02:52 childExit(SB 513) [SB 1]", "2020/03/17 22:02:52 Channel() [SB 534]", "2020/03/17 22:02:52 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:52 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:52 Pause() [SB 534]", "2020/03/17 22:02:52 Receive request to /run/L533", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5863 [FUNC L533]", "2020/03/17 22:02:52 increase instances to 1 [FUNC L533]", "2020/03/17 22:02:52 Try using Zygote from ", "2020/03/17 22:02:52 Unpause() [SB 1]", "2020/03/17 22:02:52 .Create(, true, /root/open-lambda/test-dir/worker/code/2603-L533, /root/open-lambda/test-dir/worker/scratch/2604-L533, )=535... [SOCK POOL sandboxes]", "2020/03/17 22:02:52 use cgroup cg-27 [SOCK 535]", "2020/03/17 22:02:52 fork(SB 535) [SB 1]", "2020/03/17 22:02:52 Destroy() [SB 515]", "2020/03/17 22:02:52 CG ref count decremented to 0 [SOCK 515]", "2020/03/17 22:02:52 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:52 killed PIDs [21597] in CG [SOCK 515]", "2020/03/17 22:02:52 unmount and remove dirs [SOCK 515]", "2020/03/17 22:02:52 childExit(SB 515) [SB 1]", "2020/03/17 22:02:52 move PID 21695 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:52 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:52 Pause() [SB 1]", "2020/03/17 22:02:52 Channel() [SB 535]", "2020/03/17 22:02:52 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:52 Pause() [SB 535]", "2020/03/17 22:02:52 Receive request to /run/L534", "2020/03/17 22:02:52 debug: LambdaFunc.Task() runs on goroutine 5874 [FUNC L534]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L534]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2606-L534, /root/open-lambda/test-dir/worker/scratch/2607-L534, )=536... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-25 [SOCK 536]", "2020/03/17 22:02:53 fork(SB 536) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 move PID 21700 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Channel() [SB 536]", "2020/03/17 22:02:53 Pause() [SB 536]", "2020/03/17 22:02:53 Receive request to /run/L535", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 5884 [FUNC L535]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L535]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2609-L535, /root/open-lambda/test-dir/worker/scratch/2610-L535, )=537... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-29 [SOCK 537]", "2020/03/17 22:02:53 fork(SB 537) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 Destroy() [SB 516]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 516]", "2020/03/17 22:02:53 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 move PID 21704 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Destroy() [SB 517]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 517]", "2020/03/17 22:02:53 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 Channel() [SB 537]", "2020/03/17 22:02:53 killed PIDs [21603] in CG [SOCK 516]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 516]", "2020/03/17 22:02:53 childExit(SB 516) [SB 1]", "2020/03/17 22:02:53 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:53 killed PIDs [21607] in CG [SOCK 517]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 517]", "2020/03/17 22:02:53 childExit(SB 517) [SB 1]", "2020/03/17 22:02:53 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:53 Pause() [SB 537]", "2020/03/17 22:02:53 Receive request to /run/L536", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 5896 [FUNC L536]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L536]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2612-L536, /root/open-lambda/test-dir/worker/scratch/2613-L536, )=538... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-32 [SOCK 538]", "2020/03/17 22:02:53 fork(SB 538) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 move PID 21710 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Channel() [SB 538]", "2020/03/17 22:02:53 Pause() [SB 538]", "2020/03/17 22:02:53 Receive request to /run/L537", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 5906 [FUNC L537]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L537]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2615-L537, /root/open-lambda/test-dir/worker/scratch/2616-L537, )=539... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-28 [SOCK 539]", "2020/03/17 22:02:53 fork(SB 539) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 Destroy() [SB 518]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 518]", "2020/03/17 22:02:53 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 move PID 21714 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Destroy() [SB 519]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 519]", "2020/03/17 22:02:53 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 killed PIDs [21616] in CG [SOCK 519]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 519]", "2020/03/17 22:02:53 childExit(SB 519) [SB 1]", "2020/03/17 22:02:53 Channel() [SB 539]", "2020/03/17 22:02:53 killed PIDs [21611] in CG [SOCK 518]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 518]", "2020/03/17 22:02:53 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:53 childExit(SB 518) [SB 1]", "2020/03/17 22:02:53 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:53 Pause() [SB 539]", "2020/03/17 22:02:53 Receive request to /run/L538", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 5918 [FUNC L538]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L538]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2618-L538, /root/open-lambda/test-dir/worker/scratch/2619-L538, )=540... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-33 [SOCK 540]", "2020/03/17 22:02:53 fork(SB 540) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 move PID 21720 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Channel() [SB 540]", "2020/03/17 22:02:53 Pause() [SB 540]", "2020/03/17 22:02:53 Receive request to /run/L539", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 5928 [FUNC L539]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L539]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2621-L539, /root/open-lambda/test-dir/worker/scratch/2622-L539, )=541... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-30 [SOCK 541]", "2020/03/17 22:02:53 fork(SB 541) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 Destroy() [SB 520]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 520]", "2020/03/17 22:02:53 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 move PID 21724 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Destroy() [SB 521]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 521]", "2020/03/17 22:02:53 waiting for 1 procs in cg-41 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 killed PIDs [21624] in CG [SOCK 521]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 521]", "2020/03/17 22:02:53 childExit(SB 521) [SB 1]", "2020/03/17 22:02:53 killed PIDs [21620] in CG [SOCK 520]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 520]", "2020/03/17 22:02:53 childExit(SB 520) [SB 1]", "2020/03/17 22:02:53 Channel() [SB 541]", "2020/03/17 22:02:53 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:53 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:53 Pause() [SB 541]", "2020/03/17 22:02:53 Receive request to /run/L540", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 5940 [FUNC L540]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L540]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2624-L540, /root/open-lambda/test-dir/worker/scratch/2625-L540, )=542... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-31 [SOCK 542]", "2020/03/17 22:02:53 fork(SB 542) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 move PID 21730 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Channel() [SB 542]", "2020/03/17 22:02:53 Pause() [SB 542]", "2020/03/17 22:02:53 Receive request to /run/L541", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 5950 [FUNC L541]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L541]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2627-L541, /root/open-lambda/test-dir/worker/scratch/2628-L541, )=543... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-36 [SOCK 543]", "2020/03/17 22:02:53 fork(SB 543) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 move PID 21734 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Destroy() [SB 522]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 522]", "2020/03/17 22:02:53 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 Channel() [SB 543]", "2020/03/17 22:02:53 killed PIDs [21630] in CG [SOCK 522]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 522]", "2020/03/17 22:02:53 childExit(SB 522) [SB 1]", "2020/03/17 22:02:53 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:53 Pause() [SB 543]", "2020/03/17 22:02:53 Receive request to /run/L542", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 5961 [FUNC L542]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L542]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2630-L542, /root/open-lambda/test-dir/worker/scratch/2631-L542, )=544... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-34 [SOCK 544]", "2020/03/17 22:02:53 fork(SB 544) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 Destroy() [SB 523]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 523]", "2020/03/17 22:02:53 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 move PID 21739 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Destroy() [SB 524]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 524]", "2020/03/17 22:02:53 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 killed PIDs [21637] in CG [SOCK 523]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 523]", "2020/03/17 22:02:53 childExit(SB 523) [SB 1]", "2020/03/17 22:02:53 Channel() [SB 544]", "2020/03/17 22:02:53 killed PIDs [21642] in CG [SOCK 524]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 524]", "2020/03/17 22:02:53 childExit(SB 524) [SB 1]", "2020/03/17 22:02:53 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:53 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:53 Pause() [SB 544]", "2020/03/17 22:02:53 Receive request to /run/L543", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 5973 [FUNC L543]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L543]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2633-L543, /root/open-lambda/test-dir/worker/scratch/2634-L543, )=545... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-38 [SOCK 545]", "2020/03/17 22:02:53 fork(SB 545) [SB 1]", "2020/03/17 22:02:53 Destroy() [SB 525]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 525]", "2020/03/17 22:02:53 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 killed PIDs [21646] in CG [SOCK 525]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 525]", "2020/03/17 22:02:53 childExit(SB 525) [SB 1]", "2020/03/17 22:02:53 move PID 21745 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Destroy() [SB 526]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 526]", "2020/03/17 22:02:53 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 killed PIDs [21650] in CG [SOCK 526]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 526]", "2020/03/17 22:02:53 childExit(SB 526) [SB 1]", "2020/03/17 22:02:53 Channel() [SB 545]", "2020/03/17 22:02:53 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:53 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:53 Pause() [SB 545]", "2020/03/17 22:02:53 Receive request to /run/L544", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 5985 [FUNC L544]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L544]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2636-L544, /root/open-lambda/test-dir/worker/scratch/2637-L544, )=546... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-35 [SOCK 546]", "2020/03/17 22:02:53 fork(SB 546) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 Destroy() [SB 527]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 527]", "2020/03/17 22:02:53 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 move PID 21751 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Channel() [SB 546]", "2020/03/17 22:02:53 killed PIDs [21656] in CG [SOCK 527]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 527]", "2020/03/17 22:02:53 childExit(SB 527) [SB 1]", "2020/03/17 22:02:53 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:53 Pause() [SB 546]", "2020/03/17 22:02:53 Receive request to /run/L545", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 5996 [FUNC L545]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L545]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2639-L545, /root/open-lambda/test-dir/worker/scratch/2640-L545, )=547... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-37 [SOCK 547]", "2020/03/17 22:02:53 fork(SB 547) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 move PID 21756 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Channel() [SB 547]", "2020/03/17 22:02:53 Pause() [SB 547]", "2020/03/17 22:02:53 Receive request to /run/L546", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 6006 [FUNC L546]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L546]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2642-L546, /root/open-lambda/test-dir/worker/scratch/2643-L546, )=548... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-40 [SOCK 548]", "2020/03/17 22:02:53 fork(SB 548) [SB 1]", "2020/03/17 22:02:53 move PID 21760 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Destroy() [SB 528]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 528]", "2020/03/17 22:02:53 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 killed PIDs [21660] in CG [SOCK 528]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 528]", "2020/03/17 22:02:53 childExit(SB 528) [SB 1]", "2020/03/17 22:02:53 Channel() [SB 548]", "2020/03/17 22:02:53 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:53 Pause() [SB 548]", "2020/03/17 22:02:53 Receive request to /run/L547", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 6017 [FUNC L547]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L547]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2645-L547, /root/open-lambda/test-dir/worker/scratch/2646-L547, )=549... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-39 [SOCK 549]", "2020/03/17 22:02:53 fork(SB 549) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 move PID 21765 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Channel() [SB 549]", "2020/03/17 22:02:53 Pause() [SB 549]", "2020/03/17 22:02:53 Receive request to /run/L548", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 6027 [FUNC L548]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L548]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2648-L548, /root/open-lambda/test-dir/worker/scratch/2649-L548, )=550... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-2 [SOCK 550]", "2020/03/17 22:02:53 fork(SB 550) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 Destroy() [SB 529]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 529]", "2020/03/17 22:02:53 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 move PID 21769 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Destroy() [SB 530]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 530]", "2020/03/17 22:02:53 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 killed PIDs [21671] in CG [SOCK 530]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 530]", "2020/03/17 22:02:53 childExit(SB 530) [SB 1]", "2020/03/17 22:02:53 killed PIDs [21665] in CG [SOCK 529]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 529]", "2020/03/17 22:02:53 childExit(SB 529) [SB 1]", "2020/03/17 22:02:53 Channel() [SB 550]", "2020/03/17 22:02:53 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:53 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:53 Pause() [SB 550]", "2020/03/17 22:02:53 Receive request to /run/L549", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 6039 [FUNC L549]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L549]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2651-L549, /root/open-lambda/test-dir/worker/scratch/2652-L549, )=551... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-3 [SOCK 551]", "2020/03/17 22:02:53 fork(SB 551) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 move PID 21775 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Channel() [SB 551]", "2020/03/17 22:02:53 Pause() [SB 551]", "2020/03/17 22:02:53 Receive request to /run/L550", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 6049 [FUNC L550]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L550]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2654-L550, /root/open-lambda/test-dir/worker/scratch/2655-L550, )=552... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-5 [SOCK 552]", "2020/03/17 22:02:53 fork(SB 552) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 Destroy() [SB 531]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 531]", "2020/03/17 22:02:53 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 move PID 21779 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Destroy() [SB 532]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 532]", "2020/03/17 22:02:53 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 Channel() [SB 552]", "2020/03/17 22:02:53 killed PIDs [21681] in CG [SOCK 532]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 532]", "2020/03/17 22:02:53 childExit(SB 532) [SB 1]", "2020/03/17 22:02:53 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:53 killed PIDs [21676] in CG [SOCK 531]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 531]", "2020/03/17 22:02:53 childExit(SB 531) [SB 1]", "2020/03/17 22:02:53 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:53 Pause() [SB 552]", "2020/03/17 22:02:53 Receive request to /run/L551", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 6061 [FUNC L551]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L551]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2657-L551, /root/open-lambda/test-dir/worker/scratch/2658-L551, )=553... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-6 [SOCK 553]", "2020/03/17 22:02:53 fork(SB 553) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 move PID 21785 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Destroy() [SB 533]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 533]", "2020/03/17 22:02:53 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 Channel() [SB 553]", "2020/03/17 22:02:53 killed PIDs [21685] in CG [SOCK 533]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 533]", "2020/03/17 22:02:53 childExit(SB 533) [SB 1]", "2020/03/17 22:02:53 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:53 Pause() [SB 553]", "2020/03/17 22:02:53 Receive request to /run/L552", "2020/03/17 22:02:53 debug: LambdaFunc.Task() runs on goroutine 6072 [FUNC L552]", "2020/03/17 22:02:53 increase instances to 1 [FUNC L552]", "2020/03/17 22:02:53 Try using Zygote from ", "2020/03/17 22:02:53 Unpause() [SB 1]", "2020/03/17 22:02:53 .Create(, true, /root/open-lambda/test-dir/worker/code/2660-L552, /root/open-lambda/test-dir/worker/scratch/2661-L552, )=554... [SOCK POOL sandboxes]", "2020/03/17 22:02:53 use cgroup cg-4 [SOCK 554]", "2020/03/17 22:02:53 fork(SB 554) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:53 move PID 21790 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:53 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:53 Pause() [SB 1]", "2020/03/17 22:02:53 Destroy() [SB 534]", "2020/03/17 22:02:53 CG ref count decremented to 0 [SOCK 534]", "2020/03/17 22:02:53 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:53 killed PIDs [21689] in CG [SOCK 534]", "2020/03/17 22:02:53 unmount and remove dirs [SOCK 534]", "2020/03/17 22:02:53 childExit(SB 534) [SB 1]", "2020/03/17 22:02:54 Channel() [SB 554]", "2020/03/17 22:02:54 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:54 Pause() [SB 554]", "2020/03/17 22:02:54 Receive request to /run/L553", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6083 [FUNC L553]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L553]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2663-L553, /root/open-lambda/test-dir/worker/scratch/2664-L553, )=555... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-7 [SOCK 555]", "2020/03/17 22:02:54 fork(SB 555) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 move PID 21795 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Channel() [SB 555]", "2020/03/17 22:02:54 Pause() [SB 555]", "2020/03/17 22:02:54 Receive request to /run/L554", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6093 [FUNC L554]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L554]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2666-L554, /root/open-lambda/test-dir/worker/scratch/2667-L554, )=556... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-8 [SOCK 556]", "2020/03/17 22:02:54 fork(SB 556) [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 535]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 535]", "2020/03/17 22:02:54 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 move PID 21799 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 536]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 536]", "2020/03/17 22:02:54 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 killed PIDs [21695] in CG [SOCK 535]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 535]", "2020/03/17 22:02:54 childExit(SB 535) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 killed PIDs [21700] in CG [SOCK 536]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 536]", "2020/03/17 22:02:54 childExit(SB 536) [SB 1]", "2020/03/17 22:02:54 Channel() [SB 556]", "2020/03/17 22:02:54 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:54 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:54 Pause() [SB 556]", "2020/03/17 22:02:54 Receive request to /run/L555", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6105 [FUNC L555]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L555]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2669-L555, /root/open-lambda/test-dir/worker/scratch/2670-L555, )=557... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-10 [SOCK 557]", "2020/03/17 22:02:54 fork(SB 557) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 move PID 21805 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Channel() [SB 557]", "2020/03/17 22:02:54 Pause() [SB 557]", "2020/03/17 22:02:54 Receive request to /run/L556", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6115 [FUNC L556]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L556]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2672-L556, /root/open-lambda/test-dir/worker/scratch/2673-L556, )=558... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-13 [SOCK 558]", "2020/03/17 22:02:54 fork(SB 558) [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 537]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 537]", "2020/03/17 22:02:54 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 move PID 21809 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 538]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 538]", "2020/03/17 22:02:54 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 killed PIDs [21704] in CG [SOCK 537]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 537]", "2020/03/17 22:02:54 childExit(SB 537) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 killed PIDs [21710] in CG [SOCK 538]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 538]", "2020/03/17 22:02:54 childExit(SB 538) [SB 1]", "2020/03/17 22:02:54 Channel() [SB 558]", "2020/03/17 22:02:54 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:54 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:54 Pause() [SB 558]", "2020/03/17 22:02:54 Receive request to /run/L557", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6127 [FUNC L557]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L557]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2675-L557, /root/open-lambda/test-dir/worker/scratch/2676-L557, )=559... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-9 [SOCK 559]", "2020/03/17 22:02:54 fork(SB 559) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 move PID 21815 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Channel() [SB 559]", "2020/03/17 22:02:54 Pause() [SB 559]", "2020/03/17 22:02:54 Receive request to /run/L558", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6137 [FUNC L558]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L558]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2678-L558, /root/open-lambda/test-dir/worker/scratch/2679-L558, )=560... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-41 [SOCK 560]", "2020/03/17 22:02:54 fork(SB 560) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 Destroy() [SB 539]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 539]", "2020/03/17 22:02:54 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 move PID 21819 from CG cg-1 to CG cg-41 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 540]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 540]", "2020/03/17 22:02:54 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 Channel() [SB 560]", "2020/03/17 22:02:54 killed PIDs [21720] in CG [SOCK 540]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 540]", "2020/03/17 22:02:54 childExit(SB 540) [SB 1]", "2020/03/17 22:02:54 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:54 killed PIDs [21714] in CG [SOCK 539]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 539]", "2020/03/17 22:02:54 childExit(SB 539) [SB 1]", "2020/03/17 22:02:54 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:54 Pause() [SB 560]", "2020/03/17 22:02:54 Receive request to /run/L559", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6149 [FUNC L559]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L559]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2681-L559, /root/open-lambda/test-dir/worker/scratch/2682-L559, )=561... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-16 [SOCK 561]", "2020/03/17 22:02:54 fork(SB 561) [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 541]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 541]", "2020/03/17 22:02:54 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 killed PIDs [21724] in CG [SOCK 541]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 541]", "2020/03/17 22:02:54 childExit(SB 541) [SB 1]", "2020/03/17 22:02:54 move PID 21825 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 542]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 542]", "2020/03/17 22:02:54 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 Channel() [SB 561]", "2020/03/17 22:02:54 killed PIDs [21730] in CG [SOCK 542]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 542]", "2020/03/17 22:02:54 childExit(SB 542) [SB 1]", "2020/03/17 22:02:54 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:54 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:54 Pause() [SB 561]", "2020/03/17 22:02:54 Receive request to /run/L560", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6161 [FUNC L560]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L560]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2684-L560, /root/open-lambda/test-dir/worker/scratch/2685-L560, )=562... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-14 [SOCK 562]", "2020/03/17 22:02:54 fork(SB 562) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 Destroy() [SB 543]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 543]", "2020/03/17 22:02:54 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 move PID 21831 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 killed PIDs [21734] in CG [SOCK 543]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 543]", "2020/03/17 22:02:54 childExit(SB 543) [SB 1]", "2020/03/17 22:02:54 Channel() [SB 562]", "2020/03/17 22:02:54 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:54 Pause() [SB 562]", "2020/03/17 22:02:54 Receive request to /run/L561", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6172 [FUNC L561]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L561]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2687-L561, /root/open-lambda/test-dir/worker/scratch/2688-L561, )=563... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-11 [SOCK 563]", "2020/03/17 22:02:54 fork(SB 563) [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 544]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 544]", "2020/03/17 22:02:54 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 move PID 21836 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 545]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 545]", "2020/03/17 22:02:54 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 killed PIDs [21739] in CG [SOCK 544]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 544]", "2020/03/17 22:02:54 childExit(SB 544) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 killed PIDs [21745] in CG [SOCK 545]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 545]", "2020/03/17 22:02:54 childExit(SB 545) [SB 1]", "2020/03/17 22:02:54 Channel() [SB 563]", "2020/03/17 22:02:54 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:54 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:54 Pause() [SB 563]", "2020/03/17 22:02:54 Receive request to /run/L562", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6184 [FUNC L562]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L562]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2690-L562, /root/open-lambda/test-dir/worker/scratch/2691-L562, )=564... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-15 [SOCK 564]", "2020/03/17 22:02:54 fork(SB 564) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 move PID 21842 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Channel() [SB 564]", "2020/03/17 22:02:54 Pause() [SB 564]", "2020/03/17 22:02:54 Receive request to /run/L563", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6194 [FUNC L563]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L563]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2693-L563, /root/open-lambda/test-dir/worker/scratch/2694-L563, )=565... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-19 [SOCK 565]", "2020/03/17 22:02:54 fork(SB 565) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 move PID 21846 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Channel() [SB 565]", "2020/03/17 22:02:54 Pause() [SB 565]", "2020/03/17 22:02:54 Receive request to /run/L564", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6204 [FUNC L564]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L564]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2696-L564, /root/open-lambda/test-dir/worker/scratch/2697-L564, )=566... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-18 [SOCK 566]", "2020/03/17 22:02:54 fork(SB 566) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 move PID 21850 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Channel() [SB 566]", "2020/03/17 22:02:54 Pause() [SB 566]", "2020/03/17 22:02:54 Receive request to /run/L565", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6214 [FUNC L565]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L565]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2699-L565, /root/open-lambda/test-dir/worker/scratch/2700-L565, )=567... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-12 [SOCK 567]", "2020/03/17 22:02:54 fork(SB 567) [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 546]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 546]", "2020/03/17 22:02:54 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 move PID 21854 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 547]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 547]", "2020/03/17 22:02:54 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 killed PIDs [21751] in CG [SOCK 546]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 546]", "2020/03/17 22:02:54 childExit(SB 546) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 killed PIDs [21756] in CG [SOCK 547]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 547]", "2020/03/17 22:02:54 childExit(SB 547) [SB 1]", "2020/03/17 22:02:54 Channel() [SB 567]", "2020/03/17 22:02:54 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:54 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:54 Pause() [SB 567]", "2020/03/17 22:02:54 Receive request to /run/L566", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6226 [FUNC L566]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L566]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2702-L566, /root/open-lambda/test-dir/worker/scratch/2703-L566, )=568... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-20 [SOCK 568]", "2020/03/17 22:02:54 fork(SB 568) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 move PID 21860 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Channel() [SB 568]", "2020/03/17 22:02:54 Pause() [SB 568]", "2020/03/17 22:02:54 Receive request to /run/L567", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6236 [FUNC L567]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L567]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2705-L567, /root/open-lambda/test-dir/worker/scratch/2706-L567, )=569... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-24 [SOCK 569]", "2020/03/17 22:02:54 fork(SB 569) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 Destroy() [SB 548]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 548]", "2020/03/17 22:02:54 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 move PID 21864 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 549]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 549]", "2020/03/17 22:02:54 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 killed PIDs [21760] in CG [SOCK 548]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 548]", "2020/03/17 22:02:54 childExit(SB 548) [SB 1]", "2020/03/17 22:02:54 Channel() [SB 569]", "2020/03/17 22:02:54 killed PIDs [21765] in CG [SOCK 549]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 549]", "2020/03/17 22:02:54 childExit(SB 549) [SB 1]", "2020/03/17 22:02:54 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:54 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:54 Pause() [SB 569]", "2020/03/17 22:02:54 Receive request to /run/L568", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6248 [FUNC L568]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L568]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2708-L568, /root/open-lambda/test-dir/worker/scratch/2709-L568, )=570... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-17 [SOCK 570]", "2020/03/17 22:02:54 fork(SB 570) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 move PID 21870 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Channel() [SB 570]", "2020/03/17 22:02:54 Pause() [SB 570]", "2020/03/17 22:02:54 Receive request to /run/L569", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6258 [FUNC L569]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L569]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2711-L569, /root/open-lambda/test-dir/worker/scratch/2712-L569, )=571... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-21 [SOCK 571]", "2020/03/17 22:02:54 fork(SB 571) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 Destroy() [SB 550]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 550]", "2020/03/17 22:02:54 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 move PID 21874 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 551]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 551]", "2020/03/17 22:02:54 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 Channel() [SB 571]", "2020/03/17 22:02:54 killed PIDs [21769] in CG [SOCK 550]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 550]", "2020/03/17 22:02:54 childExit(SB 550) [SB 1]", "2020/03/17 22:02:54 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:54 killed PIDs [21775] in CG [SOCK 551]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 551]", "2020/03/17 22:02:54 childExit(SB 551) [SB 1]", "2020/03/17 22:02:54 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:54 Pause() [SB 571]", "2020/03/17 22:02:54 Receive request to /run/L570", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6270 [FUNC L570]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L570]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2714-L570, /root/open-lambda/test-dir/worker/scratch/2715-L570, )=572... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-23 [SOCK 572]", "2020/03/17 22:02:54 fork(SB 572) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 move PID 21880 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Channel() [SB 572]", "2020/03/17 22:02:54 Pause() [SB 572]", "2020/03/17 22:02:54 Receive request to /run/L571", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6280 [FUNC L571]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L571]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2717-L571, /root/open-lambda/test-dir/worker/scratch/2718-L571, )=573... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-22 [SOCK 573]", "2020/03/17 22:02:54 fork(SB 573) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 Destroy() [SB 552]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 552]", "2020/03/17 22:02:54 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 move PID 21884 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 553]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 553]", "2020/03/17 22:02:54 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 killed PIDs [21779] in CG [SOCK 552]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 552]", "2020/03/17 22:02:54 childExit(SB 552) [SB 1]", "2020/03/17 22:02:54 killed PIDs [21785] in CG [SOCK 553]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 553]", "2020/03/17 22:02:54 childExit(SB 553) [SB 1]", "2020/03/17 22:02:54 Channel() [SB 573]", "2020/03/17 22:02:54 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:54 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:54 Pause() [SB 573]", "2020/03/17 22:02:54 Receive request to /run/L572", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6292 [FUNC L572]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L572]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2720-L572, /root/open-lambda/test-dir/worker/scratch/2721-L572, )=574... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-26 [SOCK 574]", "2020/03/17 22:02:54 fork(SB 574) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 move PID 21890 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Channel() [SB 574]", "2020/03/17 22:02:54 Pause() [SB 574]", "2020/03/17 22:02:54 Receive request to /run/L573", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6302 [FUNC L573]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L573]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2723-L573, /root/open-lambda/test-dir/worker/scratch/2724-L573, )=575... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-27 [SOCK 575]", "2020/03/17 22:02:54 fork(SB 575) [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 554]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 554]", "2020/03/17 22:02:54 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 move PID 21894 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 555]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 555]", "2020/03/17 22:02:54 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 killed PIDs [21790] in CG [SOCK 554]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 554]", "2020/03/17 22:02:54 childExit(SB 554) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 killed PIDs [21795] in CG [SOCK 555]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 555]", "2020/03/17 22:02:54 childExit(SB 555) [SB 1]", "2020/03/17 22:02:54 Channel() [SB 575]", "2020/03/17 22:02:54 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:54 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:54 Pause() [SB 575]", "2020/03/17 22:02:54 Receive request to /run/L574", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6314 [FUNC L574]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L574]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2726-L574, /root/open-lambda/test-dir/worker/scratch/2727-L574, )=576... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-25 [SOCK 576]", "2020/03/17 22:02:54 fork(SB 576) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 move PID 21900 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Channel() [SB 576]", "2020/03/17 22:02:54 Pause() [SB 576]", "2020/03/17 22:02:54 Receive request to /run/L575", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6324 [FUNC L575]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L575]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2729-L575, /root/open-lambda/test-dir/worker/scratch/2730-L575, )=577... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-29 [SOCK 577]", "2020/03/17 22:02:54 fork(SB 577) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:54 Destroy() [SB 556]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 556]", "2020/03/17 22:02:54 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 move PID 21904 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:54 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:54 Pause() [SB 1]", "2020/03/17 22:02:54 Destroy() [SB 557]", "2020/03/17 22:02:54 CG ref count decremented to 0 [SOCK 557]", "2020/03/17 22:02:54 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:54 killed PIDs [21799] in CG [SOCK 556]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 556]", "2020/03/17 22:02:54 childExit(SB 556) [SB 1]", "2020/03/17 22:02:54 Channel() [SB 577]", "2020/03/17 22:02:54 killed PIDs [21805] in CG [SOCK 557]", "2020/03/17 22:02:54 unmount and remove dirs [SOCK 557]", "2020/03/17 22:02:54 childExit(SB 557) [SB 1]", "2020/03/17 22:02:54 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:54 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:54 Pause() [SB 577]", "2020/03/17 22:02:54 Receive request to /run/L576", "2020/03/17 22:02:54 debug: LambdaFunc.Task() runs on goroutine 6336 [FUNC L576]", "2020/03/17 22:02:54 increase instances to 1 [FUNC L576]", "2020/03/17 22:02:54 Try using Zygote from ", "2020/03/17 22:02:54 Unpause() [SB 1]", "2020/03/17 22:02:54 .Create(, true, /root/open-lambda/test-dir/worker/code/2732-L576, /root/open-lambda/test-dir/worker/scratch/2733-L576, )=578... [SOCK POOL sandboxes]", "2020/03/17 22:02:54 use cgroup cg-32 [SOCK 578]", "2020/03/17 22:02:54 fork(SB 578) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 move PID 21910 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Channel() [SB 578]", "2020/03/17 22:02:55 Pause() [SB 578]", "2020/03/17 22:02:55 Receive request to /run/L577", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6346 [FUNC L577]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L577]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2735-L577, /root/open-lambda/test-dir/worker/scratch/2736-L577, )=579... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-33 [SOCK 579]", "2020/03/17 22:02:55 fork(SB 579) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 Destroy() [SB 558]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 558]", "2020/03/17 22:02:55 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 move PID 21914 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 559]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 559]", "2020/03/17 22:02:55 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 Channel() [SB 579]", "2020/03/17 22:02:55 killed PIDs [21809] in CG [SOCK 558]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 558]", "2020/03/17 22:02:55 childExit(SB 558) [SB 1]", "2020/03/17 22:02:55 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:55 killed PIDs [21815] in CG [SOCK 559]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 559]", "2020/03/17 22:02:55 childExit(SB 559) [SB 1]", "2020/03/17 22:02:55 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:55 Pause() [SB 579]", "2020/03/17 22:02:55 Receive request to /run/L578", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6358 [FUNC L578]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L578]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2738-L578, /root/open-lambda/test-dir/worker/scratch/2739-L578, )=580... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-28 [SOCK 580]", "2020/03/17 22:02:55 fork(SB 580) [SB 1]", "2020/03/17 22:02:55 move PID 21920 from CG cg-1 to CG cg-28 [SOCK 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Channel() [SB 580]", "2020/03/17 22:02:55 Pause() [SB 580]", "2020/03/17 22:02:55 Receive request to /run/L579", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6368 [FUNC L579]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L579]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2741-L579, /root/open-lambda/test-dir/worker/scratch/2742-L579, )=581... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-30 [SOCK 581]", "2020/03/17 22:02:55 fork(SB 581) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 Destroy() [SB 560]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 560]", "2020/03/17 22:02:55 waiting for 1 procs in cg-41 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 move PID 21924 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 561]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 561]", "2020/03/17 22:02:55 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 Channel() [SB 581]", "2020/03/17 22:02:55 killed PIDs [21819] in CG [SOCK 560]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 560]", "2020/03/17 22:02:55 childExit(SB 560) [SB 1]", "2020/03/17 22:02:55 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:55 killed PIDs [21825] in CG [SOCK 561]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 561]", "2020/03/17 22:02:55 childExit(SB 561) [SB 1]", "2020/03/17 22:02:55 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:55 Pause() [SB 581]", "2020/03/17 22:02:55 Receive request to /run/L580", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6380 [FUNC L580]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L580]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2744-L580, /root/open-lambda/test-dir/worker/scratch/2745-L580, )=582... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-31 [SOCK 582]", "2020/03/17 22:02:55 fork(SB 582) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 move PID 21930 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Channel() [SB 582]", "2020/03/17 22:02:55 Pause() [SB 582]", "2020/03/17 22:02:55 Receive request to /run/L581", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6390 [FUNC L581]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L581]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2747-L581, /root/open-lambda/test-dir/worker/scratch/2748-L581, )=583... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-36 [SOCK 583]", "2020/03/17 22:02:55 fork(SB 583) [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 562]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 562]", "2020/03/17 22:02:55 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 move PID 21934 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 563]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 563]", "2020/03/17 22:02:55 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 killed PIDs [21836] in CG [SOCK 563]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 563]", "2020/03/17 22:02:55 childExit(SB 563) [SB 1]", "2020/03/17 22:02:55 killed PIDs [21831] in CG [SOCK 562]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 562]", "2020/03/17 22:02:55 childExit(SB 562) [SB 1]", "2020/03/17 22:02:55 Channel() [SB 583]", "2020/03/17 22:02:55 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:55 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:55 Pause() [SB 583]", "2020/03/17 22:02:55 Receive request to /run/L582", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6402 [FUNC L582]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L582]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2750-L582, /root/open-lambda/test-dir/worker/scratch/2751-L582, )=584... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-34 [SOCK 584]", "2020/03/17 22:02:55 fork(SB 584) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 move PID 21940 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Channel() [SB 584]", "2020/03/17 22:02:55 Pause() [SB 584]", "2020/03/17 22:02:55 Receive request to /run/L583", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6412 [FUNC L583]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L583]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2753-L583, /root/open-lambda/test-dir/worker/scratch/2754-L583, )=585... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-38 [SOCK 585]", "2020/03/17 22:02:55 fork(SB 585) [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 564]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 564]", "2020/03/17 22:02:55 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 Destroy() [SB 565]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 565]", "2020/03/17 22:02:55 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 killed PIDs [21842] in CG [SOCK 564]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 564]", "2020/03/17 22:02:55 childExit(SB 564) [SB 1]", "2020/03/17 22:02:55 killed PIDs [21846] in CG [SOCK 565]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 565]", "2020/03/17 22:02:55 childExit(SB 565) [SB 1]", "2020/03/17 22:02:55 move PID 21944 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 Channel() [SB 585]", "2020/03/17 22:02:55 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:55 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:55 Pause() [SB 585]", "2020/03/17 22:02:55 Receive request to /run/L584", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6424 [FUNC L584]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L584]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2756-L584, /root/open-lambda/test-dir/worker/scratch/2757-L584, )=586... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-35 [SOCK 586]", "2020/03/17 22:02:55 fork(SB 586) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 Destroy() [SB 566]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 566]", "2020/03/17 22:02:55 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 move PID 21950 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Channel() [SB 586]", "2020/03/17 22:02:55 killed PIDs [21850] in CG [SOCK 566]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 566]", "2020/03/17 22:02:55 childExit(SB 566) [SB 1]", "2020/03/17 22:02:55 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:55 Pause() [SB 586]", "2020/03/17 22:02:55 Receive request to /run/L585", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6435 [FUNC L585]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L585]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2759-L585, /root/open-lambda/test-dir/worker/scratch/2760-L585, )=587... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-37 [SOCK 587]", "2020/03/17 22:02:55 fork(SB 587) [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 567]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 567]", "2020/03/17 22:02:55 killed PIDs [21854] in CG [SOCK 567]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 567]", "2020/03/17 22:02:55 childExit(SB 567) [SB 1]", "2020/03/17 22:02:55 move PID 21956 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 Channel() [SB 587]", "2020/03/17 22:02:55 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:55 Pause() [SB 587]", "2020/03/17 22:02:55 Receive request to /run/L586", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6446 [FUNC L586]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L586]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2762-L586, /root/open-lambda/test-dir/worker/scratch/2763-L586, )=588... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-40 [SOCK 588]", "2020/03/17 22:02:55 fork(SB 588) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 move PID 21960 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Channel() [SB 588]", "2020/03/17 22:02:55 Pause() [SB 588]", "2020/03/17 22:02:55 Receive request to /run/L587", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6456 [FUNC L587]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L587]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2765-L587, /root/open-lambda/test-dir/worker/scratch/2766-L587, )=589... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-39 [SOCK 589]", "2020/03/17 22:02:55 fork(SB 589) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 Destroy() [SB 568]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 568]", "2020/03/17 22:02:55 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 move PID 21964 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 569]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 569]", "2020/03/17 22:02:55 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 killed PIDs [21864] in CG [SOCK 569]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 569]", "2020/03/17 22:02:55 childExit(SB 569) [SB 1]", "2020/03/17 22:02:55 killed PIDs [21860] in CG [SOCK 568]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 568]", "2020/03/17 22:02:55 childExit(SB 568) [SB 1]", "2020/03/17 22:02:55 Channel() [SB 589]", "2020/03/17 22:02:55 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:55 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:55 Pause() [SB 589]", "2020/03/17 22:02:55 Receive request to /run/L588", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6468 [FUNC L588]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L588]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2768-L588, /root/open-lambda/test-dir/worker/scratch/2769-L588, )=590... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-2 [SOCK 590]", "2020/03/17 22:02:55 fork(SB 590) [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 570]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 570]", "2020/03/17 22:02:55 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 move PID 21970 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 571]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 571]", "2020/03/17 22:02:55 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 killed PIDs [21870] in CG [SOCK 570]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 570]", "2020/03/17 22:02:55 childExit(SB 570) [SB 1]", "2020/03/17 22:02:55 Channel() [SB 590]", "2020/03/17 22:02:55 killed PIDs [21874] in CG [SOCK 571]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 571]", "2020/03/17 22:02:55 childExit(SB 571) [SB 1]", "2020/03/17 22:02:55 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:55 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:55 Pause() [SB 590]", "2020/03/17 22:02:55 Receive request to /run/L589", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6480 [FUNC L589]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L589]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2771-L589, /root/open-lambda/test-dir/worker/scratch/2772-L589, )=591... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-3 [SOCK 591]", "2020/03/17 22:02:55 fork(SB 591) [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 572]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 572]", "2020/03/17 22:02:55 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 killed PIDs [21880] in CG [SOCK 572]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 572]", "2020/03/17 22:02:55 childExit(SB 572) [SB 1]", "2020/03/17 22:02:55 move PID 21976 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 573]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 573]", "2020/03/17 22:02:55 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 killed PIDs [21884] in CG [SOCK 573]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 573]", "2020/03/17 22:02:55 childExit(SB 573) [SB 1]", "2020/03/17 22:02:55 Channel() [SB 591]", "2020/03/17 22:02:55 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:55 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:55 Pause() [SB 591]", "2020/03/17 22:02:55 Receive request to /run/L590", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6492 [FUNC L590]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L590]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2774-L590, /root/open-lambda/test-dir/worker/scratch/2775-L590, )=592... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-5 [SOCK 592]", "2020/03/17 22:02:55 fork(SB 592) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 move PID 21982 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Channel() [SB 592]", "2020/03/17 22:02:55 Pause() [SB 592]", "2020/03/17 22:02:55 Receive request to /run/L591", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6502 [FUNC L591]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L591]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2777-L591, /root/open-lambda/test-dir/worker/scratch/2778-L591, )=593... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-6 [SOCK 593]", "2020/03/17 22:02:55 fork(SB 593) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 move PID 21986 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Channel() [SB 593]", "2020/03/17 22:02:55 Pause() [SB 593]", "2020/03/17 22:02:55 Receive request to /run/L592", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6512 [FUNC L592]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L592]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2780-L592, /root/open-lambda/test-dir/worker/scratch/2781-L592, )=594... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-4 [SOCK 594]", "2020/03/17 22:02:55 fork(SB 594) [SB 1]", "2020/03/17 22:02:55 move PID 21990 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 574]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 574]", "2020/03/17 22:02:55 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 killed PIDs [21890] in CG [SOCK 574]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 574]", "2020/03/17 22:02:55 childExit(SB 574) [SB 1]", "2020/03/17 22:02:55 Channel() [SB 594]", "2020/03/17 22:02:55 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:55 Pause() [SB 594]", "2020/03/17 22:02:55 Receive request to /run/L593", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6523 [FUNC L593]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L593]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2783-L593, /root/open-lambda/test-dir/worker/scratch/2784-L593, )=595... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-7 [SOCK 595]", "2020/03/17 22:02:55 fork(SB 595) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 move PID 21995 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Channel() [SB 595]", "2020/03/17 22:02:55 Pause() [SB 595]", "2020/03/17 22:02:55 Receive request to /run/L594", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6533 [FUNC L594]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L594]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2786-L594, /root/open-lambda/test-dir/worker/scratch/2787-L594, )=596... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-8 [SOCK 596]", "2020/03/17 22:02:55 fork(SB 596) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 Destroy() [SB 575]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 575]", "2020/03/17 22:02:55 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 Destroy() [SB 576]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 576]", "2020/03/17 22:02:55 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 move PID 21999 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 577]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 577]", "2020/03/17 22:02:55 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 killed PIDs [21900] in CG [SOCK 576]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 576]", "2020/03/17 22:02:55 childExit(SB 576) [SB 1]", "2020/03/17 22:02:55 killed PIDs [21894] in CG [SOCK 575]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 575]", "2020/03/17 22:02:55 childExit(SB 575) [SB 1]", "2020/03/17 22:02:55 Channel() [SB 596]", "2020/03/17 22:02:55 killed PIDs [21904] in CG [SOCK 577]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 577]", "2020/03/17 22:02:55 childExit(SB 577) [SB 1]", "2020/03/17 22:02:55 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:55 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:55 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:55 Pause() [SB 596]", "2020/03/17 22:02:55 Receive request to /run/L595", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6546 [FUNC L595]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L595]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2789-L595, /root/open-lambda/test-dir/worker/scratch/2790-L595, )=597... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-10 [SOCK 597]", "2020/03/17 22:02:55 fork(SB 597) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 move PID 22006 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Channel() [SB 597]", "2020/03/17 22:02:55 Pause() [SB 597]", "2020/03/17 22:02:55 Receive request to /run/L596", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6556 [FUNC L596]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L596]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2792-L596, /root/open-lambda/test-dir/worker/scratch/2793-L596, )=598... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-13 [SOCK 598]", "2020/03/17 22:02:55 fork(SB 598) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 move PID 22010 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Channel() [SB 598]", "2020/03/17 22:02:55 Pause() [SB 598]", "2020/03/17 22:02:55 Receive request to /run/L597", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6566 [FUNC L597]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L597]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2795-L597, /root/open-lambda/test-dir/worker/scratch/2796-L597, )=599... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-9 [SOCK 599]", "2020/03/17 22:02:55 fork(SB 599) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 Destroy() [SB 578]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 578]", "2020/03/17 22:02:55 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 move PID 22014 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 579]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 579]", "2020/03/17 22:02:55 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 killed PIDs [21910] in CG [SOCK 578]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 578]", "2020/03/17 22:02:55 childExit(SB 578) [SB 1]", "2020/03/17 22:02:55 Channel() [SB 599]", "2020/03/17 22:02:55 killed PIDs [21914] in CG [SOCK 579]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 579]", "2020/03/17 22:02:55 childExit(SB 579) [SB 1]", "2020/03/17 22:02:55 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:55 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:55 Pause() [SB 599]", "2020/03/17 22:02:55 Receive request to /run/L598", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6578 [FUNC L598]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L598]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2798-L598, /root/open-lambda/test-dir/worker/scratch/2799-L598, )=600... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-41 [SOCK 600]", "2020/03/17 22:02:55 fork(SB 600) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 move PID 22020 from CG cg-1 to CG cg-41 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Channel() [SB 600]", "2020/03/17 22:02:55 Pause() [SB 600]", "2020/03/17 22:02:55 Receive request to /run/L599", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6588 [FUNC L599]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L599]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2801-L599, /root/open-lambda/test-dir/worker/scratch/2802-L599, )=601... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-16 [SOCK 601]", "2020/03/17 22:02:55 fork(SB 601) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 Destroy() [SB 580]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 580]", "2020/03/17 22:02:55 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 move PID 22024 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Destroy() [SB 581]", "2020/03/17 22:02:55 CG ref count decremented to 0 [SOCK 581]", "2020/03/17 22:02:55 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:55 killed PIDs [21924] in CG [SOCK 581]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 581]", "2020/03/17 22:02:55 childExit(SB 581) [SB 1]", "2020/03/17 22:02:55 Channel() [SB 601]", "2020/03/17 22:02:55 killed PIDs [21920] in CG [SOCK 580]", "2020/03/17 22:02:55 unmount and remove dirs [SOCK 580]", "2020/03/17 22:02:55 childExit(SB 580) [SB 1]", "2020/03/17 22:02:55 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:55 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:55 Pause() [SB 601]", "2020/03/17 22:02:55 Receive request to /run/L600", "2020/03/17 22:02:55 debug: LambdaFunc.Task() runs on goroutine 6600 [FUNC L600]", "2020/03/17 22:02:55 increase instances to 1 [FUNC L600]", "2020/03/17 22:02:55 Try using Zygote from ", "2020/03/17 22:02:55 Unpause() [SB 1]", "2020/03/17 22:02:55 .Create(, true, /root/open-lambda/test-dir/worker/code/2804-L600, /root/open-lambda/test-dir/worker/scratch/2805-L600, )=602... [SOCK POOL sandboxes]", "2020/03/17 22:02:55 use cgroup cg-11 [SOCK 602]", "2020/03/17 22:02:55 fork(SB 602) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:55 move PID 22030 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:55 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:55 Pause() [SB 1]", "2020/03/17 22:02:55 Channel() [SB 602]", "2020/03/17 22:02:56 Pause() [SB 602]", "2020/03/17 22:02:56 Receive request to /run/L601", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6610 [FUNC L601]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L601]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2807-L601, /root/open-lambda/test-dir/worker/scratch/2808-L601, )=603... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-14 [SOCK 603]", "2020/03/17 22:02:56 fork(SB 603) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 Destroy() [SB 582]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 582]", "2020/03/17 22:02:56 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 Destroy() [SB 583]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 583]", "2020/03/17 22:02:56 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 move PID 22034 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 584]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 584]", "2020/03/17 22:02:56 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 killed PIDs [21934] in CG [SOCK 583]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 583]", "2020/03/17 22:02:56 childExit(SB 583) [SB 1]", "2020/03/17 22:02:56 killed PIDs [21930] in CG [SOCK 582]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 582]", "2020/03/17 22:02:56 childExit(SB 582) [SB 1]", "2020/03/17 22:02:56 killed PIDs [21940] in CG [SOCK 584]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 584]", "2020/03/17 22:02:56 childExit(SB 584) [SB 1]", "2020/03/17 22:02:56 Channel() [SB 603]", "2020/03/17 22:02:56 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:56 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:56 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:56 Pause() [SB 603]", "2020/03/17 22:02:56 Receive request to /run/L602", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6623 [FUNC L602]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L602]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2810-L602, /root/open-lambda/test-dir/worker/scratch/2811-L602, )=604... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-15 [SOCK 604]", "2020/03/17 22:02:56 fork(SB 604) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 move PID 22041 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Channel() [SB 604]", "2020/03/17 22:02:56 Pause() [SB 604]", "2020/03/17 22:02:56 Receive request to /run/L603", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6633 [FUNC L603]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L603]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2813-L603, /root/open-lambda/test-dir/worker/scratch/2814-L603, )=605... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-19 [SOCK 605]", "2020/03/17 22:02:56 fork(SB 605) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 move PID 22045 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Channel() [SB 605]", "2020/03/17 22:02:56 Pause() [SB 605]", "2020/03/17 22:02:56 Receive request to /run/L604", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6643 [FUNC L604]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L604]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2816-L604, /root/open-lambda/test-dir/worker/scratch/2817-L604, )=606... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-18 [SOCK 606]", "2020/03/17 22:02:56 fork(SB 606) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 Destroy() [SB 585]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 585]", "2020/03/17 22:02:56 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 Destroy() [SB 586]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 586]", "2020/03/17 22:02:56 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 move PID 22049 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 587]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 587]", "2020/03/17 22:02:56 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 killed PIDs [21956] in CG [SOCK 587]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 587]", "2020/03/17 22:02:56 childExit(SB 587) [SB 1]", "2020/03/17 22:02:56 killed PIDs [21944] in CG [SOCK 585]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 585]", "2020/03/17 22:02:56 childExit(SB 585) [SB 1]", "2020/03/17 22:02:56 killed PIDs [21950] in CG [SOCK 586]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 586]", "2020/03/17 22:02:56 childExit(SB 586) [SB 1]", "2020/03/17 22:02:56 Channel() [SB 606]", "2020/03/17 22:02:56 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:56 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:56 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:56 Pause() [SB 606]", "2020/03/17 22:02:56 Receive request to /run/L605", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6656 [FUNC L605]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L605]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2819-L605, /root/open-lambda/test-dir/worker/scratch/2820-L605, )=607... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-12 [SOCK 607]", "2020/03/17 22:02:56 fork(SB 607) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 move PID 22056 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Channel() [SB 607]", "2020/03/17 22:02:56 Pause() [SB 607]", "2020/03/17 22:02:56 Receive request to /run/L606", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6666 [FUNC L606]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L606]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2822-L606, /root/open-lambda/test-dir/worker/scratch/2823-L606, )=608... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-24 [SOCK 608]", "2020/03/17 22:02:56 fork(SB 608) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 move PID 22060 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Channel() [SB 608]", "2020/03/17 22:02:56 Pause() [SB 608]", "2020/03/17 22:02:56 Receive request to /run/L607", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6676 [FUNC L607]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L607]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2825-L607, /root/open-lambda/test-dir/worker/scratch/2826-L607, )=609... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-20 [SOCK 609]", "2020/03/17 22:02:56 fork(SB 609) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 Destroy() [SB 588]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 588]", "2020/03/17 22:02:56 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 Destroy() [SB 589]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 589]", "2020/03/17 22:02:56 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 move PID 22064 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 590]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 590]", "2020/03/17 22:02:56 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 killed PIDs [21960] in CG [SOCK 588]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 588]", "2020/03/17 22:02:56 childExit(SB 588) [SB 1]", "2020/03/17 22:02:56 killed PIDs [21964] in CG [SOCK 589]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 589]", "2020/03/17 22:02:56 childExit(SB 589) [SB 1]", "2020/03/17 22:02:56 killed PIDs [21970] in CG [SOCK 590]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 590]", "2020/03/17 22:02:56 childExit(SB 590) [SB 1]", "2020/03/17 22:02:56 Channel() [SB 609]", "2020/03/17 22:02:56 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:56 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:56 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:56 Pause() [SB 609]", "2020/03/17 22:02:56 Receive request to /run/L608", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6689 [FUNC L608]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L608]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2828-L608, /root/open-lambda/test-dir/worker/scratch/2829-L608, )=610... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-17 [SOCK 610]", "2020/03/17 22:02:56 fork(SB 610) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 Destroy() [SB 591]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 591]", "2020/03/17 22:02:56 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 move PID 22071 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Channel() [SB 610]", "2020/03/17 22:02:56 killed PIDs [21976] in CG [SOCK 591]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 591]", "2020/03/17 22:02:56 childExit(SB 591) [SB 1]", "2020/03/17 22:02:56 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:56 Pause() [SB 610]", "2020/03/17 22:02:56 Receive request to /run/L609", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6700 [FUNC L609]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L609]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2831-L609, /root/open-lambda/test-dir/worker/scratch/2832-L609, )=611... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-21 [SOCK 611]", "2020/03/17 22:02:56 fork(SB 611) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 move PID 22076 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Channel() [SB 611]", "2020/03/17 22:02:56 Pause() [SB 611]", "2020/03/17 22:02:56 Receive request to /run/L610", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6710 [FUNC L610]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L610]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2834-L610, /root/open-lambda/test-dir/worker/scratch/2835-L610, )=612... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-23 [SOCK 612]", "2020/03/17 22:02:56 fork(SB 612) [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 592]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 592]", "2020/03/17 22:02:56 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 move PID 22080 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 593]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 593]", "2020/03/17 22:02:56 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 killed PIDs [21986] in CG [SOCK 593]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 593]", "2020/03/17 22:02:56 childExit(SB 593) [SB 1]", "2020/03/17 22:02:56 killed PIDs [21982] in CG [SOCK 592]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 592]", "2020/03/17 22:02:56 childExit(SB 592) [SB 1]", "2020/03/17 22:02:56 Channel() [SB 612]", "2020/03/17 22:02:56 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:56 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:56 Pause() [SB 612]", "2020/03/17 22:02:56 Receive request to /run/L611", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6722 [FUNC L611]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L611]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2837-L611, /root/open-lambda/test-dir/worker/scratch/2838-L611, )=613... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-22 [SOCK 613]", "2020/03/17 22:02:56 fork(SB 613) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 move PID 22086 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Channel() [SB 613]", "2020/03/17 22:02:56 Pause() [SB 613]", "2020/03/17 22:02:56 Receive request to /run/L612", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6732 [FUNC L612]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L612]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2840-L612, /root/open-lambda/test-dir/worker/scratch/2841-L612, )=614... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-26 [SOCK 614]", "2020/03/17 22:02:56 fork(SB 614) [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 594]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 594]", "2020/03/17 22:02:56 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 move PID 22090 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 595]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 595]", "2020/03/17 22:02:56 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 killed PIDs [21990] in CG [SOCK 594]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 594]", "2020/03/17 22:02:56 childExit(SB 594) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 killed PIDs [21995] in CG [SOCK 595]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 595]", "2020/03/17 22:02:56 childExit(SB 595) [SB 1]", "2020/03/17 22:02:56 Channel() [SB 614]", "2020/03/17 22:02:56 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:56 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:56 Pause() [SB 614]", "2020/03/17 22:02:56 Receive request to /run/L613", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6744 [FUNC L613]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L613]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2843-L613, /root/open-lambda/test-dir/worker/scratch/2844-L613, )=615... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-25 [SOCK 615]", "2020/03/17 22:02:56 fork(SB 615) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 move PID 22096 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Channel() [SB 615]", "2020/03/17 22:02:56 Pause() [SB 615]", "2020/03/17 22:02:56 Receive request to /run/L614", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6754 [FUNC L614]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L614]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2846-L614, /root/open-lambda/test-dir/worker/scratch/2847-L614, )=616... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-27 [SOCK 616]", "2020/03/17 22:02:56 fork(SB 616) [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 596]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 596]", "2020/03/17 22:02:56 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 move PID 22100 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 597]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 597]", "2020/03/17 22:02:56 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 killed PIDs [21999] in CG [SOCK 596]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 596]", "2020/03/17 22:02:56 childExit(SB 596) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 killed PIDs [22006] in CG [SOCK 597]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 597]", "2020/03/17 22:02:56 childExit(SB 597) [SB 1]", "2020/03/17 22:02:56 Channel() [SB 616]", "2020/03/17 22:02:56 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:56 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:56 Pause() [SB 616]", "2020/03/17 22:02:56 Receive request to /run/L615", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6766 [FUNC L615]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L615]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2849-L615, /root/open-lambda/test-dir/worker/scratch/2850-L615, )=617... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-29 [SOCK 617]", "2020/03/17 22:02:56 fork(SB 617) [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 598]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 598]", "2020/03/17 22:02:56 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 killed PIDs [22010] in CG [SOCK 598]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 598]", "2020/03/17 22:02:56 childExit(SB 598) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 move PID 22107 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 599]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 599]", "2020/03/17 22:02:56 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 killed PIDs [22014] in CG [SOCK 599]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 599]", "2020/03/17 22:02:56 childExit(SB 599) [SB 1]", "2020/03/17 22:02:56 Channel() [SB 617]", "2020/03/17 22:02:56 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:56 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:56 Pause() [SB 617]", "2020/03/17 22:02:56 Receive request to /run/L616", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6778 [FUNC L616]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L616]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2852-L616, /root/open-lambda/test-dir/worker/scratch/2853-L616, )=618... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-32 [SOCK 618]", "2020/03/17 22:02:56 fork(SB 618) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 move PID 22112 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Channel() [SB 618]", "2020/03/17 22:02:56 Pause() [SB 618]", "2020/03/17 22:02:56 Receive request to /run/L617", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6788 [FUNC L617]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L617]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2855-L617, /root/open-lambda/test-dir/worker/scratch/2856-L617, )=619... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-33 [SOCK 619]", "2020/03/17 22:02:56 fork(SB 619) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 move PID 22116 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Channel() [SB 619]", "2020/03/17 22:02:56 Pause() [SB 619]", "2020/03/17 22:02:56 Receive request to /run/L618", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6798 [FUNC L618]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L618]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2858-L618, /root/open-lambda/test-dir/worker/scratch/2859-L618, )=620... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-30 [SOCK 620]", "2020/03/17 22:02:56 fork(SB 620) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 Destroy() [SB 600]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 600]", "2020/03/17 22:02:56 waiting for 1 procs in cg-41 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 move PID 22120 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Channel() [SB 620]", "2020/03/17 22:02:56 killed PIDs [22020] in CG [SOCK 600]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 600]", "2020/03/17 22:02:56 childExit(SB 600) [SB 1]", "2020/03/17 22:02:56 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:56 Pause() [SB 620]", "2020/03/17 22:02:56 Receive request to /run/L619", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6809 [FUNC L619]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L619]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2861-L619, /root/open-lambda/test-dir/worker/scratch/2862-L619, )=621... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-28 [SOCK 621]", "2020/03/17 22:02:56 fork(SB 621) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 move PID 22125 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Channel() [SB 621]", "2020/03/17 22:02:56 Pause() [SB 621]", "2020/03/17 22:02:56 Receive request to /run/L620", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6819 [FUNC L620]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L620]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2864-L620, /root/open-lambda/test-dir/worker/scratch/2865-L620, )=622... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-36 [SOCK 622]", "2020/03/17 22:02:56 fork(SB 622) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 Destroy() [SB 601]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 601]", "2020/03/17 22:02:56 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 Destroy() [SB 602]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 602]", "2020/03/17 22:02:56 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 move PID 22129 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 603]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 603]", "2020/03/17 22:02:56 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 killed PIDs [22024] in CG [SOCK 601]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 601]", "2020/03/17 22:02:56 childExit(SB 601) [SB 1]", "2020/03/17 22:02:56 killed PIDs [22034] in CG [SOCK 603]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 603]", "2020/03/17 22:02:56 childExit(SB 603) [SB 1]", "2020/03/17 22:02:56 killed PIDs [22030] in CG [SOCK 602]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 602]", "2020/03/17 22:02:56 childExit(SB 602) [SB 1]", "2020/03/17 22:02:56 Channel() [SB 622]", "2020/03/17 22:02:56 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:56 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:56 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:56 Pause() [SB 622]", "2020/03/17 22:02:56 Receive request to /run/L621", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6832 [FUNC L621]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L621]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2867-L621, /root/open-lambda/test-dir/worker/scratch/2868-L621, )=623... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-31 [SOCK 623]", "2020/03/17 22:02:56 fork(SB 623) [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 604]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 604]", "2020/03/17 22:02:56 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 move PID 22136 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 killed PIDs [22041] in CG [SOCK 604]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 604]", "2020/03/17 22:02:56 childExit(SB 604) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 Channel() [SB 623]", "2020/03/17 22:02:56 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:56 Pause() [SB 623]", "2020/03/17 22:02:56 Receive request to /run/L622", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6843 [FUNC L622]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L622]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2870-L622, /root/open-lambda/test-dir/worker/scratch/2871-L622, )=624... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-34 [SOCK 624]", "2020/03/17 22:02:56 fork(SB 624) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 move PID 22141 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Channel() [SB 624]", "2020/03/17 22:02:56 Pause() [SB 624]", "2020/03/17 22:02:56 Receive request to /run/L623", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6853 [FUNC L623]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L623]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2873-L623, /root/open-lambda/test-dir/worker/scratch/2874-L623, )=625... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-37 [SOCK 625]", "2020/03/17 22:02:56 fork(SB 625) [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 605]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 605]", "2020/03/17 22:02:56 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 move PID 22145 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:56 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:56 Pause() [SB 1]", "2020/03/17 22:02:56 Destroy() [SB 606]", "2020/03/17 22:02:56 CG ref count decremented to 0 [SOCK 606]", "2020/03/17 22:02:56 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:56 killed PIDs [22045] in CG [SOCK 605]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 605]", "2020/03/17 22:02:56 childExit(SB 605) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:56 killed PIDs [22049] in CG [SOCK 606]", "2020/03/17 22:02:56 unmount and remove dirs [SOCK 606]", "2020/03/17 22:02:56 childExit(SB 606) [SB 1]", "2020/03/17 22:02:56 Channel() [SB 625]", "2020/03/17 22:02:56 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:56 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:56 Pause() [SB 625]", "2020/03/17 22:02:56 Receive request to /run/L624", "2020/03/17 22:02:56 debug: LambdaFunc.Task() runs on goroutine 6865 [FUNC L624]", "2020/03/17 22:02:56 increase instances to 1 [FUNC L624]", "2020/03/17 22:02:56 Try using Zygote from ", "2020/03/17 22:02:56 Unpause() [SB 1]", "2020/03/17 22:02:56 .Create(, true, /root/open-lambda/test-dir/worker/code/2876-L624, /root/open-lambda/test-dir/worker/scratch/2877-L624, )=626... [SOCK POOL sandboxes]", "2020/03/17 22:02:56 use cgroup cg-38 [SOCK 626]", "2020/03/17 22:02:56 fork(SB 626) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 Destroy() [SB 607]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 607]", "2020/03/17 22:02:57 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 move PID 22151 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 killed PIDs [22056] in CG [SOCK 607]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 607]", "2020/03/17 22:02:57 childExit(SB 607) [SB 1]", "2020/03/17 22:02:57 Channel() [SB 626]", "2020/03/17 22:02:57 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:57 Pause() [SB 626]", "2020/03/17 22:02:57 Receive request to /run/L625", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 6876 [FUNC L625]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L625]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2879-L625, /root/open-lambda/test-dir/worker/scratch/2880-L625, )=627... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-35 [SOCK 627]", "2020/03/17 22:02:57 fork(SB 627) [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 608]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 608]", "2020/03/17 22:02:57 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 move PID 22156 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 609]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 609]", "2020/03/17 22:02:57 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 killed PIDs [22060] in CG [SOCK 608]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 608]", "2020/03/17 22:02:57 childExit(SB 608) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 killed PIDs [22064] in CG [SOCK 609]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 609]", "2020/03/17 22:02:57 childExit(SB 609) [SB 1]", "2020/03/17 22:02:57 Channel() [SB 627]", "2020/03/17 22:02:57 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:57 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:57 Pause() [SB 627]", "2020/03/17 22:02:57 Receive request to /run/L626", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 6888 [FUNC L626]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L626]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2882-L626, /root/open-lambda/test-dir/worker/scratch/2883-L626, )=628... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-40 [SOCK 628]", "2020/03/17 22:02:57 fork(SB 628) [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 610]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 610]", "2020/03/17 22:02:57 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 killed PIDs [22071] in CG [SOCK 610]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 610]", "2020/03/17 22:02:57 childExit(SB 610) [SB 1]", "2020/03/17 22:02:57 move PID 22163 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 Channel() [SB 628]", "2020/03/17 22:02:57 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:57 Pause() [SB 628]", "2020/03/17 22:02:57 Receive request to /run/L627", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 6899 [FUNC L627]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L627]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2885-L627, /root/open-lambda/test-dir/worker/scratch/2886-L627, )=629... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-39 [SOCK 629]", "2020/03/17 22:02:57 fork(SB 629) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 move PID 22167 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Channel() [SB 629]", "2020/03/17 22:02:57 Pause() [SB 629]", "2020/03/17 22:02:57 Receive request to /run/L628", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 6909 [FUNC L628]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L628]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2888-L628, /root/open-lambda/test-dir/worker/scratch/2889-L628, )=630... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-2 [SOCK 630]", "2020/03/17 22:02:57 fork(SB 630) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 move PID 22171 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Channel() [SB 630]", "2020/03/17 22:02:57 Pause() [SB 630]", "2020/03/17 22:02:57 Receive request to /run/L629", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 6919 [FUNC L629]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L629]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2891-L629, /root/open-lambda/test-dir/worker/scratch/2892-L629, )=631... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-3 [SOCK 631]", "2020/03/17 22:02:57 fork(SB 631) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 move PID 22175 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Channel() [SB 631]", "2020/03/17 22:02:57 Pause() [SB 631]", "2020/03/17 22:02:57 Receive request to /run/L630", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 6929 [FUNC L630]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L630]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2894-L630, /root/open-lambda/test-dir/worker/scratch/2895-L630, )=632... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-6 [SOCK 632]", "2020/03/17 22:02:57 fork(SB 632) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 Destroy() [SB 611]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 611]", "2020/03/17 22:02:57 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 move PID 22179 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 612]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 612]", "2020/03/17 22:02:57 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 killed PIDs [22076] in CG [SOCK 611]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 611]", "2020/03/17 22:02:57 childExit(SB 611) [SB 1]", "2020/03/17 22:02:57 killed PIDs [22080] in CG [SOCK 612]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 612]", "2020/03/17 22:02:57 childExit(SB 612) [SB 1]", "2020/03/17 22:02:57 Channel() [SB 632]", "2020/03/17 22:02:57 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:57 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:57 Pause() [SB 632]", "2020/03/17 22:02:57 Receive request to /run/L631", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 6941 [FUNC L631]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L631]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2897-L631, /root/open-lambda/test-dir/worker/scratch/2898-L631, )=633... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-5 [SOCK 633]", "2020/03/17 22:02:57 fork(SB 633) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 move PID 22185 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Channel() [SB 633]", "2020/03/17 22:02:57 Pause() [SB 633]", "2020/03/17 22:02:57 Receive request to /run/L632", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 6951 [FUNC L632]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L632]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2900-L632, /root/open-lambda/test-dir/worker/scratch/2901-L632, )=634... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-4 [SOCK 634]", "2020/03/17 22:02:57 fork(SB 634) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 Destroy() [SB 613]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 613]", "2020/03/17 22:02:57 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 move PID 22189 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 614]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 614]", "2020/03/17 22:02:57 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 killed PIDs [22090] in CG [SOCK 614]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 614]", "2020/03/17 22:02:57 childExit(SB 614) [SB 1]", "2020/03/17 22:02:57 killed PIDs [22086] in CG [SOCK 613]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 613]", "2020/03/17 22:02:57 childExit(SB 613) [SB 1]", "2020/03/17 22:02:57 Channel() [SB 634]", "2020/03/17 22:02:57 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:57 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:57 Pause() [SB 634]", "2020/03/17 22:02:57 Receive request to /run/L633", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 6963 [FUNC L633]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L633]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2903-L633, /root/open-lambda/test-dir/worker/scratch/2904-L633, )=635... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-7 [SOCK 635]", "2020/03/17 22:02:57 fork(SB 635) [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 615]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 615]", "2020/03/17 22:02:57 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 move PID 22195 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 616]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 616]", "2020/03/17 22:02:57 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 killed PIDs [22096] in CG [SOCK 615]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 615]", "2020/03/17 22:02:57 childExit(SB 615) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 killed PIDs [22100] in CG [SOCK 616]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 616]", "2020/03/17 22:02:57 childExit(SB 616) [SB 1]", "2020/03/17 22:02:57 Channel() [SB 635]", "2020/03/17 22:02:57 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:57 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:57 Pause() [SB 635]", "2020/03/17 22:02:57 Receive request to /run/L634", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 6975 [FUNC L634]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L634]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2906-L634, /root/open-lambda/test-dir/worker/scratch/2907-L634, )=636... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-8 [SOCK 636]", "2020/03/17 22:02:57 fork(SB 636) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 move PID 22201 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Channel() [SB 636]", "2020/03/17 22:02:57 Pause() [SB 636]", "2020/03/17 22:02:57 Receive request to /run/L635", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 6985 [FUNC L635]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L635]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2909-L635, /root/open-lambda/test-dir/worker/scratch/2910-L635, )=637... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-10 [SOCK 637]", "2020/03/17 22:02:57 fork(SB 637) [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 617]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 617]", "2020/03/17 22:02:57 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 move PID 22205 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 618]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 618]", "2020/03/17 22:02:57 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 killed PIDs [22112] in CG [SOCK 618]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 618]", "2020/03/17 22:02:57 childExit(SB 618) [SB 1]", "2020/03/17 22:02:57 killed PIDs [22107] in CG [SOCK 617]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 617]", "2020/03/17 22:02:57 childExit(SB 617) [SB 1]", "2020/03/17 22:02:57 Channel() [SB 637]", "2020/03/17 22:02:57 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:57 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:57 Pause() [SB 637]", "2020/03/17 22:02:57 Receive request to /run/L636", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 6997 [FUNC L636]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L636]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2912-L636, /root/open-lambda/test-dir/worker/scratch/2913-L636, )=638... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-13 [SOCK 638]", "2020/03/17 22:02:57 fork(SB 638) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 move PID 22211 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Channel() [SB 638]", "2020/03/17 22:02:57 Pause() [SB 638]", "2020/03/17 22:02:57 Receive request to /run/L637", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 7007 [FUNC L637]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L637]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2915-L637, /root/open-lambda/test-dir/worker/scratch/2916-L637, )=639... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-9 [SOCK 639]", "2020/03/17 22:02:57 fork(SB 639) [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 619]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 619]", "2020/03/17 22:02:57 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 move PID 22215 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 620]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 620]", "2020/03/17 22:02:57 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 killed PIDs [22116] in CG [SOCK 619]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 619]", "2020/03/17 22:02:57 childExit(SB 619) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 killed PIDs [22120] in CG [SOCK 620]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 620]", "2020/03/17 22:02:57 childExit(SB 620) [SB 1]", "2020/03/17 22:02:57 Channel() [SB 639]", "2020/03/17 22:02:57 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:57 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:57 Pause() [SB 639]", "2020/03/17 22:02:57 Receive request to /run/L638", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 7019 [FUNC L638]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L638]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2918-L638, /root/open-lambda/test-dir/worker/scratch/2919-L638, )=640... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-41 [SOCK 640]", "2020/03/17 22:02:57 fork(SB 640) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 move PID 22221 from CG cg-1 to CG cg-41 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Channel() [SB 640]", "2020/03/17 22:02:57 Pause() [SB 640]", "2020/03/17 22:02:57 Receive request to /run/L639", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 7029 [FUNC L639]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L639]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2921-L639, /root/open-lambda/test-dir/worker/scratch/2922-L639, )=641... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-16 [SOCK 641]", "2020/03/17 22:02:57 fork(SB 641) [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 621]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 621]", "2020/03/17 22:02:57 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 killed PIDs [22125] in CG [SOCK 621]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 621]", "2020/03/17 22:02:57 childExit(SB 621) [SB 1]", "2020/03/17 22:02:57 move PID 22225 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 Channel() [SB 641]", "2020/03/17 22:02:57 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:57 Pause() [SB 641]", "2020/03/17 22:02:57 Receive request to /run/L640", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 7040 [FUNC L640]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L640]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2924-L640, /root/open-lambda/test-dir/worker/scratch/2925-L640, )=642... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-14 [SOCK 642]", "2020/03/17 22:02:57 fork(SB 642) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 move PID 22230 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Channel() [SB 642]", "2020/03/17 22:02:57 Pause() [SB 642]", "2020/03/17 22:02:57 Receive request to /run/L641", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 7050 [FUNC L641]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L641]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2927-L641, /root/open-lambda/test-dir/worker/scratch/2928-L641, )=643... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-11 [SOCK 643]", "2020/03/17 22:02:57 fork(SB 643) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 Destroy() [SB 622]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 622]", "2020/03/17 22:02:57 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 Destroy() [SB 623]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 623]", "2020/03/17 22:02:57 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 move PID 22234 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 624]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 624]", "2020/03/17 22:02:57 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 killed PIDs [22129] in CG [SOCK 622]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 622]", "2020/03/17 22:02:57 childExit(SB 622) [SB 1]", "2020/03/17 22:02:57 killed PIDs [22136] in CG [SOCK 623]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 623]", "2020/03/17 22:02:57 childExit(SB 623) [SB 1]", "2020/03/17 22:02:57 killed PIDs [22141] in CG [SOCK 624]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 624]", "2020/03/17 22:02:57 childExit(SB 624) [SB 1]", "2020/03/17 22:02:57 Channel() [SB 643]", "2020/03/17 22:02:57 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:57 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:57 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:57 Pause() [SB 643]", "2020/03/17 22:02:57 Receive request to /run/L642", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 7063 [FUNC L642]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L642]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2930-L642, /root/open-lambda/test-dir/worker/scratch/2931-L642, )=644... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-15 [SOCK 644]", "2020/03/17 22:02:57 fork(SB 644) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 move PID 22241 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Channel() [SB 644]", "2020/03/17 22:02:57 Pause() [SB 644]", "2020/03/17 22:02:57 Receive request to /run/L643", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 7073 [FUNC L643]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L643]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2933-L643, /root/open-lambda/test-dir/worker/scratch/2934-L643, )=645... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-19 [SOCK 645]", "2020/03/17 22:02:57 fork(SB 645) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 move PID 22245 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Channel() [SB 645]", "2020/03/17 22:02:57 Pause() [SB 645]", "2020/03/17 22:02:57 Receive request to /run/L644", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 7083 [FUNC L644]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L644]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2936-L644, /root/open-lambda/test-dir/worker/scratch/2937-L644, )=646... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-18 [SOCK 646]", "2020/03/17 22:02:57 fork(SB 646) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 Destroy() [SB 625]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 625]", "2020/03/17 22:02:57 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 Destroy() [SB 626]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 626]", "2020/03/17 22:02:57 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 move PID 22249 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 627]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 627]", "2020/03/17 22:02:57 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 killed PIDs [22151] in CG [SOCK 626]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 626]", "2020/03/17 22:02:57 childExit(SB 626) [SB 1]", "2020/03/17 22:02:57 killed PIDs [22145] in CG [SOCK 625]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 625]", "2020/03/17 22:02:57 childExit(SB 625) [SB 1]", "2020/03/17 22:02:57 killed PIDs [22156] in CG [SOCK 627]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 627]", "2020/03/17 22:02:57 childExit(SB 627) [SB 1]", "2020/03/17 22:02:57 Channel() [SB 646]", "2020/03/17 22:02:57 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:57 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:57 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:57 Pause() [SB 646]", "2020/03/17 22:02:57 Receive request to /run/L645", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 7096 [FUNC L645]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L645]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2939-L645, /root/open-lambda/test-dir/worker/scratch/2940-L645, )=647... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-12 [SOCK 647]", "2020/03/17 22:02:57 fork(SB 647) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 move PID 22256 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Channel() [SB 647]", "2020/03/17 22:02:57 Pause() [SB 647]", "2020/03/17 22:02:57 Receive request to /run/L646", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 7106 [FUNC L646]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L646]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2942-L646, /root/open-lambda/test-dir/worker/scratch/2943-L646, )=648... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-24 [SOCK 648]", "2020/03/17 22:02:57 fork(SB 648) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 move PID 22260 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Channel() [SB 648]", "2020/03/17 22:02:57 Pause() [SB 648]", "2020/03/17 22:02:57 Receive request to /run/L647", "2020/03/17 22:02:57 debug: LambdaFunc.Task() runs on goroutine 7116 [FUNC L647]", "2020/03/17 22:02:57 increase instances to 1 [FUNC L647]", "2020/03/17 22:02:57 Try using Zygote from ", "2020/03/17 22:02:57 Unpause() [SB 1]", "2020/03/17 22:02:57 .Create(, true, /root/open-lambda/test-dir/worker/code/2945-L647, /root/open-lambda/test-dir/worker/scratch/2946-L647, )=649... [SOCK POOL sandboxes]", "2020/03/17 22:02:57 use cgroup cg-20 [SOCK 649]", "2020/03/17 22:02:57 fork(SB 649) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:57 Destroy() [SB 628]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 628]", "2020/03/17 22:02:57 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 move PID 22264 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:57 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:57 Pause() [SB 1]", "2020/03/17 22:02:57 Destroy() [SB 629]", "2020/03/17 22:02:57 CG ref count decremented to 0 [SOCK 629]", "2020/03/17 22:02:57 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:57 killed PIDs [22163] in CG [SOCK 628]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 628]", "2020/03/17 22:02:57 childExit(SB 628) [SB 1]", "2020/03/17 22:02:57 killed PIDs [22167] in CG [SOCK 629]", "2020/03/17 22:02:57 unmount and remove dirs [SOCK 629]", "2020/03/17 22:02:57 childExit(SB 629) [SB 1]", "2020/03/17 22:02:57 Channel() [SB 649]", "2020/03/17 22:02:57 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:57 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:58 Pause() [SB 649]", "2020/03/17 22:02:58 Receive request to /run/L648", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7128 [FUNC L648]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L648]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2948-L648, /root/open-lambda/test-dir/worker/scratch/2949-L648, )=650... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-17 [SOCK 650]", "2020/03/17 22:02:58 fork(SB 650) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 move PID 22270 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Channel() [SB 650]", "2020/03/17 22:02:58 Pause() [SB 650]", "2020/03/17 22:02:58 Receive request to /run/L649", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7138 [FUNC L649]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L649]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2951-L649, /root/open-lambda/test-dir/worker/scratch/2952-L649, )=651... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-21 [SOCK 651]", "2020/03/17 22:02:58 fork(SB 651) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 Destroy() [SB 630]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 630]", "2020/03/17 22:02:58 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 move PID 22274 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 631]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 631]", "2020/03/17 22:02:58 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 killed PIDs [22175] in CG [SOCK 631]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 631]", "2020/03/17 22:02:58 childExit(SB 631) [SB 1]", "2020/03/17 22:02:58 killed PIDs [22171] in CG [SOCK 630]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 630]", "2020/03/17 22:02:58 childExit(SB 630) [SB 1]", "2020/03/17 22:02:58 Channel() [SB 651]", "2020/03/17 22:02:58 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:58 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:58 Pause() [SB 651]", "2020/03/17 22:02:58 Receive request to /run/L650", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7150 [FUNC L650]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L650]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2954-L650, /root/open-lambda/test-dir/worker/scratch/2955-L650, )=652... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-23 [SOCK 652]", "2020/03/17 22:02:58 fork(SB 652) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 move PID 22280 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Channel() [SB 652]", "2020/03/17 22:02:58 Pause() [SB 652]", "2020/03/17 22:02:58 Receive request to /run/L651", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7160 [FUNC L651]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L651]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2957-L651, /root/open-lambda/test-dir/worker/scratch/2958-L651, )=653... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-26 [SOCK 653]", "2020/03/17 22:02:58 fork(SB 653) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 Destroy() [SB 632]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 632]", "2020/03/17 22:02:58 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 move PID 22284 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 633]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 633]", "2020/03/17 22:02:58 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 Channel() [SB 653]", "2020/03/17 22:02:58 killed PIDs [22185] in CG [SOCK 633]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 633]", "2020/03/17 22:02:58 childExit(SB 633) [SB 1]", "2020/03/17 22:02:58 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:58 killed PIDs [22179] in CG [SOCK 632]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 632]", "2020/03/17 22:02:58 childExit(SB 632) [SB 1]", "2020/03/17 22:02:58 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:58 Pause() [SB 653]", "2020/03/17 22:02:58 Receive request to /run/L652", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7172 [FUNC L652]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L652]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2960-L652, /root/open-lambda/test-dir/worker/scratch/2961-L652, )=654... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-22 [SOCK 654]", "2020/03/17 22:02:58 fork(SB 654) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 move PID 22290 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Channel() [SB 654]", "2020/03/17 22:02:58 Pause() [SB 654]", "2020/03/17 22:02:58 Receive request to /run/L653", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7182 [FUNC L653]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L653]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2963-L653, /root/open-lambda/test-dir/worker/scratch/2964-L653, )=655... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-25 [SOCK 655]", "2020/03/17 22:02:58 fork(SB 655) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 Destroy() [SB 634]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 634]", "2020/03/17 22:02:58 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 move PID 22294 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 635]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 635]", "2020/03/17 22:02:58 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 killed PIDs [22189] in CG [SOCK 634]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 634]", "2020/03/17 22:02:58 childExit(SB 634) [SB 1]", "2020/03/17 22:02:58 killed PIDs [22195] in CG [SOCK 635]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 635]", "2020/03/17 22:02:58 childExit(SB 635) [SB 1]", "2020/03/17 22:02:58 Channel() [SB 655]", "2020/03/17 22:02:58 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:58 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:58 Pause() [SB 655]", "2020/03/17 22:02:58 Receive request to /run/L654", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7194 [FUNC L654]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L654]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2966-L654, /root/open-lambda/test-dir/worker/scratch/2967-L654, )=656... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-27 [SOCK 656]", "2020/03/17 22:02:58 fork(SB 656) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 move PID 22300 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Channel() [SB 656]", "2020/03/17 22:02:58 Pause() [SB 656]", "2020/03/17 22:02:58 Receive request to /run/L655", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7204 [FUNC L655]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L655]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2969-L655, /root/open-lambda/test-dir/worker/scratch/2970-L655, )=657... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-32 [SOCK 657]", "2020/03/17 22:02:58 fork(SB 657) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 Destroy() [SB 636]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 636]", "2020/03/17 22:02:58 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 Destroy() [SB 637]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 637]", "2020/03/17 22:02:58 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 move PID 22304 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 638]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 638]", "2020/03/17 22:02:58 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 killed PIDs [22205] in CG [SOCK 637]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 637]", "2020/03/17 22:02:58 childExit(SB 637) [SB 1]", "2020/03/17 22:02:58 Channel() [SB 657]", "2020/03/17 22:02:58 killed PIDs [22211] in CG [SOCK 638]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 638]", "2020/03/17 22:02:58 childExit(SB 638) [SB 1]", "2020/03/17 22:02:58 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:58 killed PIDs [22201] in CG [SOCK 636]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 636]", "2020/03/17 22:02:58 childExit(SB 636) [SB 1]", "2020/03/17 22:02:58 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:58 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:58 Pause() [SB 657]", "2020/03/17 22:02:58 Receive request to /run/L656", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7217 [FUNC L656]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L656]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2972-L656, /root/open-lambda/test-dir/worker/scratch/2973-L656, )=658... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-29 [SOCK 658]", "2020/03/17 22:02:58 fork(SB 658) [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 639]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 639]", "2020/03/17 22:02:58 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 move PID 22311 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 640]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 640]", "2020/03/17 22:02:58 waiting for 1 procs in cg-41 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 killed PIDs [22215] in CG [SOCK 639]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 639]", "2020/03/17 22:02:58 childExit(SB 639) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 killed PIDs [22221] in CG [SOCK 640]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 640]", "2020/03/17 22:02:58 childExit(SB 640) [SB 1]", "2020/03/17 22:02:58 Channel() [SB 658]", "2020/03/17 22:02:58 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:58 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:58 Pause() [SB 658]", "2020/03/17 22:02:58 Receive request to /run/L657", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7229 [FUNC L657]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L657]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2975-L657, /root/open-lambda/test-dir/worker/scratch/2976-L657, )=659... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-33 [SOCK 659]", "2020/03/17 22:02:58 fork(SB 659) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 move PID 22317 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Channel() [SB 659]", "2020/03/17 22:02:58 Pause() [SB 659]", "2020/03/17 22:02:58 Receive request to /run/L658", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7239 [FUNC L658]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L658]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2978-L658, /root/open-lambda/test-dir/worker/scratch/2979-L658, )=660... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-30 [SOCK 660]", "2020/03/17 22:02:58 fork(SB 660) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 move PID 22321 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Channel() [SB 660]", "2020/03/17 22:02:58 Pause() [SB 660]", "2020/03/17 22:02:58 Receive request to /run/L659", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7249 [FUNC L659]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L659]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2981-L659, /root/open-lambda/test-dir/worker/scratch/2982-L659, )=661... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-28 [SOCK 661]", "2020/03/17 22:02:58 fork(SB 661) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 Destroy() [SB 641]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 641]", "2020/03/17 22:02:58 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 move PID 22325 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Channel() [SB 661]", "2020/03/17 22:02:58 killed PIDs [22225] in CG [SOCK 641]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 641]", "2020/03/17 22:02:58 childExit(SB 641) [SB 1]", "2020/03/17 22:02:58 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:58 Pause() [SB 661]", "2020/03/17 22:02:58 Receive request to /run/L660", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7260 [FUNC L660]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L660]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2984-L660, /root/open-lambda/test-dir/worker/scratch/2985-L660, )=662... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-36 [SOCK 662]", "2020/03/17 22:02:58 fork(SB 662) [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 642]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 642]", "2020/03/17 22:02:58 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 killed PIDs [22230] in CG [SOCK 642]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 642]", "2020/03/17 22:02:58 childExit(SB 642) [SB 1]", "2020/03/17 22:02:58 move PID 22330 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 Channel() [SB 662]", "2020/03/17 22:02:58 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:58 Pause() [SB 662]", "2020/03/17 22:02:58 Receive request to /run/L661", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7271 [FUNC L661]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L661]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2987-L661, /root/open-lambda/test-dir/worker/scratch/2988-L661, )=663... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-31 [SOCK 663]", "2020/03/17 22:02:58 fork(SB 663) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 move PID 22335 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Channel() [SB 663]", "2020/03/17 22:02:58 Pause() [SB 663]", "2020/03/17 22:02:58 Receive request to /run/L662", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7281 [FUNC L662]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L662]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2990-L662, /root/open-lambda/test-dir/worker/scratch/2991-L662, )=664... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-34 [SOCK 664]", "2020/03/17 22:02:58 fork(SB 664) [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 643]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 643]", "2020/03/17 22:02:58 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 Destroy() [SB 644]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 644]", "2020/03/17 22:02:58 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 move PID 22339 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 645]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 645]", "2020/03/17 22:02:58 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 killed PIDs [22241] in CG [SOCK 644]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 644]", "2020/03/17 22:02:58 childExit(SB 644) [SB 1]", "2020/03/17 22:02:58 killed PIDs [22245] in CG [SOCK 645]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 645]", "2020/03/17 22:02:58 childExit(SB 645) [SB 1]", "2020/03/17 22:02:58 killed PIDs [22234] in CG [SOCK 643]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 643]", "2020/03/17 22:02:58 childExit(SB 643) [SB 1]", "2020/03/17 22:02:58 Channel() [SB 664]", "2020/03/17 22:02:58 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:58 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:58 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:58 Pause() [SB 664]", "2020/03/17 22:02:58 Receive request to /run/L663", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7294 [FUNC L663]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L663]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2993-L663, /root/open-lambda/test-dir/worker/scratch/2994-L663, )=665... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-38 [SOCK 665]", "2020/03/17 22:02:58 fork(SB 665) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 move PID 22346 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Channel() [SB 665]", "2020/03/17 22:02:58 Pause() [SB 665]", "2020/03/17 22:02:58 Receive request to /run/L664", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7304 [FUNC L664]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L664]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2996-L664, /root/open-lambda/test-dir/worker/scratch/2997-L664, )=666... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-37 [SOCK 666]", "2020/03/17 22:02:58 fork(SB 666) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 move PID 22350 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Channel() [SB 666]", "2020/03/17 22:02:58 Pause() [SB 666]", "2020/03/17 22:02:58 Receive request to /run/L665", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7314 [FUNC L665]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L665]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/2999-L665, /root/open-lambda/test-dir/worker/scratch/3000-L665, )=667... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-35 [SOCK 667]", "2020/03/17 22:02:58 fork(SB 667) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 Destroy() [SB 646]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 646]", "2020/03/17 22:02:58 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 move PID 22354 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 647]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 647]", "2020/03/17 22:02:58 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 killed PIDs [22249] in CG [SOCK 646]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 646]", "2020/03/17 22:02:58 childExit(SB 646) [SB 1]", "2020/03/17 22:02:58 killed PIDs [22256] in CG [SOCK 647]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 647]", "2020/03/17 22:02:58 childExit(SB 647) [SB 1]", "2020/03/17 22:02:58 Channel() [SB 667]", "2020/03/17 22:02:58 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:58 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:58 Pause() [SB 667]", "2020/03/17 22:02:58 Receive request to /run/L666", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7326 [FUNC L666]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L666]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/3002-L666, /root/open-lambda/test-dir/worker/scratch/3003-L666, )=668... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-40 [SOCK 668]", "2020/03/17 22:02:58 fork(SB 668) [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 648]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 648]", "2020/03/17 22:02:58 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 move PID 22360 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 649]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 649]", "2020/03/17 22:02:58 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 killed PIDs [22260] in CG [SOCK 648]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 648]", "2020/03/17 22:02:58 childExit(SB 648) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 killed PIDs [22264] in CG [SOCK 649]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 649]", "2020/03/17 22:02:58 childExit(SB 649) [SB 1]", "2020/03/17 22:02:58 Channel() [SB 668]", "2020/03/17 22:02:58 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:58 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:58 Pause() [SB 668]", "2020/03/17 22:02:58 Receive request to /run/L667", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7338 [FUNC L667]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L667]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/3005-L667, /root/open-lambda/test-dir/worker/scratch/3006-L667, )=669... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-39 [SOCK 669]", "2020/03/17 22:02:58 fork(SB 669) [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 650]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 650]", "2020/03/17 22:02:58 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 move PID 22366 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 651]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 651]", "2020/03/17 22:02:58 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 killed PIDs [22270] in CG [SOCK 650]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 650]", "2020/03/17 22:02:58 childExit(SB 650) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 killed PIDs [22274] in CG [SOCK 651]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 651]", "2020/03/17 22:02:58 childExit(SB 651) [SB 1]", "2020/03/17 22:02:58 Channel() [SB 669]", "2020/03/17 22:02:58 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:58 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:58 Pause() [SB 669]", "2020/03/17 22:02:58 Receive request to /run/L668", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7350 [FUNC L668]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L668]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/3008-L668, /root/open-lambda/test-dir/worker/scratch/3009-L668, )=670... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-3 [SOCK 670]", "2020/03/17 22:02:58 fork(SB 670) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 move PID 22372 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Channel() [SB 670]", "2020/03/17 22:02:58 Pause() [SB 670]", "2020/03/17 22:02:58 Receive request to /run/L669", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7360 [FUNC L669]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L669]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/3011-L669, /root/open-lambda/test-dir/worker/scratch/3012-L669, )=671... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-2 [SOCK 671]", "2020/03/17 22:02:58 fork(SB 671) [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 652]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 652]", "2020/03/17 22:02:58 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 move PID 22376 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 653]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 653]", "2020/03/17 22:02:58 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:58 killed PIDs [22280] in CG [SOCK 652]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 652]", "2020/03/17 22:02:58 childExit(SB 652) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 killed PIDs [22284] in CG [SOCK 653]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 653]", "2020/03/17 22:02:58 childExit(SB 653) [SB 1]", "2020/03/17 22:02:58 Channel() [SB 671]", "2020/03/17 22:02:58 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:58 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:58 Pause() [SB 671]", "2020/03/17 22:02:58 Receive request to /run/L670", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7372 [FUNC L670]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L670]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/3014-L670, /root/open-lambda/test-dir/worker/scratch/3015-L670, )=672... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-5 [SOCK 672]", "2020/03/17 22:02:58 fork(SB 672) [SB 1]", "2020/03/17 22:02:58 move PID 22382 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Destroy() [SB 654]", "2020/03/17 22:02:58 CG ref count decremented to 0 [SOCK 654]", "2020/03/17 22:02:58 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 killed PIDs [22290] in CG [SOCK 654]", "2020/03/17 22:02:58 unmount and remove dirs [SOCK 654]", "2020/03/17 22:02:58 childExit(SB 654) [SB 1]", "2020/03/17 22:02:58 Channel() [SB 672]", "2020/03/17 22:02:58 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:58 Pause() [SB 672]", "2020/03/17 22:02:58 Receive request to /run/L671", "2020/03/17 22:02:58 debug: LambdaFunc.Task() runs on goroutine 7383 [FUNC L671]", "2020/03/17 22:02:58 increase instances to 1 [FUNC L671]", "2020/03/17 22:02:58 Try using Zygote from ", "2020/03/17 22:02:58 Unpause() [SB 1]", "2020/03/17 22:02:58 .Create(, true, /root/open-lambda/test-dir/worker/code/3017-L671, /root/open-lambda/test-dir/worker/scratch/3018-L671, )=673... [SOCK POOL sandboxes]", "2020/03/17 22:02:58 use cgroup cg-6 [SOCK 673]", "2020/03/17 22:02:58 fork(SB 673) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:58 move PID 22387 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:02:58 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:58 Pause() [SB 1]", "2020/03/17 22:02:58 Channel() [SB 673]", "2020/03/17 22:02:59 Pause() [SB 673]", "2020/03/17 22:02:59 Receive request to /run/L672", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7393 [FUNC L672]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L672]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3020-L672, /root/open-lambda/test-dir/worker/scratch/3021-L672, )=674... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-4 [SOCK 674]", "2020/03/17 22:02:59 fork(SB 674) [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 655]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 655]", "2020/03/17 22:02:59 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 move PID 22391 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 656]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 656]", "2020/03/17 22:02:59 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 killed PIDs [22294] in CG [SOCK 655]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 655]", "2020/03/17 22:02:59 childExit(SB 655) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 killed PIDs [22300] in CG [SOCK 656]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 656]", "2020/03/17 22:02:59 childExit(SB 656) [SB 1]", "2020/03/17 22:02:59 Channel() [SB 674]", "2020/03/17 22:02:59 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:59 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:59 Pause() [SB 674]", "2020/03/17 22:02:59 Receive request to /run/L673", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7405 [FUNC L673]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L673]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3023-L673, /root/open-lambda/test-dir/worker/scratch/3024-L673, )=675... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-7 [SOCK 675]", "2020/03/17 22:02:59 fork(SB 675) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 Destroy() [SB 657]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 657]", "2020/03/17 22:02:59 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 move PID 22397 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Channel() [SB 675]", "2020/03/17 22:02:59 killed PIDs [22304] in CG [SOCK 657]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 657]", "2020/03/17 22:02:59 childExit(SB 657) [SB 1]", "2020/03/17 22:02:59 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:59 Pause() [SB 675]", "2020/03/17 22:02:59 Receive request to /run/L674", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7416 [FUNC L674]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L674]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3026-L674, /root/open-lambda/test-dir/worker/scratch/3027-L674, )=676... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-10 [SOCK 676]", "2020/03/17 22:02:59 fork(SB 676) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 move PID 22402 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 658]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 658]", "2020/03/17 22:02:59 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 Channel() [SB 676]", "2020/03/17 22:02:59 killed PIDs [22311] in CG [SOCK 658]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 658]", "2020/03/17 22:02:59 childExit(SB 658) [SB 1]", "2020/03/17 22:02:59 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:59 Pause() [SB 676]", "2020/03/17 22:02:59 Receive request to /run/L675", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7427 [FUNC L675]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L675]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3029-L675, /root/open-lambda/test-dir/worker/scratch/3030-L675, )=677... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-13 [SOCK 677]", "2020/03/17 22:02:59 fork(SB 677) [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 659]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 659]", "2020/03/17 22:02:59 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 move PID 22407 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 killed PIDs [22317] in CG [SOCK 659]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 659]", "2020/03/17 22:02:59 childExit(SB 659) [SB 1]", "2020/03/17 22:02:59 Channel() [SB 677]", "2020/03/17 22:02:59 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:59 Pause() [SB 677]", "2020/03/17 22:02:59 Receive request to /run/L676", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7438 [FUNC L676]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L676]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3032-L676, /root/open-lambda/test-dir/worker/scratch/3033-L676, )=678... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-8 [SOCK 678]", "2020/03/17 22:02:59 fork(SB 678) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 Destroy() [SB 660]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 660]", "2020/03/17 22:02:59 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 move PID 22412 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 killed PIDs [22321] in CG [SOCK 660]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 660]", "2020/03/17 22:02:59 childExit(SB 660) [SB 1]", "2020/03/17 22:02:59 Channel() [SB 678]", "2020/03/17 22:02:59 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:02:59 Pause() [SB 678]", "2020/03/17 22:02:59 Receive request to /run/L677", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7449 [FUNC L677]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L677]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3035-L677, /root/open-lambda/test-dir/worker/scratch/3036-L677, )=679... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-9 [SOCK 679]", "2020/03/17 22:02:59 fork(SB 679) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 move PID 22417 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Channel() [SB 679]", "2020/03/17 22:02:59 Pause() [SB 679]", "2020/03/17 22:02:59 Receive request to /run/L678", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7459 [FUNC L678]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L678]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3038-L678, /root/open-lambda/test-dir/worker/scratch/3039-L678, )=680... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-41 [SOCK 680]", "2020/03/17 22:02:59 fork(SB 680) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 move PID 22421 from CG cg-1 to CG cg-41 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Channel() [SB 680]", "2020/03/17 22:02:59 Pause() [SB 680]", "2020/03/17 22:02:59 Receive request to /run/L679", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7469 [FUNC L679]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L679]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3041-L679, /root/open-lambda/test-dir/worker/scratch/3042-L679, )=681... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-16 [SOCK 681]", "2020/03/17 22:02:59 fork(SB 681) [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 661]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 661]", "2020/03/17 22:02:59 killed PIDs [22325] in CG [SOCK 661]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 661]", "2020/03/17 22:02:59 childExit(SB 661) [SB 1]", "2020/03/17 22:02:59 move PID 22426 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 Channel() [SB 681]", "2020/03/17 22:02:59 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:59 Pause() [SB 681]", "2020/03/17 22:02:59 Receive request to /run/L680", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7480 [FUNC L680]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L680]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3044-L680, /root/open-lambda/test-dir/worker/scratch/3045-L680, )=682... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-14 [SOCK 682]", "2020/03/17 22:02:59 fork(SB 682) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 move PID 22430 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Channel() [SB 682]", "2020/03/17 22:02:59 Pause() [SB 682]", "2020/03/17 22:02:59 Receive request to /run/L681", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7490 [FUNC L681]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L681]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3047-L681, /root/open-lambda/test-dir/worker/scratch/3048-L681, )=683... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-15 [SOCK 683]", "2020/03/17 22:02:59 fork(SB 683) [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 662]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 662]", "2020/03/17 22:02:59 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 killed PIDs [22330] in CG [SOCK 662]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 662]", "2020/03/17 22:02:59 childExit(SB 662) [SB 1]", "2020/03/17 22:02:59 move PID 22434 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 663]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 663]", "2020/03/17 22:02:59 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 killed PIDs [22335] in CG [SOCK 663]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 663]", "2020/03/17 22:02:59 childExit(SB 663) [SB 1]", "2020/03/17 22:02:59 Channel() [SB 683]", "2020/03/17 22:02:59 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:59 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:59 Pause() [SB 683]", "2020/03/17 22:02:59 Receive request to /run/L682", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7502 [FUNC L682]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L682]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3050-L682, /root/open-lambda/test-dir/worker/scratch/3051-L682, )=684... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-19 [SOCK 684]", "2020/03/17 22:02:59 fork(SB 684) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 move PID 22440 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Channel() [SB 684]", "2020/03/17 22:02:59 Pause() [SB 684]", "2020/03/17 22:02:59 Receive request to /run/L683", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7512 [FUNC L683]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L683]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3053-L683, /root/open-lambda/test-dir/worker/scratch/3054-L683, )=685... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-11 [SOCK 685]", "2020/03/17 22:02:59 fork(SB 685) [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 664]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 664]", "2020/03/17 22:02:59 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 killed PIDs [22339] in CG [SOCK 664]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 664]", "2020/03/17 22:02:59 childExit(SB 664) [SB 1]", "2020/03/17 22:02:59 move PID 22444 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 665]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 665]", "2020/03/17 22:02:59 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 killed PIDs [22346] in CG [SOCK 665]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 665]", "2020/03/17 22:02:59 childExit(SB 665) [SB 1]", "2020/03/17 22:02:59 Channel() [SB 685]", "2020/03/17 22:02:59 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:59 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:59 Pause() [SB 685]", "2020/03/17 22:02:59 Receive request to /run/L684", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7524 [FUNC L684]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L684]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3056-L684, /root/open-lambda/test-dir/worker/scratch/3057-L684, )=686... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-18 [SOCK 686]", "2020/03/17 22:02:59 fork(SB 686) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 move PID 22450 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Channel() [SB 686]", "2020/03/17 22:02:59 Pause() [SB 686]", "2020/03/17 22:02:59 Receive request to /run/L685", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7534 [FUNC L685]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L685]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3059-L685, /root/open-lambda/test-dir/worker/scratch/3060-L685, )=687... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-12 [SOCK 687]", "2020/03/17 22:02:59 fork(SB 687) [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 666]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 666]", "2020/03/17 22:02:59 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 killed PIDs [22350] in CG [SOCK 666]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 666]", "2020/03/17 22:02:59 childExit(SB 666) [SB 1]", "2020/03/17 22:02:59 move PID 22455 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 667]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 667]", "2020/03/17 22:02:59 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 Channel() [SB 687]", "2020/03/17 22:02:59 killed PIDs [22354] in CG [SOCK 667]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 667]", "2020/03/17 22:02:59 childExit(SB 667) [SB 1]", "2020/03/17 22:02:59 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:59 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:59 Pause() [SB 687]", "2020/03/17 22:02:59 Receive request to /run/L686", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7546 [FUNC L686]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L686]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3062-L686, /root/open-lambda/test-dir/worker/scratch/3063-L686, )=688... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-24 [SOCK 688]", "2020/03/17 22:02:59 fork(SB 688) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 move PID 22460 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Channel() [SB 688]", "2020/03/17 22:02:59 Pause() [SB 688]", "2020/03/17 22:02:59 Receive request to /run/L687", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7556 [FUNC L687]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L687]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3065-L687, /root/open-lambda/test-dir/worker/scratch/3066-L687, )=689... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-20 [SOCK 689]", "2020/03/17 22:02:59 fork(SB 689) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 Destroy() [SB 668]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 668]", "2020/03/17 22:02:59 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 move PID 22464 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 669]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 669]", "2020/03/17 22:02:59 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 Channel() [SB 689]", "2020/03/17 22:02:59 killed PIDs [22366] in CG [SOCK 669]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 669]", "2020/03/17 22:02:59 childExit(SB 669) [SB 1]", "2020/03/17 22:02:59 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:59 killed PIDs [22360] in CG [SOCK 668]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 668]", "2020/03/17 22:02:59 childExit(SB 668) [SB 1]", "2020/03/17 22:02:59 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:59 Pause() [SB 689]", "2020/03/17 22:02:59 Receive request to /run/L688", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7568 [FUNC L688]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L688]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3068-L688, /root/open-lambda/test-dir/worker/scratch/3069-L688, )=690... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-17 [SOCK 690]", "2020/03/17 22:02:59 fork(SB 690) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 move PID 22470 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Channel() [SB 690]", "2020/03/17 22:02:59 Pause() [SB 690]", "2020/03/17 22:02:59 Receive request to /run/L689", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7578 [FUNC L689]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L689]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3071-L689, /root/open-lambda/test-dir/worker/scratch/3072-L689, )=691... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-21 [SOCK 691]", "2020/03/17 22:02:59 fork(SB 691) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 Destroy() [SB 670]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 670]", "2020/03/17 22:02:59 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 move PID 22474 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 671]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 671]", "2020/03/17 22:02:59 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 Channel() [SB 691]", "2020/03/17 22:02:59 killed PIDs [22376] in CG [SOCK 671]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 671]", "2020/03/17 22:02:59 childExit(SB 671) [SB 1]", "2020/03/17 22:02:59 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:02:59 killed PIDs [22372] in CG [SOCK 670]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 670]", "2020/03/17 22:02:59 childExit(SB 670) [SB 1]", "2020/03/17 22:02:59 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:59 Pause() [SB 691]", "2020/03/17 22:02:59 Receive request to /run/L690", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7590 [FUNC L690]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L690]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3074-L690, /root/open-lambda/test-dir/worker/scratch/3075-L690, )=692... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-23 [SOCK 692]", "2020/03/17 22:02:59 fork(SB 692) [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 672]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 672]", "2020/03/17 22:02:59 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 move PID 22481 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 673]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 673]", "2020/03/17 22:02:59 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 killed PIDs [22382] in CG [SOCK 672]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 672]", "2020/03/17 22:02:59 childExit(SB 672) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 killed PIDs [22387] in CG [SOCK 673]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 673]", "2020/03/17 22:02:59 childExit(SB 673) [SB 1]", "2020/03/17 22:02:59 Channel() [SB 692]", "2020/03/17 22:02:59 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:59 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:59 Pause() [SB 692]", "2020/03/17 22:02:59 Receive request to /run/L691", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7602 [FUNC L691]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L691]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3077-L691, /root/open-lambda/test-dir/worker/scratch/3078-L691, )=693... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-26 [SOCK 693]", "2020/03/17 22:02:59 fork(SB 693) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 move PID 22486 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Channel() [SB 693]", "2020/03/17 22:02:59 Pause() [SB 693]", "2020/03/17 22:02:59 Receive request to /run/L692", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7612 [FUNC L692]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L692]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3080-L692, /root/open-lambda/test-dir/worker/scratch/3081-L692, )=694... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-22 [SOCK 694]", "2020/03/17 22:02:59 fork(SB 694) [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 674]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 674]", "2020/03/17 22:02:59 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 move PID 22491 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 675]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 675]", "2020/03/17 22:02:59 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 killed PIDs [22391] in CG [SOCK 674]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 674]", "2020/03/17 22:02:59 childExit(SB 674) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 killed PIDs [22397] in CG [SOCK 675]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 675]", "2020/03/17 22:02:59 childExit(SB 675) [SB 1]", "2020/03/17 22:02:59 Channel() [SB 694]", "2020/03/17 22:02:59 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:59 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:59 Pause() [SB 694]", "2020/03/17 22:02:59 Receive request to /run/L693", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7624 [FUNC L693]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L693]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3083-L693, /root/open-lambda/test-dir/worker/scratch/3084-L693, )=695... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-25 [SOCK 695]", "2020/03/17 22:02:59 fork(SB 695) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 move PID 22496 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Channel() [SB 695]", "2020/03/17 22:02:59 Pause() [SB 695]", "2020/03/17 22:02:59 Receive request to /run/L694", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7634 [FUNC L694]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L694]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:02:59 .Create(, true, /root/open-lambda/test-dir/worker/code/3086-L694, /root/open-lambda/test-dir/worker/scratch/3087-L694, )=696... [SOCK POOL sandboxes]", "2020/03/17 22:02:59 use cgroup cg-27 [SOCK 696]", "2020/03/17 22:02:59 fork(SB 696) [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 676]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 676]", "2020/03/17 22:02:59 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 move PID 22500 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:02:59 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:02:59 Pause() [SB 1]", "2020/03/17 22:02:59 Destroy() [SB 677]", "2020/03/17 22:02:59 CG ref count decremented to 0 [SOCK 677]", "2020/03/17 22:02:59 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:02:59 killed PIDs [22402] in CG [SOCK 676]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 676]", "2020/03/17 22:02:59 childExit(SB 676) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:02:59 killed PIDs [22407] in CG [SOCK 677]", "2020/03/17 22:02:59 unmount and remove dirs [SOCK 677]", "2020/03/17 22:02:59 childExit(SB 677) [SB 1]", "2020/03/17 22:02:59 Channel() [SB 696]", "2020/03/17 22:02:59 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:02:59 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:02:59 Pause() [SB 696]", "2020/03/17 22:02:59 Receive request to /run/L695", "2020/03/17 22:02:59 debug: LambdaFunc.Task() runs on goroutine 7646 [FUNC L695]", "2020/03/17 22:02:59 increase instances to 1 [FUNC L695]", "2020/03/17 22:02:59 Try using Zygote from ", "2020/03/17 22:02:59 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3089-L695, /root/open-lambda/test-dir/worker/scratch/3090-L695, )=697... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-32 [SOCK 697]", "2020/03/17 22:03:00 fork(SB 697) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 move PID 22506 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Channel() [SB 697]", "2020/03/17 22:03:00 Pause() [SB 697]", "2020/03/17 22:03:00 Receive request to /run/L696", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7656 [FUNC L696]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L696]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3092-L696, /root/open-lambda/test-dir/worker/scratch/3093-L696, )=698... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-29 [SOCK 698]", "2020/03/17 22:03:00 fork(SB 698) [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 678]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 678]", "2020/03/17 22:03:00 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 move PID 22510 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 679]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 679]", "2020/03/17 22:03:00 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 killed PIDs [22412] in CG [SOCK 678]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 678]", "2020/03/17 22:03:00 childExit(SB 678) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 killed PIDs [22417] in CG [SOCK 679]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 679]", "2020/03/17 22:03:00 childExit(SB 679) [SB 1]", "2020/03/17 22:03:00 Channel() [SB 698]", "2020/03/17 22:03:00 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:00 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:00 Pause() [SB 698]", "2020/03/17 22:03:00 Receive request to /run/L697", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7668 [FUNC L697]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L697]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3095-L697, /root/open-lambda/test-dir/worker/scratch/3096-L697, )=699... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-33 [SOCK 699]", "2020/03/17 22:03:00 fork(SB 699) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 move PID 22516 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Channel() [SB 699]", "2020/03/17 22:03:00 Pause() [SB 699]", "2020/03/17 22:03:00 Receive request to /run/L698", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7678 [FUNC L698]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L698]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3098-L698, /root/open-lambda/test-dir/worker/scratch/3099-L698, )=700... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-30 [SOCK 700]", "2020/03/17 22:03:00 fork(SB 700) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 move PID 22520 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Channel() [SB 700]", "2020/03/17 22:03:00 Pause() [SB 700]", "2020/03/17 22:03:00 Receive request to /run/L699", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7688 [FUNC L699]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L699]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3101-L699, /root/open-lambda/test-dir/worker/scratch/3102-L699, )=701... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-28 [SOCK 701]", "2020/03/17 22:03:00 fork(SB 701) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 Destroy() [SB 680]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 680]", "2020/03/17 22:03:00 waiting for 1 procs in cg-41 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 move PID 22524 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 681]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 681]", "2020/03/17 22:03:00 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 Channel() [SB 701]", "2020/03/17 22:03:00 killed PIDs [22426] in CG [SOCK 681]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 681]", "2020/03/17 22:03:00 childExit(SB 681) [SB 1]", "2020/03/17 22:03:00 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:00 killed PIDs [22421] in CG [SOCK 680]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 680]", "2020/03/17 22:03:00 childExit(SB 680) [SB 1]", "2020/03/17 22:03:00 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:00 Pause() [SB 701]", "2020/03/17 22:03:00 Receive request to /run/L700", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7700 [FUNC L700]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L700]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3104-L700, /root/open-lambda/test-dir/worker/scratch/3105-L700, )=702... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-36 [SOCK 702]", "2020/03/17 22:03:00 fork(SB 702) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 move PID 22530 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Channel() [SB 702]", "2020/03/17 22:03:00 Pause() [SB 702]", "2020/03/17 22:03:00 Receive request to /run/L701", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7710 [FUNC L701]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L701]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3107-L701, /root/open-lambda/test-dir/worker/scratch/3108-L701, )=703... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-31 [SOCK 703]", "2020/03/17 22:03:00 fork(SB 703) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 Destroy() [SB 682]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 682]", "2020/03/17 22:03:00 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 move PID 22534 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 683]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 683]", "2020/03/17 22:03:00 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 killed PIDs [22434] in CG [SOCK 683]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 683]", "2020/03/17 22:03:00 childExit(SB 683) [SB 1]", "2020/03/17 22:03:00 Channel() [SB 703]", "2020/03/17 22:03:00 killed PIDs [22430] in CG [SOCK 682]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 682]", "2020/03/17 22:03:00 childExit(SB 682) [SB 1]", "2020/03/17 22:03:00 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:00 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:00 Pause() [SB 703]", "2020/03/17 22:03:00 Receive request to /run/L702", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7722 [FUNC L702]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L702]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3110-L702, /root/open-lambda/test-dir/worker/scratch/3111-L702, )=704... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-34 [SOCK 704]", "2020/03/17 22:03:00 fork(SB 704) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 move PID 22540 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Channel() [SB 704]", "2020/03/17 22:03:00 Pause() [SB 704]", "2020/03/17 22:03:00 Receive request to /run/L703", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7732 [FUNC L703]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L703]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3113-L703, /root/open-lambda/test-dir/worker/scratch/3114-L703, )=705... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-38 [SOCK 705]", "2020/03/17 22:03:00 fork(SB 705) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 Destroy() [SB 684]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 684]", "2020/03/17 22:03:00 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 move PID 22544 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 685]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 685]", "2020/03/17 22:03:00 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 killed PIDs [22440] in CG [SOCK 684]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 684]", "2020/03/17 22:03:00 childExit(SB 684) [SB 1]", "2020/03/17 22:03:00 Channel() [SB 705]", "2020/03/17 22:03:00 killed PIDs [22444] in CG [SOCK 685]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 685]", "2020/03/17 22:03:00 childExit(SB 685) [SB 1]", "2020/03/17 22:03:00 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:00 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:00 Pause() [SB 705]", "2020/03/17 22:03:00 Receive request to /run/L704", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7744 [FUNC L704]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L704]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3116-L704, /root/open-lambda/test-dir/worker/scratch/3117-L704, )=706... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-37 [SOCK 706]", "2020/03/17 22:03:00 fork(SB 706) [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 686]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 686]", "2020/03/17 22:03:00 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 move PID 22550 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 687]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 687]", "2020/03/17 22:03:00 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 killed PIDs [22450] in CG [SOCK 686]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 686]", "2020/03/17 22:03:00 childExit(SB 686) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 killed PIDs [22455] in CG [SOCK 687]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 687]", "2020/03/17 22:03:00 childExit(SB 687) [SB 1]", "2020/03/17 22:03:00 Channel() [SB 706]", "2020/03/17 22:03:00 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:00 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:00 Pause() [SB 706]", "2020/03/17 22:03:00 Receive request to /run/L705", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7756 [FUNC L705]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L705]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3119-L705, /root/open-lambda/test-dir/worker/scratch/3120-L705, )=707... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-35 [SOCK 707]", "2020/03/17 22:03:00 fork(SB 707) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 move PID 22556 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Channel() [SB 707]", "2020/03/17 22:03:00 Pause() [SB 707]", "2020/03/17 22:03:00 Receive request to /run/L706", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7766 [FUNC L706]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L706]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3122-L706, /root/open-lambda/test-dir/worker/scratch/3123-L706, )=708... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-39 [SOCK 708]", "2020/03/17 22:03:00 fork(SB 708) [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 688]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 688]", "2020/03/17 22:03:00 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 killed PIDs [22460] in CG [SOCK 688]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 688]", "2020/03/17 22:03:00 childExit(SB 688) [SB 1]", "2020/03/17 22:03:00 move PID 22560 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 689]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 689]", "2020/03/17 22:03:00 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 killed PIDs [22464] in CG [SOCK 689]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 689]", "2020/03/17 22:03:00 childExit(SB 689) [SB 1]", "2020/03/17 22:03:00 Channel() [SB 708]", "2020/03/17 22:03:00 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:00 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:00 Pause() [SB 708]", "2020/03/17 22:03:00 Receive request to /run/L707", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7778 [FUNC L707]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L707]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3125-L707, /root/open-lambda/test-dir/worker/scratch/3126-L707, )=709... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-40 [SOCK 709]", "2020/03/17 22:03:00 fork(SB 709) [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 690]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 690]", "2020/03/17 22:03:00 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 move PID 22566 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 691]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 691]", "2020/03/17 22:03:00 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 killed PIDs [22470] in CG [SOCK 690]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 690]", "2020/03/17 22:03:00 childExit(SB 690) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 killed PIDs [22474] in CG [SOCK 691]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 691]", "2020/03/17 22:03:00 childExit(SB 691) [SB 1]", "2020/03/17 22:03:00 Channel() [SB 709]", "2020/03/17 22:03:00 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:00 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:03:00 Pause() [SB 709]", "2020/03/17 22:03:00 Receive request to /run/L708", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7790 [FUNC L708]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L708]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3128-L708, /root/open-lambda/test-dir/worker/scratch/3129-L708, )=710... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-2 [SOCK 710]", "2020/03/17 22:03:00 fork(SB 710) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 move PID 22572 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Channel() [SB 710]", "2020/03/17 22:03:00 Pause() [SB 710]", "2020/03/17 22:03:00 Receive request to /run/L709", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7800 [FUNC L709]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L709]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3131-L709, /root/open-lambda/test-dir/worker/scratch/3132-L709, )=711... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-3 [SOCK 711]", "2020/03/17 22:03:00 fork(SB 711) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 move PID 22576 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Channel() [SB 711]", "2020/03/17 22:03:00 Pause() [SB 711]", "2020/03/17 22:03:00 Receive request to /run/L710", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7810 [FUNC L710]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L710]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3134-L710, /root/open-lambda/test-dir/worker/scratch/3135-L710, )=712... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-5 [SOCK 712]", "2020/03/17 22:03:00 fork(SB 712) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 move PID 22580 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Channel() [SB 712]", "2020/03/17 22:03:00 Pause() [SB 712]", "2020/03/17 22:03:00 Receive request to /run/L711", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7820 [FUNC L711]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L711]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3137-L711, /root/open-lambda/test-dir/worker/scratch/3138-L711, )=713... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-6 [SOCK 713]", "2020/03/17 22:03:00 fork(SB 713) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 Destroy() [SB 692]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 692]", "2020/03/17 22:03:00 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 move PID 22584 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 693]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 693]", "2020/03/17 22:03:00 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 Channel() [SB 713]", "2020/03/17 22:03:00 killed PIDs [22481] in CG [SOCK 692]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 692]", "2020/03/17 22:03:00 childExit(SB 692) [SB 1]", "2020/03/17 22:03:00 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:00 killed PIDs [22486] in CG [SOCK 693]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 693]", "2020/03/17 22:03:00 childExit(SB 693) [SB 1]", "2020/03/17 22:03:00 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:00 Pause() [SB 713]", "2020/03/17 22:03:00 Receive request to /run/L712", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7832 [FUNC L712]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L712]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3140-L712, /root/open-lambda/test-dir/worker/scratch/3141-L712, )=714... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-4 [SOCK 714]", "2020/03/17 22:03:00 fork(SB 714) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 move PID 22590 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Channel() [SB 714]", "2020/03/17 22:03:00 Pause() [SB 714]", "2020/03/17 22:03:00 Receive request to /run/L713", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7842 [FUNC L713]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L713]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3143-L713, /root/open-lambda/test-dir/worker/scratch/3144-L713, )=715... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-7 [SOCK 715]", "2020/03/17 22:03:00 fork(SB 715) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 Destroy() [SB 694]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 694]", "2020/03/17 22:03:00 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 move PID 22594 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 695]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 695]", "2020/03/17 22:03:00 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 Channel() [SB 715]", "2020/03/17 22:03:00 killed PIDs [22496] in CG [SOCK 695]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 695]", "2020/03/17 22:03:00 childExit(SB 695) [SB 1]", "2020/03/17 22:03:00 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:00 killed PIDs [22491] in CG [SOCK 694]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 694]", "2020/03/17 22:03:00 childExit(SB 694) [SB 1]", "2020/03/17 22:03:00 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:00 Pause() [SB 715]", "2020/03/17 22:03:00 Receive request to /run/L714", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7854 [FUNC L714]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L714]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3146-L714, /root/open-lambda/test-dir/worker/scratch/3147-L714, )=716... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-10 [SOCK 716]", "2020/03/17 22:03:00 fork(SB 716) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 move PID 22600 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Channel() [SB 716]", "2020/03/17 22:03:00 Pause() [SB 716]", "2020/03/17 22:03:00 Receive request to /run/L715", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7864 [FUNC L715]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L715]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3149-L715, /root/open-lambda/test-dir/worker/scratch/3150-L715, )=717... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-13 [SOCK 717]", "2020/03/17 22:03:00 fork(SB 717) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 Destroy() [SB 696]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 696]", "2020/03/17 22:03:00 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 move PID 22604 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 697]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 697]", "2020/03/17 22:03:00 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 killed PIDs [22500] in CG [SOCK 696]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 696]", "2020/03/17 22:03:00 childExit(SB 696) [SB 1]", "2020/03/17 22:03:00 Channel() [SB 717]", "2020/03/17 22:03:00 killed PIDs [22506] in CG [SOCK 697]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 697]", "2020/03/17 22:03:00 childExit(SB 697) [SB 1]", "2020/03/17 22:03:00 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:00 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:00 Pause() [SB 717]", "2020/03/17 22:03:00 Receive request to /run/L716", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7876 [FUNC L716]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L716]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3152-L716, /root/open-lambda/test-dir/worker/scratch/3153-L716, )=718... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-8 [SOCK 718]", "2020/03/17 22:03:00 fork(SB 718) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 move PID 22610 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Channel() [SB 718]", "2020/03/17 22:03:00 Pause() [SB 718]", "2020/03/17 22:03:00 Receive request to /run/L717", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7886 [FUNC L717]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L717]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3155-L717, /root/open-lambda/test-dir/worker/scratch/3156-L717, )=719... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-9 [SOCK 719]", "2020/03/17 22:03:00 fork(SB 719) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 Destroy() [SB 698]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 698]", "2020/03/17 22:03:00 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 Destroy() [SB 699]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 699]", "2020/03/17 22:03:00 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 move PID 22614 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Destroy() [SB 700]", "2020/03/17 22:03:00 CG ref count decremented to 0 [SOCK 700]", "2020/03/17 22:03:00 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:00 killed PIDs [22520] in CG [SOCK 700]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 700]", "2020/03/17 22:03:00 childExit(SB 700) [SB 1]", "2020/03/17 22:03:00 killed PIDs [22516] in CG [SOCK 699]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 699]", "2020/03/17 22:03:00 childExit(SB 699) [SB 1]", "2020/03/17 22:03:00 killed PIDs [22510] in CG [SOCK 698]", "2020/03/17 22:03:00 unmount and remove dirs [SOCK 698]", "2020/03/17 22:03:00 childExit(SB 698) [SB 1]", "2020/03/17 22:03:00 Channel() [SB 719]", "2020/03/17 22:03:00 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:00 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:00 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:00 Pause() [SB 719]", "2020/03/17 22:03:00 Receive request to /run/L718", "2020/03/17 22:03:00 debug: LambdaFunc.Task() runs on goroutine 7899 [FUNC L718]", "2020/03/17 22:03:00 increase instances to 1 [FUNC L718]", "2020/03/17 22:03:00 Try using Zygote from ", "2020/03/17 22:03:00 Unpause() [SB 1]", "2020/03/17 22:03:00 .Create(, true, /root/open-lambda/test-dir/worker/code/3158-L718, /root/open-lambda/test-dir/worker/scratch/3159-L718, )=720... [SOCK POOL sandboxes]", "2020/03/17 22:03:00 use cgroup cg-16 [SOCK 720]", "2020/03/17 22:03:00 fork(SB 720) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:00 move PID 22621 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:03:00 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:00 Pause() [SB 1]", "2020/03/17 22:03:00 Channel() [SB 720]", "2020/03/17 22:03:01 Pause() [SB 720]", "2020/03/17 22:03:01 Receive request to /run/L719", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 7909 [FUNC L719]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L719]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3161-L719, /root/open-lambda/test-dir/worker/scratch/3162-L719, )=721... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-41 [SOCK 721]", "2020/03/17 22:03:01 fork(SB 721) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 move PID 22625 from CG cg-1 to CG cg-41 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Channel() [SB 721]", "2020/03/17 22:03:01 Pause() [SB 721]", "2020/03/17 22:03:01 Receive request to /run/L720", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 7919 [FUNC L720]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L720]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3164-L720, /root/open-lambda/test-dir/worker/scratch/3165-L720, )=722... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-15 [SOCK 722]", "2020/03/17 22:03:01 fork(SB 722) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 Destroy() [SB 701]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 701]", "2020/03/17 22:03:01 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 Destroy() [SB 702]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 702]", "2020/03/17 22:03:01 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 move PID 22629 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Destroy() [SB 703]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 703]", "2020/03/17 22:03:01 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 killed PIDs [22524] in CG [SOCK 701]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 701]", "2020/03/17 22:03:01 childExit(SB 701) [SB 1]", "2020/03/17 22:03:01 killed PIDs [22530] in CG [SOCK 702]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 702]", "2020/03/17 22:03:01 childExit(SB 702) [SB 1]", "2020/03/17 22:03:01 Channel() [SB 722]", "2020/03/17 22:03:01 killed PIDs [22534] in CG [SOCK 703]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 703]", "2020/03/17 22:03:01 childExit(SB 703) [SB 1]", "2020/03/17 22:03:01 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:01 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:01 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:01 Pause() [SB 722]", "2020/03/17 22:03:01 Receive request to /run/L721", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 7932 [FUNC L721]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L721]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3167-L721, /root/open-lambda/test-dir/worker/scratch/3168-L721, )=723... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-14 [SOCK 723]", "2020/03/17 22:03:01 fork(SB 723) [SB 1]", "2020/03/17 22:03:01 Destroy() [SB 704]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 704]", "2020/03/17 22:03:01 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 move PID 22636 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Destroy() [SB 705]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 705]", "2020/03/17 22:03:01 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 killed PIDs [22540] in CG [SOCK 704]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 704]", "2020/03/17 22:03:01 childExit(SB 704) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 killed PIDs [22544] in CG [SOCK 705]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 705]", "2020/03/17 22:03:01 childExit(SB 705) [SB 1]", "2020/03/17 22:03:01 Channel() [SB 723]", "2020/03/17 22:03:01 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:01 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:03:01 Pause() [SB 723]", "2020/03/17 22:03:01 Receive request to /run/L722", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 7944 [FUNC L722]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L722]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3170-L722, /root/open-lambda/test-dir/worker/scratch/3171-L722, )=724... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-19 [SOCK 724]", "2020/03/17 22:03:01 fork(SB 724) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 move PID 22642 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Channel() [SB 724]", "2020/03/17 22:03:01 Pause() [SB 724]", "2020/03/17 22:03:01 Receive request to /run/L723", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 7954 [FUNC L723]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L723]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3173-L723, /root/open-lambda/test-dir/worker/scratch/3174-L723, )=725... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-11 [SOCK 725]", "2020/03/17 22:03:01 fork(SB 725) [SB 1]", "=26", "send chrootFD=27", "send chrootFD=11", "send chrootFD=27", "send chrootFD=14", "send chrootFD=27", "send chrootFD=15", "send chrootFD=27", "send chrootFD=13", "send chrootFD=16", "send chrootFD=27", "send chrootFD=19", "send chrootFD=27", "send chrootFD=18", "send chrootFD=20", "send chrootFD=23", "send chrootFD=22", "send chrootFD=23", "send chrootFD=23", "send chrootFD=27", "send chrootFD=25", "send chrootFD=25", "send chrootFD=11", "send chrootFD=11", "send chrootFD=14", "send chrootFD=25", "send chrootFD=25", "send chrootFD=25", "send chrootFD=16", "send chrootFD=17", "send chrootFD=19", "send chrootFD=19", "send chrootFD=19", "send chrootFD=20", "send chrootFD=25", "send chrootFD=25", "send chrootFD=26", "send chrootFD=27", "send chrootFD=22", "send chrootFD=23", "send chrootFD=10", "send chrootFD=23", "send chrootFD=24", "send chrootFD=11", "send chrootFD=24", "send chrootFD=9", "send chrootFD=15", "send chrootFD=24", "send chrootFD=16", "send chrootFD=24", "send chrootFD=27", "send chrootFD=17", "send chrootFD=18", "send chrootFD=27", "send chrootFD=12", "send chrootFD=27", "send chrootFD=25", "send chrootFD=27", "send chrootFD=26", "send chrootFD=27", "send chrootFD=27", "send chrootFD=20", "send chrootFD=20", "send chrootFD=20", "send chrootFD=23", "send chrootFD=23", "send chrootFD=27", "send chrootFD=15", "send chrootFD=27", "send chrootFD=10", "send chrootFD=24", "send chrootFD=24", "send chrootFD=27", "send chrootFD=18", "send chrootFD=27", "send chrootFD=19", "send chrootFD=27", "send chrootFD=25", "send chrootFD=25", "send chrootFD=25", "send chrootFD=16", "send chrootFD=25", "send chrootFD=26", "send chrootFD=27", "send chrootFD=20", "send chrootFD=27", "send chrootFD=23", "send chrootFD=27", "send chrootFD=15", "send chrootFD=27", "send chrootFD=13", "send chrootFD=27", "send chrootFD=24", "send chrootFD=27", "send chrootFD=18", "send chrootFD=27", "send chrootFD=19", "send chrootFD=27", "send chrootFD=21", "send chrootFD=27", "send chrootFD=22", "send chrootFD=27", "send chrootFD=25", "send chrootFD=26", "send chrootFD=26", "send chrootFD=27", "send chrootFD=20", "send chrootFD=20", "send chrootFD=15", "send chrootFD=20", "send chrootFD=23", "send chrootFD=23", "send chrootFD=27", "send chrootFD=17", "send chrootFD=24", "send chrootFD=27", "send chrootFD=18", "send chrootFD=27", "send chrootFD=19", "send chrootFD=27", "send chrootFD=8", "send chrootFD=22", "send chrootFD=27", "send chrootFD=21", "send chrootFD=25", "send chrootFD=27", "send chrootFD=16", "send chrootFD=16", "send chrootFD=26", "send chrootFD=20", "send chrootFD=26", "send chrootFD=23", "send chrootFD=26", "send chrootFD=17", "send chrootFD=17", "send chrootFD=24", "send chrootFD=26", "send chrootFD=26", "send chrootFD=27", "send chrootFD=14", "send chrootFD=14", "send chrootFD=19", "send chrootFD=19", "send chrootFD=21", "send chrootFD=21", "send chrootFD=21", "send chrootFD=22", "send chrootFD=6", "send chrootFD=27", "send chrootFD=25", "send chrootFD=27", "send chrootFD=20", "send chrootFD=20", "send chrootFD=23", "send chrootFD=17", "send chrootFD=23", "send chrootFD=23", "send chrootFD=24", "send chrootFD=26", "send chrootFD=27", "send chrootFD=14", "send chrootFD=16", "send chrootFD=27", "send chrootFD=11", "send chrootFD=19", "send chrootFD=27", "send chrootFD=21", "send chrootFD=27", "send chrootFD=22", "send chrootFD=27", "send chrootFD=25", "send chrootFD=27", "send chrootFD=13", "send chrootFD=27", "send chrootFD=17", "send chrootFD=18", "send chrootFD=20", "send chrootFD=23", "send chrootFD=24", "send chrootFD=26", "send chrootFD=27", "send chrootFD=14", "send chrootFD=16", "send chrootFD=27", "send chrootFD=11", "send chrootFD=11", "send chrootFD=11", "send chrootFD=19", "send chrootFD=19", "send chrootFD=21", "send chrootFD=22", "send chrootFD=13", "send chrootFD=13", "send chrootFD=17", "send chrootFD=18", "send chrootFD=20", "send chrootFD=22", "send chrootFD=25", "send chrootFD=25", "send chrootFD=27", "send chrootFD=26", "send chrootFD=27", "send chrootFD=14", "send chrootFD=27", "send chrootFD=27", "send chrootFD=16", "send chrootFD=16", "send chrootFD=27", "send chrootFD=15", "send chrootFD=19", "send chrootFD=21", "send chrootFD=12", "send chrootFD=21", "send chrootFD=17", "send chrootFD=21", "send chrootFD=20", "send chrootFD=21", "send chrootFD=27", "send chrootFD=23", "send chrootFD=27", "send chrootFD=25", "send chrootFD=27", "send chrootFD=26", "send chrootFD=14", "send chrootFD=26", "send chrootFD=10", "send chrootFD=11", "send chrootFD=16", "send chrootFD=26", "send chrootFD=27", "send chrootFD=19", "send chrootFD=27", "send chrootFD=12", "send chrootFD=27", "send chrootFD=17", "send chrootFD=27", "send chrootFD=20", "send chrootFD=21", "send chrootFD=27", "send chrootFD=23", "send chrootFD=23", "send chrootFD=2sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 move PID 22646 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Channel() [SB 725]", "2020/03/17 22:03:01 Pause() [SB 725]", "2020/03/17 22:03:01 Receive request to /run/L724", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 7964 [FUNC L724]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L724]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3176-L724, /root/open-lambda/test-dir/worker/scratch/3177-L724, )=726... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-18 [SOCK 726]", "2020/03/17 22:03:01 fork(SB 726) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 move PID 22650 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Channel() [SB 726]", "2020/03/17 22:03:01 Pause() [SB 726]", "2020/03/17 22:03:01 Receive request to /run/L725", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 7974 [FUNC L725]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L725]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3179-L725, /root/open-lambda/test-dir/worker/scratch/3180-L725, )=727... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-12 [SOCK 727]", "2020/03/17 22:03:01 fork(SB 727) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 Destroy() [SB 706]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 706]", "2020/03/17 22:03:01 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 move PID 22654 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Destroy() [SB 707]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 707]", "2020/03/17 22:03:01 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 Channel() [SB 727]", "2020/03/17 22:03:01 killed PIDs [22556] in CG [SOCK 707]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 707]", "2020/03/17 22:03:01 childExit(SB 707) [SB 1]", "2020/03/17 22:03:01 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:01 killed PIDs [22550] in CG [SOCK 706]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 706]", "2020/03/17 22:03:01 childExit(SB 706) [SB 1]", "2020/03/17 22:03:01 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:01 Pause() [SB 727]", "2020/03/17 22:03:01 Receive request to /run/L726", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 7986 [FUNC L726]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L726]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3182-L726, /root/open-lambda/test-dir/worker/scratch/3183-L726, )=728... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-24 [SOCK 728]", "2020/03/17 22:03:01 fork(SB 728) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 move PID 22660 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Channel() [SB 728]", "2020/03/17 22:03:01 Pause() [SB 728]", "2020/03/17 22:03:01 Receive request to /run/L727", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 7996 [FUNC L727]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L727]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3185-L727, /root/open-lambda/test-dir/worker/scratch/3186-L727, )=729... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-20 [SOCK 729]", "2020/03/17 22:03:01 fork(SB 729) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 Destroy() [SB 708]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 708]", "2020/03/17 22:03:01 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 move PID 22664 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Destroy() [SB 709]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 709]", "2020/03/17 22:03:01 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 killed PIDs [22560] in CG [SOCK 708]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 708]", "2020/03/17 22:03:01 childExit(SB 708) [SB 1]", "2020/03/17 22:03:01 killed PIDs [22566] in CG [SOCK 709]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 709]", "2020/03/17 22:03:01 childExit(SB 709) [SB 1]", "2020/03/17 22:03:01 Channel() [SB 729]", "2020/03/17 22:03:01 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:01 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:01 Pause() [SB 729]", "2020/03/17 22:03:01 Receive request to /run/L728", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8008 [FUNC L728]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L728]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3188-L728, /root/open-lambda/test-dir/worker/scratch/3189-L728, )=730... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-17 [SOCK 730]", "2020/03/17 22:03:01 fork(SB 730) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 Destroy() [SB 710]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 710]", "2020/03/17 22:03:01 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 move PID 22670 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 killed PIDs [22572] in CG [SOCK 710]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 710]", "2020/03/17 22:03:01 childExit(SB 710) [SB 1]", "2020/03/17 22:03:01 Channel() [SB 730]", "2020/03/17 22:03:01 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:01 Pause() [SB 730]", "2020/03/17 22:03:01 Receive request to /run/L729", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8019 [FUNC L729]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L729]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3191-L729, /root/open-lambda/test-dir/worker/scratch/3192-L729, )=731... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-21 [SOCK 731]", "2020/03/17 22:03:01 fork(SB 731) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 move PID 22675 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Channel() [SB 731]", "2020/03/17 22:03:01 Pause() [SB 731]", "2020/03/17 22:03:01 Receive request to /run/L730", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8029 [FUNC L730]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L730]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3194-L730, /root/open-lambda/test-dir/worker/scratch/3195-L730, )=732... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-23 [SOCK 732]", "2020/03/17 22:03:01 fork(SB 732) [SB 1]", "2020/03/17 22:03:01 Destroy() [SB 711]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 711]", "2020/03/17 22:03:01 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 Destroy() [SB 712]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 712]", "2020/03/17 22:03:01 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 move PID 22679 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Destroy() [SB 713]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 713]", "2020/03/17 22:03:01 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 killed PIDs [22576] in CG [SOCK 711]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 711]", "2020/03/17 22:03:01 childExit(SB 711) [SB 1]", "2020/03/17 22:03:01 killed PIDs [22580] in CG [SOCK 712]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 712]", "2020/03/17 22:03:01 childExit(SB 712) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 killed PIDs [22584] in CG [SOCK 713]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 713]", "2020/03/17 22:03:01 childExit(SB 713) [SB 1]", "2020/03/17 22:03:01 Channel() [SB 732]", "2020/03/17 22:03:01 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:01 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:01 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:01 Pause() [SB 732]", "2020/03/17 22:03:01 Receive request to /run/L731", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8042 [FUNC L731]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L731]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3197-L731, /root/open-lambda/test-dir/worker/scratch/3198-L731, )=733... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-26 [SOCK 733]", "2020/03/17 22:03:01 fork(SB 733) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 move PID 22686 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Channel() [SB 733]", "2020/03/17 22:03:01 Pause() [SB 733]", "2020/03/17 22:03:01 Receive request to /run/L732", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8052 [FUNC L732]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L732]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3200-L732, /root/open-lambda/test-dir/worker/scratch/3201-L732, )=734... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-25 [SOCK 734]", "2020/03/17 22:03:01 fork(SB 734) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 move PID 22690 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Channel() [SB 734]", "2020/03/17 22:03:01 Pause() [SB 734]", "2020/03/17 22:03:01 Receive request to /run/L733", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8062 [FUNC L733]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L733]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3203-L733, /root/open-lambda/test-dir/worker/scratch/3204-L733, )=735... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-22 [SOCK 735]", "2020/03/17 22:03:01 fork(SB 735) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 Destroy() [SB 714]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 714]", "2020/03/17 22:03:01 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 move PID 22694 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Destroy() [SB 715]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 715]", "2020/03/17 22:03:01 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 Channel() [SB 735]", "2020/03/17 22:03:01 killed PIDs [22590] in CG [SOCK 714]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 714]", "2020/03/17 22:03:01 childExit(SB 714) [SB 1]", "2020/03/17 22:03:01 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:01 killed PIDs [22594] in CG [SOCK 715]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 715]", "2020/03/17 22:03:01 childExit(SB 715) [SB 1]", "2020/03/17 22:03:01 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:01 Pause() [SB 735]", "2020/03/17 22:03:01 Receive request to /run/L734", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8074 [FUNC L734]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L734]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3206-L734, /root/open-lambda/test-dir/worker/scratch/3207-L734, )=736... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-27 [SOCK 736]", "2020/03/17 22:03:01 fork(SB 736) [SB 1]", "2020/03/17 22:03:01 Destroy() [SB 716]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 716]", "2020/03/17 22:03:01 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 move PID 22700 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Destroy() [SB 717]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 717]", "2020/03/17 22:03:01 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 killed PIDs [22600] in CG [SOCK 716]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 716]", "2020/03/17 22:03:01 childExit(SB 716) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 killed PIDs [22604] in CG [SOCK 717]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 717]", "2020/03/17 22:03:01 childExit(SB 717) [SB 1]", "2020/03/17 22:03:01 Channel() [SB 736]", "2020/03/17 22:03:01 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:01 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:01 Pause() [SB 736]", "2020/03/17 22:03:01 Receive request to /run/L735", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8086 [FUNC L735]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L735]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3209-L735, /root/open-lambda/test-dir/worker/scratch/3210-L735, )=737... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-32 [SOCK 737]", "2020/03/17 22:03:01 fork(SB 737) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 move PID 22706 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Channel() [SB 737]", "2020/03/17 22:03:01 Pause() [SB 737]", "2020/03/17 22:03:01 Receive request to /run/L736", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8096 [FUNC L736]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L736]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3212-L736, /root/open-lambda/test-dir/worker/scratch/3213-L736, )=738... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-30 [SOCK 738]", "2020/03/17 22:03:01 fork(SB 738) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 move PID 22710 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Channel() [SB 738]", "2020/03/17 22:03:01 Pause() [SB 738]", "2020/03/17 22:03:01 Receive request to /run/L737", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8106 [FUNC L737]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L737]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3215-L737, /root/open-lambda/test-dir/worker/scratch/3216-L737, )=739... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-33 [SOCK 739]", "2020/03/17 22:03:01 fork(SB 739) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 Destroy() [SB 718]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 718]", "2020/03/17 22:03:01 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 move PID 22714 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Destroy() [SB 719]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 719]", "2020/03/17 22:03:01 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 killed PIDs [22610] in CG [SOCK 718]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 718]", "2020/03/17 22:03:01 childExit(SB 718) [SB 1]", "2020/03/17 22:03:01 Channel() [SB 739]", "2020/03/17 22:03:01 killed PIDs [22614] in CG [SOCK 719]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 719]", "2020/03/17 22:03:01 childExit(SB 719) [SB 1]", "2020/03/17 22:03:01 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:01 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:01 Pause() [SB 739]", "2020/03/17 22:03:01 Receive request to /run/L738", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8118 [FUNC L738]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L738]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3218-L738, /root/open-lambda/test-dir/worker/scratch/3219-L738, )=740... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-29 [SOCK 740]", "2020/03/17 22:03:01 fork(SB 740) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 Destroy() [SB 720]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 720]", "2020/03/17 22:03:01 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 move PID 22720 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 killed PIDs [22621] in CG [SOCK 720]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 720]", "2020/03/17 22:03:01 childExit(SB 720) [SB 1]", "2020/03/17 22:03:01 Channel() [SB 740]", "2020/03/17 22:03:01 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:01 Pause() [SB 740]", "2020/03/17 22:03:01 Receive request to /run/L739", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8129 [FUNC L739]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L739]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3221-L739, /root/open-lambda/test-dir/worker/scratch/3222-L739, )=741... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-28 [SOCK 741]", "2020/03/17 22:03:01 fork(SB 741) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 move PID 22725 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Channel() [SB 741]", "2020/03/17 22:03:01 Pause() [SB 741]", "2020/03/17 22:03:01 Receive request to /run/L740", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8139 [FUNC L740]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L740]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3224-L740, /root/open-lambda/test-dir/worker/scratch/3225-L740, )=742... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-36 [SOCK 742]", "2020/03/17 22:03:01 fork(SB 742) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 Destroy() [SB 721]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 721]", "2020/03/17 22:03:01 waiting for 1 procs in cg-41 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 move PID 22729 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Destroy() [SB 722]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 722]", "2020/03/17 22:03:01 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 killed PIDs [22625] in CG [SOCK 721]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 721]", "2020/03/17 22:03:01 childExit(SB 721) [SB 1]", "2020/03/17 22:03:01 killed PIDs [22629] in CG [SOCK 722]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 722]", "2020/03/17 22:03:01 childExit(SB 722) [SB 1]", "2020/03/17 22:03:01 Channel() [SB 742]", "2020/03/17 22:03:01 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:01 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:01 Pause() [SB 742]", "2020/03/17 22:03:01 Receive request to /run/L741", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8151 [FUNC L741]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L741]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3227-L741, /root/open-lambda/test-dir/worker/scratch/3228-L741, )=743... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-31 [SOCK 743]", "2020/03/17 22:03:01 fork(SB 743) [SB 1]", "2020/03/17 22:03:01 Destroy() [SB 723]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 723]", "2020/03/17 22:03:01 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 move PID 22735 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Destroy() [SB 724]", "2020/03/17 22:03:01 CG ref count decremented to 0 [SOCK 724]", "2020/03/17 22:03:01 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:01 killed PIDs [22636] in CG [SOCK 723]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 723]", "2020/03/17 22:03:01 childExit(SB 723) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 killed PIDs [22642] in CG [SOCK 724]", "2020/03/17 22:03:01 unmount and remove dirs [SOCK 724]", "2020/03/17 22:03:01 childExit(SB 724) [SB 1]", "2020/03/17 22:03:01 Channel() [SB 743]", "2020/03/17 22:03:01 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:01 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:01 Pause() [SB 743]", "2020/03/17 22:03:01 Receive request to /run/L742", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8163 [FUNC L742]", "2020/03/17 22:03:01 increase instances to 1 [FUNC L742]", "2020/03/17 22:03:01 Try using Zygote from ", "2020/03/17 22:03:01 Unpause() [SB 1]", "2020/03/17 22:03:01 .Create(, true, /root/open-lambda/test-dir/worker/code/3230-L742, /root/open-lambda/test-dir/worker/scratch/3231-L742, )=744... [SOCK POOL sandboxes]", "2020/03/17 22:03:01 use cgroup cg-34 [SOCK 744]", "2020/03/17 22:03:01 fork(SB 744) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:01 move PID 22741 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:03:01 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:01 Pause() [SB 1]", "2020/03/17 22:03:01 Channel() [SB 744]", "2020/03/17 22:03:01 Pause() [SB 744]", "2020/03/17 22:03:01 Receive request to /run/L743", "2020/03/17 22:03:01 debug: LambdaFunc.Task() runs on goroutine 8173 [FUNC L743]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L743]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3233-L743, /root/open-lambda/test-dir/worker/scratch/3234-L743, )=745... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-38 [SOCK 745]", "2020/03/17 22:03:02 fork(SB 745) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 Destroy() [SB 725]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 725]", "2020/03/17 22:03:02 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 move PID 22745 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Channel() [SB 745]", "2020/03/17 22:03:02 killed PIDs [22646] in CG [SOCK 725]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 725]", "2020/03/17 22:03:02 childExit(SB 725) [SB 1]", "2020/03/17 22:03:02 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:02 Pause() [SB 745]", "2020/03/17 22:03:02 Receive request to /run/L744", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8184 [FUNC L744]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L744]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3236-L744, /root/open-lambda/test-dir/worker/scratch/3237-L744, )=746... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-35 [SOCK 746]", "2020/03/17 22:03:02 fork(SB 746) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 Destroy() [SB 726]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 726]", "2020/03/17 22:03:02 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 move PID 22750 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 killed PIDs [22650] in CG [SOCK 726]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 726]", "2020/03/17 22:03:02 childExit(SB 726) [SB 1]", "2020/03/17 22:03:02 Channel() [SB 746]", "2020/03/17 22:03:02 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:02 Pause() [SB 746]", "2020/03/17 22:03:02 Receive request to /run/L745", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8195 [FUNC L745]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L745]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3239-L745, /root/open-lambda/test-dir/worker/scratch/3240-L745, )=747... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-37 [SOCK 747]", "2020/03/17 22:03:02 fork(SB 747) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 move PID 22755 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Destroy() [SB 727]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 727]", "2020/03/17 22:03:02 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 killed PIDs [22654] in CG [SOCK 727]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 727]", "2020/03/17 22:03:02 childExit(SB 727) [SB 1]", "2020/03/17 22:03:02 Channel() [SB 747]", "2020/03/17 22:03:02 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:02 Pause() [SB 747]", "2020/03/17 22:03:02 Receive request to /run/L746", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8206 [FUNC L746]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L746]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3242-L746, /root/open-lambda/test-dir/worker/scratch/3243-L746, )=748... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-39 [SOCK 748]", "2020/03/17 22:03:02 fork(SB 748) [SB 1]", "2020/03/17 22:03:02 Destroy() [SB 728]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 728]", "2020/03/17 22:03:02 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 move PID 22760 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Destroy() [SB 729]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 729]", "2020/03/17 22:03:02 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 killed PIDs [22660] in CG [SOCK 728]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 728]", "2020/03/17 22:03:02 childExit(SB 728) [SB 1]", "2020/03/17 22:03:02 killed PIDs [22664] in CG [SOCK 729]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 729]", "2020/03/17 22:03:02 childExit(SB 729) [SB 1]", "2020/03/17 22:03:02 Channel() [SB 748]", "2020/03/17 22:03:02 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:02 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:02 Pause() [SB 748]", "2020/03/17 22:03:02 Receive request to /run/L747", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8218 [FUNC L747]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L747]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3245-L747, /root/open-lambda/test-dir/worker/scratch/3246-L747, )=749... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-40 [SOCK 749]", "2020/03/17 22:03:02 fork(SB 749) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 move PID 22766 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Channel() [SB 749]", "2020/03/17 22:03:02 Pause() [SB 749]", "2020/03/17 22:03:02 Receive request to /run/L748", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8228 [FUNC L748]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L748]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3248-L748, /root/open-lambda/test-dir/worker/scratch/3249-L748, )=750... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-2 [SOCK 750]", "2020/03/17 22:03:02 fork(SB 750) [SB 1]", "2020/03/17 22:03:02 Destroy() [SB 730]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 730]", "2020/03/17 22:03:02 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 move PID 22770 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Destroy() [SB 731]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 731]", "2020/03/17 22:03:02 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 killed PIDs [22670] in CG [SOCK 730]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 730]", "2020/03/17 22:03:02 childExit(SB 730) [SB 1]", "2020/03/17 22:03:02 killed PIDs [22675] in CG [SOCK 731]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 731]", "2020/03/17 22:03:02 childExit(SB 731) [SB 1]", "2020/03/17 22:03:02 Channel() [SB 750]", "2020/03/17 22:03:02 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:02 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:02 Pause() [SB 750]", "2020/03/17 22:03:02 Receive request to /run/L749", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8240 [FUNC L749]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L749]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3251-L749, /root/open-lambda/test-dir/worker/scratch/3252-L749, )=751... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-3 [SOCK 751]", "2020/03/17 22:03:02 fork(SB 751) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 move PID 22776 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Channel() [SB 751]", "2020/03/17 22:03:02 Pause() [SB 751]", "2020/03/17 22:03:02 Receive request to /run/L750", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8250 [FUNC L750]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L750]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3254-L750, /root/open-lambda/test-dir/worker/scratch/3255-L750, )=752... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-5 [SOCK 752]", "2020/03/17 22:03:02 fork(SB 752) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 move PID 22780 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Channel() [SB 752]", "2020/03/17 22:03:02 Pause() [SB 752]", "2020/03/17 22:03:02 Receive request to /run/L751", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8260 [FUNC L751]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L751]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3257-L751, /root/open-lambda/test-dir/worker/scratch/3258-L751, )=753... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-6 [SOCK 753]", "2020/03/17 22:03:02 fork(SB 753) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 Destroy() [SB 732]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 732]", "2020/03/17 22:03:02 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 Destroy() [SB 733]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 733]", "2020/03/17 22:03:02 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 move PID 22784 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Destroy() [SB 734]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 734]", "2020/03/17 22:03:02 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 killed PIDs [22679] in CG [SOCK 732]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 732]", "2020/03/17 22:03:02 childExit(SB 732) [SB 1]", "2020/03/17 22:03:02 killed PIDs [22686] in CG [SOCK 733]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 733]", "2020/03/17 22:03:02 childExit(SB 733) [SB 1]", "2020/03/17 22:03:02 Channel() [SB 753]", "2020/03/17 22:03:02 killed PIDs [22690] in CG [SOCK 734]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 734]", "2020/03/17 22:03:02 childExit(SB 734) [SB 1]", "2020/03/17 22:03:02 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:02 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:02 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:02 Pause() [SB 753]", "2020/03/17 22:03:02 Receive request to /run/L752", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8273 [FUNC L752]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L752]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3260-L752, /root/open-lambda/test-dir/worker/scratch/3261-L752, )=754... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-4 [SOCK 754]", "2020/03/17 22:03:02 fork(SB 754) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 move PID 22791 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Channel() [SB 754]", "2020/03/17 22:03:02 Pause() [SB 754]", "2020/03/17 22:03:02 Receive request to /run/L753", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8283 [FUNC L753]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L753]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3263-L753, /root/open-lambda/test-dir/worker/scratch/3264-L753, )=755... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-7 [SOCK 755]", "2020/03/17 22:03:02 fork(SB 755) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 move PID 22795 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Channel() [SB 755]", "2020/03/17 22:03:02 Pause() [SB 755]", "2020/03/17 22:03:02 Receive request to /run/L754", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8293 [FUNC L754]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L754]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3266-L754, /root/open-lambda/test-dir/worker/scratch/3267-L754, )=756... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-10 [SOCK 756]", "2020/03/17 22:03:02 fork(SB 756) [SB 1]", "2020/03/17 22:03:02 Destroy() [SB 735]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 735]", "2020/03/17 22:03:02 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 Destroy() [SB 736]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 736]", "2020/03/17 22:03:02 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 move PID 22799 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Destroy() [SB 737]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 737]", "2020/03/17 22:03:02 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 killed PIDs [22700] in CG [SOCK 736]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 736]", "2020/03/17 22:03:02 childExit(SB 736) [SB 1]", "2020/03/17 22:03:02 killed PIDs [22694] in CG [SOCK 735]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 735]", "2020/03/17 22:03:02 childExit(SB 735) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 killed PIDs [22706] in CG [SOCK 737]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 737]", "2020/03/17 22:03:02 childExit(SB 737) [SB 1]", "2020/03/17 22:03:02 Channel() [SB 756]", "2020/03/17 22:03:02 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:02 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:02 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:02 Pause() [SB 756]", "2020/03/17 22:03:02 Receive request to /run/L755", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8306 [FUNC L755]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L755]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3269-L755, /root/open-lambda/test-dir/worker/scratch/3270-L755, )=757... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-13 [SOCK 757]", "2020/03/17 22:03:02 fork(SB 757) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 move PID 22806 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Channel() [SB 757]", "2020/03/17 22:03:02 Pause() [SB 757]", "2020/03/17 22:03:02 Receive request to /run/L756", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8316 [FUNC L756]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L756]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3272-L756, /root/open-lambda/test-dir/worker/scratch/3273-L756, )=758... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-8 [SOCK 758]", "2020/03/17 22:03:02 fork(SB 758) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 Destroy() [SB 738]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 738]", "2020/03/17 22:03:02 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 move PID 22810 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 killed PIDs [22710] in CG [SOCK 738]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 738]", "2020/03/17 22:03:02 childExit(SB 738) [SB 1]", "2020/03/17 22:03:02 Channel() [SB 758]", "2020/03/17 22:03:02 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:02 Pause() [SB 758]", "2020/03/17 22:03:02 Receive request to /run/L757", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8327 [FUNC L757]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L757]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3275-L757, /root/open-lambda/test-dir/worker/scratch/3276-L757, )=759... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-9 [SOCK 759]", "2020/03/17 22:03:02 fork(SB 759) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 move PID 22815 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Channel() [SB 759]", "2020/03/17 22:03:02 Pause() [SB 759]", "2020/03/17 22:03:02 Receive request to /run/L758", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8337 [FUNC L758]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L758]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3278-L758, /root/open-lambda/test-dir/worker/scratch/3279-L758, )=760... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-16 [SOCK 760]", "2020/03/17 22:03:02 fork(SB 760) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 Destroy() [SB 739]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 739]", "2020/03/17 22:03:02 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 move PID 22819 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Destroy() [SB 740]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 740]", "2020/03/17 22:03:02 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 Channel() [SB 760]", "2020/03/17 22:03:02 killed PIDs [22720] in CG [SOCK 740]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 740]", "2020/03/17 22:03:02 childExit(SB 740) [SB 1]", "2020/03/17 22:03:02 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:02 killed PIDs [22714] in CG [SOCK 739]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 739]", "2020/03/17 22:03:02 childExit(SB 739) [SB 1]", "2020/03/17 22:03:02 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:02 Pause() [SB 760]", "2020/03/17 22:03:02 Receive request to /run/L759", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8349 [FUNC L759]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L759]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3281-L759, /root/open-lambda/test-dir/worker/scratch/3282-L759, )=761... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-41 [SOCK 761]", "2020/03/17 22:03:02 fork(SB 761) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 move PID 22825 from CG cg-1 to CG cg-41 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Channel() [SB 761]", "2020/03/17 22:03:02 Pause() [SB 761]", "2020/03/17 22:03:02 Receive request to /run/L760", "2020/03/17 22:03:02 debug: LambdaFunc.Task() runs on goroutine 8359 [FUNC L760]", "2020/03/17 22:03:02 increase instances to 1 [FUNC L760]", "2020/03/17 22:03:02 Try using Zygote from ", "2020/03/17 22:03:02 Unpause() [SB 1]", "2020/03/17 22:03:02 .Create(, true, /root/open-lambda/test-dir/worker/code/3284-L760, /root/open-lambda/test-dir/worker/scratch/3285-L760, )=762... [SOCK POOL sandboxes]", "2020/03/17 22:03:02 use cgroup cg-15 [SOCK 762]", "2020/03/17 22:03:02 fork(SB 762) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:02 Destroy() [SB 741]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 741]", "2020/03/17 22:03:02 killed PIDs [22725] in CG [SOCK 741]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 741]", "2020/03/17 22:03:02 move PID 22829 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:03:02 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:02 Pause() [SB 1]", "2020/03/17 22:03:02 Destroy() [SB 742]", "2020/03/17 22:03:02 CG ref count decremented to 0 [SOCK 742]", "2020/03/17 22:03:02 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:02 Channel() [SB 762]", "2020/03/17 22:03:02 killed PIDs [22729] in CG [SOCK 742]", "2020/03/17 22:03:02 unmount and remove dirs [SOCK 742]", "2020/03/17 22:03:03 childExit(SB 741) [SB 1]", "2020/03/17 22:03:03 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:03 childExit(SB 742) [SB 1]", "2020/03/17 22:03:03 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:03 Pause() [SB 762]", "2020/03/17 22:03:03 Receive request to /run/L761", "2020/03/17 22:03:03 debug: LambdaFunc.Task() runs on goroutine 8371 [FUNC L761]", "2020/03/17 22:03:03 increase instances to 1 [FUNC L761]", "2020/03/17 22:03:03 Try using Zygote from ", "2020/03/17 22:03:03 Unpause() [SB 1]", "2020/03/17 22:03:03 .Create(, true, /root/open-lambda/test-dir/worker/code/3287-L761, /root/open-lambda/test-dir/worker/scratch/3288-L761, )=763... [SOCK POOL sandboxes]", "2020/03/17 22:03:03 use cgroup cg-14 [SOCK 763]", "2020/03/17 22:03:03 Destroy() [SB 743]", "2020/03/17 22:03:03 CG ref count decremented to 0 [SOCK 743]", "2020/03/17 22:03:03 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:03 killed PIDs [22735] in CG [SOCK 743]", "2020/03/17 22:03:03 unmount and remove dirs [SOCK 743]", "2020/03/17 22:03:03 childExit(SB 743) [SB 1]", "2020/03/17 22:03:03 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:03 fork(SB 763) [SB 1]", "2020/03/17 22:03:03 move PID 22837 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:03:03 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:03 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:03 Channel() [SB 763]", "2020/03/17 22:03:03 Pause() [SB 763]", "2020/03/17 22:03:03 Receive request to /run/L762", "2020/03/17 22:03:03 debug: LambdaFunc.Task() runs on goroutine 8382 [FUNC L762]", "2020/03/17 22:03:03 increase instances to 1 [FUNC L762]", "2020/03/17 22:03:03 Try using Zygote from ", "2020/03/17 22:03:03 Unpause() [SB 1]", "2020/03/17 22:03:03 .Create(, true, /root/open-lambda/test-dir/worker/code/3290-L762, /root/open-lambda/test-dir/worker/scratch/3291-L762, )=764... [SOCK POOL sandboxes]", "2020/03/17 22:03:03 use cgroup cg-19 [SOCK 764]", "2020/03/17 22:03:03 fork(SB 764) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:03 move PID 22841 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:03:03 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:03 Pause() [SB 1]", "2020/03/17 22:03:03 Channel() [SB 764]", "2020/03/17 22:03:03 Pause() [SB 764]", "2020/03/17 22:03:03 Receive request to /run/L763", "2020/03/17 22:03:03 debug: LambdaFunc.Task() runs on goroutine 8392 [FUNC L763]", "2020/03/17 22:03:03 increase instances to 1 [FUNC L763]", "2020/03/17 22:03:03 Try using Zygote from ", "2020/03/17 22:03:03 Unpause() [SB 1]", "2020/03/17 22:03:03 .Create(, true, /root/open-lambda/test-dir/worker/code/3293-L763, /root/open-lambda/test-dir/worker/scratch/3294-L763, )=765... [SOCK POOL sandboxes]", "2020/03/17 22:03:03 use cgroup cg-11 [SOCK 765]", "2020/03/17 22:03:03 fork(SB 765) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:03 Destroy() [SB 744]", "2020/03/17 22:03:03 CG ref count decremented to 0 [SOCK 744]", "2020/03/17 22:03:03 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:03 move PID 22845 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:03:03 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:03 Pause() [SB 1]", "2020/03/17 22:03:03 Destroy() [SB 745]", "2020/03/17 22:03:03 CG ref count decremented to 0 [SOCK 745]", "2020/03/17 22:03:03 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:03 killed PIDs [22745] in CG [SOCK 745]", "2020/03/17 22:03:03 unmount and remove dirs [SOCK 745]", "2020/03/17 22:03:03 childExit(SB 745) [SB 1]", "2020/03/17 22:03:03 Channel() [SB 765]", "2020/03/17 22:03:03 killed PIDs [22741] in CG [SOCK 744]", "2020/03/17 22:03:03 unmount and remove dirs [SOCK 744]", "2020/03/17 22:03:03 childExit(SB 744) [SB 1]", "2020/03/17 22:03:03 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:03 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:03 Pause() [SB 765]", "2020/03/17 22:03:03 Receive request to /run/L764", "2020/03/17 22:03:03 debug: LambdaFunc.Task() runs on goroutine 8404 [FUNC L764]", "2020/03/17 22:03:03 increase instances to 1 [FUNC L764]", "2020/03/17 22:03:03 Try using Zygote from ", "2020/03/17 22:03:03 Unpause() [SB 1]", "2020/03/17 22:03:03 .Create(, true, /root/open-lambda/test-dir/worker/code/3296-L764, /root/open-lambda/test-dir/worker/scratch/3297-L764, )=766... [SOCK POOL sandboxes]", "2020/03/17 22:03:03 use cgroup cg-18 [SOCK 766]", "2020/03/17 22:03:03 fork(SB 766) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:03 move PID 22851 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:03:03 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:03 Pause() [SB 1]", "2020/03/17 22:03:03 Channel() [SB 766]", "2020/03/17 22:03:03 Pause() [SB 766]", "2020/03/17 22:03:03 Receive request to /run/L765", "2020/03/17 22:03:03 debug: LambdaFunc.Task() runs on goroutine 8414 [FUNC L765]", "2020/03/17 22:03:03 increase instances to 1 [FUNC L765]", "2020/03/17 22:03:03 Try using Zygote from ", "2020/03/17 22:03:03 Unpause() [SB 1]", "2020/03/17 22:03:03 .Create(, true, /root/open-lambda/test-dir/worker/code/3299-L765, /root/open-lambda/test-dir/worker/scratch/3300-L765, )=767... [SOCK POOL sandboxes]", "2020/03/17 22:03:03 use cgroup cg-12 [SOCK 767]", "2020/03/17 22:03:03 fork(SB 767) [SB 1]", "2020/03/17 22:03:03 Destroy() [SB 746]", "2020/03/17 22:03:03 CG ref count decremented to 0 [SOCK 746]", "2020/03/17 22:03:03 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:03 killed PIDs [22750] in CG [SOCK 746]", "2020/03/17 22:03:03 unmount and remove dirs [SOCK 746]", "2020/03/17 22:03:03 childExit(SB 746) [SB 1]", "2020/03/17 22:03:03 move PID 22855 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:03:03 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:03 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:03 Channel() [SB 767]", "2020/03/17 22:03:03 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:03 Pause() [SB 767]", "2020/03/17 22:03:04 Receive request to /run/L766", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8425 [FUNC L766]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L766]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3302-L766, /root/open-lambda/test-dir/worker/scratch/3303-L766, )=768... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-24 [SOCK 768]", "2020/03/17 22:03:04 fork(SB 768) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 Destroy() [SB 747]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 747]", "2020/03/17 22:03:04 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 Destroy() [SB 748]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 748]", "2020/03/17 22:03:04 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 move PID 22860 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Destroy() [SB 749]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 749]", "2020/03/17 22:03:04 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 killed PIDs [22766] in CG [SOCK 749]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 749]", "2020/03/17 22:03:04 childExit(SB 749) [SB 1]", "2020/03/17 22:03:04 killed PIDs [22760] in CG [SOCK 748]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 748]", "2020/03/17 22:03:04 childExit(SB 748) [SB 1]", "2020/03/17 22:03:04 Channel() [SB 768]", "2020/03/17 22:03:04 killed PIDs [22755] in CG [SOCK 747]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 747]", "2020/03/17 22:03:04 childExit(SB 747) [SB 1]", "2020/03/17 22:03:04 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:04 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:04 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:04 Pause() [SB 768]", "2020/03/17 22:03:04 Receive request to /run/L767", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8438 [FUNC L767]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L767]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3305-L767, /root/open-lambda/test-dir/worker/scratch/3306-L767, )=769... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-20 [SOCK 769]", "2020/03/17 22:03:04 fork(SB 769) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 move PID 22867 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Channel() [SB 769]", "2020/03/17 22:03:04 Pause() [SB 769]", "2020/03/17 22:03:04 Receive request to /run/L768", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8448 [FUNC L768]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L768]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3308-L768, /root/open-lambda/test-dir/worker/scratch/3309-L768, )=770... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-17 [SOCK 770]", "2020/03/17 22:03:04 fork(SB 770) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 move PID 22871 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Channel() [SB 770]", "2020/03/17 22:03:04 Pause() [SB 770]", "2020/03/17 22:03:04 Receive request to /run/L769", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8458 [FUNC L769]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L769]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3311-L769, /root/open-lambda/test-dir/worker/scratch/3312-L769, )=771... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-21 [SOCK 771]", "2020/03/17 22:03:04 fork(SB 771) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 Destroy() [SB 750]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 750]", "2020/03/17 22:03:04 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 move PID 22875 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Destroy() [SB 751]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 751]", "2020/03/17 22:03:04 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 killed PIDs [22770] in CG [SOCK 750]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 750]", "2020/03/17 22:03:04 childExit(SB 750) [SB 1]", "2020/03/17 22:03:04 Channel() [SB 771]", "2020/03/17 22:03:04 killed PIDs [22776] in CG [SOCK 751]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 751]", "2020/03/17 22:03:04 childExit(SB 751) [SB 1]", "2020/03/17 22:03:04 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:04 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:04 Pause() [SB 771]", "2020/03/17 22:03:04 Receive request to /run/L770", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8470 [FUNC L770]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L770]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3314-L770, /root/open-lambda/test-dir/worker/scratch/3315-L770, )=772... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-23 [SOCK 772]", "2020/03/17 22:03:04 fork(SB 772) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 move PID 22881 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Channel() [SB 772]", "2020/03/17 22:03:04 Pause() [SB 772]", "2020/03/17 22:03:04 Receive request to /run/L771", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8480 [FUNC L771]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L771]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3317-L771, /root/open-lambda/test-dir/worker/scratch/3318-L771, )=773... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-26 [SOCK 773]", "2020/03/17 22:03:04 fork(SB 773) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 Destroy() [SB 752]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 752]", "2020/03/17 22:03:04 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 move PID 22885 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Destroy() [SB 753]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 753]", "2020/03/17 22:03:04 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 killed PIDs [22784] in CG [SOCK 753]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 753]", "2020/03/17 22:03:04 childExit(SB 753) [SB 1]", "2020/03/17 22:03:04 Channel() [SB 773]", "2020/03/17 22:03:04 killed PIDs [22780] in CG [SOCK 752]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 752]", "2020/03/17 22:03:04 childExit(SB 752) [SB 1]", "2020/03/17 22:03:04 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:04 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:04 Pause() [SB 773]", "2020/03/17 22:03:04 Receive request to /run/L772", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8492 [FUNC L772]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L772]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3320-L772, /root/open-lambda/test-dir/worker/scratch/3321-L772, )=774... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-25 [SOCK 774]", "2020/03/17 22:03:04 fork(SB 774) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 move PID 22891 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Channel() [SB 774]", "2020/03/17 22:03:04 Pause() [SB 774]", "2020/03/17 22:03:04 Receive request to /run/L773", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8502 [FUNC L773]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L773]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3323-L773, /root/open-lambda/test-dir/worker/scratch/3324-L773, )=775... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-27 [SOCK 775]", "2020/03/17 22:03:04 fork(SB 775) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 Destroy() [SB 754]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 754]", "2020/03/17 22:03:04 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 Destroy() [SB 755]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 755]", "2020/03/17 22:03:04 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 move PID 22895 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Destroy() [SB 756]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 756]", "2020/03/17 22:03:04 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 killed PIDs [22795] in CG [SOCK 755]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 755]", "2020/03/17 22:03:04 childExit(SB 755) [SB 1]", "2020/03/17 22:03:04 killed PIDs [22791] in CG [SOCK 754]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 754]", "2020/03/17 22:03:04 childExit(SB 754) [SB 1]", "2020/03/17 22:03:04 killed PIDs [22799] in CG [SOCK 756]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 756]", "2020/03/17 22:03:04 childExit(SB 756) [SB 1]", "2020/03/17 22:03:04 Channel() [SB 775]", "2020/03/17 22:03:04 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:04 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:04 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:04 Pause() [SB 775]", "2020/03/17 22:03:04 Receive request to /run/L774", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8515 [FUNC L774]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L774]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3326-L774, /root/open-lambda/test-dir/worker/scratch/3327-L774, )=776... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-22 [SOCK 776]", "2020/03/17 22:03:04 fork(SB 776) [SB 1]", "2020/03/17 22:03:04 Destroy() [SB 757]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 757]", "2020/03/17 22:03:04 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 killed PIDs [22806] in CG [SOCK 757]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 757]", "2020/03/17 22:03:04 childExit(SB 757) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 move PID 22903 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Destroy() [SB 758]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 758]", "2020/03/17 22:03:04 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 killed PIDs [22810] in CG [SOCK 758]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 758]", "2020/03/17 22:03:04 childExit(SB 758) [SB 1]", "2020/03/17 22:03:04 Channel() [SB 776]", "2020/03/17 22:03:04 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:04 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:03:04 Pause() [SB 776]", "2020/03/17 22:03:04 Receive request to /run/L775", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8527 [FUNC L775]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L775]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3329-L775, /root/open-lambda/test-dir/worker/scratch/3330-L775, )=777... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-32 [SOCK 777]", "2020/03/17 22:03:04 fork(SB 777) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 Destroy() [SB 759]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 759]", "2020/03/17 22:03:04 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 move PID 22908 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Destroy() [SB 760]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 760]", "2020/03/17 22:03:04 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 Channel() [SB 777]", "2020/03/17 22:03:04 killed PIDs [22819] in CG [SOCK 760]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 760]", "2020/03/17 22:03:04 childExit(SB 760) [SB 1]", "2020/03/17 22:03:04 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:03:04 killed PIDs [22815] in CG [SOCK 759]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 759]", "2020/03/17 22:03:04 childExit(SB 759) [SB 1]", "2020/03/17 22:03:04 CG ref count decremented to 18 [SOCK 1]", "2020/03/17 22:03:04 Pause() [SB 777]", "2020/03/17 22:03:04 Receive request to /run/L776", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8539 [FUNC L776]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L776]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3332-L776, /root/open-lambda/test-dir/worker/scratch/3333-L776, )=778... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-30 [SOCK 778]", "2020/03/17 22:03:04 fork(SB 778) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 move PID 22914 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Channel() [SB 778]", "2020/03/17 22:03:04 Pause() [SB 778]", "2020/03/17 22:03:04 Receive request to /run/L777", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8549 [FUNC L777]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L777]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3335-L777, /root/open-lambda/test-dir/worker/scratch/3336-L777, )=779... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-29 [SOCK 779]", "2020/03/17 22:03:04 fork(SB 779) [SB 1]", "2020/03/17 22:03:04 move PID 22918 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 Channel() [SB 779]", "2020/03/17 22:03:04 Pause() [SB 779]", "2020/03/17 22:03:04 Receive request to /run/L778", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8559 [FUNC L778]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L778]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3338-L778, /root/open-lambda/test-dir/worker/scratch/3339-L778, )=780... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-33 [SOCK 780]", "2020/03/17 22:03:04 fork(SB 780) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 Destroy() [SB 761]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 761]", "2020/03/17 22:03:04 waiting for 1 procs in cg-41 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 move PID 22922 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 killed PIDs [22825] in CG [SOCK 761]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 761]", "2020/03/17 22:03:04 childExit(SB 761) [SB 1]", "2020/03/17 22:03:04 Channel() [SB 780]", "2020/03/17 22:03:04 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:04 Pause() [SB 780]", "2020/03/17 22:03:04 Receive request to /run/L779", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8570 [FUNC L779]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L779]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3341-L779, /root/open-lambda/test-dir/worker/scratch/3342-L779, )=781... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-28 [SOCK 781]", "2020/03/17 22:03:04 fork(SB 781) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 Destroy() [SB 762]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 762]", "2020/03/17 22:03:04 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 killed PIDs [22829] in CG [SOCK 762]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 762]", "2020/03/17 22:03:04 childExit(SB 762) [SB 1]", "2020/03/17 22:03:04 move PID 22927 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Channel() [SB 781]", "2020/03/17 22:03:04 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:04 Pause() [SB 781]", "2020/03/17 22:03:04 Receive request to /run/L780", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8581 [FUNC L780]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L780]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3344-L780, /root/open-lambda/test-dir/worker/scratch/3345-L780, )=782... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-36 [SOCK 782]", "2020/03/17 22:03:04 fork(SB 782) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 move PID 22932 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Destroy() [SB 763]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 763]", "2020/03/17 22:03:04 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 killed PIDs [22837] in CG [SOCK 763]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 763]", "2020/03/17 22:03:04 childExit(SB 763) [SB 1]", "2020/03/17 22:03:04 Channel() [SB 782]", "2020/03/17 22:03:04 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:04 Pause() [SB 782]", "2020/03/17 22:03:04 Receive request to /run/L781", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8592 [FUNC L781]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L781]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3347-L781, /root/open-lambda/test-dir/worker/scratch/3348-L781, )=783... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-31 [SOCK 783]", "2020/03/17 22:03:04 fork(SB 783) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 Destroy() [SB 764]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 764]", "2020/03/17 22:03:04 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 move PID 22937 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Destroy() [SB 765]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 765]", "2020/03/17 22:03:04 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 Channel() [SB 783]", "2020/03/17 22:03:04 killed PIDs [22841] in CG [SOCK 764]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 764]", "2020/03/17 22:03:04 childExit(SB 764) [SB 1]", "2020/03/17 22:03:04 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:04 killed PIDs [22845] in CG [SOCK 765]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 765]", "2020/03/17 22:03:04 childExit(SB 765) [SB 1]", "2020/03/17 22:03:04 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:03:04 Pause() [SB 783]", "2020/03/17 22:03:04 Receive request to /run/L782", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8604 [FUNC L782]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L782]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3350-L782, /root/open-lambda/test-dir/worker/scratch/3351-L782, )=784... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-38 [SOCK 784]", "2020/03/17 22:03:04 fork(SB 784) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 move PID 22943 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Channel() [SB 784]", "2020/03/17 22:03:04 Pause() [SB 784]", "2020/03/17 22:03:04 Receive request to /run/L783", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8614 [FUNC L783]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L783]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3353-L783, /root/open-lambda/test-dir/worker/scratch/3354-L783, )=785... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-34 [SOCK 785]", "2020/03/17 22:03:04 fork(SB 785) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 move PID 22947 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Channel() [SB 785]", "2020/03/17 22:03:04 Pause() [SB 785]", "2020/03/17 22:03:04 Receive request to /run/L784", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8624 [FUNC L784]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L784]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3356-L784, /root/open-lambda/test-dir/worker/scratch/3357-L784, )=786... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-35 [SOCK 786]", "2020/03/17 22:03:04 fork(SB 786) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 Destroy() [SB 766]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 766]", "2020/03/17 22:03:04 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 move PID 22951 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 killed PIDs [22851] in CG [SOCK 766]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 766]", "2020/03/17 22:03:04 childExit(SB 766) [SB 1]", "2020/03/17 22:03:04 Channel() [SB 786]", "2020/03/17 22:03:04 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:04 Pause() [SB 786]", "2020/03/17 22:03:04 Receive request to /run/L785", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8635 [FUNC L785]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L785]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3359-L785, /root/open-lambda/test-dir/worker/scratch/3360-L785, )=787... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-40 [SOCK 787]", "2020/03/17 22:03:04 fork(SB 787) [SB 1]", "2020/03/17 22:03:04 Destroy() [SB 767]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 767]", "2020/03/17 22:03:04 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 move PID 22956 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 killed PIDs [22855] in CG [SOCK 767]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 767]", "2020/03/17 22:03:04 childExit(SB 767) [SB 1]", "2020/03/17 22:03:04 Channel() [SB 787]", "2020/03/17 22:03:04 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:04 Pause() [SB 787]", "2020/03/17 22:03:04 Receive request to /run/L786", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8646 [FUNC L786]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L786]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3362-L786, /root/open-lambda/test-dir/worker/scratch/3363-L786, )=788... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-39 [SOCK 788]", "2020/03/17 22:03:04 fork(SB 788) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 move PID 22961 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Channel() [SB 788]", "2020/03/17 22:03:04 Pause() [SB 788]", "2020/03/17 22:03:04 Receive request to /run/L787", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8656 [FUNC L787]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L787]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3365-L787, /root/open-lambda/test-dir/worker/scratch/3366-L787, )=789... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-37 [SOCK 789]", "2020/03/17 22:03:04 fork(SB 789) [SB 1]", "2020/03/17 22:03:04 Destroy() [SB 768]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 768]", "2020/03/17 22:03:04 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 move PID 22965 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "2020/03/17 22:03:04 Destroy() [SB 769]", "2020/03/17 22:03:04 CG ref count decremented to 0 [SOCK 769]", "2020/03/17 22:03:04 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:04 killed PIDs [22860] in CG [SOCK 768]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 768]", "2020/03/17 22:03:04 childExit(SB 768) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 killed PIDs [22867] in CG [SOCK 769]", "2020/03/17 22:03:04 unmount and remove dirs [SOCK 769]", "2020/03/17 22:03:04 childExit(SB 769) [SB 1]", "2020/03/17 22:03:04 Channel() [SB 789]", "2020/03/17 22:03:04 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:04 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:04 Pause() [SB 789]", "2020/03/17 22:03:04 Receive request to /run/L788", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8668 [FUNC L788]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L788]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3368-L788, /root/open-lambda/test-dir/worker/scratch/3369-L788, )=790... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-2 [SOCK 790]", "2020/03/17 22:03:04 fork(SB 790) [SB 1]", "2020/03/17 22:03:04 move PID 22971 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:03:04 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:04 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:04 Channel() [SB 790]", "2020/03/17 22:03:04 Pause() [SB 790]", "2020/03/17 22:03:04 Receive request to /run/L789", "2020/03/17 22:03:04 debug: LambdaFunc.Task() runs on goroutine 8678 [FUNC L789]", "2020/03/17 22:03:04 increase instances to 1 [FUNC L789]", "2020/03/17 22:03:04 Try using Zygote from ", "2020/03/17 22:03:04 Unpause() [SB 1]", "2020/03/17 22:03:04 .Create(, true, /root/open-lambda/test-dir/worker/code/3371-L789, /root/open-lambda/test-dir/worker/scratch/3372-L789, )=791... [SOCK POOL sandboxes]", "2020/03/17 22:03:04 use cgroup cg-3 [SOCK 791]", "2020/03/17 22:03:04 fork(SB 791) [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 770]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 770]", "2020/03/17 22:03:05 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 move PID 22975 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 771]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 771]", "2020/03/17 22:03:05 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 killed PIDs [22871] in CG [SOCK 770]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 770]", "2020/03/17 22:03:05 childExit(SB 770) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 killed PIDs [22875] in CG [SOCK 771]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 771]", "2020/03/17 22:03:05 childExit(SB 771) [SB 1]", "2020/03/17 22:03:05 Channel() [SB 791]", "2020/03/17 22:03:05 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:05 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:05 Pause() [SB 791]", "2020/03/17 22:03:05 Receive request to /run/L790", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8690 [FUNC L790]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L790]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3374-L790, /root/open-lambda/test-dir/worker/scratch/3375-L790, )=792... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-6 [SOCK 792]", "2020/03/17 22:03:05 fork(SB 792) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 move PID 22981 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Channel() [SB 792]", "2020/03/17 22:03:05 Pause() [SB 792]", "2020/03/17 22:03:05 Receive request to /run/L791", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8700 [FUNC L791]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L791]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3377-L791, /root/open-lambda/test-dir/worker/scratch/3378-L791, )=793... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-5 [SOCK 793]", "2020/03/17 22:03:05 fork(SB 793) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 Destroy() [SB 772]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 772]", "2020/03/17 22:03:05 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 move PID 22985 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 773]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 773]", "2020/03/17 22:03:05 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 killed PIDs [22881] in CG [SOCK 772]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 772]", "2020/03/17 22:03:05 childExit(SB 772) [SB 1]", "2020/03/17 22:03:05 Channel() [SB 793]", "2020/03/17 22:03:05 killed PIDs [22885] in CG [SOCK 773]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 773]", "2020/03/17 22:03:05 childExit(SB 773) [SB 1]", "2020/03/17 22:03:05 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:05 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:05 Pause() [SB 793]", "2020/03/17 22:03:05 Receive request to /run/L792", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8712 [FUNC L792]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L792]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3380-L792, /root/open-lambda/test-dir/worker/scratch/3381-L792, )=794... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-7 [SOCK 794]", "2020/03/17 22:03:05 fork(SB 794) [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 774]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 774]", "2020/03/17 22:03:05 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 move PID 22991 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 775]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 775]", "2020/03/17 22:03:05 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 killed PIDs [22891] in CG [SOCK 774]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 774]", "2020/03/17 22:03:05 childExit(SB 774) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 killed PIDs [22895] in CG [SOCK 775]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 775]", "2020/03/17 22:03:05 childExit(SB 775) [SB 1]", "2020/03/17 22:03:05 Channel() [SB 794]", "2020/03/17 22:03:05 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:05 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:05 Pause() [SB 794]", "2020/03/17 22:03:05 Receive request to /run/L793", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8724 [FUNC L793]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L793]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3383-L793, /root/open-lambda/test-dir/worker/scratch/3384-L793, )=795... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-4 [SOCK 795]", "2020/03/17 22:03:05 fork(SB 795) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 move PID 22997 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Channel() [SB 795]", "2020/03/17 22:03:05 Pause() [SB 795]", "2020/03/17 22:03:05 Receive request to /run/L794", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8734 [FUNC L794]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L794]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3386-L794, /root/open-lambda/test-dir/worker/scratch/3387-L794, )=796... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-10 [SOCK 796]", "2020/03/17 22:03:05 fork(SB 796) [SB 1]", "2020/03/17 22:03:05 move PID 23001 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 776]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 776]", "2020/03/17 22:03:05 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 killed PIDs [22903] in CG [SOCK 776]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 776]", "2020/03/17 22:03:05 childExit(SB 776) [SB 1]", "2020/03/17 22:03:05 Channel() [SB 796]", "2020/03/17 22:03:05 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:05 Pause() [SB 796]", "2020/03/17 22:03:05 Receive request to /run/L795", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8745 [FUNC L795]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L795]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3389-L795, /root/open-lambda/test-dir/worker/scratch/3390-L795, )=797... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-13 [SOCK 797]", "2020/03/17 22:03:05 fork(SB 797) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 move PID 23006 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Channel() [SB 797]", "2020/03/17 22:03:05 Pause() [SB 797]", "2020/03/17 22:03:05 Receive request to /run/L796", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8755 [FUNC L796]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L796]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3392-L796, /root/open-lambda/test-dir/worker/scratch/3393-L796, )=798... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-8 [SOCK 798]", "2020/03/17 22:03:05 fork(SB 798) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 Destroy() [SB 777]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 777]", "2020/03/17 22:03:05 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 Destroy() [SB 778]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 778]", "2020/03/17 22:03:05 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 move PID 23010 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 779]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 779]", "2020/03/17 22:03:05 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 killed PIDs [22914] in CG [SOCK 778]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 778]", "2020/03/17 22:03:05 childExit(SB 778) [SB 1]", "2020/03/17 22:03:05 Channel() [SB 798]", "2020/03/17 22:03:05 killed PIDs [22918] in CG [SOCK 779]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 779]", "2020/03/17 22:03:05 childExit(SB 779) [SB 1]", "2020/03/17 22:03:05 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:05 killed PIDs [22908] in CG [SOCK 777]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 777]", "2020/03/17 22:03:05 childExit(SB 777) [SB 1]", "2020/03/17 22:03:05 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:05 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:05 Pause() [SB 798]", "2020/03/17 22:03:05 Receive request to /run/L797", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8768 [FUNC L797]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L797]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3395-L797, /root/open-lambda/test-dir/worker/scratch/3396-L797, )=799... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-16 [SOCK 799]", "2020/03/17 22:03:05 fork(SB 799) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 move PID 23017 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Channel() [SB 799]", "2020/03/17 22:03:05 Pause() [SB 799]", "2020/03/17 22:03:05 Receive request to /run/L798", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8778 [FUNC L798]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L798]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3398-L798, /root/open-lambda/test-dir/worker/scratch/3399-L798, )=800... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-9 [SOCK 800]", "2020/03/17 22:03:05 fork(SB 800) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 move PID 23021 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Channel() [SB 800]", "2020/03/17 22:03:05 Pause() [SB 800]", "2020/03/17 22:03:05 Receive request to /run/L799", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8788 [FUNC L799]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L799]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3401-L799, /root/open-lambda/test-dir/worker/scratch/3402-L799, )=801... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-41 [SOCK 801]", "2020/03/17 22:03:05 fork(SB 801) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 Destroy() [SB 780]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 780]", "2020/03/17 22:03:05 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 move PID 23025 from CG cg-1 to CG cg-41 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 781]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 781]", "2020/03/17 22:03:05 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 killed PIDs [22922] in CG [SOCK 780]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 780]", "2020/03/17 22:03:05 childExit(SB 780) [SB 1]", "2020/03/17 22:03:05 killed PIDs [22927] in CG [SOCK 781]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 781]", "2020/03/17 22:03:05 childExit(SB 781) [SB 1]", "2020/03/17 22:03:05 Channel() [SB 801]", "2020/03/17 22:03:05 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:05 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:05 Pause() [SB 801]", "2020/03/17 22:03:05 Receive request to /run/L800", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8800 [FUNC L800]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L800]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3404-L800, /root/open-lambda/test-dir/worker/scratch/3405-L800, )=802... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-15 [SOCK 802]", "2020/03/17 22:03:05 fork(SB 802) [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 782]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 782]", "2020/03/17 22:03:05 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 move PID 23031 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 783]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 783]", "2020/03/17 22:03:05 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 killed PIDs [22932] in CG [SOCK 782]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 782]", "2020/03/17 22:03:05 childExit(SB 782) [SB 1]", "2020/03/17 22:03:05 Channel() [SB 802]", "2020/03/17 22:03:05 killed PIDs [22937] in CG [SOCK 783]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 783]", "2020/03/17 22:03:05 childExit(SB 783) [SB 1]", "2020/03/17 22:03:05 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:05 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:05 Pause() [SB 802]", "2020/03/17 22:03:05 Receive request to /run/L801", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8812 [FUNC L801]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L801]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3407-L801, /root/open-lambda/test-dir/worker/scratch/3408-L801, )=803... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-14 [SOCK 803]", "2020/03/17 22:03:05 fork(SB 803) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 move PID 23037 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Channel() [SB 803]", "2020/03/17 22:03:05 Pause() [SB 803]", "2020/03/17 22:03:05 Receive request to /run/L802", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8822 [FUNC L802]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L802]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3410-L802, /root/open-lambda/test-dir/worker/scratch/3411-L802, )=804... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-19 [SOCK 804]", "2020/03/17 22:03:05 fork(SB 804) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 move PID 23041 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Channel() [SB 804]", "2020/03/17 22:03:05 Pause() [SB 804]", "2020/03/17 22:03:05 Receive request to /run/L803", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8832 [FUNC L803]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L803]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3413-L803, /root/open-lambda/test-dir/worker/scratch/3414-L803, )=805... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-11 [SOCK 805]", "2020/03/17 22:03:05 fork(SB 805) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 Destroy() [SB 784]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 784]", "2020/03/17 22:03:05 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 move PID 23045 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 785]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 785]", "2020/03/17 22:03:05 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 killed PIDs [22943] in CG [SOCK 784]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 784]", "2020/03/17 22:03:05 childExit(SB 784) [SB 1]", "2020/03/17 22:03:05 Channel() [SB 805]", "2020/03/17 22:03:05 killed PIDs [22947] in CG [SOCK 785]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 785]", "2020/03/17 22:03:05 childExit(SB 785) [SB 1]", "2020/03/17 22:03:05 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:05 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:05 Pause() [SB 805]", "2020/03/17 22:03:05 Receive request to /run/L804", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8844 [FUNC L804]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L804]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3416-L804, /root/open-lambda/test-dir/worker/scratch/3417-L804, )=806... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-18 [SOCK 806]", "2020/03/17 22:03:05 fork(SB 806) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 move PID 23051 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Channel() [SB 806]", "2020/03/17 22:03:05 Pause() [SB 806]", "2020/03/17 22:03:05 Receive request to /run/L805", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8854 [FUNC L805]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L805]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3419-L805, /root/open-lambda/test-dir/worker/scratch/3420-L805, )=807... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-12 [SOCK 807]", "2020/03/17 22:03:05 fork(SB 807) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 Destroy() [SB 786]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 786]", "2020/03/17 22:03:05 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 move PID 23055 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 787]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 787]", "2020/03/17 22:03:05 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 Channel() [SB 807]", "2020/03/17 22:03:05 killed PIDs [22956] in CG [SOCK 787]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 787]", "2020/03/17 22:03:05 childExit(SB 787) [SB 1]", "2020/03/17 22:03:05 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:05 killed PIDs [22951] in CG [SOCK 786]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 786]", "2020/03/17 22:03:05 childExit(SB 786) [SB 1]", "2020/03/17 22:03:05 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:05 Pause() [SB 807]", "2020/03/17 22:03:05 Receive request to /run/L806", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8866 [FUNC L806]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L806]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3422-L806, /root/open-lambda/test-dir/worker/scratch/3423-L806, )=808... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-24 [SOCK 808]", "2020/03/17 22:03:05 fork(SB 808) [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 788]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 788]", "2020/03/17 22:03:05 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 move PID 23061 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 789]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 789]", "2020/03/17 22:03:05 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 killed PIDs [22961] in CG [SOCK 788]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 788]", "2020/03/17 22:03:05 childExit(SB 788) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 killed PIDs [22965] in CG [SOCK 789]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 789]", "2020/03/17 22:03:05 childExit(SB 789) [SB 1]", "2020/03/17 22:03:05 Channel() [SB 808]", "2020/03/17 22:03:05 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:05 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:05 Pause() [SB 808]", "2020/03/17 22:03:05 Receive request to /run/L807", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8878 [FUNC L807]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L807]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3425-L807, /root/open-lambda/test-dir/worker/scratch/3426-L807, )=809... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-20 [SOCK 809]", "2020/03/17 22:03:05 fork(SB 809) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 move PID 23067 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Channel() [SB 809]", "2020/03/17 22:03:05 Pause() [SB 809]", "2020/03/17 22:03:05 Receive request to /run/L808", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8888 [FUNC L808]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L808]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3428-L808, /root/open-lambda/test-dir/worker/scratch/3429-L808, )=810... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-17 [SOCK 810]", "2020/03/17 22:03:05 fork(SB 810) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 move PID 23071 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Channel() [SB 810]", "2020/03/17 22:03:05 Pause() [SB 810]", "2020/03/17 22:03:05 Receive request to /run/L809", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8898 [FUNC L809]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L809]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3431-L809, /root/open-lambda/test-dir/worker/scratch/3432-L809, )=811... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-21 [SOCK 811]", "2020/03/17 22:03:05 fork(SB 811) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 Destroy() [SB 790]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 790]", "2020/03/17 22:03:05 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 move PID 23075 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 791]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 791]", "2020/03/17 22:03:05 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 killed PIDs [22971] in CG [SOCK 790]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 790]", "2020/03/17 22:03:05 childExit(SB 790) [SB 1]", "2020/03/17 22:03:05 Channel() [SB 811]", "2020/03/17 22:03:05 killed PIDs [22975] in CG [SOCK 791]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 791]", "2020/03/17 22:03:05 childExit(SB 791) [SB 1]", "2020/03/17 22:03:05 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:05 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:05 Pause() [SB 811]", "2020/03/17 22:03:05 Receive request to /run/L810", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8910 [FUNC L810]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L810]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3434-L810, /root/open-lambda/test-dir/worker/scratch/3435-L810, )=812... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-23 [SOCK 812]", "2020/03/17 22:03:05 fork(SB 812) [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 792]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 792]", "2020/03/17 22:03:05 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 move PID 23082 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Destroy() [SB 793]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 793]", "2020/03/17 22:03:05 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 killed PIDs [22981] in CG [SOCK 792]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 792]", "2020/03/17 22:03:05 childExit(SB 792) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 killed PIDs [22985] in CG [SOCK 793]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 793]", "2020/03/17 22:03:05 childExit(SB 793) [SB 1]", "2020/03/17 22:03:05 Channel() [SB 812]", "2020/03/17 22:03:05 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:05 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:05 Pause() [SB 812]", "2020/03/17 22:03:05 Receive request to /run/L811", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8922 [FUNC L811]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L811]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3437-L811, /root/open-lambda/test-dir/worker/scratch/3438-L811, )=813... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-26 [SOCK 813]", "2020/03/17 22:03:05 fork(SB 813) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 move PID 23087 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Channel() [SB 813]", "2020/03/17 22:03:05 Pause() [SB 813]", "2020/03/17 22:03:05 Receive request to /run/L812", "2020/03/17 22:03:05 debug: LambdaFunc.Task() runs on goroutine 8932 [FUNC L812]", "2020/03/17 22:03:05 increase instances to 1 [FUNC L812]", "2020/03/17 22:03:05 Try using Zygote from ", "2020/03/17 22:03:05 Unpause() [SB 1]", "2020/03/17 22:03:05 .Create(, true, /root/open-lambda/test-dir/worker/code/3440-L812, /root/open-lambda/test-dir/worker/scratch/3441-L812, )=814... [SOCK POOL sandboxes]", "2020/03/17 22:03:05 use cgroup cg-25 [SOCK 814]", "2020/03/17 22:03:05 fork(SB 814) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:05 Destroy() [SB 794]", "2020/03/17 22:03:05 CG ref count decremented to 0 [SOCK 794]", "2020/03/17 22:03:05 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:05 move PID 23091 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:03:05 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:05 Pause() [SB 1]", "2020/03/17 22:03:05 Channel() [SB 814]", "2020/03/17 22:03:05 killed PIDs [22991] in CG [SOCK 794]", "2020/03/17 22:03:05 unmount and remove dirs [SOCK 794]", "2020/03/17 22:03:05 childExit(SB 794) [SB 1]", "2020/03/17 22:03:05 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 814]", "2020/03/17 22:03:06 Receive request to /run/L813", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 8943 [FUNC L813]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L813]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3443-L813, /root/open-lambda/test-dir/worker/scratch/3444-L813, )=815... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-27 [SOCK 815]", "2020/03/17 22:03:06 fork(SB 815) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 move PID 23096 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Channel() [SB 815]", "2020/03/17 22:03:06 Pause() [SB 815]", "2020/03/17 22:03:06 Receive request to /run/L814", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 8953 [FUNC L814]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L814]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3446-L814, /root/open-lambda/test-dir/worker/scratch/3447-L814, )=816... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-22 [SOCK 816]", "2020/03/17 22:03:06 fork(SB 816) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 move PID 23100 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 795]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 795]", "2020/03/17 22:03:06 killed PIDs [22997] in CG [SOCK 795]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 795]", "2020/03/17 22:03:06 childExit(SB 795) [SB 1]", "2020/03/17 22:03:06 Channel() [SB 816]", "2020/03/17 22:03:06 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 816]", "2020/03/17 22:03:06 Receive request to /run/L815", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 8964 [FUNC L815]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L815]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3449-L815, /root/open-lambda/test-dir/worker/scratch/3450-L815, )=817... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-30 [SOCK 817]", "2020/03/17 22:03:06 fork(SB 817) [SB 1]", "2020/03/17 22:03:06 move PID 23105 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 796]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 796]", "2020/03/17 22:03:06 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 killed PIDs [23001] in CG [SOCK 796]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 796]", "2020/03/17 22:03:06 childExit(SB 796) [SB 1]", "2020/03/17 22:03:06 Channel() [SB 817]", "2020/03/17 22:03:06 Destroy() [SB 797]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 797]", "2020/03/17 22:03:06 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:06 Destroy() [SB 798]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 798]", "2020/03/17 22:03:06 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 killed PIDs [23006] in CG [SOCK 797]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 797]", "2020/03/17 22:03:06 childExit(SB 797) [SB 1]", "2020/03/17 22:03:06 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:06 killed PIDs [23010] in CG [SOCK 798]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 798]", "2020/03/17 22:03:06 childExit(SB 798) [SB 1]", "2020/03/17 22:03:06 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 817]", "2020/03/17 22:03:06 Receive request to /run/L816", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 8977 [FUNC L816]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L816]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3452-L816, /root/open-lambda/test-dir/worker/scratch/3453-L816, )=818... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-29 [SOCK 818]", "2020/03/17 22:03:06 fork(SB 818) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 move PID 23112 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Channel() [SB 818]", "2020/03/17 22:03:06 Pause() [SB 818]", "2020/03/17 22:03:06 Receive request to /run/L817", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 8987 [FUNC L817]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L817]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3455-L817, /root/open-lambda/test-dir/worker/scratch/3456-L817, )=819... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-32 [SOCK 819]", "2020/03/17 22:03:06 fork(SB 819) [SB 1]", "2020/03/17 22:03:06 move PID 23116 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 799]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 799]", "2020/03/17 22:03:06 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 killed PIDs [23017] in CG [SOCK 799]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 799]", "2020/03/17 22:03:06 childExit(SB 799) [SB 1]", "2020/03/17 22:03:06 Channel() [SB 819]", "2020/03/17 22:03:06 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 819]", "2020/03/17 22:03:06 Receive request to /run/L818", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 8998 [FUNC L818]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L818]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3458-L818, /root/open-lambda/test-dir/worker/scratch/3459-L818, )=820... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-33 [SOCK 820]", "2020/03/17 22:03:06 fork(SB 820) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 move PID 23121 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Channel() [SB 820]", "2020/03/17 22:03:06 Pause() [SB 820]", "2020/03/17 22:03:06 Receive request to /run/L819", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9008 [FUNC L819]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L819]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3461-L819, /root/open-lambda/test-dir/worker/scratch/3462-L819, )=821... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-28 [SOCK 821]", "2020/03/17 22:03:06 fork(SB 821) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 Destroy() [SB 800]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 800]", "2020/03/17 22:03:06 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 move PID 23125 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 801]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 801]", "2020/03/17 22:03:06 waiting for 1 procs in cg-41 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 killed PIDs [23021] in CG [SOCK 800]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 800]", "2020/03/17 22:03:06 childExit(SB 800) [SB 1]", "2020/03/17 22:03:06 killed PIDs [23025] in CG [SOCK 801]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 801]", "2020/03/17 22:03:06 childExit(SB 801) [SB 1]", "2020/03/17 22:03:06 Channel() [SB 821]", "2020/03/17 22:03:06 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:06 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 821]", "2020/03/17 22:03:06 Receive request to /run/L820", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9020 [FUNC L820]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L820]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3464-L820, /root/open-lambda/test-dir/worker/scratch/3465-L820, )=822... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-36 [SOCK 822]", "2020/03/17 22:03:06 fork(SB 822) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 Destroy() [SB 802]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 802]", "2020/03/17 22:03:06 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 move PID 23131 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Channel() [SB 822]", "2020/03/17 22:03:06 killed PIDs [23031] in CG [SOCK 802]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 802]", "2020/03/17 22:03:06 childExit(SB 802) [SB 1]", "2020/03/17 22:03:06 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 822]", "2020/03/17 22:03:06 Receive request to /run/L821", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9031 [FUNC L821]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L821]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3467-L821, /root/open-lambda/test-dir/worker/scratch/3468-L821, )=823... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-31 [SOCK 823]", "2020/03/17 22:03:06 fork(SB 823) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 move PID 23136 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Channel() [SB 823]", "2020/03/17 22:03:06 Pause() [SB 823]", "2020/03/17 22:03:06 Receive request to /run/L822", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9041 [FUNC L822]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L822]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3470-L822, /root/open-lambda/test-dir/worker/scratch/3471-L822, )=824... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-38 [SOCK 824]", "2020/03/17 22:03:06 fork(SB 824) [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 803]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 803]", "2020/03/17 22:03:06 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 Destroy() [SB 804]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 804]", "2020/03/17 22:03:06 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 move PID 23140 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 805]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 805]", "2020/03/17 22:03:06 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 killed PIDs [23037] in CG [SOCK 803]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 803]", "2020/03/17 22:03:06 childExit(SB 803) [SB 1]", "2020/03/17 22:03:06 killed PIDs [23041] in CG [SOCK 804]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 804]", "2020/03/17 22:03:06 childExit(SB 804) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 killed PIDs [23045] in CG [SOCK 805]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 805]", "2020/03/17 22:03:06 childExit(SB 805) [SB 1]", "2020/03/17 22:03:06 Channel() [SB 824]", "2020/03/17 22:03:06 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:06 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:06 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 824]", "2020/03/17 22:03:06 Receive request to /run/L823", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9054 [FUNC L823]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L823]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3473-L823, /root/open-lambda/test-dir/worker/scratch/3474-L823, )=825... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-34 [SOCK 825]", "2020/03/17 22:03:06 fork(SB 825) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 move PID 23147 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Channel() [SB 825]", "2020/03/17 22:03:06 Pause() [SB 825]", "2020/03/17 22:03:06 Receive request to /run/L824", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9064 [FUNC L824]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L824]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3476-L824, /root/open-lambda/test-dir/worker/scratch/3477-L824, )=826... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-40 [SOCK 826]", "2020/03/17 22:03:06 fork(SB 826) [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 806]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 806]", "2020/03/17 22:03:06 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 move PID 23151 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 807]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 807]", "2020/03/17 22:03:06 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 killed PIDs [23051] in CG [SOCK 806]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 806]", "2020/03/17 22:03:06 childExit(SB 806) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 killed PIDs [23055] in CG [SOCK 807]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 807]", "2020/03/17 22:03:06 childExit(SB 807) [SB 1]", "2020/03/17 22:03:06 Channel() [SB 826]", "2020/03/17 22:03:06 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:06 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 826]", "2020/03/17 22:03:06 Receive request to /run/L825", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9076 [FUNC L825]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L825]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3479-L825, /root/open-lambda/test-dir/worker/scratch/3480-L825, )=827... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-35 [SOCK 827]", "2020/03/17 22:03:06 fork(SB 827) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 Destroy() [SB 808]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 808]", "2020/03/17 22:03:06 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 move PID 23157 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 killed PIDs [23061] in CG [SOCK 808]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 808]", "2020/03/17 22:03:06 childExit(SB 808) [SB 1]", "2020/03/17 22:03:06 Channel() [SB 827]", "2020/03/17 22:03:06 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 827]", "2020/03/17 22:03:06 Receive request to /run/L826", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9087 [FUNC L826]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L826]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3482-L826, /root/open-lambda/test-dir/worker/scratch/3483-L826, )=828... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-39 [SOCK 828]", "2020/03/17 22:03:06 fork(SB 828) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 move PID 23162 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Channel() [SB 828]", "2020/03/17 22:03:06 Pause() [SB 828]", "2020/03/17 22:03:06 Receive request to /run/L827", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9097 [FUNC L827]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L827]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3485-L827, /root/open-lambda/test-dir/worker/scratch/3486-L827, )=829... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-37 [SOCK 829]", "2020/03/17 22:03:06 fork(SB 829) [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 809]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 809]", "2020/03/17 22:03:06 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 move PID 23166 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 810]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 810]", "2020/03/17 22:03:06 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 killed PIDs [23067] in CG [SOCK 809]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 809]", "2020/03/17 22:03:06 childExit(SB 809) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 killed PIDs [23071] in CG [SOCK 810]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 810]", "2020/03/17 22:03:06 childExit(SB 810) [SB 1]", "2020/03/17 22:03:06 Channel() [SB 829]", "2020/03/17 22:03:06 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:06 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 829]", "2020/03/17 22:03:06 Receive request to /run/L828", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9109 [FUNC L828]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L828]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3488-L828, /root/open-lambda/test-dir/worker/scratch/3489-L828, )=830... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-2 [SOCK 830]", "2020/03/17 22:03:06 fork(SB 830) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 Destroy() [SB 811]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 811]", "2020/03/17 22:03:06 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 move PID 23172 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 killed PIDs [23075] in CG [SOCK 811]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 811]", "2020/03/17 22:03:06 childExit(SB 811) [SB 1]", "2020/03/17 22:03:06 Channel() [SB 830]", "2020/03/17 22:03:06 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 830]", "2020/03/17 22:03:06 Receive request to /run/L829", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9120 [FUNC L829]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L829]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3491-L829, /root/open-lambda/test-dir/worker/scratch/3492-L829, )=831... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-3 [SOCK 831]", "2020/03/17 22:03:06 fork(SB 831) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 Destroy() [SB 812]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 812]", "2020/03/17 22:03:06 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 move PID 23177 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Channel() [SB 831]", "2020/03/17 22:03:06 killed PIDs [23082] in CG [SOCK 812]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 812]", "2020/03/17 22:03:06 childExit(SB 812) [SB 1]", "2020/03/17 22:03:06 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 831]", "2020/03/17 22:03:06 Receive request to /run/L830", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9131 [FUNC L830]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L830]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3494-L830, /root/open-lambda/test-dir/worker/scratch/3495-L830, )=832... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-6 [SOCK 832]", "2020/03/17 22:03:06 fork(SB 832) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 move PID 23182 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Channel() [SB 832]", "2020/03/17 22:03:06 Pause() [SB 832]", "2020/03/17 22:03:06 Receive request to /run/L831", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9141 [FUNC L831]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L831]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3497-L831, /root/open-lambda/test-dir/worker/scratch/3498-L831, )=833... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-5 [SOCK 833]", "2020/03/17 22:03:06 fork(SB 833) [SB 1]", "2020/03/17 22:03:06 move PID 23186 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 Channel() [SB 833]", "2020/03/17 22:03:06 Pause() [SB 833]", "2020/03/17 22:03:06 Receive request to /run/L832", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9151 [FUNC L832]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L832]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3500-L832, /root/open-lambda/test-dir/worker/scratch/3501-L832, )=834... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-7 [SOCK 834]", "2020/03/17 22:03:06 fork(SB 834) [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 813]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 813]", "2020/03/17 22:03:06 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 killed PIDs [23087] in CG [SOCK 813]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 813]", "2020/03/17 22:03:06 childExit(SB 813) [SB 1]", "2020/03/17 22:03:06 move PID 23190 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 814]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 814]", "2020/03/17 22:03:06 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 killed PIDs [23091] in CG [SOCK 814]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 814]", "2020/03/17 22:03:06 childExit(SB 814) [SB 1]", "2020/03/17 22:03:06 Channel() [SB 834]", "2020/03/17 22:03:06 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:06 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 834]", "2020/03/17 22:03:06 Receive request to /run/L833", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9163 [FUNC L833]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L833]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3503-L833, /root/open-lambda/test-dir/worker/scratch/3504-L833, )=835... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-4 [SOCK 835]", "2020/03/17 22:03:06 fork(SB 835) [SB 1]", "2020/03/17 22:03:06 move PID 23196 from CG cg-1 to CG cg-4 [SOCK 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Channel() [SB 835]", "2020/03/17 22:03:06 Pause() [SB 835]", "2020/03/17 22:03:06 Receive request to /run/L834", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9173 [FUNC L834]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L834]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3506-L834, /root/open-lambda/test-dir/worker/scratch/3507-L834, )=836... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-10 [SOCK 836]", "2020/03/17 22:03:06 fork(SB 836) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 Destroy() [SB 815]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 815]", "2020/03/17 22:03:06 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 move PID 23200 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 816]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 816]", "2020/03/17 22:03:06 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 killed PIDs [23096] in CG [SOCK 815]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 815]", "2020/03/17 22:03:06 childExit(SB 815) [SB 1]", "2020/03/17 22:03:06 killed PIDs [23100] in CG [SOCK 816]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 816]", "2020/03/17 22:03:06 childExit(SB 816) [SB 1]", "2020/03/17 22:03:06 Channel() [SB 836]", "2020/03/17 22:03:06 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:06 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 836]", "2020/03/17 22:03:06 Receive request to /run/L835", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9185 [FUNC L835]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L835]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3509-L835, /root/open-lambda/test-dir/worker/scratch/3510-L835, )=837... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-13 [SOCK 837]", "2020/03/17 22:03:06 fork(SB 837) [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 817]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 817]", "2020/03/17 22:03:06 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:06 killed PIDs [23105] in CG [SOCK 817]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 817]", "2020/03/17 22:03:06 childExit(SB 817) [SB 1]", "2020/03/17 22:03:06 move PID 23206 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:03:06 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:06 Pause() [SB 1]", "2020/03/17 22:03:06 Destroy() [SB 818]", "2020/03/17 22:03:06 CG ref count decremented to 0 [SOCK 818]", "2020/03/17 22:03:06 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:06 killed PIDs [23112] in CG [SOCK 818]", "2020/03/17 22:03:06 unmount and remove dirs [SOCK 818]", "2020/03/17 22:03:06 childExit(SB 818) [SB 1]", "2020/03/17 22:03:06 Channel() [SB 837]", "2020/03/17 22:03:06 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:06 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:06 Pause() [SB 837]", "2020/03/17 22:03:06 Receive request to /run/L836", "2020/03/17 22:03:06 debug: LambdaFunc.Task() runs on goroutine 9197 [FUNC L836]", "2020/03/17 22:03:06 increase instances to 1 [FUNC L836]", "2020/03/17 22:03:06 Try using Zygote from ", "2020/03/17 22:03:06 Unpause() [SB 1]", "2020/03/17 22:03:06 .Create(, true, /root/open-lambda/test-dir/worker/code/3512-L836, /root/open-lambda/test-dir/worker/scratch/3513-L836, )=838... [SOCK POOL sandboxes]", "2020/03/17 22:03:06 use cgroup cg-8 [SOCK 838]", "2020/03/17 22:03:06 fork(SB 838) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 move PID 23212 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Channel() [SB 838]", "2020/03/17 22:03:07 Pause() [SB 838]", "2020/03/17 22:03:07 Receive request to /run/L837", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9207 [FUNC L837]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L837]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3515-L837, /root/open-lambda/test-dir/worker/scratch/3516-L837, )=839... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-16 [SOCK 839]", "2020/03/17 22:03:07 fork(SB 839) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 move PID 23216 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Channel() [SB 839]", "2020/03/17 22:03:07 Pause() [SB 839]", "2020/03/17 22:03:07 Receive request to /run/L838", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9217 [FUNC L838]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L838]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3518-L838, /root/open-lambda/test-dir/worker/scratch/3519-L838, )=840... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-9 [SOCK 840]", "2020/03/17 22:03:07 fork(SB 840) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 Destroy() [SB 819]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 819]", "2020/03/17 22:03:07 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:07 move PID 23220 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Destroy() [SB 820]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 820]", "2020/03/17 22:03:07 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:07 killed PIDs [23116] in CG [SOCK 819]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 819]", "2020/03/17 22:03:07 childExit(SB 819) [SB 1]", "2020/03/17 22:03:07 killed PIDs [23121] in CG [SOCK 820]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 820]", "2020/03/17 22:03:07 childExit(SB 820) [SB 1]", "2020/03/17 22:03:07 Channel() [SB 840]", "2020/03/17 22:03:07 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:07 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:07 Pause() [SB 840]", "2020/03/17 22:03:07 Receive request to /run/L839", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9229 [FUNC L839]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L839]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3521-L839, /root/open-lambda/test-dir/worker/scratch/3522-L839, )=841... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-41 [SOCK 841]", "2020/03/17 22:03:07 fork(SB 841) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 move PID 23226 from CG cg-1 to CG cg-41 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Channel() [SB 841]", "2020/03/17 22:03:07 Pause() [SB 841]", "2020/03/17 22:03:07 Receive request to /run/L840", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9239 [FUNC L840]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L840]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3524-L840, /root/open-lambda/test-dir/worker/scratch/3525-L840, )=842... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-15 [SOCK 842]", "2020/03/17 22:03:07 fork(SB 842) [SB 1]", "2020/03/17 22:03:07 Destroy() [SB 821]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 821]", "2020/03/17 22:03:07 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:07 killed PIDs [23125] in CG [SOCK 821]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 821]", "2020/03/17 22:03:07 childExit(SB 821) [SB 1]", "2020/03/17 22:03:07 move PID 23231 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Destroy() [SB 822]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 822]", "2020/03/17 22:03:07 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 killed PIDs [23131] in CG [SOCK 822]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 822]", "2020/03/17 22:03:07 childExit(SB 822) [SB 1]", "2020/03/17 22:03:07 Channel() [SB 842]", "2020/03/17 22:03:07 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:07 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:07 Pause() [SB 842]", "2020/03/17 22:03:07 Receive request to /run/L841", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9251 [FUNC L841]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L841]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3527-L841, /root/open-lambda/test-dir/worker/scratch/3528-L841, )=843... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-14 [SOCK 843]", "2020/03/17 22:03:07 fork(SB 843) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 move PID 23236 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Channel() [SB 843]", "2020/03/17 22:03:07 Pause() [SB 843]", "2020/03/17 22:03:07 Receive request to /run/L842", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9261 [FUNC L842]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L842]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3530-L842, /root/open-lambda/test-dir/worker/scratch/3531-L842, )=844... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-19 [SOCK 844]", "2020/03/17 22:03:07 fork(SB 844) [SB 1]", "2020/03/17 22:03:07 Destroy() [SB 823]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 823]", "2020/03/17 22:03:07 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:07 Destroy() [SB 824]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 824]", "2020/03/17 22:03:07 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:07 move PID 23240 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Destroy() [SB 825]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 825]", "2020/03/17 22:03:07 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 killed PIDs [23136] in CG [SOCK 823]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 823]", "2020/03/17 22:03:07 childExit(SB 823) [SB 1]", "2020/03/17 22:03:07 killed PIDs [23140] in CG [SOCK 824]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 824]", "2020/03/17 22:03:07 childExit(SB 824) [SB 1]", "2020/03/17 22:03:07 killed PIDs [23147] in CG [SOCK 825]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 825]", "2020/03/17 22:03:07 childExit(SB 825) [SB 1]", "2020/03/17 22:03:07 Channel() [SB 844]", "2020/03/17 22:03:07 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:07 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:07 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:07 Pause() [SB 844]", "2020/03/17 22:03:07 Receive request to /run/L843", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9274 [FUNC L843]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L843]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3533-L843, /root/open-lambda/test-dir/worker/scratch/3534-L843, )=845... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-11 [SOCK 845]", "2020/03/17 22:03:07 fork(SB 845) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 move PID 23247 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Channel() [SB 845]", "2020/03/17 22:03:07 Pause() [SB 845]", "2020/03/17 22:03:07 Receive request to /run/L844", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9284 [FUNC L844]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L844]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3536-L844, /root/open-lambda/test-dir/worker/scratch/3537-L844, )=846... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-18 [SOCK 846]", "2020/03/17 22:03:07 fork(SB 846) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 Destroy() [SB 826]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 826]", "2020/03/17 22:03:07 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:07 move PID 23251 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 killed PIDs [23151] in CG [SOCK 826]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 826]", "2020/03/17 22:03:07 childExit(SB 826) [SB 1]", "2020/03/17 22:03:07 Channel() [SB 846]", "2020/03/17 22:03:07 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:07 Pause() [SB 846]", "2020/03/17 22:03:07 Receive request to /run/L845", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9295 [FUNC L845]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L845]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3539-L845, /root/open-lambda/test-dir/worker/scratch/3540-L845, )=847... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-12 [SOCK 847]", "2020/03/17 22:03:07 fork(SB 847) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 move PID 23256 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Channel() [SB 847]", "2020/03/17 22:03:07 Pause() [SB 847]", "2020/03/17 22:03:07 Receive request to /run/L846", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9305 [FUNC L846]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L846]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3542-L846, /root/open-lambda/test-dir/worker/scratch/3543-L846, )=848... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-24 [SOCK 848]", "2020/03/17 22:03:07 fork(SB 848) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 Destroy() [SB 827]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 827]", "2020/03/17 22:03:07 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:07 move PID 23260 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Destroy() [SB 828]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 828]", "2020/03/17 22:03:07 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:07 killed PIDs [23162] in CG [SOCK 828]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 828]", "2020/03/17 22:03:07 childExit(SB 828) [SB 1]", "2020/03/17 22:03:07 Channel() [SB 848]", "2020/03/17 22:03:07 killed PIDs [23157] in CG [SOCK 827]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 827]", "2020/03/17 22:03:07 childExit(SB 827) [SB 1]", "2020/03/17 22:03:07 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:07 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:07 Pause() [SB 848]", "2020/03/17 22:03:07 Receive request to /run/L847", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9317 [FUNC L847]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L847]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3545-L847, /root/open-lambda/test-dir/worker/scratch/3546-L847, )=849... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-20 [SOCK 849]", "2020/03/17 22:03:07 fork(SB 849) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 move PID 23266 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Channel() [SB 849]", "2020/03/17 22:03:07 Pause() [SB 849]", "2020/03/17 22:03:07 Receive request to /run/L848", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9327 [FUNC L848]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L848]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3548-L848, /root/open-lambda/test-dir/worker/scratch/3549-L848, )=850... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-17 [SOCK 850]", "2020/03/17 22:03:07 fork(SB 850) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 Destroy() [SB 829]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 829]", "2020/03/17 22:03:07 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:07 Destroy() [SB 830]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 830]", "2020/03/17 22:03:07 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:07 move PID 23270 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Destroy() [SB 831]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 831]", "2020/03/17 22:03:07 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:07 killed PIDs [23177] in CG [SOCK 831]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 831]", "2020/03/17 22:03:07 childExit(SB 831) [SB 1]", "2020/03/17 22:03:07 killed PIDs [23166] in CG [SOCK 829]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 829]", "2020/03/17 22:03:07 childExit(SB 829) [SB 1]", "2020/03/17 22:03:07 killed PIDs [23172] in CG [SOCK 830]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 830]", "2020/03/17 22:03:07 childExit(SB 830) [SB 1]", "2020/03/17 22:03:07 Channel() [SB 850]", "2020/03/17 22:03:07 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:07 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:07 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:07 Pause() [SB 850]", "2020/03/17 22:03:07 Receive request to /run/L849", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9340 [FUNC L849]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L849]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3551-L849, /root/open-lambda/test-dir/worker/scratch/3552-L849, )=851... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-21 [SOCK 851]", "2020/03/17 22:03:07 fork(SB 851) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 move PID 23277 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Channel() [SB 851]", "2020/03/17 22:03:07 Pause() [SB 851]", "2020/03/17 22:03:07 Receive request to /run/L850", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9350 [FUNC L850]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L850]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3554-L850, /root/open-lambda/test-dir/worker/scratch/3555-L850, )=852... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-23 [SOCK 852]", "2020/03/17 22:03:07 fork(SB 852) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 move PID 23281 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Destroy() [SB 832]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 832]", "2020/03/17 22:03:07 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:07 Channel() [SB 852]", "2020/03/17 22:03:07 killed PIDs [23182] in CG [SOCK 832]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 832]", "2020/03/17 22:03:07 childExit(SB 832) [SB 1]", "2020/03/17 22:03:07 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:07 Pause() [SB 852]", "2020/03/17 22:03:07 Receive request to /run/L851", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9361 [FUNC L851]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L851]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3557-L851, /root/open-lambda/test-dir/worker/scratch/3558-L851, )=853... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-26 [SOCK 853]", "2020/03/17 22:03:07 fork(SB 853) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 move PID 23286 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Channel() [SB 853]", "2020/03/17 22:03:07 Pause() [SB 853]", "2020/03/17 22:03:07 Receive request to /run/L852", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9371 [FUNC L852]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L852]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3560-L852, /root/open-lambda/test-dir/worker/scratch/3561-L852, )=854... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-25 [SOCK 854]", "2020/03/17 22:03:07 fork(SB 854) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 Destroy() [SB 833]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 833]", "2020/03/17 22:03:07 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:07 move PID 23290 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Destroy() [SB 834]", "2020/03/17 22:03:07 CG ref count decremented to 0 [SOCK 834]", "2020/03/17 22:03:07 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:07 Channel() [SB 854]", "2020/03/17 22:03:07 killed PIDs [23190] in CG [SOCK 834]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 834]", "2020/03/17 22:03:07 childExit(SB 834) [SB 1]", "2020/03/17 22:03:07 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:07 killed PIDs [23186] in CG [SOCK 833]", "2020/03/17 22:03:07 unmount and remove dirs [SOCK 833]", "2020/03/17 22:03:07 childExit(SB 833) [SB 1]", "2020/03/17 22:03:07 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:07 Pause() [SB 854]", "2020/03/17 22:03:07 Receive request to /run/L853", "2020/03/17 22:03:07 debug: LambdaFunc.Task() runs on goroutine 9383 [FUNC L853]", "2020/03/17 22:03:07 increase instances to 1 [FUNC L853]", "2020/03/17 22:03:07 Try using Zygote from ", "2020/03/17 22:03:07 Unpause() [SB 1]", "2020/03/17 22:03:07 .Create(, true, /root/open-lambda/test-dir/worker/code/3563-L853, /root/open-lambda/test-dir/worker/scratch/3564-L853, )=855... [SOCK POOL sandboxes]", "2020/03/17 22:03:07 use cgroup cg-27 [SOCK 855]", "2020/03/17 22:03:07 fork(SB 855) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:07 move PID 23296 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:03:07 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:07 Pause() [SB 1]", "2020/03/17 22:03:07 Channel() [SB 855]", "2020/03/17 22:03:07 Pause() [SB 855]", "2020/03/17 22:03:07 Receive request to /run/L854", "2020/03/17 22:03:14 debug: LambdaFunc.Task() runs on goroutine 9393 [FUNC L854]", "2020/03/17 22:03:14 increase instances to 1 [FUNC L854]", "2020/03/17 22:03:14 Try using Zygote from ", "2020/03/17 22:03:14 Unpause() [SB 1]", "2020/03/17 22:03:14 .Create(, true, /root/open-lambda/test-dir/worker/code/3566-L854, /root/open-lambda/test-dir/worker/scratch/3567-L854, )=856... [SOCK POOL sandboxes]", "2020/03/17 22:03:14 use cgroup cg-22 [SOCK 856]", "2020/03/17 22:03:14 fork(SB 856) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:14 Destroy() [SB 835]", "2020/03/17 22:03:14 CG ref count decremented to 0 [SOCK 835]", "2020/03/17 22:03:14 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:14 move PID 23300 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:03:14 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:14 Pause() [SB 1]", "2020/03/17 22:03:14 Destroy() [SB 836]", "2020/03/17 22:03:14 CG ref count decremented to 0 [SOCK 836]", "2020/03/17 22:03:14 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:14 killed PIDs [23196] in CG [SOCK 835]", "2020/03/17 22:03:14 unmount and remove dirs [SOCK 835]", "2020/03/17 22:03:14 childExit(SB 835) [SB 1]", "2020/03/17 22:03:14 killed PIDs [23200] in CG [SOCK 836]", "2020/03/17 22:03:14 unmount and remove dirs [SOCK 836]", "2020/03/17 22:03:14 childExit(SB 836) [SB 1]", "2020/03/17 22:03:14 Channel() [SB 856]", "2020/03/17 22:03:14 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:14 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:14 Pause() [SB 856]", "2020/03/17 22:03:14 Receive request to /run/L855", "2020/03/17 22:03:14 debug: LambdaFunc.Task() runs on goroutine 9405 [FUNC L855]", "2020/03/17 22:03:14 increase instances to 1 [FUNC L855]", "2020/03/17 22:03:14 Try using Zygote from ", "2020/03/17 22:03:14 Unpause() [SB 1]", "2020/03/17 22:03:14 .Create(, true, /root/open-lambda/test-dir/worker/code/3569-L855, /root/open-lambda/test-dir/worker/scratch/3570-L855, )=857... [SOCK POOL sandboxes]", "2020/03/17 22:03:14 use cgroup cg-30 [SOCK 857]", "2020/03/17 22:03:14 fork(SB 857) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:14 move PID 23306 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:03:14 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:14 Pause() [SB 1]", "2020/03/17 22:03:14 Channel() [SB 857]", "2020/03/17 22:03:14 Pause() [SB 857]", "2020/03/17 22:03:14 Receive request to /run/L856", "2020/03/17 22:03:14 debug: LambdaFunc.Task() runs on goroutine 9415 [FUNC L856]", "2020/03/17 22:03:14 increase instances to 1 [FUNC L856]", "2020/03/17 22:03:14 Try using Zygote from ", "2020/03/17 22:03:14 Unpause() [SB 1]", "2020/03/17 22:03:14 .Create(, true, /root/open-lambda/test-dir/worker/code/3572-L856, /root/open-lambda/test-dir/worker/scratch/3573-L856, )=858... [SOCK POOL sandboxes]", "2020/03/17 22:03:14 use cgroup cg-29 [SOCK 858]", "2020/03/17 22:03:14 fork(SB 858) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:14 Destroy() [SB 837]", "2020/03/17 22:03:14 CG ref count decremented to 0 [SOCK 837]", "2020/03/17 22:03:14 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:14 move PID 23310 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:03:14 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:14 Pause() [SB 1]", "2020/03/17 22:03:14 Destroy() [SB 838]", "2020/03/17 22:03:14 CG ref count decremented to 0 [SOCK 838]", "2020/03/17 22:03:14 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:14 killed PIDs [23206] in CG [SOCK 837]", "2020/03/17 22:03:14 unmount and remove dirs [SOCK 837]", "2020/03/17 22:03:14 childExit(SB 837) [SB 1]", "2020/03/17 22:03:14 Channel() [SB 858]", "2020/03/17 22:03:14 killed PIDs [23212] in CG [SOCK 838]", "2020/03/17 22:03:14 unmount and remove dirs [SOCK 838]", "2020/03/17 22:03:14 childExit(SB 838) [SB 1]", "2020/03/17 22:03:14 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:14 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:15 Pause() [SB 858]", "2020/03/17 22:03:15 Receive request to /run/L857", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9427 [FUNC L857]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L857]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3575-L857, /root/open-lambda/test-dir/worker/scratch/3576-L857, )=859... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-32 [SOCK 859]", "2020/03/17 22:03:15 fork(SB 859) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 move PID 23316 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Channel() [SB 859]", "2020/03/17 22:03:15 Pause() [SB 859]", "2020/03/17 22:03:15 Receive request to /run/L858", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9437 [FUNC L858]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L858]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3578-L858, /root/open-lambda/test-dir/worker/scratch/3579-L858, )=860... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-33 [SOCK 860]", "2020/03/17 22:03:15 fork(SB 860) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 Destroy() [SB 839]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 839]", "2020/03/17 22:03:15 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 move PID 23320 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 840]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 840]", "2020/03/17 22:03:15 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 killed PIDs [23220] in CG [SOCK 840]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 840]", "2020/03/17 22:03:15 childExit(SB 840) [SB 1]", "2020/03/17 22:03:15 killed PIDs [23216] in CG [SOCK 839]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 839]", "2020/03/17 22:03:15 childExit(SB 839) [SB 1]", "2020/03/17 22:03:15 Channel() [SB 860]", "2020/03/17 22:03:15 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:15 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:15 Pause() [SB 860]", "2020/03/17 22:03:15 Receive request to /run/L859", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9449 [FUNC L859]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L859]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3581-L859, /root/open-lambda/test-dir/worker/scratch/3582-L859, )=861... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-28 [SOCK 861]", "2020/03/17 22:03:15 fork(SB 861) [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 841]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 841]", "2020/03/17 22:03:15 waiting for 1 procs in cg-41 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 move PID 23326 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 842]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 842]", "2020/03/17 22:03:15 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 killed PIDs [23226] in CG [SOCK 841]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 841]", "2020/03/17 22:03:15 childExit(SB 841) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 killed PIDs [23231] in CG [SOCK 842]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 842]", "2020/03/17 22:03:15 childExit(SB 842) [SB 1]", "2020/03/17 22:03:15 Channel() [SB 861]", "2020/03/17 22:03:15 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:15 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:15 Pause() [SB 861]", "2020/03/17 22:03:15 Receive request to /run/L860", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9461 [FUNC L860]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L860]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3584-L860, /root/open-lambda/test-dir/worker/scratch/3585-L860, )=862... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-36 [SOCK 862]", "2020/03/17 22:03:15 fork(SB 862) [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 843]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 843]", "2020/03/17 22:03:15 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 move PID 23332 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 killed PIDs [23236] in CG [SOCK 843]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 843]", "2020/03/17 22:03:15 childExit(SB 843) [SB 1]", "2020/03/17 22:03:15 Channel() [SB 862]", "2020/03/17 22:03:15 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:15 Pause() [SB 862]", "2020/03/17 22:03:15 Receive request to /run/L861", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9472 [FUNC L861]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L861]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3587-L861, /root/open-lambda/test-dir/worker/scratch/3588-L861, )=863... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-31 [SOCK 863]", "2020/03/17 22:03:15 fork(SB 863) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 Destroy() [SB 844]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 844]", "2020/03/17 22:03:15 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 move PID 23337 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 killed PIDs [23240] in CG [SOCK 844]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 844]", "2020/03/17 22:03:15 childExit(SB 844) [SB 1]", "2020/03/17 22:03:15 Channel() [SB 863]", "2020/03/17 22:03:15 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:15 Pause() [SB 863]", "2020/03/17 22:03:15 Receive request to /run/L862", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9483 [FUNC L862]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L862]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3590-L862, /root/open-lambda/test-dir/worker/scratch/3591-L862, )=864... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-38 [SOCK 864]", "2020/03/17 22:03:15 fork(SB 864) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 move PID 23342 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Channel() [SB 864]", "2020/03/17 22:03:15 Pause() [SB 864]", "2020/03/17 22:03:15 Receive request to /run/L863", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9493 [FUNC L863]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L863]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3593-L863, /root/open-lambda/test-dir/worker/scratch/3594-L863, )=865... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-34 [SOCK 865]", "2020/03/17 22:03:15 fork(SB 865) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 move PID 23346 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Channel() [SB 865]", "2020/03/17 22:03:15 Pause() [SB 865]", "2020/03/17 22:03:15 Receive request to /run/L864", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9503 [FUNC L864]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L864]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3596-L864, /root/open-lambda/test-dir/worker/scratch/3597-L864, )=866... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-40 [SOCK 866]", "2020/03/17 22:03:15 fork(SB 866) [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 845]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 845]", "2020/03/17 22:03:15 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 Destroy() [SB 846]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 846]", "2020/03/17 22:03:15 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 move PID 23350 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 847]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 847]", "2020/03/17 22:03:15 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 killed PIDs [23256] in CG [SOCK 847]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 847]", "2020/03/17 22:03:15 childExit(SB 847) [SB 1]", "2020/03/17 22:03:15 killed PIDs [23247] in CG [SOCK 845]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 845]", "2020/03/17 22:03:15 childExit(SB 845) [SB 1]", "2020/03/17 22:03:15 killed PIDs [23251] in CG [SOCK 846]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 846]", "2020/03/17 22:03:15 childExit(SB 846) [SB 1]", "2020/03/17 22:03:15 Channel() [SB 866]", "2020/03/17 22:03:15 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:15 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:15 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:15 Pause() [SB 866]", "2020/03/17 22:03:15 Receive request to /run/L865", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9516 [FUNC L865]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L865]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3599-L865, /root/open-lambda/test-dir/worker/scratch/3600-L865, )=867... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-39 [SOCK 867]", "2020/03/17 22:03:15 fork(SB 867) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 move PID 23357 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Channel() [SB 867]", "2020/03/17 22:03:15 Pause() [SB 867]", "2020/03/17 22:03:15 Receive request to /run/L866", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9526 [FUNC L866]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L866]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3602-L866, /root/open-lambda/test-dir/worker/scratch/3603-L866, )=868... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-35 [SOCK 868]", "2020/03/17 22:03:15 fork(SB 868) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 move PID 23361 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Channel() [SB 868]", "2020/03/17 22:03:15 Pause() [SB 868]", "2020/03/17 22:03:15 Receive request to /run/L867", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9536 [FUNC L867]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L867]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3605-L867, /root/open-lambda/test-dir/worker/scratch/3606-L867, )=869... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-3 [SOCK 869]", "2020/03/17 22:03:15 fork(SB 869) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 Destroy() [SB 848]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 848]", "2020/03/17 22:03:15 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 move PID 23365 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 849]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 849]", "2020/03/17 22:03:15 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 killed PIDs [23266] in CG [SOCK 849]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 849]", "2020/03/17 22:03:15 childExit(SB 849) [SB 1]", "2020/03/17 22:03:15 killed PIDs [23260] in CG [SOCK 848]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 848]", "2020/03/17 22:03:15 childExit(SB 848) [SB 1]", "2020/03/17 22:03:15 Channel() [SB 869]", "2020/03/17 22:03:15 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:15 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:15 Pause() [SB 869]", "2020/03/17 22:03:15 Receive request to /run/L868", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9548 [FUNC L868]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L868]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3608-L868, /root/open-lambda/test-dir/worker/scratch/3609-L868, )=870... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-37 [SOCK 870]", "2020/03/17 22:03:15 fork(SB 870) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 move PID 23371 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Channel() [SB 870]", "2020/03/17 22:03:15 Pause() [SB 870]", "2020/03/17 22:03:15 Receive request to /run/L869", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9558 [FUNC L869]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L869]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3611-L869, /root/open-lambda/test-dir/worker/scratch/3612-L869, )=871... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-2 [SOCK 871]", "2020/03/17 22:03:15 fork(SB 871) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 Destroy() [SB 850]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 850]", "2020/03/17 22:03:15 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 move PID 23375 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 851]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 851]", "2020/03/17 22:03:15 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 killed PIDs [23277] in CG [SOCK 851]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 851]", "2020/03/17 22:03:15 childExit(SB 851) [SB 1]", "2020/03/17 22:03:15 killed PIDs [23270] in CG [SOCK 850]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 850]", "2020/03/17 22:03:15 childExit(SB 850) [SB 1]", "2020/03/17 22:03:15 Channel() [SB 871]", "2020/03/17 22:03:15 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:15 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:15 Pause() [SB 871]", "2020/03/17 22:03:15 Receive request to /run/L870", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9570 [FUNC L870]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L870]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3614-L870, /root/open-lambda/test-dir/worker/scratch/3615-L870, )=872... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-6 [SOCK 872]", "2020/03/17 22:03:15 fork(SB 872) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 move PID 23381 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Channel() [SB 872]", "2020/03/17 22:03:15 Pause() [SB 872]", "2020/03/17 22:03:15 Receive request to /run/L871", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9580 [FUNC L871]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L871]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3617-L871, /root/open-lambda/test-dir/worker/scratch/3618-L871, )=873... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-7 [SOCK 873]", "2020/03/17 22:03:15 fork(SB 873) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 Destroy() [SB 852]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 852]", "2020/03/17 22:03:15 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 Destroy() [SB 853]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 853]", "2020/03/17 22:03:15 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 move PID 23385 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 854]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 854]", "2020/03/17 22:03:15 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 killed PIDs [23290] in CG [SOCK 854]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 854]", "2020/03/17 22:03:15 childExit(SB 854) [SB 1]", "2020/03/17 22:03:15 killed PIDs [23286] in CG [SOCK 853]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 853]", "2020/03/17 22:03:15 childExit(SB 853) [SB 1]", "2020/03/17 22:03:15 Channel() [SB 873]", "2020/03/17 22:03:15 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:15 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:15 killed PIDs [23281] in CG [SOCK 852]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 852]", "2020/03/17 22:03:15 childExit(SB 852) [SB 1]", "2020/03/17 22:03:15 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:15 Pause() [SB 873]", "2020/03/17 22:03:15 Receive request to /run/L872", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9593 [FUNC L872]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L872]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3620-L872, /root/open-lambda/test-dir/worker/scratch/3621-L872, )=874... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-5 [SOCK 874]", "2020/03/17 22:03:15 fork(SB 874) [SB 1]", "2020/03/17 22:03:15 move PID 23392 from CG cg-1 to CG cg-5 [SOCK 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Channel() [SB 874]", "2020/03/17 22:03:15 Pause() [SB 874]", "2020/03/17 22:03:15 Receive request to /run/L873", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9603 [FUNC L873]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L873]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3623-L873, /root/open-lambda/test-dir/worker/scratch/3624-L873, )=875... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-4 [SOCK 875]", "2020/03/17 22:03:15 fork(SB 875) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 move PID 23396 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Channel() [SB 875]", "2020/03/17 22:03:15 Pause() [SB 875]", "2020/03/17 22:03:15 Receive request to /run/L874", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9613 [FUNC L874]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L874]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3626-L874, /root/open-lambda/test-dir/worker/scratch/3627-L874, )=876... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-10 [SOCK 876]", "2020/03/17 22:03:15 fork(SB 876) [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 855]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 855]", "2020/03/17 22:03:15 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 Destroy() [SB 856]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 856]", "2020/03/17 22:03:15 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 move PID 23400 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 857]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 857]", "2020/03/17 22:03:15 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 killed PIDs [23296] in CG [SOCK 855]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 855]", "2020/03/17 22:03:15 childExit(SB 855) [SB 1]", "2020/03/17 22:03:15 killed PIDs [23300] in CG [SOCK 856]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 856]", "2020/03/17 22:03:15 childExit(SB 856) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 killed PIDs [23306] in CG [SOCK 857]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 857]", "2020/03/17 22:03:15 childExit(SB 857) [SB 1]", "2020/03/17 22:03:15 Channel() [SB 876]", "2020/03/17 22:03:15 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:15 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:15 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:15 Pause() [SB 876]", "2020/03/17 22:03:15 Receive request to /run/L875", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9626 [FUNC L875]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L875]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3629-L875, /root/open-lambda/test-dir/worker/scratch/3630-L875, )=877... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-13 [SOCK 877]", "2020/03/17 22:03:15 fork(SB 877) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 move PID 23407 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Channel() [SB 877]", "2020/03/17 22:03:15 Pause() [SB 877]", "2020/03/17 22:03:15 Receive request to /run/L876", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9636 [FUNC L876]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L876]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3632-L876, /root/open-lambda/test-dir/worker/scratch/3633-L876, )=878... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-8 [SOCK 878]", "2020/03/17 22:03:15 fork(SB 878) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 move PID 23411 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Channel() [SB 878]", "2020/03/17 22:03:15 Pause() [SB 878]", "2020/03/17 22:03:15 Receive request to /run/L877", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9646 [FUNC L877]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L877]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3635-L877, /root/open-lambda/test-dir/worker/scratch/3636-L877, )=879... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-9 [SOCK 879]", "2020/03/17 22:03:15 fork(SB 879) [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 858]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 858]", "2020/03/17 22:03:15 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 killed PIDs [23310] in CG [SOCK 858]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 858]", "2020/03/17 22:03:15 childExit(SB 858) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 move PID 23416 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 859]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 859]", "2020/03/17 22:03:15 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 killed PIDs [23316] in CG [SOCK 859]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 859]", "2020/03/17 22:03:15 childExit(SB 859) [SB 1]", "2020/03/17 22:03:15 Channel() [SB 879]", "2020/03/17 22:03:15 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:15 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:15 Pause() [SB 879]", "2020/03/17 22:03:15 Receive request to /run/L878", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9658 [FUNC L878]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L878]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3638-L878, /root/open-lambda/test-dir/worker/scratch/3639-L878, )=880... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-16 [SOCK 880]", "2020/03/17 22:03:15 fork(SB 880) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 move PID 23421 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Channel() [SB 880]", "2020/03/17 22:03:15 Pause() [SB 880]", "2020/03/17 22:03:15 Receive request to /run/L879", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9668 [FUNC L879]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L879]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3641-L879, /root/open-lambda/test-dir/worker/scratch/3642-L879, )=881... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-41 [SOCK 881]", "2020/03/17 22:03:15 fork(SB 881) [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 860]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 860]", "2020/03/17 22:03:15 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 move PID 23425 from CG cg-1 to CG cg-41 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "2020/03/17 22:03:15 Destroy() [SB 861]", "2020/03/17 22:03:15 CG ref count decremented to 0 [SOCK 861]", "2020/03/17 22:03:15 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:15 killed PIDs [23320] in CG [SOCK 860]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 860]", "2020/03/17 22:03:15 childExit(SB 860) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:15 killed PIDs [23326] in CG [SOCK 861]", "2020/03/17 22:03:15 unmount and remove dirs [SOCK 861]", "2020/03/17 22:03:15 childExit(SB 861) [SB 1]", "2020/03/17 22:03:15 Channel() [SB 881]", "2020/03/17 22:03:15 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:15 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:15 Pause() [SB 881]", "2020/03/17 22:03:15 Receive request to /run/L880", "2020/03/17 22:03:15 debug: LambdaFunc.Task() runs on goroutine 9680 [FUNC L880]", "2020/03/17 22:03:15 increase instances to 1 [FUNC L880]", "2020/03/17 22:03:15 Try using Zygote from ", "2020/03/17 22:03:15 Unpause() [SB 1]", "2020/03/17 22:03:15 .Create(, true, /root/open-lambda/test-dir/worker/code/3644-L880, /root/open-lambda/test-dir/worker/scratch/3645-L880, )=882... [SOCK POOL sandboxes]", "2020/03/17 22:03:15 use cgroup cg-15 [SOCK 882]", "2020/03/17 22:03:15 fork(SB 882) [SB 1]", "2020/03/17 22:03:15 move PID 23431 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:03:15 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:15 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 Channel() [SB 882]", "2020/03/17 22:03:16 Pause() [SB 882]", "2020/03/17 22:03:16 Receive request to /run/L881", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9690 [FUNC L881]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L881]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3647-L881, /root/open-lambda/test-dir/worker/scratch/3648-L881, )=883... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-14 [SOCK 883]", "2020/03/17 22:03:16 fork(SB 883) [SB 1]", "2020/03/17 22:03:16 move PID 23435 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Destroy() [SB 862]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 862]", "2020/03/17 22:03:16 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 killed PIDs [23332] in CG [SOCK 862]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 862]", "2020/03/17 22:03:16 childExit(SB 862) [SB 1]", "2020/03/17 22:03:16 Channel() [SB 883]", "2020/03/17 22:03:16 Destroy() [SB 863]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 863]", "2020/03/17 22:03:16 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:16 Destroy() [SB 864]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 864]", "2020/03/17 22:03:16 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 killed PIDs [23337] in CG [SOCK 863]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 863]", "2020/03/17 22:03:16 childExit(SB 863) [SB 1]", "2020/03/17 22:03:16 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:16 killed PIDs [23342] in CG [SOCK 864]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 864]", "2020/03/17 22:03:16 childExit(SB 864) [SB 1]", "2020/03/17 22:03:16 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:16 Pause() [SB 883]", "2020/03/17 22:03:16 Receive request to /run/L882", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9703 [FUNC L882]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L882]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3650-L882, /root/open-lambda/test-dir/worker/scratch/3651-L882, )=884... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-19 [SOCK 884]", "2020/03/17 22:03:16 fork(SB 884) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 move PID 23442 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Channel() [SB 884]", "2020/03/17 22:03:16 Pause() [SB 884]", "2020/03/17 22:03:16 Receive request to /run/L883", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9713 [FUNC L883]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L883]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3653-L883, /root/open-lambda/test-dir/worker/scratch/3654-L883, )=885... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-12 [SOCK 885]", "2020/03/17 22:03:16 fork(SB 885) [SB 1]", "2020/03/17 22:03:16 move PID 23446 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 Channel() [SB 885]", "2020/03/17 22:03:16 Pause() [SB 885]", "2020/03/17 22:03:16 Receive request to /run/L884", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9723 [FUNC L884]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L884]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3656-L884, /root/open-lambda/test-dir/worker/scratch/3657-L884, )=886... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-11 [SOCK 886]", "2020/03/17 22:03:16 fork(SB 886) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 Destroy() [SB 865]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 865]", "2020/03/17 22:03:16 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 move PID 23450 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Destroy() [SB 866]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 866]", "2020/03/17 22:03:16 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 killed PIDs [23346] in CG [SOCK 865]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 865]", "2020/03/17 22:03:16 childExit(SB 865) [SB 1]", "2020/03/17 22:03:16 killed PIDs [23350] in CG [SOCK 866]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 866]", "2020/03/17 22:03:16 childExit(SB 866) [SB 1]", "2020/03/17 22:03:16 Channel() [SB 886]", "2020/03/17 22:03:16 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:16 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:16 Pause() [SB 886]", "2020/03/17 22:03:16 Receive request to /run/L885", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9735 [FUNC L885]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L885]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3659-L885, /root/open-lambda/test-dir/worker/scratch/3660-L885, )=887... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-18 [SOCK 887]", "2020/03/17 22:03:16 fork(SB 887) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 move PID 23456 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Channel() [SB 887]", "2020/03/17 22:03:16 Pause() [SB 887]", "2020/03/17 22:03:16 Receive request to /run/L886", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9745 [FUNC L886]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L886]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3662-L886, /root/open-lambda/test-dir/worker/scratch/3663-L886, )=888... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-20 [SOCK 888]", "2020/03/17 22:03:16 fork(SB 888) [SB 1]", "2020/03/17 22:03:16 Destroy() [SB 867]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 867]", "2020/03/17 22:03:16 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 Destroy() [SB 868]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 868]", "2020/03/17 22:03:16 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 killed PIDs [23357] in CG [SOCK 867]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 867]", "2020/03/17 22:03:16 childExit(SB 867) [SB 1]", "2020/03/17 22:03:16 killed PIDs [23361] in CG [SOCK 868]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 868]", "2020/03/17 22:03:16 childExit(SB 868) [SB 1]", "2020/03/17 22:03:16 move PID 23460 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 Channel() [SB 888]", "2020/03/17 22:03:16 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:16 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:16 Pause() [SB 888]", "2020/03/17 22:03:16 Receive request to /run/L887", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9757 [FUNC L887]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L887]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3665-L887, /root/open-lambda/test-dir/worker/scratch/3666-L887, )=889... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-24 [SOCK 889]", "2020/03/17 22:03:16 fork(SB 889) [SB 1]", "2020/03/17 22:03:16 Destroy() [SB 869]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 869]", "2020/03/17 22:03:16 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 move PID 23466 from CG cg-1 to CG cg-24 [SOCK 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 killed PIDs [23365] in CG [SOCK 869]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 869]", "2020/03/17 22:03:16 childExit(SB 869) [SB 1]", "2020/03/17 22:03:16 Channel() [SB 889]", "2020/03/17 22:03:16 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:16 Pause() [SB 889]", "2020/03/17 22:03:16 Receive request to /run/L888", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9768 [FUNC L888]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L888]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3668-L888, /root/open-lambda/test-dir/worker/scratch/3669-L888, )=890... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-21 [SOCK 890]", "2020/03/17 22:03:16 fork(SB 890) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 move PID 23471 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Destroy() [SB 870]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 870]", "2020/03/17 22:03:16 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 killed PIDs [23371] in CG [SOCK 870]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 870]", "2020/03/17 22:03:16 childExit(SB 870) [SB 1]", "2020/03/17 22:03:16 Channel() [SB 890]", "2020/03/17 22:03:16 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:16 Pause() [SB 890]", "2020/03/17 22:03:16 Receive request to /run/L889", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9779 [FUNC L889]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L889]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3671-L889, /root/open-lambda/test-dir/worker/scratch/3672-L889, )=891... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-17 [SOCK 891]", "2020/03/17 22:03:16 fork(SB 891) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 move PID 23476 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Channel() [SB 891]", "2020/03/17 22:03:16 Pause() [SB 891]", "2020/03/17 22:03:16 Receive request to /run/L890", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9789 [FUNC L890]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L890]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3674-L890, /root/open-lambda/test-dir/worker/scratch/3675-L890, )=892... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-25 [SOCK 892]", "2020/03/17 22:03:16 fork(SB 892) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 Destroy() [SB 871]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 871]", "2020/03/17 22:03:16 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 Destroy() [SB 872]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 872]", "2020/03/17 22:03:16 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 move PID 23480 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Destroy() [SB 873]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 873]", "2020/03/17 22:03:16 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 killed PIDs [23385] in CG [SOCK 873]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 873]", "2020/03/17 22:03:16 childExit(SB 873) [SB 1]", "2020/03/17 22:03:16 killed PIDs [23375] in CG [SOCK 871]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 871]", "2020/03/17 22:03:16 childExit(SB 871) [SB 1]", "2020/03/17 22:03:16 killed PIDs [23381] in CG [SOCK 872]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 872]", "2020/03/17 22:03:16 childExit(SB 872) [SB 1]", "2020/03/17 22:03:16 Channel() [SB 892]", "2020/03/17 22:03:16 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:16 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:16 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:16 Pause() [SB 892]", "2020/03/17 22:03:16 Receive request to /run/L891", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9802 [FUNC L891]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L891]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3677-L891, /root/open-lambda/test-dir/worker/scratch/3678-L891, )=893... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-26 [SOCK 893]", "2020/03/17 22:03:16 fork(SB 893) [SB 1]", "2020/03/17 22:03:16 Destroy() [SB 874]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 874]", "2020/03/17 22:03:16 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 move PID 23487 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Destroy() [SB 875]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 875]", "2020/03/17 22:03:16 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 killed PIDs [23392] in CG [SOCK 874]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 874]", "2020/03/17 22:03:16 childExit(SB 874) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 killed PIDs [23396] in CG [SOCK 875]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 875]", "2020/03/17 22:03:16 childExit(SB 875) [SB 1]", "2020/03/17 22:03:16 Channel() [SB 893]", "2020/03/17 22:03:16 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:16 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:03:16 Pause() [SB 893]", "2020/03/17 22:03:16 Receive request to /run/L892", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9814 [FUNC L892]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L892]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3680-L892, /root/open-lambda/test-dir/worker/scratch/3681-L892, )=894... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-23 [SOCK 894]", "2020/03/17 22:03:16 fork(SB 894) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 move PID 23493 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Channel() [SB 894]", "2020/03/17 22:03:16 Pause() [SB 894]", "2020/03/17 22:03:16 Receive request to /run/L893", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9824 [FUNC L893]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L893]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3683-L893, /root/open-lambda/test-dir/worker/scratch/3684-L893, )=895... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-27 [SOCK 895]", "2020/03/17 22:03:16 fork(SB 895) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 move PID 23497 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Channel() [SB 895]", "2020/03/17 22:03:16 Pause() [SB 895]", "2020/03/17 22:03:16 Receive request to /run/L894", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9834 [FUNC L894]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L894]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3686-L894, /root/open-lambda/test-dir/worker/scratch/3687-L894, )=896... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-22 [SOCK 896]", "2020/03/17 22:03:16 fork(SB 896) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 move PID 23501 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Channel() [SB 896]", "2020/03/17 22:03:16 Pause() [SB 896]", "2020/03/17 22:03:16 Receive request to /run/L895", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9844 [FUNC L895]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L895]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3689-L895, /root/open-lambda/test-dir/worker/scratch/3690-L895, )=897... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-30 [SOCK 897]", "2020/03/17 22:03:16 fork(SB 897) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 Destroy() [SB 876]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 876]", "2020/03/17 22:03:16 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 Destroy() [SB 877]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 877]", "2020/03/17 22:03:16 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 move PID 23505 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Destroy() [SB 878]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 878]", "2020/03/17 22:03:16 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 killed PIDs [23407] in CG [SOCK 877]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 877]", "2020/03/17 22:03:16 childExit(SB 877) [SB 1]", "2020/03/17 22:03:16 killed PIDs [23400] in CG [SOCK 876]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 876]", "2020/03/17 22:03:16 childExit(SB 876) [SB 1]", "2020/03/17 22:03:16 killed PIDs [23411] in CG [SOCK 878]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 878]", "2020/03/17 22:03:16 childExit(SB 878) [SB 1]", "2020/03/17 22:03:16 Channel() [SB 897]", "2020/03/17 22:03:16 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:16 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:16 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:16 Pause() [SB 897]", "2020/03/17 22:03:16 Receive request to /run/L896", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9857 [FUNC L896]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L896]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3692-L896, /root/open-lambda/test-dir/worker/scratch/3693-L896, )=898... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-29 [SOCK 898]", "2020/03/17 22:03:16 fork(SB 898) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 move PID 23512 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Channel() [SB 898]", "2020/03/17 22:03:16 Pause() [SB 898]", "2020/03/17 22:03:16 Receive request to /run/L897", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9867 [FUNC L897]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L897]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3695-L897, /root/open-lambda/test-dir/worker/scratch/3696-L897, )=899... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-32 [SOCK 899]", "2020/03/17 22:03:16 fork(SB 899) [SB 1]", "2020/03/17 22:03:16 Destroy() [SB 879]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 879]", "2020/03/17 22:03:16 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 move PID 23516 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Destroy() [SB 880]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 880]", "2020/03/17 22:03:16 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 killed PIDs [23416] in CG [SOCK 879]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 879]", "2020/03/17 22:03:16 childExit(SB 879) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 killed PIDs [23421] in CG [SOCK 880]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 880]", "2020/03/17 22:03:16 childExit(SB 880) [SB 1]", "2020/03/17 22:03:16 Channel() [SB 899]", "2020/03/17 22:03:16 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:16 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:16 Pause() [SB 899]", "2020/03/17 22:03:16 Receive request to /run/L898", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9879 [FUNC L898]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L898]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3698-L898, /root/open-lambda/test-dir/worker/scratch/3699-L898, )=900... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-33 [SOCK 900]", "2020/03/17 22:03:16 fork(SB 900) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 move PID 23522 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Channel() [SB 900]", "2020/03/17 22:03:16 Pause() [SB 900]", "2020/03/17 22:03:16 Receive request to /run/L899", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9889 [FUNC L899]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L899]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3701-L899, /root/open-lambda/test-dir/worker/scratch/3702-L899, )=901... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-28 [SOCK 901]", "2020/03/17 22:03:16 fork(SB 901) [SB 1]", "2020/03/17 22:03:16 Destroy() [SB 881]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 881]", "2020/03/17 22:03:16 waiting for 1 procs in cg-41 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 move PID 23526 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Destroy() [SB 882]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 882]", "2020/03/17 22:03:16 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 killed PIDs [23425] in CG [SOCK 881]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 881]", "2020/03/17 22:03:16 childExit(SB 881) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 killed PIDs [23431] in CG [SOCK 882]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 882]", "2020/03/17 22:03:16 childExit(SB 882) [SB 1]", "2020/03/17 22:03:16 Channel() [SB 901]", "2020/03/17 22:03:16 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:16 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:16 Pause() [SB 901]", "2020/03/17 22:03:16 Receive request to /run/L900", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9901 [FUNC L900]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L900]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3704-L900, /root/open-lambda/test-dir/worker/scratch/3705-L900, )=902... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-36 [SOCK 902]", "2020/03/17 22:03:16 fork(SB 902) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 move PID 23532 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Channel() [SB 902]", "2020/03/17 22:03:16 Pause() [SB 902]", "2020/03/17 22:03:16 Receive request to /run/L901", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9911 [FUNC L901]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L901]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3707-L901, /root/open-lambda/test-dir/worker/scratch/3708-L901, )=903... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-31 [SOCK 903]", "2020/03/17 22:03:16 fork(SB 903) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 move PID 23536 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Channel() [SB 903]", "2020/03/17 22:03:16 Pause() [SB 903]", "2020/03/17 22:03:16 Receive request to /run/L902", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9921 [FUNC L902]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L902]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3710-L902, /root/open-lambda/test-dir/worker/scratch/3711-L902, )=904... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-38 [SOCK 904]", "2020/03/17 22:03:16 fork(SB 904) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 Destroy() [SB 883]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 883]", "2020/03/17 22:03:16 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 move PID 23540 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Destroy() [SB 884]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 884]", "2020/03/17 22:03:16 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 killed PIDs [23435] in CG [SOCK 883]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 883]", "2020/03/17 22:03:16 childExit(SB 883) [SB 1]", "2020/03/17 22:03:16 Channel() [SB 904]", "2020/03/17 22:03:16 killed PIDs [23442] in CG [SOCK 884]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 884]", "2020/03/17 22:03:16 childExit(SB 884) [SB 1]", "2020/03/17 22:03:16 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:16 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:16 Pause() [SB 904]", "2020/03/17 22:03:16 Receive request to /run/L903", "2020/03/17 22:03:16 debug: LambdaFunc.Task() runs on goroutine 9933 [FUNC L903]", "2020/03/17 22:03:16 increase instances to 1 [FUNC L903]", "2020/03/17 22:03:16 Try using Zygote from ", "2020/03/17 22:03:16 Unpause() [SB 1]", "2020/03/17 22:03:16 .Create(, true, /root/open-lambda/test-dir/worker/code/3713-L903, /root/open-lambda/test-dir/worker/scratch/3714-L903, )=905... [SOCK POOL sandboxes]", "2020/03/17 22:03:16 use cgroup cg-34 [SOCK 905]", "2020/03/17 22:03:16 fork(SB 905) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:16 Destroy() [SB 885]", "2020/03/17 22:03:16 CG ref count decremented to 0 [SOCK 885]", "2020/03/17 22:03:16 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:16 move PID 23546 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:03:16 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:16 Pause() [SB 1]", "2020/03/17 22:03:16 Channel() [SB 905]", "2020/03/17 22:03:16 killed PIDs [23446] in CG [SOCK 885]", "2020/03/17 22:03:16 unmount and remove dirs [SOCK 885]", "2020/03/17 22:03:16 childExit(SB 885) [SB 1]", "2020/03/17 22:03:16 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:17 Pause() [SB 905]", "2020/03/17 22:03:17 Receive request to /run/L904", "2020/03/17 22:03:17 debug: LambdaFunc.Task() runs on goroutine 9944 [FUNC L904]", "2020/03/17 22:03:17 increase instances to 1 [FUNC L904]", "2020/03/17 22:03:17 Try using Zygote from ", "2020/03/17 22:03:17 Unpause() [SB 1]", "2020/03/17 22:03:17 .Create(, true, /root/open-lambda/test-dir/worker/code/3716-L904, /root/open-lambda/test-dir/worker/scratch/3717-L904, )=906... [SOCK POOL sandboxes]", "2020/03/17 22:03:17 use cgroup cg-40 [SOCK 906]", "2020/03/17 22:03:17 fork(SB 906) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:17 Destroy() [SB 886]", "2020/03/17 22:03:17 CG ref count decremented to 0 [SOCK 886]", "2020/03/17 22:03:17 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:17 move PID 23551 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:03:17 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:17 Pause() [SB 1]", "2020/03/17 22:03:17 killed PIDs [23450] in CG [SOCK 886]", "2020/03/17 22:03:17 unmount and remove dirs [SOCK 886]", "2020/03/17 22:03:17 childExit(SB 886) [SB 1]", "2020/03/17 22:03:17 Channel() [SB 906]", "2020/03/17 22:03:17 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:17 Pause() [SB 906]", "2020/03/17 22:03:17 Receive request to /run/L905", "2020/03/17 22:03:17 debug: LambdaFunc.Task() runs on goroutine 9955 [FUNC L905]", "2020/03/17 22:03:17 increase instances to 1 [FUNC L905]", "2020/03/17 22:03:17 Try using Zygote from ", "2020/03/17 22:03:17 Unpause() [SB 1]", "2020/03/17 22:03:17 .Create(, true, /root/open-lambda/test-dir/worker/code/3719-L905, /root/open-lambda/test-dir/worker/scratch/3720-L905, )=907... [SOCK POOL sandboxes]", "2020/03/17 22:03:17 use cgroup cg-39 [SOCK 907]", "2020/03/17 22:03:17 fork(SB 907) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:17 move PID 23556 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:03:17 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:17 Pause() [SB 1]", "2020/03/17 22:03:17 Channel() [SB 907]", "2020/03/17 22:03:17 Pause() [SB 907]", "2020/03/17 22:03:17 Receive request to /run/L906", "2020/03/17 22:03:17 debug: LambdaFunc.Task() runs on goroutine 9965 [FUNC L906]", "2020/03/17 22:03:17 increase instances to 1 [FUNC L906]", "2020/03/17 22:03:17 Try using Zygote from ", "2020/03/17 22:03:17 Unpause() [SB 1]", "2020/03/17 22:03:17 .Create(, true, /root/open-lambda/test-dir/worker/code/3722-L906, /root/open-lambda/test-dir/worker/scratch/3723-L906, )=908... [SOCK POOL sandboxes]", "2020/03/17 22:03:17 use cgroup cg-35 [SOCK 908]", "2020/03/17 22:03:17 fork(SB 908) [SB 1]", "2020/03/17 22:03:17 Destroy() [SB 887]", "2020/03/17 22:03:17 CG ref count decremented to 0 [SOCK 887]", "2020/03/17 22:03:17 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:17 move PID 23560 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:03:17 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:17 Pause() [SB 1]", "2020/03/17 22:03:17 Destroy() [SB 888]", "2020/03/17 22:03:17 CG ref count decremented to 0 [SOCK 888]", "2020/03/17 22:03:17 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:17 killed PIDs [23456] in CG [SOCK 887]", "2020/03/17 22:03:17 unmount and remove dirs [SOCK 887]", "2020/03/17 22:03:17 childExit(SB 887) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:17 killed PIDs [23460] in CG [SOCK 888]", "2020/03/17 22:03:17 unmount and remove dirs [SOCK 888]", "2020/03/17 22:03:17 childExit(SB 888) [SB 1]", "2020/03/17 22:03:17 Channel() [SB 908]", "2020/03/17 22:03:17 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:17 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:17 Pause() [SB 908]", "2020/03/17 22:03:17 Receive request to /run/L907", "2020/03/17 22:03:17 debug: LambdaFunc.Task() runs on goroutine 9977 [FUNC L907]", "2020/03/17 22:03:17 increase instances to 1 [FUNC L907]", "2020/03/17 22:03:17 Try using Zygote from ", "2020/03/17 22:03:17 Unpause() [SB 1]", "2020/03/17 22:03:17 .Create(, true, /root/open-lambda/test-dir/worker/code/3725-L907, /root/open-lambda/test-dir/worker/scratch/3726-L907, )=909... [SOCK POOL sandboxes]", "2020/03/17 22:03:17 use cgroup cg-3 [SOCK 909]", "2020/03/17 22:03:17 fork(SB 909) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:17 move PID 23566 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:03:17 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:17 Pause() [SB 1]", "2020/03/17 22:03:17 Channel() [SB 909]", "2020/03/17 22:03:17 Pause() [SB 909]", "2020/03/17 22:03:17 Receive request to /run/L908", "2020/03/17 22:03:17 debug: LambdaFunc.Task() runs on goroutine 9987 [FUNC L908]", "2020/03/17 22:03:17 increase instances to 1 [FUNC L908]", "2020/03/17 22:03:17 Try using Zygote from ", "2020/03/17 22:03:17 Unpause() [SB 1]", "2020/03/17 22:03:17 .Create(, true, /root/open-lambda/test-dir/worker/code/3728-L908, /root/open-lambda/test-dir/worker/scratch/3729-L908, )=910... [SOCK POOL sandboxes]", "2020/03/17 22:03:17 use cgroup cg-37 [SOCK 910]", "2020/03/17 22:03:17 fork(SB 910) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:17 Destroy() [SB 889]", "2020/03/17 22:03:17 CG ref count decremented to 0 [SOCK 889]", "2020/03/17 22:03:17 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:17 Destroy() [SB 890]", "2020/03/17 22:03:17 CG ref count decremented to 0 [SOCK 890]", "2020/03/17 22:03:17 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:17 move PID 23570 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:03:17 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:17 Pause() [SB 1]", "2020/03/17 22:03:17 Destroy() [SB 891]", "2020/03/17 22:03:17 CG ref count decremented to 0 [SOCK 891]", "2020/03/17 22:03:17 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:17 killed PIDs [23466] in CG [SOCK 889]", "2020/03/17 22:03:17 unmount and remove dirs [SOCK 889]", "2020/03/17 22:03:17 childExit(SB 889) [SB 1]", "2020/03/17 22:03:17 killed PIDs [23471] in CG [SOCK 890]", "2020/03/17 22:03:17 unmount and remove dirs [SOCK 890]", "2020/03/17 22:03:17 childExit(SB 890) [SB 1]", "2020/03/17 22:03:17 Channel() [SB 910]", "2020/03/17 22:03:17 killed PIDs [23476] in CG [SOCK 891]", "2020/03/17 22:03:17 unmount and remove dirs [SOCK 891]", "2020/03/17 22:03:17 childExit(SB 891) [SB 1]", "2020/03/17 22:03:17 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:17 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:17 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:17 Pause() [SB 910]", "2020/03/17 22:03:17 Receive request to /run/L909", "2020/03/17 22:03:17 debug: LambdaFunc.Task() runs on goroutine 10000 [FUNC L909]", "2020/03/17 22:03:17 increase instances to 1 [FUNC L909]", "2020/03/17 22:03:17 Try using Zygote from ", "2020/03/17 22:03:17 Unpause() [SB 1]", "2020/03/17 22:03:17 .Create(, true, /root/open-lambda/test-dir/worker/code/3731-L909, /root/open-lambda/test-dir/worker/scratch/3732-L909, )=911... [SOCK POOL sandboxes]", "2020/03/17 22:03:17 use cgroup cg-7 [SOCK 911]", "2020/03/17 22:03:17 fork(SB 911) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:17 move PID 23577 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:03:17 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:17 Pause() [SB 1]", "2020/03/17 22:03:17 Channel() [SB 911]", "2020/03/17 22:03:17 Pause() [SB 911]", "2020/03/17 22:03:17 Receive request to /run/L910", "2020/03/17 22:03:17 debug: LambdaFunc.Task() runs on goroutine 10010 [FUNC L910]", "2020/03/17 22:03:17 increase instances to 1 [FUNC L910]", "2020/03/17 22:03:17 Try using Zygote from ", "2020/03/17 22:03:17 Unpause() [SB 1]", "2020/03/17 22:03:17 .Create(, true, /root/open-lambda/test-dir/worker/code/3734-L910, /root/open-lambda/test-dir/worker/scratch/3735-L910, )=912... [SOCK POOL sandboxes]", "2020/03/17 22:03:17 use cgroup cg-2 [SOCK 912]", "2020/03/17 22:03:17 fork(SB 912) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:17 move PID 23581 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:03:17 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:17 Pause() [SB 1]", "2020/03/17 22:03:17 Channel() [SB 912]", "2020/03/17 22:03:17 Pause() [SB 912]", "2020/03/17 22:03:17 Receive request to /run/L911", "2020/03/17 22:03:17 debug: LambdaFunc.Task() runs on goroutine 10020 [FUNC L911]", "2020/03/17 22:03:17 increase instances to 1 [FUNC L911]", "2020/03/17 22:03:17 Try using Zygote from ", "2020/03/17 22:03:17 Unpause() [SB 1]", "2020/03/17 22:03:17 .Create(, true, /root/open-lambda/test-dir/worker/code/3737-L911, /root/open-lambda/test-dir/worker/scratch/3738-L911, )=913... [SOCK POOL sandboxes]", "2020/03/17 22:03:17 use cgroup cg-6 [SOCK 913]", "2020/03/17 22:03:17 fork(SB 913) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:17 Destroy() [SB 892]", "2020/03/17 22:03:17 CG ref count decremented to 0 [SOCK 892]", "2020/03/17 22:03:17 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:17 move PID 23585 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:03:17 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:17 Pause() [SB 1]", "2020/03/17 22:03:17 Destroy() [SB 893]", "2020/03/17 22:03:17 CG ref count decremented to 0 [SOCK 893]", "2020/03/17 22:03:17 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:17 killed PIDs [23480] in CG [SOCK 892]", "2020/03/17 22:03:17 unmount and remove dirs [SOCK 892]", "2020/03/17 22:03:17 childExit(SB 892) [SB 1]", "2020/03/17 22:03:17 killed PIDs [23487] in CG [SOCK 893]", "2020/03/17 22:03:17 unmount and remove dirs [SOCK 893]", "2020/03/17 22:03:17 childExit(SB 893) [SB 1]", "2020/03/17 22:03:17 Channel() [SB 913]", "2020/03/17 22:03:17 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:17 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:17 Pause() [SB 913]", "2020/03/17 22:03:17 Receive request to /run/L912", "2020/03/17 22:03:17 debug: LambdaFunc.Task() runs on goroutine 10032 [FUNC L912]", "2020/03/17 22:03:17 increase instances to 1 [FUNC L912]", "2020/03/17 22:03:17 Try using Zygote from ", "2020/03/17 22:03:17 Unpause() [SB 1]", "2020/03/17 22:03:17 .Create(, true, /root/open-lambda/test-dir/worker/code/3740-L912, /root/open-lambda/test-dir/worker/scratch/3741-L912, )=914... [SOCK POOL sandboxes]", "2020/03/17 22:03:17 use cgroup cg-5 [SOCK 914]", "2020/03/17 22:03:17 fork(SB 914) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:17 Destroy() [SB 894]", "2020/03/17 22:03:17 CG ref count decremented to 0 [SOCK 894]", "2020/03/17 22:03:17 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:17 move PID 23591 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:03:17 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:17 Pause() [SB 1]", "2020/03/17 22:03:17 killed PIDs [23493] in CG [SOCK 894]", "2020/03/17 22:03:17 unmount and remove dirs [SOCK 894]", "2020/03/17 22:03:17 childExit(SB 894) [SB 1]", "2020/03/17 22:03:17 Channel() [SB 914]", "2020/03/17 22:03:17 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:17 Pause() [SB 914]", "2020/03/17 22:03:17 Receive request to /run/L913", "2020/03/17 22:03:17 debug: LambdaFunc.Task() runs on goroutine 10043 [FUNC L913]", "2020/03/17 22:03:17 increase instances to 1 [FUNC L913]", "2020/03/17 22:03:17 Try using Zygote from ", "2020/03/17 22:03:17 Unpause() [SB 1]", "2020/03/17 22:03:17 .Create(, true, /root/open-lambda/test-dir/worker/code/3743-L913, /root/open-lambda/test-dir/worker/scratch/3744-L913, )=915... [SOCK POOL sandboxes]", "2020/03/17 22:03:17 use cgroup cg-4 [SOCK 915]", "2020/03/17 22:03:17 fork(SB 915) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:17 move PID 23596 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:03:17 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:17 Pause() [SB 1]", "2020/03/17 22:03:17 Channel() [SB 915]", "2020/03/17 22:03:17 Pause() [SB 915]", "2020/03/17 22:03:17 Receive request to /run/L914", "2020/03/17 22:03:17 debug: LambdaFunc.Task() runs on goroutine 10053 [FUNC L914]", "2020/03/17 22:03:17 increase instances to 1 [FUNC L914]", "2020/03/17 22:03:17 Try using Zygote from ", "2020/03/17 22:03:17 Unpause() [SB 1]", "2020/03/17 22:03:17 .Create(, true, /root/open-lambda/test-dir/worker/code/3746-L914, /root/open-lambda/test-dir/worker/scratch/3747-L914, )=916... [SOCK POOL sandboxes]", "2020/03/17 22:03:17 use cgroup cg-13 [SOCK 916]", "2020/03/17 22:03:17 fork(SB 916) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:17 Destroy() [SB 895]", "2020/03/17 22:03:17 CG ref count decremented to 0 [SOCK 895]", "2020/03/17 22:03:17 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:17 move PID 23600 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:03:17 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:17 Pause() [SB 1]", "2020/03/17 22:03:17 Destroy() [SB 896]", "2020/03/17 22:03:17 CG ref count decremented to 0 [SOCK 896]", "2020/03/17 22:03:17 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:17 killed PIDs [23497] in CG [SOCK 895]", "2020/03/17 22:03:17 unmount and remove dirs [SOCK 895]", "2020/03/17 22:03:17 childExit(SB 895) [SB 1]", "2020/03/17 22:03:17 killed PIDs [23501] in CG [SOCK 896]", "2020/03/17 22:03:17 unmount and remove dirs [SOCK 896]", "2020/03/17 22:03:17 childExit(SB 896) [SB 1]", "2020/03/17 22:03:17 Channel() [SB 916]", "2020/03/17 22:03:17 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:17 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:17 Pause() [SB 916]", "2020/03/17 22:03:17 Receive request to /run/L915", "2020/03/17 22:03:17 debug: LambdaFunc.Task() runs on goroutine 10065 [FUNC L915]", "2020/03/17 22:03:17 increase instances to 1 [FUNC L915]", "2020/03/17 22:03:17 Try using Zygote from ", "2020/03/17 22:03:17 Unpause() [SB 1]", "2020/03/17 22:03:17 .Create(, true, /root/open-lambda/test-dir/worker/code/3749-L915, /root/open-lambda/test-dir/worker/scratch/3750-L915, )=917... [SOCK POOL sandboxes]", "2020/03/17 22:03:17 use cgroup cg-10 [SOCK 917]", "2020/03/17 22:03:17 fork(SB 917) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:17 move PID 23606 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:03:17 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:17 Pause() [SB 1]", "2020/03/17 22:03:17 Channel() [SB 917]", "2020/03/17 22:03:17 Pause() [SB 917]", "2020/03/17 22:03:17 Receive request to /run/L916", "2020/03/17 22:03:17 debug: LambdaFunc.Task() runs on goroutine 10075 [FUNC L916]", "2020/03/17 22:03:17 increase instances to 1 [FUNC L916]", "2020/03/17 22:03:17 Try using Zygote from ", "2020/03/17 22:03:17 Unpause() [SB 1]", "2020/03/17 22:03:17 .Create(, true, /root/open-lambda/test-dir/worker/code/3752-L916, /root/open-lambda/test-dir/worker/scratch/3753-L916, )=918... [SOCK POOL sandboxes]", "2020/03/17 22:03:17 use cgroup cg-8 [SOCK 918]", "2020/03/17 22:03:17 fork(SB 918) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:17 Destroy() [SB 897]", "2020/03/17 22:03:17 CG ref count decremented to 0 [SOCK 897]", "2020/03/17 22:03:17 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:17 move PID 23610 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:03:17 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:17 Pause() [SB 1]", "2020/03/17 22:03:17 Destroy() [SB 898]", "2020/03/17 22:03:17 CG ref count decremented to 0 [SOCK 898]", "2020/03/17 22:03:17 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:17 killed PIDs [23505] in CG [SOCK 897]", "2020/03/17 22:03:17 unmount and remove dirs [SOCK 897]", "2020/03/17 22:03:17 childExit(SB 897) [SB 1]", "2020/03/17 22:03:17 killed PIDs [23512] in CG [SOCK 898]", "2020/03/17 22:03:23 unmount and remove dirs [SOCK 898]", "2020/03/17 22:03:17 Channel() [SB 918]", "2020/03/17 22:03:17 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:23 Pause() [SB 918]", "2020/03/17 22:03:23 Receive request to /run/L917", "2020/03/17 22:03:23 debug: LambdaFunc.Task() runs on goroutine 10087 [FUNC L917]", "2020/03/17 22:03:24 childExit(SB 898) [SB 1]", "2020/03/17 22:03:24 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:24 increase instances to 1 [FUNC L917]", "2020/03/17 22:03:24 Try using Zygote from ", "2020/03/17 22:03:24 Unpause() [SB 1]", "2020/03/17 22:03:24 .Create(, true, /root/open-lambda/test-dir/worker/code/3755-L917, /root/open-lambda/test-dir/worker/scratch/3756-L917, )=919... [SOCK POOL sandboxes]", "2020/03/17 22:03:24 use cgroup cg-9 [SOCK 919]", "2020/03/17 22:03:24 fork(SB 919) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:24 move PID 23616 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:03:24 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:24 Pause() [SB 1]", "2020/03/17 22:03:24 Channel() [SB 919]", "2020/03/17 22:03:24 Pause() [SB 919]", "2020/03/17 22:03:24 Receive request to /run/L918", "2020/03/17 22:03:24 debug: LambdaFunc.Task() runs on goroutine 10097 [FUNC L918]", "2020/03/17 22:03:24 increase instances to 1 [FUNC L918]", "2020/03/17 22:03:24 Try using Zygote from ", "2020/03/17 22:03:24 Unpause() [SB 1]", "2020/03/17 22:03:24 .Create(, true, /root/open-lambda/test-dir/worker/code/3758-L918, /root/open-lambda/test-dir/worker/scratch/3759-L918, )=920... [SOCK POOL sandboxes]", "2020/03/17 22:03:24 use cgroup cg-16 [SOCK 920]", "2020/03/17 22:03:24 fork(SB 920) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:24 Destroy() [SB 899]", "2020/03/17 22:03:24 CG ref count decremented to 0 [SOCK 899]", "2020/03/17 22:03:24 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:24 move PID 23620 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:03:24 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:24 Pause() [SB 1]", "2020/03/17 22:03:24 Destroy() [SB 900]", "2020/03/17 22:03:24 CG ref count decremented to 0 [SOCK 900]", "2020/03/17 22:03:24 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:24 Channel() [SB 920]", "2020/03/17 22:03:24 killed PIDs [23516] in CG [SOCK 899]", "2020/03/17 22:03:24 unmount and remove dirs [SOCK 899]", "2020/03/17 22:03:24 childExit(SB 899) [SB 1]", "2020/03/17 22:03:24 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:24 killed PIDs [23522] in CG [SOCK 900]", "2020/03/17 22:03:24 unmount and remove dirs [SOCK 900]", "2020/03/17 22:03:24 childExit(SB 900) [SB 1]", "2020/03/17 22:03:24 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:24 Pause() [SB 920]", "2020/03/17 22:03:24 Receive request to /run/L919", "2020/03/17 22:03:24 debug: LambdaFunc.Task() runs on goroutine 10109 [FUNC L919]", "2020/03/17 22:03:24 increase instances to 1 [FUNC L919]", "2020/03/17 22:03:24 Try using Zygote from ", "2020/03/17 22:03:24 Unpause() [SB 1]", "2020/03/17 22:03:24 .Create(, true, /root/open-lambda/test-dir/worker/code/3761-L919, /root/open-lambda/test-dir/worker/scratch/3762-L919, )=921... [SOCK POOL sandboxes]", "2020/03/17 22:03:24 use cgroup cg-41 [SOCK 921]", "2020/03/17 22:03:24 fork(SB 921) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:24 move PID 23626 from CG cg-1 to CG cg-41 [SOCK 1]", "2020/03/17 22:03:24 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:24 Pause() [SB 1]", "2020/03/17 22:03:24 Channel() [SB 921]", "2020/03/17 22:03:24 Pause() [SB 921]", "2020/03/17 22:03:24 Receive request to /run/L920", "2020/03/17 22:03:24 debug: LambdaFunc.Task() runs on goroutine 10119 [FUNC L920]", "2020/03/17 22:03:24 increase instances to 1 [FUNC L920]", "2020/03/17 22:03:24 Try using Zygote from ", "2020/03/17 22:03:24 Unpause() [SB 1]", "2020/03/17 22:03:24 .Create(, true, /root/open-lambda/test-dir/worker/code/3764-L920, /root/open-lambda/test-dir/worker/scratch/3765-L920, )=922... [SOCK POOL sandboxes]", "2020/03/17 22:03:24 use cgroup cg-15 [SOCK 922]", "2020/03/17 22:03:24 fork(SB 922) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:24 Destroy() [SB 901]", "2020/03/17 22:03:24 CG ref count decremented to 0 [SOCK 901]", "2020/03/17 22:03:24 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:24 move PID 23630 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:03:24 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:24 Pause() [SB 1]", "2020/03/17 22:03:24 Destroy() [SB 902]", "2020/03/17 22:03:24 CG ref count decremented to 0 [SOCK 902]", "2020/03/17 22:03:24 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:25 killed PIDs [23526] in CG [SOCK 901]", "2020/03/17 22:03:25 unmount and remove dirs [SOCK 901]", "2020/03/17 22:03:25 childExit(SB 901) [SB 1]", "2020/03/17 22:03:25 Channel() [SB 922]", "2020/03/17 22:03:25 killed PIDs [23532] in CG [SOCK 902]", "2020/03/17 22:03:25 unmount and remove dirs [SOCK 902]", "2020/03/17 22:03:25 childExit(SB 902) [SB 1]", "2020/03/17 22:03:25 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:25 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:25 Pause() [SB 922]", "2020/03/17 22:03:25 Receive request to /run/L921", "2020/03/17 22:03:25 debug: LambdaFunc.Task() runs on goroutine 10131 [FUNC L921]", "2020/03/17 22:03:25 increase instances to 1 [FUNC L921]", "2020/03/17 22:03:25 Try using Zygote from ", "2020/03/17 22:03:25 Unpause() [SB 1]", "2020/03/17 22:03:25 .Create(, true, /root/open-lambda/test-dir/worker/code/3767-L921, /root/open-lambda/test-dir/worker/scratch/3768-L921, )=923... [SOCK POOL sandboxes]", "2020/03/17 22:03:25 use cgroup cg-14 [SOCK 923]", "2020/03/17 22:03:25 fork(SB 923) [SB 1]", "2020/03/17 22:03:25 move PID 23636 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:03:25 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:25 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:25 Channel() [SB 923]", "2020/03/17 22:03:25 Pause() [SB 923]", "2020/03/17 22:03:25 Receive request to /run/L922", "2020/03/17 22:03:25 debug: LambdaFunc.Task() runs on goroutine 10141 [FUNC L922]", "2020/03/17 22:03:25 increase instances to 1 [FUNC L922]", "2020/03/17 22:03:25 Try using Zygote from ", "2020/03/17 22:03:25 Unpause() [SB 1]", "2020/03/17 22:03:25 .Create(, true, /root/open-lambda/test-dir/worker/code/3770-L922, /root/open-lambda/test-dir/worker/scratch/3771-L922, )=924... [SOCK POOL sandboxes]", "2020/03/17 22:03:25 use cgroup cg-19 [SOCK 924]", "2020/03/17 22:03:25 fork(SB 924) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:25 Destroy() [SB 903]", "2020/03/17 22:03:25 CG ref count decremented to 0 [SOCK 903]", "2020/03/17 22:03:25 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:25 move PID 23640 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:03:25 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:25 Pause() [SB 1]", "2020/03/17 22:03:25 Destroy() [SB 904]", "2020/03/17 22:03:25 CG ref count decremented to 0 [SOCK 904]", "2020/03/17 22:03:25 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:25 Channel() [SB 924]", "2020/03/17 22:03:25 killed PIDs [23540] in CG [SOCK 904]", "2020/03/17 22:03:25 unmount and remove dirs [SOCK 904]", "2020/03/17 22:03:25 childExit(SB 904) [SB 1]", "2020/03/17 22:03:25 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:25 killed PIDs [23536] in CG [SOCK 903]", "2020/03/17 22:03:25 unmount and remove dirs [SOCK 903]", "2020/03/17 22:03:25 childExit(SB 903) [SB 1]", "2020/03/17 22:03:25 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:25 Pause() [SB 924]", "2020/03/17 22:03:25 Receive request to /run/L923", "2020/03/17 22:03:25 debug: LambdaFunc.Task() runs on goroutine 10153 [FUNC L923]", "2020/03/17 22:03:25 increase instances to 1 [FUNC L923]", "2020/03/17 22:03:25 Try using Zygote from ", "2020/03/17 22:03:25 Unpause() [SB 1]", "2020/03/17 22:03:25 .Create(, true, /root/open-lambda/test-dir/worker/code/3773-L923, /root/open-lambda/test-dir/worker/scratch/3774-L923, )=925... [SOCK POOL sandboxes]", "2020/03/17 22:03:25 use cgroup cg-12 [SOCK 925]", "2020/03/17 22:03:25 fork(SB 925) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:25 move PID 23646 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:03:25 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:25 Pause() [SB 1]", "2020/03/17 22:03:25 Channel() [SB 925]", "2020/03/17 22:03:25 Pause() [SB 925]", "2020/03/17 22:03:25 Receive request to /run/L924", "2020/03/17 22:03:25 debug: LambdaFunc.Task() runs on goroutine 10163 [FUNC L924]", "2020/03/17 22:03:37 increase instances to 1 [FUNC L924]", "2020/03/17 22:03:37 Try using Zygote from ", "2020/03/17 22:03:37 Unpause() [SB 1]", "2020/03/17 22:03:37 .Create(, true, /root/open-lambda/test-dir/worker/code/3776-L924, /root/open-lambda/test-dir/worker/scratch/3777-L924, )=926... [SOCK POOL sandboxes]", "2020/03/17 22:03:37 use cgroup cg-11 [SOCK 926]", "2020/03/17 22:03:37 fork(SB 926) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:37 Destroy() [SB 905]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 905]", "2020/03/17 22:03:37 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:37 move PID 23650 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:03:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:37 Pause() [SB 1]", "2020/03/17 22:03:37 Destroy() [SB 906]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 906]", "2020/03/17 22:03:37 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:37 killed PIDs [23551] in CG [SOCK 906]", "2020/03/17 22:03:37 unmount and remove dirs [SOCK 906]", "2020/03/17 22:03:37 childExit(SB 906) [SB 1]", "2020/03/17 22:03:37 killed PIDs [23546] in CG [SOCK 905]", "2020/03/17 22:03:37 unmount and remove dirs [SOCK 905]", "2020/03/17 22:03:37 childExit(SB 905) [SB 1]", "2020/03/17 22:03:37 Channel() [SB 926]", "2020/03/17 22:03:37 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:37 Pause() [SB 926]", "2020/03/17 22:03:37 Receive request to /run/L925", "2020/03/17 22:03:37 debug: LambdaFunc.Task() runs on goroutine 10175 [FUNC L925]", "2020/03/17 22:03:37 increase instances to 1 [FUNC L925]", "2020/03/17 22:03:37 Try using Zygote from ", "2020/03/17 22:03:37 Unpause() [SB 1]", "2020/03/17 22:03:37 .Create(, true, /root/open-lambda/test-dir/worker/code/3779-L925, /root/open-lambda/test-dir/worker/scratch/3780-L925, )=927... [SOCK POOL sandboxes]", "2020/03/17 22:03:37 use cgroup cg-18 [SOCK 927]", "2020/03/17 22:03:37 fork(SB 927) [SB 1]", "2020/03/17 22:03:37 move PID 23656 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:03:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:37 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:37 Channel() [SB 927]", "2020/03/17 22:03:37 Pause() [SB 927]", "2020/03/17 22:03:37 Receive request to /run/L926", "2020/03/17 22:03:37 debug: LambdaFunc.Task() runs on goroutine 10185 [FUNC L926]", "2020/03/17 22:03:37 increase instances to 1 [FUNC L926]", "2020/03/17 22:03:37 Try using Zygote from ", "2020/03/17 22:03:37 Unpause() [SB 1]", "2020/03/17 22:03:37 .Create(, true, /root/open-lambda/test-dir/worker/code/3782-L926, /root/open-lambda/test-dir/worker/scratch/3783-L926, )=928... [SOCK POOL sandboxes]", "2020/03/17 22:03:37 use cgroup cg-20 [SOCK 928]", "2020/03/17 22:03:37 fork(SB 928) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:37 Destroy() [SB 907]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 907]", "2020/03/17 22:03:37 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:37 move PID 23660 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:03:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:37 Pause() [SB 1]", "2020/03/17 22:03:37 Destroy() [SB 908]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 908]", "2020/03/17 22:03:37 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:37 Channel() [SB 928]", "2020/03/17 22:03:37 killed PIDs [23560] in CG [SOCK 908]", "2020/03/17 22:03:37 unmount and remove dirs [SOCK 908]", "2020/03/17 22:03:37 childExit(SB 908) [SB 1]", "2020/03/17 22:03:37 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:37 killed PIDs [23556] in CG [SOCK 907]", "2020/03/17 22:03:37 unmount and remove dirs [SOCK 907]", "2020/03/17 22:03:37 childExit(SB 907) [SB 1]", "2020/03/17 22:03:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:37 Pause() [SB 928]", "2020/03/17 22:03:37 Receive request to /run/L927", "2020/03/17 22:03:37 debug: LambdaFunc.Task() runs on goroutine 10197 [FUNC L927]", "2020/03/17 22:03:37 increase instances to 1 [FUNC L927]", "2020/03/17 22:03:37 Try using Zygote from ", "2020/03/17 22:03:37 Unpause() [SB 1]", "2020/03/17 22:03:37 .Create(, true, /root/open-lambda/test-dir/worker/code/3785-L927, /root/open-lambda/test-dir/worker/scratch/3786-L927, )=929... [SOCK POOL sandboxes]", "2020/03/17 22:03:37 use cgroup cg-24 [SOCK 929]", "2020/03/17 22:03:37 fork(SB 929) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:37 move PID 23666 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:03:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:37 Pause() [SB 1]", "2020/03/17 22:03:37 Channel() [SB 929]", "2020/03/17 22:03:37 Pause() [SB 929]", "2020/03/17 22:03:37 Receive request to /run/L928", "2020/03/17 22:03:37 debug: LambdaFunc.Task() runs on goroutine 10207 [FUNC L928]", "2020/03/17 22:03:37 increase instances to 1 [FUNC L928]", "2020/03/17 22:03:37 Try using Zygote from ", "2020/03/17 22:03:37 Unpause() [SB 1]", "2020/03/17 22:03:37 .Create(, true, /root/open-lambda/test-dir/worker/code/3788-L928, /root/open-lambda/test-dir/worker/scratch/3789-L928, )=930... [SOCK POOL sandboxes]", "2020/03/17 22:03:37 use cgroup cg-21 [SOCK 930]", "2020/03/17 22:03:37 fork(SB 930) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:37 move PID 23670 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:03:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:37 Pause() [SB 1]", "2020/03/17 22:03:37 Destroy() [SB 909]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 909]", "2020/03/17 22:03:37 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:37 Destroy() [SB 910]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 910]", "2020/03/17 22:03:37 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:37 killed PIDs [23566] in CG [SOCK 909]", "2020/03/17 22:03:37 unmount and remove dirs [SOCK 909]", "2020/03/17 22:03:37 childExit(SB 909) [SB 1]", "2020/03/17 22:03:37 killed PIDs [23570] in CG [SOCK 910]", "2020/03/17 22:03:37 unmount and remove dirs [SOCK 910]", "2020/03/17 22:03:37 childExit(SB 910) [SB 1]", "2020/03/17 22:03:37 Channel() [SB 930]", "2020/03/17 22:03:37 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:37 Pause() [SB 930]", "2020/03/17 22:03:37 Receive request to /run/L929", "2020/03/17 22:03:37 debug: LambdaFunc.Task() runs on goroutine 10219 [FUNC L929]", "2020/03/17 22:03:37 increase instances to 1 [FUNC L929]", "2020/03/17 22:03:37 Try using Zygote from ", "2020/03/17 22:03:37 Unpause() [SB 1]", "2020/03/17 22:03:37 .Create(, true, /root/open-lambda/test-dir/worker/code/3791-L929, /root/open-lambda/test-dir/worker/scratch/3792-L929, )=931... [SOCK POOL sandboxes]", "2020/03/17 22:03:37 use cgroup cg-17 [SOCK 931]", "2020/03/17 22:03:37 fork(SB 931) [SB 1]", "2020/03/17 22:03:37 Destroy() [SB 911]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 911]", "2020/03/17 22:03:37 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:37 move PID 23676 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:03:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:37 Pause() [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:37 killed PIDs [23577] in CG [SOCK 911]", "2020/03/17 22:03:37 unmount and remove dirs [SOCK 911]", "2020/03/17 22:03:37 childExit(SB 911) [SB 1]", "2020/03/17 22:03:37 Channel() [SB 931]", "2020/03/17 22:03:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:37 Pause() [SB 931]", "2020/03/17 22:03:37 Receive request to /run/L930", "2020/03/17 22:03:37 debug: LambdaFunc.Task() runs on goroutine 10230 [FUNC L930]", "2020/03/17 22:03:37 increase instances to 1 [FUNC L930]", "2020/03/17 22:03:37 Try using Zygote from ", "2020/03/17 22:03:37 Unpause() [SB 1]", "2020/03/17 22:03:37 .Create(, true, /root/open-lambda/test-dir/worker/code/3794-L930, /root/open-lambda/test-dir/worker/scratch/3795-L930, )=932... [SOCK POOL sandboxes]", "2020/03/17 22:03:37 use cgroup cg-25 [SOCK 932]", "2020/03/17 22:03:37 fork(SB 932) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:37 move PID 23681 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:03:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:37 Pause() [SB 1]", "2020/03/17 22:03:37 Channel() [SB 932]", "2020/03/17 22:03:37 Pause() [SB 932]", "2020/03/17 22:03:37 Receive request to /run/L931", "2020/03/17 22:03:37 debug: LambdaFunc.Task() runs on goroutine 10240 [FUNC L931]", "2020/03/17 22:03:37 increase instances to 1 [FUNC L931]", "2020/03/17 22:03:37 Try using Zygote from ", "2020/03/17 22:03:37 Unpause() [SB 1]", "2020/03/17 22:03:37 .Create(, true, /root/open-lambda/test-dir/worker/code/3797-L931, /root/open-lambda/test-dir/worker/scratch/3798-L931, )=933... [SOCK POOL sandboxes]", "2020/03/17 22:03:37 use cgroup cg-26 [SOCK 933]", "2020/03/17 22:03:37 fork(SB 933) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:37 Destroy() [SB 912]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 912]", "2020/03/17 22:03:37 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:37 move PID 23685 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:03:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:37 Pause() [SB 1]", "2020/03/17 22:03:37 Destroy() [SB 913]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 913]", "2020/03/17 22:03:37 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:37 killed PIDs [23581] in CG [SOCK 912]", "2020/03/17 22:03:37 unmount and remove dirs [SOCK 912]", "2020/03/17 22:03:37 childExit(SB 912) [SB 1]", "2020/03/17 22:03:37 Channel() [SB 933]", "2020/03/17 22:03:37 killed PIDs [23585] in CG [SOCK 913]", "2020/03/17 22:03:37 unmount and remove dirs [SOCK 913]", "2020/03/17 22:03:37 childExit(SB 913) [SB 1]", "2020/03/17 22:03:37 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:37 Pause() [SB 933]", "2020/03/17 22:03:37 Receive request to /run/L932", "2020/03/17 22:03:37 debug: LambdaFunc.Task() runs on goroutine 10252 [FUNC L932]", "2020/03/17 22:03:37 increase instances to 1 [FUNC L932]", "2020/03/17 22:03:37 Try using Zygote from ", "2020/03/17 22:03:37 Unpause() [SB 1]", "2020/03/17 22:03:37 .Create(, true, /root/open-lambda/test-dir/worker/code/3800-L932, /root/open-lambda/test-dir/worker/scratch/3801-L932, )=934... [SOCK POOL sandboxes]", "2020/03/17 22:03:37 use cgroup cg-23 [SOCK 934]", "2020/03/17 22:03:37 fork(SB 934) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:37 move PID 23691 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:03:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:37 Pause() [SB 1]", "2020/03/17 22:03:37 Channel() [SB 934]", "2020/03/17 22:03:37 Pause() [SB 934]", "2020/03/17 22:03:37 Receive request to /run/L933", "2020/03/17 22:03:37 debug: LambdaFunc.Task() runs on goroutine 10262 [FUNC L933]", "2020/03/17 22:03:37 increase instances to 1 [FUNC L933]", "2020/03/17 22:03:37 Try using Zygote from ", "2020/03/17 22:03:37 Unpause() [SB 1]", "2020/03/17 22:03:37 .Create(, true, /root/open-lambda/test-dir/worker/code/3803-L933, /root/open-lambda/test-dir/worker/scratch/3804-L933, )=935... [SOCK POOL sandboxes]", "2020/03/17 22:03:37 use cgroup cg-27 [SOCK 935]", "2020/03/17 22:03:37 fork(SB 935) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:37 Destroy() [SB 914]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 914]", "2020/03/17 22:03:37 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:37 move PID 23695 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:03:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:37 Pause() [SB 1]", "2020/03/17 22:03:37 Destroy() [SB 915]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 915]", "2020/03/17 22:03:37 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:37 killed PIDs [23591] in CG [SOCK 914]", "2020/03/17 22:03:37 unmount and remove dirs [SOCK 914]", "2020/03/17 22:03:37 childExit(SB 914) [SB 1]", "2020/03/17 22:03:37 killed PIDs [23596] in CG [SOCK 915]", "2020/03/17 22:03:37 unmount and remove dirs [SOCK 915]", "2020/03/17 22:03:37 childExit(SB 915) [SB 1]", "2020/03/17 22:03:37 Channel() [SB 935]", "2020/03/17 22:03:37 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:37 Pause() [SB 935]", "2020/03/17 22:03:37 Receive request to /run/L934", "2020/03/17 22:03:37 debug: LambdaFunc.Task() runs on goroutine 10274 [FUNC L934]", "2020/03/17 22:03:37 increase instances to 1 [FUNC L934]", "2020/03/17 22:03:37 Try using Zygote from ", "2020/03/17 22:03:37 Unpause() [SB 1]", "2020/03/17 22:03:37 .Create(, true, /root/open-lambda/test-dir/worker/code/3806-L934, /root/open-lambda/test-dir/worker/scratch/3807-L934, )=936... [SOCK POOL sandboxes]", "2020/03/17 22:03:37 use cgroup cg-22 [SOCK 936]", "2020/03/17 22:03:37 fork(SB 936) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:37 move PID 23701 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:03:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:37 Pause() [SB 1]", "2020/03/17 22:03:37 Channel() [SB 936]", "2020/03/17 22:03:37 Pause() [SB 936]", "2020/03/17 22:03:37 Receive request to /run/L935", "2020/03/17 22:03:37 debug: LambdaFunc.Task() runs on goroutine 10284 [FUNC L935]", "2020/03/17 22:03:37 increase instances to 1 [FUNC L935]", "2020/03/17 22:03:37 Try using Zygote from ", "2020/03/17 22:03:37 Unpause() [SB 1]", "2020/03/17 22:03:37 .Create(, true, /root/open-lambda/test-dir/worker/code/3809-L935, /root/open-lambda/test-dir/worker/scratch/3810-L935, )=937... [SOCK POOL sandboxes]", "2020/03/17 22:03:37 use cgroup cg-30 [SOCK 937]", "2020/03/17 22:03:37 fork(SB 937) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:37 Destroy() [SB 916]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 916]", "2020/03/17 22:03:37 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:37 move PID 23705 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:03:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:37 Pause() [SB 1]", "2020/03/17 22:03:37 Destroy() [SB 917]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 917]", "2020/03/17 22:03:37 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:37 killed PIDs [23606] in CG [SOCK 917]", "2020/03/17 22:03:37 unmount and remove dirs [SOCK 917]", "2020/03/17 22:03:37 childExit(SB 917) [SB 1]", "2020/03/17 22:03:37 killed PIDs [23600] in CG [SOCK 916]", "2020/03/17 22:03:37 unmount and remove dirs [SOCK 916]", "2020/03/17 22:03:37 childExit(SB 916) [SB 1]", "2020/03/17 22:03:37 Channel() [SB 937]", "2020/03/17 22:03:37 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:37 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:37 Pause() [SB 937]", "2020/03/17 22:03:37 Receive request to /run/L936", "2020/03/17 22:03:37 debug: LambdaFunc.Task() runs on goroutine 10296 [FUNC L936]", "2020/03/17 22:03:37 increase instances to 1 [FUNC L936]", "2020/03/17 22:03:37 Try using Zygote from ", "2020/03/17 22:03:37 Unpause() [SB 1]", "2020/03/17 22:03:37 .Create(, true, /root/open-lambda/test-dir/worker/code/3812-L936, /root/open-lambda/test-dir/worker/scratch/3813-L936, )=938... [SOCK POOL sandboxes]", "2020/03/17 22:03:37 use cgroup cg-29 [SOCK 938]", "2020/03/17 22:03:37 fork(SB 938) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:37 move PID 23711 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:03:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:37 Pause() [SB 1]", "2020/03/17 22:03:37 Channel() [SB 938]", "2020/03/17 22:03:37 Pause() [SB 938]", "2020/03/17 22:03:37 Receive request to /run/L937", "2020/03/17 22:03:37 debug: LambdaFunc.Task() runs on goroutine 10306 [FUNC L937]", "2020/03/17 22:03:37 increase instances to 1 [FUNC L937]", "2020/03/17 22:03:37 Try using Zygote from ", "2020/03/17 22:03:37 Unpause() [SB 1]", "2020/03/17 22:03:37 .Create(, true, /root/open-lambda/test-dir/worker/code/3815-L937, /root/open-lambda/test-dir/worker/scratch/3816-L937, )=939... [SOCK POOL sandboxes]", "2020/03/17 22:03:37 use cgroup cg-32 [SOCK 939]", "2020/03/17 22:03:37 fork(SB 939) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:37 Destroy() [SB 918]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 918]", "2020/03/17 22:03:37 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:37 move PID 23715 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:03:37 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:37 Pause() [SB 1]", "2020/03/17 22:03:37 Destroy() [SB 919]", "2020/03/17 22:03:37 CG ref count decremented to 0 [SOCK 919]", "2020/03/17 22:03:37 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 Channel() [SB 939]", "2020/03/17 22:03:38 killed PIDs [23616] in CG [SOCK 919]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 919]", "2020/03/17 22:03:38 childExit(SB 919) [SB 1]", "2020/03/17 22:03:38 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:38 killed PIDs [23610] in CG [SOCK 918]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 918]", "2020/03/17 22:03:38 childExit(SB 918) [SB 1]", "2020/03/17 22:03:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:38 Pause() [SB 939]", "2020/03/17 22:03:38 Receive request to /run/L938", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10318 [FUNC L938]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L938]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3818-L938, /root/open-lambda/test-dir/worker/scratch/3819-L938, )=940... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-33 [SOCK 940]", "2020/03/17 22:03:38 fork(SB 940) [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 920]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 920]", "2020/03/17 22:03:38 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 move PID 23721 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 921]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 921]", "2020/03/17 22:03:38 waiting for 1 procs in cg-41 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 killed PIDs [23620] in CG [SOCK 920]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 920]", "2020/03/17 22:03:38 childExit(SB 920) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 killed PIDs [23626] in CG [SOCK 921]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 921]", "2020/03/17 22:03:38 childExit(SB 921) [SB 1]", "2020/03/17 22:03:38 Channel() [SB 940]", "2020/03/17 22:03:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:38 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:38 Pause() [SB 940]", "2020/03/17 22:03:38 Receive request to /run/L939", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10330 [FUNC L939]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L939]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3821-L939, /root/open-lambda/test-dir/worker/scratch/3822-L939, )=941... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-28 [SOCK 941]", "2020/03/17 22:03:38 fork(SB 941) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 move PID 23727 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Channel() [SB 941]", "2020/03/17 22:03:38 Pause() [SB 941]", "2020/03/17 22:03:38 Receive request to /run/L940", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10340 [FUNC L940]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L940]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3824-L940, /root/open-lambda/test-dir/worker/scratch/3825-L940, )=942... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-36 [SOCK 942]", "2020/03/17 22:03:38 fork(SB 942) [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 922]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 922]", "2020/03/17 22:03:38 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 move PID 23731 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 923]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 923]", "2020/03/17 22:03:38 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 killed PIDs [23630] in CG [SOCK 922]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 922]", "2020/03/17 22:03:38 childExit(SB 922) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 killed PIDs [23636] in CG [SOCK 923]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 923]", "2020/03/17 22:03:38 childExit(SB 923) [SB 1]", "2020/03/17 22:03:38 Channel() [SB 942]", "2020/03/17 22:03:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:38 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:38 Pause() [SB 942]", "2020/03/17 22:03:38 Receive request to /run/L941", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10352 [FUNC L941]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L941]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3827-L941, /root/open-lambda/test-dir/worker/scratch/3828-L941, )=943... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-38 [SOCK 943]", "2020/03/17 22:03:38 fork(SB 943) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 move PID 23737 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Channel() [SB 943]", "2020/03/17 22:03:38 Pause() [SB 943]", "2020/03/17 22:03:38 Receive request to /run/L942", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10362 [FUNC L942]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L942]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3830-L942, /root/open-lambda/test-dir/worker/scratch/3831-L942, )=944... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-31 [SOCK 944]", "2020/03/17 22:03:38 fork(SB 944) [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 924]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 924]", "2020/03/17 22:03:38 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 move PID 23741 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 killed PIDs [23640] in CG [SOCK 924]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 924]", "2020/03/17 22:03:38 childExit(SB 924) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 Channel() [SB 944]", "2020/03/17 22:03:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:38 Pause() [SB 944]", "2020/03/17 22:03:38 Receive request to /run/L943", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10373 [FUNC L943]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L943]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3833-L943, /root/open-lambda/test-dir/worker/scratch/3834-L943, )=945... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-40 [SOCK 945]", "2020/03/17 22:03:38 fork(SB 945) [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 925]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 925]", "2020/03/17 22:03:38 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 move PID 23746 from CG cg-1 to CG cg-40 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 926]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 926]", "2020/03/17 22:03:38 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 killed PIDs [23646] in CG [SOCK 925]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 925]", "2020/03/17 22:03:38 childExit(SB 925) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 killed PIDs [23650] in CG [SOCK 926]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 926]", "2020/03/17 22:03:38 childExit(SB 926) [SB 1]", "2020/03/17 22:03:38 Channel() [SB 945]", "2020/03/17 22:03:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:38 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:38 Pause() [SB 945]", "2020/03/17 22:03:38 Receive request to /run/L944", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10385 [FUNC L944]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L944]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3836-L944, /root/open-lambda/test-dir/worker/scratch/3837-L944, )=946... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-34 [SOCK 946]", "2020/03/17 22:03:38 fork(SB 946) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 move PID 23752 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Channel() [SB 946]", "2020/03/17 22:03:38 Pause() [SB 946]", "2020/03/17 22:03:38 Receive request to /run/L945", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10395 [FUNC L945]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L945]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3839-L945, /root/open-lambda/test-dir/worker/scratch/3840-L945, )=947... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-35 [SOCK 947]", "2020/03/17 22:03:38 fork(SB 947) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 move PID 23756 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Channel() [SB 947]", "2020/03/17 22:03:38 Pause() [SB 947]", "2020/03/17 22:03:38 Receive request to /run/L946", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10405 [FUNC L946]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L946]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3842-L946, /root/open-lambda/test-dir/worker/scratch/3843-L946, )=948... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-39 [SOCK 948]", "2020/03/17 22:03:38 fork(SB 948) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 Destroy() [SB 927]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 927]", "2020/03/17 22:03:38 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 move PID 23760 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 928]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 928]", "2020/03/17 22:03:38 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 killed PIDs [23660] in CG [SOCK 928]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 928]", "2020/03/17 22:03:38 childExit(SB 928) [SB 1]", "2020/03/17 22:03:38 killed PIDs [23656] in CG [SOCK 927]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 927]", "2020/03/17 22:03:38 childExit(SB 927) [SB 1]", "2020/03/17 22:03:38 Channel() [SB 948]", "2020/03/17 22:03:38 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:38 Pause() [SB 948]", "2020/03/17 22:03:38 Receive request to /run/L947", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10417 [FUNC L947]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L947]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3845-L947, /root/open-lambda/test-dir/worker/scratch/3846-L947, )=949... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-3 [SOCK 949]", "2020/03/17 22:03:38 fork(SB 949) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 move PID 23766 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Channel() [SB 949]", "2020/03/17 22:03:38 Pause() [SB 949]", "2020/03/17 22:03:38 Receive request to /run/L948", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10427 [FUNC L948]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L948]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3848-L948, /root/open-lambda/test-dir/worker/scratch/3849-L948, )=950... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-37 [SOCK 950]", "2020/03/17 22:03:38 fork(SB 950) [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 929]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 929]", "2020/03/17 22:03:38 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 Destroy() [SB 930]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 930]", "2020/03/17 22:03:38 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 move PID 23770 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 931]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 931]", "2020/03/17 22:03:38 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 killed PIDs [23670] in CG [SOCK 930]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 930]", "2020/03/17 22:03:38 childExit(SB 930) [SB 1]", "2020/03/17 22:03:38 killed PIDs [23666] in CG [SOCK 929]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 929]", "2020/03/17 22:03:38 childExit(SB 929) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 killed PIDs [23676] in CG [SOCK 931]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 931]", "2020/03/17 22:03:38 childExit(SB 931) [SB 1]", "2020/03/17 22:03:38 Channel() [SB 950]", "2020/03/17 22:03:38 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:38 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:38 Pause() [SB 950]", "2020/03/17 22:03:38 Receive request to /run/L949", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10440 [FUNC L949]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L949]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3851-L949, /root/open-lambda/test-dir/worker/scratch/3852-L949, )=951... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-7 [SOCK 951]", "2020/03/17 22:03:38 fork(SB 951) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 move PID 23777 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Channel() [SB 951]", "2020/03/17 22:03:38 Pause() [SB 951]", "2020/03/17 22:03:38 Receive request to /run/L950", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10450 [FUNC L950]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L950]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3854-L950, /root/open-lambda/test-dir/worker/scratch/3855-L950, )=952... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-2 [SOCK 952]", "2020/03/17 22:03:38 fork(SB 952) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 move PID 23781 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Channel() [SB 952]", "2020/03/17 22:03:38 Pause() [SB 952]", "2020/03/17 22:03:38 Receive request to /run/L951", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10460 [FUNC L951]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L951]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3857-L951, /root/open-lambda/test-dir/worker/scratch/3858-L951, )=953... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-6 [SOCK 953]", "2020/03/17 22:03:38 fork(SB 953) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 Destroy() [SB 932]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 932]", "2020/03/17 22:03:38 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 move PID 23785 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 933]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 933]", "2020/03/17 22:03:38 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 killed PIDs [23681] in CG [SOCK 932]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 932]", "2020/03/17 22:03:38 childExit(SB 932) [SB 1]", "2020/03/17 22:03:38 killed PIDs [23685] in CG [SOCK 933]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 933]", "2020/03/17 22:03:38 childExit(SB 933) [SB 1]", "2020/03/17 22:03:38 Channel() [SB 953]", "2020/03/17 22:03:38 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:38 Pause() [SB 953]", "2020/03/17 22:03:38 Receive request to /run/L952", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10472 [FUNC L952]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L952]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3860-L952, /root/open-lambda/test-dir/worker/scratch/3861-L952, )=954... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-5 [SOCK 954]", "2020/03/17 22:03:38 fork(SB 954) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 move PID 23791 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Channel() [SB 954]", "2020/03/17 22:03:38 Pause() [SB 954]", "2020/03/17 22:03:38 Receive request to /run/L953", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10482 [FUNC L953]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L953]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3863-L953, /root/open-lambda/test-dir/worker/scratch/3864-L953, )=955... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-4 [SOCK 955]", "2020/03/17 22:03:38 fork(SB 955) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 Destroy() [SB 934]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 934]", "2020/03/17 22:03:38 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 Destroy() [SB 935]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 935]", "2020/03/17 22:03:38 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 move PID 23795 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 936]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 936]", "2020/03/17 22:03:38 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 killed PIDs [23695] in CG [SOCK 935]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 935]", "2020/03/17 22:03:38 childExit(SB 935) [SB 1]", "2020/03/17 22:03:38 killed PIDs [23701] in CG [SOCK 936]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 936]", "2020/03/17 22:03:38 childExit(SB 936) [SB 1]", "2020/03/17 22:03:38 killed PIDs [23691] in CG [SOCK 934]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 934]", "2020/03/17 22:03:38 childExit(SB 934) [SB 1]", "2020/03/17 22:03:38 Channel() [SB 955]", "2020/03/17 22:03:38 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:38 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:38 Pause() [SB 955]", "2020/03/17 22:03:38 Receive request to /run/L954", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10495 [FUNC L954]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L954]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3866-L954, /root/open-lambda/test-dir/worker/scratch/3867-L954, )=956... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-10 [SOCK 956]", "2020/03/17 22:03:38 fork(SB 956) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 move PID 23802 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Channel() [SB 956]", "2020/03/17 22:03:38 Pause() [SB 956]", "2020/03/17 22:03:38 Receive request to /run/L955", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10505 [FUNC L955]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L955]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3869-L955, /root/open-lambda/test-dir/worker/scratch/3870-L955, )=957... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-13 [SOCK 957]", "2020/03/17 22:03:38 fork(SB 957) [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 937]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 937]", "2020/03/17 22:03:38 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 killed PIDs [23705] in CG [SOCK 937]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 937]", "2020/03/17 22:03:38 childExit(SB 937) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 move PID 23807 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 938]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 938]", "2020/03/17 22:03:38 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 killed PIDs [23711] in CG [SOCK 938]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 938]", "2020/03/17 22:03:38 childExit(SB 938) [SB 1]", "2020/03/17 22:03:38 Channel() [SB 957]", "2020/03/17 22:03:38 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:38 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:38 Pause() [SB 957]", "2020/03/17 22:03:38 Receive request to /run/L956", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10517 [FUNC L956]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L956]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3872-L956, /root/open-lambda/test-dir/worker/scratch/3873-L956, )=958... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-9 [SOCK 958]", "2020/03/17 22:03:38 fork(SB 958) [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 939]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 939]", "2020/03/17 22:03:38 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 move PID 23812 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 940]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 940]", "2020/03/17 22:03:38 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 killed PIDs [23715] in CG [SOCK 939]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 939]", "2020/03/17 22:03:38 childExit(SB 939) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 killed PIDs [23721] in CG [SOCK 940]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 940]", "2020/03/17 22:03:38 childExit(SB 940) [SB 1]", "2020/03/17 22:03:38 Channel() [SB 958]", "2020/03/17 22:03:38 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:38 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:03:38 Pause() [SB 958]", "2020/03/17 22:03:38 Receive request to /run/L957", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10529 [FUNC L957]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L957]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3875-L957, /root/open-lambda/test-dir/worker/scratch/3876-L957, )=959... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-8 [SOCK 959]", "2020/03/17 22:03:38 fork(SB 959) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 move PID 23818 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Channel() [SB 959]", "2020/03/17 22:03:38 Pause() [SB 959]", "2020/03/17 22:03:38 Receive request to /run/L958", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10539 [FUNC L958]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L958]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3878-L958, /root/open-lambda/test-dir/worker/scratch/3879-L958, )=960... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-16 [SOCK 960]", "2020/03/17 22:03:38 fork(SB 960) [SB 1]", "2020/03/17 22:03:38 Destroy() [SB 941]", "2020/03/17 22:03:38 CG ref count decremented to 0 [SOCK 941]", "2020/03/17 22:03:38 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:38 move PID 23822 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 killed PIDs [23727] in CG [SOCK 941]", "2020/03/17 22:03:38 unmount and remove dirs [SOCK 941]", "2020/03/17 22:03:38 childExit(SB 941) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 Channel() [SB 960]", "2020/03/17 22:03:38 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:38 Pause() [SB 960]", "2020/03/17 22:03:38 Receive request to /run/L959", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10550 [FUNC L959]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L959]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3881-L959, /root/open-lambda/test-dir/worker/scratch/3882-L959, )=961... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-41 [SOCK 961]", "2020/03/17 22:03:38 fork(SB 961) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 move PID 23827 from CG cg-1 to CG cg-41 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Channel() [SB 961]", "2020/03/17 22:03:38 Pause() [SB 961]", "2020/03/17 22:03:38 Receive request to /run/L960", "2020/03/17 22:03:38 debug: LambdaFunc.Task() runs on goroutine 10560 [FUNC L960]", "2020/03/17 22:03:38 increase instances to 1 [FUNC L960]", "2020/03/17 22:03:38 Try using Zygote from ", "2020/03/17 22:03:38 Unpause() [SB 1]", "2020/03/17 22:03:38 .Create(, true, /root/open-lambda/test-dir/worker/code/3884-L960, /root/open-lambda/test-dir/worker/scratch/3885-L960, )=962... [SOCK POOL sandboxes]", "2020/03/17 22:03:38 use cgroup cg-15 [SOCK 962]", "2020/03/17 22:03:38 fork(SB 962) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:38 move PID 23831 from CG cg-1 to CG cg-15 [SOCK 1]", "2020/03/17 22:03:38 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:38 Pause() [SB 1]", "2020/03/17 22:03:38 Channel() [SB 962]", "2020/03/17 22:03:39 Pause() [SB 962]", "2020/03/17 22:03:39 Receive request to /run/L961", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10570 [FUNC L961]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L961]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3887-L961, /root/open-lambda/test-dir/worker/scratch/3888-L961, )=963... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-14 [SOCK 963]", "2020/03/17 22:03:39 fork(SB 963) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 Destroy() [SB 942]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 942]", "2020/03/17 22:03:39 waiting for 1 procs in cg-36 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 move PID 23835 from CG cg-1 to CG cg-14 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Destroy() [SB 943]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 943]", "2020/03/17 22:03:39 waiting for 1 procs in cg-38 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 killed PIDs [23737] in CG [SOCK 943]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 943]", "2020/03/17 22:03:39 childExit(SB 943) [SB 1]", "2020/03/17 22:03:39 killed PIDs [23731] in CG [SOCK 942]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 942]", "2020/03/17 22:03:39 childExit(SB 942) [SB 1]", "2020/03/17 22:03:39 Channel() [SB 963]", "2020/03/17 22:03:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:39 Pause() [SB 963]", "2020/03/17 22:03:39 Receive request to /run/L962", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10582 [FUNC L962]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L962]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3890-L962, /root/open-lambda/test-dir/worker/scratch/3891-L962, )=964... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-19 [SOCK 964]", "2020/03/17 22:03:39 fork(SB 964) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 move PID 23841 from CG cg-1 to CG cg-19 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Channel() [SB 964]", "2020/03/17 22:03:39 Pause() [SB 964]", "2020/03/17 22:03:39 Receive request to /run/L963", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10592 [FUNC L963]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L963]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3893-L963, /root/open-lambda/test-dir/worker/scratch/3894-L963, )=965... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-12 [SOCK 965]", "2020/03/17 22:03:39 fork(SB 965) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 Destroy() [SB 944]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 944]", "2020/03/17 22:03:39 waiting for 1 procs in cg-31 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 move PID 23845 from CG cg-1 to CG cg-12 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Destroy() [SB 945]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 945]", "2020/03/17 22:03:39 waiting for 1 procs in cg-40 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 Channel() [SB 965]", "2020/03/17 22:03:39 killed PIDs [23746] in CG [SOCK 945]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 945]", "2020/03/17 22:03:39 childExit(SB 945) [SB 1]", "2020/03/17 22:03:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:39 killed PIDs [23741] in CG [SOCK 944]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 944]", "2020/03/17 22:03:39 childExit(SB 944) [SB 1]", "2020/03/17 22:03:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:39 Pause() [SB 965]", "2020/03/17 22:03:39 Receive request to /run/L964", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10604 [FUNC L964]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L964]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3896-L964, /root/open-lambda/test-dir/worker/scratch/3897-L964, )=966... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-11 [SOCK 966]", "2020/03/17 22:03:39 fork(SB 966) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 move PID 23851 from CG cg-1 to CG cg-11 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Channel() [SB 966]", "2020/03/17 22:03:39 Pause() [SB 966]", "2020/03/17 22:03:39 Receive request to /run/L965", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10614 [FUNC L965]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L965]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3899-L965, /root/open-lambda/test-dir/worker/scratch/3900-L965, )=967... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-20 [SOCK 967]", "2020/03/17 22:03:39 fork(SB 967) [SB 1]", "4", "send chrootFD=25", "send chrootFD=27", "send chrootFD=14", "send chrootFD=27", "send chrootFD=10", "send chrootFD=11", "send chrootFD=27", "send chrootFD=16", "send chrootFD=26", "send chrootFD=27", "send chrootFD=19", "send chrootFD=13", "send chrootFD=19", "send chrootFD=27", "send chrootFD=18", "send chrootFD=20", "send chrootFD=27", "send chrootFD=22", "send chrootFD=22", "send chrootFD=23", "send chrootFD=24", "send chrootFD=25", "send chrootFD=25", "send chrootFD=14", "send chrootFD=25", "send chrootFD=11", "send chrootFD=25", "send chrootFD=27", "send chrootFD=16", "send chrootFD=26", "send chrootFD=27", "send chrootFD=12", "send chrootFD=13", "send chrootFD=19", "send chrootFD=27", "send chrootFD=18", "send chrootFD=27", "send chrootFD=5", "send chrootFD=21", "send chrootFD=27", "send chrootFD=23", "send chrootFD=27", "send chrootFD=27", "send chrootFD=9", "send chrootFD=14", "send chrootFD=27", "send chrootFD=11", "send chrootFD=27", "send chrootFD=25", "send chrootFD=27", "send chrootFD=16", "send chrootFD=13", "send chrootFD=16", "send chrootFD=17", "send chrootFD=19", "send chrootFD=19", "send chrootFD=8", "send chrootFD=20", "send chrootFD=21", "send chrootFD=22", "send chrootFD=26", "send chrootFD=26", "send chrootFD=26", "send chrootFD=27", "send chrootFD=9", "send chrootFD=27", "send chrootFD=14", "send chrootFD=27", "send chrootFD=15", "send chrootFD=15", "send chrootFD=25", "send chrootFD=25", "send chrootFD=27", "send chrootFD=16", "send chrootFD=17", "send chrootFD=27", "send chrootFD=19", "send chrootFD=19", "send chrootFD=20", "send chrootFD=27", "send chrootFD=22", "send chrootFD=27", "send chrootFD=24", "send chrootFD=24", "send chrootFD=26", "send chrootFD=27", "send chrootFD=10", "send chrootFD=11", "send chrootFD=14", "send chrootFD=14", "send chrootFD=8", "send chrootFD=27", "send chrootFD=15", "send chrootFD=25", "send chrootFD=25", "send chrootFD=27", "send chrootFD=18", "send chrootFD=18", "send chrootFD=27", "send chrootFD=20", "send chrootFD=21", "send chrootFD=22", "send chrootFD=22", "send chrootFD=23", "send chrootFD=24", "send chrootFD=24", "send chrootFD=24", "send chrootFD=26", "send chrootFD=27", "send chrootFD=13", "send chrootFD=27", "send chrootFD=14", "send chrootFD=14", "send chrootFD=15", "send chrootFD=27", "send chrootFD=25", "send chrootFD=27", "send chrootFD=17", "send chrootFD=27", "send chrootFD=19", "send chrootFD=20", "send chrootFD=21", "send chrootFD=27", "send chrootFD=22", "send chrootFD=27", "send chrootFD=11", "send chrootFD=23", "send chrootFD=24", "send chrootFD=27", "send chrootFD=26", "send chrootFD=27", "send chrootFD=13", "send chrootFD=27", "send chrootFD=14", "send chrootFD=27", "send chrootFD=16", "send chrootFD=16", "send chrootFD=17", "send chrootFD=18", "send chrootFD=25", "send chrootFD=27", "send chrootFD=20", "send chrootFD=21", "send chrootFD=27", "send chrootFD=22", "send chrootFD=27", "send chrootFD=11", "send chrootFD=27", "send chrootFD=23", "send chrootFD=24", "send chrootFD=27", "send chrootFD=13", "send chrootFD=26", "send chrootFD=27", "send chrootFD=14", "send chrootFD=27", "send chrootFD=15", "send chrootFD=27", "send chrootFD=17", "send chrootFD=18", "send chrootFD=27", "send chrootFD=25", "send chrootFD=27", "send chrootFD=21", "send chrootFD=10", "send chrootFD=21", "send chrootFD=27", "send chrootFD=11", "send chrootFD=22", "send chrootFD=23", "send chrootFD=24", "send chrootFD=27", "send chrootFD=13", "send chrootFD=26", "send chrootFD=14", "send chrootFD=26", "send chrootFD=15", "send chrootFD=26", "send chrootFD=27", "send chrootFD=17", "send chrootFD=18", "send chrootFD=19", "send chrootFD=27", "send chrootFD=25", "send chrootFD=27", "send chrootFD=10", "send chrootFD=21", "send chrootFD=27", "send chrootFD=11", "send chrootFD=22", "send chrootFD=27", "send chrootFD=24", "send chrootFD=27", "send chrootFD=13", "send chrootFD=27", "send chrootFD=14", "send chrootFD=27", "send chrootFD=15", "send chrootFD=27", "send chrootFD=26", "send chrootFD=27", "send chrootFD=18", "send chrootFD=27", "send chrootFD=20", "send chrootFD=27", "send chrootFD=25", "send chrootFD=25", "send chrootFD=27", "send chrootFD=21", "send chrootFD=27", "send chrootFD=22", "send chrootFD=27", "send chrootFD=24", "send chrootFD=27", "send chrootFD=13", "send chrootFD=13", "send chrootFD=14", "send chrootFD=14", "send chrootFD=15", "send chrootFD=16", "send chrootFD=17", "send chrootFD=26", "send chrootFD=27", "send chrootFD=19", "send chrootFD=27", "send chrootFD=10", "send chrootFD=20", "send chrootFD=27", "send chrootFD=25", "send chrootFD=27", "send chrootFD=21", "send chrootFD=22", "send chrootFD=23", "send chrootFD=12", "send chrootFD=23", "send chrootFD=23", "send chrootFD=24", "send chrootFD=27", "send chrootFD=14", "send chrootFD=27", "send chrootFD=16", "sesock2.py: start web server on fd: 3", "2020/03/17 22:03:39 Destroy() [SB 946]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 946]", "2020/03/17 22:03:39 waiting for 1 procs in cg-34 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 Destroy() [SB 947]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 947]", "2020/03/17 22:03:39 waiting for 1 procs in cg-35 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 move PID 23855 from CG cg-1 to CG cg-20 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Destroy() [SB 948]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 948]", "2020/03/17 22:03:39 waiting for 1 procs in cg-39 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 killed PIDs [23760] in CG [SOCK 948]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 948]", "2020/03/17 22:03:39 childExit(SB 948) [SB 1]", "2020/03/17 22:03:39 killed PIDs [23752] in CG [SOCK 946]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 946]", "2020/03/17 22:03:39 childExit(SB 946) [SB 1]", "2020/03/17 22:03:39 killed PIDs [23756] in CG [SOCK 947]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 947]", "2020/03/17 22:03:39 childExit(SB 947) [SB 1]", "2020/03/17 22:03:39 Channel() [SB 967]", "2020/03/17 22:03:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:39 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:39 Pause() [SB 967]", "2020/03/17 22:03:39 Receive request to /run/L966", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10627 [FUNC L966]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L966]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3902-L966, /root/open-lambda/test-dir/worker/scratch/3903-L966, )=968... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-18 [SOCK 968]", "2020/03/17 22:03:39 fork(SB 968) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 move PID 23862 from CG cg-1 to CG cg-18 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Channel() [SB 968]", "2020/03/17 22:03:39 Pause() [SB 968]", "2020/03/17 22:03:39 Receive request to /run/L967", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10637 [FUNC L967]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L967]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3905-L967, /root/open-lambda/test-dir/worker/scratch/3906-L967, )=969... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-21 [SOCK 969]", "2020/03/17 22:03:39 fork(SB 969) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 move PID 23866 from CG cg-1 to CG cg-21 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Channel() [SB 969]", "2020/03/17 22:03:39 Pause() [SB 969]", "2020/03/17 22:03:39 Receive request to /run/L968", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10647 [FUNC L968]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L968]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3908-L968, /root/open-lambda/test-dir/worker/scratch/3909-L968, )=970... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-24 [SOCK 970]", "2020/03/17 22:03:39 fork(SB 970) [SB 1]", "2020/03/17 22:03:39 Destroy() [SB 949]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 949]", "2020/03/17 22:03:39 waiting for 1 procs in cg-3 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 move PID 23870 from CG cg-1 to CG cg-24 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Destroy() [SB 950]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 950]", "2020/03/17 22:03:39 waiting for 1 procs in cg-37 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 killed PIDs [23766] in CG [SOCK 949]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 949]", "2020/03/17 22:03:39 childExit(SB 949) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 killed PIDs [23770] in CG [SOCK 950]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 950]", "2020/03/17 22:03:39 childExit(SB 950) [SB 1]", "2020/03/17 22:03:39 Channel() [SB 970]", "2020/03/17 22:03:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:39 Pause() [SB 970]", "2020/03/17 22:03:39 Receive request to /run/L969", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10659 [FUNC L969]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L969]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3911-L969, /root/open-lambda/test-dir/worker/scratch/3912-L969, )=971... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-17 [SOCK 971]", "2020/03/17 22:03:39 fork(SB 971) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 move PID 23876 from CG cg-1 to CG cg-17 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Destroy() [SB 951]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 951]", "2020/03/17 22:03:39 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 Channel() [SB 971]", "2020/03/17 22:03:39 killed PIDs [23777] in CG [SOCK 951]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 951]", "2020/03/17 22:03:39 childExit(SB 951) [SB 1]", "2020/03/17 22:03:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:39 Pause() [SB 971]", "2020/03/17 22:03:39 Receive request to /run/L970", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10670 [FUNC L970]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L970]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3914-L970, /root/open-lambda/test-dir/worker/scratch/3915-L970, )=972... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-25 [SOCK 972]", "2020/03/17 22:03:39 fork(SB 972) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 move PID 23881 from CG cg-1 to CG cg-25 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Channel() [SB 972]", "2020/03/17 22:03:39 Pause() [SB 972]", "2020/03/17 22:03:39 Receive request to /run/L971", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10680 [FUNC L971]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L971]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3917-L971, /root/open-lambda/test-dir/worker/scratch/3918-L971, )=973... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-26 [SOCK 973]", "2020/03/17 22:03:39 fork(SB 973) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 Destroy() [SB 952]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 952]", "2020/03/17 22:03:39 waiting for 1 procs in cg-2 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 move PID 23885 from CG cg-1 to CG cg-26 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Destroy() [SB 953]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 953]", "2020/03/17 22:03:39 waiting for 1 procs in cg-6 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 Channel() [SB 973]", "2020/03/17 22:03:39 killed PIDs [23785] in CG [SOCK 953]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 953]", "2020/03/17 22:03:39 childExit(SB 953) [SB 1]", "2020/03/17 22:03:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:39 killed PIDs [23781] in CG [SOCK 952]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 952]", "2020/03/17 22:03:39 childExit(SB 952) [SB 1]", "2020/03/17 22:03:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:39 Pause() [SB 973]", "2020/03/17 22:03:39 Receive request to /run/L972", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10692 [FUNC L972]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L972]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3920-L972, /root/open-lambda/test-dir/worker/scratch/3921-L972, )=974... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-27 [SOCK 974]", "2020/03/17 22:03:39 fork(SB 974) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 Destroy() [SB 954]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 954]", "2020/03/17 22:03:39 waiting for 1 procs in cg-5 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 move PID 23891 from CG cg-1 to CG cg-27 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Channel() [SB 974]", "2020/03/17 22:03:39 killed PIDs [23791] in CG [SOCK 954]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 954]", "2020/03/17 22:03:39 childExit(SB 954) [SB 1]", "2020/03/17 22:03:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:39 Pause() [SB 974]", "2020/03/17 22:03:39 Receive request to /run/L973", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10703 [FUNC L973]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L973]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3923-L973, /root/open-lambda/test-dir/worker/scratch/3924-L973, )=975... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-22 [SOCK 975]", "2020/03/17 22:03:39 fork(SB 975) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 Destroy() [SB 955]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 955]", "2020/03/17 22:03:39 waiting for 1 procs in cg-4 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 move PID 23896 from CG cg-1 to CG cg-22 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 killed PIDs [23795] in CG [SOCK 955]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 955]", "2020/03/17 22:03:39 childExit(SB 955) [SB 1]", "2020/03/17 22:03:39 Channel() [SB 975]", "2020/03/17 22:03:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:39 Pause() [SB 975]", "2020/03/17 22:03:39 Receive request to /run/L974", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10714 [FUNC L974]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L974]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3926-L974, /root/open-lambda/test-dir/worker/scratch/3927-L974, )=976... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-23 [SOCK 976]", "2020/03/17 22:03:39 fork(SB 976) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 move PID 23901 from CG cg-1 to CG cg-23 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Channel() [SB 976]", "2020/03/17 22:03:39 Pause() [SB 976]", "2020/03/17 22:03:39 Receive request to /run/L975", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10724 [FUNC L975]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L975]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3929-L975, /root/open-lambda/test-dir/worker/scratch/3930-L975, )=977... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-30 [SOCK 977]", "2020/03/17 22:03:39 fork(SB 977) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 Destroy() [SB 956]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 956]", "2020/03/17 22:03:39 waiting for 1 procs in cg-10 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 move PID 23905 from CG cg-1 to CG cg-30 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Destroy() [SB 957]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 957]", "2020/03/17 22:03:39 waiting for 1 procs in cg-13 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 killed PIDs [23807] in CG [SOCK 957]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 957]", "2020/03/17 22:03:39 childExit(SB 957) [SB 1]", "2020/03/17 22:03:39 killed PIDs [23802] in CG [SOCK 956]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 956]", "2020/03/17 22:03:39 childExit(SB 956) [SB 1]", "2020/03/17 22:03:39 Channel() [SB 977]", "2020/03/17 22:03:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:39 Pause() [SB 977]", "2020/03/17 22:03:39 Receive request to /run/L976", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10736 [FUNC L976]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L976]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3932-L976, /root/open-lambda/test-dir/worker/scratch/3933-L976, )=978... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-29 [SOCK 978]", "2020/03/17 22:03:39 fork(SB 978) [SB 1]", "2020/03/17 22:03:39 Destroy() [SB 958]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 958]", "2020/03/17 22:03:39 waiting for 1 procs in cg-9 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 move PID 23911 from CG cg-1 to CG cg-29 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Destroy() [SB 959]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 959]", "2020/03/17 22:03:39 waiting for 1 procs in cg-8 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 killed PIDs [23812] in CG [SOCK 958]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 958]", "2020/03/17 22:03:39 childExit(SB 958) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 killed PIDs [23818] in CG [SOCK 959]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 959]", "2020/03/17 22:03:39 childExit(SB 959) [SB 1]", "2020/03/17 22:03:39 Channel() [SB 978]", "2020/03/17 22:03:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:39 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:39 Pause() [SB 978]", "2020/03/17 22:03:39 Receive request to /run/L977", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10748 [FUNC L977]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L977]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3935-L977, /root/open-lambda/test-dir/worker/scratch/3936-L977, )=979... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-32 [SOCK 979]", "2020/03/17 22:03:39 fork(SB 979) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 move PID 23917 from CG cg-1 to CG cg-32 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Channel() [SB 979]", "2020/03/17 22:03:39 Pause() [SB 979]", "2020/03/17 22:03:39 Receive request to /run/L978", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10758 [FUNC L978]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L978]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3938-L978, /root/open-lambda/test-dir/worker/scratch/3939-L978, )=980... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-33 [SOCK 980]", "2020/03/17 22:03:39 fork(SB 980) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 move PID 23921 from CG cg-1 to CG cg-33 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Channel() [SB 980]", "2020/03/17 22:03:39 Pause() [SB 980]", "2020/03/17 22:03:39 Receive request to /run/L979", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10768 [FUNC L979]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L979]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3941-L979, /root/open-lambda/test-dir/worker/scratch/3942-L979, )=981... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-28 [SOCK 981]", "2020/03/17 22:03:39 fork(SB 981) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 Destroy() [SB 960]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 960]", "2020/03/17 22:03:39 waiting for 1 procs in cg-16 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 move PID 23925 from CG cg-1 to CG cg-28 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Destroy() [SB 961]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 961]", "2020/03/17 22:03:39 waiting for 1 procs in cg-41 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 Channel() [SB 981]", "2020/03/17 22:03:39 killed PIDs [23827] in CG [SOCK 961]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 961]", "2020/03/17 22:03:39 childExit(SB 961) [SB 1]", "2020/03/17 22:03:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:39 killed PIDs [23822] in CG [SOCK 960]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 960]", "2020/03/17 22:03:39 childExit(SB 960) [SB 1]", "2020/03/17 22:03:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:39 Pause() [SB 981]", "2020/03/17 22:03:39 Receive request to /run/L980", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10780 [FUNC L980]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L980]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3944-L980, /root/open-lambda/test-dir/worker/scratch/3945-L980, )=982... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-38 [SOCK 982]", "2020/03/17 22:03:39 fork(SB 982) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 move PID 23931 from CG cg-1 to CG cg-38 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Channel() [SB 982]", "2020/03/17 22:03:39 Pause() [SB 982]", "2020/03/17 22:03:39 Receive request to /run/L981", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10790 [FUNC L981]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L981]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3947-L981, /root/open-lambda/test-dir/worker/scratch/3948-L981, )=983... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-36 [SOCK 983]", "2020/03/17 22:03:39 fork(SB 983) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 Destroy() [SB 962]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 962]", "2020/03/17 22:03:39 waiting for 1 procs in cg-15 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 Destroy() [SB 963]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 963]", "2020/03/17 22:03:39 waiting for 1 procs in cg-14 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 move PID 23935 from CG cg-1 to CG cg-36 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Destroy() [SB 964]", "2020/03/17 22:03:39 CG ref count decremented to 0 [SOCK 964]", "2020/03/17 22:03:39 waiting for 1 procs in cg-19 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:39 killed PIDs [23841] in CG [SOCK 964]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 964]", "2020/03/17 22:03:39 childExit(SB 964) [SB 1]", "2020/03/17 22:03:39 killed PIDs [23835] in CG [SOCK 963]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 963]", "2020/03/17 22:03:39 childExit(SB 963) [SB 1]", "2020/03/17 22:03:39 killed PIDs [23831] in CG [SOCK 962]", "2020/03/17 22:03:39 unmount and remove dirs [SOCK 962]", "2020/03/17 22:03:39 childExit(SB 962) [SB 1]", "2020/03/17 22:03:39 Channel() [SB 983]", "2020/03/17 22:03:39 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:39 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:39 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:39 Pause() [SB 983]", "2020/03/17 22:03:39 Receive request to /run/L982", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10803 [FUNC L982]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L982]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3950-L982, /root/open-lambda/test-dir/worker/scratch/3951-L982, )=984... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-40 [SOCK 984]", "2020/03/17 22:03:39 fork(SB 984) [SB 1]", "2020/03/17 22:03:39 move PID 23942 from CG cg-1 to CG cg-40 [SOCK 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Channel() [SB 984]", "2020/03/17 22:03:39 Pause() [SB 984]", "2020/03/17 22:03:39 Receive request to /run/L983", "2020/03/17 22:03:39 debug: LambdaFunc.Task() runs on goroutine 10813 [FUNC L983]", "2020/03/17 22:03:39 increase instances to 1 [FUNC L983]", "2020/03/17 22:03:39 Try using Zygote from ", "2020/03/17 22:03:39 Unpause() [SB 1]", "2020/03/17 22:03:39 .Create(, true, /root/open-lambda/test-dir/worker/code/3953-L983, /root/open-lambda/test-dir/worker/scratch/3954-L983, )=985... [SOCK POOL sandboxes]", "2020/03/17 22:03:39 use cgroup cg-31 [SOCK 985]", "2020/03/17 22:03:39 fork(SB 985) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:39 move PID 23946 from CG cg-1 to CG cg-31 [SOCK 1]", "2020/03/17 22:03:39 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:39 Pause() [SB 1]", "2020/03/17 22:03:39 Channel() [SB 985]", "2020/03/17 22:03:40 Pause() [SB 985]", "2020/03/17 22:03:40 Receive request to /run/L984", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10823 [FUNC L984]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L984]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3956-L984, /root/open-lambda/test-dir/worker/scratch/3957-L984, )=986... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-39 [SOCK 986]", "2020/03/17 22:03:40 fork(SB 986) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 Destroy() [SB 965]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 965]", "2020/03/17 22:03:40 waiting for 1 procs in cg-12 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 move PID 23950 from CG cg-1 to CG cg-39 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Destroy() [SB 966]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 966]", "2020/03/17 22:03:40 waiting for 1 procs in cg-11 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 killed PIDs [23851] in CG [SOCK 966]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 966]", "2020/03/17 22:03:40 childExit(SB 966) [SB 1]", "2020/03/17 22:03:40 killed PIDs [23845] in CG [SOCK 965]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 965]", "2020/03/17 22:03:40 childExit(SB 965) [SB 1]", "2020/03/17 22:03:40 Channel() [SB 986]", "2020/03/17 22:03:40 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:40 Pause() [SB 986]", "2020/03/17 22:03:40 Receive request to /run/L985", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10835 [FUNC L985]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L985]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3959-L985, /root/open-lambda/test-dir/worker/scratch/3960-L985, )=987... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-34 [SOCK 987]", "2020/03/17 22:03:40 fork(SB 987) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 move PID 23956 from CG cg-1 to CG cg-34 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Channel() [SB 987]", "2020/03/17 22:03:40 Pause() [SB 987]", "2020/03/17 22:03:40 Receive request to /run/L986", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10845 [FUNC L986]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L986]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3962-L986, /root/open-lambda/test-dir/worker/scratch/3963-L986, )=988... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-35 [SOCK 988]", "2020/03/17 22:03:40 fork(SB 988) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 Destroy() [SB 967]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 967]", "2020/03/17 22:03:40 waiting for 1 procs in cg-20 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 Destroy() [SB 968]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 968]", "2020/03/17 22:03:40 waiting for 1 procs in cg-18 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 move PID 23960 from CG cg-1 to CG cg-35 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Destroy() [SB 969]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 969]", "2020/03/17 22:03:40 waiting for 1 procs in cg-21 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 killed PIDs [23862] in CG [SOCK 968]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 968]", "2020/03/17 22:03:40 childExit(SB 968) [SB 1]", "2020/03/17 22:03:40 killed PIDs [23855] in CG [SOCK 967]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 967]", "2020/03/17 22:03:40 childExit(SB 967) [SB 1]", "2020/03/17 22:03:40 Channel() [SB 988]", "2020/03/17 22:03:40 killed PIDs [23866] in CG [SOCK 969]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 969]", "2020/03/17 22:03:40 childExit(SB 969) [SB 1]", "2020/03/17 22:03:40 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:40 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:40 Pause() [SB 988]", "2020/03/17 22:03:40 Receive request to /run/L987", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10858 [FUNC L987]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L987]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3965-L987, /root/open-lambda/test-dir/worker/scratch/3966-L987, )=989... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-3 [SOCK 989]", "2020/03/17 22:03:40 fork(SB 989) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 Destroy() [SB 970]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 970]", "2020/03/17 22:03:40 waiting for 1 procs in cg-24 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 move PID 23967 from CG cg-1 to CG cg-3 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Channel() [SB 989]", "2020/03/17 22:03:40 killed PIDs [23870] in CG [SOCK 970]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 970]", "2020/03/17 22:03:40 childExit(SB 970) [SB 1]", "2020/03/17 22:03:40 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:40 Pause() [SB 989]", "2020/03/17 22:03:40 Receive request to /run/L988", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10869 [FUNC L988]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L988]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3968-L988, /root/open-lambda/test-dir/worker/scratch/3969-L988, )=990... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-37 [SOCK 990]", "2020/03/17 22:03:40 fork(SB 990) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 move PID 23972 from CG cg-1 to CG cg-37 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Channel() [SB 990]", "2020/03/17 22:03:40 Pause() [SB 990]", "2020/03/17 22:03:40 Receive request to /run/L989", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10879 [FUNC L989]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L989]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3971-L989, /root/open-lambda/test-dir/worker/scratch/3972-L989, )=991... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-7 [SOCK 991]", "2020/03/17 22:03:40 fork(SB 991) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 move PID 23976 from CG cg-1 to CG cg-7 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Channel() [SB 991]", "2020/03/17 22:03:40 Pause() [SB 991]", "2020/03/17 22:03:40 Receive request to /run/L990", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10889 [FUNC L990]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L990]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3974-L990, /root/open-lambda/test-dir/worker/scratch/3975-L990, )=992... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-6 [SOCK 992]", "2020/03/17 22:03:40 fork(SB 992) [SB 1]", "2020/03/17 22:03:40 Destroy() [SB 971]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 971]", "2020/03/17 22:03:40 waiting for 1 procs in cg-17 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 move PID 23980 from CG cg-1 to CG cg-6 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Destroy() [SB 972]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 972]", "2020/03/17 22:03:40 waiting for 1 procs in cg-25 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 killed PIDs [23876] in CG [SOCK 971]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 971]", "2020/03/17 22:03:40 childExit(SB 971) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 killed PIDs [23881] in CG [SOCK 972]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 972]", "2020/03/17 22:03:40 childExit(SB 972) [SB 1]", "2020/03/17 22:03:40 Channel() [SB 992]", "2020/03/17 22:03:40 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:40 Pause() [SB 992]", "2020/03/17 22:03:40 Receive request to /run/L991", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10901 [FUNC L991]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L991]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3977-L991, /root/open-lambda/test-dir/worker/scratch/3978-L991, )=993... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-2 [SOCK 993]", "2020/03/17 22:03:40 fork(SB 993) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 move PID 23986 from CG cg-1 to CG cg-2 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Channel() [SB 993]", "2020/03/17 22:03:40 Pause() [SB 993]", "2020/03/17 22:03:40 Receive request to /run/L992", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10911 [FUNC L992]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L992]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3980-L992, /root/open-lambda/test-dir/worker/scratch/3981-L992, )=994... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-5 [SOCK 994]", "2020/03/17 22:03:40 fork(SB 994) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 Destroy() [SB 973]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 973]", "2020/03/17 22:03:40 waiting for 1 procs in cg-26 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 move PID 23990 from CG cg-1 to CG cg-5 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Destroy() [SB 974]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 974]", "2020/03/17 22:03:40 waiting for 1 procs in cg-27 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 killed PIDs [23891] in CG [SOCK 974]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 974]", "2020/03/17 22:03:40 childExit(SB 974) [SB 1]", "2020/03/17 22:03:40 killed PIDs [23885] in CG [SOCK 973]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 973]", "2020/03/17 22:03:40 childExit(SB 973) [SB 1]", "2020/03/17 22:03:40 Channel() [SB 994]", "2020/03/17 22:03:40 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:40 Pause() [SB 994]", "2020/03/17 22:03:40 Receive request to /run/L993", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10923 [FUNC L993]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L993]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3983-L993, /root/open-lambda/test-dir/worker/scratch/3984-L993, )=995... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-4 [SOCK 995]", "2020/03/17 22:03:40 fork(SB 995) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 move PID 23996 from CG cg-1 to CG cg-4 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Channel() [SB 995]", "2020/03/17 22:03:40 Pause() [SB 995]", "2020/03/17 22:03:40 Receive request to /run/L994", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10933 [FUNC L994]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L994]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3986-L994, /root/open-lambda/test-dir/worker/scratch/3987-L994, )=996... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-13 [SOCK 996]", "2020/03/17 22:03:40 fork(SB 996) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 Destroy() [SB 975]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 975]", "2020/03/17 22:03:40 waiting for 1 procs in cg-22 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 move PID 24000 from CG cg-1 to CG cg-13 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Destroy() [SB 976]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 976]", "2020/03/17 22:03:40 waiting for 1 procs in cg-23 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 killed PIDs [23896] in CG [SOCK 975]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 975]", "2020/03/17 22:03:40 childExit(SB 975) [SB 1]", "2020/03/17 22:03:40 Channel() [SB 996]", "2020/03/17 22:03:40 killed PIDs [23901] in CG [SOCK 976]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 976]", "2020/03/17 22:03:40 childExit(SB 976) [SB 1]", "2020/03/17 22:03:40 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:40 Pause() [SB 996]", "2020/03/17 22:03:40 Receive request to /run/L995", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10945 [FUNC L995]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L995]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3989-L995, /root/open-lambda/test-dir/worker/scratch/3990-L995, )=997... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-10 [SOCK 997]", "2020/03/17 22:03:40 fork(SB 997) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 move PID 24006 from CG cg-1 to CG cg-10 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Channel() [SB 997]", "2020/03/17 22:03:40 Pause() [SB 997]", "2020/03/17 22:03:40 Receive request to /run/L996", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10955 [FUNC L996]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L996]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3992-L996, /root/open-lambda/test-dir/worker/scratch/3993-L996, )=998... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-9 [SOCK 998]", "2020/03/17 22:03:40 fork(SB 998) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 Destroy() [SB 977]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 977]", "2020/03/17 22:03:40 waiting for 1 procs in cg-30 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 move PID 24010 from CG cg-1 to CG cg-9 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Destroy() [SB 978]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 978]", "2020/03/17 22:03:40 waiting for 1 procs in cg-29 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 killed PIDs [23905] in CG [SOCK 977]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 977]", "2020/03/17 22:03:40 childExit(SB 977) [SB 1]", "2020/03/17 22:03:40 killed PIDs [23911] in CG [SOCK 978]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 978]", "2020/03/17 22:03:40 childExit(SB 978) [SB 1]", "2020/03/17 22:03:40 Channel() [SB 998]", "2020/03/17 22:03:40 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:40 Pause() [SB 998]", "2020/03/17 22:03:40 Receive request to /run/L997", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10967 [FUNC L997]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L997]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3995-L997, /root/open-lambda/test-dir/worker/scratch/3996-L997, )=999... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-8 [SOCK 999]", "2020/03/17 22:03:40 fork(SB 999) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 move PID 24016 from CG cg-1 to CG cg-8 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Channel() [SB 999]", "2020/03/17 22:03:40 Pause() [SB 999]", "2020/03/17 22:03:40 Receive request to /run/L998", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10977 [FUNC L998]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L998]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/3998-L998, /root/open-lambda/test-dir/worker/scratch/3999-L998, )=1000... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-41 [SOCK 1000]", "2020/03/17 22:03:40 fork(SB 1000) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 Destroy() [SB 979]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 979]", "2020/03/17 22:03:40 waiting for 1 procs in cg-32 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 Destroy() [SB 980]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 980]", "2020/03/17 22:03:40 waiting for 1 procs in cg-33 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 move PID 24020 from CG cg-1 to CG cg-41 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Destroy() [SB 981]", "2020/03/17 22:03:40 CG ref count decremented to 0 [SOCK 981]", "2020/03/17 22:03:40 waiting for 1 procs in cg-28 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:40 killed PIDs [23917] in CG [SOCK 979]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 979]", "2020/03/17 22:03:40 childExit(SB 979) [SB 1]", "2020/03/17 22:03:40 killed PIDs [23921] in CG [SOCK 980]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 980]", "2020/03/17 22:03:40 childExit(SB 980) [SB 1]", "2020/03/17 22:03:40 Channel() [SB 1000]", "2020/03/17 22:03:40 killed PIDs [23925] in CG [SOCK 981]", "2020/03/17 22:03:40 unmount and remove dirs [SOCK 981]", "2020/03/17 22:03:40 childExit(SB 981) [SB 1]", "2020/03/17 22:03:40 CG ref count decremented to 22 [SOCK 1]", "2020/03/17 22:03:40 CG ref count decremented to 21 [SOCK 1]", "2020/03/17 22:03:40 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:40 Pause() [SB 1000]", "2020/03/17 22:03:40 Receive request to /run/L999", "2020/03/17 22:03:40 debug: LambdaFunc.Task() runs on goroutine 10990 [FUNC L999]", "2020/03/17 22:03:40 increase instances to 1 [FUNC L999]", "2020/03/17 22:03:40 Try using Zygote from ", "2020/03/17 22:03:40 Unpause() [SB 1]", "2020/03/17 22:03:40 .Create(, true, /root/open-lambda/test-dir/worker/code/4001-L999, /root/open-lambda/test-dir/worker/scratch/4002-L999, )=1001... [SOCK POOL sandboxes]", "2020/03/17 22:03:40 use cgroup cg-16 [SOCK 1001]", "2020/03/17 22:03:40 fork(SB 1001) [SB 1]", "sock2.py: start web server on fd: 3", "2020/03/17 22:03:40 move PID 24027 from CG cg-1 to CG cg-16 [SOCK 1]", "2020/03/17 22:03:40 ...returns , [SOCK POOL sandboxes]", "2020/03/17 22:03:40 Pause() [SB 1]", "2020/03/17 22:03:40 Channel() [SB 1001]", "2020/03/17 22:03:40 Pause() [SB 1001]", "2020/03/17 22:03:50 received kill signal, cleaning up", "2020/03/17 22:03:54 Kill function: L496", "2020/03/17 22:03:54 Destroy() [SB 498]", "2020/03/17 22:03:54 Kill function: L556", "2020/03/17 22:03:54 Destroy() [SB 558]", "2020/03/17 22:03:54 Kill function: L650", "2020/03/17 22:03:54 Destroy() [SB 652]", "2020/03/17 22:03:54 Kill function: L481", "2020/03/17 22:03:54 Destroy() [SB 483]", "2020/03/17 22:03:54 Kill function: L484", "2020/03/17 22:03:54 Destroy() [SB 486]", "2020/03/17 22:03:54 Kill function: L19", "2020/03/17 22:03:54 Destroy() [SB 21]", "2020/03/17 22:03:54 Kill function: L225", "2020/03/17 22:03:54 Destroy() [SB 227]", "2020/03/17 22:03:54 Kill function: L922", "2020/03/17 22:03:54 Destroy() [SB 924]", "2020/03/17 22:03:54 Kill function: L990", "2020/03/17 22:03:54 Destroy() [SB 992]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 992]", "2020/03/17 22:03:54 killed PIDs [23980] in CG [SOCK 992]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 992]", "2020/03/17 22:03:54 childExit(SB 992) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 20 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L147", "2020/03/17 22:03:54 Destroy() [SB 149]", "2020/03/17 22:03:54 Kill function: L645", "2020/03/17 22:03:54 Destroy() [SB 647]", "2020/03/17 22:03:54 Kill function: L869", "2020/03/17 22:03:54 Destroy() [SB 871]", "2020/03/17 22:03:54 Kill function: L972", "2020/03/17 22:03:54 Destroy() [SB 974]", "2020/03/17 22:03:54 Kill function: L407", "2020/03/17 22:03:54 Destroy() [SB 409]", "2020/03/17 22:03:54 Kill function: L775", "2020/03/17 22:03:54 Destroy() [SB 777]", "2020/03/17 22:03:54 Kill function: L965", "2020/03/17 22:03:54 Destroy() [SB 967]", "2020/03/17 22:03:54 Kill function: L532", "2020/03/17 22:03:54 Destroy() [SB 534]", "2020/03/17 22:03:54 Kill function: L735", "2020/03/17 22:03:54 Destroy() [SB 737]", "2020/03/17 22:03:54 Kill function: L773", "2020/03/17 22:03:54 Destroy() [SB 775]", "2020/03/17 22:03:54 Kill function: L809", "2020/03/17 22:03:54 Destroy() [SB 811]", "2020/03/17 22:03:54 Kill function: L880", "2020/03/17 22:03:54 Destroy() [SB 882]", "2020/03/17 22:03:54 Kill function: L297", "2020/03/17 22:03:54 Destroy() [SB 299]", "2020/03/17 22:03:54 Kill function: L575", "2020/03/17 22:03:54 Destroy() [SB 577]", "2020/03/17 22:03:54 Kill function: L654", "2020/03/17 22:03:54 Destroy() [SB 656]", "2020/03/17 22:03:54 Kill function: L259", "2020/03/17 22:03:54 Destroy() [SB 261]", "2020/03/17 22:03:54 Kill function: L369", "2020/03/17 22:03:54 Destroy() [SB 371]", "2020/03/17 22:03:54 Kill function: L246", "2020/03/17 22:03:54 Destroy() [SB 248]", "2020/03/17 22:03:54 Kill function: L256", "2020/03/17 22:03:54 Destroy() [SB 258]", "2020/03/17 22:03:54 Kill function: L605", "2020/03/17 22:03:54 Destroy() [SB 607]", "2020/03/17 22:03:54 Kill function: L805", "2020/03/17 22:03:54 Destroy() [SB 807]", "2020/03/17 22:03:54 Kill function: L129", "2020/03/17 22:03:54 Destroy() [SB 131]", "2020/03/17 22:03:54 Kill function: L233", "2020/03/17 22:03:54 Destroy() [SB 235]", "2020/03/17 22:03:54 Kill function: L975", "2020/03/17 22:03:54 Destroy() [SB 977]", "2020/03/17 22:03:54 Kill function: L816", "2020/03/17 22:03:54 Destroy() [SB 818]", "2020/03/17 22:03:54 Kill function: L941", "2020/03/17 22:03:54 Destroy() [SB 943]", "2020/03/17 22:03:54 Kill function: L206", "2020/03/17 22:03:54 Destroy() [SB 208]", "2020/03/17 22:03:54 Kill function: L251", "2020/03/17 22:03:54 Destroy() [SB 253]", "2020/03/17 22:03:54 Kill function: L578", "2020/03/17 22:03:54 Destroy() [SB 580]", "2020/03/17 22:03:54 Kill function: L699", "2020/03/17 22:03:54 Destroy() [SB 701]", "2020/03/17 22:03:54 Kill function: L232", "2020/03/17 22:03:54 Destroy() [SB 234]", "2020/03/17 22:03:54 Kill function: L243", "2020/03/17 22:03:54 Destroy() [SB 245]", "2020/03/17 22:03:54 Kill function: L501", "2020/03/17 22:03:54 Destroy() [SB 503]", "2020/03/17 22:03:54 Kill function: L743", "2020/03/17 22:03:54 Destroy() [SB 745]", "2020/03/17 22:03:54 Kill function: L8", "2020/03/17 22:03:54 Destroy() [SB 10]", "2020/03/17 22:03:54 Kill function: L473", "2020/03/17 22:03:54 Destroy() [SB 475]", "2020/03/17 22:03:54 Kill function: L976", "2020/03/17 22:03:54 Destroy() [SB 978]", "2020/03/17 22:03:54 Kill function: L644", "2020/03/17 22:03:54 Destroy() [SB 646]", "2020/03/17 22:03:54 Kill function: L690", "2020/03/17 22:03:54 Destroy() [SB 692]", "2020/03/17 22:03:54 Kill function: L42", "2020/03/17 22:03:54 Destroy() [SB 44]", "2020/03/17 22:03:54 Kill function: L265", "2020/03/17 22:03:54 Destroy() [SB 267]", "2020/03/17 22:03:54 Kill function: L512", "2020/03/17 22:03:54 Destroy() [SB 514]", "2020/03/17 22:03:54 Kill function: L866", "2020/03/17 22:03:54 Destroy() [SB 868]", "2020/03/17 22:03:54 Kill function: L913", "2020/03/17 22:03:54 Destroy() [SB 915]", "2020/03/17 22:03:54 Kill function: L364", "2020/03/17 22:03:54 Destroy() [SB 366]", "2020/03/17 22:03:54 Kill function: L667", "2020/03/17 22:03:54 Destroy() [SB 669]", "2020/03/17 22:03:54 Kill function: L874", "2020/03/17 22:03:54 Destroy() [SB 876]", "2020/03/17 22:03:54 Kill function: L890", "2020/03/17 22:03:54 Destroy() [SB 892]", "2020/03/17 22:03:54 Kill function: L440", "2020/03/17 22:03:54 Destroy() [SB 442]", "2020/03/17 22:03:54 Kill function: L714", "2020/03/17 22:03:54 Destroy() [SB 716]", "2020/03/17 22:03:54 Kill function: L415", "2020/03/17 22:03:54 Destroy() [SB 417]", "2020/03/17 22:03:54 Kill function: L683", "2020/03/17 22:03:54 Destroy() [SB 685]", "2020/03/17 22:03:54 Kill function: L788", "2020/03/17 22:03:54 Destroy() [SB 790]", "2020/03/17 22:03:54 Kill function: L947", "2020/03/17 22:03:54 Destroy() [SB 949]", "2020/03/17 22:03:54 Kill function: L49", "2020/03/17 22:03:54 Destroy() [SB 51]", "2020/03/17 22:03:54 Kill function: L163", "2020/03/17 22:03:54 Destroy() [SB 165]", "2020/03/17 22:03:54 Kill function: L490", "2020/03/17 22:03:54 Destroy() [SB 492]", "2020/03/17 22:03:54 Kill function: L548", "2020/03/17 22:03:54 Destroy() [SB 550]", "2020/03/17 22:03:54 Kill function: L631", "2020/03/17 22:03:54 Destroy() [SB 633]", "2020/03/17 22:03:54 Kill function: L734", "2020/03/17 22:03:54 Destroy() [SB 736]", "2020/03/17 22:03:54 Kill function: L847", "2020/03/17 22:03:54 Destroy() [SB 849]", "2020/03/17 22:03:54 Kill function: L105", "2020/03/17 22:03:54 Destroy() [SB 107]", "2020/03/17 22:03:54 Kill function: L313", "2020/03/17 22:03:54 Destroy() [SB 315]", "2020/03/17 22:03:54 Kill function: L270", "2020/03/17 22:03:54 Destroy() [SB 272]", "2020/03/17 22:03:54 Kill function: L804", "2020/03/17 22:03:54 Destroy() [SB 806]", "2020/03/17 22:03:54 Kill function: L35", "2020/03/17 22:03:54 Destroy() [SB 37]", "2020/03/17 22:03:54 Kill function: L204", "2020/03/17 22:03:54 Destroy() [SB 206]", "2020/03/17 22:03:54 Kill function: L711", "2020/03/17 22:03:54 Destroy() [SB 713]", "2020/03/17 22:03:54 Kill function: L37", "2020/03/17 22:03:54 Destroy() [SB 39]", "2020/03/17 22:03:54 Kill function: L357", "2020/03/17 22:03:54 Destroy() [SB 359]", "2020/03/17 22:03:54 Kill function: L450", "2020/03/17 22:03:54 Destroy() [SB 452]", "2020/03/17 22:03:54 Kill function: L475", "2020/03/17 22:03:54 Destroy() [SB 477]", "2020/03/17 22:03:54 Kill function: L487", "2020/03/17 22:03:54 Destroy() [SB 489]", "2020/03/17 22:03:54 Kill function: L179", "2020/03/17 22:03:54 Destroy() [SB 181]", "2020/03/17 22:03:54 Kill function: L381", "2020/03/17 22:03:54 Destroy() [SB 383]", "2020/03/17 22:03:54 Kill function: L431", "2020/03/17 22:03:54 Destroy() [SB 433]", "2020/03/17 22:03:54 Kill function: L615", "2020/03/17 22:03:54 Destroy() [SB 617]", "2020/03/17 22:03:54 Kill function: L868", "2020/03/17 22:03:54 Destroy() [SB 870]", "2020/03/17 22:03:54 Kill function: L77", "2020/03/17 22:03:54 Destroy() [SB 79]", "2020/03/17 22:03:54 Kill function: L152", "2020/03/17 22:03:54 Destroy() [SB 154]", "2020/03/17 22:03:54 Kill function: L892", "2020/03/17 22:03:54 Destroy() [SB 894]", "2020/03/17 22:03:54 Kill function: L110", "2020/03/17 22:03:54 Destroy() [SB 112]", "2020/03/17 22:03:54 Kill function: L209", "2020/03/17 22:03:54 Destroy() [SB 211]", "2020/03/17 22:03:54 Kill function: L832", "2020/03/17 22:03:54 Destroy() [SB 834]", "2020/03/17 22:03:54 Kill function: L914", "2020/03/17 22:03:54 Destroy() [SB 916]", "2020/03/17 22:03:54 Kill function: L177", "2020/03/17 22:03:54 Destroy() [SB 179]", "2020/03/17 22:03:54 Kill function: L368", "2020/03/17 22:03:54 Destroy() [SB 370]", "2020/03/17 22:03:54 Kill function: L937", "2020/03/17 22:03:54 Destroy() [SB 939]", "2020/03/17 22:03:54 Kill function: L183", "2020/03/17 22:03:54 Destroy() [SB 185]", "2020/03/17 22:03:54 Kill function: L607", "2020/03/17 22:03:54 Destroy() [SB 609]", "2020/03/17 22:03:54 Kill function: L979", "2020/03/17 22:03:54 Destroy() [SB 981]", "2020/03/17 22:03:54 Kill function: L798", "2020/03/17 22:03:54 Destroy() [SB 800]", "2020/03/17 22:03:54 Kill function: L247", "2020/03/17 22:03:54 Destroy() [SB 249]", "2020/03/17 22:03:54 Kill function: L378", "2020/03/17 22:03:54 Destroy() [SB 380]", "2020/03/17 22:03:54 Kill function: L935", "2020/03/17 22:03:54 Destroy() [SB 937]", "2020/03/17 22:03:54 Kill function: L392", "2020/03/17 22:03:54 Destroy() [SB 394]", "2020/03/17 22:03:54 Kill function: L673", "2020/03/17 22:03:54 Destroy() [SB 675]", "2020/03/17 22:03:54 Kill function: L960", "2020/03/17 22:03:54 Destroy() [SB 962]", "2020/03/17 22:03:54 Kill function: L997", "2020/03/17 22:03:54 Destroy() [SB 999]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 999]", "2020/03/17 22:03:54 killed PIDs [24016] in CG [SOCK 999]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 999]", "2020/03/17 22:03:54 childExit(SB 999) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 19 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L291", "2020/03/17 22:03:54 Destroy() [SB 293]", "2020/03/17 22:03:54 Kill function: L502", "2020/03/17 22:03:54 Destroy() [SB 504]", "2020/03/17 22:03:54 Kill function: L1", "2020/03/17 22:03:54 Destroy() [SB 3]", "2020/03/17 22:03:54 Kill function: L480", "2020/03/17 22:03:54 Destroy() [SB 482]", "2020/03/17 22:03:54 Kill function: L904", "2020/03/17 22:03:54 Destroy() [SB 906]", "2020/03/17 22:03:54 Kill function: L907", "2020/03/17 22:03:54 Destroy() [SB 909]", "2020/03/17 22:03:54 Kill function: L120", "2020/03/17 22:03:54 Destroy() [SB 122]", "2020/03/17 22:03:54 Kill function: L150", "2020/03/17 22:03:54 Destroy() [SB 152]", "2020/03/17 22:03:54 Kill function: L817", "2020/03/17 22:03:54 Destroy() [SB 819]", "2020/03/17 22:03:54 Kill function: L955", "2020/03/17 22:03:54 Destroy() [SB 957]", "2020/03/17 22:03:54 Kill function: L552", "2020/03/17 22:03:54 Destroy() [SB 554]", "2020/03/17 22:03:54 Kill function: L703", "2020/03/17 22:03:54 Destroy() [SB 705]", "2020/03/17 22:03:54 Kill function: L898", "2020/03/17 22:03:54 Destroy() [SB 900]", "2020/03/17 22:03:54 Kill function: L153", "2020/03/17 22:03:54 Destroy() [SB 155]", "2020/03/17 22:03:54 Kill function: L539", "2020/03/17 22:03:54 Destroy() [SB 541]", "2020/03/17 22:03:54 Kill function: L603", "2020/03/17 22:03:54 Destroy() [SB 605]", "2020/03/17 22:03:54 Kill function: L761", "2020/03/17 22:03:54 Destroy() [SB 763]", "2020/03/17 22:03:54 Kill function: L666", "2020/03/17 22:03:54 Destroy() [SB 668]", "2020/03/17 22:03:54 Kill function: L864", "2020/03/17 22:03:54 Destroy() [SB 866]", "2020/03/17 22:03:54 Kill function: L14", "2020/03/17 22:03:54 Destroy() [SB 16]", "2020/03/17 22:03:54 Kill function: L566", "2020/03/17 22:03:54 Destroy() [SB 568]", "2020/03/17 22:03:54 Kill function: L558", "2020/03/17 22:03:54 Destroy() [SB 560]", "2020/03/17 22:03:54 Kill function: L593", "2020/03/17 22:03:54 Destroy() [SB 595]", "2020/03/17 22:03:54 Kill function: L992", "2020/03/17 22:03:54 Destroy() [SB 994]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 994]", "2020/03/17 22:03:54 killed PIDs [23990] in CG [SOCK 994]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 994]", "2020/03/17 22:03:54 childExit(SB 994) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 18 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L92", "2020/03/17 22:03:54 Destroy() [SB 94]", "2020/03/17 22:03:54 Kill function: L514", "2020/03/17 22:03:54 Destroy() [SB 516]", "2020/03/17 22:03:54 Kill function: L393", "2020/03/17 22:03:54 Destroy() [SB 395]", "2020/03/17 22:03:54 Kill function: L599", "2020/03/17 22:03:54 Destroy() [SB 601]", "2020/03/17 22:03:54 Kill function: L82", "2020/03/17 22:03:54 Destroy() [SB 84]", "2020/03/17 22:03:54 Kill function: L238", "2020/03/17 22:03:54 Destroy() [SB 240]", "2020/03/17 22:03:54 Kill function: L307", "2020/03/17 22:03:54 Destroy() [SB 309]", "2020/03/17 22:03:54 Kill function: L411", "2020/03/17 22:03:54 Destroy() [SB 413]", "2020/03/17 22:03:54 Kill function: L445", "2020/03/17 22:03:54 Destroy() [SB 447]", "2020/03/17 22:03:54 Kill function: L757", "2020/03/17 22:03:54 Destroy() [SB 759]", "2020/03/17 22:03:54 Kill function: L820", "2020/03/17 22:03:54 Destroy() [SB 822]", "2020/03/17 22:03:54 Kill function: L9", "2020/03/17 22:03:54 Destroy() [SB 11]", "2020/03/17 22:03:54 Kill function: L123", "2020/03/17 22:03:54 Destroy() [SB 125]", "2020/03/17 22:03:54 Kill function: L285", "2020/03/17 22:03:54 Destroy() [SB 287]", "2020/03/17 22:03:54 Kill function: L705", "2020/03/17 22:03:54 Destroy() [SB 707]", "2020/03/17 22:03:54 Kill function: L68", "2020/03/17 22:03:54 Destroy() [SB 70]", "2020/03/17 22:03:54 Kill function: L138", "2020/03/17 22:03:54 Destroy() [SB 140]", "2020/03/17 22:03:54 Kill function: L886", "2020/03/17 22:03:54 Destroy() [SB 888]", "2020/03/17 22:03:54 Kill function: L966", "2020/03/17 22:03:54 Destroy() [SB 968]", "2020/03/17 22:03:54 Kill function: L674", "2020/03/17 22:03:54 Destroy() [SB 676]", "2020/03/17 22:03:54 Kill function: L706", "2020/03/17 22:03:54 Destroy() [SB 708]", "2020/03/17 22:03:54 Kill function: L375", "2020/03/17 22:03:54 Destroy() [SB 377]", "2020/03/17 22:03:54 Kill function: L377", "2020/03/17 22:03:54 Destroy() [SB 379]", "2020/03/17 22:03:54 Kill function: L515", "2020/03/17 22:03:54 Destroy() [SB 517]", "2020/03/17 22:03:54 Kill function: L268", "2020/03/17 22:03:54 Destroy() [SB 270]", "2020/03/17 22:03:54 Kill function: L325", "2020/03/17 22:03:54 Destroy() [SB 327]", "2020/03/17 22:03:54 Kill function: L722", "2020/03/17 22:03:54 Destroy() [SB 724]", "2020/03/17 22:03:54 Kill function: L341", "2020/03/17 22:03:54 Destroy() [SB 343]", "2020/03/17 22:03:54 Kill function: L573", "2020/03/17 22:03:54 Destroy() [SB 575]", "2020/03/17 22:03:54 Kill function: L702", "2020/03/17 22:03:54 Destroy() [SB 704]", "2020/03/17 22:03:54 Kill function: L829", "2020/03/17 22:03:54 Destroy() [SB 831]", "2020/03/17 22:03:54 Kill function: L934", "2020/03/17 22:03:54 Destroy() [SB 936]", "2020/03/17 22:03:54 Kill function: L943", "2020/03/17 22:03:54 Destroy() [SB 945]", "2020/03/17 22:03:54 Kill function: L122", "2020/03/17 22:03:54 Destroy() [SB 124]", "2020/03/17 22:03:54 Kill function: L134", "2020/03/17 22:03:54 Destroy() [SB 136]", "2020/03/17 22:03:54 Kill function: L560", "2020/03/17 22:03:54 Destroy() [SB 562]", "2020/03/17 22:03:54 Kill function: L275", "2020/03/17 22:03:54 Destroy() [SB 277]", "2020/03/17 22:03:54 Kill function: L545", "2020/03/17 22:03:54 Destroy() [SB 547]", "2020/03/17 22:03:54 Kill function: L824", "2020/03/17 22:03:54 Destroy() [SB 826]", "2020/03/17 22:03:54 Kill function: L524", "2020/03/17 22:03:54 Destroy() [SB 526]", "2020/03/17 22:03:54 Kill function: L772", "2020/03/17 22:03:54 Destroy() [SB 774]", "2020/03/17 22:03:54 Kill function: L476", "2020/03/17 22:03:54 Destroy() [SB 478]", "2020/03/17 22:03:54 Kill function: L623", "2020/03/17 22:03:54 Destroy() [SB 625]", "2020/03/17 22:03:54 Kill function: L234", "2020/03/17 22:03:54 Destroy() [SB 236]", "2020/03/17 22:03:54 Kill function: L332", "2020/03/17 22:03:54 Destroy() [SB 334]", "2020/03/17 22:03:54 Kill function: L410", "2020/03/17 22:03:54 Destroy() [SB 412]", "2020/03/17 22:03:54 Kill function: L609", "2020/03/17 22:03:54 Destroy() [SB 611]", "2020/03/17 22:03:54 Kill function: L867", "2020/03/17 22:03:54 Destroy() [SB 869]", "2020/03/17 22:03:54 Kill function: L184", "2020/03/17 22:03:54 Destroy() [SB 186]", "2020/03/17 22:03:54 Kill function: L273", "2020/03/17 22:03:54 Destroy() [SB 275]", "2020/03/17 22:03:54 Kill function: L408", "2020/03/17 22:03:54 Destroy() [SB 410]", "2020/03/17 22:03:54 Kill function: L462", "2020/03/17 22:03:54 Destroy() [SB 464]", "2020/03/17 22:03:54 Kill function: L909", "2020/03/17 22:03:54 Destroy() [SB 911]", "2020/03/17 22:03:54 Kill function: L201", "2020/03/17 22:03:54 Destroy() [SB 203]", "2020/03/17 22:03:54 Kill function: L306", "2020/03/17 22:03:54 Destroy() [SB 308]", "2020/03/17 22:03:54 Kill function: L227", "2020/03/17 22:03:54 Destroy() [SB 229]", "2020/03/17 22:03:54 Kill function: L24", "2020/03/17 22:03:54 Destroy() [SB 26]", "2020/03/17 22:03:54 Kill function: L194", "2020/03/17 22:03:54 Destroy() [SB 196]", "2020/03/17 22:03:54 Kill function: L511", "2020/03/17 22:03:54 Destroy() [SB 513]", "2020/03/17 22:03:54 Kill function: L978", "2020/03/17 22:03:54 Destroy() [SB 980]", "2020/03/17 22:03:54 Kill function: L385", "2020/03/17 22:03:54 Destroy() [SB 387]", "2020/03/17 22:03:54 Kill function: L433", "2020/03/17 22:03:54 Destroy() [SB 435]", "2020/03/17 22:03:54 Kill function: L533", "2020/03/17 22:03:54 Destroy() [SB 535]", "2020/03/17 22:03:54 Kill function: L559", "2020/03/17 22:03:54 Destroy() [SB 561]", "2020/03/17 22:03:54 Kill function: L582", "2020/03/17 22:03:54 Destroy() [SB 584]", "2020/03/17 22:03:54 Kill function: L796", "2020/03/17 22:03:54 Destroy() [SB 798]", "2020/03/17 22:03:54 Kill function: L964", "2020/03/17 22:03:54 Destroy() [SB 966]", "2020/03/17 22:03:54 Kill function: L287", "2020/03/17 22:03:54 Destroy() [SB 289]", "2020/03/17 22:03:54 Kill function: L345", "2020/03/17 22:03:54 Destroy() [SB 347]", "2020/03/17 22:03:54 Kill function: L896", "2020/03/17 22:03:54 Destroy() [SB 898]", "2020/03/17 22:03:54 Kill function: L196", "2020/03/17 22:03:54 Destroy() [SB 198]", "2020/03/17 22:03:54 Kill function: L317", "2020/03/17 22:03:54 Destroy() [SB 319]", "2020/03/17 22:03:54 Kill function: L754", "2020/03/17 22:03:54 Destroy() [SB 756]", "2020/03/17 22:03:54 Kill function: L793", "2020/03/17 22:03:54 Destroy() [SB 795]", "2020/03/17 22:03:54 Kill function: L814", "2020/03/17 22:03:54 Destroy() [SB 816]", "2020/03/17 22:03:54 Kill function: L403", "2020/03/17 22:03:54 Destroy() [SB 405]", "2020/03/17 22:03:54 Kill function: L424", "2020/03/17 22:03:54 Destroy() [SB 426]", "2020/03/17 22:03:54 Kill function: L453", "2020/03/17 22:03:54 Destroy() [SB 455]", "2020/03/17 22:03:54 Kill function: L970", "2020/03/17 22:03:54 Destroy() [SB 972]", "2020/03/17 22:03:54 Kill function: L112", "2020/03/17 22:03:54 Destroy() [SB 114]", "2020/03/17 22:03:54 Kill function: L191", "2020/03/17 22:03:54 Destroy() [SB 193]", "2020/03/17 22:03:54 Kill function: L583", "2020/03/17 22:03:54 Destroy() [SB 585]", "2020/03/17 22:03:54 Kill function: L630", "2020/03/17 22:03:54 Destroy() [SB 632]", "2020/03/17 22:03:54 Kill function: L171", "2020/03/17 22:03:54 Destroy() [SB 173]", "2020/03/17 22:03:54 Kill function: L312", "2020/03/17 22:03:54 Destroy() [SB 314]", "2020/03/17 22:03:54 Kill function: L576", "2020/03/17 22:03:54 Destroy() [SB 578]", "2020/03/17 22:03:54 Kill function: L602", "2020/03/17 22:03:54 Destroy() [SB 604]", "2020/03/17 22:03:54 Kill function: L737", "2020/03/17 22:03:54 Destroy() [SB 739]", "2020/03/17 22:03:54 Kill function: L116", "2020/03/17 22:03:54 Destroy() [SB 118]", "2020/03/17 22:03:54 Kill function: L517", "2020/03/17 22:03:54 Destroy() [SB 519]", "2020/03/17 22:03:54 Kill function: L595", "2020/03/17 22:03:54 Destroy() [SB 597]", "2020/03/17 22:03:54 Kill function: L262", "2020/03/17 22:03:54 Destroy() [SB 264]", "2020/03/17 22:03:54 Kill function: L405", "2020/03/17 22:03:54 Destroy() [SB 407]", "2020/03/17 22:03:54 Kill function: L877", "2020/03/17 22:03:54 Destroy() [SB 879]", "2020/03/17 22:03:54 Kill function: L982", "2020/03/17 22:03:54 Destroy() [SB 984]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 984]", "2020/03/17 22:03:54 killed PIDs [23942] in CG [SOCK 984]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 984]", "2020/03/17 22:03:54 childExit(SB 984) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 17 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L589", "2020/03/17 22:03:54 Destroy() [SB 591]", "2020/03/17 22:03:54 Kill function: L23", "2020/03/17 22:03:54 Destroy() [SB 25]", "2020/03/17 22:03:54 Kill function: L587", "2020/03/17 22:03:54 Destroy() [SB 589]", "2020/03/17 22:03:54 Kill function: L682", "2020/03/17 22:03:54 Destroy() [SB 684]", "2020/03/17 22:03:54 Kill function: L181", "2020/03/17 22:03:54 Destroy() [SB 183]", "2020/03/17 22:03:54 Kill function: L376", "2020/03/17 22:03:54 Destroy() [SB 378]", "2020/03/17 22:03:54 Kill function: L406", "2020/03/17 22:03:54 Destroy() [SB 408]", "2020/03/17 22:03:54 Kill function: L971", "2020/03/17 22:03:54 Destroy() [SB 973]", "2020/03/17 22:03:54 Kill function: L292", "2020/03/17 22:03:54 Destroy() [SB 294]", "2020/03/17 22:03:54 Kill function: L380", "2020/03/17 22:03:54 Destroy() [SB 382]", "2020/03/17 22:03:54 Kill function: L917", "2020/03/17 22:03:54 Destroy() [SB 919]", "2020/03/17 22:03:54 Kill function: L918", "2020/03/17 22:03:54 Destroy() [SB 920]", "2020/03/17 22:03:54 Kill function: L155", "2020/03/17 22:03:54 Destroy() [SB 157]", "2020/03/17 22:03:54 Kill function: L192", "2020/03/17 22:03:54 Destroy() [SB 194]", "2020/03/17 22:03:54 Kill function: L423", "2020/03/17 22:03:54 Destroy() [SB 425]", "2020/03/17 22:03:54 Kill function: L684", "2020/03/17 22:03:54 Destroy() [SB 686]", "2020/03/17 22:03:54 Kill function: L688", "2020/03/17 22:03:54 Destroy() [SB 690]", "2020/03/17 22:03:54 Kill function: L720", "2020/03/17 22:03:54 Destroy() [SB 722]", "2020/03/17 22:03:54 Kill function: L781", "2020/03/17 22:03:54 Destroy() [SB 783]", "2020/03/17 22:03:54 Kill function: L897", "2020/03/17 22:03:54 Destroy() [SB 899]", "2020/03/17 22:03:54 Kill function: L924", "2020/03/17 22:03:54 Destroy() [SB 926]", "2020/03/17 22:03:54 Kill function: L214", "2020/03/17 22:03:54 Destroy() [SB 216]", "2020/03/17 22:03:54 Kill function: L260", "2020/03/17 22:03:54 Destroy() [SB 262]", "2020/03/17 22:03:54 Kill function: L397", "2020/03/17 22:03:54 Destroy() [SB 399]", "2020/03/17 22:03:54 Kill function: L521", "2020/03/17 22:03:54 Destroy() [SB 523]", "2020/03/17 22:03:54 Kill function: L704", "2020/03/17 22:03:54 Destroy() [SB 706]", "2020/03/17 22:03:54 Kill function: L838", "2020/03/17 22:03:54 Destroy() [SB 840]", "2020/03/17 22:03:54 Kill function: L231", "2020/03/17 22:03:54 Destroy() [SB 233]", "2020/03/17 22:03:54 Kill function: L384", "2020/03/17 22:03:54 Destroy() [SB 386]", "2020/03/17 22:03:54 Kill function: L164", "2020/03/17 22:03:54 Destroy() [SB 166]", "2020/03/17 22:03:54 Kill function: L418", "2020/03/17 22:03:54 Destroy() [SB 420]", "2020/03/17 22:03:54 Kill function: L263", "2020/03/17 22:03:54 Destroy() [SB 265]", "2020/03/17 22:03:54 Kill function: L162", "2020/03/17 22:03:54 Destroy() [SB 164]", "2020/03/17 22:03:54 Kill function: L172", "2020/03/17 22:03:54 Destroy() [SB 174]", "2020/03/17 22:03:54 Kill function: L865", "2020/03/17 22:03:54 Destroy() [SB 867]", "2020/03/17 22:03:54 Kill function: L985", "2020/03/17 22:03:54 Destroy() [SB 987]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 987]", "2020/03/17 22:03:54 killed PIDs [23956] in CG [SOCK 987]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 987]", "2020/03/17 22:03:54 childExit(SB 987) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 16 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L269", "2020/03/17 22:03:54 Destroy() [SB 271]", "2020/03/17 22:03:54 Kill function: L828", "2020/03/17 22:03:54 Destroy() [SB 830]", "2020/03/17 22:03:54 Kill function: L513", "2020/03/17 22:03:54 Destroy() [SB 515]", "2020/03/17 22:03:54 Kill function: L668", "2020/03/17 22:03:54 Destroy() [SB 670]", "2020/03/17 22:03:54 Kill function: L795", "2020/03/17 22:03:54 Destroy() [SB 797]", "2020/03/17 22:03:54 Kill function: L44", "2020/03/17 22:03:54 Destroy() [SB 46]", "2020/03/17 22:03:54 Kill function: L213", "2020/03/17 22:03:54 Destroy() [SB 215]", "2020/03/17 22:03:54 Kill function: L823", "2020/03/17 22:03:54 Destroy() [SB 825]", "2020/03/17 22:03:54 Kill function: L954", "2020/03/17 22:03:54 Destroy() [SB 956]", "2020/03/17 22:03:54 Kill function: L995", "2020/03/17 22:03:54 Destroy() [SB 997]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 997]", "2020/03/17 22:03:54 killed PIDs [24006] in CG [SOCK 997]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 997]", "2020/03/17 22:03:54 childExit(SB 997) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 15 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L643", "2020/03/17 22:03:54 Destroy() [SB 645]", "2020/03/17 22:03:54 Kill function: L652", "2020/03/17 22:03:54 Destroy() [SB 654]", "2020/03/17 22:03:54 Kill function: L946", "2020/03/17 22:03:54 Destroy() [SB 948]", "2020/03/17 22:03:54 Kill function: L509", "2020/03/17 22:03:54 Destroy() [SB 511]", "2020/03/17 22:03:54 Kill function: L755", "2020/03/17 22:03:54 Destroy() [SB 757]", "2020/03/17 22:03:54 Kill function: L677", "2020/03/17 22:03:54 Destroy() [SB 679]", "2020/03/17 22:03:54 Kill function: L736", "2020/03/17 22:03:54 Destroy() [SB 738]", "2020/03/17 22:03:54 Kill function: L776", "2020/03/17 22:03:54 Destroy() [SB 778]", "2020/03/17 22:03:54 Kill function: L957", "2020/03/17 22:03:54 Destroy() [SB 959]", "2020/03/17 22:03:54 Kill function: L140", "2020/03/17 22:03:54 Destroy() [SB 142]", "2020/03/17 22:03:54 Kill function: L555", "2020/03/17 22:03:54 Destroy() [SB 557]", "2020/03/17 22:03:54 Kill function: L638", "2020/03/17 22:03:54 Destroy() [SB 640]", "2020/03/17 22:03:54 Kill function: L294", "2020/03/17 22:03:54 Destroy() [SB 296]", "2020/03/17 22:03:54 Kill function: L355", "2020/03/17 22:03:54 Destroy() [SB 357]", "2020/03/17 22:03:54 Kill function: L581", "2020/03/17 22:03:54 Destroy() [SB 583]", "2020/03/17 22:03:54 Kill function: L939", "2020/03/17 22:03:54 Destroy() [SB 941]", "2020/03/17 22:03:54 Kill function: L188", "2020/03/17 22:03:54 Destroy() [SB 190]", "2020/03/17 22:03:54 Kill function: L561", "2020/03/17 22:03:54 Destroy() [SB 563]", "2020/03/17 22:03:54 Kill function: L471", "2020/03/17 22:03:54 Destroy() [SB 473]", "2020/03/17 22:03:54 Kill function: L669", "2020/03/17 22:03:54 Destroy() [SB 671]", "2020/03/17 22:03:54 Kill function: L59", "2020/03/17 22:03:54 Destroy() [SB 61]", "2020/03/17 22:03:54 Kill function: L208", "2020/03/17 22:03:54 Destroy() [SB 210]", "2020/03/17 22:03:54 Kill function: L799", "2020/03/17 22:03:54 Destroy() [SB 801]", "2020/03/17 22:03:54 Kill function: L988", "2020/03/17 22:03:54 Destroy() [SB 990]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 990]", "2020/03/17 22:03:54 killed PIDs [23972] in CG [SOCK 990]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 990]", "2020/03/17 22:03:54 childExit(SB 990) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 14 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L47", "2020/03/17 22:03:54 Destroy() [SB 49]", "2020/03/17 22:03:54 Kill function: L442", "2020/03/17 22:03:54 Destroy() [SB 444]", "2020/03/17 22:03:54 Kill function: L527", "2020/03/17 22:03:54 Destroy() [SB 529]", "2020/03/17 22:03:54 Kill function: L639", "2020/03/17 22:03:54 Destroy() [SB 641]", "2020/03/17 22:03:54 Kill function: L641", "2020/03/17 22:03:54 Destroy() [SB 643]", "2020/03/17 22:03:54 Kill function: L670", "2020/03/17 22:03:54 Destroy() [SB 672]", "2020/03/17 22:03:54 Kill function: L968", "2020/03/17 22:03:54 Destroy() [SB 970]", "2020/03/17 22:03:54 Kill function: L973", "2020/03/17 22:03:54 Destroy() [SB 975]", "2020/03/17 22:03:54 Kill function: L323", "2020/03/17 22:03:54 Destroy() [SB 325]", "2020/03/17 22:03:54 Kill function: L434", "2020/03/17 22:03:54 Destroy() [SB 436]", "2020/03/17 22:03:54 Kill function: L250", "2020/03/17 22:03:54 Destroy() [SB 252]", "2020/03/17 22:03:54 Kill function: L344", "2020/03/17 22:03:54 Destroy() [SB 346]", "2020/03/17 22:03:54 Kill function: L443", "2020/03/17 22:03:54 Destroy() [SB 445]", "2020/03/17 22:03:54 Kill function: L637", "2020/03/17 22:03:54 Destroy() [SB 639]", "2020/03/17 22:03:54 Kill function: L801", "2020/03/17 22:03:54 Destroy() [SB 803]", "2020/03/17 22:03:54 Kill function: L167", "2020/03/17 22:03:54 Destroy() [SB 169]", "2020/03/17 22:03:54 Kill function: L236", "2020/03/17 22:03:54 Destroy() [SB 238]", "2020/03/17 22:03:54 Kill function: L782", "2020/03/17 22:03:54 Destroy() [SB 784]", "2020/03/17 22:03:54 Kill function: L923", "2020/03/17 22:03:54 Destroy() [SB 925]", "2020/03/17 22:03:54 Kill function: L193", "2020/03/17 22:03:54 Destroy() [SB 195]", "2020/03/17 22:03:54 Kill function: L456", "2020/03/17 22:03:54 Destroy() [SB 458]", "2020/03/17 22:03:54 Kill function: L659", "2020/03/17 22:03:54 Destroy() [SB 661]", "2020/03/17 22:03:54 Kill function: L678", "2020/03/17 22:03:54 Destroy() [SB 680]", "2020/03/17 22:03:54 Kill function: L751", "2020/03/17 22:03:54 Destroy() [SB 753]", "2020/03/17 22:03:54 Kill function: L790", "2020/03/17 22:03:54 Destroy() [SB 792]", "2020/03/17 22:03:54 Kill function: L841", "2020/03/17 22:03:54 Destroy() [SB 843]", "2020/03/17 22:03:54 Kill function: L266", "2020/03/17 22:03:54 Destroy() [SB 268]", "2020/03/17 22:03:54 Kill function: L428", "2020/03/17 22:03:54 Destroy() [SB 430]", "2020/03/17 22:03:54 Kill function: L284", "2020/03/17 22:03:54 Destroy() [SB 286]", "2020/03/17 22:03:54 Kill function: L382", "2020/03/17 22:03:54 Destroy() [SB 384]", "2020/03/17 22:03:54 Kill function: L439", "2020/03/17 22:03:54 Destroy() [SB 441]", "2020/03/17 22:03:54 Kill function: L748", "2020/03/17 22:03:54 Destroy() [SB 750]", "2020/03/17 22:03:54 Kill function: L173", "2020/03/17 22:03:54 Destroy() [SB 175]", "2020/03/17 22:03:54 Kill function: L212", "2020/03/17 22:03:54 Destroy() [SB 214]", "2020/03/17 22:03:54 Kill function: L494", "2020/03/17 22:03:54 Destroy() [SB 496]", "2020/03/17 22:03:54 Kill function: L230", "2020/03/17 22:03:54 Destroy() [SB 232]", "2020/03/17 22:03:54 Kill function: L461", "2020/03/17 22:03:54 Destroy() [SB 463]", "2020/03/17 22:03:54 Kill function: L753", "2020/03/17 22:03:54 Destroy() [SB 755]", "2020/03/17 22:03:54 Kill function: L649", "2020/03/17 22:03:54 Destroy() [SB 651]", "2020/03/17 22:03:54 Kill function: L728", "2020/03/17 22:03:54 Destroy() [SB 730]", "2020/03/17 22:03:54 Kill function: L28", "2020/03/17 22:03:54 Destroy() [SB 30]", "2020/03/17 22:03:54 Kill function: L60", "2020/03/17 22:03:54 Destroy() [SB 62]", "2020/03/17 22:03:54 Kill function: L356", "2020/03/17 22:03:54 Destroy() [SB 358]", "2020/03/17 22:03:54 Kill function: L362", "2020/03/17 22:03:54 Destroy() [SB 364]", "2020/03/17 22:03:54 Kill function: L478", "2020/03/17 22:03:54 Destroy() [SB 480]", "2020/03/17 22:03:54 Kill function: L482", "2020/03/17 22:03:54 Destroy() [SB 484]", "2020/03/17 22:03:54 Kill function: L574", "2020/03/17 22:03:54 Destroy() [SB 576]", "2020/03/17 22:03:54 Kill function: L671", "2020/03/17 22:03:54 Destroy() [SB 673]", "2020/03/17 22:03:54 Kill function: L264", "2020/03/17 22:03:54 Destroy() [SB 266]", "2020/03/17 22:03:54 Kill function: L348", "2020/03/17 22:03:54 Destroy() [SB 350]", "2020/03/17 22:03:54 Kill function: L675", "2020/03/17 22:03:54 Destroy() [SB 677]", "2020/03/17 22:03:54 Kill function: L404", "2020/03/17 22:03:54 Destroy() [SB 406]", "2020/03/17 22:03:54 Kill function: L895", "2020/03/17 22:03:54 Destroy() [SB 897]", "2020/03/17 22:03:54 Kill function: L274", "2020/03/17 22:03:54 Destroy() [SB 276]", "2020/03/17 22:03:54 Kill function: L280", "2020/03/17 22:03:54 Destroy() [SB 282]", "2020/03/17 22:03:54 Kill function: L749", "2020/03/17 22:03:54 Destroy() [SB 751]", "2020/03/17 22:03:54 Kill function: L760", "2020/03/17 22:03:54 Destroy() [SB 762]", "2020/03/17 22:03:54 Kill function: L944", "2020/03/17 22:03:54 Destroy() [SB 946]", "2020/03/17 22:03:54 Kill function: L370", "2020/03/17 22:03:54 Destroy() [SB 372]", "2020/03/17 22:03:54 Kill function: L562", "2020/03/17 22:03:54 Destroy() [SB 564]", "2020/03/17 22:03:54 Kill function: L858", "2020/03/17 22:03:54 Destroy() [SB 860]", "2020/03/17 22:03:54 Kill function: L933", "2020/03/17 22:03:54 Destroy() [SB 935]", "2020/03/17 22:03:54 Kill function: L709", "2020/03/17 22:03:54 Destroy() [SB 711]", "2020/03/17 22:03:54 Kill function: L811", "2020/03/17 22:03:54 Destroy() [SB 813]", "2020/03/17 22:03:54 Kill function: L387", "2020/03/17 22:03:54 Destroy() [SB 389]", "2020/03/17 22:03:54 Kill function: L626", "2020/03/17 22:03:54 Destroy() [SB 628]", "2020/03/17 22:03:54 Kill function: L726", "2020/03/17 22:03:54 Destroy() [SB 728]", "2020/03/17 22:03:54 Kill function: L747", "2020/03/17 22:03:54 Destroy() [SB 749]", "2020/03/17 22:03:54 Kill function: L22", "2020/03/17 22:03:54 Destroy() [SB 24]", "2020/03/17 22:03:54 Kill function: L320", "2020/03/17 22:03:54 Destroy() [SB 322]", "2020/03/17 22:03:54 Kill function: L836", "2020/03/17 22:03:54 Destroy() [SB 838]", "2020/03/17 22:03:54 Kill function: L987", "2020/03/17 22:03:54 Destroy() [SB 989]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 989]", "2020/03/17 22:03:54 killed PIDs [23967] in CG [SOCK 989]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 989]", "2020/03/17 22:03:54 childExit(SB 989) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 13 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L349", "2020/03/17 22:03:54 Destroy() [SB 351]", "2020/03/17 22:03:54 Kill function: L388", "2020/03/17 22:03:54 Destroy() [SB 390]", "2020/03/17 22:03:54 Kill function: L525", "2020/03/17 22:03:54 Destroy() [SB 527]", "2020/03/17 22:03:54 Kill function: L993", "2020/03/17 22:03:54 Destroy() [SB 995]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 995]", "2020/03/17 22:03:54 killed PIDs [23996] in CG [SOCK 995]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 995]", "2020/03/17 22:03:54 childExit(SB 995) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 12 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L151", "2020/03/17 22:03:54 Destroy() [SB 153]", "2020/03/17 22:03:54 Kill function: L366", "2020/03/17 22:03:54 Destroy() [SB 368]", "2020/03/17 22:03:54 Kill function: L585", "2020/03/17 22:03:54 Destroy() [SB 587]", "2020/03/17 22:03:54 Kill function: L980", "2020/03/17 22:03:54 Destroy() [SB 982]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 982]", "2020/03/17 22:03:54 killed PIDs [23931] in CG [SOCK 982]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 982]", "2020/03/17 22:03:54 childExit(SB 982) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 11 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L159", "2020/03/17 22:03:54 Destroy() [SB 161]", "2020/03/17 22:03:54 Kill function: L505", "2020/03/17 22:03:54 Destroy() [SB 507]", "2020/03/17 22:03:54 Kill function: L636", "2020/03/17 22:03:54 Destroy() [SB 638]", "2020/03/17 22:03:54 Kill function: L977", "2020/03/17 22:03:54 Destroy() [SB 979]", "2020/03/17 22:03:54 Kill function: L240", "2020/03/17 22:03:54 Destroy() [SB 242]", "2020/03/17 22:03:54 Kill function: L464", "2020/03/17 22:03:54 Destroy() [SB 466]", "2020/03/17 22:03:54 Kill function: L340", "2020/03/17 22:03:54 Destroy() [SB 342]", "2020/03/17 22:03:54 Kill function: L493", "2020/03/17 22:03:54 Destroy() [SB 495]", "2020/03/17 22:03:54 Kill function: L613", "2020/03/17 22:03:54 Destroy() [SB 615]", "2020/03/17 22:03:54 Kill function: L218", "2020/03/17 22:03:54 Destroy() [SB 220]", "2020/03/17 22:03:54 Kill function: L311", "2020/03/17 22:03:54 Destroy() [SB 313]", "2020/03/17 22:03:54 Kill function: L802", "2020/03/17 22:03:54 Destroy() [SB 804]", "2020/03/17 22:03:54 Kill function: L928", "2020/03/17 22:03:54 Destroy() [SB 930]", "2020/03/17 22:03:54 Kill function: L114", "2020/03/17 22:03:54 Destroy() [SB 116]", "2020/03/17 22:03:54 Kill function: L540", "2020/03/17 22:03:54 Destroy() [SB 542]", "2020/03/17 22:03:54 Kill function: L351", "2020/03/17 22:03:54 Destroy() [SB 353]", "2020/03/17 22:03:54 Kill function: L565", "2020/03/17 22:03:54 Destroy() [SB 567]", "2020/03/17 22:03:54 Kill function: L459", "2020/03/17 22:03:54 Destroy() [SB 461]", "2020/03/17 22:03:54 Kill function: L500", "2020/03/17 22:03:54 Destroy() [SB 502]", "2020/03/17 22:03:54 Kill function: L577", "2020/03/17 22:03:54 Destroy() [SB 579]", "2020/03/17 22:03:54 Kill function: L2", "2020/03/17 22:03:54 Destroy() [SB 4]", "2020/03/17 22:03:54 Kill function: L166", "2020/03/17 22:03:54 Destroy() [SB 168]", "2020/03/17 22:03:54 Kill function: L394", "2020/03/17 22:03:54 Destroy() [SB 396]", "2020/03/17 22:03:54 Kill function: L875", "2020/03/17 22:03:54 Destroy() [SB 877]", "2020/03/17 22:03:54 Kill function: L989", "2020/03/17 22:03:54 Destroy() [SB 991]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 991]", "2020/03/17 22:03:54 waiting for 1 procs in cg-7 to die [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:54 killed PIDs [23976] in CG [SOCK 991]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 991]", "2020/03/17 22:03:54 childExit(SB 991) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 10 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L342", "2020/03/17 22:03:54 Destroy() [SB 344]", "2020/03/17 22:03:54 Kill function: L372", "2020/03/17 22:03:54 Destroy() [SB 374]", "2020/03/17 22:03:54 Kill function: L310", "2020/03/17 22:03:54 Destroy() [SB 312]", "2020/03/17 22:03:54 Kill function: L784", "2020/03/17 22:03:54 Destroy() [SB 786]", "2020/03/17 22:03:54 Kill function: L104", "2020/03/17 22:03:54 Destroy() [SB 106]", "2020/03/17 22:03:54 Kill function: L451", "2020/03/17 22:03:54 Destroy() [SB 453]", "2020/03/17 22:03:54 Kill function: L750", "2020/03/17 22:03:54 Destroy() [SB 752]", "2020/03/17 22:03:54 Kill function: L39", "2020/03/17 22:03:54 Destroy() [SB 41]", "2020/03/17 22:03:54 Kill function: L235", "2020/03/17 22:03:54 Destroy() [SB 237]", "2020/03/17 22:03:54 Kill function: L808", "2020/03/17 22:03:54 Destroy() [SB 810]", "2020/03/17 22:03:54 Kill function: L818", "2020/03/17 22:03:54 Destroy() [SB 820]", "2020/03/17 22:03:54 Kill function: L927", "2020/03/17 22:03:54 Destroy() [SB 929]", "2020/03/17 22:03:54 Kill function: L327", "2020/03/17 22:03:54 Destroy() [SB 329]", "2020/03/17 22:03:54 Kill function: L429", "2020/03/17 22:03:54 Destroy() [SB 431]", "2020/03/17 22:03:54 Kill function: L215", "2020/03/17 22:03:54 Destroy() [SB 217]", "2020/03/17 22:03:54 Kill function: L401", "2020/03/17 22:03:54 Destroy() [SB 403]", "2020/03/17 22:03:54 Kill function: L712", "2020/03/17 22:03:54 Destroy() [SB 714]", "2020/03/17 22:03:54 Kill function: L745", "2020/03/17 22:03:54 Destroy() [SB 747]", "2020/03/17 22:03:54 Kill function: L329", "2020/03/17 22:03:54 Destroy() [SB 331]", "2020/03/17 22:03:54 Kill function: L538", "2020/03/17 22:03:54 Destroy() [SB 540]", "2020/03/17 22:03:54 Kill function: L522", "2020/03/17 22:03:54 Destroy() [SB 524]", "2020/03/17 22:03:54 Kill function: L879", "2020/03/17 22:03:54 Destroy() [SB 881]", "2020/03/17 22:03:54 Kill function: L601", "2020/03/17 22:03:54 Destroy() [SB 603]", "2020/03/17 22:03:54 Kill function: L696", "2020/03/17 22:03:54 Destroy() [SB 698]", "2020/03/17 22:03:54 Kill function: L813", "2020/03/17 22:03:54 Destroy() [SB 815]", "2020/03/17 22:03:54 Kill function: L906", "2020/03/17 22:03:54 Destroy() [SB 908]", "2020/03/17 22:03:54 Kill function: L936", "2020/03/17 22:03:54 Destroy() [SB 938]", "2020/03/17 22:03:54 Kill function: L38", "2020/03/17 22:03:54 Destroy() [SB 40]", "2020/03/17 22:03:54 Kill function: L76", "2020/03/17 22:03:54 Destroy() [SB 78]", "2020/03/17 22:03:54 Kill function: L774", "2020/03/17 22:03:54 Destroy() [SB 776]", "2020/03/17 22:03:54 Kill function: L878", "2020/03/17 22:03:54 Destroy() [SB 880]", "2020/03/17 22:03:54 Kill function: L33", "2020/03/17 22:03:54 Destroy() [SB 35]", "2020/03/17 22:03:54 Kill function: L367", "2020/03/17 22:03:54 Destroy() [SB 369]", "2020/03/17 22:03:54 Kill function: L594", "2020/03/17 22:03:54 Destroy() [SB 596]", "2020/03/17 22:03:54 Kill function: L800", "2020/03/17 22:03:54 Destroy() [SB 802]", "2020/03/17 22:03:54 Kill function: L245", "2020/03/17 22:03:54 Destroy() [SB 247]", "2020/03/17 22:03:54 Kill function: L314", "2020/03/17 22:03:54 Destroy() [SB 316]", "2020/03/17 22:03:54 Kill function: L962", "2020/03/17 22:03:54 Destroy() [SB 964]", "2020/03/17 22:03:54 Kill function: L697", "2020/03/17 22:03:54 Destroy() [SB 699]", "2020/03/17 22:03:54 Kill function: L919", "2020/03/17 22:03:54 Destroy() [SB 921]", "2020/03/17 22:03:54 Kill function: L223", "2020/03/17 22:03:54 Destroy() [SB 225]", "2020/03/17 22:03:54 Kill function: L710", "2020/03/17 22:03:54 Destroy() [SB 712]", "2020/03/17 22:03:54 Kill function: L780", "2020/03/17 22:03:54 Destroy() [SB 782]", "2020/03/17 22:03:54 Kill function: L956", "2020/03/17 22:03:54 Destroy() [SB 958]", "2020/03/17 22:03:54 Kill function: L996", "2020/03/17 22:03:54 Destroy() [SB 998]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 998]", "2020/03/17 22:03:54 killed PIDs [24010] in CG [SOCK 998]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 998]", "2020/03/17 22:03:54 childExit(SB 998) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 9 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L72", "2020/03/17 22:03:54 Destroy() [SB 74]", "2020/03/17 22:03:54 Kill function: L93", "2020/03/17 22:03:54 Destroy() [SB 95]", "2020/03/17 22:03:54 Kill function: L289", "2020/03/17 22:03:54 Destroy() [SB 291]", "2020/03/17 22:03:54 Kill function: L746", "2020/03/17 22:03:54 Destroy() [SB 748]", "2020/03/17 22:03:54 Kill function: L827", "2020/03/17 22:03:54 Destroy() [SB 829]", "2020/03/17 22:03:54 Kill function: L845", "2020/03/17 22:03:54 Destroy() [SB 847]", "2020/03/17 22:03:54 Kill function: L32", "2020/03/17 22:03:54 Destroy() [SB 34]", "2020/03/17 22:03:54 Kill function: L139", "2020/03/17 22:03:54 Destroy() [SB 141]", "2020/03/17 22:03:54 Kill function: L926", "2020/03/17 22:03:54 Destroy() [SB 928]", "2020/03/17 22:03:54 Kill function: L756", "2020/03/17 22:03:54 Destroy() [SB 758]", "2020/03/17 22:03:54 Kill function: L893", "2020/03/17 22:03:54 Destroy() [SB 895]", "2020/03/17 22:03:54 Kill function: L18", "2020/03/17 22:03:54 Destroy() [SB 20]", "2020/03/17 22:03:54 Kill function: L701", "2020/03/17 22:03:54 Destroy() [SB 703]", "2020/03/17 22:03:54 Kill function: L391", "2020/03/17 22:03:54 Destroy() [SB 393]", "2020/03/17 22:03:54 Kill function: L25", "2020/03/17 22:03:54 Destroy() [SB 27]", "2020/03/17 22:03:54 Kill function: L293", "2020/03/17 22:03:54 Destroy() [SB 295]", "2020/03/17 22:03:54 Kill function: L721", "2020/03/17 22:03:54 Destroy() [SB 723]", "2020/03/17 22:03:54 Kill function: L967", "2020/03/17 22:03:54 Destroy() [SB 969]", "2020/03/17 22:03:54 Kill function: L20", "2020/03/17 22:03:54 Destroy() [SB 22]", "2020/03/17 22:03:54 Kill function: L718", "2020/03/17 22:03:54 Destroy() [SB 720]", "2020/03/17 22:03:54 Kill function: L402", "2020/03/17 22:03:54 Destroy() [SB 404]", "2020/03/17 22:03:54 Kill function: L763", "2020/03/17 22:03:54 Destroy() [SB 765]", "2020/03/17 22:03:54 Kill function: L850", "2020/03/17 22:03:54 Destroy() [SB 852]", "2020/03/17 22:03:54 Kill function: L62", "2020/03/17 22:03:54 Destroy() [SB 64]", "2020/03/17 22:03:54 Kill function: L316", "2020/03/17 22:03:54 Destroy() [SB 318]", "2020/03/17 22:03:54 Kill function: L854", "2020/03/17 22:03:54 Destroy() [SB 856]", "2020/03/17 22:03:54 Kill function: L563", "2020/03/17 22:03:54 Destroy() [SB 565]", "2020/03/17 22:03:54 Kill function: L111", "2020/03/17 22:03:54 Destroy() [SB 113]", "2020/03/17 22:03:54 Kill function: L557", "2020/03/17 22:03:54 Destroy() [SB 559]", "2020/03/17 22:03:54 Kill function: L698", "2020/03/17 22:03:54 Destroy() [SB 700]", "2020/03/17 22:03:54 Kill function: L759", "2020/03/17 22:03:54 Destroy() [SB 761]", "2020/03/17 22:03:54 Kill function: L833", "2020/03/17 22:03:54 Destroy() [SB 835]", "2020/03/17 22:03:54 Kill function: L963", "2020/03/17 22:03:54 Destroy() [SB 965]", "2020/03/17 22:03:54 Kill function: L81", "2020/03/17 22:03:54 Destroy() [SB 83]", "2020/03/17 22:03:54 Kill function: L526", "2020/03/17 22:03:54 Destroy() [SB 528]", "2020/03/17 22:03:54 Kill function: L584", "2020/03/17 22:03:54 Destroy() [SB 586]", "2020/03/17 22:03:54 Kill function: L768", "2020/03/17 22:03:54 Destroy() [SB 770]", "2020/03/17 22:03:54 Kill function: L844", "2020/03/17 22:03:54 Destroy() [SB 846]", "2020/03/17 22:03:54 Kill function: L187", "2020/03/17 22:03:54 Destroy() [SB 189]", "2020/03/17 22:03:54 Kill function: L330", "2020/03/17 22:03:54 Destroy() [SB 332]", "2020/03/17 22:03:54 Kill function: L731", "2020/03/17 22:03:54 Destroy() [SB 733]", "2020/03/17 22:03:54 Kill function: L807", "2020/03/17 22:03:54 Destroy() [SB 809]", "2020/03/17 22:03:54 Kill function: L107", "2020/03/17 22:03:54 Destroy() [SB 109]", "2020/03/17 22:03:54 Kill function: L648", "2020/03/17 22:03:54 Destroy() [SB 650]", "2020/03/17 22:03:54 Kill function: L821", "2020/03/17 22:03:54 Destroy() [SB 823]", "2020/03/17 22:03:54 Kill function: L894", "2020/03/17 22:03:54 Destroy() [SB 896]", "2020/03/17 22:03:54 Kill function: L73", "2020/03/17 22:03:54 Destroy() [SB 75]", "2020/03/17 22:03:54 Kill function: L309", "2020/03/17 22:03:54 Destroy() [SB 311]", "2020/03/17 22:03:54 Kill function: L315", "2020/03/17 22:03:54 Destroy() [SB 317]", "2020/03/17 22:03:54 Kill function: L359", "2020/03/17 22:03:54 Destroy() [SB 361]", "2020/03/17 22:03:54 Kill function: L432", "2020/03/17 22:03:54 Destroy() [SB 434]", "2020/03/17 22:03:54 Kill function: L506", "2020/03/17 22:03:54 Destroy() [SB 508]", "2020/03/17 22:03:54 Kill function: L744", "2020/03/17 22:03:54 Destroy() [SB 746]", "2020/03/17 22:03:54 Kill function: L63", "2020/03/17 22:03:54 Destroy() [SB 65]", "2020/03/17 22:03:54 Kill function: L78", "2020/03/17 22:03:54 Destroy() [SB 80]", "2020/03/17 22:03:54 Kill function: L550", "2020/03/17 22:03:54 Destroy() [SB 552]", "2020/03/17 22:03:54 Kill function: L91", "2020/03/17 22:03:54 Destroy() [SB 93]", "2020/03/17 22:03:54 Kill function: L536", "2020/03/17 22:03:54 Destroy() [SB 538]", "2020/03/17 22:03:54 Kill function: L622", "2020/03/17 22:03:54 Destroy() [SB 624]", "2020/03/17 22:03:54 Kill function: L853", "2020/03/17 22:03:54 Destroy() [SB 855]", "2020/03/17 22:03:54 Kill function: L950", "2020/03/17 22:03:54 Destroy() [SB 952]", "2020/03/17 22:03:54 Kill function: L959", "2020/03/17 22:03:54 Destroy() [SB 961]", "2020/03/17 22:03:54 Kill function: L34", "2020/03/17 22:03:54 Destroy() [SB 36]", "2020/03/17 22:03:54 Kill function: L444", "2020/03/17 22:03:54 Destroy() [SB 446]", "2020/03/17 22:03:54 Kill function: L764", "2020/03/17 22:03:54 Destroy() [SB 766]", "2020/03/17 22:03:54 Kill function: L810", "2020/03/17 22:03:54 Destroy() [SB 812]", "2020/03/17 22:03:54 Kill function: L88", "2020/03/17 22:03:54 Destroy() [SB 90]", "2020/03/17 22:03:54 Kill function: L109", "2020/03/17 22:03:54 Destroy() [SB 111]", "2020/03/17 22:03:54 Kill function: L361", "2020/03/17 22:03:54 Destroy() [SB 363]", "2020/03/17 22:03:54 Kill function: L571", "2020/03/17 22:03:54 Destroy() [SB 573]", "2020/03/17 22:03:54 Kill function: L48", "2020/03/17 22:03:54 Destroy() [SB 50]", "2020/03/17 22:03:54 Kill function: L90", "2020/03/17 22:03:54 Destroy() [SB 92]", "2020/03/17 22:03:54 Kill function: L580", "2020/03/17 22:03:54 Destroy() [SB 582]", "2020/03/17 22:03:54 Kill function: L596", "2020/03/17 22:03:54 Destroy() [SB 598]", "2020/03/17 22:03:54 Kill function: L651", "2020/03/17 22:03:54 Destroy() [SB 653]", "2020/03/17 22:03:54 Kill function: L413", "2020/03/17 22:03:54 Destroy() [SB 415]", "2020/03/17 22:03:54 Kill function: L470", "2020/03/17 22:03:54 Destroy() [SB 472]", "2020/03/17 22:03:54 Kill function: L719", "2020/03/17 22:03:54 Destroy() [SB 721]", "2020/03/17 22:03:54 Kill function: L733", "2020/03/17 22:03:54 Destroy() [SB 735]", "2020/03/17 22:03:54 Kill function: L189", "2020/03/17 22:03:54 Destroy() [SB 191]", "2020/03/17 22:03:54 Kill function: L686", "2020/03/17 22:03:54 Destroy() [SB 688]", "2020/03/17 22:03:54 Kill function: L716", "2020/03/17 22:03:54 Destroy() [SB 718]", "2020/03/17 22:03:54 Kill function: L69", "2020/03/17 22:03:54 Destroy() [SB 71]", "2020/03/17 22:03:54 Kill function: L200", "2020/03/17 22:03:54 Destroy() [SB 202]", "2020/03/17 22:03:54 Kill function: L64", "2020/03/17 22:03:54 Destroy() [SB 66]", "2020/03/17 22:03:54 Kill function: L175", "2020/03/17 22:03:54 Destroy() [SB 177]", "2020/03/17 22:03:54 Kill function: L658", "2020/03/17 22:03:54 Destroy() [SB 660]", "2020/03/17 22:03:54 Kill function: L676", "2020/03/17 22:03:54 Destroy() [SB 678]", "2020/03/17 22:03:54 Kill function: L50", "2020/03/17 22:03:54 Destroy() [SB 52]", "2020/03/17 22:03:54 Kill function: L542", "2020/03/17 22:03:54 Destroy() [SB 544]", "2020/03/17 22:03:54 Kill function: L929", "2020/03/17 22:03:54 Destroy() [SB 931]", "2020/03/17 22:03:54 Kill function: L216", "2020/03/17 22:03:54 Destroy() [SB 218]", "2020/03/17 22:03:54 Kill function: L252", "2020/03/17 22:03:54 Destroy() [SB 254]", "2020/03/17 22:03:54 Kill function: L449", "2020/03/17 22:03:54 Destroy() [SB 451]", "2020/03/17 22:03:54 Kill function: L691", "2020/03/17 22:03:54 Destroy() [SB 693]", "2020/03/17 22:03:54 Kill function: L986", "2020/03/17 22:03:54 Destroy() [SB 988]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 988]", "2020/03/17 22:03:54 killed PIDs [23960] in CG [SOCK 988]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 988]", "2020/03/17 22:03:54 childExit(SB 988) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 8 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L121", "2020/03/17 22:03:54 Destroy() [SB 123]", "2020/03/17 22:03:54 Kill function: L180", "2020/03/17 22:03:54 Destroy() [SB 182]", "2020/03/17 22:03:54 Kill function: L740", "2020/03/17 22:03:54 Destroy() [SB 742]", "2020/03/17 22:03:54 Kill function: L945", "2020/03/17 22:03:54 Destroy() [SB 947]", "2020/03/17 22:03:54 Kill function: L969", "2020/03/17 22:03:54 Destroy() [SB 971]", "2020/03/17 22:03:54 Kill function: L271", "2020/03/17 22:03:54 Destroy() [SB 273]", "2020/03/17 22:03:54 Kill function: L685", "2020/03/17 22:03:54 Destroy() [SB 687]", "2020/03/17 22:03:54 Kill function: L168", "2020/03/17 22:03:54 Destroy() [SB 170]", "2020/03/17 22:03:54 Kill function: L547", "2020/03/17 22:03:54 Destroy() [SB 549]", "2020/03/17 22:03:54 Kill function: L182", "2020/03/17 22:03:54 Destroy() [SB 184]", "2020/03/17 22:03:54 Kill function: L346", "2020/03/17 22:03:54 Destroy() [SB 348]", "2020/03/17 22:03:54 Kill function: L437", "2020/03/17 22:03:54 Destroy() [SB 439]", "2020/03/17 22:03:54 Kill function: L543", "2020/03/17 22:03:54 Destroy() [SB 545]", "2020/03/17 22:03:54 Kill function: L742", "2020/03/17 22:03:54 Destroy() [SB 744]", "2020/03/17 22:03:54 Kill function: L851", "2020/03/17 22:03:54 Destroy() [SB 853]", "2020/03/17 22:03:54 Kill function: L900", "2020/03/17 22:03:54 Destroy() [SB 902]", "2020/03/17 22:03:54 Kill function: L277", "2020/03/17 22:03:54 Destroy() [SB 279]", "2020/03/17 22:03:54 Kill function: L386", "2020/03/17 22:03:54 Destroy() [SB 388]", "2020/03/17 22:03:54 Kill function: L729", "2020/03/17 22:03:54 Destroy() [SB 731]", "2020/03/17 22:03:54 Kill function: L825", "2020/03/17 22:03:54 Destroy() [SB 827]", "2020/03/17 22:03:54 Kill function: L925", "2020/03/17 22:03:54 Destroy() [SB 927]", "2020/03/17 22:03:54 Kill function: L79", "2020/03/17 22:03:54 Destroy() [SB 81]", "2020/03/17 22:03:54 Kill function: L219", "2020/03/17 22:03:54 Destroy() [SB 221]", "2020/03/17 22:03:54 Kill function: L94", "2020/03/17 22:03:54 Destroy() [SB 96]", "2020/03/17 22:03:54 Kill function: L207", "2020/03/17 22:03:54 Destroy() [SB 209]", "2020/03/17 22:03:54 Kill function: L441", "2020/03/17 22:03:54 Destroy() [SB 443]", "2020/03/17 22:03:54 Kill function: L454", "2020/03/17 22:03:54 Destroy() [SB 456]", "2020/03/17 22:03:54 Kill function: L665", "2020/03/17 22:03:54 Destroy() [SB 667]", "2020/03/17 22:03:54 Kill function: L26", "2020/03/17 22:03:54 Destroy() [SB 28]", "2020/03/17 22:03:54 Kill function: L41", "2020/03/17 22:03:54 Destroy() [SB 43]", "2020/03/17 22:03:54 Kill function: L695", "2020/03/17 22:03:54 Destroy() [SB 697]", "2020/03/17 22:03:54 Kill function: L281", "2020/03/17 22:03:54 Destroy() [SB 283]", "2020/03/17 22:03:54 Kill function: L663", "2020/03/17 22:03:54 Destroy() [SB 665]", "2020/03/17 22:03:54 Kill function: L693", "2020/03/17 22:03:54 Destroy() [SB 695]", "2020/03/17 22:03:54 Kill function: L568", "2020/03/17 22:03:54 Destroy() [SB 570]", "2020/03/17 22:03:54 Kill function: L604", "2020/03/17 22:03:54 Destroy() [SB 606]", "2020/03/17 22:03:54 Kill function: L646", "2020/03/17 22:03:54 Destroy() [SB 648]", "2020/03/17 22:03:54 Kill function: L765", "2020/03/17 22:03:54 Destroy() [SB 767]", "2020/03/17 22:03:54 Kill function: L157", "2020/03/17 22:03:54 Destroy() [SB 159]", "2020/03/17 22:03:54 Kill function: L374", "2020/03/17 22:03:54 Destroy() [SB 376]", "2020/03/17 22:03:54 Kill function: L789", "2020/03/17 22:03:54 Destroy() [SB 791]", "2020/03/17 22:03:54 Kill function: L953", "2020/03/17 22:03:54 Destroy() [SB 955]", "2020/03/17 22:03:54 Kill function: L354", "2020/03/17 22:03:54 Destroy() [SB 356]", "2020/03/17 22:03:54 Kill function: L624", "2020/03/17 22:03:54 Destroy() [SB 626]", "2020/03/17 22:03:54 Kill function: L288", "2020/03/17 22:03:54 Destroy() [SB 290]", "2020/03/17 22:03:54 Kill function: L324", "2020/03/17 22:03:54 Destroy() [SB 326]", "2020/03/17 22:03:54 Kill function: L343", "2020/03/17 22:03:54 Destroy() [SB 345]", "2020/03/17 22:03:54 Kill function: L398", "2020/03/17 22:03:54 Destroy() [SB 400]", "2020/03/17 22:03:54 Kill function: L806", "2020/03/17 22:03:54 Destroy() [SB 808]", "2020/03/17 22:03:54 Kill function: L4", "2020/03/17 22:03:54 Destroy() [SB 6]", "2020/03/17 22:03:54 Kill function: L198", "2020/03/17 22:03:54 Destroy() [SB 200]", "2020/03/17 22:03:54 Kill function: L664", "2020/03/17 22:03:54 Destroy() [SB 666]", "2020/03/17 22:03:54 Kill function: L767", "2020/03/17 22:03:54 Destroy() [SB 769]", "2020/03/17 22:03:54 Kill function: L951", "2020/03/17 22:03:54 Destroy() [SB 953]", "2020/03/17 22:03:54 Kill function: L12", "2020/03/17 22:03:54 Destroy() [SB 14]", "2020/03/17 22:03:54 Kill function: L174", "2020/03/17 22:03:54 Destroy() [SB 176]", "2020/03/17 22:03:54 Kill function: L353", "2020/03/17 22:03:54 Destroy() [SB 355]", "2020/03/17 22:03:54 Kill function: L319", "2020/03/17 22:03:54 Destroy() [SB 321]", "2020/03/17 22:03:54 Kill function: L338", "2020/03/17 22:03:54 Destroy() [SB 340]", "2020/03/17 22:03:54 Kill function: L339", "2020/03/17 22:03:54 Destroy() [SB 341]", "2020/03/17 22:03:54 Kill function: L137", "2020/03/17 22:03:54 Destroy() [SB 139]", "2020/03/17 22:03:54 Kill function: L169", "2020/03/17 22:03:54 Destroy() [SB 171]", "2020/03/17 22:03:54 Kill function: L787", "2020/03/17 22:03:54 Destroy() [SB 789]", "2020/03/17 22:03:54 Kill function: L940", "2020/03/17 22:03:54 Destroy() [SB 942]", "2020/03/17 22:03:54 Kill function: L131", "2020/03/17 22:03:54 Destroy() [SB 133]", "2020/03/17 22:03:54 Kill function: L412", "2020/03/17 22:03:54 Destroy() [SB 414]", "2020/03/17 22:03:54 Kill function: L331", "2020/03/17 22:03:54 Destroy() [SB 333]", "2020/03/17 22:03:54 Kill function: L400", "2020/03/17 22:03:54 Destroy() [SB 402]", "2020/03/17 22:03:54 Kill function: L483", "2020/03/17 22:03:54 Destroy() [SB 485]", "2020/03/17 22:03:54 Kill function: L569", "2020/03/17 22:03:54 Destroy() [SB 571]", "2020/03/17 22:03:54 Kill function: L882", "2020/03/17 22:03:54 Destroy() [SB 884]", "2020/03/17 22:03:54 Kill function: L6", "2020/03/17 22:03:54 Destroy() [SB 8]", "2020/03/17 22:03:54 Kill function: L98", "2020/03/17 22:03:54 Destroy() [SB 100]", "2020/03/17 22:03:54 Kill function: L610", "2020/03/17 22:03:54 Destroy() [SB 612]", "2020/03/17 22:03:54 Kill function: L794", "2020/03/17 22:03:54 Destroy() [SB 796]", "2020/03/17 22:03:54 Kill function: L899", "2020/03/17 22:03:54 Destroy() [SB 901]", "2020/03/17 22:03:54 Kill function: L248", "2020/03/17 22:03:54 Destroy() [SB 250]", "2020/03/17 22:03:54 Kill function: L360", "2020/03/17 22:03:54 Destroy() [SB 362]", "2020/03/17 22:03:54 Kill function: L942", "2020/03/17 22:03:54 Destroy() [SB 944]", "2020/03/17 22:03:54 Kill function: L888", "2020/03/17 22:03:54 Destroy() [SB 890]", "2020/03/17 22:03:54 Kill function: L902", "2020/03/17 22:03:54 Destroy() [SB 904]", "2020/03/17 22:03:54 Kill function: L857", "2020/03/17 22:03:54 Destroy() [SB 859]", "2020/03/17 22:03:54 Kill function: L873", "2020/03/17 22:03:54 Destroy() [SB 875]", "2020/03/17 22:03:54 Kill function: L43", "2020/03/17 22:03:54 Destroy() [SB 45]", "2020/03/17 22:03:54 Kill function: L486", "2020/03/17 22:03:54 Destroy() [SB 488]", "2020/03/17 22:03:54 Kill function: L783", "2020/03/17 22:03:54 Destroy() [SB 785]", "2020/03/17 22:03:54 Kill function: L89", "2020/03/17 22:03:54 Destroy() [SB 91]", "2020/03/17 22:03:54 Kill function: L430", "2020/03/17 22:03:54 Destroy() [SB 432]", "2020/03/17 22:03:54 Kill function: L335", "2020/03/17 22:03:54 Destroy() [SB 337]", "2020/03/17 22:03:54 Kill function: L414", "2020/03/17 22:03:54 Destroy() [SB 416]", "2020/03/17 22:03:54 Kill function: L457", "2020/03/17 22:03:54 Destroy() [SB 459]", "2020/03/17 22:03:54 Kill function: L489", "2020/03/17 22:03:54 Destroy() [SB 491]", "2020/03/17 22:03:54 Kill function: L687", "2020/03/17 22:03:54 Destroy() [SB 689]", "2020/03/17 22:03:54 Kill function: L170", "2020/03/17 22:03:54 Destroy() [SB 172]", "2020/03/17 22:03:54 Kill function: L205", "2020/03/17 22:03:54 Destroy() [SB 207]", "2020/03/17 22:03:54 Kill function: L267", "2020/03/17 22:03:54 Destroy() [SB 269]", "2020/03/17 22:03:54 Kill function: L290", "2020/03/17 22:03:54 Destroy() [SB 292]", "2020/03/17 22:03:54 Kill function: L135", "2020/03/17 22:03:54 Destroy() [SB 137]", "2020/03/17 22:03:54 Kill function: L239", "2020/03/17 22:03:54 Destroy() [SB 241]", "2020/03/17 22:03:54 Kill function: L142", "2020/03/17 22:03:54 Destroy() [SB 144]", "2020/03/17 22:03:54 Kill function: L503", "2020/03/17 22:03:54 Destroy() [SB 505]", "2020/03/17 22:03:54 Kill function: L586", "2020/03/17 22:03:54 Destroy() [SB 588]", "2020/03/17 22:03:54 Kill function: L67", "2020/03/17 22:03:54 Destroy() [SB 69]", "2020/03/17 22:03:54 Kill function: L237", "2020/03/17 22:03:54 Destroy() [SB 239]", "2020/03/17 22:03:54 Kill function: L635", "2020/03/17 22:03:54 Destroy() [SB 637]", "2020/03/17 22:03:54 Kill function: L822", "2020/03/17 22:03:54 Destroy() [SB 824]", "2020/03/17 22:03:54 Kill function: L903", "2020/03/17 22:03:54 Destroy() [SB 905]", "2020/03/17 22:03:54 Kill function: L148", "2020/03/17 22:03:54 Destroy() [SB 150]", "2020/03/17 22:03:54 Kill function: L305", "2020/03/17 22:03:54 Destroy() [SB 307]", "2020/03/17 22:03:54 Kill function: L379", "2020/03/17 22:03:54 Destroy() [SB 381]", "2020/03/17 22:03:54 Kill function: L468", "2020/03/17 22:03:54 Destroy() [SB 470]", "2020/03/17 22:03:54 Kill function: L99", "2020/03/17 22:03:54 Destroy() [SB 101]", "2020/03/17 22:03:54 Kill function: L136", "2020/03/17 22:03:54 Destroy() [SB 138]", "2020/03/17 22:03:54 Kill function: L465", "2020/03/17 22:03:54 Destroy() [SB 467]", "2020/03/17 22:03:54 Kill function: L770", "2020/03/17 22:03:54 Destroy() [SB 772]", "2020/03/17 22:03:54 Kill function: L396", "2020/03/17 22:03:54 Destroy() [SB 398]", "2020/03/17 22:03:54 Kill function: L455", "2020/03/17 22:03:54 Destroy() [SB 457]", "2020/03/17 22:03:54 Kill function: L51", "2020/03/17 22:03:54 Destroy() [SB 53]", "2020/03/17 22:03:54 Kill function: L488", "2020/03/17 22:03:54 Destroy() [SB 490]", "2020/03/17 22:03:54 Kill function: L660", "2020/03/17 22:03:54 Destroy() [SB 662]", "2020/03/17 22:03:54 Kill function: L661", "2020/03/17 22:03:54 Destroy() [SB 663]", "2020/03/17 22:03:54 Kill function: L830", "2020/03/17 22:03:54 Destroy() [SB 832]", "2020/03/17 22:03:54 Kill function: L55", "2020/03/17 22:03:54 Destroy() [SB 57]", "2020/03/17 22:03:54 Kill function: L491", "2020/03/17 22:03:54 Destroy() [SB 493]", "2020/03/17 22:03:54 Kill function: L777", "2020/03/17 22:03:54 Destroy() [SB 779]", "2020/03/17 22:03:54 Kill function: L124", "2020/03/17 22:03:54 Destroy() [SB 126]", "2020/03/17 22:03:54 Kill function: L529", "2020/03/17 22:03:54 Destroy() [SB 531]", "2020/03/17 22:03:54 Kill function: L301", "2020/03/17 22:03:54 Destroy() [SB 303]", "2020/03/17 22:03:54 Kill function: L458", "2020/03/17 22:03:54 Destroy() [SB 460]", "2020/03/17 22:03:54 Kill function: L633", "2020/03/17 22:03:54 Destroy() [SB 635]", "2020/03/17 22:03:54 Kill function: L724", "2020/03/17 22:03:54 Destroy() [SB 726]", "2020/03/17 22:03:54 Kill function: L889", "2020/03/17 22:03:54 Destroy() [SB 891]", "2020/03/17 22:03:54 Kill function: L949", "2020/03/17 22:03:54 Destroy() [SB 951]", "2020/03/17 22:03:54 Kill function: L16", "2020/03/17 22:03:54 Destroy() [SB 18]", "2020/03/17 22:03:54 Kill function: L66", "2020/03/17 22:03:54 Destroy() [SB 68]", "2020/03/17 22:03:54 Kill function: L994", "2020/03/17 22:03:54 Destroy() [SB 996]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 996]", "2020/03/17 22:03:54 killed PIDs [24000] in CG [SOCK 996]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 996]", "2020/03/17 22:03:54 childExit(SB 996) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 7 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L725", "2020/03/17 22:03:54 Destroy() [SB 727]", "2020/03/17 22:03:54 Kill function: L286", "2020/03/17 22:03:54 Destroy() [SB 288]", "2020/03/17 22:03:54 Kill function: L554", "2020/03/17 22:03:54 Destroy() [SB 556]", "2020/03/17 22:03:54 Kill function: L815", "2020/03/17 22:03:54 Destroy() [SB 817]", "2020/03/17 22:03:54 Kill function: L3", "2020/03/17 22:03:54 Destroy() [SB 5]", "2020/03/17 22:03:54 Kill function: L363", "2020/03/17 22:03:54 Destroy() [SB 365]", "2020/03/17 22:03:54 Kill function: L160", "2020/03/17 22:03:54 Destroy() [SB 162]", "2020/03/17 22:03:54 Kill function: L222", "2020/03/17 22:03:54 Destroy() [SB 224]", "2020/03/17 22:03:54 Kill function: L600", "2020/03/17 22:03:54 Destroy() [SB 602]", "2020/03/17 22:03:54 Kill function: L778", "2020/03/17 22:03:54 Destroy() [SB 780]", "2020/03/17 22:03:54 Kill function: L130", "2020/03/17 22:03:54 Destroy() [SB 132]", "2020/03/17 22:03:54 Kill function: L154", "2020/03/17 22:03:54 Destroy() [SB 156]", "2020/03/17 22:03:54 Kill function: L249", "2020/03/17 22:03:54 Destroy() [SB 251]", "2020/03/17 22:03:54 Kill function: L983", "2020/03/17 22:03:54 Destroy() [SB 985]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 985]", "2020/03/17 22:03:54 killed PIDs [23946] in CG [SOCK 985]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 985]", "2020/03/17 22:03:54 childExit(SB 985) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 6 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L58", "2020/03/17 22:03:54 Destroy() [SB 60]", "2020/03/17 22:03:54 Kill function: L156", "2020/03/17 22:03:54 Destroy() [SB 158]", "2020/03/17 22:03:54 Kill function: L700", "2020/03/17 22:03:54 Destroy() [SB 702]", "2020/03/17 22:03:54 Kill function: L938", "2020/03/17 22:03:54 Destroy() [SB 940]", "2020/03/17 22:03:54 Kill function: L991", "2020/03/17 22:03:54 Destroy() [SB 993]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 993]", "2020/03/17 22:03:54 killed PIDs [23986] in CG [SOCK 993]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 993]", "2020/03/17 22:03:54 childExit(SB 993) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 5 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L103", "2020/03/17 22:03:54 Destroy() [SB 105]", "2020/03/17 22:03:54 Kill function: L304", "2020/03/17 22:03:54 Destroy() [SB 306]", "2020/03/17 22:03:54 Kill function: L296", "2020/03/17 22:03:54 Destroy() [SB 298]", "2020/03/17 22:03:54 Kill function: L863", "2020/03/17 22:03:54 Destroy() [SB 865]", "2020/03/17 22:03:54 Kill function: L952", "2020/03/17 22:03:54 Destroy() [SB 954]", "2020/03/17 22:03:54 Kill function: L197", "2020/03/17 22:03:54 Destroy() [SB 199]", "2020/03/17 22:03:54 Kill function: L278", "2020/03/17 22:03:54 Destroy() [SB 280]", "2020/03/17 22:03:54 Kill function: L202", "2020/03/17 22:03:54 Destroy() [SB 204]", "2020/03/17 22:03:54 Kill function: L507", "2020/03/17 22:03:54 Destroy() [SB 509]", "2020/03/17 22:03:54 Kill function: L516", "2020/03/17 22:03:54 Destroy() [SB 518]", "2020/03/17 22:03:54 Kill function: L766", "2020/03/17 22:03:54 Destroy() [SB 768]", "2020/03/17 22:03:54 Kill function: L859", "2020/03/17 22:03:54 Destroy() [SB 861]", "2020/03/17 22:03:54 Kill function: L146", "2020/03/17 22:03:54 Destroy() [SB 148]", "2020/03/17 22:03:54 Kill function: L158", "2020/03/17 22:03:54 Destroy() [SB 160]", "2020/03/17 22:03:54 Kill function: L846", "2020/03/17 22:03:54 Destroy() [SB 848]", "2020/03/17 22:03:54 Kill function: L861", "2020/03/17 22:03:54 Destroy() [SB 863]", "2020/03/17 22:03:54 Kill function: L916", "2020/03/17 22:03:54 Destroy() [SB 918]", "2020/03/17 22:03:54 Kill function: L961", "2020/03/17 22:03:54 Destroy() [SB 963]", "2020/03/17 22:03:54 Kill function: L395", "2020/03/17 22:03:54 Destroy() [SB 397]", "2020/03/17 22:03:54 Kill function: L662", "2020/03/17 22:03:54 Destroy() [SB 664]", "2020/03/17 22:03:54 Kill function: L165", "2020/03/17 22:03:54 Destroy() [SB 167]", "2020/03/17 22:03:54 Kill function: L530", "2020/03/17 22:03:54 Destroy() [SB 532]", "2020/03/17 22:03:54 Kill function: L908", "2020/03/17 22:03:54 Destroy() [SB 910]", "2020/03/17 22:03:54 Kill function: L5", "2020/03/17 22:03:54 Destroy() [SB 7]", "2020/03/17 22:03:54 Kill function: L127", "2020/03/17 22:03:54 Destroy() [SB 129]", "2020/03/17 22:03:54 Kill function: L498", "2020/03/17 22:03:54 Destroy() [SB 500]", "2020/03/17 22:03:54 Kill function: L70", "2020/03/17 22:03:54 Destroy() [SB 72]", "2020/03/17 22:03:54 Kill function: L460", "2020/03/17 22:03:54 Destroy() [SB 462]", "2020/03/17 22:03:54 Kill function: L101", "2020/03/17 22:03:54 Destroy() [SB 103]", "2020/03/17 22:03:54 Kill function: L998", "2020/03/17 22:03:54 Destroy() [SB 1000]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 1000]", "2020/03/17 22:03:54 killed PIDs [24020] in CG [SOCK 1000]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 1000]", "2020/03/17 22:03:54 childExit(SB 1000) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 4 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L492", "2020/03/17 22:03:54 Destroy() [SB 494]", "2020/03/17 22:03:54 Kill function: L510", "2020/03/17 22:03:54 Destroy() [SB 512]", "2020/03/17 22:03:54 Kill function: L616", "2020/03/17 22:03:54 Destroy() [SB 618]", "2020/03/17 22:03:54 Kill function: L628", "2020/03/17 22:03:54 Destroy() [SB 630]", "2020/03/17 22:03:54 Kill function: L681", "2020/03/17 22:03:54 Destroy() [SB 683]", "2020/03/17 22:03:54 Kill function: L855", "2020/03/17 22:03:54 Destroy() [SB 857]", "2020/03/17 22:03:54 Kill function: L83", "2020/03/17 22:03:54 Destroy() [SB 85]", "2020/03/17 22:03:54 Kill function: L321", "2020/03/17 22:03:54 Destroy() [SB 323]", "2020/03/17 22:03:54 Kill function: L485", "2020/03/17 22:03:54 Destroy() [SB 487]", "2020/03/17 22:03:54 Kill function: L537", "2020/03/17 22:03:54 Destroy() [SB 539]", "2020/03/17 22:03:54 Kill function: L597", "2020/03/17 22:03:54 Destroy() [SB 599]", "2020/03/17 22:03:54 Kill function: L61", "2020/03/17 22:03:54 Destroy() [SB 63]", "2020/03/17 22:03:54 Kill function: L176", "2020/03/17 22:03:54 Destroy() [SB 178]", "2020/03/17 22:03:54 Kill function: L452", "2020/03/17 22:03:54 Destroy() [SB 454]", "2020/03/17 22:03:54 Kill function: L572", "2020/03/17 22:03:54 Destroy() [SB 574]", "2020/03/17 22:03:54 Kill function: L21", "2020/03/17 22:03:54 Destroy() [SB 23]", "2020/03/17 22:03:54 Kill function: L352", "2020/03/17 22:03:54 Destroy() [SB 354]", "2020/03/17 22:03:54 Kill function: L389", "2020/03/17 22:03:54 Destroy() [SB 391]", "2020/03/17 22:03:54 Kill function: L519", "2020/03/17 22:03:54 Destroy() [SB 521]", "2020/03/17 22:03:54 Kill function: L591", "2020/03/17 22:03:54 Destroy() [SB 593]", "2020/03/17 22:03:54 Kill function: L921", "2020/03/17 22:03:54 Destroy() [SB 923]", "2020/03/17 22:03:54 Kill function: L125", "2020/03/17 22:03:54 Destroy() [SB 127]", "2020/03/17 22:03:54 Kill function: L199", "2020/03/17 22:03:54 Destroy() [SB 201]", "2020/03/17 22:03:54 Kill function: L564", "2020/03/17 22:03:54 Destroy() [SB 566]", "2020/03/17 22:03:54 Kill function: L883", "2020/03/17 22:03:54 Destroy() [SB 885]", "2020/03/17 22:03:54 Kill function: L17", "2020/03/17 22:03:54 Destroy() [SB 19]", "2020/03/17 22:03:54 Kill function: L474", "2020/03/17 22:03:54 Destroy() [SB 476]", "2020/03/17 22:03:54 Kill function: L435", "2020/03/17 22:03:54 Destroy() [SB 437]", "2020/03/17 22:03:54 Kill function: L655", "2020/03/17 22:03:54 Destroy() [SB 657]", "2020/03/17 22:03:54 Kill function: L769", "2020/03/17 22:03:54 Destroy() [SB 771]", "2020/03/17 22:03:54 Kill function: L779", "2020/03/17 22:03:54 Destroy() [SB 781]", "2020/03/17 22:03:54 Kill function: L143", "2020/03/17 22:03:54 Destroy() [SB 145]", "2020/03/17 22:03:54 Kill function: L371", "2020/03/17 22:03:54 Destroy() [SB 373]", "2020/03/17 22:03:54 Kill function: L303", "2020/03/17 22:03:54 Destroy() [SB 305]", "2020/03/17 22:03:54 Kill function: L741", "2020/03/17 22:03:54 Destroy() [SB 743]", "2020/03/17 22:03:54 Kill function: L856", "2020/03/17 22:03:54 Destroy() [SB 858]", "2020/03/17 22:03:54 Kill function: L95", "2020/03/17 22:03:54 Destroy() [SB 97]", "2020/03/17 22:03:54 Kill function: L253", "2020/03/17 22:03:54 Destroy() [SB 255]", "2020/03/17 22:03:54 Kill function: L803", "2020/03/17 22:03:54 Destroy() [SB 805]", "2020/03/17 22:03:54 Kill function: L627", "2020/03/17 22:03:54 Destroy() [SB 629]", "2020/03/17 22:03:54 Kill function: L872", "2020/03/17 22:03:54 Destroy() [SB 874]", "2020/03/17 22:03:54 Kill function: L905", "2020/03/17 22:03:54 Destroy() [SB 907]", "2020/03/17 22:03:54 Kill function: L80", "2020/03/17 22:03:54 Destroy() [SB 82]", "2020/03/17 22:03:54 Kill function: L220", "2020/03/17 22:03:54 Destroy() [SB 222]", "2020/03/17 22:03:54 Kill function: L365", "2020/03/17 22:03:54 Destroy() [SB 367]", "2020/03/17 22:03:54 Kill function: L417", "2020/03/17 22:03:54 Destroy() [SB 419]", "2020/03/17 22:03:54 Kill function: L427", "2020/03/17 22:03:54 Destroy() [SB 429]", "2020/03/17 22:03:54 Kill function: L680", "2020/03/17 22:03:54 Destroy() [SB 682]", "2020/03/17 22:03:54 Kill function: L752", "2020/03/17 22:03:54 Destroy() [SB 754]", "2020/03/17 22:03:54 Kill function: L97", "2020/03/17 22:03:54 Destroy() [SB 99]", "2020/03/17 22:03:54 Kill function: L255", "2020/03/17 22:03:54 Destroy() [SB 257]", "2020/03/17 22:03:54 Kill function: L785", "2020/03/17 22:03:54 Destroy() [SB 787]", "2020/03/17 22:03:54 Kill function: L36", "2020/03/17 22:03:54 Destroy() [SB 38]", "2020/03/17 22:03:54 Kill function: L612", "2020/03/17 22:03:54 Destroy() [SB 614]", "2020/03/17 22:03:54 Kill function: L656", "2020/03/17 22:03:54 Destroy() [SB 658]", "2020/03/17 22:03:54 Kill function: L472", "2020/03/17 22:03:54 Destroy() [SB 474]", "2020/03/17 22:03:54 Kill function: L619", "2020/03/17 22:03:54 Destroy() [SB 621]", "2020/03/17 22:03:54 Kill function: L420", "2020/03/17 22:03:54 Destroy() [SB 422]", "2020/03/17 22:03:54 Kill function: L629", "2020/03/17 22:03:54 Destroy() [SB 631]", "2020/03/17 22:03:54 Kill function: L30", "2020/03/17 22:03:54 Destroy() [SB 32]", "2020/03/17 22:03:54 Kill function: L299", "2020/03/17 22:03:54 Destroy() [SB 301]", "2020/03/17 22:03:54 Kill function: L647", "2020/03/17 22:03:54 Destroy() [SB 649]", "2020/03/17 22:03:54 Kill function: L920", "2020/03/17 22:03:54 Destroy() [SB 922]", "2020/03/17 22:03:54 Kill function: L15", "2020/03/17 22:03:54 Destroy() [SB 17]", "2020/03/17 22:03:54 Kill function: L195", "2020/03/17 22:03:54 Destroy() [SB 197]", "2020/03/17 22:03:54 Kill function: L132", "2020/03/17 22:03:54 Destroy() [SB 134]", "2020/03/17 22:03:54 Kill function: L469", "2020/03/17 22:03:54 Destroy() [SB 471]", "2020/03/17 22:03:54 Kill function: L738", "2020/03/17 22:03:54 Destroy() [SB 740]", "2020/03/17 22:03:54 Kill function: L792", "2020/03/17 22:03:54 Destroy() [SB 794]", "2020/03/17 22:03:54 Kill function: L930", "2020/03/17 22:03:54 Destroy() [SB 932]", "2020/03/17 22:03:54 Kill function: L75", "2020/03/17 22:03:54 Destroy() [SB 77]", "2020/03/17 22:03:54 Kill function: L85", "2020/03/17 22:03:54 Destroy() [SB 87]", "2020/03/17 22:03:54 Kill function: L226", "2020/03/17 22:03:54 Destroy() [SB 228]", "2020/03/17 22:03:54 Kill function: L884", "2020/03/17 22:03:54 Destroy() [SB 886]", "2020/03/17 22:03:54 Kill function: L326", "2020/03/17 22:03:54 Destroy() [SB 328]", "2020/03/17 22:03:54 Kill function: L229", "2020/03/17 22:03:54 Destroy() [SB 231]", "2020/03/17 22:03:54 Kill function: L322", "2020/03/17 22:03:54 Destroy() [SB 324]", "2020/03/17 22:03:54 Kill function: L87", "2020/03/17 22:03:54 Destroy() [SB 89]", "2020/03/17 22:03:54 Kill function: L144", "2020/03/17 22:03:54 Destroy() [SB 146]", "2020/03/17 22:03:54 Kill function: L210", "2020/03/17 22:03:54 Destroy() [SB 212]", "2020/03/17 22:03:54 Kill function: L546", "2020/03/17 22:03:54 Destroy() [SB 548]", "2020/03/17 22:03:54 Kill function: L549", "2020/03/17 22:03:54 Destroy() [SB 551]", "2020/03/17 22:03:54 Kill function: L13", "2020/03/17 22:03:54 Destroy() [SB 15]", "2020/03/17 22:03:54 Kill function: L65", "2020/03/17 22:03:54 Destroy() [SB 67]", "2020/03/17 22:03:54 Kill function: L819", "2020/03/17 22:03:54 Destroy() [SB 821]", "2020/03/17 22:03:54 Kill function: L843", "2020/03/17 22:03:54 Destroy() [SB 845]", "2020/03/17 22:03:54 Kill function: L860", "2020/03/17 22:03:54 Destroy() [SB 862]", "2020/03/17 22:03:54 Kill function: L126", "2020/03/17 22:03:54 Destroy() [SB 128]", "2020/03/17 22:03:54 Kill function: L730", "2020/03/17 22:03:54 Destroy() [SB 732]", "2020/03/17 22:03:54 Kill function: L694", "2020/03/17 22:03:54 Destroy() [SB 696]", "2020/03/17 22:03:54 Kill function: L108", "2020/03/17 22:03:54 Destroy() [SB 110]", "2020/03/17 22:03:54 Kill function: L541", "2020/03/17 22:03:54 Destroy() [SB 543]", "2020/03/17 22:03:54 Kill function: L870", "2020/03/17 22:03:54 Destroy() [SB 872]", "2020/03/17 22:03:54 Kill function: L383", "2020/03/17 22:03:54 Destroy() [SB 385]", "2020/03/17 22:03:54 Kill function: L598", "2020/03/17 22:03:54 Destroy() [SB 600]", "2020/03/17 22:03:54 Kill function: L279", "2020/03/17 22:03:54 Destroy() [SB 281]", "2020/03/17 22:03:54 Kill function: L333", "2020/03/17 22:03:54 Destroy() [SB 335]", "2020/03/17 22:03:54 Kill function: L337", "2020/03/17 22:03:54 Destroy() [SB 339]", "2020/03/17 22:03:54 Kill function: L588", "2020/03/17 22:03:54 Destroy() [SB 590]", "2020/03/17 22:03:54 Kill function: L689", "2020/03/17 22:03:54 Destroy() [SB 691]", "2020/03/17 22:03:54 Kill function: L791", "2020/03/17 22:03:54 Destroy() [SB 793]", "2020/03/17 22:03:54 Kill function: L71", "2020/03/17 22:03:54 Destroy() [SB 73]", "2020/03/17 22:03:54 Kill function: L211", "2020/03/17 22:03:54 Destroy() [SB 213]", "2020/03/17 22:03:54 Kill function: L887", "2020/03/17 22:03:54 Destroy() [SB 889]", "2020/03/17 22:03:54 Kill function: L876", "2020/03/17 22:03:54 Destroy() [SB 878]", "2020/03/17 22:03:54 Kill function: L910", "2020/03/17 22:03:54 Destroy() [SB 912]", "2020/03/17 22:03:54 Kill function: L54", "2020/03/17 22:03:54 Destroy() [SB 56]", "2020/03/17 22:03:54 Kill function: L606", "2020/03/17 22:03:54 Destroy() [SB 608]", "2020/03/17 22:03:54 Kill function: L771", "2020/03/17 22:03:54 Destroy() [SB 773]", "2020/03/17 22:03:54 Kill function: L932", "2020/03/17 22:03:54 Destroy() [SB 934]", "2020/03/17 22:03:54 Kill function: L113", "2020/03/17 22:03:54 Destroy() [SB 115]", "2020/03/17 22:03:54 Kill function: L642", "2020/03/17 22:03:54 Destroy() [SB 644]", "2020/03/17 22:03:54 Kill function: L302", "2020/03/17 22:03:54 Destroy() [SB 304]", "2020/03/17 22:03:54 Kill function: L625", "2020/03/17 22:03:54 Destroy() [SB 627]", "2020/03/17 22:03:54 Kill function: L46", "2020/03/17 22:03:54 Destroy() [SB 48]", "2020/03/17 22:03:54 Kill function: L241", "2020/03/17 22:03:54 Destroy() [SB 243]", "2020/03/17 22:03:54 Kill function: L244", "2020/03/17 22:03:54 Destroy() [SB 246]", "2020/03/17 22:03:54 Kill function: L258", "2020/03/17 22:03:54 Destroy() [SB 260]", "2020/03/17 22:03:54 Kill function: L334", "2020/03/17 22:03:54 Destroy() [SB 336]", "2020/03/17 22:03:54 Kill function: L426", "2020/03/17 22:03:54 Destroy() [SB 428]", "2020/03/17 22:03:54 Kill function: L438", "2020/03/17 22:03:54 Destroy() [SB 440]", "2020/03/17 22:03:54 Kill function: L891", "2020/03/17 22:03:54 Destroy() [SB 893]", "2020/03/17 22:03:54 Kill function: L0", "2020/03/17 22:03:54 Destroy() [SB 2]", "2020/03/17 22:03:54 Kill function: L178", "2020/03/17 22:03:54 Destroy() [SB 180]", "2020/03/17 22:03:54 Kill function: L632", "2020/03/17 22:03:54 Destroy() [SB 634]", "2020/03/17 22:03:54 Kill function: L974", "2020/03/17 22:03:54 Destroy() [SB 976]", "2020/03/17 22:03:54 Kill function: L228", "2020/03/17 22:03:54 Destroy() [SB 230]", "2020/03/17 22:03:54 Kill function: L261", "2020/03/17 22:03:54 Destroy() [SB 263]", "2020/03/17 22:03:54 Kill function: L161", "2020/03/17 22:03:54 Destroy() [SB 163]", "2020/03/17 22:03:54 Kill function: L840", "2020/03/17 22:03:54 Destroy() [SB 842]", "2020/03/17 22:03:54 Kill function: L504", "2020/03/17 22:03:54 Destroy() [SB 506]", "2020/03/17 22:03:54 Kill function: L523", "2020/03/17 22:03:54 Destroy() [SB 525]", "2020/03/17 22:03:54 Kill function: L911", "2020/03/17 22:03:54 Destroy() [SB 913]", "2020/03/17 22:03:54 Kill function: L350", "2020/03/17 22:03:54 Destroy() [SB 352]", "2020/03/17 22:03:54 Kill function: L373", "2020/03/17 22:03:54 Destroy() [SB 375]", "2020/03/17 22:03:54 Kill function: L797", "2020/03/17 22:03:54 Destroy() [SB 799]", "2020/03/17 22:03:54 Kill function: L871", "2020/03/17 22:03:54 Destroy() [SB 873]", "2020/03/17 22:03:54 Kill function: L436", "2020/03/17 22:03:54 Destroy() [SB 438]", "2020/03/17 22:03:54 Kill function: L495", "2020/03/17 22:03:54 Destroy() [SB 497]", "2020/03/17 22:03:54 Kill function: L425", "2020/03/17 22:03:54 Destroy() [SB 427]", "2020/03/17 22:03:54 Kill function: L727", "2020/03/17 22:03:54 Destroy() [SB 729]", "2020/03/17 22:03:54 Kill function: L999", "2020/03/17 22:03:54 Destroy() [SB 1001]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 1001]", "2020/03/17 22:03:54 killed PIDs [24027] in CG [SOCK 1001]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 1001]", "2020/03/17 22:03:54 childExit(SB 1001) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 3 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L328", "2020/03/17 22:03:54 Destroy() [SB 330]", "2020/03/17 22:03:54 Kill function: L518", "2020/03/17 22:03:54 Destroy() [SB 520]", "2020/03/17 22:03:54 Kill function: L553", "2020/03/17 22:03:54 Destroy() [SB 555]", "2020/03/17 22:03:54 Kill function: L657", "2020/03/17 22:03:54 Destroy() [SB 659]", "2020/03/17 22:03:54 Kill function: L715", "2020/03/17 22:03:54 Destroy() [SB 717]", "2020/03/17 22:03:54 Kill function: L786", "2020/03/17 22:03:54 Destroy() [SB 788]", "2020/03/17 22:03:54 Kill function: L45", "2020/03/17 22:03:54 Destroy() [SB 47]", "2020/03/17 22:03:54 Kill function: L567", "2020/03/17 22:03:54 Destroy() [SB 569]", "2020/03/17 22:03:54 Kill function: L7", "2020/03/17 22:03:54 Destroy() [SB 9]", "2020/03/17 22:03:54 Kill function: L528", "2020/03/17 22:03:54 Destroy() [SB 530]", "2020/03/17 22:03:54 Kill function: L118", "2020/03/17 22:03:54 Destroy() [SB 120]", "2020/03/17 22:03:54 Kill function: L257", "2020/03/17 22:03:54 Destroy() [SB 259]", "2020/03/17 22:03:54 Kill function: L300", "2020/03/17 22:03:54 Destroy() [SB 302]", "2020/03/17 22:03:54 Kill function: L409", "2020/03/17 22:03:54 Destroy() [SB 411]", "2020/03/17 22:03:54 Kill function: L31", "2020/03/17 22:03:54 Destroy() [SB 33]", "2020/03/17 22:03:54 Kill function: L102", "2020/03/17 22:03:54 Destroy() [SB 104]", "2020/03/17 22:03:54 Kill function: L145", "2020/03/17 22:03:54 Destroy() [SB 147]", "2020/03/17 22:03:54 Kill function: L185", "2020/03/17 22:03:54 Destroy() [SB 187]", "2020/03/17 22:03:54 Kill function: L272", "2020/03/17 22:03:54 Destroy() [SB 274]", "2020/03/17 22:03:54 Kill function: L477", "2020/03/17 22:03:54 Destroy() [SB 479]", "2020/03/17 22:03:54 Kill function: L508", "2020/03/17 22:03:54 Destroy() [SB 510]", "2020/03/17 22:03:54 Kill function: L912", "2020/03/17 22:03:54 Destroy() [SB 914]", "2020/03/17 22:03:54 Kill function: L53", "2020/03/17 22:03:54 Destroy() [SB 55]", "2020/03/17 22:03:54 Kill function: L96", "2020/03/17 22:03:54 Destroy() [SB 98]", "2020/03/17 22:03:54 Kill function: L466", "2020/03/17 22:03:54 Destroy() [SB 468]", "2020/03/17 22:03:54 Kill function: L608", "2020/03/17 22:03:54 Destroy() [SB 610]", "2020/03/17 22:03:54 Kill function: L611", "2020/03/17 22:03:54 Destroy() [SB 613]", "2020/03/17 22:03:54 Kill function: L852", "2020/03/17 22:03:54 Destroy() [SB 854]", "2020/03/17 22:03:54 Kill function: L119", "2020/03/17 22:03:54 Destroy() [SB 121]", "2020/03/17 22:03:54 Kill function: L295", "2020/03/17 22:03:54 Destroy() [SB 297]", "2020/03/17 22:03:54 Kill function: L837", "2020/03/17 22:03:54 Destroy() [SB 839]", "2020/03/17 22:03:54 Kill function: L849", "2020/03/17 22:03:54 Destroy() [SB 851]", "2020/03/17 22:03:54 Kill function: L467", "2020/03/17 22:03:54 Destroy() [SB 469]", "2020/03/17 22:03:54 Kill function: L653", "2020/03/17 22:03:54 Destroy() [SB 655]", "2020/03/17 22:03:54 Kill function: L732", "2020/03/17 22:03:54 Destroy() [SB 734]", "2020/03/17 22:03:54 Kill function: L842", "2020/03/17 22:03:54 Destroy() [SB 844]", "2020/03/17 22:03:54 Kill function: L84", "2020/03/17 22:03:54 Destroy() [SB 86]", "2020/03/17 22:03:54 Kill function: L634", "2020/03/17 22:03:54 Destroy() [SB 636]", "2020/03/17 22:03:54 Kill function: L534", "2020/03/17 22:03:54 Destroy() [SB 536]", "2020/03/17 22:03:54 Kill function: L826", "2020/03/17 22:03:54 Destroy() [SB 828]", "2020/03/17 22:03:54 Kill function: L835", "2020/03/17 22:03:54 Destroy() [SB 837]", "2020/03/17 22:03:54 Kill function: L447", "2020/03/17 22:03:54 Destroy() [SB 449]", "2020/03/17 22:03:54 Kill function: L448", "2020/03/17 22:03:54 Destroy() [SB 450]", "2020/03/17 22:03:54 Kill function: L141", "2020/03/17 22:03:54 Destroy() [SB 143]", "2020/03/17 22:03:54 Kill function: L679", "2020/03/17 22:03:54 Destroy() [SB 681]", "2020/03/17 22:03:54 Kill function: L881", "2020/03/17 22:03:54 Destroy() [SB 883]", "2020/03/17 22:03:54 Kill function: L128", "2020/03/17 22:03:54 Destroy() [SB 130]", "2020/03/17 22:03:54 Kill function: L282", "2020/03/17 22:03:54 Destroy() [SB 284]", "2020/03/17 22:03:54 Kill function: L592", "2020/03/17 22:03:54 Destroy() [SB 594]", "2020/03/17 22:03:54 Kill function: L984", "2020/03/17 22:03:54 Destroy() [SB 986]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 986]", "2020/03/17 22:03:54 killed PIDs [23950] in CG [SOCK 986]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 986]", "2020/03/17 22:03:54 childExit(SB 986) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 2 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L106", "2020/03/17 22:03:54 Destroy() [SB 108]", "2020/03/17 22:03:54 Kill function: L117", "2020/03/17 22:03:54 Destroy() [SB 119]", "2020/03/17 22:03:54 Kill function: L390", "2020/03/17 22:03:54 Destroy() [SB 392]", "2020/03/17 22:03:54 Kill function: L931", "2020/03/17 22:03:54 Destroy() [SB 933]", "2020/03/17 22:03:54 Kill function: L190", "2020/03/17 22:03:54 Destroy() [SB 192]", "2020/03/17 22:03:54 Kill function: L570", "2020/03/17 22:03:54 Destroy() [SB 572]", "2020/03/17 22:03:54 Kill function: L620", "2020/03/17 22:03:54 Destroy() [SB 622]", "2020/03/17 22:03:54 Kill function: L614", "2020/03/17 22:03:54 Destroy() [SB 616]", "2020/03/17 22:03:54 Kill function: L617", "2020/03/17 22:03:54 Destroy() [SB 619]", "2020/03/17 22:03:54 Kill function: L358", "2020/03/17 22:03:54 Destroy() [SB 360]", "2020/03/17 22:03:54 Kill function: L133", "2020/03/17 22:03:54 Destroy() [SB 135]", "2020/03/17 22:03:54 Kill function: L149", "2020/03/17 22:03:54 Destroy() [SB 151]", "2020/03/17 22:03:54 Kill function: L713", "2020/03/17 22:03:54 Destroy() [SB 715]", "2020/03/17 22:03:54 Kill function: L948", "2020/03/17 22:03:54 Destroy() [SB 950]", "2020/03/17 22:03:54 Kill function: L57", "2020/03/17 22:03:54 Destroy() [SB 59]", "2020/03/17 22:03:54 Kill function: L100", "2020/03/17 22:03:54 Destroy() [SB 102]", "2020/03/17 22:03:54 Kill function: L27", "2020/03/17 22:03:54 Destroy() [SB 29]", "2020/03/17 22:03:54 Kill function: L839", "2020/03/17 22:03:54 Destroy() [SB 841]", "2020/03/17 22:03:54 Kill function: L499", "2020/03/17 22:03:54 Destroy() [SB 501]", "2020/03/17 22:03:54 Kill function: L621", "2020/03/17 22:03:54 Destroy() [SB 623]", "2020/03/17 22:03:54 Kill function: L298", "2020/03/17 22:03:54 Destroy() [SB 300]", "2020/03/17 22:03:54 Kill function: L347", "2020/03/17 22:03:54 Destroy() [SB 349]", "2020/03/17 22:03:54 Kill function: L885", "2020/03/17 22:03:54 Destroy() [SB 887]", "2020/03/17 22:03:54 Kill function: L254", "2020/03/17 22:03:54 Destroy() [SB 256]", "2020/03/17 22:03:54 Kill function: L479", "2020/03/17 22:03:54 Destroy() [SB 481]", "2020/03/17 22:03:54 Kill function: L463", "2020/03/17 22:03:54 Destroy() [SB 465]", "2020/03/17 22:03:54 Kill function: L692", "2020/03/17 22:03:54 Destroy() [SB 694]", "2020/03/17 22:03:54 Kill function: L708", "2020/03/17 22:03:54 Destroy() [SB 710]", "2020/03/17 22:03:54 Kill function: L276", "2020/03/17 22:03:54 Destroy() [SB 278]", "2020/03/17 22:03:54 Kill function: L416", "2020/03/17 22:03:54 Destroy() [SB 418]", "2020/03/17 22:03:54 Kill function: L640", "2020/03/17 22:03:54 Destroy() [SB 642]", "2020/03/17 22:03:54 Kill function: L762", "2020/03/17 22:03:54 Destroy() [SB 764]", "2020/03/17 22:03:54 Kill function: L901", "2020/03/17 22:03:54 Destroy() [SB 903]", "2020/03/17 22:03:54 Kill function: L56", "2020/03/17 22:03:54 Destroy() [SB 58]", "2020/03/17 22:03:54 Kill function: L186", "2020/03/17 22:03:54 Destroy() [SB 188]", "2020/03/17 22:03:54 Kill function: L52", "2020/03/17 22:03:54 Destroy() [SB 54]", "2020/03/17 22:03:54 Kill function: L535", "2020/03/17 22:03:54 Destroy() [SB 537]", "2020/03/17 22:03:54 Kill function: L11", "2020/03/17 22:03:54 Destroy() [SB 13]", "2020/03/17 22:03:54 Kill function: L40", "2020/03/17 22:03:54 Destroy() [SB 42]", "2020/03/17 22:03:54 Kill function: L672", "2020/03/17 22:03:54 Destroy() [SB 674]", "2020/03/17 22:03:54 Kill function: L915", "2020/03/17 22:03:54 Destroy() [SB 917]", "2020/03/17 22:03:54 Kill function: L29", "2020/03/17 22:03:54 Destroy() [SB 31]", "2020/03/17 22:03:54 Kill function: L419", "2020/03/17 22:03:54 Destroy() [SB 421]", "2020/03/17 22:03:54 Kill function: L221", "2020/03/17 22:03:54 Destroy() [SB 223]", "2020/03/17 22:03:54 Kill function: L224", "2020/03/17 22:03:54 Destroy() [SB 226]", "2020/03/17 22:03:54 Kill function: L242", "2020/03/17 22:03:54 Destroy() [SB 244]", "2020/03/17 22:03:54 Kill function: L421", "2020/03/17 22:03:54 Destroy() [SB 423]", "2020/03/17 22:03:54 Kill function: L446", "2020/03/17 22:03:54 Destroy() [SB 448]", "2020/03/17 22:03:54 Kill function: L739", "2020/03/17 22:03:54 Destroy() [SB 741]", "2020/03/17 22:03:54 Kill function: L74", "2020/03/17 22:03:54 Destroy() [SB 76]", "2020/03/17 22:03:54 Kill function: L115", "2020/03/17 22:03:54 Destroy() [SB 117]", "2020/03/17 22:03:54 Kill function: L717", "2020/03/17 22:03:54 Destroy() [SB 719]", "2020/03/17 22:03:54 Kill function: L834", "2020/03/17 22:03:54 Destroy() [SB 836]", "2020/03/17 22:03:54 Kill function: L308", "2020/03/17 22:03:54 Destroy() [SB 310]", "2020/03/17 22:03:54 Kill function: L318", "2020/03/17 22:03:54 Destroy() [SB 320]", "2020/03/17 22:03:54 Kill function: L579", "2020/03/17 22:03:54 Destroy() [SB 581]", "2020/03/17 22:03:54 Kill function: L544", "2020/03/17 22:03:54 Destroy() [SB 546]", "2020/03/17 22:03:54 Kill function: L551", "2020/03/17 22:03:54 Destroy() [SB 553]", "2020/03/17 22:03:54 Kill function: L520", "2020/03/17 22:03:54 Destroy() [SB 522]", "2020/03/17 22:03:54 Kill function: L217", "2020/03/17 22:03:54 Destroy() [SB 219]", "2020/03/17 22:03:54 Kill function: L283", "2020/03/17 22:03:54 Destroy() [SB 285]", "2020/03/17 22:03:54 Kill function: L399", "2020/03/17 22:03:54 Destroy() [SB 401]", "2020/03/17 22:03:54 Kill function: L618", "2020/03/17 22:03:54 Destroy() [SB 620]", "2020/03/17 22:03:54 Kill function: L758", "2020/03/17 22:03:54 Destroy() [SB 760]", "2020/03/17 22:03:54 Kill function: L958", "2020/03/17 22:03:54 Destroy() [SB 960]", "2020/03/17 22:03:54 Kill function: L10", "2020/03/17 22:03:54 Destroy() [SB 12]", "2020/03/17 22:03:54 Kill function: L203", "2020/03/17 22:03:54 Destroy() [SB 205]", "2020/03/17 22:03:54 Kill function: L812", "2020/03/17 22:03:54 Destroy() [SB 814]", "2020/03/17 22:03:54 Kill function: L862", "2020/03/17 22:03:54 Destroy() [SB 864]", "2020/03/17 22:03:54 Kill function: L707", "2020/03/17 22:03:54 Destroy() [SB 709]", "2020/03/17 22:03:54 Kill function: L848", "2020/03/17 22:03:54 Destroy() [SB 850]", "2020/03/17 22:03:54 Kill function: L336", "2020/03/17 22:03:54 Destroy() [SB 338]", "2020/03/17 22:03:54 Kill function: L422", "2020/03/17 22:03:54 Destroy() [SB 424]", "2020/03/17 22:03:54 Kill function: L531", "2020/03/17 22:03:54 Destroy() [SB 533]", "2020/03/17 22:03:54 Kill function: L590", "2020/03/17 22:03:54 Destroy() [SB 592]", "2020/03/17 22:03:54 Kill function: L723", "2020/03/17 22:03:54 Destroy() [SB 725]", "2020/03/17 22:03:54 Kill function: L831", "2020/03/17 22:03:54 Destroy() [SB 833]", "2020/03/17 22:03:54 Kill function: L981", "2020/03/17 22:03:54 Destroy() [SB 983]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 983]", "2020/03/17 22:03:54 killed PIDs [23935] in CG [SOCK 983]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 983]", "2020/03/17 22:03:54 childExit(SB 983) [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 1 [SOCK 1]", "2020/03/17 22:03:54 Kill function: L86", "2020/03/17 22:03:54 Destroy() [SB 88]", "2020/03/17 22:03:54 Kill function: L497", "2020/03/17 22:03:54 Destroy() [SB 499]", "2020/03/17 22:03:54 Import Cache Tree:", "2020/03/17 22:03:54 1000 - ROOT", "2020/03/17 22:03:54 Destroy() [SB 1]", "2020/03/17 22:03:54 CG ref count decremented to 0 [SOCK 1]", "2020/03/17 22:03:54 killed PIDs [19047] in CG [SOCK 1]", "2020/03/17 22:03:54 unmount and remove dirs [SOCK 1]", "2020/03/17 22:03:54 make sure all memory is free [SOCK POOL sandboxes]", "2020/03/17 22:03:54 memory pool emptied [SOCK POOL sandboxes]", "2020/03/17 22:03:54 received shutdown request [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:54 empty queues and release CGs [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:54 remove /sys/fs/cgroup/blkio/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:54 remove /sys/fs/cgroup/cpu/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:54 remove /sys/fs/cgroup/devices/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:54 remove /sys/fs/cgroup/freezer/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:54 remove /sys/fs/cgroup/hugetlb/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:54 remove /sys/fs/cgroup/memory/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:54 remove /sys/fs/cgroup/perf_event/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:54 remove /sys/fs/cgroup/systemd/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "2020/03/17 22:03:54 remove /sys/fs/cgroup/pids/test-dir-sandboxes [CGROUP POOL test-dir-sandboxes]", "" ] } POP conf: {'registry': '/tmp/tmp7caqfnok'} POP conf: {'features': {'reuse_cgroups': True}} POP conf: {'limits': {'installer_mem_mb': 250}} PASSED: 17, FAILED: 1 Makefile:27: recipe for target 'test-all' failed make: *** [test-all] Error 1