python3 -u test.py RUN ./ol new -p=test-dir b'Init OL dir at /root/open-lambda/test-dir\nCreate lambda base at /root/open-lambda/test-dir/lambda (may take several minutes)\nWorking Directory: /root/open-lambda/test-dir\n\nWorker Defaults: \n{\n\t"registry": "/root/open-lambda/test-dir/registry",\n\t"registry_cache_ms": 5000,\n\t"sandbox": "sock",\n\t"cluster_name": "/root/open-lambda/test-dir",\n\t"pip_mirror": "",\n\t"Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages",\n\t"handler_cache_mb": 239,\n\t"import_cache_mb": 239,\n\t"server_mode": "lambda",\n\t"worker_dir": "/root/open-lambda/test-dir/worker",\n\t"SOCK_base_path": "/root/open-lambda/test-dir/lambda",\n\t"worker_port": "5000",\n\t"Skip_pull_existing": false,\n\t"sandbox_config": {},\n\t"startup_pkgs": null,\n\t"docker_runtime": "",\n\t"sock_cgroups": {\n\t\t"max_procs": 10,\n\t\t"max_mem_mb": 50\n\t}\n}\n\nYou may modify the defaults here: /root/open-lambda/test-dir/config.json\n\nYou may now start a server using the "ol worker" command\n' PUSH conf: {'registry': '/root/open-lambda/test-registry', 'startup_pkgs': ['parso', 'jedi', 'urllib3', 'idna', 'chardet', 'certifi', 'requests', 'simplejson']} ======================================== ping_test ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=7303, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 7303\n' { "test": "ping_test", "params": {}, "pass": true, "seconds": 2.463299036026001, "total_seconds": 21.409642934799194, "stats": { "pings_per_sec": 405.96263033490266 }, "ol-stats": { "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 1, "Create()/acquire-mem:ms.avg": 0, "Create()/acquire-mem:ms.cnt": 1, "Create()/fresh-proc:ms.avg": 1858, "Create()/fresh-proc:ms.cnt": 1, "Create()/make-root-fs:ms.avg": 4, "Create()/make-root-fs:ms.cnt": 1, "Create():ms.avg": 1863, "Create():ms.cnt": 1, "Destroy()/detach-root:ms.avg": 0, "Destroy()/detach-root:ms.cnt": 1, "Destroy()/kill-procs:ms.avg": 1, "Destroy()/kill-procs:ms.cnt": 1, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 1, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 1, "Destroy():ms.avg": 147, "Destroy():ms.cnt": 1 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/root/open-lambda/test-registry", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "Skip_pull_existing": false, "handler_cache_mb": 239, "import_cache_mb": 239, "server_mode": "lambda", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "2019/06/28 22:30:03 remove /sys/fs/cgroup/freezer/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:03 remove /sys/fs/cgroup/hugetlb/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:03 remove /sys/fs/cgroup/memory/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:03 remove /sys/fs/cgroup/perf_event/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:03 remove /sys/fs/cgroup/systemd/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:03 remove /sys/fs/cgroup/pids/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:03 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:30:03 remove worker.pid", "2019/06/28 22:30:03 exiting", "" ] } PUSH conf: {'import_cache_mb': 0, 'handler_cache_mb': 100} ======================================== smoke_tests ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=7375, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 7375\n' { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 1.700383186340332, "total_seconds": 9.76005244255066, "stats": null, "ol-stats": { "Channel():ms.avg": 0, "Channel():ms.cnt": 4, "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 4, "Create()/acquire-mem:ms.avg": 0, "Create()/acquire-mem:ms.cnt": 4, "Create()/fresh-proc:ms.avg": 137, "Create()/fresh-proc:ms.cnt": 4, "Create()/make-root-fs:ms.avg": 4, "Create()/make-root-fs:ms.cnt": 4, "Create():ms.avg": 142, "Create():ms.cnt": 4, "Destroy()/detach-root:ms.avg": 0, "Destroy()/detach-root:ms.cnt": 4, "Destroy()/kill-procs:ms.avg": 4, "Destroy()/kill-procs:ms.cnt": 4, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 4, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 4, "Destroy():ms.avg": 3, "Destroy():ms.cnt": 7, "Pause():ms.avg": 3, "Pause():ms.cnt": 4, "evict:ms.avg": 7, "evict:ms.cnt": 3 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/root/open-lambda/test-registry", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "Skip_pull_existing": false, "handler_cache_mb": 100, "import_cache_mb": 0, "server_mode": "lambda", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "2019/06/28 22:30:13 remove /sys/fs/cgroup/freezer/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:30:13 remove /sys/fs/cgroup/hugetlb/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:30:13 remove /sys/fs/cgroup/memory/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:30:13 remove /sys/fs/cgroup/perf_event/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:30:13 remove /sys/fs/cgroup/systemd/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:30:13 remove /sys/fs/cgroup/pids/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:30:13 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:30:13 remove worker.pid", "2019/06/28 22:30:13 exiting", "" ] } POP conf: {'import_cache_mb': 0, 'handler_cache_mb': 100} PUSH conf: {'import_cache_mb': 0, 'handler_cache_mb': 250} ======================================== smoke_tests ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=7453, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 7453\n' { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 1.68461275100708, "total_seconds": 9.858135461807251, "stats": null, "ol-stats": { "Channel():ms.avg": 0, "Channel():ms.cnt": 4, "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 4, "Create()/acquire-mem:ms.avg": 0, "Create()/acquire-mem:ms.cnt": 4, "Create()/fresh-proc:ms.avg": 139, "Create()/fresh-proc:ms.cnt": 4, "Create()/make-root-fs:ms.avg": 3, "Create()/make-root-fs:ms.cnt": 4, "Create():ms.avg": 143, "Create():ms.cnt": 4, "Destroy()/detach-root:ms.avg": 1, "Destroy()/detach-root:ms.cnt": 4, "Destroy()/kill-procs:ms.avg": 2, "Destroy()/kill-procs:ms.cnt": 4, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 4, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 4, "Destroy():ms.avg": 4, "Destroy():ms.cnt": 4, "Pause():ms.avg": 7, "Pause():ms.cnt": 4 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/root/open-lambda/test-registry", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "Skip_pull_existing": false, "handler_cache_mb": 250, "import_cache_mb": 0, "server_mode": "lambda", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "2019/06/28 22:30:23 remove /sys/fs/cgroup/freezer/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:30:23 remove /sys/fs/cgroup/hugetlb/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:30:23 remove /sys/fs/cgroup/memory/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:30:23 remove /sys/fs/cgroup/perf_event/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:30:23 remove /sys/fs/cgroup/systemd/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:30:23 remove /sys/fs/cgroup/pids/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:30:23 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:30:23 remove worker.pid", "2019/06/28 22:30:23 exiting", "" ] } POP conf: {'import_cache_mb': 0, 'handler_cache_mb': 250} PUSH conf: {'import_cache_mb': 250, 'handler_cache_mb': 100} ======================================== smoke_tests ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=7532, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 7532\n' { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 0.8770759105682373, "total_seconds": 8.938785314559937, "stats": null, "ol-stats": { "Channel():ms.avg": 0, "Channel():ms.cnt": 4, "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 5, "Create()/acquire-mem:ms.avg": 0, "Create()/acquire-mem:ms.cnt": 5, "Create()/fork-proc:ms.avg": 7, "Create()/fork-proc:ms.cnt": 4, "Create()/fresh-proc:ms.avg": 142, "Create()/fresh-proc:ms.cnt": 1, "Create()/make-root-fs:ms.avg": 3, "Create()/make-root-fs:ms.cnt": 5, "Create():ms.avg": 38, "Create():ms.cnt": 5, "Destroy()/detach-root:ms.avg": 0, "Destroy()/detach-root:ms.cnt": 5, "Destroy()/kill-procs:ms.avg": 0, "Destroy()/kill-procs:ms.cnt": 5, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 5, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 5, "Destroy():ms.avg": 1, "Destroy():ms.cnt": 8, "Pause():ms.avg": 7, "Pause():ms.cnt": 4, "evict:ms.avg": 1, "evict:ms.cnt": 3, "fork():ms.avg": 7, "fork():ms.cnt": 4, "forkRequest:ms.avg": 6, "forkRequest:ms.cnt": 4, "move-to-cg-after-fork:ms.avg": 0, "move-to-cg-after-fork:ms.cnt": 4 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/root/open-lambda/test-registry", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "Skip_pull_existing": false, "handler_cache_mb": 100, "import_cache_mb": 250, "server_mode": "lambda", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "2019/06/28 22:30:32 remove /sys/fs/cgroup/freezer/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:32 remove /sys/fs/cgroup/hugetlb/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:32 remove /sys/fs/cgroup/memory/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:32 remove /sys/fs/cgroup/perf_event/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:32 remove /sys/fs/cgroup/systemd/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:32 remove /sys/fs/cgroup/pids/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:32 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:30:32 remove worker.pid", "2019/06/28 22:30:32 exiting", "" ] } POP conf: {'import_cache_mb': 250, 'handler_cache_mb': 100} PUSH conf: {'import_cache_mb': 250, 'handler_cache_mb': 250} ======================================== smoke_tests ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=7615, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 7615\n' { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 0.9364328384399414, "total_seconds": 9.009488821029663, "stats": null, "ol-stats": { "Channel():ms.avg": 0, "Channel():ms.cnt": 4, "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 5, "Create()/acquire-mem:ms.avg": 0, "Create()/acquire-mem:ms.cnt": 5, "Create()/fork-proc:ms.avg": 7, "Create()/fork-proc:ms.cnt": 4, "Create()/fresh-proc:ms.avg": 140, "Create()/fresh-proc:ms.cnt": 1, "Create()/make-root-fs:ms.avg": 3, "Create()/make-root-fs:ms.cnt": 5, "Create():ms.avg": 37, "Create():ms.cnt": 5, "Destroy()/detach-root:ms.avg": 0, "Destroy()/detach-root:ms.cnt": 5, "Destroy()/kill-procs:ms.avg": 1, "Destroy()/kill-procs:ms.cnt": 5, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 5, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 5, "Destroy():ms.avg": 2, "Destroy():ms.cnt": 5, "Pause():ms.avg": 6, "Pause():ms.cnt": 4, "fork():ms.avg": 7, "fork():ms.cnt": 4, "forkRequest:ms.avg": 6, "forkRequest:ms.cnt": 4, "move-to-cg-after-fork:ms.avg": 0, "move-to-cg-after-fork:ms.cnt": 4 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/root/open-lambda/test-registry", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "Skip_pull_existing": false, "handler_cache_mb": 250, "import_cache_mb": 250, "server_mode": "lambda", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "2019/06/28 22:30:41 remove /sys/fs/cgroup/freezer/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:41 remove /sys/fs/cgroup/hugetlb/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:41 remove /sys/fs/cgroup/memory/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:41 remove /sys/fs/cgroup/perf_event/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:41 remove /sys/fs/cgroup/systemd/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:41 remove /sys/fs/cgroup/pids/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:30:41 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:30:41 remove worker.pid", "2019/06/28 22:30:41 exiting", "" ] } POP conf: {'import_cache_mb': 250, 'handler_cache_mb': 250} PUSH conf: {'import_cache_mb': 0, 'sandbox': 'docker', 'handler_cache_mb': 100} ======================================== smoke_tests ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=7698, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 7698\n' { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 6.428328514099121, "total_seconds": 15.586147546768188, "stats": null, "ol-stats": { "Channel():ms.avg": 0, "Channel():ms.cnt": 8, "Create():ms.avg": 1597, "Create():ms.cnt": 4, "Destroy():ms.avg": 276, "Destroy():ms.cnt": 8, "Pause():ms.avg": 27, "Pause():ms.cnt": 8 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/root/open-lambda/test-registry", "worker_port": "5000", "sandbox_config": {}, "sandbox": "docker", "pip_mirror": "", "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "Skip_pull_existing": false, "handler_cache_mb": 100, "import_cache_mb": 0, "server_mode": "lambda", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "Kill function: install22019/06/28 22:30:55 Destroy() [SB 2]", "2019/06/28 22:30:55 Destroy() [SB 2]", "Kill function: install32019/06/28 22:30:56 Destroy() [SB 3]", "2019/06/28 22:30:56 Destroy() [SB 3]", "Kill function: echo2019/06/28 22:30:56 Destroy() [SB 0]", "2019/06/28 22:30:56 Destroy() [SB 0]", "2019/06/28 22:30:56 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:30:56 remove worker.pid", "2019/06/28 22:30:56 exiting", "" ] } POP conf: {'import_cache_mb': 0, 'sandbox': 'docker', 'handler_cache_mb': 100} PUSH conf: {'import_cache_mb': 0, 'sandbox': 'docker', 'handler_cache_mb': 250} ======================================== smoke_tests ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=8734, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 8734\n' { "test": "smoke_tests", "params": {}, "pass": true, "seconds": 2.7058310508728027, "total_seconds": 12.464812755584717, "stats": null, "ol-stats": { "Channel():ms.avg": 0, "Channel():ms.cnt": 8, "Create():ms.avg": 666, "Create():ms.cnt": 4, "Destroy():ms.avg": 210, "Destroy():ms.cnt": 8, "Pause():ms.avg": 29, "Pause():ms.cnt": 8 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/root/open-lambda/test-registry", "worker_port": "5000", "sandbox_config": {}, "sandbox": "docker", "pip_mirror": "", "Skip_pull_existing": false, "handler_cache_mb": 250, "import_cache_mb": 0, "server_mode": "lambda", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "Kill function: install2019/06/28 22:31:08 Destroy() [SB 1]", "2019/06/28 22:31:08 Destroy() [SB 1]", "Kill function: install22019/06/28 22:31:08 Destroy() [SB 2]", "2019/06/28 22:31:08 Destroy() [SB 2]", "Kill function: install32019/06/28 22:31:08 Destroy() [SB 3]", "2019/06/28 22:31:08 Destroy() [SB 3]", "2019/06/28 22:31:09 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:31:09 remove worker.pid", "2019/06/28 22:31:09 exiting", "" ] } POP conf: {'import_cache_mb': 0, 'sandbox': 'docker', 'handler_cache_mb': 250} ======================================== fork_bomb ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=9775, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 9775\n' { "test": "fork_bomb", "params": {}, "pass": true, "seconds": 0.09006023406982422, "total_seconds": 8.250191926956177, "stats": null, "ol-stats": { "Channel():ms.avg": 0, "Channel():ms.cnt": 1, "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 2, "Create()/acquire-mem:ms.avg": 0, "Create()/acquire-mem:ms.cnt": 2, "Create()/fork-proc:ms.avg": 8, "Create()/fork-proc:ms.cnt": 1, "Create()/fresh-proc:ms.avg": 144, "Create()/fresh-proc:ms.cnt": 1, "Create()/make-root-fs:ms.avg": 4, "Create()/make-root-fs:ms.cnt": 2, "Create():ms.avg": 80, "Create():ms.cnt": 2, "Destroy()/detach-root:ms.avg": 1, "Destroy()/detach-root:ms.cnt": 2, "Destroy()/kill-procs:ms.avg": 0, "Destroy()/kill-procs:ms.cnt": 2, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 2, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 2, "Destroy():ms.avg": 2, "Destroy():ms.cnt": 2, "Pause():ms.avg": 3, "Pause():ms.cnt": 1, "fork():ms.avg": 8, "fork():ms.cnt": 1, "forkRequest:ms.avg": 7, "forkRequest:ms.cnt": 1, "move-to-cg-after-fork:ms.avg": 0, "move-to-cg-after-fork:ms.cnt": 1 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/root/open-lambda/test-registry", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "Skip_pull_existing": false, "handler_cache_mb": 239, "import_cache_mb": 239, "server_mode": "lambda", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "2019/06/28 22:31:17 remove /sys/fs/cgroup/freezer/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:31:17 remove /sys/fs/cgroup/hugetlb/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:31:17 remove /sys/fs/cgroup/memory/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:31:17 remove /sys/fs/cgroup/perf_event/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:31:17 remove /sys/fs/cgroup/systemd/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:31:17 remove /sys/fs/cgroup/pids/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:31:17 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:31:17 remove worker.pid", "2019/06/28 22:31:17 exiting", "" ] } ======================================== max_mem_alloc ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=9849, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 9849\n' { "test": "max_mem_alloc", "params": {}, "pass": true, "seconds": 0.8243088722229004, "total_seconds": 8.88861894607544, "stats": null, "ol-stats": { "Channel():ms.avg": 0, "Channel():ms.cnt": 1, "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 2, "Create()/acquire-mem:ms.avg": 0, "Create()/acquire-mem:ms.cnt": 2, "Create()/fork-proc:ms.avg": 7, "Create()/fork-proc:ms.cnt": 1, "Create()/fresh-proc:ms.avg": 140, "Create()/fresh-proc:ms.cnt": 1, "Create()/make-root-fs:ms.avg": 4, "Create()/make-root-fs:ms.cnt": 2, "Create():ms.avg": 78, "Create():ms.cnt": 2, "Destroy()/detach-root:ms.avg": 1, "Destroy()/detach-root:ms.cnt": 2, "Destroy()/kill-procs:ms.avg": 1, "Destroy()/kill-procs:ms.cnt": 2, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 2, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 2, "Destroy():ms.avg": 3, "Destroy():ms.cnt": 2, "Pause():ms.avg": 4, "Pause():ms.cnt": 1, "fork():ms.avg": 7, "fork():ms.cnt": 1, "forkRequest:ms.avg": 5, "forkRequest:ms.cnt": 1, "move-to-cg-after-fork:ms.avg": 1, "move-to-cg-after-fork:ms.cnt": 1 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/root/open-lambda/test-registry", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "Skip_pull_existing": false, "handler_cache_mb": 239, "import_cache_mb": 239, "server_mode": "lambda", "startup_pkgs": [ "parso", "jedi", "urllib3", "idna", "chardet", "certifi", "requests", "simplejson" ], "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "2019/06/28 22:31:26 remove /sys/fs/cgroup/freezer/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:31:26 remove /sys/fs/cgroup/hugetlb/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:31:26 remove /sys/fs/cgroup/memory/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:31:26 remove /sys/fs/cgroup/perf_event/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:31:26 remove /sys/fs/cgroup/systemd/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:31:26 remove /sys/fs/cgroup/pids/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:31:26 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:31:26 remove worker.pid", "2019/06/28 22:31:26 exiting", "" ] } POP conf: {'registry': '/root/open-lambda/test-registry', 'startup_pkgs': ['parso', 'jedi', 'urllib3', 'idna', 'chardet', 'certifi', 'requests', 'simplejson']} PUSH conf: {'server_mode': 'sock'} ======================================== sock_churn ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=9962, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 9962\n' { "test": "sock_churn", "params": { "procs": 1, "fork": true, "baseline": 0, "seconds": 15 }, "pass": true, "seconds": 15.222851276397705, "total_seconds": 15.451166152954102, "stats": { "sandboxes_per_sec": 46.86666666666667 }, "ol-stats": { "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 704, "Create()/acquire-mem:ms.avg": 0, "Create()/acquire-mem:ms.cnt": 704, "Create()/fork-proc:ms.avg": 6, "Create()/fork-proc:ms.cnt": 703, "Create()/fresh-proc:ms.avg": 131, "Create()/fresh-proc:ms.cnt": 1, "Create()/make-root-fs:ms.avg": 2, "Create()/make-root-fs:ms.cnt": 704, "Create():ms.avg": 9, "Create():ms.cnt": 704, "Destroy()/detach-root:ms.avg": 1, "Destroy()/detach-root:ms.cnt": 704, "Destroy()/kill-procs:ms.avg": 1, "Destroy()/kill-procs:ms.cnt": 704, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 704, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 704, "Destroy():ms.avg": 1, "Destroy():ms.cnt": 1407, "fork():ms.avg": 6, "fork():ms.cnt": 703, "forkRequest:ms.avg": 5, "forkRequest:ms.cnt": 703, "move-to-cg-after-fork:ms.avg": 0, "move-to-cg-after-fork:ms.cnt": 703 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/root/open-lambda/test-dir/registry", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "Skip_pull_existing": false, "handler_cache_mb": 239, "import_cache_mb": 239, "server_mode": "sock", "startup_pkgs": null, "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "2019/06/28 22:31:41 remove /sys/fs/cgroup/freezer/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:31:41 remove /sys/fs/cgroup/hugetlb/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:31:41 remove /sys/fs/cgroup/memory/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:31:41 remove /sys/fs/cgroup/perf_event/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:31:41 remove /sys/fs/cgroup/systemd/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:31:41 remove /sys/fs/cgroup/pids/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:31:41 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:31:41 remove worker.pid", "2019/06/28 22:31:41 exiting", "" ] } ======================================== sock_churn ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=12805, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 12805\n' { "test": "sock_churn", "params": { "procs": 15, "fork": true, "baseline": 0, "seconds": 15 }, "pass": true, "seconds": 15.408340215682983, "total_seconds": 15.649671077728271, "stats": { "sandboxes_per_sec": 48.06666666666667 }, "ol-stats": { "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 722, "Create()/acquire-mem:ms.avg": 101, "Create()/acquire-mem:ms.cnt": 722, "Create()/fork-proc:ms.avg": 38, "Create()/fork-proc:ms.cnt": 721, "Create()/fresh-proc:ms.avg": 134, "Create()/fresh-proc:ms.cnt": 1, "Create()/make-root-fs:ms.avg": 3, "Create()/make-root-fs:ms.cnt": 722, "Create():ms.avg": 145, "Create():ms.cnt": 722, "Destroy()/detach-root:ms.avg": 2, "Destroy()/detach-root:ms.cnt": 722, "Destroy()/kill-procs:ms.avg": 7, "Destroy()/kill-procs:ms.cnt": 722, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 722, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 722, "Destroy():ms.avg": 6, "Destroy():ms.cnt": 1443, "fork():ms.avg": 38, "fork():ms.cnt": 721, "forkRequest:ms.avg": 10, "forkRequest:ms.cnt": 721, "move-to-cg-after-fork:ms.avg": 3, "move-to-cg-after-fork:ms.cnt": 721 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/root/open-lambda/test-dir/registry", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "Skip_pull_existing": false, "handler_cache_mb": 239, "import_cache_mb": 239, "server_mode": "sock", "startup_pkgs": null, "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "2019/06/28 22:31:57 remove /sys/fs/cgroup/freezer/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:31:57 remove /sys/fs/cgroup/hugetlb/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:31:57 remove /sys/fs/cgroup/memory/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:31:57 remove /sys/fs/cgroup/perf_event/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:31:57 remove /sys/fs/cgroup/systemd/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:31:57 remove /sys/fs/cgroup/pids/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:31:57 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:31:57 remove worker.pid", "2019/06/28 22:31:57 exiting", "" ] } POP conf: {'server_mode': 'sock'} PUSH conf: {'registry_cache_ms': 3000, 'registry': '/tmp/tmpol_iua15', 'sandbox': 'sock'} ======================================== update_code ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=15739, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 15739\n' { "test": "update_code", "params": {}, "pass": true, "seconds": 6.028635025024414, "total_seconds": 6.266988277435303, "stats": null, "ol-stats": { "Channel():ms.avg": 0, "Channel():ms.cnt": 3, "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 4, "Create()/acquire-mem:ms.avg": 0, "Create()/acquire-mem:ms.cnt": 4, "Create()/fork-proc:ms.avg": 9, "Create()/fork-proc:ms.cnt": 3, "Create()/fresh-proc:ms.avg": 142, "Create()/fresh-proc:ms.cnt": 1, "Create()/make-root-fs:ms.avg": 3, "Create()/make-root-fs:ms.cnt": 4, "Create():ms.avg": 46, "Create():ms.cnt": 4, "Destroy()/detach-root:ms.avg": 0, "Destroy()/detach-root:ms.cnt": 4, "Destroy()/kill-procs:ms.avg": 0, "Destroy()/kill-procs:ms.cnt": 4, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 4, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 4, "Destroy():ms.avg": 1, "Destroy():ms.cnt": 4, "Pause():ms.avg": 0, "Pause():ms.cnt": 1767, "Unpause():ms.avg": 0, "Unpause():ms.cnt": 1764, "fork():ms.avg": 9, "fork():ms.cnt": 3, "forkRequest:ms.avg": 6, "forkRequest:ms.cnt": 3, "move-to-cg-after-fork:ms.avg": 1, "move-to-cg-after-fork:ms.cnt": 3 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/tmp/tmpol_iua15", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "Skip_pull_existing": false, "handler_cache_mb": 239, "import_cache_mb": 239, "server_mode": "lambda", "startup_pkgs": null, "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "registry_cache_ms": 3000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "2019/06/28 22:32:03 remove /sys/fs/cgroup/freezer/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:03 remove /sys/fs/cgroup/hugetlb/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:03 remove /sys/fs/cgroup/memory/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:03 remove /sys/fs/cgroup/perf_event/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:03 remove /sys/fs/cgroup/systemd/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:03 remove /sys/fs/cgroup/pids/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:03 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:32:03 remove worker.pid", "2019/06/28 22:32:03 exiting", "" ] } POP conf: {'registry_cache_ms': 3000, 'registry': '/tmp/tmpol_iua15', 'sandbox': 'sock'} PUSH conf: {'import_cache_mb': 250, 'registry': '/root/open-lambda/test-registry', 'sandbox': 'sock', 'handler_cache_mb': 250} ======================================== stress_one_lambda ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=15782, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 15782\n' { "test": "stress_one_lambda", "params": { "procs": 1, "seconds": 15 }, "pass": true, "seconds": 15.045527696609497, "total_seconds": 15.275596857070923, "stats": { "reqs_per_sec": 296.6 }, "ol-stats": { "Channel():ms.avg": 0, "Channel():ms.cnt": 3, "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 4, "Create()/acquire-mem:ms.avg": 0, "Create()/acquire-mem:ms.cnt": 4, "Create()/fork-proc:ms.avg": 7, "Create()/fork-proc:ms.cnt": 3, "Create()/fresh-proc:ms.avg": 147, "Create()/fresh-proc:ms.cnt": 1, "Create()/make-root-fs:ms.avg": 4, "Create()/make-root-fs:ms.cnt": 4, "Create():ms.avg": 47, "Create():ms.cnt": 4, "Destroy()/detach-root:ms.avg": 1, "Destroy()/detach-root:ms.cnt": 4, "Destroy()/kill-procs:ms.avg": 0, "Destroy()/kill-procs:ms.cnt": 4, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 4, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 4, "Destroy():ms.avg": 2, "Destroy():ms.cnt": 4, "Pause():ms.avg": 0, "Pause():ms.cnt": 4449, "Unpause():ms.avg": 0, "Unpause():ms.cnt": 4446, "fork():ms.avg": 7, "fork():ms.cnt": 3, "forkRequest:ms.avg": 6, "forkRequest:ms.cnt": 3, "move-to-cg-after-fork:ms.avg": 0, "move-to-cg-after-fork:ms.cnt": 3 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/root/open-lambda/test-registry", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "Skip_pull_existing": false, "handler_cache_mb": 250, "import_cache_mb": 250, "server_mode": "lambda", "startup_pkgs": null, "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "2019/06/28 22:32:18 remove /sys/fs/cgroup/freezer/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:18 remove /sys/fs/cgroup/hugetlb/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:18 remove /sys/fs/cgroup/memory/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:18 remove /sys/fs/cgroup/perf_event/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:18 remove /sys/fs/cgroup/systemd/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:18 remove /sys/fs/cgroup/pids/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:18 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:32:18 remove worker.pid", "2019/06/28 22:32:18 exiting", "" ] } ======================================== stress_one_lambda ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=15829, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 15829\n' { "test": "stress_one_lambda", "params": { "procs": 2, "seconds": 15 }, "pass": true, "seconds": 15.04794955253601, "total_seconds": 15.278286695480347, "stats": { "reqs_per_sec": 295.6666666666667 }, "ol-stats": { "Channel():ms.avg": 0, "Channel():ms.cnt": 3, "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 4, "Create()/acquire-mem:ms.avg": 0, "Create()/acquire-mem:ms.cnt": 4, "Create()/fork-proc:ms.avg": 8, "Create()/fork-proc:ms.cnt": 3, "Create()/fresh-proc:ms.avg": 154, "Create()/fresh-proc:ms.cnt": 1, "Create()/make-root-fs:ms.avg": 3, "Create()/make-root-fs:ms.cnt": 4, "Create():ms.avg": 49, "Create():ms.cnt": 4, "Destroy()/detach-root:ms.avg": 0, "Destroy()/detach-root:ms.cnt": 4, "Destroy()/kill-procs:ms.avg": 0, "Destroy()/kill-procs:ms.cnt": 4, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 4, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 4, "Destroy():ms.avg": 1, "Destroy():ms.cnt": 4, "Pause():ms.avg": 0, "Pause():ms.cnt": 4009, "Unpause():ms.avg": 0, "Unpause():ms.cnt": 4006, "fork():ms.avg": 8, "fork():ms.cnt": 3, "forkRequest:ms.avg": 7, "forkRequest:ms.cnt": 3, "move-to-cg-after-fork:ms.avg": 0, "move-to-cg-after-fork:ms.cnt": 3 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/root/open-lambda/test-registry", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "Skip_pull_existing": false, "handler_cache_mb": 250, "import_cache_mb": 250, "server_mode": "lambda", "startup_pkgs": null, "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "2019/06/28 22:32:34 remove /sys/fs/cgroup/freezer/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:34 remove /sys/fs/cgroup/hugetlb/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:34 remove /sys/fs/cgroup/memory/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:34 remove /sys/fs/cgroup/perf_event/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:34 remove /sys/fs/cgroup/systemd/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:34 remove /sys/fs/cgroup/pids/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:34 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:32:34 remove worker.pid", "2019/06/28 22:32:34 exiting", "" ] } PUSH conf: {'import_cache_mb': 100, 'handler_cache_mb': 500} ======================================== stress_one_lambda ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=15877, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 15877\n' { "test": "stress_one_lambda", "params": { "procs": 8, "seconds": 15 }, "pass": true, "seconds": 15.070093154907227, "total_seconds": 15.305755376815796, "stats": { "reqs_per_sec": 265.53333333333336 }, "ol-stats": { "Channel():ms.avg": 0, "Channel():ms.cnt": 3, "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 4, "Create()/acquire-mem:ms.avg": 0, "Create()/acquire-mem:ms.cnt": 4, "Create()/fork-proc:ms.avg": 7, "Create()/fork-proc:ms.cnt": 3, "Create()/fresh-proc:ms.avg": 193, "Create()/fresh-proc:ms.cnt": 1, "Create()/make-root-fs:ms.avg": 3, "Create()/make-root-fs:ms.cnt": 4, "Create():ms.avg": 58, "Create():ms.cnt": 4, "Destroy()/detach-root:ms.avg": 0, "Destroy()/detach-root:ms.cnt": 4, "Destroy()/kill-procs:ms.avg": 0, "Destroy()/kill-procs:ms.cnt": 4, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 4, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 4, "Destroy():ms.avg": 1, "Destroy():ms.cnt": 4, "Pause():ms.avg": 0, "Pause():ms.cnt": 3368, "Unpause():ms.avg": 0, "Unpause():ms.cnt": 3365, "fork():ms.avg": 7, "fork():ms.cnt": 3, "forkRequest:ms.avg": 7, "forkRequest:ms.cnt": 3, "move-to-cg-after-fork:ms.avg": 0, "move-to-cg-after-fork:ms.cnt": 3 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/root/open-lambda/test-registry", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "Skip_pull_existing": false, "handler_cache_mb": 500, "import_cache_mb": 100, "server_mode": "lambda", "startup_pkgs": null, "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "2019/06/28 22:32:49 remove /sys/fs/cgroup/freezer/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:49 remove /sys/fs/cgroup/hugetlb/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:49 remove /sys/fs/cgroup/memory/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:49 remove /sys/fs/cgroup/perf_event/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:49 remove /sys/fs/cgroup/systemd/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:49 remove /sys/fs/cgroup/pids/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:49 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:32:49 remove worker.pid", "2019/06/28 22:32:49 exiting", "" ] } POP conf: {'import_cache_mb': 100, 'handler_cache_mb': 500} POP conf: {'import_cache_mb': 250, 'registry': '/root/open-lambda/test-registry', 'sandbox': 'sock', 'handler_cache_mb': 250} PUSH conf: {'import_cache_mb': 250, 'sandbox': 'sock', 'handler_cache_mb': 250} PUSH conf: {'registry': '/tmp/tmpnyxdo2ir'} ======================================== call_each_once_exec ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=15932, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 15932\n' { "test": "call_each_once_exec", "params": { "alloc_mb": 1, "lambda_count": 100 }, "pass": true, "seconds": 2.4775021076202393, "total_seconds": 2.719921350479126, "stats": { "reqs_per_sec": 40.36370897700234 }, "ol-stats": { "Channel():ms.avg": 0, "Channel():ms.cnt": 100, "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 101, "Create()/acquire-mem:ms.avg": 0, "Create()/acquire-mem:ms.cnt": 101, "Create()/fork-proc:ms.avg": 7, "Create()/fork-proc:ms.cnt": 100, "Create()/fresh-proc:ms.avg": 144, "Create()/fresh-proc:ms.cnt": 1, "Create()/make-root-fs:ms.avg": 0, "Create()/make-root-fs:ms.cnt": 101, "Create():ms.avg": 8, "Create():ms.cnt": 101, "Destroy()/detach-root:ms.avg": 0, "Destroy()/detach-root:ms.cnt": 101, "Destroy()/kill-procs:ms.avg": 0, "Destroy()/kill-procs:ms.cnt": 101, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 101, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 101, "Destroy():ms.avg": 0, "Destroy():ms.cnt": 197, "Pause():ms.avg": 3, "Pause():ms.cnt": 100, "evict:ms.avg": 0, "evict:ms.cnt": 96, "fork():ms.avg": 6, "fork():ms.cnt": 100, "forkRequest:ms.avg": 5, "forkRequest:ms.cnt": 100, "move-to-cg-after-fork:ms.avg": 0, "move-to-cg-after-fork:ms.cnt": 100 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/tmp/tmpnyxdo2ir", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "Skip_pull_existing": false, "handler_cache_mb": 250, "import_cache_mb": 250, "server_mode": "lambda", "startup_pkgs": null, "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [], "worker_tail": [ "2019/06/28 22:32:52 remove /sys/fs/cgroup/freezer/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 remove /sys/fs/cgroup/hugetlb/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 remove /sys/fs/cgroup/memory/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 remove /sys/fs/cgroup/perf_event/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 remove /sys/fs/cgroup/systemd/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 remove /sys/fs/cgroup/pids/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:32:52 remove worker.pid", "2019/06/28 22:32:52 exiting", "" ] } POP conf: {'registry': '/tmp/tmpnyxdo2ir'} PUSH conf: {'registry': '/tmp/tmptu596i4m'} ======================================== call_each_once_exec ======================================== RUN ./ol worker -p=test-dir --detach b'using existing OL directory at /root/open-lambda/test-dir\nStarting worker: pid=16460, port=5000, log=/root/open-lambda/test-dir/worker.out\nready\n' RUN ./ol kill -p=test-dir b'Kill worker process with PID 16460\n' { "test": "call_each_once_exec", "params": { "alloc_mb": 10, "lambda_count": 1000 }, "pass": false, "seconds": 40.056363344192505, "total_seconds": 40.495524644851685, "stats": { "reqs_per_sec": 24.964840309068986 }, "ol-stats": { "Channel():ms.avg": 0, "Channel():ms.cnt": 1000, "Create()/acquire-cgroup:ms.avg": 0, "Create()/acquire-cgroup:ms.cnt": 1001, "Create()/acquire-mem:ms.avg": 0, "Create()/acquire-mem:ms.cnt": 1001, "Create()/fork-proc:ms.avg": 8, "Create()/fork-proc:ms.cnt": 1000, "Create()/fresh-proc:ms.avg": 154, "Create()/fresh-proc:ms.cnt": 1, "Create()/make-root-fs:ms.avg": 2, "Create()/make-root-fs:ms.cnt": 1001, "Create():ms.avg": 12, "Create():ms.cnt": 1001, "Destroy()/detach-root:ms.avg": 0, "Destroy()/detach-root:ms.cnt": 1001, "Destroy()/kill-procs:ms.avg": 2, "Destroy()/kill-procs:ms.cnt": 1001, "Destroy()/remove-root:ms.avg": 0, "Destroy()/remove-root:ms.cnt": 1001, "Destroy()/remove-scratch:ms.avg": 0, "Destroy()/remove-scratch:ms.cnt": 1001, "Destroy():ms.avg": 1, "Destroy():ms.cnt": 1997, "Pause():ms.avg": 10, "Pause():ms.cnt": 1000, "evict:ms.avg": 2, "evict:ms.cnt": 996, "fork():ms.avg": 8, "fork():ms.cnt": 1000, "forkRequest:ms.avg": 7, "forkRequest:ms.cnt": 1000, "move-to-cg-after-fork:ms.avg": 0, "move-to-cg-after-fork:ms.cnt": 1000 }, "conf": { "Pkgs_dir": "/root/open-lambda/test-dir/lambda/packages", "worker_dir": "/root/open-lambda/test-dir/worker", "registry": "/tmp/tmptu596i4m", "worker_port": "5000", "sandbox_config": {}, "sandbox": "sock", "pip_mirror": "", "Skip_pull_existing": false, "handler_cache_mb": 250, "import_cache_mb": 250, "server_mode": "lambda", "startup_pkgs": null, "sock_cgroups": { "max_procs": 10, "max_mem_mb": 50 }, "SOCK_base_path": "/root/open-lambda/test-dir/lambda", "registry_cache_ms": 5000, "cluster_name": "/root/open-lambda/test-dir", "docker_runtime": "" }, "errors": [ [ "mounts are leaking (29 before, 30 after), leaked: {'cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)', 'tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=101408k,mode=700,uid=1000,gid=1000)'}" ] ], "worker_tail": [ "using existing OL directory at /root/open-lambda/test-dir", "2019/06/28 22:32:52 save PID 16460 to file /root/open-lambda/test-dir/worker/worker.pid", "2019/06/28 22:32:52 Start Lambda Server", "2019/06/28 22:32:52 Create HandlerPuller", "2019/06/28 22:32:52 Create ModulePuller", "2019/06/28 22:32:52 Create SandboxPool", "2019/06/28 22:32:52 create /sys/fs/cgroup/blkio/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:52 create /sys/fs/cgroup/cpu/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:52 create /sys/fs/cgroup/devices/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:52 create /sys/fs/cgroup/freezer/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:52 create /sys/fs/cgroup/hugetlb/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:52 create /sys/fs/cgroup/memory/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:52 create /sys/fs/cgroup/perf_event/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:52 create /sys/fs/cgroup/systemd/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:52 create /sys/fs/cgroup/pids/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:52 start creating/serving CGs [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:52 Create ImportCache", "2019/06/28 22:32:52 create /sys/fs/cgroup/blkio/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 create /sys/fs/cgroup/cpu/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 create /sys/fs/cgroup/devices/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 create /sys/fs/cgroup/freezer/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 create /sys/fs/cgroup/hugetlb/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 create /sys/fs/cgroup/memory/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 create /sys/fs/cgroup/perf_event/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 create /sys/fs/cgroup/systemd/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 create /sys/fs/cgroup/pids/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 Setups Handlers", "2019/06/28 22:32:52 Execute handler by POSTing to localhost:5000/run/", "2019/06/28 22:32:52 Get status by sending request to localhost:5000/status", "2019/06/28 22:32:52 start creating/serving CGs [CGROUP POOL worker-sock-cache]", "2019/06/28 22:32:52 .Create(, /root/open-lambda/test-dir/worker/sock-cache-scratch, [], )...", "2019/06/28 22:32:52 Receive request to /pid", "2019/06/28 22:32:52 Receive request to /run/L0", "2019/06/28 22:32:52 debug: LambdaFunc.Task() runs on goroutine 22 [FUNC L0]", "2019/06/28 22:32:52 increase instances to 1 [FUNC L0]", "2019/06/28 22:32:52 ...returns &{0xc00011de30 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:52 .Create(/root/open-lambda/test-dir/worker/lambda_code/1-L0, /root/open-lambda/test-dir/worker/handlers/L0, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:52 fork(&{0xc0000826e0 0xc00000f0a0 2 /root/open-lambda/test-dir/worker/sock-handlers/2 /root/open-lambda/test-dir/worker/lambda_code/1-L0 /root/open-lambda/test-dir/worker/handlers/L0/2 }) [SB 1]", "2019/06/28 22:32:52 ...returns &{0xc0003dc0e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:52 Channel() [SB 2]", "2019/06/28 22:32:52 Pause() [SB 2]", "2019/06/28 22:32:52 Receive request to /run/L1", "2019/06/28 22:32:52 debug: LambdaFunc.Task() runs on goroutine 33 [FUNC L1]", "2019/06/28 22:32:52 increase instances to 1 [FUNC L1]", "2019/06/28 22:32:52 .Create(/root/open-lambda/test-dir/worker/lambda_code/2-L1, /root/open-lambda/test-dir/worker/handlers/L1, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:52 fork(&{0xc0000826e0 0xc00000f0c0 3 /root/open-lambda/test-dir/worker/sock-handlers/3 /root/open-lambda/test-dir/worker/lambda_code/2-L1 /root/open-lambda/test-dir/worker/handlers/L1/3 }) [SB 1]", "2019/06/28 22:32:52 ...returns &{0xc0003dc3f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:52 Channel() [SB 3]", "2019/06/28 22:32:52 Pause() [SB 3]", "2019/06/28 22:32:52 Receive request to /run/L2", "2019/06/28 22:32:52 debug: LambdaFunc.Task() runs on goroutine 43 [FUNC L2]", "2019/06/28 22:32:52 increase instances to 1 [FUNC L2]", "2019/06/28 22:32:52 .Create(/root/open-lambda/test-dir/worker/lambda_code/3-L2, /root/open-lambda/test-dir/worker/handlers/L2, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:52 fork(&{0xc0000826e0 0xc00000f0e0 4 /root/open-lambda/test-dir/worker/sock-handlers/4 /root/open-lambda/test-dir/worker/lambda_code/3-L2 /root/open-lambda/test-dir/worker/handlers/L2/4 }) [SB 1]", "2019/06/28 22:32:52 ...returns &{0xc0003dc700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:52 Channel() [SB 4]", "2019/06/28 22:32:52 Pause() [SB 4]", "2019/06/28 22:32:52 Receive request to /run/L3", "2019/06/28 22:32:52 debug: LambdaFunc.Task() runs on goroutine 53 [FUNC L3]", "2019/06/28 22:32:52 increase instances to 1 [FUNC L3]", "2019/06/28 22:32:52 .Create(/root/open-lambda/test-dir/worker/lambda_code/4-L3, /root/open-lambda/test-dir/worker/handlers/L3, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:52 fork(&{0xc0000826e0 0xc00000f100 5 /root/open-lambda/test-dir/worker/sock-handlers/5 /root/open-lambda/test-dir/worker/lambda_code/4-L3 /root/open-lambda/test-dir/worker/handlers/L3/5 }) [SB 1]", "2019/06/28 22:32:52 ...returns &{0xc0003dca10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:52 Channel() [SB 5]", "2019/06/28 22:32:52 Pause() [SB 5]", "2019/06/28 22:32:52 Receive request to /run/L4", "2019/06/28 22:32:52 debug: LambdaFunc.Task() runs on goroutine 63 [FUNC L4]", "2019/06/28 22:32:52 increase instances to 1 [FUNC L4]", "2019/06/28 22:32:52 .Create(/root/open-lambda/test-dir/worker/lambda_code/5-L4, /root/open-lambda/test-dir/worker/handlers/L4, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:52 fork(&{0xc0000826e0 0xc00000f120 6 /root/open-lambda/test-dir/worker/sock-handlers/6 /root/open-lambda/test-dir/worker/lambda_code/5-L4 /root/open-lambda/test-dir/worker/handlers/L4/6 }) [SB 1]", "2019/06/28 22:32:52 Evict Sandbox 2", "2019/06/28 22:32:52 Destroy() [SB 2]", "2019/06/28 22:32:52 kill all procs in CG [SOCK 2]", "2019/06/28 22:32:52 unmount and remove dirs [SOCK 2]", "2019/06/28 22:32:52 ...returns &{0xc0003dcd20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:52 Channel() [SB 6]", "2019/06/28 22:32:52 Pause() [SB 6]", "2019/06/28 22:32:52 Receive request to /run/L5", "2019/06/28 22:32:52 debug: LambdaFunc.Task() runs on goroutine 75 [FUNC L5]", "2019/06/28 22:32:52 increase instances to 1 [FUNC L5]", "2019/06/28 22:32:52 .Create(/root/open-lambda/test-dir/worker/lambda_code/6-L5, /root/open-lambda/test-dir/worker/handlers/L5, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:52 fork(&{0xc0000826e0 0xc00000f2c0 7 /root/open-lambda/test-dir/worker/sock-handlers/7 /root/open-lambda/test-dir/worker/lambda_code/6-L5 /root/open-lambda/test-dir/worker/handlers/L5/7 }) [SB 1]", "2019/06/28 22:32:52 ...returns &{0xc0000d6380 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:52 Channel() [SB 7]", "2019/06/28 22:32:52 Evict Sandbox 3", "2019/06/28 22:32:52 Destroy() [SB 3]", "2019/06/28 22:32:52 kill all procs in CG [SOCK 3]", "2019/06/28 22:32:52 waiting for 1 procs in cg-2 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:52 Evict Sandbox 4", "2019/06/28 22:32:52 Destroy() [SB 4]", "2019/06/28 22:32:52 kill all procs in CG [SOCK 4]", "2019/06/28 22:32:52 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:52 unmount and remove dirs [SOCK 3]", "2019/06/28 22:32:52 unmount and remove dirs [SOCK 4]", "2019/06/28 22:32:52 Pause() [SB 7]", "2019/06/28 22:32:52 Receive request to /run/L6", "2019/06/28 22:32:52 debug: LambdaFunc.Task() runs on goroutine 87 [FUNC L6]", "2019/06/28 22:32:52 increase instances to 1 [FUNC L6]", "2019/06/28 22:32:52 .Create(/root/open-lambda/test-dir/worker/lambda_code/7-L6, /root/open-lambda/test-dir/worker/handlers/L6, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:52 fork(&{0xc0000826e0 0xc00000f2e0 8 /root/open-lambda/test-dir/worker/sock-handlers/8 /root/open-lambda/test-dir/worker/lambda_code/7-L6 /root/open-lambda/test-dir/worker/handlers/L6/8 }) [SB 1]", "2019/06/28 22:32:52 ...returns &{0xc0000d6700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:52 Channel() [SB 8]", "2019/06/28 22:32:52 Pause() [SB 8]", "2019/06/28 22:32:52 Receive request to /run/L7", "2019/06/28 22:32:52 debug: LambdaFunc.Task() runs on goroutine 97 [FUNC L7]", "2019/06/28 22:32:52 increase instances to 1 [FUNC L7]", "2019/06/28 22:32:52 .Create(/root/open-lambda/test-dir/worker/lambda_code/8-L7, /root/open-lambda/test-dir/worker/handlers/L7, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:52 fork(&{0xc0000826e0 0xc00000f300 9 /root/open-lambda/test-dir/worker/sock-handlers/9 /root/open-lambda/test-dir/worker/lambda_code/8-L7 /root/open-lambda/test-dir/worker/handlers/L7/9 }) [SB 1]", "2019/06/28 22:32:52 Evict Sandbox 5", "2019/06/28 22:32:52 Destroy() [SB 5]", "2019/06/28 22:32:52 kill all procs in CG [SOCK 5]", "2019/06/28 22:32:52 unmount and remove dirs [SOCK 5]", "2019/06/28 22:32:52 ...returns &{0xc0000d6a10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:52 Channel() [SB 9]", "2019/06/28 22:32:52 Pause() [SB 9]", "2019/06/28 22:32:52 Receive request to /run/L8", "2019/06/28 22:32:52 debug: LambdaFunc.Task() runs on goroutine 108 [FUNC L8]", "2019/06/28 22:32:52 increase instances to 1 [FUNC L8]", "2019/06/28 22:32:52 .Create(/root/open-lambda/test-dir/worker/lambda_code/9-L8, /root/open-lambda/test-dir/worker/handlers/L8, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:52 fork(&{0xc0000826e0 0xc00000f320 10 /root/open-lambda/test-dir/worker/sock-handlers/10 /root/open-lambda/test-dir/worker/lambda_code/9-L8 /root/open-lambda/test-dir/worker/handlers/L8/10 }) [SB 1]", "2019/06/28 22:32:52 Evict Sandbox 6", "2019/06/28 22:32:52 Destroy() [SB 6]", "2019/06/28 22:32:52 kill all procs in CG [SOCK 6]", "2019/06/28 22:32:52 unmount and remove dirs [SOCK 6]", "2019/06/28 22:32:52 ...returns &{0xc0000d6d20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:52 Channel() [SB 10]", "2019/06/28 22:32:52 Pause() [SB 10]", "2019/06/28 22:32:52 Receive request to /run/L9", "2019/06/28 22:32:52 debug: LambdaFunc.Task() runs on goroutine 119 [FUNC L9]", "2019/06/28 22:32:52 increase instances to 1 [FUNC L9]", "2019/06/28 22:32:52 .Create(/root/open-lambda/test-dir/worker/lambda_code/10-L9, /root/open-lambda/test-dir/worker/handlers/L9, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:52 fork(&{0xc0000826e0 0xc00000f340 11 /root/open-lambda/test-dir/worker/sock-handlers/11 /root/open-lambda/test-dir/worker/lambda_code/10-L9 /root/open-lambda/test-dir/worker/handlers/L9/11 }) [SB 1]", "2019/06/28 22:32:52 Evict Sandbox 7", "2019/06/28 22:32:52 Destroy() [SB 7]", "2019/06/28 22:32:52 kill all procs in CG [SOCK 7]", "2019/06/28 22:32:52 unmount and remove dirs [SOCK 7]", "2019/06/28 22:32:52 ...returns &{0xc0000d7030 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:52 Channel() [SB 11]", "2019/06/28 22:32:52 Pause() [SB 11]", "2019/06/28 22:32:52 Receive request to /run/L10", "2019/06/28 22:32:52 debug: LambdaFunc.Task() runs on goroutine 130 [FUNC L10]", "2019/06/28 22:32:52 increase instances to 1 [FUNC L10]", "2019/06/28 22:32:52 .Create(/root/open-lambda/test-dir/worker/lambda_code/11-L10, /root/open-lambda/test-dir/worker/handlers/L10, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:52 fork(&{0xc0000826e0 0xc00000f360 12 /root/open-lambda/test-dir/worker/sock-handlers/12 /root/open-lambda/test-dir/worker/lambda_code/11-L10 /root/open-lambda/test-dir/worker/handlers/L10/12 }) [SB 1]", "2019/06/28 22:32:52 ...returns &{0xc0000d7340 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:52 Channel() [SB 12]", "2019/06/28 22:32:52 Evict Sandbox 8", "2019/06/28 22:32:52 Destroy() [SB 8]", "2019/06/28 22:32:52 kill all procs in CG [SOCK 8]", "2019/06/28 22:32:52 waiting for 1 procs in cg-7 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:52 unmount and remove dirs [SOCK 8]", "2019/06/28 22:32:52 Pause() [SB 12]", "2019/06/28 22:32:52 Receive request to /run/L11", "2019/06/28 22:32:52 debug: LambdaFunc.Task() runs on goroutine 141 [FUNC L11]", "2019/06/28 22:32:52 increase instances to 1 [FUNC L11]", "2019/06/28 22:32:52 .Create(/root/open-lambda/test-dir/worker/lambda_code/12-L11, /root/open-lambda/test-dir/worker/handlers/L11, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:52 fork(&{0xc0000826e0 0xc00000f380 13 /root/open-lambda/test-dir/worker/sock-handlers/13 /root/open-lambda/test-dir/worker/lambda_code/12-L11 /root/open-lambda/test-dir/worker/handlers/L11/13 }) [SB 1]", "2019/06/28 22:32:52 ...returns &{0xc0000d76c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:52 Channel() [SB 13]", "2019/06/28 22:32:52 Evict Sandbox 9", "2019/06/28 22:32:52 Destroy() [SB 9]", "2019/06/28 22:32:52 kill all procs in CG [SOCK 9]", "2019/06/28 22:32:52 unmount and remove dirs [SOCK 9]", "2019/06/28 22:32:52 Pause() [SB 13]", "2019/06/28 22:32:52 Receive request to /run/L12", "2019/06/28 22:32:52 debug: LambdaFunc.Task() runs on goroutine 152 [FUNC L12]", "2019/06/28 22:32:52 increase instances to 1 [FUNC L12]", "2019/06/28 22:32:52 .Create(/root/open-lambda/test-dir/worker/lambda_code/13-L12, /root/open-lambda/test-dir/worker/handlers/L12, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:52 fork(&{0xc0000826e0 0xc00000f3a0 14 /root/open-lambda/test-dir/worker/sock-handlers/14 /root/open-lambda/test-dir/worker/lambda_code/13-L12 /root/open-lambda/test-dir/worker/handlers/L12/14 }) [SB 1]", "2019/06/28 22:32:52 ...returns &{0xc0000d79d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:52 Channel() [SB 14]", "2019/06/28 22:32:52 Evict Sandbox 10", "2019/06/28 22:32:52 Destroy() [SB 10]", "2019/06/28 22:32:52 kill all procs in CG [SOCK 10]", "2019/06/28 22:32:52 waiting for 1 procs in cg-9 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:52 unmount and remove dirs [SOCK 10]", "2019/06/28 22:32:53 Pause() [SB 14]", "2019/06/28 22:32:53 Receive request to /run/L13", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 163 [FUNC L13]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L13]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/14-L13, /root/open-lambda/test-dir/worker/handlers/L13, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f3c0 15 /root/open-lambda/test-dir/worker/sock-handlers/15 /root/open-lambda/test-dir/worker/lambda_code/14-L13 /root/open-lambda/test-dir/worker/handlers/L13/15 }) [SB 1]", "2019/06/28 22:32:53 ...returns &{0xc0000d7d50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 15]", "2019/06/28 22:32:53 Evict Sandbox 11", "2019/06/28 22:32:53 Destroy() [SB 11]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 11]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 11]", "2019/06/28 22:32:53 Pause() [SB 15]", "2019/06/28 22:32:53 Receive request to /run/L14", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 174 [FUNC L14]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L14]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/15-L14, /root/open-lambda/test-dir/worker/handlers/L14, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f3e0 16 /root/open-lambda/test-dir/worker/sock-handlers/16 /root/open-lambda/test-dir/worker/lambda_code/15-L14 /root/open-lambda/test-dir/worker/handlers/L14/16 }) [SB 1]", "2019/06/28 22:32:53 ...returns &{0xc000104150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 16]", "2019/06/28 22:32:53 Evict Sandbox 12", "2019/06/28 22:32:53 Destroy() [SB 12]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 12]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 12]", "2019/06/28 22:32:53 Pause() [SB 16]", "2019/06/28 22:32:53 Receive request to /run/L15", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 185 [FUNC L15]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L15]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/16-L15, /root/open-lambda/test-dir/worker/handlers/L15, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f400 17 /root/open-lambda/test-dir/worker/sock-handlers/17 /root/open-lambda/test-dir/worker/lambda_code/16-L15 /root/open-lambda/test-dir/worker/handlers/L15/17 }) [SB 1]", "2019/06/28 22:32:53 ...returns &{0xc0001044d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 17]", "2019/06/28 22:32:53 Evict Sandbox 13", "2019/06/28 22:32:53 Destroy() [SB 13]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 13]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 13]", "2019/06/28 22:32:53 Pause() [SB 17]", "2019/06/28 22:32:53 Receive request to /run/L16", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 196 [FUNC L16]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L16]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/17-L16, /root/open-lambda/test-dir/worker/handlers/L16, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f420 18 /root/open-lambda/test-dir/worker/sock-handlers/18 /root/open-lambda/test-dir/worker/lambda_code/17-L16 /root/open-lambda/test-dir/worker/handlers/L16/18 }) [SB 1]", "2019/06/28 22:32:53 ...returns &{0xc0001048c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 18]", "2019/06/28 22:32:53 Evict Sandbox 14", "2019/06/28 22:32:53 Destroy() [SB 14]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 14]", "2019/06/28 22:32:53 waiting for 1 procs in cg-13 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 14]", "2019/06/28 22:32:53 Pause() [SB 18]", "2019/06/28 22:32:53 Receive request to /run/L17", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 207 [FUNC L17]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L17]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/18-L17, /root/open-lambda/test-dir/worker/handlers/L17, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000fb60 19 /root/open-lambda/test-dir/worker/sock-handlers/19 /root/open-lambda/test-dir/worker/lambda_code/18-L17 /root/open-lambda/test-dir/worker/handlers/L17/19 }) [SB 1]", "2019/06/28 22:32:53 ...returns &{0xc000104cb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 19]", "2019/06/28 22:32:53 Evict Sandbox 15", "2019/06/28 22:32:53 Destroy() [SB 15]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 15]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 15]", "2019/06/28 22:32:53 Pause() [SB 19]", "2019/06/28 22:32:53 Receive request to /run/L18", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 218 [FUNC L18]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L18]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/19-L18, /root/open-lambda/test-dir/worker/handlers/L18, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc000410200 20 /root/open-lambda/test-dir/worker/sock-handlers/20 /root/open-lambda/test-dir/worker/lambda_code/19-L18 /root/open-lambda/test-dir/worker/handlers/L18/20 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 16", "2019/06/28 22:32:53 Destroy() [SB 16]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 16]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 16]", "2019/06/28 22:32:53 ...returns &{0xc000104fc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 20]", "2019/06/28 22:32:53 Pause() [SB 20]", "2019/06/28 22:32:53 Receive request to /run/L19", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 229 [FUNC L19]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L19]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/20-L19, /root/open-lambda/test-dir/worker/handlers/L19, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc000410800 21 /root/open-lambda/test-dir/worker/sock-handlers/21 /root/open-lambda/test-dir/worker/lambda_code/20-L19 /root/open-lambda/test-dir/worker/handlers/L19/21 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 17", "2019/06/28 22:32:53 Destroy() [SB 17]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 17]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 17]", "2019/06/28 22:32:53 ...returns &{0xc0001053b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 21]", "2019/06/28 22:32:53 Pause() [SB 21]", "2019/06/28 22:32:53 Receive request to /run/L20", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 240 [FUNC L20]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L20]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/21-L20, /root/open-lambda/test-dir/worker/handlers/L20, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc000410e60 22 /root/open-lambda/test-dir/worker/sock-handlers/22 /root/open-lambda/test-dir/worker/lambda_code/21-L20 /root/open-lambda/test-dir/worker/handlers/L20/22 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 18", "2019/06/28 22:32:53 Destroy() [SB 18]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 18]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 18]", "2019/06/28 22:32:53 ...returns &{0xc0001057a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 22]", "2019/06/28 22:32:53 Pause() [SB 22]", "2019/06/28 22:32:53 Receive request to /run/L21", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 251 [FUNC L21]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L21]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/22-L21, /root/open-lambda/test-dir/worker/handlers/L21, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc0004114c0 23 /root/open-lambda/test-dir/worker/sock-handlers/23 /root/open-lambda/test-dir/worker/lambda_code/22-L21 /root/open-lambda/test-dir/worker/handlers/L21/23 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 19", "2019/06/28 22:32:53 Destroy() [SB 19]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 19]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 19]", "2019/06/28 22:32:53 ...returns &{0xc000105b90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 23]", "2019/06/28 22:32:53 Pause() [SB 23]", "2019/06/28 22:32:53 Receive request to /run/L22", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 262 [FUNC L22]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L22]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/23-L22, /root/open-lambda/test-dir/worker/handlers/L22, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f0a0 24 /root/open-lambda/test-dir/worker/sock-handlers/24 /root/open-lambda/test-dir/worker/lambda_code/23-L22 /root/open-lambda/test-dir/worker/handlers/L22/24 }) [SB 1]", "2019/06/28 22:32:53 ...returns &{0xc00011c150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 24]", "2019/06/28 22:32:53 Evict Sandbox 20", "2019/06/28 22:32:53 Destroy() [SB 20]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 20]", "2019/06/28 22:32:53 waiting for 1 procs in cg-19 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 20]", "2019/06/28 22:32:53 Pause() [SB 24]", "2019/06/28 22:32:53 Receive request to /run/L23", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 273 [FUNC L23]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L23]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/24-L23, /root/open-lambda/test-dir/worker/handlers/L23, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f0c0 25 /root/open-lambda/test-dir/worker/sock-handlers/25 /root/open-lambda/test-dir/worker/lambda_code/24-L23 /root/open-lambda/test-dir/worker/handlers/L23/25 }) [SB 1]", "2019/06/28 22:32:53 ...returns &{0xc00011c5b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 25]", "2019/06/28 22:32:53 Evict Sandbox 21", "2019/06/28 22:32:53 Destroy() [SB 21]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 21]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 21]", "2019/06/28 22:32:53 Pause() [SB 25]", "2019/06/28 22:32:53 Receive request to /run/L24", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 284 [FUNC L24]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L24]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/25-L24, /root/open-lambda/test-dir/worker/handlers/L24, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f0e0 26 /root/open-lambda/test-dir/worker/sock-handlers/26 /root/open-lambda/test-dir/worker/lambda_code/25-L24 /root/open-lambda/test-dir/worker/handlers/L24/26 }) [SB 1]", "2019/06/28 22:32:53 ...returns &{0xc00011c8c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 26]", "2019/06/28 22:32:53 Evict Sandbox 22", "2019/06/28 22:32:53 Destroy() [SB 22]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 22]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 22]", "2019/06/28 22:32:53 Pause() [SB 26]", "2019/06/28 22:32:53 Receive request to /run/L25", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 295 [FUNC L25]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L25]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/26-L25, /root/open-lambda/test-dir/worker/handlers/L25, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f100 27 /root/open-lambda/test-dir/worker/sock-handlers/27 /root/open-lambda/test-dir/worker/lambda_code/26-L25 /root/open-lambda/test-dir/worker/handlers/L25/27 }) [SB 1]", "2019/06/28 22:32:53 ...returns &{0xc00011cbd0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 27]", "2019/06/28 22:32:53 Evict Sandbox 23", "2019/06/28 22:32:53 Destroy() [SB 23]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 23]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 23]", "2019/06/28 22:32:53 Pause() [SB 27]", "2019/06/28 22:32:53 Receive request to /run/L26", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 306 [FUNC L26]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L26]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/27-L26, /root/open-lambda/test-dir/worker/handlers/L26, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f120 28 /root/open-lambda/test-dir/worker/sock-handlers/28 /root/open-lambda/test-dir/worker/lambda_code/27-L26 /root/open-lambda/test-dir/worker/handlers/L26/28 }) [SB 1]", "2019/06/28 22:32:53 ...returns &{0xc000104310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 28]", "2019/06/28 22:32:53 Evict Sandbox 24", "2019/06/28 22:32:53 Destroy() [SB 24]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 24]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 24]", "2019/06/28 22:32:53 Pause() [SB 28]", "2019/06/28 22:32:53 Receive request to /run/L27", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 317 [FUNC L27]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L27]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/28-L27, /root/open-lambda/test-dir/worker/handlers/L27, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f2c0 29 /root/open-lambda/test-dir/worker/sock-handlers/29 /root/open-lambda/test-dir/worker/lambda_code/28-L27 /root/open-lambda/test-dir/worker/handlers/L27/29 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 25", "2019/06/28 22:32:53 Destroy() [SB 25]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 25]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 25]", "2019/06/28 22:32:53 ...returns &{0xc000104700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 29]", "2019/06/28 22:32:53 Pause() [SB 29]", "2019/06/28 22:32:53 Receive request to /run/L28", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 328 [FUNC L28]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L28]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/29-L28, /root/open-lambda/test-dir/worker/handlers/L28, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f2e0 30 /root/open-lambda/test-dir/worker/sock-handlers/30 /root/open-lambda/test-dir/worker/lambda_code/29-L28 /root/open-lambda/test-dir/worker/handlers/L28/30 }) [SB 1]", "2019/06/28 22:32:53 ...returns &{0xc000104c40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 30]", "2019/06/28 22:32:53 Evict Sandbox 26", "2019/06/28 22:32:53 Destroy() [SB 26]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 26]", "2019/06/28 22:32:53 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 26]", "2019/06/28 22:32:53 Pause() [SB 30]", "2019/06/28 22:32:53 Receive request to /run/L29", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 339 [FUNC L29]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L29]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/30-L29, /root/open-lambda/test-dir/worker/handlers/L29, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f300 31 /root/open-lambda/test-dir/worker/sock-handlers/31 /root/open-lambda/test-dir/worker/lambda_code/30-L29 /root/open-lambda/test-dir/worker/handlers/L29/31 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 27", "2019/06/28 22:32:53 Destroy() [SB 27]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 27]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 27]", "2019/06/28 22:32:53 ...returns &{0xc000105030 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 31]", "2019/06/28 22:32:53 Pause() [SB 31]", "2019/06/28 22:32:53 Receive request to /run/L30", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 350 [FUNC L30]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L30]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/31-L30, /root/open-lambda/test-dir/worker/handlers/L30, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f320 32 /root/open-lambda/test-dir/worker/sock-handlers/32 /root/open-lambda/test-dir/worker/lambda_code/31-L30 /root/open-lambda/test-dir/worker/handlers/L30/32 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 28", "2019/06/28 22:32:53 Destroy() [SB 28]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 28]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 28]", "2019/06/28 22:32:53 ...returns &{0xc000105500 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 32]", "2019/06/28 22:32:53 Pause() [SB 32]", "2019/06/28 22:32:53 Receive request to /run/L31", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 361 [FUNC L31]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L31]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/32-L31, /root/open-lambda/test-dir/worker/handlers/L31, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f340 33 /root/open-lambda/test-dir/worker/sock-handlers/33 /root/open-lambda/test-dir/worker/lambda_code/32-L31 /root/open-lambda/test-dir/worker/handlers/L31/33 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 29", "2019/06/28 22:32:53 Destroy() [SB 29]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 29]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 29]", "2019/06/28 22:32:53 ...returns &{0xc0001058f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 33]", "2019/06/28 22:32:53 Pause() [SB 33]", "2019/06/28 22:32:53 Receive request to /run/L32", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 372 [FUNC L32]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L32]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/33-L32, /root/open-lambda/test-dir/worker/handlers/L32, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f360 34 /root/open-lambda/test-dir/worker/sock-handlers/34 /root/open-lambda/test-dir/worker/lambda_code/33-L32 /root/open-lambda/test-dir/worker/handlers/L32/34 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 30", "2019/06/28 22:32:53 Destroy() [SB 30]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 30]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 30]", "2019/06/28 22:32:53 ...returns &{0xc000105f10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 34]", "2019/06/28 22:32:53 Pause() [SB 34]", "2019/06/28 22:32:53 Receive request to /run/L33", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 383 [FUNC L33]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L33]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/34-L33, /root/open-lambda/test-dir/worker/handlers/L33, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f380 35 /root/open-lambda/test-dir/worker/sock-handlers/35 /root/open-lambda/test-dir/worker/lambda_code/34-L33 /root/open-lambda/test-dir/worker/handlers/L33/35 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 31", "2019/06/28 22:32:53 Destroy() [SB 31]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 31]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 31]", "2019/06/28 22:32:53 ...returns &{0xc0000d6460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 35]", "2019/06/28 22:32:53 Pause() [SB 35]", "2019/06/28 22:32:53 Receive request to /run/L34", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 394 [FUNC L34]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L34]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/35-L34, /root/open-lambda/test-dir/worker/handlers/L34, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f3a0 36 /root/open-lambda/test-dir/worker/sock-handlers/36 /root/open-lambda/test-dir/worker/lambda_code/35-L34 /root/open-lambda/test-dir/worker/handlers/L34/36 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 32", "2019/06/28 22:32:53 Destroy() [SB 32]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 32]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 32]", "2019/06/28 22:32:53 ...returns &{0xc0000d6850 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 36]", "2019/06/28 22:32:53 Pause() [SB 36]", "2019/06/28 22:32:53 Receive request to /run/L35", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 405 [FUNC L35]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L35]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/36-L35, /root/open-lambda/test-dir/worker/handlers/L35, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f3c0 37 /root/open-lambda/test-dir/worker/sock-handlers/37 /root/open-lambda/test-dir/worker/lambda_code/36-L35 /root/open-lambda/test-dir/worker/handlers/L35/37 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 33", "2019/06/28 22:32:53 Destroy() [SB 33]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 33]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 33]", "2019/06/28 22:32:53 ...returns &{0xc0000d6bd0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 37]", "2019/06/28 22:32:53 Pause() [SB 37]", "2019/06/28 22:32:53 Receive request to /run/L36", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 416 [FUNC L36]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L36]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/37-L36, /root/open-lambda/test-dir/worker/handlers/L36, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f3e0 38 /root/open-lambda/test-dir/worker/sock-handlers/38 /root/open-lambda/test-dir/worker/lambda_code/37-L36 /root/open-lambda/test-dir/worker/handlers/L36/38 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 34", "2019/06/28 22:32:53 Destroy() [SB 34]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 34]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 34]", "2019/06/28 22:32:53 ...returns &{0xc0000d6f50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 38]", "2019/06/28 22:32:53 Pause() [SB 38]", "2019/06/28 22:32:53 Receive request to /run/L37", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 427 [FUNC L37]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L37]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/38-L37, /root/open-lambda/test-dir/worker/handlers/L37, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f400 39 /root/open-lambda/test-dir/worker/sock-handlers/39 /root/open-lambda/test-dir/worker/lambda_code/38-L37 /root/open-lambda/test-dir/worker/handlers/L37/39 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 35", "2019/06/28 22:32:53 Destroy() [SB 35]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 35]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 35]", "2019/06/28 22:32:53 ...returns &{0xc0000d72d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 39]", "2019/06/28 22:32:53 Pause() [SB 39]", "2019/06/28 22:32:53 Receive request to /run/L38", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 438 [FUNC L38]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L38]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/39-L38, /root/open-lambda/test-dir/worker/handlers/L38, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000f420 40 /root/open-lambda/test-dir/worker/sock-handlers/40 /root/open-lambda/test-dir/worker/lambda_code/39-L38 /root/open-lambda/test-dir/worker/handlers/L38/40 }) [SB 1]", "2019/06/28 22:32:53 ...returns &{0xc0000d7730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 40]", "2019/06/28 22:32:53 Evict Sandbox 36", "2019/06/28 22:32:53 Destroy() [SB 36]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 36]", "2019/06/28 22:32:53 waiting for 1 procs in cg-13 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 36]", "2019/06/28 22:32:53 Pause() [SB 40]", "2019/06/28 22:32:53 Receive request to /run/L39", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 449 [FUNC L39]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L39]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/40-L39, /root/open-lambda/test-dir/worker/handlers/L39, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc00000fb60 41 /root/open-lambda/test-dir/worker/sock-handlers/41 /root/open-lambda/test-dir/worker/lambda_code/40-L39 /root/open-lambda/test-dir/worker/handlers/L39/41 }) [SB 1]", "2019/06/28 22:32:53 Evict Sandbox 37", "2019/06/28 22:32:53 Destroy() [SB 37]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 37]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 37]", "2019/06/28 22:32:53 ...returns &{0xc0000d7ab0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 41]", "2019/06/28 22:32:53 Pause() [SB 41]", "2019/06/28 22:32:53 Receive request to /run/L40", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 460 [FUNC L40]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L40]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/41-L40, /root/open-lambda/test-dir/worker/handlers/L40, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:53 fork(&{0xc0000826e0 0xc000410200 42 /root/open-lambda/test-dir/worker/sock-handlers/42 /root/open-lambda/test-dir/worker/lambda_code/41-L40 /root/open-lambda/test-dir/worker/handlers/L40/42 }) [SB 1]", "2019/06/28 22:32:53 ...returns &{0xc0000d7ea0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:53 Channel() [SB 42]", "2019/06/28 22:32:53 Evict Sandbox 38", "2019/06/28 22:32:53 Destroy() [SB 38]", "2019/06/28 22:32:53 kill all procs in CG [SOCK 38]", "2019/06/28 22:32:53 waiting for 1 procs in cg-15 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:53 unmount and remove dirs [SOCK 38]", "2019/06/28 22:32:53 Pause() [SB 42]", "2019/06/28 22:32:53 Receive request to /run/L41", "2019/06/28 22:32:53 debug: LambdaFunc.Task() runs on goroutine 471 [FUNC L41]", "2019/06/28 22:32:53 increase instances to 1 [FUNC L41]", "2019/06/28 22:32:53 .Create(/root/open-lambda/test-dir/worker/lambda_code/42-L41, /root/open-lambda/test-dir/worker/handlers/L41, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc000410800 43 /root/open-lambda/test-dir/worker/sock-handlers/43 /root/open-lambda/test-dir/worker/lambda_code/42-L41 /root/open-lambda/test-dir/worker/handlers/L41/43 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc00011c460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 43]", "2019/06/28 22:32:54 Evict Sandbox 39", "2019/06/28 22:32:54 Destroy() [SB 39]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 39]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 39]", "2019/06/28 22:32:54 Pause() [SB 43]", "2019/06/28 22:32:54 Receive request to /run/L42", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 482 [FUNC L42]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L42]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/43-L42, /root/open-lambda/test-dir/worker/handlers/L42, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc000410e60 44 /root/open-lambda/test-dir/worker/sock-handlers/44 /root/open-lambda/test-dir/worker/lambda_code/43-L42 /root/open-lambda/test-dir/worker/handlers/L42/44 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc00011c7e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 44]", "2019/06/28 22:32:54 Evict Sandbox 40", "2019/06/28 22:32:54 Destroy() [SB 40]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 40]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 40]", "2019/06/28 22:32:54 Pause() [SB 44]", "2019/06/28 22:32:54 Receive request to /run/L43", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 493 [FUNC L43]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L43]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/44-L43, /root/open-lambda/test-dir/worker/handlers/L43, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc0004114c0 45 /root/open-lambda/test-dir/worker/sock-handlers/45 /root/open-lambda/test-dir/worker/lambda_code/44-L43 /root/open-lambda/test-dir/worker/handlers/L43/45 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc00011cb60 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 45]", "2019/06/28 22:32:54 Evict Sandbox 41", "2019/06/28 22:32:54 Destroy() [SB 41]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 41]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 41]", "2019/06/28 22:32:54 Pause() [SB 45]", "2019/06/28 22:32:54 Receive request to /run/L44", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 504 [FUNC L44]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L44]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/45-L44, /root/open-lambda/test-dir/worker/handlers/L44, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f0a0 46 /root/open-lambda/test-dir/worker/sock-handlers/46 /root/open-lambda/test-dir/worker/lambda_code/45-L44 /root/open-lambda/test-dir/worker/handlers/L44/46 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc00011cfc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 46]", "2019/06/28 22:32:54 Evict Sandbox 42", "2019/06/28 22:32:54 Destroy() [SB 42]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 42]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 42]", "2019/06/28 22:32:54 Pause() [SB 46]", "2019/06/28 22:32:54 Receive request to /run/L45", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 515 [FUNC L45]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L45]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/46-L45, /root/open-lambda/test-dir/worker/handlers/L45, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f0c0 47 /root/open-lambda/test-dir/worker/sock-handlers/47 /root/open-lambda/test-dir/worker/lambda_code/46-L45 /root/open-lambda/test-dir/worker/handlers/L45/47 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc00011d420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 47]", "2019/06/28 22:32:54 Evict Sandbox 43", "2019/06/28 22:32:54 Destroy() [SB 43]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 43]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 43]", "2019/06/28 22:32:54 Pause() [SB 47]", "2019/06/28 22:32:54 Receive request to /run/L46", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 526 [FUNC L46]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L46]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/47-L46, /root/open-lambda/test-dir/worker/handlers/L46, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f0e0 48 /root/open-lambda/test-dir/worker/sock-handlers/48 /root/open-lambda/test-dir/worker/lambda_code/47-L46 /root/open-lambda/test-dir/worker/handlers/L46/48 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc00011d810 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 48]", "2019/06/28 22:32:54 Evict Sandbox 44", "2019/06/28 22:32:54 Destroy() [SB 44]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 44]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 44]", "2019/06/28 22:32:54 Pause() [SB 48]", "2019/06/28 22:32:54 Receive request to /run/L47", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 537 [FUNC L47]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L47]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/48-L47, /root/open-lambda/test-dir/worker/handlers/L47, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f100 49 /root/open-lambda/test-dir/worker/sock-handlers/49 /root/open-lambda/test-dir/worker/lambda_code/48-L47 /root/open-lambda/test-dir/worker/handlers/L47/49 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc0000d63f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 49]", "2019/06/28 22:32:54 Evict Sandbox 45", "2019/06/28 22:32:54 Destroy() [SB 45]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 45]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 45]", "2019/06/28 22:32:54 Pause() [SB 49]", "2019/06/28 22:32:54 Receive request to /run/L48", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 548 [FUNC L48]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L48]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/49-L48, /root/open-lambda/test-dir/worker/handlers/L48, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f120 50 /root/open-lambda/test-dir/worker/sock-handlers/50 /root/open-lambda/test-dir/worker/lambda_code/49-L48 /root/open-lambda/test-dir/worker/handlers/L48/50 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc0000d68c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 50]", "2019/06/28 22:32:54 Evict Sandbox 46", "2019/06/28 22:32:54 Destroy() [SB 46]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 46]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 46]", "2019/06/28 22:32:54 Pause() [SB 50]", "2019/06/28 22:32:54 Receive request to /run/L49", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 559 [FUNC L49]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L49]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/50-L49, /root/open-lambda/test-dir/worker/handlers/L49, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f2c0 51 /root/open-lambda/test-dir/worker/sock-handlers/51 /root/open-lambda/test-dir/worker/lambda_code/50-L49 /root/open-lambda/test-dir/worker/handlers/L49/51 }) [SB 1]", "2019/06/28 22:32:54 Evict Sandbox 47", "2019/06/28 22:32:54 Destroy() [SB 47]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 47]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 47]", "2019/06/28 22:32:54 ...returns &{0xc0000d6cb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 51]", "2019/06/28 22:32:54 Pause() [SB 51]", "2019/06/28 22:32:54 Receive request to /run/L50", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 570 [FUNC L50]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L50]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/51-L50, /root/open-lambda/test-dir/worker/handlers/L50, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f2e0 52 /root/open-lambda/test-dir/worker/sock-handlers/52 /root/open-lambda/test-dir/worker/lambda_code/51-L50 /root/open-lambda/test-dir/worker/handlers/L50/52 }) [SB 1]", "2019/06/28 22:32:54 Evict Sandbox 48", "2019/06/28 22:32:54 Destroy() [SB 48]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 48]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 48]", "2019/06/28 22:32:54 ...returns &{0xc0000d7110 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 52]", "2019/06/28 22:32:54 Pause() [SB 52]", "2019/06/28 22:32:54 Receive request to /run/L51", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 581 [FUNC L51]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L51]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/52-L51, /root/open-lambda/test-dir/worker/handlers/L51, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f300 53 /root/open-lambda/test-dir/worker/sock-handlers/53 /root/open-lambda/test-dir/worker/lambda_code/52-L51 /root/open-lambda/test-dir/worker/handlers/L51/53 }) [SB 1]", "2019/06/28 22:32:54 Evict Sandbox 49", "2019/06/28 22:32:54 Destroy() [SB 49]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 49]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 49]", "2019/06/28 22:32:54 ...returns &{0xc0000d7500 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 53]", "2019/06/28 22:32:54 Pause() [SB 53]", "2019/06/28 22:32:54 Receive request to /run/L52", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 592 [FUNC L52]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L52]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/53-L52, /root/open-lambda/test-dir/worker/handlers/L52, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f320 54 /root/open-lambda/test-dir/worker/sock-handlers/54 /root/open-lambda/test-dir/worker/lambda_code/53-L52 /root/open-lambda/test-dir/worker/handlers/L52/54 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc0000d7960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 54]", "2019/06/28 22:32:54 Evict Sandbox 50", "2019/06/28 22:32:54 Destroy() [SB 50]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 50]", "2019/06/28 22:32:54 waiting for 1 procs in cg-5 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 50]", "2019/06/28 22:32:54 Pause() [SB 54]", "2019/06/28 22:32:54 Receive request to /run/L53", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 603 [FUNC L53]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L53]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/54-L53, /root/open-lambda/test-dir/worker/handlers/L53, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f340 55 /root/open-lambda/test-dir/worker/sock-handlers/55 /root/open-lambda/test-dir/worker/lambda_code/54-L53 /root/open-lambda/test-dir/worker/handlers/L53/55 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc0000d7e30 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 55]", "2019/06/28 22:32:54 Evict Sandbox 51", "2019/06/28 22:32:54 Destroy() [SB 51]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 51]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 51]", "2019/06/28 22:32:54 Pause() [SB 55]", "2019/06/28 22:32:54 Receive request to /run/L54", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 614 [FUNC L54]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L54]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/55-L54, /root/open-lambda/test-dir/worker/handlers/L54, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f360 56 /root/open-lambda/test-dir/worker/sock-handlers/56 /root/open-lambda/test-dir/worker/lambda_code/55-L54 /root/open-lambda/test-dir/worker/handlers/L54/56 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc0001043f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 56]", "2019/06/28 22:32:54 Evict Sandbox 52", "2019/06/28 22:32:54 Destroy() [SB 52]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 52]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 52]", "2019/06/28 22:32:54 Pause() [SB 56]", "2019/06/28 22:32:54 Receive request to /run/L55", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 625 [FUNC L55]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L55]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/56-L55, /root/open-lambda/test-dir/worker/handlers/L55, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f380 57 /root/open-lambda/test-dir/worker/sock-handlers/57 /root/open-lambda/test-dir/worker/lambda_code/56-L55 /root/open-lambda/test-dir/worker/handlers/L55/57 }) [SB 1]", "2019/06/28 22:32:54 Evict Sandbox 53", "2019/06/28 22:32:54 Destroy() [SB 53]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 53]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 53]", "2019/06/28 22:32:54 ...returns &{0xc0001049a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 57]", "2019/06/28 22:32:54 Pause() [SB 57]", "2019/06/28 22:32:54 Receive request to /run/L56", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 636 [FUNC L56]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L56]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/57-L56, /root/open-lambda/test-dir/worker/handlers/L56, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f3a0 58 /root/open-lambda/test-dir/worker/sock-handlers/58 /root/open-lambda/test-dir/worker/lambda_code/57-L56 /root/open-lambda/test-dir/worker/handlers/L56/58 }) [SB 1]", "2019/06/28 22:32:54 Evict Sandbox 54", "2019/06/28 22:32:54 Destroy() [SB 54]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 54]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 54]", "2019/06/28 22:32:54 ...returns &{0xc000104e00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 58]", "2019/06/28 22:32:54 Pause() [SB 58]", "2019/06/28 22:32:54 Receive request to /run/L57", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 647 [FUNC L57]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L57]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/58-L57, /root/open-lambda/test-dir/worker/handlers/L57, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f3c0 59 /root/open-lambda/test-dir/worker/sock-handlers/59 /root/open-lambda/test-dir/worker/lambda_code/58-L57 /root/open-lambda/test-dir/worker/handlers/L57/59 }) [SB 1]", "2019/06/28 22:32:54 Evict Sandbox 55", "2019/06/28 22:32:54 Destroy() [SB 55]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 55]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 55]", "2019/06/28 22:32:54 ...returns &{0xc000105260 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 59]", "2019/06/28 22:32:54 Pause() [SB 59]", "2019/06/28 22:32:54 Receive request to /run/L58", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 658 [FUNC L58]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L58]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/59-L58, /root/open-lambda/test-dir/worker/handlers/L58, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f3e0 60 /root/open-lambda/test-dir/worker/sock-handlers/60 /root/open-lambda/test-dir/worker/lambda_code/59-L58 /root/open-lambda/test-dir/worker/handlers/L58/60 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc000105810 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 60]", "2019/06/28 22:32:54 Evict Sandbox 56", "2019/06/28 22:32:54 Destroy() [SB 56]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 56]", "2019/06/28 22:32:54 waiting for 1 procs in cg-11 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 56]", "2019/06/28 22:32:54 Pause() [SB 60]", "2019/06/28 22:32:54 Receive request to /run/L59", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 669 [FUNC L59]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L59]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/60-L59, /root/open-lambda/test-dir/worker/handlers/L59, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f400 61 /root/open-lambda/test-dir/worker/sock-handlers/61 /root/open-lambda/test-dir/worker/lambda_code/60-L59 /root/open-lambda/test-dir/worker/handlers/L59/61 }) [SB 1]", "2019/06/28 22:32:54 Evict Sandbox 57", "2019/06/28 22:32:54 Destroy() [SB 57]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 57]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 57]", "2019/06/28 22:32:54 ...returns &{0xc000105ea0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 61]", "2019/06/28 22:32:54 Pause() [SB 61]", "2019/06/28 22:32:54 Receive request to /run/L60", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 680 [FUNC L60]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L60]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/61-L60, /root/open-lambda/test-dir/worker/handlers/L60, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f420 62 /root/open-lambda/test-dir/worker/sock-handlers/62 /root/open-lambda/test-dir/worker/lambda_code/61-L60 /root/open-lambda/test-dir/worker/handlers/L60/62 }) [SB 1]", "2019/06/28 22:32:54 Evict Sandbox 58", "2019/06/28 22:32:54 Destroy() [SB 58]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 58]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 58]", "2019/06/28 22:32:54 ...returns &{0xc00011c540 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 62]", "2019/06/28 22:32:54 Pause() [SB 62]", "2019/06/28 22:32:54 Receive request to /run/L61", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 691 [FUNC L61]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L61]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/62-L61, /root/open-lambda/test-dir/worker/handlers/L61, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000fb60 63 /root/open-lambda/test-dir/worker/sock-handlers/63 /root/open-lambda/test-dir/worker/lambda_code/62-L61 /root/open-lambda/test-dir/worker/handlers/L61/63 }) [SB 1]", "2019/06/28 22:32:54 Evict Sandbox 59", "2019/06/28 22:32:54 Destroy() [SB 59]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 59]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 59]", "2019/06/28 22:32:54 ...returns &{0xc00011c9a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 63]", "2019/06/28 22:32:54 Pause() [SB 63]", "2019/06/28 22:32:54 Receive request to /run/L62", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 702 [FUNC L62]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L62]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/63-L62, /root/open-lambda/test-dir/worker/handlers/L62, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc000410200 64 /root/open-lambda/test-dir/worker/sock-handlers/64 /root/open-lambda/test-dir/worker/lambda_code/63-L62 /root/open-lambda/test-dir/worker/handlers/L62/64 }) [SB 1]", "2019/06/28 22:32:54 Evict Sandbox 60", "2019/06/28 22:32:54 Destroy() [SB 60]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 60]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 60]", "2019/06/28 22:32:54 ...returns &{0xc00011ce00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 64]", "2019/06/28 22:32:54 Pause() [SB 64]", "2019/06/28 22:32:54 Receive request to /run/L63", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 713 [FUNC L63]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L63]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/64-L63, /root/open-lambda/test-dir/worker/handlers/L63, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc000410800 65 /root/open-lambda/test-dir/worker/sock-handlers/65 /root/open-lambda/test-dir/worker/lambda_code/64-L63 /root/open-lambda/test-dir/worker/handlers/L63/65 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc00011d340 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 65]", "2019/06/28 22:32:54 Evict Sandbox 61", "2019/06/28 22:32:54 Destroy() [SB 61]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 61]", "2019/06/28 22:32:54 waiting for 1 procs in cg-16 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 61]", "2019/06/28 22:32:54 Pause() [SB 65]", "2019/06/28 22:32:54 Receive request to /run/L64", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 724 [FUNC L64]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L64]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/65-L64, /root/open-lambda/test-dir/worker/handlers/L64, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc000410e60 66 /root/open-lambda/test-dir/worker/sock-handlers/66 /root/open-lambda/test-dir/worker/lambda_code/65-L64 /root/open-lambda/test-dir/worker/handlers/L64/66 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc00011d7a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 66]", "2019/06/28 22:32:54 Evict Sandbox 62", "2019/06/28 22:32:54 Destroy() [SB 62]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 62]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 62]", "2019/06/28 22:32:54 Pause() [SB 66]", "2019/06/28 22:32:54 Receive request to /run/L65", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 735 [FUNC L65]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L65]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/66-L65, /root/open-lambda/test-dir/worker/handlers/L65, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc0004114c0 67 /root/open-lambda/test-dir/worker/sock-handlers/67 /root/open-lambda/test-dir/worker/lambda_code/66-L65 /root/open-lambda/test-dir/worker/handlers/L65/67 }) [SB 1]", "2019/06/28 22:32:54 Evict Sandbox 63", "2019/06/28 22:32:54 Destroy() [SB 63]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 63]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 63]", "2019/06/28 22:32:54 ...returns &{0xc00011db20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 67]", "2019/06/28 22:32:54 Pause() [SB 67]", "2019/06/28 22:32:54 Receive request to /run/L66", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 746 [FUNC L66]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L66]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/67-L66, /root/open-lambda/test-dir/worker/handlers/L66, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f0a0 68 /root/open-lambda/test-dir/worker/sock-handlers/68 /root/open-lambda/test-dir/worker/lambda_code/67-L66 /root/open-lambda/test-dir/worker/handlers/L66/68 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc000104460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 68]", "2019/06/28 22:32:54 Evict Sandbox 64", "2019/06/28 22:32:54 Destroy() [SB 64]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 64]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 64]", "2019/06/28 22:32:54 Pause() [SB 68]", "2019/06/28 22:32:54 Receive request to /run/L67", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 757 [FUNC L67]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L67]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/68-L67, /root/open-lambda/test-dir/worker/handlers/L67, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f0c0 69 /root/open-lambda/test-dir/worker/sock-handlers/69 /root/open-lambda/test-dir/worker/lambda_code/68-L67 /root/open-lambda/test-dir/worker/handlers/L67/69 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc000104a80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 69]", "2019/06/28 22:32:54 Evict Sandbox 65", "2019/06/28 22:32:54 Destroy() [SB 65]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 65]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 65]", "2019/06/28 22:32:54 Pause() [SB 69]", "2019/06/28 22:32:54 Receive request to /run/L68", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 768 [FUNC L68]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L68]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/69-L68, /root/open-lambda/test-dir/worker/handlers/L68, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f0e0 70 /root/open-lambda/test-dir/worker/sock-handlers/70 /root/open-lambda/test-dir/worker/lambda_code/69-L68 /root/open-lambda/test-dir/worker/handlers/L68/70 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc000104f50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 70]", "2019/06/28 22:32:54 Evict Sandbox 66", "2019/06/28 22:32:54 Destroy() [SB 66]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 66]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 66]", "2019/06/28 22:32:54 Pause() [SB 70]", "2019/06/28 22:32:54 Receive request to /run/L69", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 779 [FUNC L69]", "2019/06/28 22:32:54 increase instances to 1 [FUNC L69]", "2019/06/28 22:32:54 .Create(/root/open-lambda/test-dir/worker/lambda_code/70-L69, /root/open-lambda/test-dir/worker/handlers/L69, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:54 fork(&{0xc0000826e0 0xc00000f100 71 /root/open-lambda/test-dir/worker/sock-handlers/71 /root/open-lambda/test-dir/worker/lambda_code/70-L69 /root/open-lambda/test-dir/worker/handlers/L69/71 }) [SB 1]", "2019/06/28 22:32:54 ...returns &{0xc0001055e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:54 Channel() [SB 71]", "2019/06/28 22:32:54 Evict Sandbox 67", "2019/06/28 22:32:54 Destroy() [SB 67]", "2019/06/28 22:32:54 kill all procs in CG [SOCK 67]", "2019/06/28 22:32:54 waiting for 1 procs in cg-22 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:54 unmount and remove dirs [SOCK 67]", "2019/06/28 22:32:54 Pause() [SB 71]", "2019/06/28 22:32:54 Receive request to /run/L70", "2019/06/28 22:32:54 debug: LambdaFunc.Task() runs on goroutine 790 [FUNC L70]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L70]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/71-L70, /root/open-lambda/test-dir/worker/handlers/L70, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f120 72 /root/open-lambda/test-dir/worker/sock-handlers/72 /root/open-lambda/test-dir/worker/lambda_code/71-L70 /root/open-lambda/test-dir/worker/handlers/L70/72 }) [SB 1]", "2019/06/28 22:32:55 Evict Sandbox 68", "2019/06/28 22:32:55 Destroy() [SB 68]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 68]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 68]", "2019/06/28 22:32:55 ...returns &{0xc000105ce0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 72]", "2019/06/28 22:32:55 Pause() [SB 72]", "2019/06/28 22:32:55 Receive request to /run/L71", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 801 [FUNC L71]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L71]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/72-L71, /root/open-lambda/test-dir/worker/handlers/L71, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f2c0 73 /root/open-lambda/test-dir/worker/sock-handlers/73 /root/open-lambda/test-dir/worker/lambda_code/72-L71 /root/open-lambda/test-dir/worker/handlers/L71/73 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc0000d6540 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 73]", "2019/06/28 22:32:55 Evict Sandbox 69", "2019/06/28 22:32:55 Destroy() [SB 69]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 69]", "2019/06/28 22:32:55 waiting for 1 procs in cg-2 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 69]", "2019/06/28 22:32:55 Pause() [SB 73]", "2019/06/28 22:32:55 Receive request to /run/L72", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 812 [FUNC L72]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L72]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/73-L72, /root/open-lambda/test-dir/worker/handlers/L72, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f2e0 74 /root/open-lambda/test-dir/worker/sock-handlers/74 /root/open-lambda/test-dir/worker/lambda_code/73-L72 /root/open-lambda/test-dir/worker/handlers/L72/74 }) [SB 1]", "2019/06/28 22:32:55 Evict Sandbox 70", "2019/06/28 22:32:55 Destroy() [SB 70]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 70]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 70]", "2019/06/28 22:32:55 ...returns &{0xc0000d69a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 74]", "2019/06/28 22:32:55 Pause() [SB 74]", "2019/06/28 22:32:55 Receive request to /run/L73", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 823 [FUNC L73]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L73]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/74-L73, /root/open-lambda/test-dir/worker/handlers/L73, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f300 75 /root/open-lambda/test-dir/worker/sock-handlers/75 /root/open-lambda/test-dir/worker/lambda_code/74-L73 /root/open-lambda/test-dir/worker/handlers/L73/75 }) [SB 1]", "2019/06/28 22:32:55 Evict Sandbox 71", "2019/06/28 22:32:55 Destroy() [SB 71]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 71]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 71]", "2019/06/28 22:32:55 ...returns &{0xc0000d6e70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 75]", "2019/06/28 22:32:55 Pause() [SB 75]", "2019/06/28 22:32:55 Receive request to /run/L74", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 834 [FUNC L74]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L74]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/75-L74, /root/open-lambda/test-dir/worker/handlers/L74, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f320 76 /root/open-lambda/test-dir/worker/sock-handlers/76 /root/open-lambda/test-dir/worker/lambda_code/75-L74 /root/open-lambda/test-dir/worker/handlers/L74/76 }) [SB 1]", "2019/06/28 22:32:55 Evict Sandbox 72", "2019/06/28 22:32:55 Destroy() [SB 72]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 72]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 72]", "2019/06/28 22:32:55 ...returns &{0xc0000d73b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 76]", "2019/06/28 22:32:55 Pause() [SB 76]", "2019/06/28 22:32:55 Receive request to /run/L75", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 845 [FUNC L75]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L75]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/76-L75, /root/open-lambda/test-dir/worker/handlers/L75, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f340 77 /root/open-lambda/test-dir/worker/sock-handlers/77 /root/open-lambda/test-dir/worker/lambda_code/76-L75 /root/open-lambda/test-dir/worker/handlers/L75/77 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc0000d7880 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 77]", "2019/06/28 22:32:55 Evict Sandbox 73", "2019/06/28 22:32:55 Destroy() [SB 73]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 73]", "2019/06/28 22:32:55 waiting for 1 procs in cg-6 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 73]", "2019/06/28 22:32:55 Pause() [SB 77]", "2019/06/28 22:32:55 Receive request to /run/L76", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 856 [FUNC L76]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L76]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/77-L76, /root/open-lambda/test-dir/worker/handlers/L76, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f360 78 /root/open-lambda/test-dir/worker/sock-handlers/78 /root/open-lambda/test-dir/worker/lambda_code/77-L76 /root/open-lambda/test-dir/worker/handlers/L76/78 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc0000d7dc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 78]", "2019/06/28 22:32:55 Evict Sandbox 74", "2019/06/28 22:32:55 Destroy() [SB 74]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 74]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 74]", "2019/06/28 22:32:55 Pause() [SB 78]", "2019/06/28 22:32:55 Receive request to /run/L77", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 867 [FUNC L77]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L77]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/78-L77, /root/open-lambda/test-dir/worker/handlers/L77, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f380 79 /root/open-lambda/test-dir/worker/sock-handlers/79 /root/open-lambda/test-dir/worker/lambda_code/78-L77 /root/open-lambda/test-dir/worker/handlers/L77/79 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc00011c4d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 79]", "2019/06/28 22:32:55 Evict Sandbox 75", "2019/06/28 22:32:55 Destroy() [SB 75]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 75]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 75]", "2019/06/28 22:32:55 Pause() [SB 79]", "2019/06/28 22:32:55 Receive request to /run/L78", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 878 [FUNC L78]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L78]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/79-L78, /root/open-lambda/test-dir/worker/handlers/L78, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f3a0 80 /root/open-lambda/test-dir/worker/sock-handlers/80 /root/open-lambda/test-dir/worker/lambda_code/79-L78 /root/open-lambda/test-dir/worker/handlers/L78/80 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc00011ca10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 80]", "2019/06/28 22:32:55 Evict Sandbox 76", "2019/06/28 22:32:55 Destroy() [SB 76]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 76]", "2019/06/28 22:32:55 waiting for 1 procs in cg-9 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 76]", "2019/06/28 22:32:55 Pause() [SB 80]", "2019/06/28 22:32:55 Receive request to /run/L79", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 889 [FUNC L79]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L79]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/80-L79, /root/open-lambda/test-dir/worker/handlers/L79, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f3c0 81 /root/open-lambda/test-dir/worker/sock-handlers/81 /root/open-lambda/test-dir/worker/lambda_code/80-L79 /root/open-lambda/test-dir/worker/handlers/L79/81 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc00011cee0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 81]", "2019/06/28 22:32:55 Evict Sandbox 77", "2019/06/28 22:32:55 Destroy() [SB 77]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 77]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 77]", "2019/06/28 22:32:55 Pause() [SB 81]", "2019/06/28 22:32:55 Receive request to /run/L80", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 900 [FUNC L80]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L80]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/81-L80, /root/open-lambda/test-dir/worker/handlers/L80, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f3e0 82 /root/open-lambda/test-dir/worker/sock-handlers/82 /root/open-lambda/test-dir/worker/lambda_code/81-L80 /root/open-lambda/test-dir/worker/handlers/L80/82 }) [SB 1]", "2019/06/28 22:32:55 Evict Sandbox 78", "2019/06/28 22:32:55 Destroy() [SB 78]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 78]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 78]", "2019/06/28 22:32:55 ...returns &{0xc00011d570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 82]", "2019/06/28 22:32:55 Pause() [SB 82]", "2019/06/28 22:32:55 Receive request to /run/L81", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 911 [FUNC L81]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L81]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/82-L81, /root/open-lambda/test-dir/worker/handlers/L81, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f400 83 /root/open-lambda/test-dir/worker/sock-handlers/83 /root/open-lambda/test-dir/worker/lambda_code/82-L81 /root/open-lambda/test-dir/worker/handlers/L81/83 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc00011d9d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 83]", "2019/06/28 22:32:55 Evict Sandbox 79", "2019/06/28 22:32:55 Destroy() [SB 79]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 79]", "2019/06/28 22:32:55 waiting for 1 procs in cg-12 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 79]", "2019/06/28 22:32:55 Pause() [SB 83]", "2019/06/28 22:32:55 Receive request to /run/L82", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 922 [FUNC L82]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L82]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/83-L82, /root/open-lambda/test-dir/worker/handlers/L82, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f420 84 /root/open-lambda/test-dir/worker/sock-handlers/84 /root/open-lambda/test-dir/worker/lambda_code/83-L82 /root/open-lambda/test-dir/worker/handlers/L82/84 }) [SB 1]", "2019/06/28 22:32:55 Evict Sandbox 80", "2019/06/28 22:32:55 Destroy() [SB 80]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 80]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 80]", "2019/06/28 22:32:55 ...returns &{0xc00011dd50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 84]", "2019/06/28 22:32:55 Pause() [SB 84]", "2019/06/28 22:32:55 Receive request to /run/L83", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 933 [FUNC L83]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L83]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/84-L83, /root/open-lambda/test-dir/worker/handlers/L83, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000fb60 85 /root/open-lambda/test-dir/worker/sock-handlers/85 /root/open-lambda/test-dir/worker/lambda_code/84-L83 /root/open-lambda/test-dir/worker/handlers/L83/85 }) [SB 1]", "2019/06/28 22:32:55 Evict Sandbox 81", "2019/06/28 22:32:55 Destroy() [SB 81]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 81]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 81]", "2019/06/28 22:32:55 ...returns &{0xc0003dc150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 85]", "2019/06/28 22:32:55 Pause() [SB 85]", "2019/06/28 22:32:55 Receive request to /run/L84", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 944 [FUNC L84]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L84]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/85-L84, /root/open-lambda/test-dir/worker/handlers/L84, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc000410200 86 /root/open-lambda/test-dir/worker/sock-handlers/86 /root/open-lambda/test-dir/worker/lambda_code/85-L84 /root/open-lambda/test-dir/worker/handlers/L84/86 }) [SB 1]", "2019/06/28 22:32:55 Evict Sandbox 82", "2019/06/28 22:32:55 Destroy() [SB 82]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 82]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 82]", "2019/06/28 22:32:55 ...returns &{0xc0003dc4d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 86]", "2019/06/28 22:32:55 Pause() [SB 86]", "2019/06/28 22:32:55 Receive request to /run/L85", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 955 [FUNC L85]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L85]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/86-L85, /root/open-lambda/test-dir/worker/handlers/L85, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc000410800 87 /root/open-lambda/test-dir/worker/sock-handlers/87 /root/open-lambda/test-dir/worker/lambda_code/86-L85 /root/open-lambda/test-dir/worker/handlers/L85/87 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc00011c620 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 87]", "2019/06/28 22:32:55 Evict Sandbox 83", "2019/06/28 22:32:55 Destroy() [SB 83]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 83]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 83]", "2019/06/28 22:32:55 Pause() [SB 87]", "2019/06/28 22:32:55 Receive request to /run/L86", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 966 [FUNC L86]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L86]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/87-L86, /root/open-lambda/test-dir/worker/handlers/L86, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc000410e60 88 /root/open-lambda/test-dir/worker/sock-handlers/88 /root/open-lambda/test-dir/worker/lambda_code/87-L86 /root/open-lambda/test-dir/worker/handlers/L86/88 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc00011caf0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 88]", "2019/06/28 22:32:55 Evict Sandbox 84", "2019/06/28 22:32:55 Destroy() [SB 84]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 84]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 84]", "2019/06/28 22:32:55 Pause() [SB 88]", "2019/06/28 22:32:55 Receive request to /run/L87", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 977 [FUNC L87]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L87]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/88-L87, /root/open-lambda/test-dir/worker/handlers/L87, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc0004114c0 89 /root/open-lambda/test-dir/worker/sock-handlers/89 /root/open-lambda/test-dir/worker/lambda_code/88-L87 /root/open-lambda/test-dir/worker/handlers/L87/89 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc00011d1f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 89]", "2019/06/28 22:32:55 Evict Sandbox 85", "2019/06/28 22:32:55 Destroy() [SB 85]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 85]", "2019/06/28 22:32:55 waiting for 1 procs in cg-18 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 85]", "2019/06/28 22:32:55 Pause() [SB 89]", "2019/06/28 22:32:55 Receive request to /run/L88", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 988 [FUNC L88]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L88]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/89-L88, /root/open-lambda/test-dir/worker/handlers/L88, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f0a0 90 /root/open-lambda/test-dir/worker/sock-handlers/90 /root/open-lambda/test-dir/worker/lambda_code/89-L88 /root/open-lambda/test-dir/worker/handlers/L88/90 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc00011d880 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 90]", "2019/06/28 22:32:55 Evict Sandbox 86", "2019/06/28 22:32:55 Destroy() [SB 86]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 86]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 86]", "2019/06/28 22:32:55 Pause() [SB 90]", "2019/06/28 22:32:55 Receive request to /run/L89", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 999 [FUNC L89]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L89]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/90-L89, /root/open-lambda/test-dir/worker/handlers/L89, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f0c0 91 /root/open-lambda/test-dir/worker/sock-handlers/91 /root/open-lambda/test-dir/worker/lambda_code/90-L89 /root/open-lambda/test-dir/worker/handlers/L89/91 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc00011dc70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 91]", "2019/06/28 22:32:55 Evict Sandbox 87", "2019/06/28 22:32:55 Destroy() [SB 87]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 87]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 87]", "2019/06/28 22:32:55 Pause() [SB 91]", "2019/06/28 22:32:55 Receive request to /run/L90", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 1010 [FUNC L90]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L90]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/91-L90, /root/open-lambda/test-dir/worker/handlers/L90, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f0e0 92 /root/open-lambda/test-dir/worker/sock-handlers/92 /root/open-lambda/test-dir/worker/lambda_code/91-L90 /root/open-lambda/test-dir/worker/handlers/L90/92 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc0000d6070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 92]", "2019/06/28 22:32:55 Evict Sandbox 88", "2019/06/28 22:32:55 Destroy() [SB 88]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 88]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 88]", "2019/06/28 22:32:55 Pause() [SB 92]", "2019/06/28 22:32:55 Receive request to /run/L91", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 1021 [FUNC L91]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L91]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/92-L91, /root/open-lambda/test-dir/worker/handlers/L91, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f100 93 /root/open-lambda/test-dir/worker/sock-handlers/93 /root/open-lambda/test-dir/worker/lambda_code/92-L91 /root/open-lambda/test-dir/worker/handlers/L91/93 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc0000d6770 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 93]", "2019/06/28 22:32:55 Evict Sandbox 89", "2019/06/28 22:32:55 Destroy() [SB 89]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 89]", "2019/06/28 22:32:55 waiting for 1 procs in cg-22 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 89]", "2019/06/28 22:32:55 Pause() [SB 93]", "2019/06/28 22:32:55 Receive request to /run/L92", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 1032 [FUNC L92]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L92]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/93-L92, /root/open-lambda/test-dir/worker/handlers/L92, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f120 94 /root/open-lambda/test-dir/worker/sock-handlers/94 /root/open-lambda/test-dir/worker/lambda_code/93-L92 /root/open-lambda/test-dir/worker/handlers/L92/94 }) [SB 1]", "2019/06/28 22:32:55 Evict Sandbox 90", "2019/06/28 22:32:55 Destroy() [SB 90]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 90]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 90]", "2019/06/28 22:32:55 ...returns &{0xc0000d6d90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 94]", "2019/06/28 22:32:55 Pause() [SB 94]", "2019/06/28 22:32:55 Receive request to /run/L93", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 1043 [FUNC L93]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L93]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/94-L93, /root/open-lambda/test-dir/worker/handlers/L93, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f2c0 95 /root/open-lambda/test-dir/worker/sock-handlers/95 /root/open-lambda/test-dir/worker/lambda_code/94-L93 /root/open-lambda/test-dir/worker/handlers/L93/95 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc0000d7260 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 95]", "2019/06/28 22:32:55 Evict Sandbox 91", "2019/06/28 22:32:55 Destroy() [SB 91]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 91]", "2019/06/28 22:32:55 waiting for 1 procs in cg-2 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 91]", "2019/06/28 22:32:55 Pause() [SB 95]", "2019/06/28 22:32:55 Receive request to /run/L94", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 1054 [FUNC L94]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L94]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/95-L94, /root/open-lambda/test-dir/worker/handlers/L94, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f2e0 96 /root/open-lambda/test-dir/worker/sock-handlers/96 /root/open-lambda/test-dir/worker/lambda_code/95-L94 /root/open-lambda/test-dir/worker/handlers/L94/96 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc0000d78f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 96]", "2019/06/28 22:32:55 Evict Sandbox 92", "2019/06/28 22:32:55 Destroy() [SB 92]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 92]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 92]", "2019/06/28 22:32:55 Pause() [SB 96]", "2019/06/28 22:32:55 Receive request to /run/L95", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 1065 [FUNC L95]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L95]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/96-L95, /root/open-lambda/test-dir/worker/handlers/L95, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f300 97 /root/open-lambda/test-dir/worker/sock-handlers/97 /root/open-lambda/test-dir/worker/lambda_code/96-L95 /root/open-lambda/test-dir/worker/handlers/L95/97 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc000104000 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 97]", "2019/06/28 22:32:55 Evict Sandbox 93", "2019/06/28 22:32:55 Destroy() [SB 93]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 93]", "2019/06/28 22:32:55 waiting for 1 procs in cg-4 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 93]", "2019/06/28 22:32:55 Pause() [SB 97]", "2019/06/28 22:32:55 Receive request to /run/L96", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 1076 [FUNC L96]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L96]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/97-L96, /root/open-lambda/test-dir/worker/handlers/L96, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f320 98 /root/open-lambda/test-dir/worker/sock-handlers/98 /root/open-lambda/test-dir/worker/lambda_code/97-L96 /root/open-lambda/test-dir/worker/handlers/L96/98 }) [SB 1]", "2019/06/28 22:32:55 ...returns &{0xc000104620 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 98]", "2019/06/28 22:32:55 Evict Sandbox 94", "2019/06/28 22:32:55 Destroy() [SB 94]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 94]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 94]", "2019/06/28 22:32:55 Pause() [SB 98]", "2019/06/28 22:32:55 Receive request to /run/L97", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 1087 [FUNC L97]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L97]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/98-L97, /root/open-lambda/test-dir/worker/handlers/L97, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f340 99 /root/open-lambda/test-dir/worker/sock-handlers/99 /root/open-lambda/test-dir/worker/lambda_code/98-L97 /root/open-lambda/test-dir/worker/handlers/L97/99 }) [SB 1]", "2019/06/28 22:32:55 Evict Sandbox 95", "2019/06/28 22:32:55 Destroy() [SB 95]", "2019/06/28 22:32:55 kill all procs in CG [SOCK 95]", "2019/06/28 22:32:55 unmount and remove dirs [SOCK 95]", "2019/06/28 22:32:55 ...returns &{0xc000104d90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:55 Channel() [SB 99]", "2019/06/28 22:32:55 Pause() [SB 99]", "2019/06/28 22:32:55 Receive request to /run/L98", "2019/06/28 22:32:55 debug: LambdaFunc.Task() runs on goroutine 1098 [FUNC L98]", "2019/06/28 22:32:55 increase instances to 1 [FUNC L98]", "2019/06/28 22:32:55 .Create(/root/open-lambda/test-dir/worker/lambda_code/99-L98, /root/open-lambda/test-dir/worker/handlers/L98, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:55 fork(&{0xc0000826e0 0xc00000f360 100 /root/open-lambda/test-dir/worker/sock-handlers/100 /root/open-lambda/test-dir/worker/lambda_code/99-L98 /root/open-lambda/test-dir/worker/handlers/L98/100 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 96", "2019/06/28 22:32:56 Destroy() [SB 96]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 96]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 96]", "2019/06/28 22:32:56 ...returns &{0xc000105490 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 100]", "2019/06/28 22:32:56 Pause() [SB 100]", "2019/06/28 22:32:56 Receive request to /run/L99", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1109 [FUNC L99]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L99]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/100-L99, /root/open-lambda/test-dir/worker/handlers/L99, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f380 101 /root/open-lambda/test-dir/worker/sock-handlers/101 /root/open-lambda/test-dir/worker/lambda_code/100-L99 /root/open-lambda/test-dir/worker/handlers/L99/101 }) [SB 1]", "2019/06/28 22:32:56 ...returns &{0xc000105b20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 101]", "2019/06/28 22:32:56 Evict Sandbox 97", "2019/06/28 22:32:56 Destroy() [SB 97]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 97]", "2019/06/28 22:32:56 waiting for 1 procs in cg-8 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 97]", "2019/06/28 22:32:56 Pause() [SB 101]", "2019/06/28 22:32:56 Receive request to /run/L100", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1120 [FUNC L100]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L100]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/101-L100, /root/open-lambda/test-dir/worker/handlers/L100, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f3a0 102 /root/open-lambda/test-dir/worker/sock-handlers/102 /root/open-lambda/test-dir/worker/lambda_code/101-L100 /root/open-lambda/test-dir/worker/handlers/L100/102 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 98", "2019/06/28 22:32:56 Destroy() [SB 98]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 98]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 98]", "2019/06/28 22:32:56 ...returns &{0xc0003dc310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 102]", "2019/06/28 22:32:56 Pause() [SB 102]", "2019/06/28 22:32:56 Receive request to /run/L101", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1131 [FUNC L101]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L101]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/102-L101, /root/open-lambda/test-dir/worker/handlers/L101, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f3c0 103 /root/open-lambda/test-dir/worker/sock-handlers/103 /root/open-lambda/test-dir/worker/lambda_code/102-L101 /root/open-lambda/test-dir/worker/handlers/L101/103 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 99", "2019/06/28 22:32:56 Destroy() [SB 99]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 99]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 99]", "2019/06/28 22:32:56 ...returns &{0xc0003dc770 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 103]", "2019/06/28 22:32:56 Pause() [SB 103]", "2019/06/28 22:32:56 Receive request to /run/L102", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1142 [FUNC L102]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L102]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/103-L102, /root/open-lambda/test-dir/worker/handlers/L102, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f3e0 104 /root/open-lambda/test-dir/worker/sock-handlers/104 /root/open-lambda/test-dir/worker/lambda_code/103-L102 /root/open-lambda/test-dir/worker/handlers/L102/104 }) [SB 1]", "2019/06/28 22:32:56 ...returns &{0xc0003dcaf0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 104]", "2019/06/28 22:32:56 Evict Sandbox 100", "2019/06/28 22:32:56 Destroy() [SB 100]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 100]", "2019/06/28 22:32:56 waiting for 1 procs in cg-11 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 100]", "2019/06/28 22:32:56 Pause() [SB 104]", "2019/06/28 22:32:56 Receive request to /run/L103", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1153 [FUNC L103]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L103]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/104-L103, /root/open-lambda/test-dir/worker/handlers/L103, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f400 105 /root/open-lambda/test-dir/worker/sock-handlers/105 /root/open-lambda/test-dir/worker/lambda_code/104-L103 /root/open-lambda/test-dir/worker/handlers/L103/105 }) [SB 1]", "2019/06/28 22:32:56 ...returns &{0xc0001045b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 105]", "2019/06/28 22:32:56 Evict Sandbox 101", "2019/06/28 22:32:56 Destroy() [SB 101]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 101]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 101]", "2019/06/28 22:32:56 Pause() [SB 105]", "2019/06/28 22:32:56 Receive request to /run/L104", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1164 [FUNC L104]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L104]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/105-L104, /root/open-lambda/test-dir/worker/handlers/L104, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f420 106 /root/open-lambda/test-dir/worker/sock-handlers/106 /root/open-lambda/test-dir/worker/lambda_code/105-L104 /root/open-lambda/test-dir/worker/handlers/L104/106 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 102", "2019/06/28 22:32:56 Destroy() [SB 102]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 102]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 102]", "2019/06/28 22:32:56 ...returns &{0xc000104e70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 106]", "2019/06/28 22:32:56 Pause() [SB 106]", "2019/06/28 22:32:56 Receive request to /run/L105", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1175 [FUNC L105]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L105]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/106-L105, /root/open-lambda/test-dir/worker/handlers/L105, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000fb60 107 /root/open-lambda/test-dir/worker/sock-handlers/107 /root/open-lambda/test-dir/worker/lambda_code/106-L105 /root/open-lambda/test-dir/worker/handlers/L105/107 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 103", "2019/06/28 22:32:56 Destroy() [SB 103]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 103]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 103]", "2019/06/28 22:32:56 ...returns &{0xc000105650 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 107]", "2019/06/28 22:32:56 Pause() [SB 107]", "2019/06/28 22:32:56 Receive request to /run/L106", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1186 [FUNC L106]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L106]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/107-L106, /root/open-lambda/test-dir/worker/handlers/L106, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc000410200 108 /root/open-lambda/test-dir/worker/sock-handlers/108 /root/open-lambda/test-dir/worker/lambda_code/107-L106 /root/open-lambda/test-dir/worker/handlers/L106/108 }) [SB 1]", "2019/06/28 22:32:56 ...returns &{0xc0000d6150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 108]", "2019/06/28 22:32:56 Evict Sandbox 104", "2019/06/28 22:32:56 Destroy() [SB 104]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 104]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 104]", "2019/06/28 22:32:56 Pause() [SB 108]", "2019/06/28 22:32:56 Receive request to /run/L107", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1197 [FUNC L107]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L107]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/108-L107, /root/open-lambda/test-dir/worker/handlers/L107, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc000410800 109 /root/open-lambda/test-dir/worker/sock-handlers/109 /root/open-lambda/test-dir/worker/lambda_code/108-L107 /root/open-lambda/test-dir/worker/handlers/L107/109 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 105", "2019/06/28 22:32:56 Destroy() [SB 105]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 105]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 105]", "2019/06/28 22:32:56 ...returns &{0xc0000d6930 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 109]", "2019/06/28 22:32:56 Pause() [SB 109]", "2019/06/28 22:32:56 Receive request to /run/L108", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1208 [FUNC L108]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L108]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/109-L108, /root/open-lambda/test-dir/worker/handlers/L108, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc000410e60 110 /root/open-lambda/test-dir/worker/sock-handlers/110 /root/open-lambda/test-dir/worker/lambda_code/109-L108 /root/open-lambda/test-dir/worker/handlers/L108/110 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 106", "2019/06/28 22:32:56 Destroy() [SB 106]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 106]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 106]", "2019/06/28 22:32:56 ...returns &{0xc0000d6fc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 110]", "2019/06/28 22:32:56 Pause() [SB 110]", "2019/06/28 22:32:56 Receive request to /run/L109", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1219 [FUNC L109]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L109]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/110-L109, /root/open-lambda/test-dir/worker/handlers/L109, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc0004114c0 111 /root/open-lambda/test-dir/worker/sock-handlers/111 /root/open-lambda/test-dir/worker/lambda_code/110-L109 /root/open-lambda/test-dir/worker/handlers/L109/111 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 107", "2019/06/28 22:32:56 Destroy() [SB 107]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 107]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 107]", "2019/06/28 22:32:56 ...returns &{0xc0000d75e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 111]", "2019/06/28 22:32:56 Pause() [SB 111]", "2019/06/28 22:32:56 Receive request to /run/L110", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1230 [FUNC L110]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L110]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/111-L110, /root/open-lambda/test-dir/worker/handlers/L110, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f0a0 112 /root/open-lambda/test-dir/worker/sock-handlers/112 /root/open-lambda/test-dir/worker/lambda_code/111-L110 /root/open-lambda/test-dir/worker/handlers/L110/112 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 108", "2019/06/28 22:32:56 Destroy() [SB 108]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 108]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 108]", "2019/06/28 22:32:56 ...returns &{0xc0000d7ce0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 112]", "2019/06/28 22:32:56 Pause() [SB 112]", "2019/06/28 22:32:56 Receive request to /run/L111", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1241 [FUNC L111]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L111]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/112-L111, /root/open-lambda/test-dir/worker/handlers/L111, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f0c0 113 /root/open-lambda/test-dir/worker/sock-handlers/113 /root/open-lambda/test-dir/worker/lambda_code/112-L111 /root/open-lambda/test-dir/worker/handlers/L111/113 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 109", "2019/06/28 22:32:56 Destroy() [SB 109]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 109]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 109]", "2019/06/28 22:32:56 ...returns &{0xc00011c690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 113]", "2019/06/28 22:32:56 Pause() [SB 113]", "2019/06/28 22:32:56 Receive request to /run/L112", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1252 [FUNC L112]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L112]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/113-L112, /root/open-lambda/test-dir/worker/handlers/L112, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f0e0 114 /root/open-lambda/test-dir/worker/sock-handlers/114 /root/open-lambda/test-dir/worker/lambda_code/113-L112 /root/open-lambda/test-dir/worker/handlers/L112/114 }) [SB 1]", "2019/06/28 22:32:56 ...returns &{0xc00011cd20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 114]", "2019/06/28 22:32:56 Evict Sandbox 110", "2019/06/28 22:32:56 Destroy() [SB 110]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 110]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 110]", "2019/06/28 22:32:56 Pause() [SB 114]", "2019/06/28 22:32:56 Receive request to /run/L113", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1263 [FUNC L113]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L113]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/114-L113, /root/open-lambda/test-dir/worker/handlers/L113, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f100 115 /root/open-lambda/test-dir/worker/sock-handlers/115 /root/open-lambda/test-dir/worker/lambda_code/114-L113 /root/open-lambda/test-dir/worker/handlers/L113/115 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 111", "2019/06/28 22:32:56 Destroy() [SB 111]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 111]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 111]", "2019/06/28 22:32:56 ...returns &{0xc00011d490 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 115]", "2019/06/28 22:32:56 Pause() [SB 115]", "2019/06/28 22:32:56 Receive request to /run/L114", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1274 [FUNC L114]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L114]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/115-L114, /root/open-lambda/test-dir/worker/handlers/L114, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f120 116 /root/open-lambda/test-dir/worker/sock-handlers/116 /root/open-lambda/test-dir/worker/lambda_code/115-L114 /root/open-lambda/test-dir/worker/handlers/L114/116 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 112", "2019/06/28 22:32:56 Destroy() [SB 112]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 112]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 112]", "2019/06/28 22:32:56 ...returns &{0xc00011dab0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 116]", "2019/06/28 22:32:56 Pause() [SB 116]", "2019/06/28 22:32:56 Receive request to /run/L115", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1285 [FUNC L115]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L115]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/116-L115, /root/open-lambda/test-dir/worker/handlers/L115, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f2c0 117 /root/open-lambda/test-dir/worker/sock-handlers/117 /root/open-lambda/test-dir/worker/lambda_code/116-L115 /root/open-lambda/test-dir/worker/handlers/L115/117 }) [SB 1]", "2019/06/28 22:32:56 ...returns &{0xc00011df80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 117]", "2019/06/28 22:32:56 Evict Sandbox 113", "2019/06/28 22:32:56 Destroy() [SB 113]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 113]", "2019/06/28 22:32:56 waiting for 1 procs in cg-2 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 113]", "2019/06/28 22:32:56 Pause() [SB 117]", "2019/06/28 22:32:56 Receive request to /run/L116", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1296 [FUNC L116]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L116]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/117-L116, /root/open-lambda/test-dir/worker/handlers/L116, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f2e0 118 /root/open-lambda/test-dir/worker/sock-handlers/118 /root/open-lambda/test-dir/worker/lambda_code/117-L116 /root/open-lambda/test-dir/worker/handlers/L116/118 }) [SB 1]", "2019/06/28 22:32:56 ...returns &{0xc0003dc460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 118]", "2019/06/28 22:32:56 Evict Sandbox 114", "2019/06/28 22:32:56 Destroy() [SB 114]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 114]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 114]", "2019/06/28 22:32:56 Pause() [SB 118]", "2019/06/28 22:32:56 Receive request to /run/L117", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1307 [FUNC L117]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L117]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/118-L117, /root/open-lambda/test-dir/worker/handlers/L117, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f300 119 /root/open-lambda/test-dir/worker/sock-handlers/119 /root/open-lambda/test-dir/worker/lambda_code/118-L117 /root/open-lambda/test-dir/worker/handlers/L117/119 }) [SB 1]", "2019/06/28 22:32:56 ...returns &{0xc0003dc8c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 119]", "2019/06/28 22:32:56 Evict Sandbox 115", "2019/06/28 22:32:56 Destroy() [SB 115]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 115]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 115]", "2019/06/28 22:32:56 Pause() [SB 119]", "2019/06/28 22:32:56 Receive request to /run/L118", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1318 [FUNC L118]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L118]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/119-L118, /root/open-lambda/test-dir/worker/handlers/L118, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f320 120 /root/open-lambda/test-dir/worker/sock-handlers/120 /root/open-lambda/test-dir/worker/lambda_code/119-L118 /root/open-lambda/test-dir/worker/handlers/L118/120 }) [SB 1]", "2019/06/28 22:32:56 ...returns &{0xc0003dccb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 120]", "2019/06/28 22:32:56 Evict Sandbox 116", "2019/06/28 22:32:56 Destroy() [SB 116]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 116]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 116]", "2019/06/28 22:32:56 Pause() [SB 120]", "2019/06/28 22:32:56 Receive request to /run/L119", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1329 [FUNC L119]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L119]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/120-L119, /root/open-lambda/test-dir/worker/handlers/L119, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f340 121 /root/open-lambda/test-dir/worker/sock-handlers/121 /root/open-lambda/test-dir/worker/lambda_code/120-L119 /root/open-lambda/test-dir/worker/handlers/L119/121 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 117", "2019/06/28 22:32:56 Destroy() [SB 117]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 117]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 117]", "2019/06/28 22:32:56 ...returns &{0xc0003dd030 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 121]", "2019/06/28 22:32:56 Pause() [SB 121]", "2019/06/28 22:32:56 Receive request to /run/L120", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1340 [FUNC L120]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L120]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/121-L120, /root/open-lambda/test-dir/worker/handlers/L120, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f360 122 /root/open-lambda/test-dir/worker/sock-handlers/122 /root/open-lambda/test-dir/worker/lambda_code/121-L120 /root/open-lambda/test-dir/worker/handlers/L120/122 }) [SB 1]", "2019/06/28 22:32:56 ...returns &{0xc00011c700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 122]", "2019/06/28 22:32:56 Evict Sandbox 118", "2019/06/28 22:32:56 Destroy() [SB 118]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 118]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 118]", "2019/06/28 22:32:56 Pause() [SB 122]", "2019/06/28 22:32:56 Receive request to /run/L121", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1351 [FUNC L121]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L121]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/122-L121, /root/open-lambda/test-dir/worker/handlers/L121, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f380 123 /root/open-lambda/test-dir/worker/sock-handlers/123 /root/open-lambda/test-dir/worker/lambda_code/122-L121 /root/open-lambda/test-dir/worker/handlers/L121/123 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 119", "2019/06/28 22:32:56 Destroy() [SB 119]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 119]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 119]", "2019/06/28 22:32:56 ...returns &{0xc00011ce70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 123]", "2019/06/28 22:32:56 Pause() [SB 123]", "2019/06/28 22:32:56 Receive request to /run/L122", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1362 [FUNC L122]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L122]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/123-L122, /root/open-lambda/test-dir/worker/handlers/L122, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f3a0 124 /root/open-lambda/test-dir/worker/sock-handlers/124 /root/open-lambda/test-dir/worker/lambda_code/123-L122 /root/open-lambda/test-dir/worker/handlers/L122/124 }) [SB 1]", "2019/06/28 22:32:56 ...returns &{0xc00011d730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 124]", "2019/06/28 22:32:56 Evict Sandbox 120", "2019/06/28 22:32:56 Destroy() [SB 120]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 120]", "2019/06/28 22:32:56 waiting for 1 procs in cg-9 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 120]", "2019/06/28 22:32:56 Pause() [SB 124]", "2019/06/28 22:32:56 Receive request to /run/L123", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1373 [FUNC L123]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L123]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/124-L123, /root/open-lambda/test-dir/worker/handlers/L123, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f3c0 125 /root/open-lambda/test-dir/worker/sock-handlers/125 /root/open-lambda/test-dir/worker/lambda_code/124-L123 /root/open-lambda/test-dir/worker/handlers/L123/125 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 121", "2019/06/28 22:32:56 Destroy() [SB 121]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 121]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 121]", "2019/06/28 22:32:56 ...returns &{0xc00011ddc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 125]", "2019/06/28 22:32:56 Pause() [SB 125]", "2019/06/28 22:32:56 Receive request to /run/L124", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1384 [FUNC L124]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L124]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/125-L124, /root/open-lambda/test-dir/worker/handlers/L124, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f3e0 126 /root/open-lambda/test-dir/worker/sock-handlers/126 /root/open-lambda/test-dir/worker/lambda_code/125-L124 /root/open-lambda/test-dir/worker/handlers/L124/126 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 122", "2019/06/28 22:32:56 Destroy() [SB 122]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 122]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 122]", "2019/06/28 22:32:56 ...returns &{0xc0000d6620 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 126]", "2019/06/28 22:32:56 Pause() [SB 126]", "2019/06/28 22:32:56 Receive request to /run/L125", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1395 [FUNC L125]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L125]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/126-L125, /root/open-lambda/test-dir/worker/handlers/L125, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f400 127 /root/open-lambda/test-dir/worker/sock-handlers/127 /root/open-lambda/test-dir/worker/lambda_code/126-L125 /root/open-lambda/test-dir/worker/handlers/L125/127 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 123", "2019/06/28 22:32:56 Destroy() [SB 123]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 123]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 123]", "2019/06/28 22:32:56 ...returns &{0xc0000d6e00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 127]", "2019/06/28 22:32:56 Pause() [SB 127]", "2019/06/28 22:32:56 Receive request to /run/L126", "2019/06/28 22:32:56 debug: LambdaFunc.Task() runs on goroutine 1406 [FUNC L126]", "2019/06/28 22:32:56 increase instances to 1 [FUNC L126]", "2019/06/28 22:32:56 .Create(/root/open-lambda/test-dir/worker/lambda_code/127-L126, /root/open-lambda/test-dir/worker/handlers/L126, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:56 fork(&{0xc0000826e0 0xc00000f420 128 /root/open-lambda/test-dir/worker/sock-handlers/128 /root/open-lambda/test-dir/worker/lambda_code/127-L126 /root/open-lambda/test-dir/worker/handlers/L126/128 }) [SB 1]", "2019/06/28 22:32:56 Evict Sandbox 124", "2019/06/28 22:32:56 Destroy() [SB 124]", "2019/06/28 22:32:56 kill all procs in CG [SOCK 124]", "2019/06/28 22:32:56 unmount and remove dirs [SOCK 124]", "2019/06/28 22:32:56 ...returns &{0xc0000d7570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:56 Channel() [SB 128]", "2019/06/28 22:32:56 Pause() [SB 128]", "2019/06/28 22:32:57 Receive request to /run/L127", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1417 [FUNC L127]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L127]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/128-L127, /root/open-lambda/test-dir/worker/handlers/L127, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000fb60 129 /root/open-lambda/test-dir/worker/sock-handlers/129 /root/open-lambda/test-dir/worker/lambda_code/128-L127 /root/open-lambda/test-dir/worker/handlers/L127/129 }) [SB 1]", "2019/06/28 22:32:57 Evict Sandbox 125", "2019/06/28 22:32:57 Destroy() [SB 125]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 125]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 125]", "2019/06/28 22:32:57 ...returns &{0xc0000d7f10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 129]", "2019/06/28 22:32:57 Pause() [SB 129]", "2019/06/28 22:32:57 Receive request to /run/L128", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1428 [FUNC L128]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L128]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/129-L128, /root/open-lambda/test-dir/worker/handlers/L128, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc000410200 130 /root/open-lambda/test-dir/worker/sock-handlers/130 /root/open-lambda/test-dir/worker/lambda_code/129-L128 /root/open-lambda/test-dir/worker/handlers/L128/130 }) [SB 1]", "2019/06/28 22:32:57 Evict Sandbox 126", "2019/06/28 22:32:57 Destroy() [SB 126]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 126]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 126]", "2019/06/28 22:32:57 ...returns &{0xc0001047e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 130]", "2019/06/28 22:32:57 Pause() [SB 130]", "2019/06/28 22:32:57 Receive request to /run/L129", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1439 [FUNC L129]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L129]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/130-L129, /root/open-lambda/test-dir/worker/handlers/L129, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc000410800 131 /root/open-lambda/test-dir/worker/sock-handlers/131 /root/open-lambda/test-dir/worker/lambda_code/130-L129 /root/open-lambda/test-dir/worker/handlers/L129/131 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc000105180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 131]", "2019/06/28 22:32:57 Evict Sandbox 127", "2019/06/28 22:32:57 Destroy() [SB 127]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 127]", "2019/06/28 22:32:57 waiting for 1 procs in cg-16 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 127]", "2019/06/28 22:32:57 Pause() [SB 131]", "2019/06/28 22:32:57 Receive request to /run/L130", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1450 [FUNC L130]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L130]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/131-L130, /root/open-lambda/test-dir/worker/handlers/L130, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc000410e60 132 /root/open-lambda/test-dir/worker/sock-handlers/132 /root/open-lambda/test-dir/worker/lambda_code/131-L130 /root/open-lambda/test-dir/worker/handlers/L130/132 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc0001059d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 132]", "2019/06/28 22:32:57 Evict Sandbox 128", "2019/06/28 22:32:57 Destroy() [SB 128]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 128]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 128]", "2019/06/28 22:32:57 Pause() [SB 132]", "2019/06/28 22:32:57 Receive request to /run/L131", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1461 [FUNC L131]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L131]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/132-L131, /root/open-lambda/test-dir/worker/handlers/L131, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc0004114c0 133 /root/open-lambda/test-dir/worker/sock-handlers/133 /root/open-lambda/test-dir/worker/lambda_code/132-L131 /root/open-lambda/test-dir/worker/handlers/L131/133 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc0003dc380 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 133]", "2019/06/28 22:32:57 Evict Sandbox 129", "2019/06/28 22:32:57 Destroy() [SB 129]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 129]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 129]", "2019/06/28 22:32:57 Pause() [SB 133]", "2019/06/28 22:32:57 Receive request to /run/L132", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1472 [FUNC L132]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L132]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/133-L132, /root/open-lambda/test-dir/worker/handlers/L132, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f0a0 134 /root/open-lambda/test-dir/worker/sock-handlers/134 /root/open-lambda/test-dir/worker/lambda_code/133-L132 /root/open-lambda/test-dir/worker/handlers/L132/134 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc0003dc930 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 134]", "2019/06/28 22:32:57 Evict Sandbox 130", "2019/06/28 22:32:57 Destroy() [SB 130]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 130]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 130]", "2019/06/28 22:32:57 Pause() [SB 134]", "2019/06/28 22:32:57 Receive request to /run/L133", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1483 [FUNC L133]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L133]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/134-L133, /root/open-lambda/test-dir/worker/handlers/L133, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f0c0 135 /root/open-lambda/test-dir/worker/sock-handlers/135 /root/open-lambda/test-dir/worker/lambda_code/134-L133 /root/open-lambda/test-dir/worker/handlers/L133/135 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc0003dce00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 135]", "2019/06/28 22:32:57 Evict Sandbox 131", "2019/06/28 22:32:57 Destroy() [SB 131]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 131]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 131]", "2019/06/28 22:32:57 Pause() [SB 135]", "2019/06/28 22:32:57 Receive request to /run/L134", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1494 [FUNC L134]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L134]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/135-L134, /root/open-lambda/test-dir/worker/handlers/L134, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f0e0 136 /root/open-lambda/test-dir/worker/sock-handlers/136 /root/open-lambda/test-dir/worker/lambda_code/135-L134 /root/open-lambda/test-dir/worker/handlers/L134/136 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc0003dd180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 136]", "2019/06/28 22:32:57 Evict Sandbox 132", "2019/06/28 22:32:57 Destroy() [SB 132]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 132]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 132]", "2019/06/28 22:32:57 Pause() [SB 136]", "2019/06/28 22:32:57 Receive request to /run/L135", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1505 [FUNC L135]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L135]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/136-L135, /root/open-lambda/test-dir/worker/handlers/L135, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f100 137 /root/open-lambda/test-dir/worker/sock-handlers/137 /root/open-lambda/test-dir/worker/lambda_code/136-L135 /root/open-lambda/test-dir/worker/handlers/L135/137 }) [SB 1]", "2019/06/28 22:32:57 Evict Sandbox 133", "2019/06/28 22:32:57 Destroy() [SB 133]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 133]", "2019/06/28 22:32:57 waiting for 1 procs in cg-22 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:57 ...returns &{0xc0003dd490 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 137]", "2019/06/28 22:32:57 Evict Sandbox 134", "2019/06/28 22:32:57 Destroy() [SB 134]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 134]", "2019/06/28 22:32:57 waiting for 1 procs in cg-1 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 133]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 134]", "2019/06/28 22:32:57 Pause() [SB 137]", "2019/06/28 22:32:57 Receive request to /run/L136", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1517 [FUNC L136]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L136]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/137-L136, /root/open-lambda/test-dir/worker/handlers/L136, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f120 138 /root/open-lambda/test-dir/worker/sock-handlers/138 /root/open-lambda/test-dir/worker/lambda_code/137-L136 /root/open-lambda/test-dir/worker/handlers/L136/138 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc000104690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 138]", "2019/06/28 22:32:57 Pause() [SB 138]", "2019/06/28 22:32:57 Receive request to /run/L137", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1527 [FUNC L137]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L137]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/138-L137, /root/open-lambda/test-dir/worker/handlers/L137, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f2c0 139 /root/open-lambda/test-dir/worker/sock-handlers/139 /root/open-lambda/test-dir/worker/lambda_code/138-L137 /root/open-lambda/test-dir/worker/handlers/L137/139 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc0001051f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 139]", "2019/06/28 22:32:57 Evict Sandbox 135", "2019/06/28 22:32:57 Destroy() [SB 135]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 135]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 135]", "2019/06/28 22:32:57 Pause() [SB 139]", "2019/06/28 22:32:57 Receive request to /run/L138", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1538 [FUNC L138]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L138]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/139-L138, /root/open-lambda/test-dir/worker/handlers/L138, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f2e0 140 /root/open-lambda/test-dir/worker/sock-handlers/140 /root/open-lambda/test-dir/worker/lambda_code/139-L138 /root/open-lambda/test-dir/worker/handlers/L138/140 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc0000d6000 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 140]", "2019/06/28 22:32:57 Evict Sandbox 136", "2019/06/28 22:32:57 Destroy() [SB 136]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 136]", "2019/06/28 22:32:57 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 136]", "2019/06/28 22:32:57 Pause() [SB 140]", "2019/06/28 22:32:57 Receive request to /run/L139", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1549 [FUNC L139]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L139]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/140-L139, /root/open-lambda/test-dir/worker/handlers/L139, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f300 141 /root/open-lambda/test-dir/worker/sock-handlers/141 /root/open-lambda/test-dir/worker/lambda_code/140-L139 /root/open-lambda/test-dir/worker/handlers/L139/141 }) [SB 1]", "2019/06/28 22:32:57 Evict Sandbox 137", "2019/06/28 22:32:57 Destroy() [SB 137]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 137]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 137]", "2019/06/28 22:32:57 ...returns &{0xc0000d6af0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 141]", "2019/06/28 22:32:57 Pause() [SB 141]", "2019/06/28 22:32:57 Receive request to /run/L140", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1560 [FUNC L140]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L140]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/141-L140, /root/open-lambda/test-dir/worker/handlers/L140, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f320 142 /root/open-lambda/test-dir/worker/sock-handlers/142 /root/open-lambda/test-dir/worker/lambda_code/141-L140 /root/open-lambda/test-dir/worker/handlers/L140/142 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc0000d7420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 142]", "2019/06/28 22:32:57 Evict Sandbox 138", "2019/06/28 22:32:57 Destroy() [SB 138]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 138]", "2019/06/28 22:32:57 waiting for 1 procs in cg-5 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 138]", "2019/06/28 22:32:57 Pause() [SB 142]", "2019/06/28 22:32:57 Receive request to /run/L141", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1571 [FUNC L141]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L141]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/142-L141, /root/open-lambda/test-dir/worker/handlers/L141, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f340 143 /root/open-lambda/test-dir/worker/sock-handlers/143 /root/open-lambda/test-dir/worker/lambda_code/142-L141 /root/open-lambda/test-dir/worker/handlers/L141/143 }) [SB 1]", "2019/06/28 22:32:57 Evict Sandbox 139", "2019/06/28 22:32:57 Destroy() [SB 139]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 139]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 139]", "2019/06/28 22:32:57 ...returns &{0xc0000d7c70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 143]", "2019/06/28 22:32:57 Pause() [SB 143]", "2019/06/28 22:32:57 Receive request to /run/L142", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1582 [FUNC L142]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L142]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/143-L142, /root/open-lambda/test-dir/worker/handlers/L142, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f360 144 /root/open-lambda/test-dir/worker/sock-handlers/144 /root/open-lambda/test-dir/worker/lambda_code/143-L142 /root/open-lambda/test-dir/worker/handlers/L142/144 }) [SB 1]", "2019/06/28 22:32:57 Evict Sandbox 140", "2019/06/28 22:32:57 Destroy() [SB 140]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 140]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 140]", "2019/06/28 22:32:57 ...returns &{0xc00011c850 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 144]", "2019/06/28 22:32:57 Pause() [SB 144]", "2019/06/28 22:32:57 Receive request to /run/L143", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1593 [FUNC L143]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L143]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/144-L143, /root/open-lambda/test-dir/worker/handlers/L143, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f380 145 /root/open-lambda/test-dir/worker/sock-handlers/145 /root/open-lambda/test-dir/worker/lambda_code/144-L143 /root/open-lambda/test-dir/worker/handlers/L143/145 }) [SB 1]", "2019/06/28 22:32:57 Evict Sandbox 141", "2019/06/28 22:32:57 Destroy() [SB 141]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 141]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 141]", "2019/06/28 22:32:57 ...returns &{0xc00011d2d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 145]", "2019/06/28 22:32:57 Pause() [SB 145]", "2019/06/28 22:32:57 Receive request to /run/L144", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1604 [FUNC L144]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L144]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/145-L144, /root/open-lambda/test-dir/worker/handlers/L144, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f3a0 146 /root/open-lambda/test-dir/worker/sock-handlers/146 /root/open-lambda/test-dir/worker/lambda_code/145-L144 /root/open-lambda/test-dir/worker/handlers/L144/146 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc00011db90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 146]", "2019/06/28 22:32:57 Evict Sandbox 142", "2019/06/28 22:32:57 Destroy() [SB 142]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 142]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 142]", "2019/06/28 22:32:57 Pause() [SB 146]", "2019/06/28 22:32:57 Receive request to /run/L145", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1615 [FUNC L145]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L145]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/146-L145, /root/open-lambda/test-dir/worker/handlers/L145, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f3c0 147 /root/open-lambda/test-dir/worker/sock-handlers/147 /root/open-lambda/test-dir/worker/lambda_code/146-L145 /root/open-lambda/test-dir/worker/handlers/L145/147 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc0003dc1c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 147]", "2019/06/28 22:32:57 Evict Sandbox 143", "2019/06/28 22:32:57 Destroy() [SB 143]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 143]", "2019/06/28 22:32:57 waiting for 1 procs in cg-10 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 143]", "2019/06/28 22:32:57 Pause() [SB 147]", "2019/06/28 22:32:57 Receive request to /run/L146", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1626 [FUNC L146]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L146]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/147-L146, /root/open-lambda/test-dir/worker/handlers/L146, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f3e0 148 /root/open-lambda/test-dir/worker/sock-handlers/148 /root/open-lambda/test-dir/worker/lambda_code/147-L146 /root/open-lambda/test-dir/worker/handlers/L146/148 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc0003dc7e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 148]", "2019/06/28 22:32:57 Evict Sandbox 144", "2019/06/28 22:32:57 Destroy() [SB 144]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 144]", "2019/06/28 22:32:57 waiting for 1 procs in cg-11 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 144]", "2019/06/28 22:32:57 Pause() [SB 148]", "2019/06/28 22:32:57 Receive request to /run/L147", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1637 [FUNC L147]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L147]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/148-L147, /root/open-lambda/test-dir/worker/handlers/L147, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f400 149 /root/open-lambda/test-dir/worker/sock-handlers/149 /root/open-lambda/test-dir/worker/lambda_code/148-L147 /root/open-lambda/test-dir/worker/handlers/L147/149 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc0003dcd90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 149]", "2019/06/28 22:32:57 Evict Sandbox 145", "2019/06/28 22:32:57 Destroy() [SB 145]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 145]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 145]", "2019/06/28 22:32:57 Pause() [SB 149]", "2019/06/28 22:32:57 Receive request to /run/L148", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1648 [FUNC L148]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L148]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/149-L148, /root/open-lambda/test-dir/worker/handlers/L148, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f420 150 /root/open-lambda/test-dir/worker/sock-handlers/150 /root/open-lambda/test-dir/worker/lambda_code/149-L148 /root/open-lambda/test-dir/worker/handlers/L148/150 }) [SB 1]", "2019/06/28 22:32:57 Evict Sandbox 146", "2019/06/28 22:32:57 Destroy() [SB 146]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 146]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 146]", "2019/06/28 22:32:57 ...returns &{0xc0003dd1f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 150]", "2019/06/28 22:32:57 Pause() [SB 150]", "2019/06/28 22:32:57 Receive request to /run/L149", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1659 [FUNC L149]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L149]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/150-L149, /root/open-lambda/test-dir/worker/handlers/L149, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000fb60 151 /root/open-lambda/test-dir/worker/sock-handlers/151 /root/open-lambda/test-dir/worker/lambda_code/150-L149 /root/open-lambda/test-dir/worker/handlers/L149/151 }) [SB 1]", "2019/06/28 22:32:57 Evict Sandbox 147", "2019/06/28 22:32:57 Destroy() [SB 147]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 147]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 147]", "2019/06/28 22:32:57 ...returns &{0xc0003dd570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 151]", "2019/06/28 22:32:57 Pause() [SB 151]", "2019/06/28 22:32:57 Receive request to /run/L150", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1670 [FUNC L150]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L150]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/151-L150, /root/open-lambda/test-dir/worker/handlers/L150, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc000410200 152 /root/open-lambda/test-dir/worker/sock-handlers/152 /root/open-lambda/test-dir/worker/lambda_code/151-L150 /root/open-lambda/test-dir/worker/handlers/L150/152 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc0003dd880 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 152]", "2019/06/28 22:32:57 Evict Sandbox 148", "2019/06/28 22:32:57 Destroy() [SB 148]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 148]", "2019/06/28 22:32:57 waiting for 1 procs in cg-15 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 148]", "2019/06/28 22:32:57 Pause() [SB 152]", "2019/06/28 22:32:57 Receive request to /run/L151", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1681 [FUNC L151]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L151]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/152-L151, /root/open-lambda/test-dir/worker/handlers/L151, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc000410800 153 /root/open-lambda/test-dir/worker/sock-handlers/153 /root/open-lambda/test-dir/worker/lambda_code/152-L151 /root/open-lambda/test-dir/worker/handlers/L151/153 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc0003ddb90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 153]", "2019/06/28 22:32:57 Evict Sandbox 149", "2019/06/28 22:32:57 Destroy() [SB 149]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 149]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 149]", "2019/06/28 22:32:57 Pause() [SB 153]", "2019/06/28 22:32:57 Receive request to /run/L152", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1692 [FUNC L152]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L152]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/153-L152, /root/open-lambda/test-dir/worker/handlers/L152, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc000410e60 154 /root/open-lambda/test-dir/worker/sock-handlers/154 /root/open-lambda/test-dir/worker/lambda_code/153-L152 /root/open-lambda/test-dir/worker/handlers/L152/154 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc00011c770 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 154]", "2019/06/28 22:32:57 Evict Sandbox 150", "2019/06/28 22:32:57 Destroy() [SB 150]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 150]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 150]", "2019/06/28 22:32:57 Pause() [SB 154]", "2019/06/28 22:32:57 Receive request to /run/L153", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1703 [FUNC L153]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L153]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/154-L153, /root/open-lambda/test-dir/worker/handlers/L153, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc0004114c0 155 /root/open-lambda/test-dir/worker/sock-handlers/155 /root/open-lambda/test-dir/worker/lambda_code/154-L153 /root/open-lambda/test-dir/worker/handlers/L153/155 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc00011d3b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 155]", "2019/06/28 22:32:57 Evict Sandbox 151", "2019/06/28 22:32:57 Destroy() [SB 151]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 151]", "2019/06/28 22:32:57 waiting for 1 procs in cg-18 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 151]", "2019/06/28 22:32:57 Pause() [SB 155]", "2019/06/28 22:32:57 Receive request to /run/L154", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1714 [FUNC L154]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L154]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/155-L154, /root/open-lambda/test-dir/worker/handlers/L154, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f0a0 156 /root/open-lambda/test-dir/worker/sock-handlers/156 /root/open-lambda/test-dir/worker/lambda_code/155-L154 /root/open-lambda/test-dir/worker/handlers/L154/156 }) [SB 1]", "2019/06/28 22:32:57 ...returns &{0xc00011dce0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:57 Channel() [SB 156]", "2019/06/28 22:32:57 Evict Sandbox 152", "2019/06/28 22:32:57 Destroy() [SB 152]", "2019/06/28 22:32:57 kill all procs in CG [SOCK 152]", "2019/06/28 22:32:57 unmount and remove dirs [SOCK 152]", "2019/06/28 22:32:57 Pause() [SB 156]", "2019/06/28 22:32:57 Receive request to /run/L155", "2019/06/28 22:32:57 debug: LambdaFunc.Task() runs on goroutine 1725 [FUNC L155]", "2019/06/28 22:32:57 increase instances to 1 [FUNC L155]", "2019/06/28 22:32:57 .Create(/root/open-lambda/test-dir/worker/lambda_code/156-L155, /root/open-lambda/test-dir/worker/handlers/L155, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:57 fork(&{0xc0000826e0 0xc00000f0c0 157 /root/open-lambda/test-dir/worker/sock-handlers/157 /root/open-lambda/test-dir/worker/lambda_code/156-L155 /root/open-lambda/test-dir/worker/handlers/L155/157 }) [SB 1]", "2019/06/28 22:32:58 Evict Sandbox 153", "2019/06/28 22:32:58 Destroy() [SB 153]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 153]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 153]", "2019/06/28 22:32:58 ...returns &{0xc0000d67e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 157]", "2019/06/28 22:32:58 Pause() [SB 157]", "2019/06/28 22:32:58 Receive request to /run/L156", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1736 [FUNC L156]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L156]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/157-L156, /root/open-lambda/test-dir/worker/handlers/L156, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f0e0 158 /root/open-lambda/test-dir/worker/sock-handlers/158 /root/open-lambda/test-dir/worker/lambda_code/157-L156 /root/open-lambda/test-dir/worker/handlers/L156/158 }) [SB 1]", "2019/06/28 22:32:58 Evict Sandbox 154", "2019/06/28 22:32:58 Destroy() [SB 154]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 154]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 154]", "2019/06/28 22:32:58 ...returns &{0xc0000d71f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 158]", "2019/06/28 22:32:58 Pause() [SB 158]", "2019/06/28 22:32:58 Receive request to /run/L157", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1747 [FUNC L157]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L157]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/158-L157, /root/open-lambda/test-dir/worker/handlers/L157, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f100 159 /root/open-lambda/test-dir/worker/sock-handlers/159 /root/open-lambda/test-dir/worker/lambda_code/158-L157 /root/open-lambda/test-dir/worker/handlers/L157/159 }) [SB 1]", "2019/06/28 22:32:58 Evict Sandbox 155", "2019/06/28 22:32:58 Destroy() [SB 155]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 155]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 155]", "2019/06/28 22:32:58 ...returns &{0xc000104070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 159]", "2019/06/28 22:32:58 Pause() [SB 159]", "2019/06/28 22:32:58 Receive request to /run/L158", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1758 [FUNC L158]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L158]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/159-L158, /root/open-lambda/test-dir/worker/handlers/L158, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f120 160 /root/open-lambda/test-dir/worker/sock-handlers/160 /root/open-lambda/test-dir/worker/lambda_code/159-L158 /root/open-lambda/test-dir/worker/handlers/L158/160 }) [SB 1]", "2019/06/28 22:32:58 Evict Sandbox 156", "2019/06/28 22:32:58 Destroy() [SB 156]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 156]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 156]", "2019/06/28 22:32:58 ...returns &{0xc000104b60 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 160]", "2019/06/28 22:32:58 Pause() [SB 160]", "2019/06/28 22:32:58 Receive request to /run/L159", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1769 [FUNC L159]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L159]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/160-L159, /root/open-lambda/test-dir/worker/handlers/L159, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f2c0 161 /root/open-lambda/test-dir/worker/sock-handlers/161 /root/open-lambda/test-dir/worker/lambda_code/160-L159 /root/open-lambda/test-dir/worker/handlers/L159/161 }) [SB 1]", "2019/06/28 22:32:58 Evict Sandbox 157", "2019/06/28 22:32:58 Destroy() [SB 157]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 157]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 157]", "2019/06/28 22:32:58 ...returns &{0xc000105880 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 161]", "2019/06/28 22:32:58 Pause() [SB 161]", "2019/06/28 22:32:58 Receive request to /run/L160", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1780 [FUNC L160]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L160]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/161-L160, /root/open-lambda/test-dir/worker/handlers/L160, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f2e0 162 /root/open-lambda/test-dir/worker/sock-handlers/162 /root/open-lambda/test-dir/worker/lambda_code/161-L160 /root/open-lambda/test-dir/worker/handlers/L160/162 }) [SB 1]", "2019/06/28 22:32:58 Evict Sandbox 158", "2019/06/28 22:32:58 Destroy() [SB 158]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 158]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 158]", "2019/06/28 22:32:58 ...returns &{0xc0003dc540 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 162]", "2019/06/28 22:32:58 Pause() [SB 162]", "2019/06/28 22:32:58 Receive request to /run/L161", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1791 [FUNC L161]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L161]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/162-L161, /root/open-lambda/test-dir/worker/handlers/L161, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f300 163 /root/open-lambda/test-dir/worker/sock-handlers/163 /root/open-lambda/test-dir/worker/lambda_code/162-L161 /root/open-lambda/test-dir/worker/handlers/L161/163 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc0003dcb60 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 163]", "2019/06/28 22:32:58 Evict Sandbox 159", "2019/06/28 22:32:58 Destroy() [SB 159]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 159]", "2019/06/28 22:32:58 waiting for 1 procs in cg-4 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 159]", "2019/06/28 22:32:58 Pause() [SB 163]", "2019/06/28 22:32:58 Receive request to /run/L162", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1802 [FUNC L162]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L162]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/163-L162, /root/open-lambda/test-dir/worker/handlers/L162, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f320 164 /root/open-lambda/test-dir/worker/sock-handlers/164 /root/open-lambda/test-dir/worker/lambda_code/163-L162 /root/open-lambda/test-dir/worker/handlers/L162/164 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc0003dd0a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 164]", "2019/06/28 22:32:58 Evict Sandbox 160", "2019/06/28 22:32:58 Destroy() [SB 160]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 160]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 160]", "2019/06/28 22:32:58 Pause() [SB 164]", "2019/06/28 22:32:58 Receive request to /run/L163", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1813 [FUNC L163]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L163]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/164-L163, /root/open-lambda/test-dir/worker/handlers/L163, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f340 165 /root/open-lambda/test-dir/worker/sock-handlers/165 /root/open-lambda/test-dir/worker/lambda_code/164-L163 /root/open-lambda/test-dir/worker/handlers/L163/165 }) [SB 1]", "2019/06/28 22:32:58 Evict Sandbox 161", "2019/06/28 22:32:58 Destroy() [SB 161]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 161]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 161]", "2019/06/28 22:32:58 ...returns &{0xc0003dd500 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 165]", "2019/06/28 22:32:58 Pause() [SB 165]", "2019/06/28 22:32:58 Receive request to /run/L164", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1824 [FUNC L164]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L164]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/165-L164, /root/open-lambda/test-dir/worker/handlers/L164, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f360 166 /root/open-lambda/test-dir/worker/sock-handlers/166 /root/open-lambda/test-dir/worker/lambda_code/165-L164 /root/open-lambda/test-dir/worker/handlers/L164/166 }) [SB 1]", "2019/06/28 22:32:58 Evict Sandbox 162", "2019/06/28 22:32:58 Destroy() [SB 162]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 162]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 162]", "2019/06/28 22:32:58 ...returns &{0xc0003dd8f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 166]", "2019/06/28 22:32:58 Pause() [SB 166]", "2019/06/28 22:32:58 Receive request to /run/L165", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1835 [FUNC L165]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L165]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/166-L165, /root/open-lambda/test-dir/worker/handlers/L165, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f380 167 /root/open-lambda/test-dir/worker/sock-handlers/167 /root/open-lambda/test-dir/worker/lambda_code/166-L165 /root/open-lambda/test-dir/worker/handlers/L165/167 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc0003ddc70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 167]", "2019/06/28 22:32:58 Evict Sandbox 163", "2019/06/28 22:32:58 Destroy() [SB 163]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 163]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 163]", "2019/06/28 22:32:58 Pause() [SB 167]", "2019/06/28 22:32:58 Receive request to /run/L166", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1846 [FUNC L166]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L166]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/167-L166, /root/open-lambda/test-dir/worker/handlers/L166, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f3a0 168 /root/open-lambda/test-dir/worker/sock-handlers/168 /root/open-lambda/test-dir/worker/lambda_code/167-L166 /root/open-lambda/test-dir/worker/handlers/L166/168 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc0003ddf80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 168]", "2019/06/28 22:32:58 Evict Sandbox 164", "2019/06/28 22:32:58 Destroy() [SB 164]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 164]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 164]", "2019/06/28 22:32:58 Pause() [SB 168]", "2019/06/28 22:32:58 Receive request to /run/L167", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1857 [FUNC L167]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L167]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/168-L167, /root/open-lambda/test-dir/worker/handlers/L167, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f3c0 169 /root/open-lambda/test-dir/worker/sock-handlers/169 /root/open-lambda/test-dir/worker/lambda_code/168-L167 /root/open-lambda/test-dir/worker/handlers/L167/169 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc0003dc620 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 169]", "2019/06/28 22:32:58 Evict Sandbox 165", "2019/06/28 22:32:58 Destroy() [SB 165]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 165]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 165]", "2019/06/28 22:32:58 Pause() [SB 169]", "2019/06/28 22:32:58 Receive request to /run/L168", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1868 [FUNC L168]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L168]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/169-L168, /root/open-lambda/test-dir/worker/handlers/L168, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f3e0 170 /root/open-lambda/test-dir/worker/sock-handlers/170 /root/open-lambda/test-dir/worker/lambda_code/169-L168 /root/open-lambda/test-dir/worker/handlers/L168/170 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc0003dce70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 170]", "2019/06/28 22:32:58 Evict Sandbox 166", "2019/06/28 22:32:58 Destroy() [SB 166]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 166]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 166]", "2019/06/28 22:32:58 Pause() [SB 170]", "2019/06/28 22:32:58 Receive request to /run/L169", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1879 [FUNC L169]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L169]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/170-L169, /root/open-lambda/test-dir/worker/handlers/L169, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f400 171 /root/open-lambda/test-dir/worker/sock-handlers/171 /root/open-lambda/test-dir/worker/lambda_code/170-L169 /root/open-lambda/test-dir/worker/handlers/L169/171 }) [SB 1]", "2019/06/28 22:32:58 Evict Sandbox 167", "2019/06/28 22:32:58 Destroy() [SB 167]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 167]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 167]", "2019/06/28 22:32:58 ...returns &{0xc0003dd340 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 171]", "2019/06/28 22:32:58 Pause() [SB 171]", "2019/06/28 22:32:58 Receive request to /run/L170", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1890 [FUNC L170]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L170]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/171-L170, /root/open-lambda/test-dir/worker/handlers/L170, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f420 172 /root/open-lambda/test-dir/worker/sock-handlers/172 /root/open-lambda/test-dir/worker/lambda_code/171-L170 /root/open-lambda/test-dir/worker/handlers/L170/172 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc0003dd7a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 172]", "2019/06/28 22:32:58 Evict Sandbox 168", "2019/06/28 22:32:58 Destroy() [SB 168]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 168]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 168]", "2019/06/28 22:32:58 Pause() [SB 172]", "2019/06/28 22:32:58 Receive request to /run/L171", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1901 [FUNC L171]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L171]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/172-L171, /root/open-lambda/test-dir/worker/handlers/L171, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000fb60 173 /root/open-lambda/test-dir/worker/sock-handlers/173 /root/open-lambda/test-dir/worker/lambda_code/172-L171 /root/open-lambda/test-dir/worker/handlers/L171/173 }) [SB 1]", "2019/06/28 22:32:58 Evict Sandbox 169", "2019/06/28 22:32:58 Destroy() [SB 169]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 169]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 169]", "2019/06/28 22:32:58 ...returns &{0xc0003ddc00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 173]", "2019/06/28 22:32:58 Pause() [SB 173]", "2019/06/28 22:32:58 Receive request to /run/L172", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1912 [FUNC L172]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L172]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/173-L172, /root/open-lambda/test-dir/worker/handlers/L172, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc000410200 174 /root/open-lambda/test-dir/worker/sock-handlers/174 /root/open-lambda/test-dir/worker/lambda_code/173-L172 /root/open-lambda/test-dir/worker/handlers/L172/174 }) [SB 1]", "2019/06/28 22:32:58 Evict Sandbox 170", "2019/06/28 22:32:58 Destroy() [SB 170]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 170]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 170]", "2019/06/28 22:32:58 ...returns &{0xc0001041c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 174]", "2019/06/28 22:32:58 Pause() [SB 174]", "2019/06/28 22:32:58 Receive request to /run/L173", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1923 [FUNC L173]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L173]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/174-L173, /root/open-lambda/test-dir/worker/handlers/L173, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc000410800 175 /root/open-lambda/test-dir/worker/sock-handlers/175 /root/open-lambda/test-dir/worker/lambda_code/174-L173 /root/open-lambda/test-dir/worker/handlers/L173/175 }) [SB 1]", "2019/06/28 22:32:58 Evict Sandbox 171", "2019/06/28 22:32:58 Destroy() [SB 171]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 171]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 171]", "2019/06/28 22:32:58 ...returns &{0xc000104ee0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 175]", "2019/06/28 22:32:58 Pause() [SB 175]", "2019/06/28 22:32:58 Receive request to /run/L174", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1934 [FUNC L174]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L174]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/175-L174, /root/open-lambda/test-dir/worker/handlers/L174, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc000410e60 176 /root/open-lambda/test-dir/worker/sock-handlers/176 /root/open-lambda/test-dir/worker/lambda_code/175-L174 /root/open-lambda/test-dir/worker/handlers/L174/176 }) [SB 1]", "2019/06/28 22:32:58 Evict Sandbox 172", "2019/06/28 22:32:58 Destroy() [SB 172]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 172]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 172]", "2019/06/28 22:32:58 ...returns &{0xc0000d61c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 176]", "2019/06/28 22:32:58 Pause() [SB 176]", "2019/06/28 22:32:58 Receive request to /run/L175", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1945 [FUNC L175]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L175]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/176-L175, /root/open-lambda/test-dir/worker/handlers/L175, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc0004114c0 177 /root/open-lambda/test-dir/worker/sock-handlers/177 /root/open-lambda/test-dir/worker/lambda_code/176-L175 /root/open-lambda/test-dir/worker/handlers/L175/177 }) [SB 1]", "2019/06/28 22:32:58 Evict Sandbox 173", "2019/06/28 22:32:58 Destroy() [SB 173]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 173]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 173]", "2019/06/28 22:32:58 ...returns &{0xc0000d6ee0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 177]", "2019/06/28 22:32:58 Pause() [SB 177]", "2019/06/28 22:32:58 Receive request to /run/L176", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1956 [FUNC L176]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L176]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/177-L176, /root/open-lambda/test-dir/worker/handlers/L176, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f0a0 178 /root/open-lambda/test-dir/worker/sock-handlers/178 /root/open-lambda/test-dir/worker/lambda_code/177-L176 /root/open-lambda/test-dir/worker/handlers/L176/178 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc0000d7b20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 178]", "2019/06/28 22:32:58 Evict Sandbox 174", "2019/06/28 22:32:58 Destroy() [SB 174]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 174]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 174]", "2019/06/28 22:32:58 Pause() [SB 178]", "2019/06/28 22:32:58 Receive request to /run/L177", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1967 [FUNC L177]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L177]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/178-L177, /root/open-lambda/test-dir/worker/handlers/L177, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f0c0 179 /root/open-lambda/test-dir/worker/sock-handlers/179 /root/open-lambda/test-dir/worker/lambda_code/178-L177 /root/open-lambda/test-dir/worker/handlers/L177/179 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc00011c930 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 179]", "2019/06/28 22:32:58 Evict Sandbox 175", "2019/06/28 22:32:58 Destroy() [SB 175]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 175]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 175]", "2019/06/28 22:32:58 Pause() [SB 179]", "2019/06/28 22:32:58 Receive request to /run/L178", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1978 [FUNC L178]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L178]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/179-L178, /root/open-lambda/test-dir/worker/handlers/L178, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f0e0 180 /root/open-lambda/test-dir/worker/sock-handlers/180 /root/open-lambda/test-dir/worker/lambda_code/179-L178 /root/open-lambda/test-dir/worker/handlers/L178/180 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc00011d650 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 180]", "2019/06/28 22:32:58 Evict Sandbox 176", "2019/06/28 22:32:58 Destroy() [SB 176]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 176]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 176]", "2019/06/28 22:32:58 Pause() [SB 180]", "2019/06/28 22:32:58 Receive request to /run/L179", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 1989 [FUNC L179]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L179]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/180-L179, /root/open-lambda/test-dir/worker/handlers/L179, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f100 181 /root/open-lambda/test-dir/worker/sock-handlers/181 /root/open-lambda/test-dir/worker/lambda_code/180-L179 /root/open-lambda/test-dir/worker/handlers/L179/181 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc0004e8000 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 181]", "2019/06/28 22:32:58 Evict Sandbox 177", "2019/06/28 22:32:58 Destroy() [SB 177]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 177]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 177]", "2019/06/28 22:32:58 Pause() [SB 181]", "2019/06/28 22:32:58 Receive request to /run/L180", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 2000 [FUNC L180]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L180]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/181-L180, /root/open-lambda/test-dir/worker/handlers/L180, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f120 182 /root/open-lambda/test-dir/worker/sock-handlers/182 /root/open-lambda/test-dir/worker/lambda_code/181-L180 /root/open-lambda/test-dir/worker/handlers/L180/182 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc0004e8310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 182]", "2019/06/28 22:32:58 Evict Sandbox 178", "2019/06/28 22:32:58 Destroy() [SB 178]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 178]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 178]", "2019/06/28 22:32:58 Pause() [SB 182]", "2019/06/28 22:32:58 Receive request to /run/L181", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 2011 [FUNC L181]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L181]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/182-L181, /root/open-lambda/test-dir/worker/handlers/L181, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f2c0 183 /root/open-lambda/test-dir/worker/sock-handlers/183 /root/open-lambda/test-dir/worker/lambda_code/182-L181 /root/open-lambda/test-dir/worker/handlers/L181/183 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc0004e8620 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 183]", "2019/06/28 22:32:58 Evict Sandbox 179", "2019/06/28 22:32:58 Destroy() [SB 179]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 179]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 179]", "2019/06/28 22:32:58 Pause() [SB 183]", "2019/06/28 22:32:58 Receive request to /run/L182", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 2022 [FUNC L182]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L182]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/183-L182, /root/open-lambda/test-dir/worker/handlers/L182, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f2e0 184 /root/open-lambda/test-dir/worker/sock-handlers/184 /root/open-lambda/test-dir/worker/lambda_code/183-L182 /root/open-lambda/test-dir/worker/handlers/L182/184 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc00011ca80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 184]", "2019/06/28 22:32:58 Evict Sandbox 180", "2019/06/28 22:32:58 Destroy() [SB 180]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 180]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 180]", "2019/06/28 22:32:58 Pause() [SB 184]", "2019/06/28 22:32:58 Receive request to /run/L183", "2019/06/28 22:32:58 debug: LambdaFunc.Task() runs on goroutine 2033 [FUNC L183]", "2019/06/28 22:32:58 increase instances to 1 [FUNC L183]", "2019/06/28 22:32:58 .Create(/root/open-lambda/test-dir/worker/lambda_code/184-L183, /root/open-lambda/test-dir/worker/handlers/L183, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:58 fork(&{0xc0000826e0 0xc00000f300 185 /root/open-lambda/test-dir/worker/sock-handlers/185 /root/open-lambda/test-dir/worker/lambda_code/184-L183 /root/open-lambda/test-dir/worker/handlers/L183/185 }) [SB 1]", "2019/06/28 22:32:58 ...returns &{0xc00011d960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:58 Channel() [SB 185]", "2019/06/28 22:32:58 Evict Sandbox 181", "2019/06/28 22:32:58 Destroy() [SB 181]", "2019/06/28 22:32:58 kill all procs in CG [SOCK 181]", "2019/06/28 22:32:58 unmount and remove dirs [SOCK 181]", "2019/06/28 22:32:59 Pause() [SB 185]", "2019/06/28 22:32:59 Receive request to /run/L184", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2044 [FUNC L184]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L184]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/185-L184, /root/open-lambda/test-dir/worker/handlers/L184, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f320 186 /root/open-lambda/test-dir/worker/sock-handlers/186 /root/open-lambda/test-dir/worker/lambda_code/185-L184 /root/open-lambda/test-dir/worker/handlers/L184/186 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc0000d6690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 186]", "2019/06/28 22:32:59 Evict Sandbox 182", "2019/06/28 22:32:59 Destroy() [SB 182]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 182]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 182]", "2019/06/28 22:32:59 Pause() [SB 186]", "2019/06/28 22:32:59 Receive request to /run/L185", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2055 [FUNC L185]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L185]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/186-L185, /root/open-lambda/test-dir/worker/handlers/L185, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f340 187 /root/open-lambda/test-dir/worker/sock-handlers/187 /root/open-lambda/test-dir/worker/lambda_code/186-L185 /root/open-lambda/test-dir/worker/handlers/L185/187 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc0000d77a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 187]", "2019/06/28 22:32:59 Evict Sandbox 183", "2019/06/28 22:32:59 Destroy() [SB 183]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 183]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 183]", "2019/06/28 22:32:59 Pause() [SB 187]", "2019/06/28 22:32:59 Receive request to /run/L186", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2066 [FUNC L186]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L186]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/187-L186, /root/open-lambda/test-dir/worker/handlers/L186, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f360 188 /root/open-lambda/test-dir/worker/sock-handlers/188 /root/open-lambda/test-dir/worker/lambda_code/187-L186 /root/open-lambda/test-dir/worker/handlers/L186/188 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc000104a10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 188]", "2019/06/28 22:32:59 Evict Sandbox 184", "2019/06/28 22:32:59 Destroy() [SB 184]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 184]", "2019/06/28 22:32:59 waiting for 1 procs in cg-7 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 184]", "2019/06/28 22:32:59 Pause() [SB 188]", "2019/06/28 22:32:59 Receive request to /run/L187", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2077 [FUNC L187]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L187]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/188-L187, /root/open-lambda/test-dir/worker/handlers/L187, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f380 189 /root/open-lambda/test-dir/worker/sock-handlers/189 /root/open-lambda/test-dir/worker/lambda_code/188-L187 /root/open-lambda/test-dir/worker/handlers/L187/189 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc000105960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 189]", "2019/06/28 22:32:59 Evict Sandbox 185", "2019/06/28 22:32:59 Destroy() [SB 185]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 185]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 185]", "2019/06/28 22:32:59 Pause() [SB 189]", "2019/06/28 22:32:59 Receive request to /run/L188", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2088 [FUNC L188]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L188]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/189-L188, /root/open-lambda/test-dir/worker/handlers/L188, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f3a0 190 /root/open-lambda/test-dir/worker/sock-handlers/190 /root/open-lambda/test-dir/worker/lambda_code/189-L188 /root/open-lambda/test-dir/worker/handlers/L188/190 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc0003dc690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 190]", "2019/06/28 22:32:59 Evict Sandbox 186", "2019/06/28 22:32:59 Destroy() [SB 186]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 186]", "2019/06/28 22:32:59 waiting for 1 procs in cg-9 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 186]", "2019/06/28 22:32:59 Pause() [SB 190]", "2019/06/28 22:32:59 Receive request to /run/L189", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2099 [FUNC L189]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L189]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/190-L189, /root/open-lambda/test-dir/worker/handlers/L189, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f3c0 191 /root/open-lambda/test-dir/worker/sock-handlers/191 /root/open-lambda/test-dir/worker/lambda_code/190-L189 /root/open-lambda/test-dir/worker/handlers/L189/191 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc0003dcf50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 191]", "2019/06/28 22:32:59 Evict Sandbox 187", "2019/06/28 22:32:59 Destroy() [SB 187]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 187]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 187]", "2019/06/28 22:32:59 Pause() [SB 191]", "2019/06/28 22:32:59 Receive request to /run/L190", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2110 [FUNC L190]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L190]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/191-L190, /root/open-lambda/test-dir/worker/handlers/L190, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f3e0 192 /root/open-lambda/test-dir/worker/sock-handlers/192 /root/open-lambda/test-dir/worker/lambda_code/191-L190 /root/open-lambda/test-dir/worker/handlers/L190/192 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc0003dd5e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 192]", "2019/06/28 22:32:59 Evict Sandbox 188", "2019/06/28 22:32:59 Destroy() [SB 188]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 188]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 188]", "2019/06/28 22:32:59 Pause() [SB 192]", "2019/06/28 22:32:59 Receive request to /run/L191", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2121 [FUNC L191]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L191]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/192-L191, /root/open-lambda/test-dir/worker/handlers/L191, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f400 193 /root/open-lambda/test-dir/worker/sock-handlers/193 /root/open-lambda/test-dir/worker/lambda_code/192-L191 /root/open-lambda/test-dir/worker/handlers/L191/193 }) [SB 1]", "2019/06/28 22:32:59 Evict Sandbox 189", "2019/06/28 22:32:59 Destroy() [SB 189]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 189]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 189]", "2019/06/28 22:32:59 ...returns &{0xc0003dda40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 193]", "2019/06/28 22:32:59 Pause() [SB 193]", "2019/06/28 22:32:59 Receive request to /run/L192", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2132 [FUNC L192]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L192]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/193-L192, /root/open-lambda/test-dir/worker/handlers/L192, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f420 194 /root/open-lambda/test-dir/worker/sock-handlers/194 /root/open-lambda/test-dir/worker/lambda_code/193-L192 /root/open-lambda/test-dir/worker/handlers/L192/194 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc0003ddea0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 194]", "2019/06/28 22:32:59 Evict Sandbox 190", "2019/06/28 22:32:59 Destroy() [SB 190]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 190]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 190]", "2019/06/28 22:32:59 Pause() [SB 194]", "2019/06/28 22:32:59 Receive request to /run/L193", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2143 [FUNC L193]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L193]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/194-L193, /root/open-lambda/test-dir/worker/handlers/L193, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000fb60 195 /root/open-lambda/test-dir/worker/sock-handlers/195 /root/open-lambda/test-dir/worker/lambda_code/194-L193 /root/open-lambda/test-dir/worker/handlers/L193/195 }) [SB 1]", "2019/06/28 22:32:59 Evict Sandbox 191", "2019/06/28 22:32:59 Destroy() [SB 191]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 191]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 191]", "2019/06/28 22:32:59 ...returns &{0xc0004e82a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 195]", "2019/06/28 22:32:59 Pause() [SB 195]", "2019/06/28 22:32:59 Receive request to /run/L194", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2154 [FUNC L194]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L194]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/195-L194, /root/open-lambda/test-dir/worker/handlers/L194, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc000410200 196 /root/open-lambda/test-dir/worker/sock-handlers/196 /root/open-lambda/test-dir/worker/lambda_code/195-L194 /root/open-lambda/test-dir/worker/handlers/L194/196 }) [SB 1]", "2019/06/28 22:32:59 Evict Sandbox 192", "2019/06/28 22:32:59 Destroy() [SB 192]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 192]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 192]", "2019/06/28 22:32:59 ...returns &{0xc0004e8690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 196]", "2019/06/28 22:32:59 Pause() [SB 196]", "2019/06/28 22:32:59 Receive request to /run/L195", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2165 [FUNC L195]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L195]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/196-L195, /root/open-lambda/test-dir/worker/handlers/L195, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc000410800 197 /root/open-lambda/test-dir/worker/sock-handlers/197 /root/open-lambda/test-dir/worker/lambda_code/196-L195 /root/open-lambda/test-dir/worker/handlers/L195/197 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc0004e89a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 197]", "2019/06/28 22:32:59 Evict Sandbox 193", "2019/06/28 22:32:59 Destroy() [SB 193]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 193]", "2019/06/28 22:32:59 waiting for 1 procs in cg-16 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 193]", "2019/06/28 22:32:59 Pause() [SB 197]", "2019/06/28 22:32:59 Receive request to /run/L196", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2176 [FUNC L196]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L196]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/197-L196, /root/open-lambda/test-dir/worker/handlers/L196, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc000410e60 198 /root/open-lambda/test-dir/worker/sock-handlers/198 /root/open-lambda/test-dir/worker/lambda_code/197-L196 /root/open-lambda/test-dir/worker/handlers/L196/198 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc0003dc850 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 198]", "2019/06/28 22:32:59 Evict Sandbox 194", "2019/06/28 22:32:59 Destroy() [SB 194]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 194]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 194]", "2019/06/28 22:32:59 Pause() [SB 198]", "2019/06/28 22:32:59 Receive request to /run/L197", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2187 [FUNC L197]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L197]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/198-L197, /root/open-lambda/test-dir/worker/handlers/L197, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc0004114c0 199 /root/open-lambda/test-dir/worker/sock-handlers/199 /root/open-lambda/test-dir/worker/lambda_code/198-L197 /root/open-lambda/test-dir/worker/handlers/L197/199 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc0003dd110 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 199]", "2019/06/28 22:32:59 Evict Sandbox 195", "2019/06/28 22:32:59 Destroy() [SB 195]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 195]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 195]", "2019/06/28 22:32:59 Pause() [SB 199]", "2019/06/28 22:32:59 Receive request to /run/L198", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2198 [FUNC L198]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L198]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/199-L198, /root/open-lambda/test-dir/worker/handlers/L198, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f0a0 200 /root/open-lambda/test-dir/worker/sock-handlers/200 /root/open-lambda/test-dir/worker/lambda_code/199-L198 /root/open-lambda/test-dir/worker/handlers/L198/200 }) [SB 1]", "2019/06/28 22:32:59 Evict Sandbox 196", "2019/06/28 22:32:59 Destroy() [SB 196]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 196]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 196]", "2019/06/28 22:32:59 ...returns &{0xc0003dd730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 200]", "2019/06/28 22:32:59 Pause() [SB 200]", "2019/06/28 22:32:59 Receive request to /run/L199", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2209 [FUNC L199]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L199]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/200-L199, /root/open-lambda/test-dir/worker/handlers/L199, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f0c0 201 /root/open-lambda/test-dir/worker/sock-handlers/201 /root/open-lambda/test-dir/worker/lambda_code/200-L199 /root/open-lambda/test-dir/worker/handlers/L199/201 }) [SB 1]", "2019/06/28 22:32:59 Evict Sandbox 197", "2019/06/28 22:32:59 Destroy() [SB 197]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 197]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 197]", "2019/06/28 22:32:59 ...returns &{0xc0003ddd50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 201]", "2019/06/28 22:32:59 Pause() [SB 201]", "2019/06/28 22:32:59 Receive request to /run/L200", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2220 [FUNC L200]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L200]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/201-L200, /root/open-lambda/test-dir/worker/handlers/L200, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f0e0 202 /root/open-lambda/test-dir/worker/sock-handlers/202 /root/open-lambda/test-dir/worker/lambda_code/201-L200 /root/open-lambda/test-dir/worker/handlers/L200/202 }) [SB 1]", "2019/06/28 22:32:59 Evict Sandbox 198", "2019/06/28 22:32:59 Destroy() [SB 198]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 198]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 198]", "2019/06/28 22:32:59 ...returns &{0xc000104af0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 202]", "2019/06/28 22:32:59 Pause() [SB 202]", "2019/06/28 22:32:59 Receive request to /run/L201", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2231 [FUNC L201]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L201]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/202-L201, /root/open-lambda/test-dir/worker/handlers/L201, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f100 203 /root/open-lambda/test-dir/worker/sock-handlers/203 /root/open-lambda/test-dir/worker/lambda_code/202-L201 /root/open-lambda/test-dir/worker/handlers/L201/203 }) [SB 1]", "2019/06/28 22:32:59 Evict Sandbox 199", "2019/06/28 22:32:59 Destroy() [SB 199]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 199]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 199]", "2019/06/28 22:32:59 ...returns &{0xc0000d6310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 203]", "2019/06/28 22:32:59 Pause() [SB 203]", "2019/06/28 22:32:59 Receive request to /run/L202", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2242 [FUNC L202]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L202]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/203-L202, /root/open-lambda/test-dir/worker/handlers/L202, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f120 204 /root/open-lambda/test-dir/worker/sock-handlers/204 /root/open-lambda/test-dir/worker/lambda_code/203-L202 /root/open-lambda/test-dir/worker/handlers/L202/204 }) [SB 1]", "2019/06/28 22:32:59 Evict Sandbox 200", "2019/06/28 22:32:59 Destroy() [SB 200]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 200]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 200]", "2019/06/28 22:32:59 ...returns &{0xc0000d7490 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 204]", "2019/06/28 22:32:59 Pause() [SB 204]", "2019/06/28 22:32:59 Receive request to /run/L203", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2253 [FUNC L203]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L203]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/204-L203, /root/open-lambda/test-dir/worker/handlers/L203, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f2c0 205 /root/open-lambda/test-dir/worker/sock-handlers/205 /root/open-lambda/test-dir/worker/lambda_code/204-L203 /root/open-lambda/test-dir/worker/handlers/L203/205 }) [SB 1]", "2019/06/28 22:32:59 Evict Sandbox 201", "2019/06/28 22:32:59 Destroy() [SB 201]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 201]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 201]", "2019/06/28 22:32:59 ...returns &{0xc00011c310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 205]", "2019/06/28 22:32:59 Pause() [SB 205]", "2019/06/28 22:32:59 Receive request to /run/L204", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2264 [FUNC L204]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L204]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/205-L204, /root/open-lambda/test-dir/worker/handlers/L204, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f2e0 206 /root/open-lambda/test-dir/worker/sock-handlers/206 /root/open-lambda/test-dir/worker/lambda_code/205-L204 /root/open-lambda/test-dir/worker/handlers/L204/206 }) [SB 1]", "2019/06/28 22:32:59 Evict Sandbox 202", "2019/06/28 22:32:59 Destroy() [SB 202]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 202]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 202]", "2019/06/28 22:32:59 ...returns &{0xc00011d8f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 206]", "2019/06/28 22:32:59 Pause() [SB 206]", "2019/06/28 22:32:59 Receive request to /run/L205", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2275 [FUNC L205]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L205]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/206-L205, /root/open-lambda/test-dir/worker/handlers/L205, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f300 207 /root/open-lambda/test-dir/worker/sock-handlers/207 /root/open-lambda/test-dir/worker/lambda_code/206-L205 /root/open-lambda/test-dir/worker/handlers/L205/207 }) [SB 1]", "2019/06/28 22:32:59 Evict Sandbox 203", "2019/06/28 22:32:59 Destroy() [SB 203]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 203]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 203]", "2019/06/28 22:32:59 ...returns &{0xc0004e8150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 207]", "2019/06/28 22:32:59 Pause() [SB 207]", "2019/06/28 22:32:59 Receive request to /run/L206", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2286 [FUNC L206]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L206]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/207-L206, /root/open-lambda/test-dir/worker/handlers/L206, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f320 208 /root/open-lambda/test-dir/worker/sock-handlers/208 /root/open-lambda/test-dir/worker/lambda_code/207-L206 /root/open-lambda/test-dir/worker/handlers/L206/208 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc0004e8540 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 208]", "2019/06/28 22:32:59 Evict Sandbox 204", "2019/06/28 22:32:59 Destroy() [SB 204]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 204]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 204]", "2019/06/28 22:32:59 Pause() [SB 208]", "2019/06/28 22:32:59 Receive request to /run/L207", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2297 [FUNC L207]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L207]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/208-L207, /root/open-lambda/test-dir/worker/handlers/L207, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f340 209 /root/open-lambda/test-dir/worker/sock-handlers/209 /root/open-lambda/test-dir/worker/lambda_code/208-L207 /root/open-lambda/test-dir/worker/handlers/L207/209 }) [SB 1]", "2019/06/28 22:32:59 Evict Sandbox 205", "2019/06/28 22:32:59 Destroy() [SB 205]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 205]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 205]", "2019/06/28 22:32:59 ...returns &{0xc0004e8930 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 209]", "2019/06/28 22:32:59 Pause() [SB 209]", "2019/06/28 22:32:59 Receive request to /run/L208", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2308 [FUNC L208]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L208]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/209-L208, /root/open-lambda/test-dir/worker/handlers/L208, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f360 210 /root/open-lambda/test-dir/worker/sock-handlers/210 /root/open-lambda/test-dir/worker/lambda_code/209-L208 /root/open-lambda/test-dir/worker/handlers/L208/210 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc0004e8cb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 210]", "2019/06/28 22:32:59 Evict Sandbox 206", "2019/06/28 22:32:59 Destroy() [SB 206]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 206]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 206]", "2019/06/28 22:32:59 Pause() [SB 210]", "2019/06/28 22:32:59 Receive request to /run/L209", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2319 [FUNC L209]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L209]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/210-L209, /root/open-lambda/test-dir/worker/handlers/L209, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f380 211 /root/open-lambda/test-dir/worker/sock-handlers/211 /root/open-lambda/test-dir/worker/lambda_code/210-L209 /root/open-lambda/test-dir/worker/handlers/L209/211 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc00011cd90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 211]", "2019/06/28 22:32:59 Evict Sandbox 207", "2019/06/28 22:32:59 Destroy() [SB 207]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 207]", "2019/06/28 22:32:59 waiting for 1 procs in cg-8 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 207]", "2019/06/28 22:32:59 Pause() [SB 211]", "2019/06/28 22:32:59 Receive request to /run/L210", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2330 [FUNC L210]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L210]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/211-L210, /root/open-lambda/test-dir/worker/handlers/L210, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f3a0 212 /root/open-lambda/test-dir/worker/sock-handlers/212 /root/open-lambda/test-dir/worker/lambda_code/211-L210 /root/open-lambda/test-dir/worker/handlers/L210/212 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc00011df10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 212]", "2019/06/28 22:32:59 Evict Sandbox 208", "2019/06/28 22:32:59 Destroy() [SB 208]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 208]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 208]", "2019/06/28 22:32:59 Pause() [SB 212]", "2019/06/28 22:32:59 Receive request to /run/L211", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2341 [FUNC L211]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L211]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/212-L211, /root/open-lambda/test-dir/worker/handlers/L211, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:32:59 fork(&{0xc0000826e0 0xc00000f3c0 213 /root/open-lambda/test-dir/worker/sock-handlers/213 /root/open-lambda/test-dir/worker/lambda_code/212-L211 /root/open-lambda/test-dir/worker/handlers/L211/213 }) [SB 1]", "2019/06/28 22:32:59 ...returns &{0xc0000d7810 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:32:59 Channel() [SB 213]", "2019/06/28 22:32:59 Evict Sandbox 209", "2019/06/28 22:32:59 Destroy() [SB 209]", "2019/06/28 22:32:59 kill all procs in CG [SOCK 209]", "2019/06/28 22:32:59 unmount and remove dirs [SOCK 209]", "2019/06/28 22:32:59 Pause() [SB 213]", "2019/06/28 22:32:59 Receive request to /run/L212", "2019/06/28 22:32:59 debug: LambdaFunc.Task() runs on goroutine 2352 [FUNC L212]", "2019/06/28 22:32:59 increase instances to 1 [FUNC L212]", "2019/06/28 22:32:59 .Create(/root/open-lambda/test-dir/worker/lambda_code/213-L212, /root/open-lambda/test-dir/worker/handlers/L212, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f3e0 214 /root/open-lambda/test-dir/worker/sock-handlers/214 /root/open-lambda/test-dir/worker/lambda_code/213-L212 /root/open-lambda/test-dir/worker/handlers/L212/214 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc000105110 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 214]", "2019/06/28 22:33:00 Evict Sandbox 210", "2019/06/28 22:33:00 Destroy() [SB 210]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 210]", "2019/06/28 22:33:00 waiting for 1 procs in cg-11 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:00 Evict Sandbox 211", "2019/06/28 22:33:00 Destroy() [SB 211]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 211]", "2019/06/28 22:33:00 waiting for 1 procs in cg-12 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 210]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 211]", "2019/06/28 22:33:00 Pause() [SB 214]", "2019/06/28 22:33:00 Receive request to /run/L213", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2364 [FUNC L213]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L213]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/214-L213, /root/open-lambda/test-dir/worker/handlers/L213, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f400 215 /root/open-lambda/test-dir/worker/sock-handlers/215 /root/open-lambda/test-dir/worker/lambda_code/214-L213 /root/open-lambda/test-dir/worker/handlers/L213/215 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0003dc230 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 215]", "2019/06/28 22:33:00 Pause() [SB 215]", "2019/06/28 22:33:00 Receive request to /run/L214", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2374 [FUNC L214]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L214]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/215-L214, /root/open-lambda/test-dir/worker/handlers/L214, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f420 216 /root/open-lambda/test-dir/worker/sock-handlers/216 /root/open-lambda/test-dir/worker/lambda_code/215-L214 /root/open-lambda/test-dir/worker/handlers/L214/216 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0003dcee0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 216]", "2019/06/28 22:33:00 Evict Sandbox 212", "2019/06/28 22:33:00 Destroy() [SB 212]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 212]", "2019/06/28 22:33:00 waiting for 1 procs in cg-13 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 212]", "2019/06/28 22:33:00 Pause() [SB 216]", "2019/06/28 22:33:00 Receive request to /run/L215", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2385 [FUNC L215]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L215]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/216-L215, /root/open-lambda/test-dir/worker/handlers/L215, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000fb60 217 /root/open-lambda/test-dir/worker/sock-handlers/217 /root/open-lambda/test-dir/worker/lambda_code/216-L215 /root/open-lambda/test-dir/worker/handlers/L215/217 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0003dd6c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 217]", "2019/06/28 22:33:00 Evict Sandbox 213", "2019/06/28 22:33:00 Destroy() [SB 213]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 213]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 213]", "2019/06/28 22:33:00 Pause() [SB 217]", "2019/06/28 22:33:00 Receive request to /run/L216", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2396 [FUNC L216]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L216]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/217-L216, /root/open-lambda/test-dir/worker/handlers/L216, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc000410200 218 /root/open-lambda/test-dir/worker/sock-handlers/218 /root/open-lambda/test-dir/worker/lambda_code/217-L216 /root/open-lambda/test-dir/worker/handlers/L216/218 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0003dddc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 218]", "2019/06/28 22:33:00 Evict Sandbox 214", "2019/06/28 22:33:00 Destroy() [SB 214]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 214]", "2019/06/28 22:33:00 waiting for 1 procs in cg-15 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 214]", "2019/06/28 22:33:00 Pause() [SB 218]", "2019/06/28 22:33:00 Receive request to /run/L217", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2407 [FUNC L217]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L217]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/218-L217, /root/open-lambda/test-dir/worker/handlers/L217, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc000410800 219 /root/open-lambda/test-dir/worker/sock-handlers/219 /root/open-lambda/test-dir/worker/lambda_code/218-L217 /root/open-lambda/test-dir/worker/handlers/L217/219 }) [SB 1]", "2019/06/28 22:33:00 Evict Sandbox 215", "2019/06/28 22:33:00 Destroy() [SB 215]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 215]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 215]", "2019/06/28 22:33:00 ...returns &{0xc0004e8380 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 219]", "2019/06/28 22:33:00 Pause() [SB 219]", "2019/06/28 22:33:00 Receive request to /run/L218", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2418 [FUNC L218]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L218]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/219-L218, /root/open-lambda/test-dir/worker/handlers/L218, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc000410e60 220 /root/open-lambda/test-dir/worker/sock-handlers/220 /root/open-lambda/test-dir/worker/lambda_code/219-L218 /root/open-lambda/test-dir/worker/handlers/L218/220 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0004e87e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 220]", "2019/06/28 22:33:00 Evict Sandbox 216", "2019/06/28 22:33:00 Destroy() [SB 216]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 216]", "2019/06/28 22:33:00 waiting for 1 procs in cg-17 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 216]", "2019/06/28 22:33:00 Pause() [SB 220]", "2019/06/28 22:33:00 Receive request to /run/L219", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2429 [FUNC L219]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L219]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/220-L219, /root/open-lambda/test-dir/worker/handlers/L219, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc0004114c0 221 /root/open-lambda/test-dir/worker/sock-handlers/221 /root/open-lambda/test-dir/worker/lambda_code/220-L219 /root/open-lambda/test-dir/worker/handlers/L219/221 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0004e8bd0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 221]", "2019/06/28 22:33:00 Evict Sandbox 217", "2019/06/28 22:33:00 Destroy() [SB 217]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 217]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 217]", "2019/06/28 22:33:00 Pause() [SB 221]", "2019/06/28 22:33:00 Receive request to /run/L220", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2440 [FUNC L220]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L220]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/221-L220, /root/open-lambda/test-dir/worker/handlers/L220, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f0a0 222 /root/open-lambda/test-dir/worker/sock-handlers/222 /root/open-lambda/test-dir/worker/lambda_code/221-L220 /root/open-lambda/test-dir/worker/handlers/L220/222 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0004e8f50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 222]", "2019/06/28 22:33:00 Evict Sandbox 218", "2019/06/28 22:33:00 Destroy() [SB 218]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 218]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 218]", "2019/06/28 22:33:00 Pause() [SB 222]", "2019/06/28 22:33:00 Receive request to /run/L221", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2451 [FUNC L221]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L221]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/222-L221, /root/open-lambda/test-dir/worker/handlers/L221, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f0c0 223 /root/open-lambda/test-dir/worker/sock-handlers/223 /root/open-lambda/test-dir/worker/lambda_code/222-L221 /root/open-lambda/test-dir/worker/handlers/L221/223 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0003dca80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 223]", "2019/06/28 22:33:00 Evict Sandbox 219", "2019/06/28 22:33:00 Destroy() [SB 219]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 219]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 219]", "2019/06/28 22:33:00 Pause() [SB 223]", "2019/06/28 22:33:00 Receive request to /run/L222", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2462 [FUNC L222]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L222]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/223-L222, /root/open-lambda/test-dir/worker/handlers/L222, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f0e0 224 /root/open-lambda/test-dir/worker/sock-handlers/224 /root/open-lambda/test-dir/worker/lambda_code/223-L222 /root/open-lambda/test-dir/worker/handlers/L222/224 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0003dd420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 224]", "2019/06/28 22:33:00 Evict Sandbox 220", "2019/06/28 22:33:00 Destroy() [SB 220]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 220]", "2019/06/28 22:33:00 waiting for 1 procs in cg-21 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 220]", "2019/06/28 22:33:00 Pause() [SB 224]", "2019/06/28 22:33:00 Receive request to /run/L223", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2473 [FUNC L223]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L223]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/224-L223, /root/open-lambda/test-dir/worker/handlers/L223, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f100 225 /root/open-lambda/test-dir/worker/sock-handlers/225 /root/open-lambda/test-dir/worker/lambda_code/224-L223 /root/open-lambda/test-dir/worker/handlers/L223/225 }) [SB 1]", "2019/06/28 22:33:00 Evict Sandbox 221", "2019/06/28 22:33:00 Destroy() [SB 221]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 221]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 221]", "2019/06/28 22:33:00 ...returns &{0xc0003ddce0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 225]", "2019/06/28 22:33:00 Pause() [SB 225]", "2019/06/28 22:33:00 Receive request to /run/L224", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2484 [FUNC L224]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L224]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/225-L224, /root/open-lambda/test-dir/worker/handlers/L224, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f120 226 /root/open-lambda/test-dir/worker/sock-handlers/226 /root/open-lambda/test-dir/worker/lambda_code/225-L224 /root/open-lambda/test-dir/worker/handlers/L224/226 }) [SB 1]", "2019/06/28 22:33:00 Evict Sandbox 222", "2019/06/28 22:33:00 Destroy() [SB 222]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 222]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 222]", "2019/06/28 22:33:00 ...returns &{0xc0001052d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 226]", "2019/06/28 22:33:00 Pause() [SB 226]", "2019/06/28 22:33:00 Receive request to /run/L225", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2495 [FUNC L225]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L225]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/226-L225, /root/open-lambda/test-dir/worker/handlers/L225, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f2c0 227 /root/open-lambda/test-dir/worker/sock-handlers/227 /root/open-lambda/test-dir/worker/lambda_code/226-L225 /root/open-lambda/test-dir/worker/handlers/L225/227 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0000d6c40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 227]", "2019/06/28 22:33:00 Evict Sandbox 223", "2019/06/28 22:33:00 Destroy() [SB 223]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 223]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 223]", "2019/06/28 22:33:00 Pause() [SB 227]", "2019/06/28 22:33:00 Receive request to /run/L226", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2506 [FUNC L226]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L226]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/227-L226, /root/open-lambda/test-dir/worker/handlers/L226, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f2e0 228 /root/open-lambda/test-dir/worker/sock-handlers/228 /root/open-lambda/test-dir/worker/lambda_code/227-L226 /root/open-lambda/test-dir/worker/handlers/L226/228 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc00011c2a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 228]", "2019/06/28 22:33:00 Evict Sandbox 224", "2019/06/28 22:33:00 Destroy() [SB 224]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 224]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 224]", "2019/06/28 22:33:00 Pause() [SB 228]", "2019/06/28 22:33:00 Receive request to /run/L227", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2517 [FUNC L227]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L227]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/228-L227, /root/open-lambda/test-dir/worker/handlers/L227, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f300 229 /root/open-lambda/test-dir/worker/sock-handlers/229 /root/open-lambda/test-dir/worker/lambda_code/228-L227 /root/open-lambda/test-dir/worker/handlers/L227/229 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc00011dc00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 229]", "2019/06/28 22:33:00 Evict Sandbox 225", "2019/06/28 22:33:00 Destroy() [SB 225]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 225]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 225]", "2019/06/28 22:33:00 Pause() [SB 229]", "2019/06/28 22:33:00 Receive request to /run/L228", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2528 [FUNC L228]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L228]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/229-L228, /root/open-lambda/test-dir/worker/handlers/L228, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f320 230 /root/open-lambda/test-dir/worker/sock-handlers/230 /root/open-lambda/test-dir/worker/lambda_code/229-L228 /root/open-lambda/test-dir/worker/handlers/L228/230 }) [SB 1]", "2019/06/28 22:33:00 Evict Sandbox 226", "2019/06/28 22:33:00 Destroy() [SB 226]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 226]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 226]", "2019/06/28 22:33:00 ...returns &{0xc0004e8460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 230]", "2019/06/28 22:33:00 Pause() [SB 230]", "2019/06/28 22:33:00 Receive request to /run/L229", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2539 [FUNC L229]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L229]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/230-L229, /root/open-lambda/test-dir/worker/handlers/L229, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f340 231 /root/open-lambda/test-dir/worker/sock-handlers/231 /root/open-lambda/test-dir/worker/lambda_code/230-L229 /root/open-lambda/test-dir/worker/handlers/L229/231 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0004e8a10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 231]", "2019/06/28 22:33:00 Evict Sandbox 227", "2019/06/28 22:33:00 Destroy() [SB 227]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 227]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 227]", "2019/06/28 22:33:00 Pause() [SB 231]", "2019/06/28 22:33:00 Receive request to /run/L230", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2550 [FUNC L230]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L230]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/231-L230, /root/open-lambda/test-dir/worker/handlers/L230, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f360 232 /root/open-lambda/test-dir/worker/sock-handlers/232 /root/open-lambda/test-dir/worker/lambda_code/231-L230 /root/open-lambda/test-dir/worker/handlers/L230/232 }) [SB 1]", "2019/06/28 22:33:00 Evict Sandbox 228", "2019/06/28 22:33:00 Destroy() [SB 228]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 228]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 228]", "2019/06/28 22:33:00 ...returns &{0xc0004e8e00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 232]", "2019/06/28 22:33:00 Pause() [SB 232]", "2019/06/28 22:33:00 Receive request to /run/L231", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2561 [FUNC L231]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L231]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/232-L231, /root/open-lambda/test-dir/worker/handlers/L231, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f380 233 /root/open-lambda/test-dir/worker/sock-handlers/233 /root/open-lambda/test-dir/worker/lambda_code/232-L231 /root/open-lambda/test-dir/worker/handlers/L231/233 }) [SB 1]", "2019/06/28 22:33:00 Evict Sandbox 229", "2019/06/28 22:33:00 Destroy() [SB 229]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 229]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 229]", "2019/06/28 22:33:00 ...returns &{0xc0004e9180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 233]", "2019/06/28 22:33:00 Pause() [SB 233]", "2019/06/28 22:33:00 Receive request to /run/L232", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2572 [FUNC L232]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L232]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/233-L232, /root/open-lambda/test-dir/worker/handlers/L232, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f3a0 234 /root/open-lambda/test-dir/worker/sock-handlers/234 /root/open-lambda/test-dir/worker/lambda_code/233-L232 /root/open-lambda/test-dir/worker/handlers/L232/234 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc00011c000 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 234]", "2019/06/28 22:33:00 Evict Sandbox 230", "2019/06/28 22:33:00 Destroy() [SB 230]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 230]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 230]", "2019/06/28 22:33:00 Pause() [SB 234]", "2019/06/28 22:33:00 Receive request to /run/L233", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2583 [FUNC L233]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L233]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/234-L233, /root/open-lambda/test-dir/worker/handlers/L233, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f3c0 235 /root/open-lambda/test-dir/worker/sock-handlers/235 /root/open-lambda/test-dir/worker/lambda_code/234-L233 /root/open-lambda/test-dir/worker/handlers/L233/235 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc00011da40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 235]", "2019/06/28 22:33:00 Evict Sandbox 231", "2019/06/28 22:33:00 Destroy() [SB 231]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 231]", "2019/06/28 22:33:00 waiting for 1 procs in cg-10 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 231]", "2019/06/28 22:33:00 Pause() [SB 235]", "2019/06/28 22:33:00 Receive request to /run/L234", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2594 [FUNC L234]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L234]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/235-L234, /root/open-lambda/test-dir/worker/handlers/L234, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f3e0 236 /root/open-lambda/test-dir/worker/sock-handlers/236 /root/open-lambda/test-dir/worker/lambda_code/235-L234 /root/open-lambda/test-dir/worker/handlers/L234/236 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0000d7a40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 236]", "2019/06/28 22:33:00 Evict Sandbox 232", "2019/06/28 22:33:00 Destroy() [SB 232]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 232]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 232]", "2019/06/28 22:33:00 Pause() [SB 236]", "2019/06/28 22:33:00 Receive request to /run/L235", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2605 [FUNC L235]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L235]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/236-L235, /root/open-lambda/test-dir/worker/handlers/L235, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f400 237 /root/open-lambda/test-dir/worker/sock-handlers/237 /root/open-lambda/test-dir/worker/lambda_code/236-L235 /root/open-lambda/test-dir/worker/handlers/L235/237 }) [SB 1]", "2019/06/28 22:33:00 Evict Sandbox 233", "2019/06/28 22:33:00 Destroy() [SB 233]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 233]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 233]", "2019/06/28 22:33:00 ...returns &{0xc000105730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 237]", "2019/06/28 22:33:00 Pause() [SB 237]", "2019/06/28 22:33:00 Receive request to /run/L236", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2616 [FUNC L236]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L236]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/237-L236, /root/open-lambda/test-dir/worker/handlers/L236, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000f420 238 /root/open-lambda/test-dir/worker/sock-handlers/238 /root/open-lambda/test-dir/worker/lambda_code/237-L236 /root/open-lambda/test-dir/worker/handlers/L236/238 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0003dcbd0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 238]", "2019/06/28 22:33:00 Evict Sandbox 234", "2019/06/28 22:33:00 Destroy() [SB 234]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 234]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 234]", "2019/06/28 22:33:00 Pause() [SB 238]", "2019/06/28 22:33:00 Receive request to /run/L237", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2627 [FUNC L237]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L237]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/238-L237, /root/open-lambda/test-dir/worker/handlers/L237, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc00000fb60 239 /root/open-lambda/test-dir/worker/sock-handlers/239 /root/open-lambda/test-dir/worker/lambda_code/238-L237 /root/open-lambda/test-dir/worker/handlers/L237/239 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0003dd810 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 239]", "2019/06/28 22:33:00 Evict Sandbox 235", "2019/06/28 22:33:00 Destroy() [SB 235]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 235]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 235]", "2019/06/28 22:33:00 Pause() [SB 239]", "2019/06/28 22:33:00 Receive request to /run/L238", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2638 [FUNC L238]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L238]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/239-L238, /root/open-lambda/test-dir/worker/handlers/L238, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc000410200 240 /root/open-lambda/test-dir/worker/sock-handlers/240 /root/open-lambda/test-dir/worker/lambda_code/239-L238 /root/open-lambda/test-dir/worker/handlers/L238/240 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0004e8070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 240]", "2019/06/28 22:33:00 Evict Sandbox 236", "2019/06/28 22:33:00 Destroy() [SB 236]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 236]", "2019/06/28 22:33:00 waiting for 1 procs in cg-15 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 236]", "2019/06/28 22:33:00 Pause() [SB 240]", "2019/06/28 22:33:00 Receive request to /run/L239", "2019/06/28 22:33:00 debug: LambdaFunc.Task() runs on goroutine 2649 [FUNC L239]", "2019/06/28 22:33:00 increase instances to 1 [FUNC L239]", "2019/06/28 22:33:00 .Create(/root/open-lambda/test-dir/worker/lambda_code/240-L239, /root/open-lambda/test-dir/worker/handlers/L239, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:00 fork(&{0xc0000826e0 0xc000410800 241 /root/open-lambda/test-dir/worker/sock-handlers/241 /root/open-lambda/test-dir/worker/lambda_code/240-L239 /root/open-lambda/test-dir/worker/handlers/L239/241 }) [SB 1]", "2019/06/28 22:33:00 ...returns &{0xc0004e8700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:00 Channel() [SB 241]", "2019/06/28 22:33:00 Evict Sandbox 237", "2019/06/28 22:33:00 Destroy() [SB 237]", "2019/06/28 22:33:00 kill all procs in CG [SOCK 237]", "2019/06/28 22:33:00 unmount and remove dirs [SOCK 237]", "2019/06/28 22:33:00 Pause() [SB 241]", "2019/06/28 22:33:01 Receive request to /run/L240", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2660 [FUNC L240]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L240]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/241-L240, /root/open-lambda/test-dir/worker/handlers/L240, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc000410e60 242 /root/open-lambda/test-dir/worker/sock-handlers/242 /root/open-lambda/test-dir/worker/lambda_code/241-L240 /root/open-lambda/test-dir/worker/handlers/L240/242 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0004e8c40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 242]", "2019/06/28 22:33:01 Evict Sandbox 238", "2019/06/28 22:33:01 Destroy() [SB 238]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 238]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 238]", "2019/06/28 22:33:01 Pause() [SB 242]", "2019/06/28 22:33:01 Receive request to /run/L241", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2671 [FUNC L241]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L241]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/242-L241, /root/open-lambda/test-dir/worker/handlers/L241, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc0004114c0 243 /root/open-lambda/test-dir/worker/sock-handlers/243 /root/open-lambda/test-dir/worker/lambda_code/242-L241 /root/open-lambda/test-dir/worker/handlers/L241/243 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0004e90a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 243]", "2019/06/28 22:33:01 Evict Sandbox 239", "2019/06/28 22:33:01 Destroy() [SB 239]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 239]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 239]", "2019/06/28 22:33:01 Pause() [SB 243]", "2019/06/28 22:33:01 Receive request to /run/L242", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2682 [FUNC L242]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L242]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/243-L242, /root/open-lambda/test-dir/worker/handlers/L242, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f0a0 244 /root/open-lambda/test-dir/worker/sock-handlers/244 /root/open-lambda/test-dir/worker/lambda_code/243-L242 /root/open-lambda/test-dir/worker/handlers/L242/244 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0004e9650 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 244]", "2019/06/28 22:33:01 Evict Sandbox 240", "2019/06/28 22:33:01 Destroy() [SB 240]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 240]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 240]", "2019/06/28 22:33:01 Pause() [SB 244]", "2019/06/28 22:33:01 Receive request to /run/L243", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2693 [FUNC L243]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L243]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/244-L243, /root/open-lambda/test-dir/worker/handlers/L243, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f0c0 245 /root/open-lambda/test-dir/worker/sock-handlers/245 /root/open-lambda/test-dir/worker/lambda_code/244-L243 /root/open-lambda/test-dir/worker/handlers/L243/245 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0004e9960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 245]", "2019/06/28 22:33:01 Evict Sandbox 241", "2019/06/28 22:33:01 Destroy() [SB 241]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 241]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 241]", "2019/06/28 22:33:01 Pause() [SB 245]", "2019/06/28 22:33:01 Receive request to /run/L244", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2704 [FUNC L244]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L244]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/245-L244, /root/open-lambda/test-dir/worker/handlers/L244, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f0e0 246 /root/open-lambda/test-dir/worker/sock-handlers/246 /root/open-lambda/test-dir/worker/lambda_code/245-L244 /root/open-lambda/test-dir/worker/handlers/L244/246 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0003dc000 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 246]", "2019/06/28 22:33:01 Evict Sandbox 242", "2019/06/28 22:33:01 Destroy() [SB 242]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 242]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 242]", "2019/06/28 22:33:01 Pause() [SB 246]", "2019/06/28 22:33:01 Receive request to /run/L245", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2715 [FUNC L245]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L245]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/246-L245, /root/open-lambda/test-dir/worker/handlers/L245, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f100 247 /root/open-lambda/test-dir/worker/sock-handlers/247 /root/open-lambda/test-dir/worker/lambda_code/246-L245 /root/open-lambda/test-dir/worker/handlers/L245/247 }) [SB 1]", "2019/06/28 22:33:01 Evict Sandbox 243", "2019/06/28 22:33:01 Destroy() [SB 243]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 243]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 243]", "2019/06/28 22:33:01 ...returns &{0xc0003dd260 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 247]", "2019/06/28 22:33:01 Pause() [SB 247]", "2019/06/28 22:33:01 Receive request to /run/L246", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2726 [FUNC L246]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L246]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/247-L246, /root/open-lambda/test-dir/worker/handlers/L246, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f120 248 /root/open-lambda/test-dir/worker/sock-handlers/248 /root/open-lambda/test-dir/worker/lambda_code/247-L246 /root/open-lambda/test-dir/worker/handlers/L246/248 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0003ddb20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 248]", "2019/06/28 22:33:01 Evict Sandbox 244", "2019/06/28 22:33:01 Destroy() [SB 244]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 244]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 244]", "2019/06/28 22:33:01 Pause() [SB 248]", "2019/06/28 22:33:01 Receive request to /run/L247", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2737 [FUNC L247]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L247]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/248-L247, /root/open-lambda/test-dir/worker/handlers/L247, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f2c0 249 /root/open-lambda/test-dir/worker/sock-handlers/249 /root/open-lambda/test-dir/worker/lambda_code/248-L247 /root/open-lambda/test-dir/worker/handlers/L247/249 }) [SB 1]", "2019/06/28 22:33:01 Evict Sandbox 245", "2019/06/28 22:33:01 Destroy() [SB 245]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 245]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 245]", "2019/06/28 22:33:01 ...returns &{0xc000105570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 249]", "2019/06/28 22:33:01 Pause() [SB 249]", "2019/06/28 22:33:01 Receive request to /run/L248", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2748 [FUNC L248]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L248]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/249-L248, /root/open-lambda/test-dir/worker/handlers/L248, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f2e0 250 /root/open-lambda/test-dir/worker/sock-handlers/250 /root/open-lambda/test-dir/worker/lambda_code/249-L248 /root/open-lambda/test-dir/worker/handlers/L248/250 }) [SB 1]", "2019/06/28 22:33:01 Evict Sandbox 246", "2019/06/28 22:33:01 Destroy() [SB 246]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 246]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 246]", "2019/06/28 22:33:01 ...returns &{0xc0000d7b90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 250]", "2019/06/28 22:33:01 Pause() [SB 250]", "2019/06/28 22:33:01 Receive request to /run/L249", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2759 [FUNC L249]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L249]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/250-L249, /root/open-lambda/test-dir/worker/handlers/L249, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f300 251 /root/open-lambda/test-dir/worker/sock-handlers/251 /root/open-lambda/test-dir/worker/lambda_code/250-L249 /root/open-lambda/test-dir/worker/handlers/L249/251 }) [SB 1]", "2019/06/28 22:33:01 Evict Sandbox 247", "2019/06/28 22:33:01 Destroy() [SB 247]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 247]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 247]", "2019/06/28 22:33:01 ...returns &{0xc00011dea0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 251]", "2019/06/28 22:33:01 Pause() [SB 251]", "2019/06/28 22:33:01 Receive request to /run/L250", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2770 [FUNC L250]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L250]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/251-L250, /root/open-lambda/test-dir/worker/handlers/L250, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f320 252 /root/open-lambda/test-dir/worker/sock-handlers/252 /root/open-lambda/test-dir/worker/lambda_code/251-L250 /root/open-lambda/test-dir/worker/handlers/L250/252 }) [SB 1]", "2019/06/28 22:33:01 Evict Sandbox 248", "2019/06/28 22:33:01 Destroy() [SB 248]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 248]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 248]", "2019/06/28 22:33:01 ...returns &{0xc0004e8770 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 252]", "2019/06/28 22:33:01 Pause() [SB 252]", "2019/06/28 22:33:01 Receive request to /run/L251", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2781 [FUNC L251]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L251]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/252-L251, /root/open-lambda/test-dir/worker/handlers/L251, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f340 253 /root/open-lambda/test-dir/worker/sock-handlers/253 /root/open-lambda/test-dir/worker/lambda_code/252-L251 /root/open-lambda/test-dir/worker/handlers/L251/253 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0004e8d90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 253]", "2019/06/28 22:33:01 Evict Sandbox 249", "2019/06/28 22:33:01 Destroy() [SB 249]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 249]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 249]", "2019/06/28 22:33:01 Pause() [SB 253]", "2019/06/28 22:33:01 Receive request to /run/L252", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2792 [FUNC L252]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L252]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/253-L252, /root/open-lambda/test-dir/worker/handlers/L252, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f360 254 /root/open-lambda/test-dir/worker/sock-handlers/254 /root/open-lambda/test-dir/worker/lambda_code/253-L252 /root/open-lambda/test-dir/worker/handlers/L252/254 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0004e9260 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 254]", "2019/06/28 22:33:01 Evict Sandbox 250", "2019/06/28 22:33:01 Destroy() [SB 250]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 250]", "2019/06/28 22:33:01 waiting for 1 procs in cg-7 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 250]", "2019/06/28 22:33:01 Pause() [SB 254]", "2019/06/28 22:33:01 Receive request to /run/L253", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2803 [FUNC L253]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L253]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/254-L253, /root/open-lambda/test-dir/worker/handlers/L253, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f380 255 /root/open-lambda/test-dir/worker/sock-handlers/255 /root/open-lambda/test-dir/worker/lambda_code/254-L253 /root/open-lambda/test-dir/worker/handlers/L253/255 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0004e9570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 255]", "2019/06/28 22:33:01 Evict Sandbox 251", "2019/06/28 22:33:01 Destroy() [SB 251]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 251]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 251]", "2019/06/28 22:33:01 Pause() [SB 255]", "2019/06/28 22:33:01 Receive request to /run/L254", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2814 [FUNC L254]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L254]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/255-L254, /root/open-lambda/test-dir/worker/handlers/L254, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f3a0 256 /root/open-lambda/test-dir/worker/sock-handlers/256 /root/open-lambda/test-dir/worker/lambda_code/255-L254 /root/open-lambda/test-dir/worker/handlers/L254/256 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0004e98f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 256]", "2019/06/28 22:33:01 Evict Sandbox 252", "2019/06/28 22:33:01 Destroy() [SB 252]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 252]", "2019/06/28 22:33:01 waiting for 1 procs in cg-9 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 252]", "2019/06/28 22:33:01 Pause() [SB 256]", "2019/06/28 22:33:01 Receive request to /run/L255", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2825 [FUNC L255]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L255]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/256-L255, /root/open-lambda/test-dir/worker/handlers/L255, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f3c0 257 /root/open-lambda/test-dir/worker/sock-handlers/257 /root/open-lambda/test-dir/worker/lambda_code/256-L255 /root/open-lambda/test-dir/worker/handlers/L255/257 }) [SB 1]", "2019/06/28 22:33:01 Evict Sandbox 253", "2019/06/28 22:33:01 Destroy() [SB 253]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 253]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 253]", "2019/06/28 22:33:01 ...returns &{0xc0004e9ea0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 257]", "2019/06/28 22:33:01 Pause() [SB 257]", "2019/06/28 22:33:01 Receive request to /run/L256", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2836 [FUNC L256]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L256]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/257-L256, /root/open-lambda/test-dir/worker/handlers/L256, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f3e0 258 /root/open-lambda/test-dir/worker/sock-handlers/258 /root/open-lambda/test-dir/worker/lambda_code/257-L256 /root/open-lambda/test-dir/worker/handlers/L256/258 }) [SB 1]", "send chrootFD=4", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=5", "send chrootFD=7", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=6", "send chrootFD=7", "send chrootFD=5", "send chrootFD=8", "send chrootFD=9", "send chrootFD=6", "send chrootFD=7", "send chrootFD=5", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=5", "send chrootFD=8", "send chrootFD=6", "send chrootFD=7", "send chrootFD=9", "send chrootFD=9", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=7", "send chrootFD=8", "send chrootFD=6", "send chrootFD=9", "send chrootFD=5", "send chrootFD=7", "send chrootFD=8", "send chrootFD=4", "send chrootFD=9", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=6", "send chrootFD=5", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=6", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=5", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=5", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=8", "send chrootFD=5", "send chrootFD=6", "send chrootFD=9", "send chrootFD=9", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=5", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=5", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=5", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=6", "send chrootFD=4", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=7", "send chrootFD=8", "send chrootFD=6", "send chrootFD=9", "send chrootFD=5", "send chrootFD=7", "send chrootFD=4", "send chrootFD=8", "send chrootFD=9", "send chrootFD=6", "send chrootFD=7", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=8", "send chrootFD=6", "send chrootFD=5", "send chrootFD=9", "send chrootFD=7", "send chrootFD=6", "send chrootFD=8", "send chrootFD=5", "send chrootFD=9", "send chrootFD=9", "send chrootFD=6", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=6", "send chrootFD=5", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=6", "send chrootFD=4", "send chrootFD=5", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=5", "send chrootFD=7", "send chrootFD=6", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=6", "send chrootFD=8", "send chrootFD=5", "send chrootFD=9", "send chrootFD=7", "send chrootFD=4", "send chrootFD=8", "send chrootFD=6", "send chrootFD=9", "send chrootFD=7", "send chrootFD=5", "send chrootFD=8", "send chrootFD=6", "send chrootFD=9", "send chrootFD=9", "send chrootFD=5", "send chrootFD=8", "send chrootFD=8", "send chrootFD=7", "send chrootFD=9", "send chrootFD=5", "send chrootFD=6", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=5", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=5", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=4", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=8", "send chrootFD=5", "send chrootFD=6", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=5", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=4", "send chrootFD=8", "send chrootFD=7", "send chrootFD=7", "send chrootFD=9", "send chrootFD=5", "send chrootFD=8", "send chrootFD=6", "send chrootFD=7", "send chrootFD=9", "send chrootFD=5", "send chrootFD=4", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=6", "send chrootFD=5", "send chrootFD=7", "send chrootFD=8", "2019/06/28 22:33:01 ...returns &{0xc00011d5e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 258]", "2019/06/28 22:33:01 Evict Sandbox 254", "2019/06/28 22:33:01 Destroy() [SB 254]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 254]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 254]", "2019/06/28 22:33:01 Pause() [SB 258]", "2019/06/28 22:33:01 Receive request to /run/L257", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2847 [FUNC L257]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L257]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/258-L257, /root/open-lambda/test-dir/worker/handlers/L257, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f400 259 /root/open-lambda/test-dir/worker/sock-handlers/259 /root/open-lambda/test-dir/worker/lambda_code/258-L257 /root/open-lambda/test-dir/worker/handlers/L257/259 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0001042a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 259]", "2019/06/28 22:33:01 Evict Sandbox 255", "2019/06/28 22:33:01 Destroy() [SB 255]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 255]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 255]", "2019/06/28 22:33:01 Pause() [SB 259]", "2019/06/28 22:33:01 Receive request to /run/L258", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2858 [FUNC L258]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L258]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/259-L258, /root/open-lambda/test-dir/worker/handlers/L258, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f420 260 /root/open-lambda/test-dir/worker/sock-handlers/260 /root/open-lambda/test-dir/worker/lambda_code/259-L258 /root/open-lambda/test-dir/worker/handlers/L258/260 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0003dc9a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 260]", "2019/06/28 22:33:01 Evict Sandbox 256", "2019/06/28 22:33:01 Destroy() [SB 256]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 256]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 256]", "2019/06/28 22:33:01 Pause() [SB 260]", "2019/06/28 22:33:01 Receive request to /run/L259", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2869 [FUNC L259]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L259]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/260-L259, /root/open-lambda/test-dir/worker/handlers/L259, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000fb60 261 /root/open-lambda/test-dir/worker/sock-handlers/261 /root/open-lambda/test-dir/worker/lambda_code/260-L259 /root/open-lambda/test-dir/worker/handlers/L259/261 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0003dd9d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 261]", "2019/06/28 22:33:01 Evict Sandbox 257", "2019/06/28 22:33:01 Destroy() [SB 257]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 257]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 257]", "2019/06/28 22:33:01 Pause() [SB 261]", "2019/06/28 22:33:01 Receive request to /run/L260", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2880 [FUNC L260]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L260]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/261-L260, /root/open-lambda/test-dir/worker/handlers/L260, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc000410200 262 /root/open-lambda/test-dir/worker/sock-handlers/262 /root/open-lambda/test-dir/worker/lambda_code/261-L260 /root/open-lambda/test-dir/worker/handlers/L260/262 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0004e83f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 262]", "2019/06/28 22:33:01 Evict Sandbox 258", "2019/06/28 22:33:01 Destroy() [SB 258]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 258]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 258]", "2019/06/28 22:33:01 Pause() [SB 262]", "2019/06/28 22:33:01 Receive request to /run/L261", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2891 [FUNC L261]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L261]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/262-L261, /root/open-lambda/test-dir/worker/handlers/L261, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc000410800 263 /root/open-lambda/test-dir/worker/sock-handlers/263 /root/open-lambda/test-dir/worker/lambda_code/262-L261 /root/open-lambda/test-dir/worker/handlers/L261/263 }) [SB 1]", "2019/06/28 22:33:01 Evict Sandbox 259", "2019/06/28 22:33:01 Destroy() [SB 259]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 259]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 259]", "2019/06/28 22:33:01 ...returns &{0xc0004e8b60 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 263]", "2019/06/28 22:33:01 Pause() [SB 263]", "2019/06/28 22:33:01 Receive request to /run/L262", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2902 [FUNC L262]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L262]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/263-L262, /root/open-lambda/test-dir/worker/handlers/L262, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc000410e60 264 /root/open-lambda/test-dir/worker/sock-handlers/264 /root/open-lambda/test-dir/worker/lambda_code/263-L262 /root/open-lambda/test-dir/worker/handlers/L262/264 }) [SB 1]", "2019/06/28 22:33:01 Evict Sandbox 260", "2019/06/28 22:33:01 Destroy() [SB 260]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 260]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 260]", "2019/06/28 22:33:01 ...returns &{0xc0004e91f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 264]", "2019/06/28 22:33:01 Pause() [SB 264]", "2019/06/28 22:33:01 Receive request to /run/L263", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2913 [FUNC L263]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L263]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/264-L263, /root/open-lambda/test-dir/worker/handlers/L263, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc0004114c0 265 /root/open-lambda/test-dir/worker/sock-handlers/265 /root/open-lambda/test-dir/worker/lambda_code/264-L263 /root/open-lambda/test-dir/worker/handlers/L263/265 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0004e95e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 265]", "2019/06/28 22:33:01 Evict Sandbox 261", "2019/06/28 22:33:01 Destroy() [SB 261]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 261]", "2019/06/28 22:33:01 waiting for 1 procs in cg-18 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 261]", "2019/06/28 22:33:01 Pause() [SB 265]", "2019/06/28 22:33:01 Receive request to /run/L264", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2924 [FUNC L264]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L264]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/265-L264, /root/open-lambda/test-dir/worker/handlers/L264, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f0a0 266 /root/open-lambda/test-dir/worker/sock-handlers/266 /root/open-lambda/test-dir/worker/lambda_code/265-L264 /root/open-lambda/test-dir/worker/handlers/L264/266 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0004e9a40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 266]", "2019/06/28 22:33:01 Evict Sandbox 262", "2019/06/28 22:33:01 Destroy() [SB 262]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 262]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 262]", "2019/06/28 22:33:01 Pause() [SB 266]", "2019/06/28 22:33:01 Receive request to /run/L265", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2935 [FUNC L265]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L265]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/266-L265, /root/open-lambda/test-dir/worker/handlers/L265, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f0c0 267 /root/open-lambda/test-dir/worker/sock-handlers/267 /root/open-lambda/test-dir/worker/lambda_code/266-L265 /root/open-lambda/test-dir/worker/handlers/L265/267 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0004e9d50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 267]", "2019/06/28 22:33:01 Evict Sandbox 263", "2019/06/28 22:33:01 Destroy() [SB 263]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 263]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 263]", "2019/06/28 22:33:01 Pause() [SB 267]", "2019/06/28 22:33:01 Receive request to /run/L266", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2946 [FUNC L266]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L266]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/267-L266, /root/open-lambda/test-dir/worker/handlers/L266, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f0e0 268 /root/open-lambda/test-dir/worker/sock-handlers/268 /root/open-lambda/test-dir/worker/lambda_code/267-L266 /root/open-lambda/test-dir/worker/handlers/L266/268 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0003680e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 268]", "2019/06/28 22:33:01 Evict Sandbox 264", "2019/06/28 22:33:01 Destroy() [SB 264]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 264]", "2019/06/28 22:33:01 waiting for 1 procs in cg-21 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 264]", "2019/06/28 22:33:01 Pause() [SB 268]", "2019/06/28 22:33:01 Receive request to /run/L267", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2957 [FUNC L267]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L267]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/268-L267, /root/open-lambda/test-dir/worker/handlers/L267, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f100 269 /root/open-lambda/test-dir/worker/sock-handlers/269 /root/open-lambda/test-dir/worker/lambda_code/268-L267 /root/open-lambda/test-dir/worker/handlers/L267/269 }) [SB 1]", "2019/06/28 22:33:01 ...returns &{0xc0003683f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:01 Channel() [SB 269]", "2019/06/28 22:33:01 Evict Sandbox 265", "2019/06/28 22:33:01 Destroy() [SB 265]", "2019/06/28 22:33:01 kill all procs in CG [SOCK 265]", "2019/06/28 22:33:01 unmount and remove dirs [SOCK 265]", "2019/06/28 22:33:01 Pause() [SB 269]", "2019/06/28 22:33:01 Receive request to /run/L268", "2019/06/28 22:33:01 debug: LambdaFunc.Task() runs on goroutine 2968 [FUNC L268]", "2019/06/28 22:33:01 increase instances to 1 [FUNC L268]", "2019/06/28 22:33:01 .Create(/root/open-lambda/test-dir/worker/lambda_code/269-L268, /root/open-lambda/test-dir/worker/handlers/L268, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:01 fork(&{0xc0000826e0 0xc00000f120 270 /root/open-lambda/test-dir/worker/sock-handlers/270 /root/open-lambda/test-dir/worker/lambda_code/269-L268 /root/open-lambda/test-dir/worker/handlers/L268/270 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc000368700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 270]", "2019/06/28 22:33:02 Evict Sandbox 266", "2019/06/28 22:33:02 Destroy() [SB 266]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 266]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 266]", "2019/06/28 22:33:02 Pause() [SB 270]", "2019/06/28 22:33:02 Receive request to /run/L269", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 2979 [FUNC L269]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L269]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/270-L269, /root/open-lambda/test-dir/worker/handlers/L269, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f2c0 271 /root/open-lambda/test-dir/worker/sock-handlers/271 /root/open-lambda/test-dir/worker/lambda_code/270-L269 /root/open-lambda/test-dir/worker/handlers/L269/271 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc0004e8850 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 271]", "2019/06/28 22:33:02 Evict Sandbox 267", "2019/06/28 22:33:02 Destroy() [SB 267]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 267]", "2019/06/28 22:33:02 waiting for 1 procs in cg-2 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 267]", "2019/06/28 22:33:02 Pause() [SB 271]", "2019/06/28 22:33:02 Receive request to /run/L270", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 2990 [FUNC L270]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L270]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/271-L270, /root/open-lambda/test-dir/worker/handlers/L270, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f2e0 272 /root/open-lambda/test-dir/worker/sock-handlers/272 /root/open-lambda/test-dir/worker/lambda_code/271-L270 /root/open-lambda/test-dir/worker/handlers/L270/272 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc0004e8fc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 272]", "2019/06/28 22:33:02 Evict Sandbox 268", "2019/06/28 22:33:02 Destroy() [SB 268]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 268]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 268]", "2019/06/28 22:33:02 Pause() [SB 272]", "2019/06/28 22:33:02 Receive request to /run/L271", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3001 [FUNC L271]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L271]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/272-L271, /root/open-lambda/test-dir/worker/handlers/L271, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f300 273 /root/open-lambda/test-dir/worker/sock-handlers/273 /root/open-lambda/test-dir/worker/lambda_code/272-L271 /root/open-lambda/test-dir/worker/handlers/L271/273 }) [SB 1]", "2019/06/28 22:33:02 Evict Sandbox 269", "2019/06/28 22:33:02 Destroy() [SB 269]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 269]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 269]", "2019/06/28 22:33:02 ...returns &{0xc0004e9490 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 273]", "2019/06/28 22:33:02 Pause() [SB 273]", "2019/06/28 22:33:02 Receive request to /run/L272", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3012 [FUNC L272]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L272]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/273-L272, /root/open-lambda/test-dir/worker/handlers/L272, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f320 274 /root/open-lambda/test-dir/worker/sock-handlers/274 /root/open-lambda/test-dir/worker/lambda_code/273-L272 /root/open-lambda/test-dir/worker/handlers/L272/274 }) [SB 1]", "2019/06/28 22:33:02 Evict Sandbox 270", "2019/06/28 22:33:02 Destroy() [SB 270]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 270]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 270]", "2019/06/28 22:33:02 ...returns &{0xc0004e99d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 274]", "2019/06/28 22:33:02 Pause() [SB 274]", "2019/06/28 22:33:02 Receive request to /run/L273", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3023 [FUNC L273]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L273]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/274-L273, /root/open-lambda/test-dir/worker/handlers/L273, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f340 275 /root/open-lambda/test-dir/worker/sock-handlers/275 /root/open-lambda/test-dir/worker/lambda_code/274-L273 /root/open-lambda/test-dir/worker/handlers/L273/275 }) [SB 1]", "2019/06/28 22:33:02 Evict Sandbox 271", "2019/06/28 22:33:02 Destroy() [SB 271]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 271]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 271]", "2019/06/28 22:33:02 ...returns &{0xc0004e9dc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 275]", "2019/06/28 22:33:02 Pause() [SB 275]", "2019/06/28 22:33:02 Receive request to /run/L274", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3034 [FUNC L274]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L274]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/275-L274, /root/open-lambda/test-dir/worker/handlers/L274, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f360 276 /root/open-lambda/test-dir/worker/sock-handlers/276 /root/open-lambda/test-dir/worker/lambda_code/275-L274 /root/open-lambda/test-dir/worker/handlers/L274/276 }) [SB 1]", "2019/06/28 22:33:02 Evict Sandbox 272", "2019/06/28 22:33:02 Destroy() [SB 272]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 272]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 272]", "2019/06/28 22:33:02 ...returns &{0xc0003dcc40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 276]", "2019/06/28 22:33:02 Pause() [SB 276]", "2019/06/28 22:33:02 Receive request to /run/L275", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3045 [FUNC L275]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L275]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/276-L275, /root/open-lambda/test-dir/worker/handlers/L275, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f380 277 /root/open-lambda/test-dir/worker/sock-handlers/277 /root/open-lambda/test-dir/worker/lambda_code/276-L275 /root/open-lambda/test-dir/worker/handlers/L275/277 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc0003dde30 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 277]", "2019/06/28 22:33:02 Evict Sandbox 273", "2019/06/28 22:33:02 Destroy() [SB 273]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 273]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 273]", "2019/06/28 22:33:02 Pause() [SB 277]", "2019/06/28 22:33:02 Receive request to /run/L276", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3056 [FUNC L276]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L276]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/277-L276, /root/open-lambda/test-dir/worker/handlers/L276, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f3a0 278 /root/open-lambda/test-dir/worker/sock-handlers/278 /root/open-lambda/test-dir/worker/lambda_code/277-L276 /root/open-lambda/test-dir/worker/handlers/L276/278 }) [SB 1]", "2019/06/28 22:33:02 Evict Sandbox 274", "2019/06/28 22:33:02 Destroy() [SB 274]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 274]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 274]", "2019/06/28 22:33:02 ...returns &{0xc0000d6a80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 278]", "2019/06/28 22:33:02 Pause() [SB 278]", "2019/06/28 22:33:02 Receive request to /run/L277", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3067 [FUNC L277]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L277]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/278-L277, /root/open-lambda/test-dir/worker/handlers/L277, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f3c0 279 /root/open-lambda/test-dir/worker/sock-handlers/279 /root/open-lambda/test-dir/worker/lambda_code/278-L277 /root/open-lambda/test-dir/worker/handlers/L277/279 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc00011d110 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 279]", "2019/06/28 22:33:02 Evict Sandbox 275", "2019/06/28 22:33:02 Destroy() [SB 275]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 275]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 275]", "2019/06/28 22:33:02 Pause() [SB 279]", "2019/06/28 22:33:02 Receive request to /run/L278", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3078 [FUNC L278]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L278]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/279-L278, /root/open-lambda/test-dir/worker/handlers/L278, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f3e0 280 /root/open-lambda/test-dir/worker/sock-handlers/280 /root/open-lambda/test-dir/worker/lambda_code/279-L278 /root/open-lambda/test-dir/worker/handlers/L278/280 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc0003682a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 280]", "2019/06/28 22:33:02 Evict Sandbox 276", "2019/06/28 22:33:02 Destroy() [SB 276]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 276]", "2019/06/28 22:33:02 waiting for 1 procs in cg-11 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 276]", "2019/06/28 22:33:02 Pause() [SB 280]", "2019/06/28 22:33:02 Receive request to /run/L279", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3089 [FUNC L279]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L279]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/280-L279, /root/open-lambda/test-dir/worker/handlers/L279, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f400 281 /root/open-lambda/test-dir/worker/sock-handlers/281 /root/open-lambda/test-dir/worker/lambda_code/280-L279 /root/open-lambda/test-dir/worker/handlers/L279/281 }) [SB 1]", "2019/06/28 22:33:02 Evict Sandbox 277", "2019/06/28 22:33:02 Destroy() [SB 277]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 277]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 277]", "2019/06/28 22:33:02 ...returns &{0xc000368620 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 281]", "2019/06/28 22:33:02 Pause() [SB 281]", "2019/06/28 22:33:02 Receive request to /run/L280", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3100 [FUNC L280]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L280]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/281-L280, /root/open-lambda/test-dir/worker/handlers/L280, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f420 282 /root/open-lambda/test-dir/worker/sock-handlers/282 /root/open-lambda/test-dir/worker/lambda_code/281-L280 /root/open-lambda/test-dir/worker/handlers/L280/282 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc000368a10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 282]", "2019/06/28 22:33:02 Evict Sandbox 278", "2019/06/28 22:33:02 Destroy() [SB 278]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 278]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 278]", "2019/06/28 22:33:02 Pause() [SB 282]", "2019/06/28 22:33:02 Receive request to /run/L281", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3111 [FUNC L281]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L281]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/282-L281, /root/open-lambda/test-dir/worker/handlers/L281, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000fb60 283 /root/open-lambda/test-dir/worker/sock-handlers/283 /root/open-lambda/test-dir/worker/lambda_code/282-L281 /root/open-lambda/test-dir/worker/handlers/L281/283 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc000368d20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 283]", "2019/06/28 22:33:02 Evict Sandbox 279", "2019/06/28 22:33:02 Destroy() [SB 279]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 279]", "2019/06/28 22:33:02 waiting for 1 procs in cg-14 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 279]", "2019/06/28 22:33:02 Pause() [SB 283]", "2019/06/28 22:33:02 Receive request to /run/L282", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3122 [FUNC L282]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L282]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/283-L282, /root/open-lambda/test-dir/worker/handlers/L282, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc000410200 284 /root/open-lambda/test-dir/worker/sock-handlers/284 /root/open-lambda/test-dir/worker/lambda_code/283-L282 /root/open-lambda/test-dir/worker/handlers/L282/284 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc000368310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 284]", "2019/06/28 22:33:02 Evict Sandbox 280", "2019/06/28 22:33:02 Destroy() [SB 280]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 280]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 280]", "2019/06/28 22:33:02 Pause() [SB 284]", "2019/06/28 22:33:02 Receive request to /run/L283", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3133 [FUNC L283]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L283]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/284-L283, /root/open-lambda/test-dir/worker/handlers/L283, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc000410800 285 /root/open-lambda/test-dir/worker/sock-handlers/285 /root/open-lambda/test-dir/worker/lambda_code/284-L283 /root/open-lambda/test-dir/worker/handlers/L283/285 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc000368770 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 285]", "2019/06/28 22:33:02 Evict Sandbox 281", "2019/06/28 22:33:02 Destroy() [SB 281]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 281]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 281]", "2019/06/28 22:33:02 Pause() [SB 285]", "2019/06/28 22:33:02 Receive request to /run/L284", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3144 [FUNC L284]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L284]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/285-L284, /root/open-lambda/test-dir/worker/handlers/L284, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc000410e60 286 /root/open-lambda/test-dir/worker/sock-handlers/286 /root/open-lambda/test-dir/worker/lambda_code/285-L284 /root/open-lambda/test-dir/worker/handlers/L284/286 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc000368af0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 286]", "2019/06/28 22:33:02 Evict Sandbox 282", "2019/06/28 22:33:02 Destroy() [SB 282]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 282]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 282]", "2019/06/28 22:33:02 Pause() [SB 286]", "2019/06/28 22:33:02 Receive request to /run/L285", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3155 [FUNC L285]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L285]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/286-L285, /root/open-lambda/test-dir/worker/handlers/L285, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc0004114c0 287 /root/open-lambda/test-dir/worker/sock-handlers/287 /root/open-lambda/test-dir/worker/lambda_code/286-L285 /root/open-lambda/test-dir/worker/handlers/L285/287 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc000368e70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 287]", "2019/06/28 22:33:02 Evict Sandbox 283", "2019/06/28 22:33:02 Destroy() [SB 283]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 283]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 283]", "2019/06/28 22:33:02 Pause() [SB 287]", "2019/06/28 22:33:02 Receive request to /run/L286", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3166 [FUNC L286]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L286]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/287-L286, /root/open-lambda/test-dir/worker/handlers/L286, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f0a0 288 /root/open-lambda/test-dir/worker/sock-handlers/288 /root/open-lambda/test-dir/worker/lambda_code/287-L286 /root/open-lambda/test-dir/worker/handlers/L286/288 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc000369180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 288]", "2019/06/28 22:33:02 Evict Sandbox 284", "2019/06/28 22:33:02 Destroy() [SB 284]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 284]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 284]", "2019/06/28 22:33:02 Pause() [SB 288]", "2019/06/28 22:33:02 Receive request to /run/L287", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3177 [FUNC L287]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L287]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/288-L287, /root/open-lambda/test-dir/worker/handlers/L287, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f0c0 289 /root/open-lambda/test-dir/worker/sock-handlers/289 /root/open-lambda/test-dir/worker/lambda_code/288-L287 /root/open-lambda/test-dir/worker/handlers/L287/289 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc000369490 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 289]", "2019/06/28 22:33:02 Evict Sandbox 285", "2019/06/28 22:33:02 Destroy() [SB 285]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 285]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 285]", "2019/06/28 22:33:02 Pause() [SB 289]", "2019/06/28 22:33:02 Receive request to /run/L288", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3188 [FUNC L288]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L288]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/289-L288, /root/open-lambda/test-dir/worker/handlers/L288, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f0e0 290 /root/open-lambda/test-dir/worker/sock-handlers/290 /root/open-lambda/test-dir/worker/lambda_code/289-L288 /root/open-lambda/test-dir/worker/handlers/L288/290 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc0003697a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 290]", "2019/06/28 22:33:02 Evict Sandbox 286", "2019/06/28 22:33:02 Destroy() [SB 286]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 286]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 286]", "2019/06/28 22:33:02 Pause() [SB 290]", "2019/06/28 22:33:02 Receive request to /run/L289", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3199 [FUNC L289]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L289]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/290-L289, /root/open-lambda/test-dir/worker/handlers/L289, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f100 291 /root/open-lambda/test-dir/worker/sock-handlers/291 /root/open-lambda/test-dir/worker/lambda_code/290-L289 /root/open-lambda/test-dir/worker/handlers/L289/291 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc000369ab0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 291]", "2019/06/28 22:33:02 Evict Sandbox 287", "2019/06/28 22:33:02 Destroy() [SB 287]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 287]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 287]", "2019/06/28 22:33:02 Pause() [SB 291]", "2019/06/28 22:33:02 Receive request to /run/L290", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3210 [FUNC L290]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L290]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/291-L290, /root/open-lambda/test-dir/worker/handlers/L290, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f120 292 /root/open-lambda/test-dir/worker/sock-handlers/292 /root/open-lambda/test-dir/worker/lambda_code/291-L290 /root/open-lambda/test-dir/worker/handlers/L290/292 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc000369dc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 292]", "2019/06/28 22:33:02 Evict Sandbox 288", "2019/06/28 22:33:02 Destroy() [SB 288]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 288]", "2019/06/28 22:33:02 waiting for 1 procs in cg-1 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 288]", "2019/06/28 22:33:02 Pause() [SB 292]", "2019/06/28 22:33:02 Receive request to /run/L291", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3221 [FUNC L291]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L291]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/292-L291, /root/open-lambda/test-dir/worker/handlers/L291, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f2c0 293 /root/open-lambda/test-dir/worker/sock-handlers/293 /root/open-lambda/test-dir/worker/lambda_code/292-L291 /root/open-lambda/test-dir/worker/handlers/L291/293 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc00011cc40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 293]", "2019/06/28 22:33:02 Evict Sandbox 289", "2019/06/28 22:33:02 Destroy() [SB 289]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 289]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 289]", "2019/06/28 22:33:02 Pause() [SB 293]", "2019/06/28 22:33:02 Receive request to /run/L292", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3232 [FUNC L292]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L292]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/293-L292, /root/open-lambda/test-dir/worker/handlers/L292, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f2e0 294 /root/open-lambda/test-dir/worker/sock-handlers/294 /root/open-lambda/test-dir/worker/lambda_code/293-L292 /root/open-lambda/test-dir/worker/handlers/L292/294 }) [SB 1]", "2019/06/28 22:33:02 ...returns &{0xc000104540 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 294]", "2019/06/28 22:33:02 Evict Sandbox 290", "2019/06/28 22:33:02 Destroy() [SB 290]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 290]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 290]", "2019/06/28 22:33:02 Pause() [SB 294]", "2019/06/28 22:33:02 Receive request to /run/L293", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3243 [FUNC L293]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L293]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/294-L293, /root/open-lambda/test-dir/worker/handlers/L293, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f300 295 /root/open-lambda/test-dir/worker/sock-handlers/295 /root/open-lambda/test-dir/worker/lambda_code/294-L293 /root/open-lambda/test-dir/worker/handlers/L293/295 }) [SB 1]", "2019/06/28 22:33:02 Evict Sandbox 291", "2019/06/28 22:33:02 Destroy() [SB 291]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 291]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 291]", "2019/06/28 22:33:02 ...returns &{0xc0003dd2d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 295]", "2019/06/28 22:33:02 Pause() [SB 295]", "2019/06/28 22:33:02 Receive request to /run/L294", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3254 [FUNC L294]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L294]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/295-L294, /root/open-lambda/test-dir/worker/handlers/L294, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f320 296 /root/open-lambda/test-dir/worker/sock-handlers/296 /root/open-lambda/test-dir/worker/lambda_code/295-L294 /root/open-lambda/test-dir/worker/handlers/L294/296 }) [SB 1]", "2019/06/28 22:33:02 Evict Sandbox 292", "2019/06/28 22:33:02 Destroy() [SB 292]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 292]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 292]", "2019/06/28 22:33:02 ...returns &{0xc0004e81c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 296]", "2019/06/28 22:33:02 Pause() [SB 296]", "2019/06/28 22:33:02 Receive request to /run/L295", "2019/06/28 22:33:02 debug: LambdaFunc.Task() runs on goroutine 3265 [FUNC L295]", "2019/06/28 22:33:02 increase instances to 1 [FUNC L295]", "2019/06/28 22:33:02 .Create(/root/open-lambda/test-dir/worker/lambda_code/296-L295, /root/open-lambda/test-dir/worker/handlers/L295, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:02 fork(&{0xc0000826e0 0xc00000f340 297 /root/open-lambda/test-dir/worker/sock-handlers/297 /root/open-lambda/test-dir/worker/lambda_code/296-L295 /root/open-lambda/test-dir/worker/handlers/L295/297 }) [SB 1]", "2019/06/28 22:33:02 Evict Sandbox 293", "2019/06/28 22:33:02 Destroy() [SB 293]", "2019/06/28 22:33:02 kill all procs in CG [SOCK 293]", "2019/06/28 22:33:02 unmount and remove dirs [SOCK 293]", "2019/06/28 22:33:02 ...returns &{0xc0004e8d20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:02 Channel() [SB 297]", "2019/06/28 22:33:02 Pause() [SB 297]", "2019/06/28 22:33:03 Receive request to /run/L296", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3276 [FUNC L296]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L296]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/297-L296, /root/open-lambda/test-dir/worker/handlers/L296, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f360 298 /root/open-lambda/test-dir/worker/sock-handlers/298 /root/open-lambda/test-dir/worker/lambda_code/297-L296 /root/open-lambda/test-dir/worker/handlers/L296/298 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc000368380 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 298]", "2019/06/28 22:33:03 Evict Sandbox 294", "2019/06/28 22:33:03 Destroy() [SB 294]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 294]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 294]", "2019/06/28 22:33:03 Pause() [SB 298]", "2019/06/28 22:33:03 Receive request to /run/L297", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3287 [FUNC L297]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L297]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/298-L297, /root/open-lambda/test-dir/worker/handlers/L297, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f380 299 /root/open-lambda/test-dir/worker/sock-handlers/299 /root/open-lambda/test-dir/worker/lambda_code/298-L297 /root/open-lambda/test-dir/worker/handlers/L297/299 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc000368850 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 299]", "2019/06/28 22:33:03 Evict Sandbox 295", "2019/06/28 22:33:03 Destroy() [SB 295]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 295]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 295]", "2019/06/28 22:33:03 Pause() [SB 299]", "2019/06/28 22:33:03 Receive request to /run/L298", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3298 [FUNC L298]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L298]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/299-L298, /root/open-lambda/test-dir/worker/handlers/L298, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f3a0 300 /root/open-lambda/test-dir/worker/sock-handlers/300 /root/open-lambda/test-dir/worker/lambda_code/299-L298 /root/open-lambda/test-dir/worker/handlers/L298/300 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc000368c40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 300]", "2019/06/28 22:33:03 Evict Sandbox 296", "2019/06/28 22:33:03 Destroy() [SB 296]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 296]", "2019/06/28 22:33:03 waiting for 1 procs in cg-9 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 296]", "2019/06/28 22:33:03 Pause() [SB 300]", "2019/06/28 22:33:03 Receive request to /run/L299", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3309 [FUNC L299]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L299]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/300-L299, /root/open-lambda/test-dir/worker/handlers/L299, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f3c0 301 /root/open-lambda/test-dir/worker/sock-handlers/301 /root/open-lambda/test-dir/worker/lambda_code/300-L299 /root/open-lambda/test-dir/worker/handlers/L299/301 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc000369030 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 301]", "2019/06/28 22:33:03 Evict Sandbox 297", "2019/06/28 22:33:03 Destroy() [SB 297]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 297]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 297]", "2019/06/28 22:33:03 Pause() [SB 301]", "2019/06/28 22:33:03 Receive request to /run/L300", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3320 [FUNC L300]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L300]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/301-L300, /root/open-lambda/test-dir/worker/handlers/L300, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f3e0 302 /root/open-lambda/test-dir/worker/sock-handlers/302 /root/open-lambda/test-dir/worker/lambda_code/301-L300 /root/open-lambda/test-dir/worker/handlers/L300/302 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc0003693b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 302]", "2019/06/28 22:33:03 Evict Sandbox 298", "2019/06/28 22:33:03 Destroy() [SB 298]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 298]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 298]", "2019/06/28 22:33:03 Pause() [SB 302]", "2019/06/28 22:33:03 Receive request to /run/L301", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3331 [FUNC L301]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L301]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/302-L301, /root/open-lambda/test-dir/worker/handlers/L301, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f400 303 /root/open-lambda/test-dir/worker/sock-handlers/303 /root/open-lambda/test-dir/worker/lambda_code/302-L301 /root/open-lambda/test-dir/worker/handlers/L301/303 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc000369730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 303]", "2019/06/28 22:33:03 Evict Sandbox 299", "2019/06/28 22:33:03 Destroy() [SB 299]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 299]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 299]", "2019/06/28 22:33:03 Pause() [SB 303]", "2019/06/28 22:33:03 Receive request to /run/L302", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3342 [FUNC L302]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L302]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/303-L302, /root/open-lambda/test-dir/worker/handlers/L302, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f420 304 /root/open-lambda/test-dir/worker/sock-handlers/304 /root/open-lambda/test-dir/worker/lambda_code/303-L302 /root/open-lambda/test-dir/worker/handlers/L302/304 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc000369b20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 304]", "2019/06/28 22:33:03 Evict Sandbox 300", "2019/06/28 22:33:03 Destroy() [SB 300]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 300]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 300]", "2019/06/28 22:33:03 Pause() [SB 304]", "2019/06/28 22:33:03 Receive request to /run/L303", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3353 [FUNC L303]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L303]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/304-L303, /root/open-lambda/test-dir/worker/handlers/L303, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000fb60 305 /root/open-lambda/test-dir/worker/sock-handlers/305 /root/open-lambda/test-dir/worker/lambda_code/304-L303 /root/open-lambda/test-dir/worker/handlers/L303/305 }) [SB 1]", "2019/06/28 22:33:03 Evict Sandbox 301", "2019/06/28 22:33:03 Destroy() [SB 301]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 301]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 301]", "2019/06/28 22:33:03 ...returns &{0xc000369ea0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 305]", "2019/06/28 22:33:03 Pause() [SB 305]", "2019/06/28 22:33:03 Receive request to /run/L304", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3364 [FUNC L304]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L304]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/305-L304, /root/open-lambda/test-dir/worker/handlers/L304, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc000410200 306 /root/open-lambda/test-dir/worker/sock-handlers/306 /root/open-lambda/test-dir/worker/lambda_code/305-L304 /root/open-lambda/test-dir/worker/handlers/L304/306 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc0003dd3b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 306]", "2019/06/28 22:33:03 Evict Sandbox 302", "2019/06/28 22:33:03 Destroy() [SB 302]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 302]", "2019/06/28 22:33:03 waiting for 1 procs in cg-15 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 302]", "2019/06/28 22:33:03 Pause() [SB 306]", "2019/06/28 22:33:03 Receive request to /run/L305", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3375 [FUNC L305]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L305]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/306-L305, /root/open-lambda/test-dir/worker/handlers/L305, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc000410800 307 /root/open-lambda/test-dir/worker/sock-handlers/307 /root/open-lambda/test-dir/worker/lambda_code/306-L305 /root/open-lambda/test-dir/worker/handlers/L305/307 }) [SB 1]", "2019/06/28 22:33:03 Evict Sandbox 303", "2019/06/28 22:33:03 Destroy() [SB 303]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 303]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 303]", "2019/06/28 22:33:03 ...returns &{0xc000105d50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 307]", "2019/06/28 22:33:03 Pause() [SB 307]", "2019/06/28 22:33:03 Receive request to /run/L306", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3386 [FUNC L306]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L306]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/307-L306, /root/open-lambda/test-dir/worker/handlers/L306, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc000410e60 308 /root/open-lambda/test-dir/worker/sock-handlers/308 /root/open-lambda/test-dir/worker/lambda_code/307-L306 /root/open-lambda/test-dir/worker/handlers/L306/308 }) [SB 1]", "2019/06/28 22:33:03 Evict Sandbox 304", "2019/06/28 22:33:03 Destroy() [SB 304]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 304]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 304]", "2019/06/28 22:33:03 ...returns &{0xc00011d180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 308]", "2019/06/28 22:33:03 Pause() [SB 308]", "2019/06/28 22:33:03 Receive request to /run/L307", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3397 [FUNC L307]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L307]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/308-L307, /root/open-lambda/test-dir/worker/handlers/L307, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc0004114c0 309 /root/open-lambda/test-dir/worker/sock-handlers/309 /root/open-lambda/test-dir/worker/lambda_code/308-L307 /root/open-lambda/test-dir/worker/handlers/L307/309 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc0004e8af0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 309]", "2019/06/28 22:33:03 Evict Sandbox 305", "2019/06/28 22:33:03 Destroy() [SB 305]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 305]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 305]", "2019/06/28 22:33:03 Pause() [SB 309]", "2019/06/28 22:33:03 Receive request to /run/L308", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3408 [FUNC L308]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L308]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/309-L308, /root/open-lambda/test-dir/worker/handlers/L308, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f0a0 310 /root/open-lambda/test-dir/worker/sock-handlers/310 /root/open-lambda/test-dir/worker/lambda_code/309-L308 /root/open-lambda/test-dir/worker/handlers/L308/310 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc0004e93b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 310]", "2019/06/28 22:33:03 Evict Sandbox 306", "2019/06/28 22:33:03 Destroy() [SB 306]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 306]", "2019/06/28 22:33:03 waiting for 1 procs in cg-19 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 306]", "2019/06/28 22:33:03 Pause() [SB 310]", "2019/06/28 22:33:03 Receive request to /run/L309", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3419 [FUNC L309]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L309]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/310-L309, /root/open-lambda/test-dir/worker/handlers/L309, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f0c0 311 /root/open-lambda/test-dir/worker/sock-handlers/311 /root/open-lambda/test-dir/worker/lambda_code/310-L309 /root/open-lambda/test-dir/worker/handlers/L309/311 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc0004e9880 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 311]", "2019/06/28 22:33:03 Evict Sandbox 307", "2019/06/28 22:33:03 Destroy() [SB 307]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 307]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 307]", "2019/06/28 22:33:03 Pause() [SB 311]", "2019/06/28 22:33:03 Receive request to /run/L310", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3430 [FUNC L310]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L310]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/311-L310, /root/open-lambda/test-dir/worker/handlers/L310, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f0e0 312 /root/open-lambda/test-dir/worker/sock-handlers/312 /root/open-lambda/test-dir/worker/lambda_code/311-L310 /root/open-lambda/test-dir/worker/handlers/L310/312 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc0004e8a80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 312]", "2019/06/28 22:33:03 Evict Sandbox 308", "2019/06/28 22:33:03 Destroy() [SB 308]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 308]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 308]", "2019/06/28 22:33:03 Pause() [SB 312]", "2019/06/28 22:33:03 Receive request to /run/L311", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3441 [FUNC L311]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L311]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/312-L311, /root/open-lambda/test-dir/worker/handlers/L311, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f100 313 /root/open-lambda/test-dir/worker/sock-handlers/313 /root/open-lambda/test-dir/worker/lambda_code/312-L311 /root/open-lambda/test-dir/worker/handlers/L311/313 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc0004e9420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 313]", "2019/06/28 22:33:03 Evict Sandbox 309", "2019/06/28 22:33:03 Destroy() [SB 309]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 309]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 309]", "2019/06/28 22:33:03 Pause() [SB 313]", "2019/06/28 22:33:03 Receive request to /run/L312", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3452 [FUNC L312]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L312]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/313-L312, /root/open-lambda/test-dir/worker/handlers/L312, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f120 314 /root/open-lambda/test-dir/worker/sock-handlers/314 /root/open-lambda/test-dir/worker/lambda_code/313-L312 /root/open-lambda/test-dir/worker/handlers/L312/314 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc0004e9b20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 314]", "2019/06/28 22:33:03 Evict Sandbox 310", "2019/06/28 22:33:03 Destroy() [SB 310]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 310]", "2019/06/28 22:33:03 waiting for 1 procs in cg-1 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 310]", "2019/06/28 22:33:03 Pause() [SB 314]", "2019/06/28 22:33:03 Receive request to /run/L313", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3463 [FUNC L313]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L313]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/314-L313, /root/open-lambda/test-dir/worker/handlers/L313, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f2c0 315 /root/open-lambda/test-dir/worker/sock-handlers/315 /root/open-lambda/test-dir/worker/lambda_code/314-L313 /root/open-lambda/test-dir/worker/handlers/L313/315 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc0004e9f80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 315]", "2019/06/28 22:33:03 Evict Sandbox 311", "2019/06/28 22:33:03 Destroy() [SB 311]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 311]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 311]", "2019/06/28 22:33:03 Pause() [SB 315]", "2019/06/28 22:33:03 Receive request to /run/L314", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3474 [FUNC L314]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L314]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/315-L314, /root/open-lambda/test-dir/worker/handlers/L314, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f2e0 316 /root/open-lambda/test-dir/worker/sock-handlers/316 /root/open-lambda/test-dir/worker/lambda_code/315-L314 /root/open-lambda/test-dir/worker/handlers/L314/316 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc000104230 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 316]", "2019/06/28 22:33:03 Evict Sandbox 312", "2019/06/28 22:33:03 Destroy() [SB 312]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 312]", "2019/06/28 22:33:03 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 312]", "2019/06/28 22:33:03 Pause() [SB 316]", "2019/06/28 22:33:03 Receive request to /run/L315", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3485 [FUNC L315]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L315]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/316-L315, /root/open-lambda/test-dir/worker/handlers/L315, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f300 317 /root/open-lambda/test-dir/worker/sock-handlers/317 /root/open-lambda/test-dir/worker/lambda_code/316-L315 /root/open-lambda/test-dir/worker/handlers/L315/317 }) [SB 1]", "2019/06/28 22:33:03 Evict Sandbox 313", "2019/06/28 22:33:03 Destroy() [SB 313]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 313]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 313]", "2019/06/28 22:33:03 ...returns &{0xc0003dd960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 317]", "2019/06/28 22:33:03 Pause() [SB 317]", "2019/06/28 22:33:03 Receive request to /run/L316", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3496 [FUNC L316]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L316]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/317-L316, /root/open-lambda/test-dir/worker/handlers/L316, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f320 318 /root/open-lambda/test-dir/worker/sock-handlers/318 /root/open-lambda/test-dir/worker/lambda_code/317-L316 /root/open-lambda/test-dir/worker/handlers/L316/318 }) [SB 1]", "2019/06/28 22:33:03 Evict Sandbox 314", "2019/06/28 22:33:03 Destroy() [SB 314]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 314]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 314]", "2019/06/28 22:33:03 ...returns &{0xc000368230 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 318]", "2019/06/28 22:33:03 Pause() [SB 318]", "2019/06/28 22:33:03 Receive request to /run/L317", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3507 [FUNC L317]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L317]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/318-L317, /root/open-lambda/test-dir/worker/handlers/L317, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f340 319 /root/open-lambda/test-dir/worker/sock-handlers/319 /root/open-lambda/test-dir/worker/lambda_code/318-L317 /root/open-lambda/test-dir/worker/handlers/L317/319 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc0003688c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 319]", "2019/06/28 22:33:03 Evict Sandbox 315", "2019/06/28 22:33:03 Destroy() [SB 315]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 315]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 315]", "2019/06/28 22:33:03 Pause() [SB 319]", "2019/06/28 22:33:03 Receive request to /run/L318", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3518 [FUNC L318]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L318]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/319-L318, /root/open-lambda/test-dir/worker/handlers/L318, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f360 320 /root/open-lambda/test-dir/worker/sock-handlers/320 /root/open-lambda/test-dir/worker/lambda_code/319-L318 /root/open-lambda/test-dir/worker/handlers/L318/320 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc000368d90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 320]", "2019/06/28 22:33:03 Evict Sandbox 316", "2019/06/28 22:33:03 Destroy() [SB 316]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 316]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 316]", "2019/06/28 22:33:03 Pause() [SB 320]", "2019/06/28 22:33:03 Receive request to /run/L319", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3529 [FUNC L319]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L319]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/320-L319, /root/open-lambda/test-dir/worker/handlers/L319, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f380 321 /root/open-lambda/test-dir/worker/sock-handlers/321 /root/open-lambda/test-dir/worker/lambda_code/320-L319 /root/open-lambda/test-dir/worker/handlers/L319/321 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc0003691f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 321]", "2019/06/28 22:33:03 Evict Sandbox 317", "2019/06/28 22:33:03 Destroy() [SB 317]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 317]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 317]", "2019/06/28 22:33:03 Pause() [SB 321]", "2019/06/28 22:33:03 Receive request to /run/L320", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3540 [FUNC L320]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L320]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/321-L320, /root/open-lambda/test-dir/worker/handlers/L320, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f3a0 322 /root/open-lambda/test-dir/worker/sock-handlers/322 /root/open-lambda/test-dir/worker/lambda_code/321-L320 /root/open-lambda/test-dir/worker/handlers/L320/322 }) [SB 1]", "2019/06/28 22:33:03 ...returns &{0xc0003695e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 322]", "2019/06/28 22:33:03 Evict Sandbox 318", "2019/06/28 22:33:03 Destroy() [SB 318]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 318]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 318]", "2019/06/28 22:33:03 Pause() [SB 322]", "2019/06/28 22:33:03 Receive request to /run/L321", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3551 [FUNC L321]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L321]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/322-L321, /root/open-lambda/test-dir/worker/handlers/L321, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f3c0 323 /root/open-lambda/test-dir/worker/sock-handlers/323 /root/open-lambda/test-dir/worker/lambda_code/322-L321 /root/open-lambda/test-dir/worker/handlers/L321/323 }) [SB 1]", "2019/06/28 22:33:03 Evict Sandbox 319", "2019/06/28 22:33:03 Destroy() [SB 319]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 319]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 319]", "2019/06/28 22:33:03 ...returns &{0xc0003699d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 323]", "2019/06/28 22:33:03 Pause() [SB 323]", "2019/06/28 22:33:03 Receive request to /run/L322", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3562 [FUNC L322]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L322]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/323-L322, /root/open-lambda/test-dir/worker/handlers/L322, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f3e0 324 /root/open-lambda/test-dir/worker/sock-handlers/324 /root/open-lambda/test-dir/worker/lambda_code/323-L322 /root/open-lambda/test-dir/worker/handlers/L322/324 }) [SB 1]", "2019/06/28 22:33:03 Evict Sandbox 320", "2019/06/28 22:33:03 Destroy() [SB 320]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 320]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 320]", "2019/06/28 22:33:03 ...returns &{0xc000369e30 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 324]", "2019/06/28 22:33:03 Pause() [SB 324]", "2019/06/28 22:33:03 Receive request to /run/L323", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3573 [FUNC L323]", "2019/06/28 22:33:03 increase instances to 1 [FUNC L323]", "2019/06/28 22:33:03 .Create(/root/open-lambda/test-dir/worker/lambda_code/324-L323, /root/open-lambda/test-dir/worker/handlers/L323, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:03 fork(&{0xc0000826e0 0xc00000f400 325 /root/open-lambda/test-dir/worker/sock-handlers/325 /root/open-lambda/test-dir/worker/lambda_code/324-L323 /root/open-lambda/test-dir/worker/handlers/L323/325 }) [SB 1]", "2019/06/28 22:33:03 Evict Sandbox 321", "2019/06/28 22:33:03 Destroy() [SB 321]", "2019/06/28 22:33:03 kill all procs in CG [SOCK 321]", "2019/06/28 22:33:03 unmount and remove dirs [SOCK 321]", "2019/06/28 22:33:03 ...returns &{0xc00085e1c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:03 Channel() [SB 325]", "2019/06/28 22:33:03 Pause() [SB 325]", "2019/06/28 22:33:03 Receive request to /run/L324", "2019/06/28 22:33:03 debug: LambdaFunc.Task() runs on goroutine 3584 [FUNC L324]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L324]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/325-L324, /root/open-lambda/test-dir/worker/handlers/L324, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f420 326 /root/open-lambda/test-dir/worker/sock-handlers/326 /root/open-lambda/test-dir/worker/lambda_code/325-L324 /root/open-lambda/test-dir/worker/handlers/L324/326 }) [SB 1]", "2019/06/28 22:33:04 Evict Sandbox 322", "2019/06/28 22:33:04 Destroy() [SB 322]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 322]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 322]", "2019/06/28 22:33:04 ...returns &{0xc00085e4d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 326]", "2019/06/28 22:33:04 Pause() [SB 326]", "2019/06/28 22:33:04 Receive request to /run/L325", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3595 [FUNC L325]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L325]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/326-L325, /root/open-lambda/test-dir/worker/handlers/L325, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000fb60 327 /root/open-lambda/test-dir/worker/sock-handlers/327 /root/open-lambda/test-dir/worker/lambda_code/326-L325 /root/open-lambda/test-dir/worker/handlers/L325/327 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc0004e8e70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 327]", "2019/06/28 22:33:04 Evict Sandbox 323", "2019/06/28 22:33:04 Destroy() [SB 323]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 323]", "2019/06/28 22:33:04 waiting for 1 procs in cg-14 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 323]", "2019/06/28 22:33:04 Pause() [SB 327]", "2019/06/28 22:33:04 Receive request to /run/L326", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3606 [FUNC L326]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L326]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/327-L326, /root/open-lambda/test-dir/worker/handlers/L326, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc000410200 328 /root/open-lambda/test-dir/worker/sock-handlers/328 /root/open-lambda/test-dir/worker/lambda_code/327-L326 /root/open-lambda/test-dir/worker/handlers/L326/328 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc0004e96c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 328]", "2019/06/28 22:33:04 Evict Sandbox 324", "2019/06/28 22:33:04 Destroy() [SB 324]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 324]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 324]", "2019/06/28 22:33:04 Pause() [SB 328]", "2019/06/28 22:33:04 Receive request to /run/L327", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3617 [FUNC L327]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L327]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/328-L327, /root/open-lambda/test-dir/worker/handlers/L327, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc000410800 329 /root/open-lambda/test-dir/worker/sock-handlers/329 /root/open-lambda/test-dir/worker/lambda_code/328-L327 /root/open-lambda/test-dir/worker/handlers/L327/329 }) [SB 1]", "2019/06/28 22:33:04 Evict Sandbox 325", "2019/06/28 22:33:04 Destroy() [SB 325]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 325]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 325]", "2019/06/28 22:33:04 ...returns &{0xc0004e9c70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 329]", "2019/06/28 22:33:04 Pause() [SB 329]", "2019/06/28 22:33:04 Receive request to /run/L328", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3628 [FUNC L328]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L328]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/329-L328, /root/open-lambda/test-dir/worker/handlers/L328, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc000410e60 330 /root/open-lambda/test-dir/worker/sock-handlers/330 /root/open-lambda/test-dir/worker/lambda_code/329-L328 /root/open-lambda/test-dir/worker/handlers/L328/330 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc0003681c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 330]", "2019/06/28 22:33:04 Evict Sandbox 326", "2019/06/28 22:33:04 Destroy() [SB 326]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 326]", "2019/06/28 22:33:04 waiting for 1 procs in cg-17 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 326]", "2019/06/28 22:33:04 Pause() [SB 330]", "2019/06/28 22:33:04 Receive request to /run/L329", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3639 [FUNC L329]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L329]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/330-L329, /root/open-lambda/test-dir/worker/handlers/L329, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc0004114c0 331 /root/open-lambda/test-dir/worker/sock-handlers/331 /root/open-lambda/test-dir/worker/lambda_code/330-L329 /root/open-lambda/test-dir/worker/handlers/L329/331 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc000368930 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 331]", "2019/06/28 22:33:04 Evict Sandbox 327", "2019/06/28 22:33:04 Destroy() [SB 327]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 327]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 327]", "2019/06/28 22:33:04 Pause() [SB 331]", "2019/06/28 22:33:04 Receive request to /run/L330", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3650 [FUNC L330]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L330]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/331-L330, /root/open-lambda/test-dir/worker/handlers/L330, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f0a0 332 /root/open-lambda/test-dir/worker/sock-handlers/332 /root/open-lambda/test-dir/worker/lambda_code/331-L330 /root/open-lambda/test-dir/worker/handlers/L330/332 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc000368ee0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 332]", "2019/06/28 22:33:04 Evict Sandbox 328", "2019/06/28 22:33:04 Destroy() [SB 328]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 328]", "2019/06/28 22:33:04 waiting for 1 procs in cg-19 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 328]", "2019/06/28 22:33:04 Pause() [SB 332]", "2019/06/28 22:33:04 Receive request to /run/L331", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3661 [FUNC L331]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L331]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/332-L331, /root/open-lambda/test-dir/worker/handlers/L331, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f0c0 333 /root/open-lambda/test-dir/worker/sock-handlers/333 /root/open-lambda/test-dir/worker/lambda_code/332-L331 /root/open-lambda/test-dir/worker/handlers/L331/333 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc000369340 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 333]", "2019/06/28 22:33:04 Evict Sandbox 329", "2019/06/28 22:33:04 Destroy() [SB 329]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 329]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 329]", "2019/06/28 22:33:04 Pause() [SB 333]", "2019/06/28 22:33:04 Receive request to /run/L332", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3672 [FUNC L332]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L332]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/333-L332, /root/open-lambda/test-dir/worker/handlers/L332, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f0e0 334 /root/open-lambda/test-dir/worker/sock-handlers/334 /root/open-lambda/test-dir/worker/lambda_code/333-L332 /root/open-lambda/test-dir/worker/handlers/L332/334 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc000369880 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 334]", "2019/06/28 22:33:04 Evict Sandbox 330", "2019/06/28 22:33:04 Destroy() [SB 330]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 330]", "2019/06/28 22:33:04 waiting for 1 procs in cg-21 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 330]", "2019/06/28 22:33:04 Pause() [SB 334]", "2019/06/28 22:33:04 Receive request to /run/L333", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3683 [FUNC L333]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L333]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/334-L333, /root/open-lambda/test-dir/worker/handlers/L333, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f100 335 /root/open-lambda/test-dir/worker/sock-handlers/335 /root/open-lambda/test-dir/worker/lambda_code/334-L333 /root/open-lambda/test-dir/worker/handlers/L333/335 }) [SB 1]", "2019/06/28 22:33:04 Evict Sandbox 331", "2019/06/28 22:33:04 Destroy() [SB 331]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 331]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 331]", "2019/06/28 22:33:04 ...returns &{0xc000369ce0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 335]", "2019/06/28 22:33:04 Pause() [SB 335]", "2019/06/28 22:33:04 Receive request to /run/L334", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3694 [FUNC L334]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L334]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/335-L334, /root/open-lambda/test-dir/worker/handlers/L334, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f120 336 /root/open-lambda/test-dir/worker/sock-handlers/336 /root/open-lambda/test-dir/worker/lambda_code/335-L334 /root/open-lambda/test-dir/worker/handlers/L334/336 }) [SB 1]", "2019/06/28 22:33:04 Evict Sandbox 332", "2019/06/28 22:33:04 Destroy() [SB 332]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 332]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 332]", "2019/06/28 22:33:04 ...returns &{0xc0003dcfc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 336]", "2019/06/28 22:33:04 Pause() [SB 336]", "2019/06/28 22:33:04 Receive request to /run/L335", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3705 [FUNC L335]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L335]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/336-L335, /root/open-lambda/test-dir/worker/handlers/L335, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f2c0 337 /root/open-lambda/test-dir/worker/sock-handlers/337 /root/open-lambda/test-dir/worker/lambda_code/336-L335 /root/open-lambda/test-dir/worker/handlers/L335/337 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc0000d70a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 337]", "2019/06/28 22:33:04 Evict Sandbox 333", "2019/06/28 22:33:04 Destroy() [SB 333]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 333]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 333]", "2019/06/28 22:33:04 Pause() [SB 337]", "2019/06/28 22:33:04 Receive request to /run/L336", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3716 [FUNC L336]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L336]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/337-L336, /root/open-lambda/test-dir/worker/handlers/L336, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f2e0 338 /root/open-lambda/test-dir/worker/sock-handlers/338 /root/open-lambda/test-dir/worker/lambda_code/337-L336 /root/open-lambda/test-dir/worker/handlers/L336/338 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc00085e150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 338]", "2019/06/28 22:33:04 Evict Sandbox 334", "2019/06/28 22:33:04 Destroy() [SB 334]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 334]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 334]", "2019/06/28 22:33:04 Pause() [SB 338]", "2019/06/28 22:33:04 Receive request to /run/L337", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3727 [FUNC L337]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L337]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/338-L337, /root/open-lambda/test-dir/worker/handlers/L337, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f300 339 /root/open-lambda/test-dir/worker/sock-handlers/339 /root/open-lambda/test-dir/worker/lambda_code/338-L337 /root/open-lambda/test-dir/worker/handlers/L337/339 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc00085e540 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 339]", "2019/06/28 22:33:04 Evict Sandbox 335", "2019/06/28 22:33:04 Destroy() [SB 335]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 335]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 335]", "2019/06/28 22:33:04 Pause() [SB 339]", "2019/06/28 22:33:04 Receive request to /run/L338", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3738 [FUNC L338]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L338]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/339-L338, /root/open-lambda/test-dir/worker/handlers/L338, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f320 340 /root/open-lambda/test-dir/worker/sock-handlers/340 /root/open-lambda/test-dir/worker/lambda_code/339-L338 /root/open-lambda/test-dir/worker/handlers/L338/340 }) [SB 1]", "2019/06/28 22:33:04 Evict Sandbox 336", "2019/06/28 22:33:04 Destroy() [SB 336]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 336]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 336]", "2019/06/28 22:33:04 ...returns &{0xc00085e850 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 340]", "2019/06/28 22:33:04 Pause() [SB 340]", "2019/06/28 22:33:04 Receive request to /run/L339", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3749 [FUNC L339]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L339]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/340-L339, /root/open-lambda/test-dir/worker/handlers/L339, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f340 341 /root/open-lambda/test-dir/worker/sock-handlers/341 /root/open-lambda/test-dir/worker/lambda_code/340-L339 /root/open-lambda/test-dir/worker/handlers/L339/341 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc00085eb60 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 341]", "2019/06/28 22:33:04 Evict Sandbox 337", "2019/06/28 22:33:04 Destroy() [SB 337]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 337]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 337]", "2019/06/28 22:33:04 Pause() [SB 341]", "2019/06/28 22:33:04 Receive request to /run/L340", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3760 [FUNC L340]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L340]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/341-L340, /root/open-lambda/test-dir/worker/handlers/L340, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f360 342 /root/open-lambda/test-dir/worker/sock-handlers/342 /root/open-lambda/test-dir/worker/lambda_code/341-L340 /root/open-lambda/test-dir/worker/handlers/L340/342 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc000104d20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 342]", "2019/06/28 22:33:04 Evict Sandbox 338", "2019/06/28 22:33:04 Destroy() [SB 338]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 338]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 338]", "2019/06/28 22:33:04 Pause() [SB 342]", "2019/06/28 22:33:04 Receive request to /run/L341", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3771 [FUNC L341]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L341]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/342-L341, /root/open-lambda/test-dir/worker/handlers/L341, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f380 343 /root/open-lambda/test-dir/worker/sock-handlers/343 /root/open-lambda/test-dir/worker/lambda_code/342-L341 /root/open-lambda/test-dir/worker/handlers/L341/343 }) [SB 1]", "2019/06/28 22:33:04 Evict Sandbox 339", "2019/06/28 22:33:04 Destroy() [SB 339]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 339]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 339]", "2019/06/28 22:33:04 ...returns &{0xc000368000 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 343]", "2019/06/28 22:33:04 Pause() [SB 343]", "2019/06/28 22:33:04 Receive request to /run/L342", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3782 [FUNC L342]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L342]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/343-L342, /root/open-lambda/test-dir/worker/handlers/L342, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f3a0 344 /root/open-lambda/test-dir/worker/sock-handlers/344 /root/open-lambda/test-dir/worker/lambda_code/343-L342 /root/open-lambda/test-dir/worker/handlers/L342/344 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc000368690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 344]", "2019/06/28 22:33:04 Evict Sandbox 340", "2019/06/28 22:33:04 Destroy() [SB 340]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 340]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 340]", "2019/06/28 22:33:04 Pause() [SB 344]", "2019/06/28 22:33:04 Receive request to /run/L343", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3793 [FUNC L343]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L343]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/344-L343, /root/open-lambda/test-dir/worker/handlers/L343, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f3c0 345 /root/open-lambda/test-dir/worker/sock-handlers/345 /root/open-lambda/test-dir/worker/lambda_code/344-L343 /root/open-lambda/test-dir/worker/handlers/L343/345 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc000368e00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 345]", "2019/06/28 22:33:04 Evict Sandbox 341", "2019/06/28 22:33:04 Destroy() [SB 341]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 341]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 341]", "2019/06/28 22:33:04 Pause() [SB 345]", "2019/06/28 22:33:04 Receive request to /run/L344", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3804 [FUNC L344]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L344]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/345-L344, /root/open-lambda/test-dir/worker/handlers/L344, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f3e0 346 /root/open-lambda/test-dir/worker/sock-handlers/346 /root/open-lambda/test-dir/worker/lambda_code/345-L344 /root/open-lambda/test-dir/worker/handlers/L344/346 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc000369420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 346]", "2019/06/28 22:33:04 Evict Sandbox 342", "2019/06/28 22:33:04 Destroy() [SB 342]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 342]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 342]", "2019/06/28 22:33:04 Pause() [SB 346]", "2019/06/28 22:33:04 Receive request to /run/L345", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3815 [FUNC L345]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L345]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/346-L345, /root/open-lambda/test-dir/worker/handlers/L345, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f400 347 /root/open-lambda/test-dir/worker/sock-handlers/347 /root/open-lambda/test-dir/worker/lambda_code/346-L345 /root/open-lambda/test-dir/worker/handlers/L345/347 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc000369960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 347]", "2019/06/28 22:33:04 Evict Sandbox 343", "2019/06/28 22:33:04 Destroy() [SB 343]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 343]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 343]", "2019/06/28 22:33:04 Pause() [SB 347]", "2019/06/28 22:33:04 Receive request to /run/L346", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3826 [FUNC L346]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L346]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/347-L346, /root/open-lambda/test-dir/worker/handlers/L346, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000f420 348 /root/open-lambda/test-dir/worker/sock-handlers/348 /root/open-lambda/test-dir/worker/lambda_code/347-L346 /root/open-lambda/test-dir/worker/handlers/L346/348 }) [SB 1]", "2019/06/28 22:33:04 Evict Sandbox 344", "2019/06/28 22:33:04 Destroy() [SB 344]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 344]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 344]", "2019/06/28 22:33:04 ...returns &{0xc000369f80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 348]", "2019/06/28 22:33:04 Pause() [SB 348]", "2019/06/28 22:33:04 Receive request to /run/L347", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3837 [FUNC L347]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L347]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/348-L347, /root/open-lambda/test-dir/worker/handlers/L347, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc00000fb60 349 /root/open-lambda/test-dir/worker/sock-handlers/349 /root/open-lambda/test-dir/worker/lambda_code/348-L347 /root/open-lambda/test-dir/worker/handlers/L347/349 }) [SB 1]", "2019/06/28 22:33:04 Evict Sandbox 345", "2019/06/28 22:33:04 Destroy() [SB 345]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 345]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 345]", "2019/06/28 22:33:04 ...returns &{0xc0004e9030 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 349]", "2019/06/28 22:33:04 Pause() [SB 349]", "2019/06/28 22:33:04 Receive request to /run/L348", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3848 [FUNC L348]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L348]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/349-L348, /root/open-lambda/test-dir/worker/handlers/L348, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc000410200 350 /root/open-lambda/test-dir/worker/sock-handlers/350 /root/open-lambda/test-dir/worker/lambda_code/349-L348 /root/open-lambda/test-dir/worker/handlers/L348/350 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc0004e9810 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 350]", "2019/06/28 22:33:04 Evict Sandbox 346", "2019/06/28 22:33:04 Destroy() [SB 346]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 346]", "2019/06/28 22:33:04 waiting for 1 procs in cg-15 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 346]", "2019/06/28 22:33:04 Pause() [SB 350]", "2019/06/28 22:33:04 Receive request to /run/L349", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3859 [FUNC L349]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L349]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/350-L349, /root/open-lambda/test-dir/worker/handlers/L349, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc000410800 351 /root/open-lambda/test-dir/worker/sock-handlers/351 /root/open-lambda/test-dir/worker/lambda_code/350-L349 /root/open-lambda/test-dir/worker/handlers/L349/351 }) [SB 1]", "2019/06/28 22:33:04 Evict Sandbox 347", "2019/06/28 22:33:04 Destroy() [SB 347]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 347]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 347]", "2019/06/28 22:33:04 ...returns &{0xc00085e000 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 351]", "2019/06/28 22:33:04 Pause() [SB 351]", "2019/06/28 22:33:04 Receive request to /run/L350", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3870 [FUNC L350]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L350]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/351-L350, /root/open-lambda/test-dir/worker/handlers/L350, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc000410e60 352 /root/open-lambda/test-dir/worker/sock-handlers/352 /root/open-lambda/test-dir/worker/lambda_code/351-L350 /root/open-lambda/test-dir/worker/handlers/L350/352 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc00085e3f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 352]", "2019/06/28 22:33:04 Evict Sandbox 348", "2019/06/28 22:33:04 Destroy() [SB 348]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 348]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 348]", "2019/06/28 22:33:04 Pause() [SB 352]", "2019/06/28 22:33:04 Receive request to /run/L351", "2019/06/28 22:33:04 debug: LambdaFunc.Task() runs on goroutine 3881 [FUNC L351]", "2019/06/28 22:33:04 increase instances to 1 [FUNC L351]", "2019/06/28 22:33:04 .Create(/root/open-lambda/test-dir/worker/lambda_code/352-L351, /root/open-lambda/test-dir/worker/handlers/L351, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:04 fork(&{0xc0000826e0 0xc0004114c0 353 /root/open-lambda/test-dir/worker/sock-handlers/353 /root/open-lambda/test-dir/worker/lambda_code/352-L351 /root/open-lambda/test-dir/worker/handlers/L351/353 }) [SB 1]", "2019/06/28 22:33:04 ...returns &{0xc00085e7e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:04 Channel() [SB 353]", "2019/06/28 22:33:04 Evict Sandbox 349", "2019/06/28 22:33:04 Destroy() [SB 349]", "2019/06/28 22:33:04 kill all procs in CG [SOCK 349]", "2019/06/28 22:33:04 unmount and remove dirs [SOCK 349]", "2019/06/28 22:33:05 Pause() [SB 353]", "2019/06/28 22:33:05 Receive request to /run/L352", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 3892 [FUNC L352]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L352]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/353-L352, /root/open-lambda/test-dir/worker/handlers/L352, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f0a0 354 /root/open-lambda/test-dir/worker/sock-handlers/354 /root/open-lambda/test-dir/worker/lambda_code/353-L352 /root/open-lambda/test-dir/worker/handlers/L352/354 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc00085ebd0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 354]", "2019/06/28 22:33:05 Evict Sandbox 350", "2019/06/28 22:33:05 Destroy() [SB 350]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 350]", "2019/06/28 22:33:05 waiting for 1 procs in cg-19 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 350]", "2019/06/28 22:33:05 Pause() [SB 354]", "2019/06/28 22:33:05 Receive request to /run/L353", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 3903 [FUNC L353]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L353]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/354-L353, /root/open-lambda/test-dir/worker/handlers/L353, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f0c0 355 /root/open-lambda/test-dir/worker/sock-handlers/355 /root/open-lambda/test-dir/worker/lambda_code/354-L353 /root/open-lambda/test-dir/worker/handlers/L353/355 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc00085eee0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 355]", "2019/06/28 22:33:05 Evict Sandbox 351", "2019/06/28 22:33:05 Destroy() [SB 351]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 351]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 351]", "2019/06/28 22:33:05 Pause() [SB 355]", "2019/06/28 22:33:05 Receive request to /run/L354", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 3914 [FUNC L354]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L354]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/355-L354, /root/open-lambda/test-dir/worker/handlers/L354, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f0e0 356 /root/open-lambda/test-dir/worker/sock-handlers/356 /root/open-lambda/test-dir/worker/lambda_code/355-L354 /root/open-lambda/test-dir/worker/handlers/L354/356 }) [SB 1]", "2019/06/28 22:33:05 Evict Sandbox 352", "2019/06/28 22:33:05 Destroy() [SB 352]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 352]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 352]", "2019/06/28 22:33:05 ...returns &{0xc00085f1f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 356]", "2019/06/28 22:33:05 Pause() [SB 356]", "2019/06/28 22:33:05 Receive request to /run/L355", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 3925 [FUNC L355]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L355]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/356-L355, /root/open-lambda/test-dir/worker/handlers/L355, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f100 357 /root/open-lambda/test-dir/worker/sock-handlers/357 /root/open-lambda/test-dir/worker/lambda_code/356-L355 /root/open-lambda/test-dir/worker/handlers/L355/357 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc00085f500 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 357]", "2019/06/28 22:33:05 Evict Sandbox 353", "2019/06/28 22:33:05 Destroy() [SB 353]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 353]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 353]", "2019/06/28 22:33:05 Pause() [SB 357]", "2019/06/28 22:33:05 Receive request to /run/L356", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 3936 [FUNC L356]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L356]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/357-L356, /root/open-lambda/test-dir/worker/handlers/L356, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f120 358 /root/open-lambda/test-dir/worker/sock-handlers/358 /root/open-lambda/test-dir/worker/lambda_code/357-L356 /root/open-lambda/test-dir/worker/handlers/L356/358 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc00085f810 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 358]", "2019/06/28 22:33:05 Evict Sandbox 354", "2019/06/28 22:33:05 Destroy() [SB 354]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 354]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 354]", "2019/06/28 22:33:05 Pause() [SB 358]", "2019/06/28 22:33:05 Receive request to /run/L357", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 3947 [FUNC L357]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L357]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/358-L357, /root/open-lambda/test-dir/worker/handlers/L357, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f2c0 359 /root/open-lambda/test-dir/worker/sock-handlers/359 /root/open-lambda/test-dir/worker/lambda_code/358-L357 /root/open-lambda/test-dir/worker/handlers/L357/359 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc0004e8ee0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 359]", "2019/06/28 22:33:05 Evict Sandbox 355", "2019/06/28 22:33:05 Destroy() [SB 355]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 355]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 355]", "2019/06/28 22:33:05 Pause() [SB 359]", "2019/06/28 22:33:05 Receive request to /run/L358", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 3958 [FUNC L358]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L358]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/359-L358, /root/open-lambda/test-dir/worker/handlers/L358, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f2e0 360 /root/open-lambda/test-dir/worker/sock-handlers/360 /root/open-lambda/test-dir/worker/lambda_code/359-L358 /root/open-lambda/test-dir/worker/handlers/L358/360 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc0004e9ab0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 360]", "2019/06/28 22:33:05 Evict Sandbox 356", "2019/06/28 22:33:05 Destroy() [SB 356]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 356]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 356]", "2019/06/28 22:33:05 Pause() [SB 360]", "2019/06/28 22:33:05 Receive request to /run/L359", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 3969 [FUNC L359]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L359]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/360-L359, /root/open-lambda/test-dir/worker/handlers/L359, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f300 361 /root/open-lambda/test-dir/worker/sock-handlers/361 /root/open-lambda/test-dir/worker/lambda_code/360-L359 /root/open-lambda/test-dir/worker/handlers/L359/361 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc000368150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 361]", "2019/06/28 22:33:05 Evict Sandbox 357", "2019/06/28 22:33:05 Destroy() [SB 357]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 357]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 357]", "2019/06/28 22:33:05 Pause() [SB 361]", "2019/06/28 22:33:05 Receive request to /run/L360", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 3980 [FUNC L360]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L360]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/361-L360, /root/open-lambda/test-dir/worker/handlers/L360, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f320 362 /root/open-lambda/test-dir/worker/sock-handlers/362 /root/open-lambda/test-dir/worker/lambda_code/361-L360 /root/open-lambda/test-dir/worker/handlers/L360/362 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc000368a80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 362]", "2019/06/28 22:33:05 Evict Sandbox 358", "2019/06/28 22:33:05 Destroy() [SB 358]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 358]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 358]", "2019/06/28 22:33:05 Pause() [SB 362]", "2019/06/28 22:33:05 Receive request to /run/L361", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 3991 [FUNC L361]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L361]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/362-L361, /root/open-lambda/test-dir/worker/handlers/L361, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f340 363 /root/open-lambda/test-dir/worker/sock-handlers/363 /root/open-lambda/test-dir/worker/lambda_code/362-L361 /root/open-lambda/test-dir/worker/handlers/L361/363 }) [SB 1]", "2019/06/28 22:33:05 Evict Sandbox 359", "2019/06/28 22:33:05 Destroy() [SB 359]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 359]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 359]", "2019/06/28 22:33:05 ...returns &{0xc000369110 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 363]", "2019/06/28 22:33:05 Pause() [SB 363]", "2019/06/28 22:33:05 Receive request to /run/L362", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4002 [FUNC L362]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L362]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/363-L362, /root/open-lambda/test-dir/worker/handlers/L362, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f360 364 /root/open-lambda/test-dir/worker/sock-handlers/364 /root/open-lambda/test-dir/worker/lambda_code/363-L362 /root/open-lambda/test-dir/worker/handlers/L362/364 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc000369810 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 364]", "2019/06/28 22:33:05 Evict Sandbox 360", "2019/06/28 22:33:05 Destroy() [SB 360]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 360]", "2019/06/28 22:33:05 waiting for 1 procs in cg-7 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 360]", "2019/06/28 22:33:05 Pause() [SB 364]", "2019/06/28 22:33:05 Receive request to /run/L363", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4013 [FUNC L363]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L363]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/364-L363, /root/open-lambda/test-dir/worker/handlers/L363, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f380 365 /root/open-lambda/test-dir/worker/sock-handlers/365 /root/open-lambda/test-dir/worker/lambda_code/364-L363 /root/open-lambda/test-dir/worker/handlers/L363/365 }) [SB 1]", "2019/06/28 22:33:05 Evict Sandbox 361", "2019/06/28 22:33:05 Destroy() [SB 361]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 361]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 361]", "2019/06/28 22:33:05 ...returns &{0xc000369f10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 365]", "2019/06/28 22:33:05 Pause() [SB 365]", "2019/06/28 22:33:05 Receive request to /run/L364", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4024 [FUNC L364]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L364]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/365-L364, /root/open-lambda/test-dir/worker/handlers/L364, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f3a0 366 /root/open-lambda/test-dir/worker/sock-handlers/366 /root/open-lambda/test-dir/worker/lambda_code/365-L364 /root/open-lambda/test-dir/worker/handlers/L364/366 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc0000d65b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 366]", "2019/06/28 22:33:05 Evict Sandbox 362", "2019/06/28 22:33:05 Destroy() [SB 362]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 362]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 362]", "2019/06/28 22:33:05 Pause() [SB 366]", "2019/06/28 22:33:05 Receive request to /run/L365", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4035 [FUNC L365]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L365]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/366-L365, /root/open-lambda/test-dir/worker/handlers/L365, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f3c0 367 /root/open-lambda/test-dir/worker/sock-handlers/367 /root/open-lambda/test-dir/worker/lambda_code/366-L365 /root/open-lambda/test-dir/worker/handlers/L365/367 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc00085e230 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 367]", "2019/06/28 22:33:05 Evict Sandbox 363", "2019/06/28 22:33:05 Destroy() [SB 363]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 363]", "2019/06/28 22:33:05 waiting for 1 procs in cg-10 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 363]", "2019/06/28 22:33:05 Pause() [SB 367]", "2019/06/28 22:33:05 Receive request to /run/L366", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4046 [FUNC L366]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L366]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/367-L366, /root/open-lambda/test-dir/worker/handlers/L366, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f3e0 368 /root/open-lambda/test-dir/worker/sock-handlers/368 /root/open-lambda/test-dir/worker/lambda_code/367-L366 /root/open-lambda/test-dir/worker/handlers/L366/368 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc00085e690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 368]", "2019/06/28 22:33:05 Evict Sandbox 364", "2019/06/28 22:33:05 Destroy() [SB 364]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 364]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 364]", "2019/06/28 22:33:05 Pause() [SB 368]", "2019/06/28 22:33:05 Receive request to /run/L367", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4057 [FUNC L367]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L367]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/368-L367, /root/open-lambda/test-dir/worker/handlers/L367, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f400 369 /root/open-lambda/test-dir/worker/sock-handlers/369 /root/open-lambda/test-dir/worker/lambda_code/368-L367 /root/open-lambda/test-dir/worker/handlers/L367/369 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc00085ea80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 369]", "2019/06/28 22:33:05 Evict Sandbox 365", "2019/06/28 22:33:05 Destroy() [SB 365]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 365]", "2019/06/28 22:33:05 waiting for 1 procs in cg-12 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 365]", "2019/06/28 22:33:05 Pause() [SB 369]", "2019/06/28 22:33:05 Receive request to /run/L368", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4068 [FUNC L368]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L368]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/369-L368, /root/open-lambda/test-dir/worker/handlers/L368, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f420 370 /root/open-lambda/test-dir/worker/sock-handlers/370 /root/open-lambda/test-dir/worker/lambda_code/369-L368 /root/open-lambda/test-dir/worker/handlers/L368/370 }) [SB 1]", "2019/06/28 22:33:05 Evict Sandbox 366", "2019/06/28 22:33:05 Destroy() [SB 366]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 366]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 366]", "2019/06/28 22:33:05 ...returns &{0xc00085ee70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 370]", "2019/06/28 22:33:05 Pause() [SB 370]", "2019/06/28 22:33:05 Receive request to /run/L369", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4079 [FUNC L369]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L369]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/370-L369, /root/open-lambda/test-dir/worker/handlers/L369, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000fb60 371 /root/open-lambda/test-dir/worker/sock-handlers/371 /root/open-lambda/test-dir/worker/lambda_code/370-L369 /root/open-lambda/test-dir/worker/handlers/L369/371 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc00085f260 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 371]", "2019/06/28 22:33:05 Evict Sandbox 367", "2019/06/28 22:33:05 Destroy() [SB 367]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 367]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 367]", "2019/06/28 22:33:05 Pause() [SB 371]", "2019/06/28 22:33:05 Receive request to /run/L370", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4090 [FUNC L370]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L370]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/371-L370, /root/open-lambda/test-dir/worker/handlers/L370, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc000410200 372 /root/open-lambda/test-dir/worker/sock-handlers/372 /root/open-lambda/test-dir/worker/lambda_code/371-L370 /root/open-lambda/test-dir/worker/handlers/L370/372 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc00085f5e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 372]", "2019/06/28 22:33:05 Evict Sandbox 368", "2019/06/28 22:33:05 Destroy() [SB 368]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 368]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 368]", "2019/06/28 22:33:05 Pause() [SB 372]", "2019/06/28 22:33:05 Receive request to /run/L371", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4101 [FUNC L371]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L371]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/372-L371, /root/open-lambda/test-dir/worker/handlers/L371, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc000410800 373 /root/open-lambda/test-dir/worker/sock-handlers/373 /root/open-lambda/test-dir/worker/lambda_code/372-L371 /root/open-lambda/test-dir/worker/handlers/L371/373 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc00085f9d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 373]", "2019/06/28 22:33:05 Evict Sandbox 369", "2019/06/28 22:33:05 Destroy() [SB 369]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 369]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 369]", "2019/06/28 22:33:05 Pause() [SB 373]", "2019/06/28 22:33:05 Receive request to /run/L372", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4112 [FUNC L372]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L372]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/373-L372, /root/open-lambda/test-dir/worker/handlers/L372, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc000410e60 374 /root/open-lambda/test-dir/worker/sock-handlers/374 /root/open-lambda/test-dir/worker/lambda_code/373-L372 /root/open-lambda/test-dir/worker/handlers/L372/374 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc00085fce0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 374]", "2019/06/28 22:33:05 Evict Sandbox 370", "2019/06/28 22:33:05 Destroy() [SB 370]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 370]", "2019/06/28 22:33:05 waiting for 1 procs in cg-17 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 370]", "2019/06/28 22:33:05 Pause() [SB 374]", "2019/06/28 22:33:05 Receive request to /run/L373", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4123 [FUNC L373]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L373]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/374-L373, /root/open-lambda/test-dir/worker/handlers/L373, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc0004114c0 375 /root/open-lambda/test-dir/worker/sock-handlers/375 /root/open-lambda/test-dir/worker/lambda_code/374-L373 /root/open-lambda/test-dir/worker/handlers/L373/375 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc000a80000 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 375]", "2019/06/28 22:33:05 Evict Sandbox 371", "2019/06/28 22:33:05 Destroy() [SB 371]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 371]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 371]", "2019/06/28 22:33:05 Pause() [SB 375]", "2019/06/28 22:33:05 Receive request to /run/L374", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4134 [FUNC L374]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L374]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/375-L374, /root/open-lambda/test-dir/worker/handlers/L374, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f0a0 376 /root/open-lambda/test-dir/worker/sock-handlers/376 /root/open-lambda/test-dir/worker/lambda_code/375-L374 /root/open-lambda/test-dir/worker/handlers/L374/376 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc000a80070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 376]", "2019/06/28 22:33:05 Evict Sandbox 372", "2019/06/28 22:33:05 Destroy() [SB 372]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 372]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 372]", "2019/06/28 22:33:05 Pause() [SB 376]", "2019/06/28 22:33:05 Receive request to /run/L375", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4145 [FUNC L375]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L375]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/376-L375, /root/open-lambda/test-dir/worker/handlers/L375, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f0c0 377 /root/open-lambda/test-dir/worker/sock-handlers/377 /root/open-lambda/test-dir/worker/lambda_code/376-L375 /root/open-lambda/test-dir/worker/handlers/L375/377 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc000a805b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 377]", "2019/06/28 22:33:05 Evict Sandbox 373", "2019/06/28 22:33:05 Destroy() [SB 373]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 373]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 373]", "2019/06/28 22:33:05 Pause() [SB 377]", "2019/06/28 22:33:05 Receive request to /run/L376", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4156 [FUNC L376]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L376]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/377-L376, /root/open-lambda/test-dir/worker/handlers/L376, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f0e0 378 /root/open-lambda/test-dir/worker/sock-handlers/378 /root/open-lambda/test-dir/worker/lambda_code/377-L376 /root/open-lambda/test-dir/worker/handlers/L376/378 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc000a808c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 378]", "2019/06/28 22:33:05 Evict Sandbox 374", "2019/06/28 22:33:05 Destroy() [SB 374]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 374]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 374]", "2019/06/28 22:33:05 Pause() [SB 378]", "2019/06/28 22:33:05 Receive request to /run/L377", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4167 [FUNC L377]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L377]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/378-L377, /root/open-lambda/test-dir/worker/handlers/L377, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f100 379 /root/open-lambda/test-dir/worker/sock-handlers/379 /root/open-lambda/test-dir/worker/lambda_code/378-L377 /root/open-lambda/test-dir/worker/handlers/L377/379 }) [SB 1]", "2019/06/28 22:33:05 Evict Sandbox 375", "2019/06/28 22:33:05 Destroy() [SB 375]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 375]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 375]", "2019/06/28 22:33:05 ...returns &{0xc000a80bd0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 379]", "2019/06/28 22:33:05 Pause() [SB 379]", "2019/06/28 22:33:05 Receive request to /run/L378", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4178 [FUNC L378]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L378]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/379-L378, /root/open-lambda/test-dir/worker/handlers/L378, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f120 380 /root/open-lambda/test-dir/worker/sock-handlers/380 /root/open-lambda/test-dir/worker/lambda_code/379-L378 /root/open-lambda/test-dir/worker/handlers/L378/380 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc000a80ee0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 380]", "2019/06/28 22:33:05 Evict Sandbox 376", "2019/06/28 22:33:05 Destroy() [SB 376]", "2019/06/28 22:33:05 kill all procs in CG [SOCK 376]", "2019/06/28 22:33:05 unmount and remove dirs [SOCK 376]", "2019/06/28 22:33:05 Pause() [SB 380]", "2019/06/28 22:33:05 Receive request to /run/L379", "2019/06/28 22:33:05 debug: LambdaFunc.Task() runs on goroutine 4189 [FUNC L379]", "2019/06/28 22:33:05 increase instances to 1 [FUNC L379]", "2019/06/28 22:33:05 .Create(/root/open-lambda/test-dir/worker/lambda_code/380-L379, /root/open-lambda/test-dir/worker/handlers/L379, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:05 fork(&{0xc0000826e0 0xc00000f2c0 381 /root/open-lambda/test-dir/worker/sock-handlers/381 /root/open-lambda/test-dir/worker/lambda_code/380-L379 /root/open-lambda/test-dir/worker/handlers/L379/381 }) [SB 1]", "2019/06/28 22:33:05 ...returns &{0xc000a811f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:05 Channel() [SB 381]", "2019/06/28 22:33:06 Evict Sandbox 377", "2019/06/28 22:33:06 Destroy() [SB 377]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 377]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 377]", "2019/06/28 22:33:06 Pause() [SB 381]", "2019/06/28 22:33:06 Receive request to /run/L380", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4200 [FUNC L380]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L380]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/381-L380, /root/open-lambda/test-dir/worker/handlers/L380, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f2e0 382 /root/open-lambda/test-dir/worker/sock-handlers/382 /root/open-lambda/test-dir/worker/lambda_code/381-L380 /root/open-lambda/test-dir/worker/handlers/L380/382 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc000a81500 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 382]", "2019/06/28 22:33:06 Evict Sandbox 378", "2019/06/28 22:33:06 Destroy() [SB 378]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 378]", "2019/06/28 22:33:06 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 378]", "2019/06/28 22:33:06 Pause() [SB 382]", "2019/06/28 22:33:06 Receive request to /run/L381", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4211 [FUNC L381]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L381]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/382-L381, /root/open-lambda/test-dir/worker/handlers/L381, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f300 383 /root/open-lambda/test-dir/worker/sock-handlers/383 /root/open-lambda/test-dir/worker/lambda_code/382-L381 /root/open-lambda/test-dir/worker/handlers/L381/383 }) [SB 1]", "2019/06/28 22:33:06 Evict Sandbox 379", "2019/06/28 22:33:06 Destroy() [SB 379]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 379]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 379]", "2019/06/28 22:33:06 ...returns &{0xc000a81810 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 383]", "2019/06/28 22:33:06 Pause() [SB 383]", "2019/06/28 22:33:06 Receive request to /run/L382", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4222 [FUNC L382]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L382]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/383-L382, /root/open-lambda/test-dir/worker/handlers/L382, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f320 384 /root/open-lambda/test-dir/worker/sock-handlers/384 /root/open-lambda/test-dir/worker/lambda_code/383-L382 /root/open-lambda/test-dir/worker/handlers/L382/384 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc000a81b20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 384]", "2019/06/28 22:33:06 Evict Sandbox 380", "2019/06/28 22:33:06 Destroy() [SB 380]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 380]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 380]", "2019/06/28 22:33:06 Pause() [SB 384]", "2019/06/28 22:33:06 Receive request to /run/L383", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4233 [FUNC L383]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L383]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/384-L383, /root/open-lambda/test-dir/worker/handlers/L383, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f340 385 /root/open-lambda/test-dir/worker/sock-handlers/385 /root/open-lambda/test-dir/worker/lambda_code/384-L383 /root/open-lambda/test-dir/worker/handlers/L383/385 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc000a81e30 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 385]", "2019/06/28 22:33:06 Evict Sandbox 381", "2019/06/28 22:33:06 Destroy() [SB 381]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 381]", "2019/06/28 22:33:06 waiting for 1 procs in cg-6 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 381]", "2019/06/28 22:33:06 Pause() [SB 385]", "2019/06/28 22:33:06 Receive request to /run/L384", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4244 [FUNC L384]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L384]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/385-L384, /root/open-lambda/test-dir/worker/handlers/L384, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f360 386 /root/open-lambda/test-dir/worker/sock-handlers/386 /root/open-lambda/test-dir/worker/lambda_code/385-L384 /root/open-lambda/test-dir/worker/handlers/L384/386 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc00085e310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 386]", "2019/06/28 22:33:06 Evict Sandbox 382", "2019/06/28 22:33:06 Destroy() [SB 382]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 382]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 382]", "2019/06/28 22:33:06 Pause() [SB 386]", "2019/06/28 22:33:06 Receive request to /run/L385", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4255 [FUNC L385]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L385]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/386-L385, /root/open-lambda/test-dir/worker/handlers/L385, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f380 387 /root/open-lambda/test-dir/worker/sock-handlers/387 /root/open-lambda/test-dir/worker/lambda_code/386-L385 /root/open-lambda/test-dir/worker/handlers/L385/387 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc00085e8c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 387]", "2019/06/28 22:33:06 Evict Sandbox 383", "2019/06/28 22:33:06 Destroy() [SB 383]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 383]", "2019/06/28 22:33:06 waiting for 1 procs in cg-8 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 383]", "2019/06/28 22:33:06 Pause() [SB 387]", "2019/06/28 22:33:06 Receive request to /run/L386", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4266 [FUNC L386]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L386]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/387-L386, /root/open-lambda/test-dir/worker/handlers/L386, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f3a0 388 /root/open-lambda/test-dir/worker/sock-handlers/388 /root/open-lambda/test-dir/worker/lambda_code/387-L386 /root/open-lambda/test-dir/worker/handlers/L386/388 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc00085ed20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 388]", "2019/06/28 22:33:06 Evict Sandbox 384", "2019/06/28 22:33:06 Destroy() [SB 384]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 384]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 384]", "2019/06/28 22:33:06 Pause() [SB 388]", "2019/06/28 22:33:06 Receive request to /run/L387", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4277 [FUNC L387]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L387]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/388-L387, /root/open-lambda/test-dir/worker/handlers/L387, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f3c0 389 /root/open-lambda/test-dir/worker/sock-handlers/389 /root/open-lambda/test-dir/worker/lambda_code/388-L387 /root/open-lambda/test-dir/worker/handlers/L387/389 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc00085f110 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 389]", "2019/06/28 22:33:06 Evict Sandbox 385", "2019/06/28 22:33:06 Destroy() [SB 385]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 385]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 385]", "2019/06/28 22:33:06 Pause() [SB 389]", "2019/06/28 22:33:06 Receive request to /run/L388", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4288 [FUNC L388]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L388]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/389-L388, /root/open-lambda/test-dir/worker/handlers/L388, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f3e0 390 /root/open-lambda/test-dir/worker/sock-handlers/390 /root/open-lambda/test-dir/worker/lambda_code/389-L388 /root/open-lambda/test-dir/worker/handlers/L388/390 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc00085f570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 390]", "2019/06/28 22:33:06 Evict Sandbox 386", "2019/06/28 22:33:06 Destroy() [SB 386]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 386]", "2019/06/28 22:33:06 waiting for 1 procs in cg-11 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 386]", "2019/06/28 22:33:06 Pause() [SB 390]", "2019/06/28 22:33:06 Receive request to /run/L389", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4299 [FUNC L389]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L389]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/390-L389, /root/open-lambda/test-dir/worker/handlers/L389, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f400 391 /root/open-lambda/test-dir/worker/sock-handlers/391 /root/open-lambda/test-dir/worker/lambda_code/390-L389 /root/open-lambda/test-dir/worker/handlers/L389/391 }) [SB 1]", "2019/06/28 22:33:06 Evict Sandbox 387", "2019/06/28 22:33:06 Destroy() [SB 387]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 387]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 387]", "2019/06/28 22:33:06 ...returns &{0xc00085f960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 391]", "2019/06/28 22:33:06 Pause() [SB 391]", "2019/06/28 22:33:06 Receive request to /run/L390", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4310 [FUNC L390]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L390]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/391-L390, /root/open-lambda/test-dir/worker/handlers/L390, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f420 392 /root/open-lambda/test-dir/worker/sock-handlers/392 /root/open-lambda/test-dir/worker/lambda_code/391-L390 /root/open-lambda/test-dir/worker/handlers/L390/392 }) [SB 1]", "2019/06/28 22:33:06 Evict Sandbox 388", "2019/06/28 22:33:06 Destroy() [SB 388]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 388]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 388]", "2019/06/28 22:33:06 ...returns &{0xc00085fd50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 392]", "2019/06/28 22:33:06 Pause() [SB 392]", "2019/06/28 22:33:06 Receive request to /run/L391", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4321 [FUNC L391]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L391]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/392-L391, /root/open-lambda/test-dir/worker/handlers/L391, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000fb60 393 /root/open-lambda/test-dir/worker/sock-handlers/393 /root/open-lambda/test-dir/worker/lambda_code/392-L391 /root/open-lambda/test-dir/worker/handlers/L391/393 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc00011c3f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 393]", "2019/06/28 22:33:06 Evict Sandbox 389", "2019/06/28 22:33:06 Destroy() [SB 389]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 389]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 389]", "2019/06/28 22:33:06 Pause() [SB 393]", "2019/06/28 22:33:06 Receive request to /run/L392", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4332 [FUNC L392]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L392]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/393-L392, /root/open-lambda/test-dir/worker/handlers/L392, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc000410200 394 /root/open-lambda/test-dir/worker/sock-handlers/394 /root/open-lambda/test-dir/worker/lambda_code/393-L392 /root/open-lambda/test-dir/worker/handlers/L392/394 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc000a80310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 394]", "2019/06/28 22:33:06 Evict Sandbox 390", "2019/06/28 22:33:06 Destroy() [SB 390]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 390]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 390]", "2019/06/28 22:33:06 Pause() [SB 394]", "2019/06/28 22:33:06 Receive request to /run/L393", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4343 [FUNC L393]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L393]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/394-L393, /root/open-lambda/test-dir/worker/handlers/L393, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc000410800 395 /root/open-lambda/test-dir/worker/sock-handlers/395 /root/open-lambda/test-dir/worker/lambda_code/394-L393 /root/open-lambda/test-dir/worker/handlers/L393/395 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc000a80690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 395]", "2019/06/28 22:33:06 Evict Sandbox 391", "2019/06/28 22:33:06 Destroy() [SB 391]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 391]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 391]", "2019/06/28 22:33:06 Pause() [SB 395]", "2019/06/28 22:33:06 Receive request to /run/L394", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4354 [FUNC L394]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L394]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/395-L394, /root/open-lambda/test-dir/worker/handlers/L394, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc000410e60 396 /root/open-lambda/test-dir/worker/sock-handlers/396 /root/open-lambda/test-dir/worker/lambda_code/395-L394 /root/open-lambda/test-dir/worker/handlers/L394/396 }) [SB 1]", "2019/06/28 22:33:06 Evict Sandbox 392", "2019/06/28 22:33:06 Destroy() [SB 392]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 392]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 392]", "2019/06/28 22:33:06 ...returns &{0xc000a80a10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 396]", "2019/06/28 22:33:06 Pause() [SB 396]", "2019/06/28 22:33:06 Receive request to /run/L395", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4365 [FUNC L395]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L395]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/396-L395, /root/open-lambda/test-dir/worker/handlers/L395, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc0004114c0 397 /root/open-lambda/test-dir/worker/sock-handlers/397 /root/open-lambda/test-dir/worker/lambda_code/396-L395 /root/open-lambda/test-dir/worker/handlers/L395/397 }) [SB 1]", "2019/06/28 22:33:06 Evict Sandbox 393", "2019/06/28 22:33:06 Destroy() [SB 393]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 393]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 393]", "2019/06/28 22:33:06 ...returns &{0xc000a80d90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 397]", "2019/06/28 22:33:06 Pause() [SB 397]", "2019/06/28 22:33:06 Receive request to /run/L396", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4376 [FUNC L396]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L396]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/397-L396, /root/open-lambda/test-dir/worker/handlers/L396, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f0a0 398 /root/open-lambda/test-dir/worker/sock-handlers/398 /root/open-lambda/test-dir/worker/lambda_code/397-L396 /root/open-lambda/test-dir/worker/handlers/L396/398 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc000a81110 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 398]", "2019/06/28 22:33:06 Evict Sandbox 394", "2019/06/28 22:33:06 Destroy() [SB 394]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 394]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 394]", "2019/06/28 22:33:06 Pause() [SB 398]", "2019/06/28 22:33:06 Receive request to /run/L397", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4387 [FUNC L397]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L397]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/398-L397, /root/open-lambda/test-dir/worker/handlers/L397, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f0c0 399 /root/open-lambda/test-dir/worker/sock-handlers/399 /root/open-lambda/test-dir/worker/lambda_code/398-L397 /root/open-lambda/test-dir/worker/handlers/L397/399 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc000a81490 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 399]", "2019/06/28 22:33:06 Evict Sandbox 395", "2019/06/28 22:33:06 Destroy() [SB 395]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 395]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 395]", "2019/06/28 22:33:06 Pause() [SB 399]", "2019/06/28 22:33:06 Receive request to /run/L398", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4398 [FUNC L398]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L398]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/399-L398, /root/open-lambda/test-dir/worker/handlers/L398, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f0e0 400 /root/open-lambda/test-dir/worker/sock-handlers/400 /root/open-lambda/test-dir/worker/lambda_code/399-L398 /root/open-lambda/test-dir/worker/handlers/L398/400 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc000a81880 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 400]", "2019/06/28 22:33:06 Evict Sandbox 396", "2019/06/28 22:33:06 Destroy() [SB 396]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 396]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 396]", "2019/06/28 22:33:06 Pause() [SB 400]", "2019/06/28 22:33:06 Receive request to /run/L399", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4409 [FUNC L399]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L399]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/400-L399, /root/open-lambda/test-dir/worker/handlers/L399, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f100 401 /root/open-lambda/test-dir/worker/sock-handlers/401 /root/open-lambda/test-dir/worker/lambda_code/400-L399 /root/open-lambda/test-dir/worker/handlers/L399/401 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc000a81c00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 401]", "2019/06/28 22:33:06 Evict Sandbox 397", "2019/06/28 22:33:06 Destroy() [SB 397]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 397]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 397]", "2019/06/28 22:33:06 Pause() [SB 401]", "2019/06/28 22:33:06 Receive request to /run/L400", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4420 [FUNC L400]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L400]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/401-L400, /root/open-lambda/test-dir/worker/handlers/L400, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f120 402 /root/open-lambda/test-dir/worker/sock-handlers/402 /root/open-lambda/test-dir/worker/lambda_code/401-L400 /root/open-lambda/test-dir/worker/handlers/L400/402 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc000a81f80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 402]", "2019/06/28 22:33:06 Evict Sandbox 398", "2019/06/28 22:33:06 Destroy() [SB 398]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 398]", "2019/06/28 22:33:06 waiting for 1 procs in cg-1 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 398]", "2019/06/28 22:33:06 Pause() [SB 402]", "2019/06/28 22:33:06 Receive request to /run/L401", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4431 [FUNC L401]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L401]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/402-L401, /root/open-lambda/test-dir/worker/handlers/L401, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f2c0 403 /root/open-lambda/test-dir/worker/sock-handlers/403 /root/open-lambda/test-dir/worker/lambda_code/402-L401 /root/open-lambda/test-dir/worker/handlers/L401/403 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc00085e5b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 403]", "2019/06/28 22:33:06 Evict Sandbox 399", "2019/06/28 22:33:06 Destroy() [SB 399]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 399]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 399]", "2019/06/28 22:33:06 Pause() [SB 403]", "2019/06/28 22:33:06 Receive request to /run/L402", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4442 [FUNC L402]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L402]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/403-L402, /root/open-lambda/test-dir/worker/handlers/L402, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f2e0 404 /root/open-lambda/test-dir/worker/sock-handlers/404 /root/open-lambda/test-dir/worker/lambda_code/403-L402 /root/open-lambda/test-dir/worker/handlers/L402/404 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc00085eaf0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 404]", "2019/06/28 22:33:06 Evict Sandbox 400", "2019/06/28 22:33:06 Destroy() [SB 400]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 400]", "2019/06/28 22:33:06 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 400]", "2019/06/28 22:33:06 Pause() [SB 404]", "2019/06/28 22:33:06 Receive request to /run/L403", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4453 [FUNC L403]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L403]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/404-L403, /root/open-lambda/test-dir/worker/handlers/L403, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f300 405 /root/open-lambda/test-dir/worker/sock-handlers/405 /root/open-lambda/test-dir/worker/lambda_code/404-L403 /root/open-lambda/test-dir/worker/handlers/L403/405 }) [SB 1]", "2019/06/28 22:33:06 Evict Sandbox 401", "2019/06/28 22:33:06 Destroy() [SB 401]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 401]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 401]", "2019/06/28 22:33:06 ...returns &{0xc00085f030 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 405]", "2019/06/28 22:33:06 Pause() [SB 405]", "2019/06/28 22:33:06 Receive request to /run/L404", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4464 [FUNC L404]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L404]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/405-L404, /root/open-lambda/test-dir/worker/handlers/L404, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f320 406 /root/open-lambda/test-dir/worker/sock-handlers/406 /root/open-lambda/test-dir/worker/lambda_code/405-L404 /root/open-lambda/test-dir/worker/handlers/L404/406 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc00085f490 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 406]", "2019/06/28 22:33:06 Evict Sandbox 402", "2019/06/28 22:33:06 Destroy() [SB 402]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 402]", "2019/06/28 22:33:06 waiting for 1 procs in cg-5 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 402]", "2019/06/28 22:33:06 Pause() [SB 406]", "2019/06/28 22:33:06 Receive request to /run/L405", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4475 [FUNC L405]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L405]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/406-L405, /root/open-lambda/test-dir/worker/handlers/L405, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f340 407 /root/open-lambda/test-dir/worker/sock-handlers/407 /root/open-lambda/test-dir/worker/lambda_code/406-L405 /root/open-lambda/test-dir/worker/handlers/L405/407 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc00085fa40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 407]", "2019/06/28 22:33:06 Evict Sandbox 403", "2019/06/28 22:33:06 Destroy() [SB 403]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 403]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 403]", "2019/06/28 22:33:06 Pause() [SB 407]", "2019/06/28 22:33:06 Receive request to /run/L406", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4486 [FUNC L406]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L406]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/407-L406, /root/open-lambda/test-dir/worker/handlers/L406, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f360 408 /root/open-lambda/test-dir/worker/sock-handlers/408 /root/open-lambda/test-dir/worker/lambda_code/407-L406 /root/open-lambda/test-dir/worker/handlers/L406/408 }) [SB 1]", "2019/06/28 22:33:06 ...returns &{0xc00085fe30 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:06 Channel() [SB 408]", "2019/06/28 22:33:06 Evict Sandbox 404", "2019/06/28 22:33:06 Destroy() [SB 404]", "2019/06/28 22:33:06 kill all procs in CG [SOCK 404]", "2019/06/28 22:33:06 waiting for 1 procs in cg-7 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:06 unmount and remove dirs [SOCK 404]", "2019/06/28 22:33:06 Pause() [SB 408]", "2019/06/28 22:33:06 Receive request to /run/L407", "2019/06/28 22:33:06 debug: LambdaFunc.Task() runs on goroutine 4497 [FUNC L407]", "2019/06/28 22:33:06 increase instances to 1 [FUNC L407]", "2019/06/28 22:33:06 .Create(/root/open-lambda/test-dir/worker/lambda_code/408-L407, /root/open-lambda/test-dir/worker/handlers/L407, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:06 fork(&{0xc0000826e0 0xc00000f380 409 /root/open-lambda/test-dir/worker/sock-handlers/409 /root/open-lambda/test-dir/worker/lambda_code/408-L407 /root/open-lambda/test-dir/worker/handlers/L407/409 }) [SB 1]", "2019/06/28 22:33:07 Evict Sandbox 405", "2019/06/28 22:33:07 Destroy() [SB 405]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 405]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 405]", "2019/06/28 22:33:07 ...returns &{0xc0003dc5b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 409]", "2019/06/28 22:33:07 Pause() [SB 409]", "2019/06/28 22:33:07 Receive request to /run/L408", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4508 [FUNC L408]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L408]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/409-L408, /root/open-lambda/test-dir/worker/handlers/L408, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f3a0 410 /root/open-lambda/test-dir/worker/sock-handlers/410 /root/open-lambda/test-dir/worker/lambda_code/409-L408 /root/open-lambda/test-dir/worker/handlers/L408/410 }) [SB 1]", "2019/06/28 22:33:07 ...returns &{0xc000368540 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 410]", "2019/06/28 22:33:07 Evict Sandbox 406", "2019/06/28 22:33:07 Destroy() [SB 406]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 406]", "2019/06/28 22:33:07 waiting for 1 procs in cg-9 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 406]", "2019/06/28 22:33:07 Pause() [SB 410]", "2019/06/28 22:33:07 Receive request to /run/L409", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4519 [FUNC L409]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L409]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/410-L409, /root/open-lambda/test-dir/worker/handlers/L409, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f3c0 411 /root/open-lambda/test-dir/worker/sock-handlers/411 /root/open-lambda/test-dir/worker/lambda_code/410-L409 /root/open-lambda/test-dir/worker/handlers/L409/411 }) [SB 1]", "2019/06/28 22:33:07 ...returns &{0xc00085e380 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 411]", "2019/06/28 22:33:07 Evict Sandbox 407", "2019/06/28 22:33:07 Destroy() [SB 407]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 407]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 407]", "2019/06/28 22:33:07 Pause() [SB 411]", "2019/06/28 22:33:07 Receive request to /run/L410", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4530 [FUNC L410]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L410]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/411-L410, /root/open-lambda/test-dir/worker/handlers/L410, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f3e0 412 /root/open-lambda/test-dir/worker/sock-handlers/412 /root/open-lambda/test-dir/worker/lambda_code/411-L410 /root/open-lambda/test-dir/worker/handlers/L410/412 }) [SB 1]", "2019/06/28 22:33:07 ...returns &{0xc00085ea10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 412]", "2019/06/28 22:33:07 Evict Sandbox 408", "2019/06/28 22:33:07 Destroy() [SB 408]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 408]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 408]", "2019/06/28 22:33:07 Pause() [SB 412]", "2019/06/28 22:33:07 Receive request to /run/L411", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4541 [FUNC L411]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L411]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/412-L411, /root/open-lambda/test-dir/worker/handlers/L411, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f400 413 /root/open-lambda/test-dir/worker/sock-handlers/413 /root/open-lambda/test-dir/worker/lambda_code/412-L411 /root/open-lambda/test-dir/worker/handlers/L411/413 }) [SB 1]", "2019/06/28 22:33:07 ...returns &{0xc00085f0a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 413]", "2019/06/28 22:33:07 Evict Sandbox 409", "2019/06/28 22:33:07 Destroy() [SB 409]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 409]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 409]", "2019/06/28 22:33:07 Pause() [SB 413]", "2019/06/28 22:33:07 Receive request to /run/L412", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4552 [FUNC L412]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L412]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/413-L412, /root/open-lambda/test-dir/worker/handlers/L412, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f420 414 /root/open-lambda/test-dir/worker/sock-handlers/414 /root/open-lambda/test-dir/worker/lambda_code/413-L412 /root/open-lambda/test-dir/worker/handlers/L412/414 }) [SB 1]", "2019/06/28 22:33:07 ...returns &{0xc00085f6c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 414]", "2019/06/28 22:33:07 Evict Sandbox 410", "2019/06/28 22:33:07 Destroy() [SB 410]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 410]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 410]", "2019/06/28 22:33:07 Pause() [SB 414]", "2019/06/28 22:33:07 Receive request to /run/L413", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4563 [FUNC L413]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L413]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/414-L413, /root/open-lambda/test-dir/worker/handlers/L413, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000fb60 415 /root/open-lambda/test-dir/worker/sock-handlers/415 /root/open-lambda/test-dir/worker/lambda_code/414-L413 /root/open-lambda/test-dir/worker/handlers/L413/415 }) [SB 1]", "2019/06/28 22:33:07 ...returns &{0xc00085fb90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 415]", "2019/06/28 22:33:07 Evict Sandbox 411", "2019/06/28 22:33:07 Destroy() [SB 411]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 411]", "2019/06/28 22:33:07 waiting for 1 procs in cg-14 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 411]", "2019/06/28 22:33:07 Pause() [SB 415]", "2019/06/28 22:33:07 Receive request to /run/L414", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4574 [FUNC L414]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L414]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/415-L414, /root/open-lambda/test-dir/worker/handlers/L414, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc000410200 416 /root/open-lambda/test-dir/worker/sock-handlers/416 /root/open-lambda/test-dir/worker/lambda_code/415-L414 /root/open-lambda/test-dir/worker/handlers/L414/416 }) [SB 1]", "2019/06/28 22:33:07 Evict Sandbox 412", "2019/06/28 22:33:07 Destroy() [SB 412]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 412]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 412]", "2019/06/28 22:33:07 ...returns &{0xc00011c070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 416]", "2019/06/28 22:33:07 Pause() [SB 416]", "2019/06/28 22:33:07 Receive request to /run/L415", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4585 [FUNC L415]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L415]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/416-L415, /root/open-lambda/test-dir/worker/handlers/L415, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc000410800 417 /root/open-lambda/test-dir/worker/sock-handlers/417 /root/open-lambda/test-dir/worker/lambda_code/416-L415 /root/open-lambda/test-dir/worker/handlers/L415/417 }) [SB 1]", "2019/06/28 22:33:07 Evict Sandbox 413", "2019/06/28 22:33:07 Destroy() [SB 413]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 413]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 413]", "2019/06/28 22:33:07 ...returns &{0xc000a80150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 417]", "2019/06/28 22:33:07 Pause() [SB 417]", "2019/06/28 22:33:07 Receive request to /run/L416", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4596 [FUNC L416]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L416]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/417-L416, /root/open-lambda/test-dir/worker/handlers/L416, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc000410e60 418 /root/open-lambda/test-dir/worker/sock-handlers/418 /root/open-lambda/test-dir/worker/lambda_code/417-L416 /root/open-lambda/test-dir/worker/handlers/L416/418 }) [SB 1]", "2019/06/28 22:33:07 Evict Sandbox 414", "2019/06/28 22:33:07 Destroy() [SB 414]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 414]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 414]", "2019/06/28 22:33:07 ...returns &{0xc000a804d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 418]", "2019/06/28 22:33:07 Pause() [SB 418]", "2019/06/28 22:33:07 Receive request to /run/L417", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4607 [FUNC L417]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L417]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/418-L417, /root/open-lambda/test-dir/worker/handlers/L417, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc0004114c0 419 /root/open-lambda/test-dir/worker/sock-handlers/419 /root/open-lambda/test-dir/worker/lambda_code/418-L417 /root/open-lambda/test-dir/worker/handlers/L417/419 }) [SB 1]", "2019/06/28 22:33:07 Evict Sandbox 415", "2019/06/28 22:33:07 Destroy() [SB 415]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 415]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 415]", "2019/06/28 22:33:07 ...returns &{0xc000a80930 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 419]", "2019/06/28 22:33:07 Pause() [SB 419]", "2019/06/28 22:33:07 Receive request to /run/L418", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4618 [FUNC L418]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L418]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/419-L418, /root/open-lambda/test-dir/worker/handlers/L418, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f0a0 420 /root/open-lambda/test-dir/worker/sock-handlers/420 /root/open-lambda/test-dir/worker/lambda_code/419-L418 /root/open-lambda/test-dir/worker/handlers/L418/420 }) [SB 1]", "2019/06/28 22:33:07 Evict Sandbox 416", "2019/06/28 22:33:07 Destroy() [SB 416]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 416]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 416]", "2019/06/28 22:33:07 ...returns &{0xc000a80d20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 420]", "2019/06/28 22:33:07 Pause() [SB 420]", "2019/06/28 22:33:07 Receive request to /run/L419", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4629 [FUNC L419]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L419]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/420-L419, /root/open-lambda/test-dir/worker/handlers/L419, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f0c0 421 /root/open-lambda/test-dir/worker/sock-handlers/421 /root/open-lambda/test-dir/worker/lambda_code/420-L419 /root/open-lambda/test-dir/worker/handlers/L419/421 }) [SB 1]", "2019/06/28 22:33:07 Evict Sandbox 417", "2019/06/28 22:33:07 Destroy() [SB 417]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 417]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 417]", "2019/06/28 22:33:07 ...returns &{0xc000a81180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 421]", "2019/06/28 22:33:07 Pause() [SB 421]", "2019/06/28 22:33:07 Receive request to /run/L420", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4640 [FUNC L420]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L420]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/421-L420, /root/open-lambda/test-dir/worker/handlers/L420, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f0e0 422 /root/open-lambda/test-dir/worker/sock-handlers/422 /root/open-lambda/test-dir/worker/lambda_code/421-L420 /root/open-lambda/test-dir/worker/handlers/L420/422 }) [SB 1]", "2019/06/28 22:33:07 ...returns &{0xc000a815e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 422]", "2019/06/28 22:33:07 Evict Sandbox 418", "2019/06/28 22:33:07 Destroy() [SB 418]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 418]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 418]", "2019/06/28 22:33:07 Pause() [SB 422]", "2019/06/28 22:33:07 Receive request to /run/L421", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4651 [FUNC L421]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L421]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/422-L421, /root/open-lambda/test-dir/worker/handlers/L421, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f100 423 /root/open-lambda/test-dir/worker/sock-handlers/423 /root/open-lambda/test-dir/worker/lambda_code/422-L421 /root/open-lambda/test-dir/worker/handlers/L421/423 }) [SB 1]", "2019/06/28 22:33:07 Evict Sandbox 419", "2019/06/28 22:33:07 Destroy() [SB 419]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 419]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 419]", "2019/06/28 22:33:07 ...returns &{0xc000a819d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 423]", "2019/06/28 22:33:07 Pause() [SB 423]", "2019/06/28 22:33:07 Receive request to /run/L422", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4662 [FUNC L422]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L422]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/423-L422, /root/open-lambda/test-dir/worker/handlers/L422, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f120 424 /root/open-lambda/test-dir/worker/sock-handlers/424 /root/open-lambda/test-dir/worker/lambda_code/423-L422 /root/open-lambda/test-dir/worker/handlers/L422/424 }) [SB 1]", "2019/06/28 22:33:07 Evict Sandbox 420", "2019/06/28 22:33:07 Destroy() [SB 420]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 420]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 420]", "2019/06/28 22:33:07 ...returns &{0xc000a81dc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 424]", "2019/06/28 22:33:07 Pause() [SB 424]", "2019/06/28 22:33:07 Receive request to /run/L423", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4673 [FUNC L423]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L423]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/424-L423, /root/open-lambda/test-dir/worker/handlers/L423, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f2c0 425 /root/open-lambda/test-dir/worker/sock-handlers/425 /root/open-lambda/test-dir/worker/lambda_code/424-L423 /root/open-lambda/test-dir/worker/handlers/L423/425 }) [SB 1]", "2019/06/28 22:33:07 Evict Sandbox 421", "2019/06/28 22:33:07 Destroy() [SB 421]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 421]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 421]", "2019/06/28 22:33:07 ...returns &{0xc0003687e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 425]", "2019/06/28 22:33:07 Pause() [SB 425]", "2019/06/28 22:33:07 Receive request to /run/L424", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4684 [FUNC L424]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L424]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/425-L424, /root/open-lambda/test-dir/worker/handlers/L424, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f2e0 426 /root/open-lambda/test-dir/worker/sock-handlers/426 /root/open-lambda/test-dir/worker/lambda_code/425-L424 /root/open-lambda/test-dir/worker/handlers/L424/426 }) [SB 1]", "2019/06/28 22:33:07 Evict Sandbox 422", "2019/06/28 22:33:07 Destroy() [SB 422]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 422]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 422]", "2019/06/28 22:33:07 ...returns &{0xc0003690a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 426]", "2019/06/28 22:33:07 Pause() [SB 426]", "2019/06/28 22:33:07 Receive request to /run/L425", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4695 [FUNC L425]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L425]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/426-L425, /root/open-lambda/test-dir/worker/handlers/L425, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f300 427 /root/open-lambda/test-dir/worker/sock-handlers/427 /root/open-lambda/test-dir/worker/lambda_code/426-L425 /root/open-lambda/test-dir/worker/handlers/L425/427 }) [SB 1]", "2019/06/28 22:33:07 ...returns &{0xc0003698f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 427]", "2019/06/28 22:33:07 Evict Sandbox 423", "2019/06/28 22:33:07 Destroy() [SB 423]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 423]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 423]", "2019/06/28 22:33:07 Pause() [SB 427]", "2019/06/28 22:33:07 Receive request to /run/L426", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4706 [FUNC L426]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L426]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/427-L426, /root/open-lambda/test-dir/worker/handlers/L426, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f320 428 /root/open-lambda/test-dir/worker/sock-handlers/428 /root/open-lambda/test-dir/worker/lambda_code/427-L426 /root/open-lambda/test-dir/worker/handlers/L426/428 }) [SB 1]", "2019/06/28 22:33:07 ...returns &{0xc0004e8230 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 428]", "2019/06/28 22:33:07 Evict Sandbox 424", "2019/06/28 22:33:07 Destroy() [SB 424]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 424]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 424]", "2019/06/28 22:33:07 Pause() [SB 428]", "2019/06/28 22:33:07 Receive request to /run/L427", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4717 [FUNC L427]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L427]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/428-L427, /root/open-lambda/test-dir/worker/handlers/L427, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f340 429 /root/open-lambda/test-dir/worker/sock-handlers/429 /root/open-lambda/test-dir/worker/lambda_code/428-L427 /root/open-lambda/test-dir/worker/handlers/L427/429 }) [SB 1]", "2019/06/28 22:33:07 ...returns &{0xc000368070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 429]", "2019/06/28 22:33:07 Evict Sandbox 425", "2019/06/28 22:33:07 Destroy() [SB 425]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 425]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 425]", "2019/06/28 22:33:07 Pause() [SB 429]", "2019/06/28 22:33:07 Receive request to /run/L428", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4728 [FUNC L428]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L428]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/429-L428, /root/open-lambda/test-dir/worker/handlers/L428, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f360 430 /root/open-lambda/test-dir/worker/sock-handlers/430 /root/open-lambda/test-dir/worker/lambda_code/429-L428 /root/open-lambda/test-dir/worker/handlers/L428/430 }) [SB 1]", "2019/06/28 22:33:07 ...returns &{0xc000368cb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 430]", "2019/06/28 22:33:07 Evict Sandbox 426", "2019/06/28 22:33:07 Destroy() [SB 426]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 426]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 426]", "2019/06/28 22:33:07 Pause() [SB 430]", "2019/06/28 22:33:07 Receive request to /run/L429", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4739 [FUNC L429]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L429]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/430-L429, /root/open-lambda/test-dir/worker/handlers/L429, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f380 431 /root/open-lambda/test-dir/worker/sock-handlers/431 /root/open-lambda/test-dir/worker/lambda_code/430-L429 /root/open-lambda/test-dir/worker/handlers/L429/431 }) [SB 1]", "2019/06/28 22:33:07 Evict Sandbox 427", "2019/06/28 22:33:07 Destroy() [SB 427]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 427]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 427]", "2019/06/28 22:33:07 ...returns &{0xc000369650 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 431]", "2019/06/28 22:33:07 Pause() [SB 431]", "2019/06/28 22:33:07 Receive request to /run/L430", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4750 [FUNC L430]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L430]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/431-L430, /root/open-lambda/test-dir/worker/handlers/L430, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f3a0 432 /root/open-lambda/test-dir/worker/sock-handlers/432 /root/open-lambda/test-dir/worker/lambda_code/431-L430 /root/open-lambda/test-dir/worker/handlers/L430/432 }) [SB 1]", "2019/06/28 22:33:07 Evict Sandbox 428", "2019/06/28 22:33:07 Destroy() [SB 428]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 428]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 428]", "2019/06/28 22:33:07 ...returns &{0xc000a800e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 432]", "2019/06/28 22:33:07 Pause() [SB 432]", "2019/06/28 22:33:07 Receive request to /run/L431", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4761 [FUNC L431]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L431]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/432-L431, /root/open-lambda/test-dir/worker/handlers/L431, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f3c0 433 /root/open-lambda/test-dir/worker/sock-handlers/433 /root/open-lambda/test-dir/worker/lambda_code/432-L431 /root/open-lambda/test-dir/worker/handlers/L431/433 }) [SB 1]", "2019/06/28 22:33:07 ...returns &{0xc000a80540 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 433]", "2019/06/28 22:33:07 Evict Sandbox 429", "2019/06/28 22:33:07 Destroy() [SB 429]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 429]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 429]", "2019/06/28 22:33:07 Pause() [SB 433]", "2019/06/28 22:33:07 Receive request to /run/L432", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4772 [FUNC L432]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L432]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/433-L432, /root/open-lambda/test-dir/worker/handlers/L432, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f3e0 434 /root/open-lambda/test-dir/worker/sock-handlers/434 /root/open-lambda/test-dir/worker/lambda_code/433-L432 /root/open-lambda/test-dir/worker/handlers/L432/434 }) [SB 1]", "2019/06/28 22:33:07 ...returns &{0xc000a80a80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 434]", "2019/06/28 22:33:07 Evict Sandbox 430", "2019/06/28 22:33:07 Destroy() [SB 430]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 430]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 430]", "2019/06/28 22:33:07 Pause() [SB 434]", "2019/06/28 22:33:07 Receive request to /run/L433", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4783 [FUNC L433]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L433]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/434-L433, /root/open-lambda/test-dir/worker/handlers/L433, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f400 435 /root/open-lambda/test-dir/worker/sock-handlers/435 /root/open-lambda/test-dir/worker/lambda_code/434-L433 /root/open-lambda/test-dir/worker/handlers/L433/435 }) [SB 1]", "2019/06/28 22:33:07 ...returns &{0xc000a80f50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 435]", "2019/06/28 22:33:07 Evict Sandbox 431", "2019/06/28 22:33:07 Destroy() [SB 431]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 431]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 431]", "2019/06/28 22:33:07 Pause() [SB 435]", "2019/06/28 22:33:07 Receive request to /run/L434", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4794 [FUNC L434]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L434]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/435-L434, /root/open-lambda/test-dir/worker/handlers/L434, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000f420 436 /root/open-lambda/test-dir/worker/sock-handlers/436 /root/open-lambda/test-dir/worker/lambda_code/435-L434 /root/open-lambda/test-dir/worker/handlers/L434/436 }) [SB 1]", "2019/06/28 22:33:07 Evict Sandbox 432", "2019/06/28 22:33:07 Destroy() [SB 432]", "2019/06/28 22:33:07 kill all procs in CG [SOCK 432]", "2019/06/28 22:33:07 unmount and remove dirs [SOCK 432]", "2019/06/28 22:33:07 ...returns &{0xc000a813b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:07 Channel() [SB 436]", "2019/06/28 22:33:07 Pause() [SB 436]", "2019/06/28 22:33:07 Receive request to /run/L435", "2019/06/28 22:33:07 debug: LambdaFunc.Task() runs on goroutine 4805 [FUNC L435]", "2019/06/28 22:33:07 increase instances to 1 [FUNC L435]", "2019/06/28 22:33:07 .Create(/root/open-lambda/test-dir/worker/lambda_code/436-L435, /root/open-lambda/test-dir/worker/handlers/L435, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:07 fork(&{0xc0000826e0 0xc00000fb60 437 /root/open-lambda/test-dir/worker/sock-handlers/437 /root/open-lambda/test-dir/worker/lambda_code/436-L435 /root/open-lambda/test-dir/worker/handlers/L435/437 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc000a818f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 437]", "2019/06/28 22:33:08 Evict Sandbox 433", "2019/06/28 22:33:08 Destroy() [SB 433]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 433]", "2019/06/28 22:33:08 waiting for 1 procs in cg-14 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 433]", "2019/06/28 22:33:08 Pause() [SB 437]", "2019/06/28 22:33:08 Receive request to /run/L436", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4816 [FUNC L436]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L436]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/437-L436, /root/open-lambda/test-dir/worker/handlers/L436, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc000410200 438 /root/open-lambda/test-dir/worker/sock-handlers/438 /root/open-lambda/test-dir/worker/lambda_code/437-L436 /root/open-lambda/test-dir/worker/handlers/L436/438 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc000a81d50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 438]", "2019/06/28 22:33:08 Evict Sandbox 434", "2019/06/28 22:33:08 Destroy() [SB 434]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 434]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 434]", "2019/06/28 22:33:08 Pause() [SB 438]", "2019/06/28 22:33:08 Receive request to /run/L437", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4827 [FUNC L437]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L437]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/438-L437, /root/open-lambda/test-dir/worker/handlers/L437, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc000410800 439 /root/open-lambda/test-dir/worker/sock-handlers/439 /root/open-lambda/test-dir/worker/lambda_code/438-L437 /root/open-lambda/test-dir/worker/handlers/L437/439 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc0003ddf10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 439]", "2019/06/28 22:33:08 Evict Sandbox 435", "2019/06/28 22:33:08 Destroy() [SB 435]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 435]", "2019/06/28 22:33:08 waiting for 1 procs in cg-16 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 435]", "2019/06/28 22:33:08 Pause() [SB 439]", "2019/06/28 22:33:08 Receive request to /run/L438", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4838 [FUNC L438]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L438]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/439-L438, /root/open-lambda/test-dir/worker/handlers/L438, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc000410e60 440 /root/open-lambda/test-dir/worker/sock-handlers/440 /root/open-lambda/test-dir/worker/lambda_code/439-L438 /root/open-lambda/test-dir/worker/handlers/L438/440 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc00085e770 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 440]", "2019/06/28 22:33:08 Evict Sandbox 436", "2019/06/28 22:33:08 Destroy() [SB 436]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 436]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 436]", "2019/06/28 22:33:08 Pause() [SB 440]", "2019/06/28 22:33:08 Receive request to /run/L439", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4849 [FUNC L439]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L439]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/440-L439, /root/open-lambda/test-dir/worker/handlers/L439, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc0004114c0 441 /root/open-lambda/test-dir/worker/sock-handlers/441 /root/open-lambda/test-dir/worker/lambda_code/440-L439 /root/open-lambda/test-dir/worker/handlers/L439/441 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc00085ef50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 441]", "2019/06/28 22:33:08 Evict Sandbox 437", "2019/06/28 22:33:08 Destroy() [SB 437]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 437]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 437]", "2019/06/28 22:33:08 Pause() [SB 441]", "2019/06/28 22:33:08 Receive request to /run/L440", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4860 [FUNC L440]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L440]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/441-L440, /root/open-lambda/test-dir/worker/handlers/L440, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f0a0 442 /root/open-lambda/test-dir/worker/sock-handlers/442 /root/open-lambda/test-dir/worker/lambda_code/441-L440 /root/open-lambda/test-dir/worker/handlers/L440/442 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc00085f650 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 442]", "2019/06/28 22:33:08 Evict Sandbox 438", "2019/06/28 22:33:08 Destroy() [SB 438]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 438]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 438]", "2019/06/28 22:33:08 Pause() [SB 442]", "2019/06/28 22:33:08 Receive request to /run/L441", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4871 [FUNC L441]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L441]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/442-L441, /root/open-lambda/test-dir/worker/handlers/L441, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f0c0 443 /root/open-lambda/test-dir/worker/sock-handlers/443 /root/open-lambda/test-dir/worker/lambda_code/442-L441 /root/open-lambda/test-dir/worker/handlers/L441/443 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc00085fc00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 443]", "2019/06/28 22:33:08 Evict Sandbox 439", "2019/06/28 22:33:08 Destroy() [SB 439]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 439]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 439]", "2019/06/28 22:33:08 Pause() [SB 443]", "2019/06/28 22:33:08 Receive request to /run/L442", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4882 [FUNC L442]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L442]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/443-L442, /root/open-lambda/test-dir/worker/handlers/L442, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f0e0 444 /root/open-lambda/test-dir/worker/sock-handlers/444 /root/open-lambda/test-dir/worker/lambda_code/443-L442 /root/open-lambda/test-dir/worker/handlers/L442/444 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc0000d7180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 444]", "2019/06/28 22:33:08 Evict Sandbox 440", "2019/06/28 22:33:08 Destroy() [SB 440]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 440]", "2019/06/28 22:33:08 waiting for 1 procs in cg-21 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 440]", "2019/06/28 22:33:08 Pause() [SB 444]", "2019/06/28 22:33:08 Receive request to /run/L443", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4893 [FUNC L443]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L443]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/444-L443, /root/open-lambda/test-dir/worker/handlers/L443, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f100 445 /root/open-lambda/test-dir/worker/sock-handlers/445 /root/open-lambda/test-dir/worker/lambda_code/444-L443 /root/open-lambda/test-dir/worker/handlers/L443/445 }) [SB 1]", "2019/06/28 22:33:08 Evict Sandbox 441", "2019/06/28 22:33:08 Destroy() [SB 441]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 441]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 441]", "2019/06/28 22:33:08 ...returns &{0xc0004e9c00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 445]", "2019/06/28 22:33:08 Pause() [SB 445]", "2019/06/28 22:33:08 Receive request to /run/L444", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4904 [FUNC L444]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L444]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/445-L444, /root/open-lambda/test-dir/worker/handlers/L444, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f120 446 /root/open-lambda/test-dir/worker/sock-handlers/446 /root/open-lambda/test-dir/worker/lambda_code/445-L444 /root/open-lambda/test-dir/worker/handlers/L444/446 }) [SB 1]", "2019/06/28 22:33:08 Evict Sandbox 442", "2019/06/28 22:33:08 Destroy() [SB 442]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 442]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 442]", "2019/06/28 22:33:08 ...returns &{0xc000b64150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 446]", "2019/06/28 22:33:08 Pause() [SB 446]", "2019/06/28 22:33:08 Receive request to /run/L445", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4915 [FUNC L445]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L445]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/446-L445, /root/open-lambda/test-dir/worker/handlers/L445, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f2c0 447 /root/open-lambda/test-dir/worker/sock-handlers/447 /root/open-lambda/test-dir/worker/lambda_code/446-L445 /root/open-lambda/test-dir/worker/handlers/L445/447 }) [SB 1]", "2019/06/28 22:33:08 Evict Sandbox 443", "2019/06/28 22:33:08 Destroy() [SB 443]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 443]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 443]", "2019/06/28 22:33:08 ...returns &{0xc000b64460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 447]", "2019/06/28 22:33:08 Pause() [SB 447]", "2019/06/28 22:33:08 Receive request to /run/L446", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4926 [FUNC L446]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L446]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/447-L446, /root/open-lambda/test-dir/worker/handlers/L446, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f2e0 448 /root/open-lambda/test-dir/worker/sock-handlers/448 /root/open-lambda/test-dir/worker/lambda_code/447-L446 /root/open-lambda/test-dir/worker/handlers/L446/448 }) [SB 1]", "2019/06/28 22:33:08 Evict Sandbox 444", "2019/06/28 22:33:08 Destroy() [SB 444]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 444]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 444]", "2019/06/28 22:33:08 ...returns &{0xc000b64770 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 448]", "2019/06/28 22:33:08 Pause() [SB 448]", "2019/06/28 22:33:08 Receive request to /run/L447", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4937 [FUNC L447]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L447]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/448-L447, /root/open-lambda/test-dir/worker/handlers/L447, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f300 449 /root/open-lambda/test-dir/worker/sock-handlers/449 /root/open-lambda/test-dir/worker/lambda_code/448-L447 /root/open-lambda/test-dir/worker/handlers/L447/449 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc0004e92d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 449]", "2019/06/28 22:33:08 Evict Sandbox 445", "2019/06/28 22:33:08 Destroy() [SB 445]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 445]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 445]", "2019/06/28 22:33:08 Pause() [SB 449]", "2019/06/28 22:33:08 Receive request to /run/L448", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4948 [FUNC L448]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L448]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/449-L448, /root/open-lambda/test-dir/worker/handlers/L448, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f320 450 /root/open-lambda/test-dir/worker/sock-handlers/450 /root/open-lambda/test-dir/worker/lambda_code/449-L448 /root/open-lambda/test-dir/worker/handlers/L448/450 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc0004e9e30 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 450]", "2019/06/28 22:33:08 Evict Sandbox 446", "2019/06/28 22:33:08 Destroy() [SB 446]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 446]", "2019/06/28 22:33:08 waiting for 1 procs in cg-5 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 446]", "2019/06/28 22:33:08 Pause() [SB 450]", "2019/06/28 22:33:08 Receive request to /run/L449", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4959 [FUNC L449]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L449]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/450-L449, /root/open-lambda/test-dir/worker/handlers/L449, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f340 451 /root/open-lambda/test-dir/worker/sock-handlers/451 /root/open-lambda/test-dir/worker/lambda_code/450-L449 /root/open-lambda/test-dir/worker/handlers/L449/451 }) [SB 1]", "2019/06/28 22:33:08 Evict Sandbox 447", "2019/06/28 22:33:08 Destroy() [SB 447]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 447]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 447]", "2019/06/28 22:33:08 ...returns &{0xc00085e620 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 451]", "2019/06/28 22:33:08 Pause() [SB 451]", "2019/06/28 22:33:08 Receive request to /run/L450", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4970 [FUNC L450]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L450]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/451-L450, /root/open-lambda/test-dir/worker/handlers/L450, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f360 452 /root/open-lambda/test-dir/worker/sock-handlers/452 /root/open-lambda/test-dir/worker/lambda_code/451-L450 /root/open-lambda/test-dir/worker/handlers/L450/452 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc00085ee00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 452]", "2019/06/28 22:33:08 Evict Sandbox 448", "2019/06/28 22:33:08 Destroy() [SB 448]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 448]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 448]", "2019/06/28 22:33:08 Pause() [SB 452]", "2019/06/28 22:33:08 Receive request to /run/L451", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4981 [FUNC L451]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L451]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/452-L451, /root/open-lambda/test-dir/worker/handlers/L451, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f380 453 /root/open-lambda/test-dir/worker/sock-handlers/453 /root/open-lambda/test-dir/worker/lambda_code/452-L451 /root/open-lambda/test-dir/worker/handlers/L451/453 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc00085f730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 453]", "2019/06/28 22:33:08 Evict Sandbox 449", "2019/06/28 22:33:08 Destroy() [SB 449]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 449]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 449]", "2019/06/28 22:33:08 Pause() [SB 453]", "2019/06/28 22:33:08 Receive request to /run/L452", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 4992 [FUNC L452]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L452]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/453-L452, /root/open-lambda/test-dir/worker/handlers/L452, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f3a0 454 /root/open-lambda/test-dir/worker/sock-handlers/454 /root/open-lambda/test-dir/worker/lambda_code/453-L452 /root/open-lambda/test-dir/worker/handlers/L452/454 }) [SB 1]", "2019/06/28 22:33:08 Evict Sandbox 450", "2019/06/28 22:33:08 Destroy() [SB 450]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 450]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 450]", "2019/06/28 22:33:08 ...returns &{0xc00085fdc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 454]", "2019/06/28 22:33:08 Pause() [SB 454]", "2019/06/28 22:33:08 Receive request to /run/L453", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 5003 [FUNC L453]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L453]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/454-L453, /root/open-lambda/test-dir/worker/handlers/L453, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f3c0 455 /root/open-lambda/test-dir/worker/sock-handlers/455 /root/open-lambda/test-dir/worker/lambda_code/454-L453 /root/open-lambda/test-dir/worker/handlers/L453/455 }) [SB 1]", "2019/06/28 22:33:08 Evict Sandbox 451", "2019/06/28 22:33:08 Destroy() [SB 451]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 451]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 451]", "2019/06/28 22:33:08 ...returns &{0xc0003ddab0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 455]", "2019/06/28 22:33:08 Pause() [SB 455]", "2019/06/28 22:33:08 Receive request to /run/L454", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 5014 [FUNC L454]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L454]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/455-L454, /root/open-lambda/test-dir/worker/handlers/L454, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f3e0 456 /root/open-lambda/test-dir/worker/sock-handlers/456 /root/open-lambda/test-dir/worker/lambda_code/455-L454 /root/open-lambda/test-dir/worker/handlers/L454/456 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc000a80620 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 456]", "2019/06/28 22:33:08 Evict Sandbox 452", "2019/06/28 22:33:08 Destroy() [SB 452]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 452]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 452]", "2019/06/28 22:33:08 Pause() [SB 456]", "2019/06/28 22:33:08 Receive request to /run/L455", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 5025 [FUNC L455]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L455]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/456-L455, /root/open-lambda/test-dir/worker/handlers/L455, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f400 457 /root/open-lambda/test-dir/worker/sock-handlers/457 /root/open-lambda/test-dir/worker/lambda_code/456-L455 /root/open-lambda/test-dir/worker/handlers/L455/457 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc000a80b60 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 457]", "2019/06/28 22:33:08 Evict Sandbox 453", "2019/06/28 22:33:08 Destroy() [SB 453]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 453]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 453]", "2019/06/28 22:33:08 Pause() [SB 457]", "2019/06/28 22:33:08 Receive request to /run/L456", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 5036 [FUNC L456]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L456]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/457-L456, /root/open-lambda/test-dir/worker/handlers/L456, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f420 458 /root/open-lambda/test-dir/worker/sock-handlers/458 /root/open-lambda/test-dir/worker/lambda_code/457-L456 /root/open-lambda/test-dir/worker/handlers/L456/458 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc000a810a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 458]", "2019/06/28 22:33:08 Evict Sandbox 454", "2019/06/28 22:33:08 Destroy() [SB 454]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 454]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 454]", "2019/06/28 22:33:08 Pause() [SB 458]", "2019/06/28 22:33:08 Receive request to /run/L457", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 5047 [FUNC L457]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L457]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/458-L457, /root/open-lambda/test-dir/worker/handlers/L457, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000fb60 459 /root/open-lambda/test-dir/worker/sock-handlers/459 /root/open-lambda/test-dir/worker/lambda_code/458-L457 /root/open-lambda/test-dir/worker/handlers/L457/459 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc000a816c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 459]", "2019/06/28 22:33:08 Evict Sandbox 455", "2019/06/28 22:33:08 Destroy() [SB 455]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 455]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 455]", "2019/06/28 22:33:08 Pause() [SB 459]", "2019/06/28 22:33:08 Receive request to /run/L458", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 5058 [FUNC L458]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L458]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/459-L458, /root/open-lambda/test-dir/worker/handlers/L458, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc000410200 460 /root/open-lambda/test-dir/worker/sock-handlers/460 /root/open-lambda/test-dir/worker/lambda_code/459-L458 /root/open-lambda/test-dir/worker/handlers/L458/460 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc000a81c70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 460]", "2019/06/28 22:33:08 Evict Sandbox 456", "2019/06/28 22:33:08 Destroy() [SB 456]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 456]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 456]", "2019/06/28 22:33:08 Pause() [SB 460]", "2019/06/28 22:33:08 Receive request to /run/L459", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 5069 [FUNC L459]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L459]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/460-L459, /root/open-lambda/test-dir/worker/handlers/L459, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc000410800 461 /root/open-lambda/test-dir/worker/sock-handlers/461 /root/open-lambda/test-dir/worker/lambda_code/460-L459 /root/open-lambda/test-dir/worker/handlers/L459/461 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc0003689a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 461]", "2019/06/28 22:33:08 Evict Sandbox 457", "2019/06/28 22:33:08 Destroy() [SB 457]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 457]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 457]", "2019/06/28 22:33:08 Pause() [SB 461]", "2019/06/28 22:33:08 Receive request to /run/L460", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 5080 [FUNC L460]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L460]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/461-L460, /root/open-lambda/test-dir/worker/handlers/L460, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc000410e60 462 /root/open-lambda/test-dir/worker/sock-handlers/462 /root/open-lambda/test-dir/worker/lambda_code/461-L460 /root/open-lambda/test-dir/worker/handlers/L460/462 }) [SB 1]", "2019/06/28 22:33:08 Evict Sandbox 458", "2019/06/28 22:33:08 Destroy() [SB 458]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 458]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 458]", "2019/06/28 22:33:08 ...returns &{0xc000369500 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 462]", "2019/06/28 22:33:08 Pause() [SB 462]", "2019/06/28 22:33:08 Receive request to /run/L461", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 5091 [FUNC L461]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L461]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/462-L461, /root/open-lambda/test-dir/worker/handlers/L461, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc0004114c0 463 /root/open-lambda/test-dir/worker/sock-handlers/463 /root/open-lambda/test-dir/worker/lambda_code/462-L461 /root/open-lambda/test-dir/worker/handlers/L461/463 }) [SB 1]", "2019/06/28 22:33:08 Evict Sandbox 459", "2019/06/28 22:33:08 Destroy() [SB 459]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 459]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 459]", "2019/06/28 22:33:08 ...returns &{0xc000369d50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 463]", "2019/06/28 22:33:08 Pause() [SB 463]", "2019/06/28 22:33:08 Receive request to /run/L462", "2019/06/28 22:33:08 debug: LambdaFunc.Task() runs on goroutine 5102 [FUNC L462]", "2019/06/28 22:33:08 increase instances to 1 [FUNC L462]", "2019/06/28 22:33:08 .Create(/root/open-lambda/test-dir/worker/lambda_code/463-L462, /root/open-lambda/test-dir/worker/handlers/L462, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:08 fork(&{0xc0000826e0 0xc00000f0a0 464 /root/open-lambda/test-dir/worker/sock-handlers/464 /root/open-lambda/test-dir/worker/lambda_code/463-L462 /root/open-lambda/test-dir/worker/handlers/L462/464 }) [SB 1]", "2019/06/28 22:33:08 ...returns &{0xc000b64310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:08 Channel() [SB 464]", "2019/06/28 22:33:08 Evict Sandbox 460", "2019/06/28 22:33:08 Destroy() [SB 460]", "2019/06/28 22:33:08 kill all procs in CG [SOCK 460]", "2019/06/28 22:33:08 unmount and remove dirs [SOCK 460]", "2019/06/28 22:33:09 Pause() [SB 464]", "2019/06/28 22:33:09 Receive request to /run/L463", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5113 [FUNC L463]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L463]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/464-L463, /root/open-lambda/test-dir/worker/handlers/L463, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f0c0 465 /root/open-lambda/test-dir/worker/sock-handlers/465 /root/open-lambda/test-dir/worker/lambda_code/464-L463 /root/open-lambda/test-dir/worker/handlers/L463/465 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000b64690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 465]", "2019/06/28 22:33:09 Evict Sandbox 461", "2019/06/28 22:33:09 Destroy() [SB 461]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 461]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 461]", "2019/06/28 22:33:09 Pause() [SB 465]", "2019/06/28 22:33:09 Receive request to /run/L464", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5124 [FUNC L464]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L464]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/465-L464, /root/open-lambda/test-dir/worker/handlers/L464, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f0e0 466 /root/open-lambda/test-dir/worker/sock-handlers/466 /root/open-lambda/test-dir/worker/lambda_code/465-L464 /root/open-lambda/test-dir/worker/handlers/L464/466 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000b64a10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 466]", "2019/06/28 22:33:09 Evict Sandbox 462", "2019/06/28 22:33:09 Destroy() [SB 462]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 462]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 462]", "2019/06/28 22:33:09 Pause() [SB 466]", "2019/06/28 22:33:09 Receive request to /run/L465", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5135 [FUNC L465]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L465]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/466-L465, /root/open-lambda/test-dir/worker/handlers/L465, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f100 467 /root/open-lambda/test-dir/worker/sock-handlers/467 /root/open-lambda/test-dir/worker/lambda_code/466-L465 /root/open-lambda/test-dir/worker/handlers/L465/467 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000b64d20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 467]", "2019/06/28 22:33:09 Evict Sandbox 463", "2019/06/28 22:33:09 Destroy() [SB 463]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 463]", "2019/06/28 22:33:09 waiting for 1 procs in cg-22 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 463]", "2019/06/28 22:33:09 Pause() [SB 467]", "2019/06/28 22:33:09 Receive request to /run/L466", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5146 [FUNC L466]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L466]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/467-L466, /root/open-lambda/test-dir/worker/handlers/L466, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f120 468 /root/open-lambda/test-dir/worker/sock-handlers/468 /root/open-lambda/test-dir/worker/lambda_code/467-L466 /root/open-lambda/test-dir/worker/handlers/L466/468 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000b65030 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 468]", "2019/06/28 22:33:09 Evict Sandbox 464", "2019/06/28 22:33:09 Destroy() [SB 464]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 464]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 464]", "2019/06/28 22:33:09 Pause() [SB 468]", "2019/06/28 22:33:09 Receive request to /run/L467", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5157 [FUNC L467]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L467]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/468-L467, /root/open-lambda/test-dir/worker/handlers/L467, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f2c0 469 /root/open-lambda/test-dir/worker/sock-handlers/469 /root/open-lambda/test-dir/worker/lambda_code/468-L467 /root/open-lambda/test-dir/worker/handlers/L467/469 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000b65340 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 469]", "2019/06/28 22:33:09 Evict Sandbox 465", "2019/06/28 22:33:09 Destroy() [SB 465]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 465]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 465]", "2019/06/28 22:33:09 Pause() [SB 469]", "2019/06/28 22:33:09 Receive request to /run/L468", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5168 [FUNC L468]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L468]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/469-L468, /root/open-lambda/test-dir/worker/handlers/L468, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f2e0 470 /root/open-lambda/test-dir/worker/sock-handlers/470 /root/open-lambda/test-dir/worker/lambda_code/469-L468 /root/open-lambda/test-dir/worker/handlers/L468/470 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000368460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 470]", "2019/06/28 22:33:09 Evict Sandbox 466", "2019/06/28 22:33:09 Destroy() [SB 466]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 466]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 466]", "2019/06/28 22:33:09 Pause() [SB 470]", "2019/06/28 22:33:09 Receive request to /run/L469", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5179 [FUNC L469]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L469]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/470-L469, /root/open-lambda/test-dir/worker/handlers/L469, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f300 471 /root/open-lambda/test-dir/worker/sock-handlers/471 /root/open-lambda/test-dir/worker/lambda_code/470-L469 /root/open-lambda/test-dir/worker/handlers/L469/471 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000369260 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 471]", "2019/06/28 22:33:09 Evict Sandbox 467", "2019/06/28 22:33:09 Destroy() [SB 467]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 467]", "2019/06/28 22:33:09 waiting for 1 procs in cg-4 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 467]", "2019/06/28 22:33:09 Pause() [SB 471]", "2019/06/28 22:33:09 Receive request to /run/L470", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5190 [FUNC L470]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L470]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/471-L470, /root/open-lambda/test-dir/worker/handlers/L470, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f320 472 /root/open-lambda/test-dir/worker/sock-handlers/472 /root/open-lambda/test-dir/worker/lambda_code/471-L470 /root/open-lambda/test-dir/worker/handlers/L470/472 }) [SB 1]", "2019/06/28 22:33:09 Evict Sandbox 468", "2019/06/28 22:33:09 Destroy() [SB 468]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 468]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 468]", "2019/06/28 22:33:09 ...returns &{0xc000369c70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 472]", "2019/06/28 22:33:09 Pause() [SB 472]", "2019/06/28 22:33:09 Receive request to /run/L471", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5201 [FUNC L471]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L471]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/472-L471, /root/open-lambda/test-dir/worker/handlers/L471, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f340 473 /root/open-lambda/test-dir/worker/sock-handlers/473 /root/open-lambda/test-dir/worker/lambda_code/472-L471 /root/open-lambda/test-dir/worker/handlers/L471/473 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000a80700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 473]", "2019/06/28 22:33:09 Evict Sandbox 469", "2019/06/28 22:33:09 Destroy() [SB 469]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 469]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 469]", "2019/06/28 22:33:09 Pause() [SB 473]", "2019/06/28 22:33:09 Receive request to /run/L472", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5212 [FUNC L472]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L472]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/473-L472, /root/open-lambda/test-dir/worker/handlers/L472, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f360 474 /root/open-lambda/test-dir/worker/sock-handlers/474 /root/open-lambda/test-dir/worker/lambda_code/473-L472 /root/open-lambda/test-dir/worker/handlers/L472/474 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000a80cb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 474]", "2019/06/28 22:33:09 Evict Sandbox 470", "2019/06/28 22:33:09 Destroy() [SB 470]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 470]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 470]", "2019/06/28 22:33:09 Pause() [SB 474]", "2019/06/28 22:33:09 Receive request to /run/L473", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5223 [FUNC L473]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L473]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/474-L473, /root/open-lambda/test-dir/worker/handlers/L473, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f380 475 /root/open-lambda/test-dir/worker/sock-handlers/475 /root/open-lambda/test-dir/worker/lambda_code/474-L473 /root/open-lambda/test-dir/worker/handlers/L473/475 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000a81340 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 475]", "2019/06/28 22:33:09 Evict Sandbox 471", "2019/06/28 22:33:09 Destroy() [SB 471]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 471]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 471]", "2019/06/28 22:33:09 Pause() [SB 475]", "2019/06/28 22:33:09 Receive request to /run/L474", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5234 [FUNC L474]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L474]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/475-L474, /root/open-lambda/test-dir/worker/handlers/L474, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f3a0 476 /root/open-lambda/test-dir/worker/sock-handlers/476 /root/open-lambda/test-dir/worker/lambda_code/475-L474 /root/open-lambda/test-dir/worker/handlers/L474/476 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000a81a40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 476]", "2019/06/28 22:33:09 Evict Sandbox 472", "2019/06/28 22:33:09 Destroy() [SB 472]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 472]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 472]", "2019/06/28 22:33:09 Pause() [SB 476]", "2019/06/28 22:33:09 Receive request to /run/L475", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5245 [FUNC L475]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L475]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/476-L475, /root/open-lambda/test-dir/worker/handlers/L475, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f3c0 477 /root/open-lambda/test-dir/worker/sock-handlers/477 /root/open-lambda/test-dir/worker/lambda_code/476-L475 /root/open-lambda/test-dir/worker/handlers/L475/477 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc0003dc2a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 477]", "2019/06/28 22:33:09 Evict Sandbox 473", "2019/06/28 22:33:09 Destroy() [SB 473]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 473]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 473]", "2019/06/28 22:33:09 Pause() [SB 477]", "2019/06/28 22:33:09 Receive request to /run/L476", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5256 [FUNC L476]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L476]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/477-L476, /root/open-lambda/test-dir/worker/handlers/L476, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f3e0 478 /root/open-lambda/test-dir/worker/sock-handlers/478 /root/open-lambda/test-dir/worker/lambda_code/477-L476 /root/open-lambda/test-dir/worker/handlers/L476/478 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc00085e930 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 478]", "2019/06/28 22:33:09 Evict Sandbox 474", "2019/06/28 22:33:09 Destroy() [SB 474]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 474]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 474]", "2019/06/28 22:33:09 Pause() [SB 478]", "2019/06/28 22:33:09 Receive request to /run/L477", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5267 [FUNC L477]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L477]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/478-L477, /root/open-lambda/test-dir/worker/handlers/L477, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f400 479 /root/open-lambda/test-dir/worker/sock-handlers/479 /root/open-lambda/test-dir/worker/lambda_code/478-L477 /root/open-lambda/test-dir/worker/handlers/L477/479 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc00085f2d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 479]", "2019/06/28 22:33:09 Evict Sandbox 475", "2019/06/28 22:33:09 Destroy() [SB 475]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 475]", "2019/06/28 22:33:09 waiting for 1 procs in cg-12 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 475]", "2019/06/28 22:33:09 Pause() [SB 479]", "2019/06/28 22:33:09 Receive request to /run/L478", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5278 [FUNC L478]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L478]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/479-L478, /root/open-lambda/test-dir/worker/handlers/L478, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f420 480 /root/open-lambda/test-dir/worker/sock-handlers/480 /root/open-lambda/test-dir/worker/lambda_code/479-L478 /root/open-lambda/test-dir/worker/handlers/L478/480 }) [SB 1]", "2019/06/28 22:33:09 Evict Sandbox 476", "2019/06/28 22:33:09 Destroy() [SB 476]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 476]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 476]", "2019/06/28 22:33:09 ...returns &{0xc00085fab0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 480]", "2019/06/28 22:33:09 Pause() [SB 480]", "2019/06/28 22:33:09 Receive request to /run/L479", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5289 [FUNC L479]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L479]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/480-L479, /root/open-lambda/test-dir/worker/handlers/L479, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000fb60 481 /root/open-lambda/test-dir/worker/sock-handlers/481 /root/open-lambda/test-dir/worker/lambda_code/480-L479 /root/open-lambda/test-dir/worker/handlers/L479/481 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc0004e80e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 481]", "2019/06/28 22:33:09 Evict Sandbox 477", "2019/06/28 22:33:09 Destroy() [SB 477]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 477]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 477]", "2019/06/28 22:33:09 Pause() [SB 481]", "2019/06/28 22:33:09 Receive request to /run/L480", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5300 [FUNC L480]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L480]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/481-L480, /root/open-lambda/test-dir/worker/handlers/L480, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc000410200 482 /root/open-lambda/test-dir/worker/sock-handlers/482 /root/open-lambda/test-dir/worker/lambda_code/481-L480 /root/open-lambda/test-dir/worker/handlers/L480/482 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc0004e9730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 482]", "2019/06/28 22:33:09 Evict Sandbox 478", "2019/06/28 22:33:09 Destroy() [SB 478]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 478]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 478]", "2019/06/28 22:33:09 Pause() [SB 482]", "2019/06/28 22:33:09 Receive request to /run/L481", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5311 [FUNC L481]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L481]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/482-L481, /root/open-lambda/test-dir/worker/handlers/L481, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc000410800 483 /root/open-lambda/test-dir/worker/sock-handlers/483 /root/open-lambda/test-dir/worker/lambda_code/482-L481 /root/open-lambda/test-dir/worker/handlers/L481/483 }) [SB 1]", "2019/06/28 22:33:09 Evict Sandbox 479", "2019/06/28 22:33:09 Destroy() [SB 479]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 479]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 479]", "2019/06/28 22:33:09 ...returns &{0xc000b640e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 483]", "2019/06/28 22:33:09 Pause() [SB 483]", "2019/06/28 22:33:09 Receive request to /run/L482", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5322 [FUNC L482]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L482]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/483-L482, /root/open-lambda/test-dir/worker/handlers/L482, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc000410e60 484 /root/open-lambda/test-dir/worker/sock-handlers/484 /root/open-lambda/test-dir/worker/lambda_code/483-L482 /root/open-lambda/test-dir/worker/handlers/L482/484 }) [SB 1]", "2019/06/28 22:33:09 Evict Sandbox 480", "2019/06/28 22:33:09 Destroy() [SB 480]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 480]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 480]", "2019/06/28 22:33:09 ...returns &{0xc000b64540 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 484]", "2019/06/28 22:33:09 Pause() [SB 484]", "2019/06/28 22:33:09 Receive request to /run/L483", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5333 [FUNC L483]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L483]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/484-L483, /root/open-lambda/test-dir/worker/handlers/L483, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc0004114c0 485 /root/open-lambda/test-dir/worker/sock-handlers/485 /root/open-lambda/test-dir/worker/lambda_code/484-L483 /root/open-lambda/test-dir/worker/handlers/L483/485 }) [SB 1]", "2019/06/28 22:33:09 Evict Sandbox 481", "2019/06/28 22:33:09 Destroy() [SB 481]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 481]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 481]", "2019/06/28 22:33:09 ...returns &{0xc000b64930 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 485]", "2019/06/28 22:33:09 Pause() [SB 485]", "2019/06/28 22:33:09 Receive request to /run/L484", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5344 [FUNC L484]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L484]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/485-L484, /root/open-lambda/test-dir/worker/handlers/L484, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f0a0 486 /root/open-lambda/test-dir/worker/sock-handlers/486 /root/open-lambda/test-dir/worker/lambda_code/485-L484 /root/open-lambda/test-dir/worker/handlers/L484/486 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000b64cb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 486]", "2019/06/28 22:33:09 Evict Sandbox 482", "2019/06/28 22:33:09 Destroy() [SB 482]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 482]", "2019/06/28 22:33:09 waiting for 1 procs in cg-19 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 482]", "2019/06/28 22:33:09 Pause() [SB 486]", "2019/06/28 22:33:09 Receive request to /run/L485", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5355 [FUNC L485]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L485]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/486-L485, /root/open-lambda/test-dir/worker/handlers/L485, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f0c0 487 /root/open-lambda/test-dir/worker/sock-handlers/487 /root/open-lambda/test-dir/worker/lambda_code/486-L485 /root/open-lambda/test-dir/worker/handlers/L485/487 }) [SB 1]", "2019/06/28 22:33:09 Evict Sandbox 483", "2019/06/28 22:33:09 Destroy() [SB 483]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 483]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 483]", "2019/06/28 22:33:09 ...returns &{0xc000b650a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 487]", "2019/06/28 22:33:09 Pause() [SB 487]", "2019/06/28 22:33:09 Receive request to /run/L486", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5366 [FUNC L486]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L486]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/487-L486, /root/open-lambda/test-dir/worker/handlers/L486, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f0e0 488 /root/open-lambda/test-dir/worker/sock-handlers/488 /root/open-lambda/test-dir/worker/lambda_code/487-L486 /root/open-lambda/test-dir/worker/handlers/L486/488 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000b65650 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 488]", "2019/06/28 22:33:09 Evict Sandbox 484", "2019/06/28 22:33:09 Destroy() [SB 484]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 484]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 484]", "2019/06/28 22:33:09 Pause() [SB 488]", "2019/06/28 22:33:09 Receive request to /run/L487", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5377 [FUNC L487]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L487]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/488-L487, /root/open-lambda/test-dir/worker/handlers/L487, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f100 489 /root/open-lambda/test-dir/worker/sock-handlers/489 /root/open-lambda/test-dir/worker/lambda_code/488-L487 /root/open-lambda/test-dir/worker/handlers/L487/489 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000b65960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 489]", "2019/06/28 22:33:09 Evict Sandbox 485", "2019/06/28 22:33:09 Destroy() [SB 485]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 485]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 485]", "2019/06/28 22:33:09 Pause() [SB 489]", "2019/06/28 22:33:09 Receive request to /run/L488", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5388 [FUNC L488]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L488]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/489-L488, /root/open-lambda/test-dir/worker/handlers/L488, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f120 490 /root/open-lambda/test-dir/worker/sock-handlers/490 /root/open-lambda/test-dir/worker/lambda_code/489-L488 /root/open-lambda/test-dir/worker/handlers/L488/490 }) [SB 1]", "2019/06/28 22:33:09 ...returns &{0xc000b65c70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 490]", "2019/06/28 22:33:09 Evict Sandbox 486", "2019/06/28 22:33:09 Destroy() [SB 486]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 486]", "2019/06/28 22:33:09 waiting for 1 procs in cg-1 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 486]", "2019/06/28 22:33:09 Pause() [SB 490]", "2019/06/28 22:33:09 Receive request to /run/L489", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5399 [FUNC L489]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L489]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/490-L489, /root/open-lambda/test-dir/worker/handlers/L489, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f2c0 491 /root/open-lambda/test-dir/worker/sock-handlers/491 /root/open-lambda/test-dir/worker/lambda_code/490-L489 /root/open-lambda/test-dir/worker/handlers/L489/491 }) [SB 1]", "2019/06/28 22:33:09 Evict Sandbox 487", "2019/06/28 22:33:09 Destroy() [SB 487]", "2019/06/28 22:33:09 kill all procs in CG [SOCK 487]", "2019/06/28 22:33:09 unmount and remove dirs [SOCK 487]", "2019/06/28 22:33:09 ...returns &{0xc000b65f80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:09 Channel() [SB 491]", "2019/06/28 22:33:09 Pause() [SB 491]", "2019/06/28 22:33:09 Receive request to /run/L490", "2019/06/28 22:33:09 debug: LambdaFunc.Task() runs on goroutine 5410 [FUNC L490]", "2019/06/28 22:33:09 increase instances to 1 [FUNC L490]", "2019/06/28 22:33:09 .Create(/root/open-lambda/test-dir/worker/lambda_code/491-L490, /root/open-lambda/test-dir/worker/handlers/L490, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:09 fork(&{0xc0000826e0 0xc00000f2e0 492 /root/open-lambda/test-dir/worker/sock-handlers/492 /root/open-lambda/test-dir/worker/lambda_code/491-L490 /root/open-lambda/test-dir/worker/handlers/L490/492 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc000b64380 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 492]", "2019/06/28 22:33:10 Evict Sandbox 488", "2019/06/28 22:33:10 Destroy() [SB 488]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 488]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 488]", "2019/06/28 22:33:10 Pause() [SB 492]", "2019/06/28 22:33:10 Receive request to /run/L491", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5421 [FUNC L491]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L491]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/492-L491, /root/open-lambda/test-dir/worker/handlers/L491, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f300 493 /root/open-lambda/test-dir/worker/sock-handlers/493 /root/open-lambda/test-dir/worker/lambda_code/492-L491 /root/open-lambda/test-dir/worker/handlers/L491/493 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc000b64850 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 493]", "2019/06/28 22:33:10 Evict Sandbox 489", "2019/06/28 22:33:10 Destroy() [SB 489]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 489]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 489]", "2019/06/28 22:33:10 Pause() [SB 493]", "2019/06/28 22:33:10 Receive request to /run/L492", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5432 [FUNC L492]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L492]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/493-L492, /root/open-lambda/test-dir/worker/handlers/L492, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f320 494 /root/open-lambda/test-dir/worker/sock-handlers/494 /root/open-lambda/test-dir/worker/lambda_code/493-L492 /root/open-lambda/test-dir/worker/handlers/L492/494 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc000b64c40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 494]", "2019/06/28 22:33:10 Evict Sandbox 490", "2019/06/28 22:33:10 Destroy() [SB 490]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 490]", "2019/06/28 22:33:10 waiting for 1 procs in cg-5 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 490]", "2019/06/28 22:33:10 Pause() [SB 494]", "2019/06/28 22:33:10 Receive request to /run/L493", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5443 [FUNC L493]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L493]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/494-L493, /root/open-lambda/test-dir/worker/handlers/L493, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f340 495 /root/open-lambda/test-dir/worker/sock-handlers/495 /root/open-lambda/test-dir/worker/lambda_code/494-L493 /root/open-lambda/test-dir/worker/handlers/L493/495 }) [SB 1]", "2019/06/28 22:33:10 Evict Sandbox 491", "2019/06/28 22:33:10 Evict Sandbox 492", "2019/06/28 22:33:10 Destroy() [SB 492]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 492]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 492]", "2019/06/28 22:33:10 ...returns &{0xc000b65110 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 495]", "2019/06/28 22:33:10 Destroy() [SB 491]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 491]", "2019/06/28 22:33:10 waiting for 1 procs in cg-6 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 491]", "2019/06/28 22:33:10 Pause() [SB 495]", "2019/06/28 22:33:10 Receive request to /run/L494", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5455 [FUNC L494]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L494]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/495-L494, /root/open-lambda/test-dir/worker/handlers/L494, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f360 496 /root/open-lambda/test-dir/worker/sock-handlers/496 /root/open-lambda/test-dir/worker/lambda_code/495-L494 /root/open-lambda/test-dir/worker/handlers/L494/496 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc000b65490 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 496]", "2019/06/28 22:33:10 Pause() [SB 496]", "2019/06/28 22:33:10 Receive request to /run/L495", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5465 [FUNC L495]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L495]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/496-L495, /root/open-lambda/test-dir/worker/handlers/L495, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f380 497 /root/open-lambda/test-dir/worker/sock-handlers/497 /root/open-lambda/test-dir/worker/lambda_code/496-L495 /root/open-lambda/test-dir/worker/handlers/L495/497 }) [SB 1]", "2019/06/28 22:33:10 Evict Sandbox 493", "2019/06/28 22:33:10 Destroy() [SB 493]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 493]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 493]", "2019/06/28 22:33:10 ...returns &{0xc000b65810 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 497]", "2019/06/28 22:33:10 Pause() [SB 497]", "2019/06/28 22:33:10 Receive request to /run/L496", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5476 [FUNC L496]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L496]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/497-L496, /root/open-lambda/test-dir/worker/handlers/L496, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f3a0 498 /root/open-lambda/test-dir/worker/sock-handlers/498 /root/open-lambda/test-dir/worker/lambda_code/497-L496 /root/open-lambda/test-dir/worker/handlers/L496/498 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc000b65b90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 498]", "2019/06/28 22:33:10 Evict Sandbox 494", "2019/06/28 22:33:10 Destroy() [SB 494]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 494]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 494]", "2019/06/28 22:33:10 Pause() [SB 498]", "2019/06/28 22:33:10 Receive request to /run/L497", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5487 [FUNC L497]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L497]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/498-L497, /root/open-lambda/test-dir/worker/handlers/L497, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f3c0 499 /root/open-lambda/test-dir/worker/sock-handlers/499 /root/open-lambda/test-dir/worker/lambda_code/498-L497 /root/open-lambda/test-dir/worker/handlers/L497/499 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc000b65f10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 499]", "2019/06/28 22:33:10 Evict Sandbox 495", "2019/06/28 22:33:10 Destroy() [SB 495]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 495]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 495]", "2019/06/28 22:33:10 Pause() [SB 499]", "2019/06/28 22:33:10 Receive request to /run/L498", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5498 [FUNC L498]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L498]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/499-L498, /root/open-lambda/test-dir/worker/handlers/L498, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f3e0 500 /root/open-lambda/test-dir/worker/sock-handlers/500 /root/open-lambda/test-dir/worker/lambda_code/499-L498 /root/open-lambda/test-dir/worker/handlers/L498/500 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc0004e97a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 500]", "2019/06/28 22:33:10 Evict Sandbox 496", "2019/06/28 22:33:10 Destroy() [SB 496]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 496]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 496]", "2019/06/28 22:33:10 Pause() [SB 500]", "2019/06/28 22:33:10 Receive request to /run/L499", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5509 [FUNC L499]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L499]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/500-L499, /root/open-lambda/test-dir/worker/handlers/L499, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f400 501 /root/open-lambda/test-dir/worker/sock-handlers/501 /root/open-lambda/test-dir/worker/lambda_code/500-L499 /root/open-lambda/test-dir/worker/handlers/L499/501 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc00085e2a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 501]", "2019/06/28 22:33:10 Evict Sandbox 497", "2019/06/28 22:33:10 Destroy() [SB 497]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 497]", "2019/06/28 22:33:10 waiting for 1 procs in cg-12 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 497]", "2019/06/28 22:33:10 Pause() [SB 501]", "2019/06/28 22:33:10 Receive request to /run/L500", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5520 [FUNC L500]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L500]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/501-L500, /root/open-lambda/test-dir/worker/handlers/L500, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f420 502 /root/open-lambda/test-dir/worker/sock-handlers/502 /root/open-lambda/test-dir/worker/lambda_code/501-L500 /root/open-lambda/test-dir/worker/handlers/L500/502 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc00085efc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 502]", "2019/06/28 22:33:10 Evict Sandbox 498", "2019/06/28 22:33:10 Destroy() [SB 498]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 498]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 498]", "2019/06/28 22:33:10 Pause() [SB 502]", "2019/06/28 22:33:10 Receive request to /run/L501", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5531 [FUNC L501]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L501]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/502-L501, /root/open-lambda/test-dir/worker/handlers/L501, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000fb60 503 /root/open-lambda/test-dir/worker/sock-handlers/503 /root/open-lambda/test-dir/worker/lambda_code/502-L501 /root/open-lambda/test-dir/worker/handlers/L501/503 }) [SB 1]", "2019/06/28 22:33:10 Evict Sandbox 499", "2019/06/28 22:33:10 Destroy() [SB 499]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 499]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 499]", "2019/06/28 22:33:10 ...returns &{0xc00085f8f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 503]", "2019/06/28 22:33:10 Pause() [SB 503]", "2019/06/28 22:33:10 Receive request to /run/L502", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5542 [FUNC L502]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L502]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/503-L502, /root/open-lambda/test-dir/worker/handlers/L502, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc000410200 504 /root/open-lambda/test-dir/worker/sock-handlers/504 /root/open-lambda/test-dir/worker/lambda_code/503-L502 /root/open-lambda/test-dir/worker/handlers/L502/504 }) [SB 1]", "2019/06/28 22:33:10 Evict Sandbox 500", "2019/06/28 22:33:10 Destroy() [SB 500]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 500]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 500]", "2019/06/28 22:33:10 ...returns &{0xc0003dd650 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 504]", "2019/06/28 22:33:10 Pause() [SB 504]", "2019/06/28 22:33:10 Receive request to /run/L503", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5553 [FUNC L503]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L503]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/504-L503, /root/open-lambda/test-dir/worker/handlers/L503, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc000410800 505 /root/open-lambda/test-dir/worker/sock-handlers/505 /root/open-lambda/test-dir/worker/lambda_code/504-L503 /root/open-lambda/test-dir/worker/handlers/L503/505 }) [SB 1]", "2019/06/28 22:33:10 Evict Sandbox 501", "2019/06/28 22:33:10 Destroy() [SB 501]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 501]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 501]", "2019/06/28 22:33:10 ...returns &{0xc000a80770 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 505]", "2019/06/28 22:33:10 Pause() [SB 505]", "2019/06/28 22:33:10 Receive request to /run/L504", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5564 [FUNC L504]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L504]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/505-L504, /root/open-lambda/test-dir/worker/handlers/L504, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc000410e60 506 /root/open-lambda/test-dir/worker/sock-handlers/506 /root/open-lambda/test-dir/worker/lambda_code/505-L504 /root/open-lambda/test-dir/worker/handlers/L504/506 }) [SB 1]", "2019/06/28 22:33:10 Evict Sandbox 502", "2019/06/28 22:33:10 Destroy() [SB 502]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 502]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 502]", "2019/06/28 22:33:10 ...returns &{0xc000a80e70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 506]", "2019/06/28 22:33:10 Pause() [SB 506]", "2019/06/28 22:33:10 Receive request to /run/L505", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5575 [FUNC L505]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L505]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/506-L505, /root/open-lambda/test-dir/worker/handlers/L505, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc0004114c0 507 /root/open-lambda/test-dir/worker/sock-handlers/507 /root/open-lambda/test-dir/worker/lambda_code/506-L505 /root/open-lambda/test-dir/worker/handlers/L505/507 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc000a81650 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 507]", "2019/06/28 22:33:10 Evict Sandbox 503", "2019/06/28 22:33:10 Destroy() [SB 503]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 503]", "2019/06/28 22:33:10 waiting for 1 procs in cg-18 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:10 Evict Sandbox 504", "2019/06/28 22:33:10 Destroy() [SB 504]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 504]", "2019/06/28 22:33:10 waiting for 1 procs in cg-19 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 503]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 504]", "2019/06/28 22:33:10 Pause() [SB 507]", "2019/06/28 22:33:10 Receive request to /run/L506", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5587 [FUNC L506]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L506]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/507-L506, /root/open-lambda/test-dir/worker/handlers/L506, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f0a0 508 /root/open-lambda/test-dir/worker/sock-handlers/508 /root/open-lambda/test-dir/worker/lambda_code/507-L506 /root/open-lambda/test-dir/worker/handlers/L506/508 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc000a81ea0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 508]", "2019/06/28 22:33:10 Pause() [SB 508]", "2019/06/28 22:33:10 Receive request to /run/L507", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5597 [FUNC L507]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L507]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/508-L507, /root/open-lambda/test-dir/worker/handlers/L507, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f0c0 509 /root/open-lambda/test-dir/worker/sock-handlers/509 /root/open-lambda/test-dir/worker/lambda_code/508-L507 /root/open-lambda/test-dir/worker/handlers/L507/509 }) [SB 1]", "2019/06/28 22:33:10 Evict Sandbox 505", "2019/06/28 22:33:10 Destroy() [SB 505]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 505]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 505]", "2019/06/28 22:33:10 ...returns &{0xc000368fc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 509]", "2019/06/28 22:33:10 Pause() [SB 509]", "2019/06/28 22:33:10 Receive request to /run/L508", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5608 [FUNC L508]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L508]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/509-L508, /root/open-lambda/test-dir/worker/handlers/L508, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f0e0 510 /root/open-lambda/test-dir/worker/sock-handlers/510 /root/open-lambda/test-dir/worker/lambda_code/509-L508 /root/open-lambda/test-dir/worker/handlers/L508/510 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc000cb2000 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 510]", "2019/06/28 22:33:10 Evict Sandbox 506", "2019/06/28 22:33:10 Destroy() [SB 506]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 506]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 506]", "2019/06/28 22:33:10 Pause() [SB 510]", "2019/06/28 22:33:10 Receive request to /run/L509", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5619 [FUNC L509]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L509]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/510-L509, /root/open-lambda/test-dir/worker/handlers/L509, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f100 511 /root/open-lambda/test-dir/worker/sock-handlers/511 /root/open-lambda/test-dir/worker/lambda_code/510-L509 /root/open-lambda/test-dir/worker/handlers/L509/511 }) [SB 1]", "2019/06/28 22:33:10 Evict Sandbox 507", "2019/06/28 22:33:10 Destroy() [SB 507]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 507]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 507]", "2019/06/28 22:33:10 ...returns &{0xc000cb2310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 511]", "2019/06/28 22:33:10 Pause() [SB 511]", "2019/06/28 22:33:10 Receive request to /run/L510", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5630 [FUNC L510]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L510]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/511-L510, /root/open-lambda/test-dir/worker/handlers/L510, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f120 512 /root/open-lambda/test-dir/worker/sock-handlers/512 /root/open-lambda/test-dir/worker/lambda_code/511-L510 /root/open-lambda/test-dir/worker/handlers/L510/512 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc000cb2620 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 512]", "2019/06/28 22:33:10 Evict Sandbox 508", "2019/06/28 22:33:10 Destroy() [SB 508]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 508]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 508]", "2019/06/28 22:33:10 Pause() [SB 512]", "2019/06/28 22:33:10 Receive request to /run/L511", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5641 [FUNC L511]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L511]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/512-L511, /root/open-lambda/test-dir/worker/handlers/L511, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f2e0 513 /root/open-lambda/test-dir/worker/sock-handlers/513 /root/open-lambda/test-dir/worker/lambda_code/512-L511 /root/open-lambda/test-dir/worker/handlers/L511/513 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc000cb2930 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 513]", "2019/06/28 22:33:10 Evict Sandbox 509", "2019/06/28 22:33:10 Destroy() [SB 509]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 509]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 509]", "2019/06/28 22:33:10 Pause() [SB 513]", "2019/06/28 22:33:10 Receive request to /run/L512", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5652 [FUNC L512]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L512]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/513-L512, /root/open-lambda/test-dir/worker/handlers/L512, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f2c0 514 /root/open-lambda/test-dir/worker/sock-handlers/514 /root/open-lambda/test-dir/worker/lambda_code/513-L512 /root/open-lambda/test-dir/worker/handlers/L512/514 }) [SB 1]", "send chrootFD=4", "send chrootFD=9", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=5", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=8", "send chrootFD=5", "send chrootFD=6", "send chrootFD=9", "send chrootFD=4", "send chrootFD=7", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=6", "send chrootFD=8", "send chrootFD=5", "send chrootFD=7", "send chrootFD=9", "send chrootFD=6", "send chrootFD=4", "send chrootFD=8", "send chrootFD=7", "send chrootFD=9", "send chrootFD=6", "send chrootFD=5", "send chrootFD=8", "send chrootFD=7", "send chrootFD=9", "send chrootFD=6", "send chrootFD=5", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=4", "send chrootFD=9", "send chrootFD=7", "send chrootFD=8", "send chrootFD=6", "send chrootFD=5", "send chrootFD=9", "send chrootFD=7", "send chrootFD=8", "send chrootFD=6", "send chrootFD=6", "send chrootFD=9", "send chrootFD=7", "send chrootFD=8", "send chrootFD=4", "send chrootFD=5", "send chrootFD=6", "send chrootFD=9", "send chrootFD=7", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=7", "send chrootFD=5", "send chrootFD=6", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=4", "send chrootFD=9", "send chrootFD=8", "send chrootFD=8", "send chrootFD=6", "send chrootFD=5", "send chrootFD=9", "send chrootFD=4", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=7", "send chrootFD=6", "send chrootFD=6", "send chrootFD=4", "send chrootFD=8", "send chrootFD=9", "send chrootFD=8", "send chrootFD=6", "send chrootFD=5", "send chrootFD=7", "send chrootFD=9", "send chrootFD=9", "send chrootFD=6", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=4", "send chrootFD=6", "send chrootFD=7", "send chrootFD=5", "send chrootFD=8", "send chrootFD=9", "send chrootFD=6", "send chrootFD=7", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=6", "send chrootFD=5", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=6", "send chrootFD=5", "send chrootFD=7", "send chrootFD=8", "send chrootFD=4", "send chrootFD=9", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=5", "send chrootFD=9", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=5", "send chrootFD=9", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=5", "send chrootFD=9", "send chrootFD=9", "send chrootFD=4", "send chrootFD=8", "send chrootFD=7", "send chrootFD=7", "send chrootFD=9", "send chrootFD=5", "send chrootFD=8", "send chrootFD=6", "send chrootFD=7", "send chrootFD=9", "send chrootFD=4", "send chrootFD=8", "send chrootFD=8", "send chrootFD=7", "send chrootFD=9", "send chrootFD=5", "send chrootFD=6", "send chrootFD=8", "send chrootFD=4", "send chrootFD=9", "send chrootFD=7", "send chrootFD=6", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=7", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=6", "send chrootFD=5", "send chrootFD=4", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=5", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=7", "send chrootFD=5", "send chrootFD=6", "send chrootFD=8", "send chrootFD=9", "send chrootFD=7", "send chrootFD=5", "send chrootFD=6", "send chrootFD=8", "send chrootFD=9", "send chrootFD=4", "send chrootFD=9", "send chrootFD=6", "send chrootFD=8", "send chrootFD=7", "send chrootFD=5", "send chrootFD=9", "send chrootFD=9", "send chrootFD=8", "send chrootFD=7", "send chrootFD=5", "send chrootFD=6", "send chrootFD=9", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=6", "send chrootFD=9", "send chrootFD=7", "send chrootFD=5", "send chrootFD=8", "send chrootFD=4", "send chrootFD=9", "send chrootFD=7", "send chrootFD=7", "send chrootFD=8", "send chrootFD=6", "send chrootFD=9", "send chrootFD=5", "send chrootFD=7", "send chrootFD=8", "send chrootFD=6", "send chrootFD=9", "send chrootFD=5", "send chrootFD=7", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=5", "send chrootFD=7", "send chrootFD=6", "send chrootFD=8", "send chrootFD=9", "send chrootFD=4", "send chrootFD=9", "send chrootFD=7", "send chrootFD=8", "send chrootFD=5", "send chrootFD=6", "send chrootFD=9", "send chrootFD=7", "send chrootFD=8", "send chrootFD=5", "send chrootFD=6", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=8", "send chrootFD=8", "send chrootFD=6", "send chrootFD=9", "send chrootFD=7", "2019/06/28 22:33:10 Evict Sandbox 510", "2019/06/28 22:33:10 Destroy() [SB 510]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 510]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 510]", "2019/06/28 22:33:10 ...returns &{0xc000cb2c40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 514]", "2019/06/28 22:33:10 Pause() [SB 514]", "2019/06/28 22:33:10 Receive request to /run/L513", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5663 [FUNC L513]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L513]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/514-L513, /root/open-lambda/test-dir/worker/handlers/L513, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f300 515 /root/open-lambda/test-dir/worker/sock-handlers/515 /root/open-lambda/test-dir/worker/lambda_code/514-L513 /root/open-lambda/test-dir/worker/handlers/L513/515 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc000cb22a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 515]", "2019/06/28 22:33:10 Evict Sandbox 511", "2019/06/28 22:33:10 Destroy() [SB 511]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 511]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 511]", "2019/06/28 22:33:10 Pause() [SB 515]", "2019/06/28 22:33:10 Receive request to /run/L514", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5674 [FUNC L514]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L514]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/515-L514, /root/open-lambda/test-dir/worker/handlers/L514, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f320 516 /root/open-lambda/test-dir/worker/sock-handlers/516 /root/open-lambda/test-dir/worker/lambda_code/515-L514 /root/open-lambda/test-dir/worker/handlers/L514/516 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc000cb2690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 516]", "2019/06/28 22:33:10 Evict Sandbox 512", "2019/06/28 22:33:10 Destroy() [SB 512]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 512]", "2019/06/28 22:33:10 waiting for 1 procs in cg-5 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 512]", "2019/06/28 22:33:10 Pause() [SB 516]", "2019/06/28 22:33:10 Receive request to /run/L515", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5685 [FUNC L515]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L515]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/516-L515, /root/open-lambda/test-dir/worker/handlers/L515, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f340 517 /root/open-lambda/test-dir/worker/sock-handlers/517 /root/open-lambda/test-dir/worker/lambda_code/516-L515 /root/open-lambda/test-dir/worker/handlers/L515/517 }) [SB 1]", "2019/06/28 22:33:10 Evict Sandbox 513", "2019/06/28 22:33:10 Destroy() [SB 513]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 513]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 513]", "2019/06/28 22:33:10 ...returns &{0xc000cb2a10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 517]", "2019/06/28 22:33:10 Pause() [SB 517]", "2019/06/28 22:33:10 Receive request to /run/L516", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5696 [FUNC L516]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L516]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/517-L516, /root/open-lambda/test-dir/worker/handlers/L516, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f360 518 /root/open-lambda/test-dir/worker/sock-handlers/518 /root/open-lambda/test-dir/worker/lambda_code/517-L516 /root/open-lambda/test-dir/worker/handlers/L516/518 }) [SB 1]", "2019/06/28 22:33:10 Evict Sandbox 514", "2019/06/28 22:33:10 Destroy() [SB 514]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 514]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 514]", "2019/06/28 22:33:10 ...returns &{0xc000cb2d90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 518]", "2019/06/28 22:33:10 Pause() [SB 518]", "2019/06/28 22:33:10 Receive request to /run/L517", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5707 [FUNC L517]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L517]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/518-L517, /root/open-lambda/test-dir/worker/handlers/L517, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f380 519 /root/open-lambda/test-dir/worker/sock-handlers/519 /root/open-lambda/test-dir/worker/lambda_code/518-L517 /root/open-lambda/test-dir/worker/handlers/L517/519 }) [SB 1]", "2019/06/28 22:33:10 ...returns &{0xc000cb30a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:10 Channel() [SB 519]", "2019/06/28 22:33:10 Evict Sandbox 515", "2019/06/28 22:33:10 Destroy() [SB 515]", "2019/06/28 22:33:10 kill all procs in CG [SOCK 515]", "2019/06/28 22:33:10 waiting for 1 procs in cg-8 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:10 unmount and remove dirs [SOCK 515]", "2019/06/28 22:33:10 Pause() [SB 519]", "2019/06/28 22:33:10 Receive request to /run/L518", "2019/06/28 22:33:10 debug: LambdaFunc.Task() runs on goroutine 5718 [FUNC L518]", "2019/06/28 22:33:10 increase instances to 1 [FUNC L518]", "2019/06/28 22:33:10 .Create(/root/open-lambda/test-dir/worker/lambda_code/519-L518, /root/open-lambda/test-dir/worker/handlers/L518, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:10 fork(&{0xc0000826e0 0xc00000f3a0 520 /root/open-lambda/test-dir/worker/sock-handlers/520 /root/open-lambda/test-dir/worker/lambda_code/519-L518 /root/open-lambda/test-dir/worker/handlers/L518/520 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc000cb33b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 520]", "2019/06/28 22:33:11 Evict Sandbox 516", "2019/06/28 22:33:11 Destroy() [SB 516]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 516]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 516]", "2019/06/28 22:33:11 Pause() [SB 520]", "2019/06/28 22:33:11 Receive request to /run/L519", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5729 [FUNC L519]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L519]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/520-L519, /root/open-lambda/test-dir/worker/handlers/L519, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f3c0 521 /root/open-lambda/test-dir/worker/sock-handlers/521 /root/open-lambda/test-dir/worker/lambda_code/520-L519 /root/open-lambda/test-dir/worker/handlers/L519/521 }) [SB 1]", "2019/06/28 22:33:11 Evict Sandbox 517", "2019/06/28 22:33:11 Destroy() [SB 517]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 517]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 517]", "2019/06/28 22:33:11 ...returns &{0xc000cb36c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 521]", "2019/06/28 22:33:11 Pause() [SB 521]", "2019/06/28 22:33:11 Receive request to /run/L520", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5740 [FUNC L520]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L520]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/521-L520, /root/open-lambda/test-dir/worker/handlers/L520, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f3e0 522 /root/open-lambda/test-dir/worker/sock-handlers/522 /root/open-lambda/test-dir/worker/lambda_code/521-L520 /root/open-lambda/test-dir/worker/handlers/L520/522 }) [SB 1]", "2019/06/28 22:33:11 Evict Sandbox 518", "2019/06/28 22:33:11 Destroy() [SB 518]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 518]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 518]", "2019/06/28 22:33:11 ...returns &{0xc000cb39d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 522]", "2019/06/28 22:33:11 Pause() [SB 522]", "2019/06/28 22:33:11 Receive request to /run/L521", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5751 [FUNC L521]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L521]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/522-L521, /root/open-lambda/test-dir/worker/handlers/L521, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f400 523 /root/open-lambda/test-dir/worker/sock-handlers/523 /root/open-lambda/test-dir/worker/lambda_code/522-L521 /root/open-lambda/test-dir/worker/handlers/L521/523 }) [SB 1]", "2019/06/28 22:33:11 Evict Sandbox 519", "2019/06/28 22:33:11 Destroy() [SB 519]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 519]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 519]", "2019/06/28 22:33:11 ...returns &{0xc000cb3ce0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 523]", "2019/06/28 22:33:11 Pause() [SB 523]", "2019/06/28 22:33:11 Receive request to /run/L522", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5762 [FUNC L522]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L522]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/523-L522, /root/open-lambda/test-dir/worker/handlers/L522, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f420 524 /root/open-lambda/test-dir/worker/sock-handlers/524 /root/open-lambda/test-dir/worker/lambda_code/523-L522 /root/open-lambda/test-dir/worker/handlers/L522/524 }) [SB 1]", "2019/06/28 22:33:11 Evict Sandbox 520", "2019/06/28 22:33:11 Destroy() [SB 520]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 520]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 520]", "2019/06/28 22:33:11 ...returns &{0xc0003684d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 524]", "2019/06/28 22:33:11 Pause() [SB 524]", "2019/06/28 22:33:11 Receive request to /run/L523", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5773 [FUNC L523]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L523]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/524-L523, /root/open-lambda/test-dir/worker/handlers/L523, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000fb60 525 /root/open-lambda/test-dir/worker/sock-handlers/525 /root/open-lambda/test-dir/worker/lambda_code/524-L523 /root/open-lambda/test-dir/worker/handlers/L523/525 }) [SB 1]", "2019/06/28 22:33:11 Evict Sandbox 521", "2019/06/28 22:33:11 Destroy() [SB 521]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 521]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 521]", "2019/06/28 22:33:11 ...returns &{0xc0003696c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 525]", "2019/06/28 22:33:11 Pause() [SB 525]", "2019/06/28 22:33:11 Receive request to /run/L524", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5784 [FUNC L524]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L524]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/525-L524, /root/open-lambda/test-dir/worker/handlers/L524, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc000410200 526 /root/open-lambda/test-dir/worker/sock-handlers/526 /root/open-lambda/test-dir/worker/lambda_code/525-L524 /root/open-lambda/test-dir/worker/handlers/L524/526 }) [SB 1]", "2019/06/28 22:33:11 Evict Sandbox 522", "2019/06/28 22:33:11 Destroy() [SB 522]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 522]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 522]", "2019/06/28 22:33:11 ...returns &{0xc000a80380 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 526]", "2019/06/28 22:33:11 Pause() [SB 526]", "2019/06/28 22:33:11 Receive request to /run/L525", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5795 [FUNC L525]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L525]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/526-L525, /root/open-lambda/test-dir/worker/handlers/L525, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc000410800 527 /root/open-lambda/test-dir/worker/sock-handlers/527 /root/open-lambda/test-dir/worker/lambda_code/526-L525 /root/open-lambda/test-dir/worker/handlers/L525/527 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc000a80c40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 527]", "2019/06/28 22:33:11 Evict Sandbox 523", "2019/06/28 22:33:11 Destroy() [SB 523]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 523]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 523]", "2019/06/28 22:33:11 Pause() [SB 527]", "2019/06/28 22:33:11 Receive request to /run/L526", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5806 [FUNC L526]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L526]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/527-L526, /root/open-lambda/test-dir/worker/handlers/L526, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc000410e60 528 /root/open-lambda/test-dir/worker/sock-handlers/528 /root/open-lambda/test-dir/worker/lambda_code/527-L526 /root/open-lambda/test-dir/worker/handlers/L526/528 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc000a81570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 528]", "2019/06/28 22:33:11 Evict Sandbox 524", "2019/06/28 22:33:11 Destroy() [SB 524]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 524]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 524]", "2019/06/28 22:33:11 Pause() [SB 528]", "2019/06/28 22:33:11 Receive request to /run/L527", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5817 [FUNC L527]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L527]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/528-L527, /root/open-lambda/test-dir/worker/handlers/L527, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc0004114c0 529 /root/open-lambda/test-dir/worker/sock-handlers/529 /root/open-lambda/test-dir/worker/lambda_code/528-L527 /root/open-lambda/test-dir/worker/handlers/L527/529 }) [SB 1]", "2019/06/28 22:33:11 Evict Sandbox 525", "2019/06/28 22:33:11 Destroy() [SB 525]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 525]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 525]", "2019/06/28 22:33:11 ...returns &{0xc000a81f10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 529]", "2019/06/28 22:33:11 Pause() [SB 529]", "2019/06/28 22:33:11 Receive request to /run/L528", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5828 [FUNC L528]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L528]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/529-L528, /root/open-lambda/test-dir/worker/handlers/L528, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f0a0 530 /root/open-lambda/test-dir/worker/sock-handlers/530 /root/open-lambda/test-dir/worker/lambda_code/529-L528 /root/open-lambda/test-dir/worker/handlers/L528/530 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc00085ec40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 530]", "2019/06/28 22:33:11 Evict Sandbox 526", "2019/06/28 22:33:11 Destroy() [SB 526]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 526]", "2019/06/28 22:33:11 waiting for 1 procs in cg-19 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 526]", "2019/06/28 22:33:11 Pause() [SB 530]", "2019/06/28 22:33:11 Receive request to /run/L529", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5839 [FUNC L529]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L529]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/530-L529, /root/open-lambda/test-dir/worker/handlers/L529, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f0c0 531 /root/open-lambda/test-dir/worker/sock-handlers/531 /root/open-lambda/test-dir/worker/lambda_code/530-L529 /root/open-lambda/test-dir/worker/handlers/L529/531 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc00085f7a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 531]", "2019/06/28 22:33:11 Evict Sandbox 527", "2019/06/28 22:33:11 Destroy() [SB 527]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 527]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 527]", "2019/06/28 22:33:11 Pause() [SB 531]", "2019/06/28 22:33:11 Receive request to /run/L530", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5850 [FUNC L530]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L530]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/531-L530, /root/open-lambda/test-dir/worker/handlers/L530, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f0e0 532 /root/open-lambda/test-dir/worker/sock-handlers/532 /root/open-lambda/test-dir/worker/lambda_code/531-L530 /root/open-lambda/test-dir/worker/handlers/L530/532 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc0000d6b60 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 532]", "2019/06/28 22:33:11 Evict Sandbox 528", "2019/06/28 22:33:11 Destroy() [SB 528]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 528]", "2019/06/28 22:33:11 waiting for 1 procs in cg-21 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 528]", "2019/06/28 22:33:11 Pause() [SB 532]", "2019/06/28 22:33:11 Receive request to /run/L531", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5861 [FUNC L531]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L531]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/532-L531, /root/open-lambda/test-dir/worker/handlers/L531, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f100 533 /root/open-lambda/test-dir/worker/sock-handlers/533 /root/open-lambda/test-dir/worker/lambda_code/532-L531 /root/open-lambda/test-dir/worker/handlers/L531/533 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc0004e9b90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 533]", "2019/06/28 22:33:11 Evict Sandbox 529", "2019/06/28 22:33:11 Destroy() [SB 529]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 529]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 529]", "2019/06/28 22:33:11 Pause() [SB 533]", "2019/06/28 22:33:11 Receive request to /run/L532", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5872 [FUNC L532]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L532]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/533-L532, /root/open-lambda/test-dir/worker/handlers/L532, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f120 534 /root/open-lambda/test-dir/worker/sock-handlers/534 /root/open-lambda/test-dir/worker/lambda_code/533-L532 /root/open-lambda/test-dir/worker/handlers/L532/534 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc000b642a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 534]", "2019/06/28 22:33:11 Evict Sandbox 530", "2019/06/28 22:33:11 Destroy() [SB 530]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 530]", "2019/06/28 22:33:11 waiting for 1 procs in cg-1 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 530]", "2019/06/28 22:33:11 Pause() [SB 534]", "2019/06/28 22:33:11 Receive request to /run/L533", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5883 [FUNC L533]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L533]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/534-L533, /root/open-lambda/test-dir/worker/handlers/L533, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f2e0 535 /root/open-lambda/test-dir/worker/sock-handlers/535 /root/open-lambda/test-dir/worker/lambda_code/534-L533 /root/open-lambda/test-dir/worker/handlers/L533/535 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc000b648c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 535]", "2019/06/28 22:33:11 Evict Sandbox 531", "2019/06/28 22:33:11 Destroy() [SB 531]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 531]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 531]", "2019/06/28 22:33:11 Pause() [SB 535]", "2019/06/28 22:33:11 Receive request to /run/L534", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5894 [FUNC L534]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L534]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/535-L534, /root/open-lambda/test-dir/worker/handlers/L534, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f2c0 536 /root/open-lambda/test-dir/worker/sock-handlers/536 /root/open-lambda/test-dir/worker/lambda_code/535-L534 /root/open-lambda/test-dir/worker/handlers/L534/536 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc000b64e00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 536]", "2019/06/28 22:33:11 Evict Sandbox 532", "2019/06/28 22:33:11 Destroy() [SB 532]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 532]", "2019/06/28 22:33:11 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 532]", "2019/06/28 22:33:11 Pause() [SB 536]", "2019/06/28 22:33:11 Receive request to /run/L535", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5905 [FUNC L535]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L535]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/536-L535, /root/open-lambda/test-dir/worker/handlers/L535, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f300 537 /root/open-lambda/test-dir/worker/sock-handlers/537 /root/open-lambda/test-dir/worker/lambda_code/536-L535 /root/open-lambda/test-dir/worker/handlers/L535/537 }) [SB 1]", "2019/06/28 22:33:11 Evict Sandbox 533", "2019/06/28 22:33:11 Destroy() [SB 533]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 533]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 533]", "2019/06/28 22:33:11 ...returns &{0xc000b65260 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 537]", "2019/06/28 22:33:11 Pause() [SB 537]", "2019/06/28 22:33:11 Receive request to /run/L536", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5916 [FUNC L536]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L536]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/537-L536, /root/open-lambda/test-dir/worker/handlers/L536, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f320 538 /root/open-lambda/test-dir/worker/sock-handlers/538 /root/open-lambda/test-dir/worker/lambda_code/537-L536 /root/open-lambda/test-dir/worker/handlers/L536/538 }) [SB 1]", "2019/06/28 22:33:11 Evict Sandbox 534", "2019/06/28 22:33:11 Destroy() [SB 534]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 534]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 534]", "2019/06/28 22:33:11 ...returns &{0xc000b656c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 538]", "2019/06/28 22:33:11 Pause() [SB 538]", "2019/06/28 22:33:11 Receive request to /run/L537", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5927 [FUNC L537]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L537]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/538-L537, /root/open-lambda/test-dir/worker/handlers/L537, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f340 539 /root/open-lambda/test-dir/worker/sock-handlers/539 /root/open-lambda/test-dir/worker/lambda_code/538-L537 /root/open-lambda/test-dir/worker/handlers/L537/539 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc000cb2380 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 539]", "2019/06/28 22:33:11 Evict Sandbox 535", "2019/06/28 22:33:11 Destroy() [SB 535]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 535]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 535]", "2019/06/28 22:33:11 Pause() [SB 539]", "2019/06/28 22:33:11 Receive request to /run/L538", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5938 [FUNC L538]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L538]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/539-L538, /root/open-lambda/test-dir/worker/handlers/L538, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f360 540 /root/open-lambda/test-dir/worker/sock-handlers/540 /root/open-lambda/test-dir/worker/lambda_code/539-L538 /root/open-lambda/test-dir/worker/handlers/L538/540 }) [SB 1]", "2019/06/28 22:33:11 Evict Sandbox 536", "2019/06/28 22:33:11 Destroy() [SB 536]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 536]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 536]", "2019/06/28 22:33:11 ...returns &{0xc000cb2770 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 540]", "2019/06/28 22:33:11 Pause() [SB 540]", "2019/06/28 22:33:11 Receive request to /run/L539", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5949 [FUNC L539]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L539]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/540-L539, /root/open-lambda/test-dir/worker/handlers/L539, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f380 541 /root/open-lambda/test-dir/worker/sock-handlers/541 /root/open-lambda/test-dir/worker/lambda_code/540-L539 /root/open-lambda/test-dir/worker/handlers/L539/541 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc000cb2b60 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 541]", "2019/06/28 22:33:11 Evict Sandbox 537", "2019/06/28 22:33:11 Destroy() [SB 537]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 537]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 537]", "2019/06/28 22:33:11 Pause() [SB 541]", "2019/06/28 22:33:11 Receive request to /run/L540", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5960 [FUNC L540]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L540]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/541-L540, /root/open-lambda/test-dir/worker/handlers/L540, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f3a0 542 /root/open-lambda/test-dir/worker/sock-handlers/542 /root/open-lambda/test-dir/worker/lambda_code/541-L540 /root/open-lambda/test-dir/worker/handlers/L540/542 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc000cb2f50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 542]", "2019/06/28 22:33:11 Evict Sandbox 538", "2019/06/28 22:33:11 Destroy() [SB 538]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 538]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 538]", "2019/06/28 22:33:11 Pause() [SB 542]", "2019/06/28 22:33:11 Receive request to /run/L541", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5971 [FUNC L541]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L541]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/542-L541, /root/open-lambda/test-dir/worker/handlers/L541, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f3c0 543 /root/open-lambda/test-dir/worker/sock-handlers/543 /root/open-lambda/test-dir/worker/lambda_code/542-L541 /root/open-lambda/test-dir/worker/handlers/L541/543 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc000cb32d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 543]", "2019/06/28 22:33:11 Evict Sandbox 539", "2019/06/28 22:33:11 Destroy() [SB 539]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 539]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 539]", "2019/06/28 22:33:11 Pause() [SB 543]", "2019/06/28 22:33:11 Receive request to /run/L542", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5982 [FUNC L542]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L542]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/543-L542, /root/open-lambda/test-dir/worker/handlers/L542, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f3e0 544 /root/open-lambda/test-dir/worker/sock-handlers/544 /root/open-lambda/test-dir/worker/lambda_code/543-L542 /root/open-lambda/test-dir/worker/handlers/L542/544 }) [SB 1]", "2019/06/28 22:33:11 Evict Sandbox 540", "2019/06/28 22:33:11 Destroy() [SB 540]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 540]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 540]", "2019/06/28 22:33:11 ...returns &{0xc000cb3650 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 544]", "2019/06/28 22:33:11 Pause() [SB 544]", "2019/06/28 22:33:11 Receive request to /run/L543", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 5993 [FUNC L543]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L543]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/544-L543, /root/open-lambda/test-dir/worker/handlers/L543, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f400 545 /root/open-lambda/test-dir/worker/sock-handlers/545 /root/open-lambda/test-dir/worker/lambda_code/544-L543 /root/open-lambda/test-dir/worker/handlers/L543/545 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc000cb3a40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 545]", "2019/06/28 22:33:11 Evict Sandbox 541", "2019/06/28 22:33:11 Destroy() [SB 541]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 541]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 541]", "2019/06/28 22:33:11 Pause() [SB 545]", "2019/06/28 22:33:11 Receive request to /run/L544", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 6004 [FUNC L544]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L544]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/545-L544, /root/open-lambda/test-dir/worker/handlers/L544, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000f420 546 /root/open-lambda/test-dir/worker/sock-handlers/546 /root/open-lambda/test-dir/worker/lambda_code/545-L544 /root/open-lambda/test-dir/worker/handlers/L544/546 }) [SB 1]", "2019/06/28 22:33:11 ...returns &{0xc000cb3dc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 546]", "2019/06/28 22:33:11 Evict Sandbox 542", "2019/06/28 22:33:11 Destroy() [SB 542]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 542]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 542]", "2019/06/28 22:33:11 Pause() [SB 546]", "2019/06/28 22:33:11 Receive request to /run/L545", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 6015 [FUNC L545]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L545]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/546-L545, /root/open-lambda/test-dir/worker/handlers/L545, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc00000fb60 547 /root/open-lambda/test-dir/worker/sock-handlers/547 /root/open-lambda/test-dir/worker/lambda_code/546-L545 /root/open-lambda/test-dir/worker/handlers/L545/547 }) [SB 1]", "2019/06/28 22:33:11 Evict Sandbox 543", "2019/06/28 22:33:11 Destroy() [SB 543]", "2019/06/28 22:33:11 kill all procs in CG [SOCK 543]", "2019/06/28 22:33:11 unmount and remove dirs [SOCK 543]", "2019/06/28 22:33:11 ...returns &{0xc0004e88c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:11 Channel() [SB 547]", "2019/06/28 22:33:11 Pause() [SB 547]", "2019/06/28 22:33:11 Receive request to /run/L546", "2019/06/28 22:33:11 debug: LambdaFunc.Task() runs on goroutine 6026 [FUNC L546]", "2019/06/28 22:33:11 increase instances to 1 [FUNC L546]", "2019/06/28 22:33:11 .Create(/root/open-lambda/test-dir/worker/lambda_code/547-L546, /root/open-lambda/test-dir/worker/handlers/L546, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:11 fork(&{0xc0000826e0 0xc000410200 548 /root/open-lambda/test-dir/worker/sock-handlers/548 /root/open-lambda/test-dir/worker/lambda_code/547-L546 /root/open-lambda/test-dir/worker/handlers/L546/548 }) [SB 1]", "2019/06/28 22:33:12 Evict Sandbox 544", "2019/06/28 22:33:12 Destroy() [SB 544]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 544]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 544]", "2019/06/28 22:33:12 ...returns &{0xc00085e0e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 548]", "2019/06/28 22:33:12 Pause() [SB 548]", "2019/06/28 22:33:12 Receive request to /run/L547", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6037 [FUNC L547]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L547]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/548-L547, /root/open-lambda/test-dir/worker/handlers/L547, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc000410800 549 /root/open-lambda/test-dir/worker/sock-handlers/549 /root/open-lambda/test-dir/worker/lambda_code/548-L547 /root/open-lambda/test-dir/worker/handlers/L547/549 }) [SB 1]", "2019/06/28 22:33:12 Evict Sandbox 545", "2019/06/28 22:33:12 Destroy() [SB 545]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 545]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 545]", "2019/06/28 22:33:12 ...returns &{0xc00085f340 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 549]", "2019/06/28 22:33:12 Pause() [SB 549]", "2019/06/28 22:33:12 Receive request to /run/L548", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6048 [FUNC L548]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L548]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/549-L548, /root/open-lambda/test-dir/worker/handlers/L548, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc000410e60 550 /root/open-lambda/test-dir/worker/sock-handlers/550 /root/open-lambda/test-dir/worker/lambda_code/549-L548 /root/open-lambda/test-dir/worker/handlers/L548/550 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc00085ff10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 550]", "2019/06/28 22:33:12 Evict Sandbox 546", "2019/06/28 22:33:12 Destroy() [SB 546]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 546]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 546]", "2019/06/28 22:33:12 Pause() [SB 550]", "2019/06/28 22:33:12 Receive request to /run/L549", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6059 [FUNC L549]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L549]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/550-L549, /root/open-lambda/test-dir/worker/handlers/L549, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc0004114c0 551 /root/open-lambda/test-dir/worker/sock-handlers/551 /root/open-lambda/test-dir/worker/lambda_code/550-L549 /root/open-lambda/test-dir/worker/handlers/L549/551 }) [SB 1]", "2019/06/28 22:33:12 Evict Sandbox 547", "2019/06/28 22:33:12 Destroy() [SB 547]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 547]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 547]", "2019/06/28 22:33:12 ...returns &{0xc000a80460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 551]", "2019/06/28 22:33:12 Pause() [SB 551]", "2019/06/28 22:33:12 Receive request to /run/L550", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6070 [FUNC L550]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L550]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/551-L550, /root/open-lambda/test-dir/worker/handlers/L550, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f0a0 552 /root/open-lambda/test-dir/worker/sock-handlers/552 /root/open-lambda/test-dir/worker/lambda_code/551-L550 /root/open-lambda/test-dir/worker/handlers/L550/552 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc000a81030 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 552]", "2019/06/28 22:33:12 Evict Sandbox 548", "2019/06/28 22:33:12 Destroy() [SB 548]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 548]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 548]", "2019/06/28 22:33:12 Pause() [SB 552]", "2019/06/28 22:33:12 Receive request to /run/L551", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6081 [FUNC L551]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L551]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/552-L551, /root/open-lambda/test-dir/worker/handlers/L551, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f0c0 553 /root/open-lambda/test-dir/worker/sock-handlers/553 /root/open-lambda/test-dir/worker/lambda_code/552-L551 /root/open-lambda/test-dir/worker/handlers/L551/553 }) [SB 1]", "2019/06/28 22:33:12 Evict Sandbox 549", "2019/06/28 22:33:12 Destroy() [SB 549]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 549]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 549]", "2019/06/28 22:33:12 ...returns &{0xc000a81ab0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 553]", "2019/06/28 22:33:12 Pause() [SB 553]", "2019/06/28 22:33:12 Receive request to /run/L552", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6092 [FUNC L552]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L552]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/553-L552, /root/open-lambda/test-dir/worker/handlers/L552, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f0e0 554 /root/open-lambda/test-dir/worker/sock-handlers/554 /root/open-lambda/test-dir/worker/lambda_code/553-L552 /root/open-lambda/test-dir/worker/handlers/L552/554 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc0003692d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 554]", "2019/06/28 22:33:12 Evict Sandbox 550", "2019/06/28 22:33:12 Destroy() [SB 550]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 550]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 550]", "2019/06/28 22:33:12 Pause() [SB 554]", "2019/06/28 22:33:12 Receive request to /run/L553", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6103 [FUNC L553]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L553]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/554-L553, /root/open-lambda/test-dir/worker/handlers/L553, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f100 555 /root/open-lambda/test-dir/worker/sock-handlers/555 /root/open-lambda/test-dir/worker/lambda_code/554-L553 /root/open-lambda/test-dir/worker/handlers/L553/555 }) [SB 1]", "2019/06/28 22:33:12 Evict Sandbox 551", "2019/06/28 22:33:12 Destroy() [SB 551]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 551]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 551]", "2019/06/28 22:33:12 ...returns &{0xc000b641c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 555]", "2019/06/28 22:33:12 Pause() [SB 555]", "2019/06/28 22:33:12 Receive request to /run/L554", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6114 [FUNC L554]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L554]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/555-L554, /root/open-lambda/test-dir/worker/handlers/L554, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f120 556 /root/open-lambda/test-dir/worker/sock-handlers/556 /root/open-lambda/test-dir/worker/lambda_code/555-L554 /root/open-lambda/test-dir/worker/handlers/L554/556 }) [SB 1]", "2019/06/28 22:33:12 Evict Sandbox 552", "2019/06/28 22:33:12 Destroy() [SB 552]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 552]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 552]", "2019/06/28 22:33:12 ...returns &{0xc000b647e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 556]", "2019/06/28 22:33:12 Pause() [SB 556]", "2019/06/28 22:33:12 Receive request to /run/L555", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6125 [FUNC L555]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L555]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/556-L555, /root/open-lambda/test-dir/worker/handlers/L555, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f2e0 557 /root/open-lambda/test-dir/worker/sock-handlers/557 /root/open-lambda/test-dir/worker/lambda_code/556-L555 /root/open-lambda/test-dir/worker/handlers/L555/557 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc000b64e70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 557]", "2019/06/28 22:33:12 Evict Sandbox 553", "2019/06/28 22:33:12 Destroy() [SB 553]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 553]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 553]", "2019/06/28 22:33:12 Pause() [SB 557]", "2019/06/28 22:33:12 Receive request to /run/L556", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6136 [FUNC L556]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L556]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/557-L556, /root/open-lambda/test-dir/worker/handlers/L556, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f2c0 558 /root/open-lambda/test-dir/worker/sock-handlers/558 /root/open-lambda/test-dir/worker/lambda_code/557-L556 /root/open-lambda/test-dir/worker/handlers/L556/558 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc000b653b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 558]", "2019/06/28 22:33:12 Evict Sandbox 554", "2019/06/28 22:33:12 Destroy() [SB 554]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 554]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 554]", "2019/06/28 22:33:12 Pause() [SB 558]", "2019/06/28 22:33:12 Receive request to /run/L557", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6147 [FUNC L557]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L557]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/558-L557, /root/open-lambda/test-dir/worker/handlers/L557, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f300 559 /root/open-lambda/test-dir/worker/sock-handlers/559 /root/open-lambda/test-dir/worker/lambda_code/558-L557 /root/open-lambda/test-dir/worker/handlers/L557/559 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc000b65880 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 559]", "2019/06/28 22:33:12 Evict Sandbox 555", "2019/06/28 22:33:12 Destroy() [SB 555]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 555]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 555]", "2019/06/28 22:33:12 Pause() [SB 559]", "2019/06/28 22:33:12 Receive request to /run/L558", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6158 [FUNC L558]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L558]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/559-L558, /root/open-lambda/test-dir/worker/handlers/L558, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f320 560 /root/open-lambda/test-dir/worker/sock-handlers/560 /root/open-lambda/test-dir/worker/lambda_code/559-L558 /root/open-lambda/test-dir/worker/handlers/L558/560 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc000b65ce0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 560]", "2019/06/28 22:33:12 Evict Sandbox 556", "2019/06/28 22:33:12 Destroy() [SB 556]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 556]", "2019/06/28 22:33:12 waiting for 1 procs in cg-5 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 556]", "2019/06/28 22:33:12 Pause() [SB 560]", "2019/06/28 22:33:12 Receive request to /run/L559", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6169 [FUNC L559]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L559]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/560-L559, /root/open-lambda/test-dir/worker/handlers/L559, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f340 561 /root/open-lambda/test-dir/worker/sock-handlers/561 /root/open-lambda/test-dir/worker/lambda_code/560-L559 /root/open-lambda/test-dir/worker/handlers/L559/561 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc000e600e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 561]", "2019/06/28 22:33:12 Evict Sandbox 557", "2019/06/28 22:33:12 Destroy() [SB 557]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 557]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 557]", "2019/06/28 22:33:12 Pause() [SB 561]", "2019/06/28 22:33:12 Receive request to /run/L560", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6180 [FUNC L560]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L560]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/561-L560, /root/open-lambda/test-dir/worker/handlers/L560, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f360 562 /root/open-lambda/test-dir/worker/sock-handlers/562 /root/open-lambda/test-dir/worker/lambda_code/561-L560 /root/open-lambda/test-dir/worker/handlers/L560/562 }) [SB 1]", "2019/06/28 22:33:12 Evict Sandbox 558", "2019/06/28 22:33:12 Destroy() [SB 558]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 558]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 558]", "2019/06/28 22:33:12 ...returns &{0xc000e603f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 562]", "2019/06/28 22:33:12 Pause() [SB 562]", "2019/06/28 22:33:12 Receive request to /run/L561", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6191 [FUNC L561]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L561]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/562-L561, /root/open-lambda/test-dir/worker/handlers/L561, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f380 563 /root/open-lambda/test-dir/worker/sock-handlers/563 /root/open-lambda/test-dir/worker/lambda_code/562-L561 /root/open-lambda/test-dir/worker/handlers/L561/563 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc000e60700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 563]", "2019/06/28 22:33:12 Evict Sandbox 559", "2019/06/28 22:33:12 Destroy() [SB 559]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 559]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 559]", "2019/06/28 22:33:12 Pause() [SB 563]", "2019/06/28 22:33:12 Receive request to /run/L562", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6202 [FUNC L562]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L562]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/563-L562, /root/open-lambda/test-dir/worker/handlers/L562, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f3a0 564 /root/open-lambda/test-dir/worker/sock-handlers/564 /root/open-lambda/test-dir/worker/lambda_code/563-L562 /root/open-lambda/test-dir/worker/handlers/L562/564 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc000e602a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 564]", "2019/06/28 22:33:12 Evict Sandbox 560", "2019/06/28 22:33:12 Destroy() [SB 560]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 560]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 560]", "2019/06/28 22:33:12 Pause() [SB 564]", "2019/06/28 22:33:12 Receive request to /run/L563", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6213 [FUNC L563]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L563]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/564-L563, /root/open-lambda/test-dir/worker/handlers/L563, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f3c0 565 /root/open-lambda/test-dir/worker/sock-handlers/565 /root/open-lambda/test-dir/worker/lambda_code/564-L563 /root/open-lambda/test-dir/worker/handlers/L563/565 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc000e60620 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 565]", "2019/06/28 22:33:12 Evict Sandbox 561", "2019/06/28 22:33:12 Destroy() [SB 561]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 561]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 561]", "2019/06/28 22:33:12 Pause() [SB 565]", "2019/06/28 22:33:12 Receive request to /run/L564", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6224 [FUNC L564]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L564]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/565-L564, /root/open-lambda/test-dir/worker/handlers/L564, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f3e0 566 /root/open-lambda/test-dir/worker/sock-handlers/566 /root/open-lambda/test-dir/worker/lambda_code/565-L564 /root/open-lambda/test-dir/worker/handlers/L564/566 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc000e609a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 566]", "2019/06/28 22:33:12 Evict Sandbox 562", "2019/06/28 22:33:12 Destroy() [SB 562]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 562]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 562]", "2019/06/28 22:33:12 Pause() [SB 566]", "2019/06/28 22:33:12 Receive request to /run/L565", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6235 [FUNC L565]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L565]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/566-L565, /root/open-lambda/test-dir/worker/handlers/L565, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f400 567 /root/open-lambda/test-dir/worker/sock-handlers/567 /root/open-lambda/test-dir/worker/lambda_code/566-L565 /root/open-lambda/test-dir/worker/handlers/L565/567 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc000e60cb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 567]", "2019/06/28 22:33:12 Evict Sandbox 563", "2019/06/28 22:33:12 Destroy() [SB 563]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 563]", "2019/06/28 22:33:12 waiting for 1 procs in cg-12 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 563]", "2019/06/28 22:33:12 Pause() [SB 567]", "2019/06/28 22:33:12 Receive request to /run/L566", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6246 [FUNC L566]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L566]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/567-L566, /root/open-lambda/test-dir/worker/handlers/L566, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f420 568 /root/open-lambda/test-dir/worker/sock-handlers/568 /root/open-lambda/test-dir/worker/lambda_code/567-L566 /root/open-lambda/test-dir/worker/handlers/L566/568 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc000e60fc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 568]", "2019/06/28 22:33:12 Evict Sandbox 564", "2019/06/28 22:33:12 Destroy() [SB 564]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 564]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 564]", "2019/06/28 22:33:12 Pause() [SB 568]", "2019/06/28 22:33:12 Receive request to /run/L567", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6257 [FUNC L567]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L567]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/568-L567, /root/open-lambda/test-dir/worker/handlers/L567, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000fb60 569 /root/open-lambda/test-dir/worker/sock-handlers/569 /root/open-lambda/test-dir/worker/lambda_code/568-L567 /root/open-lambda/test-dir/worker/handlers/L567/569 }) [SB 1]", "2019/06/28 22:33:12 Evict Sandbox 565", "2019/06/28 22:33:12 Destroy() [SB 565]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 565]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 565]", "2019/06/28 22:33:12 ...returns &{0xc000e612d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 569]", "2019/06/28 22:33:12 Pause() [SB 569]", "2019/06/28 22:33:12 Receive request to /run/L568", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6268 [FUNC L568]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L568]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/569-L568, /root/open-lambda/test-dir/worker/handlers/L568, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc000410200 570 /root/open-lambda/test-dir/worker/sock-handlers/570 /root/open-lambda/test-dir/worker/lambda_code/569-L568 /root/open-lambda/test-dir/worker/handlers/L568/570 }) [SB 1]", "2019/06/28 22:33:12 Evict Sandbox 566", "2019/06/28 22:33:12 Destroy() [SB 566]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 566]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 566]", "2019/06/28 22:33:12 ...returns &{0xc000e615e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 570]", "2019/06/28 22:33:12 Pause() [SB 570]", "2019/06/28 22:33:12 Receive request to /run/L569", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6279 [FUNC L569]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L569]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/570-L569, /root/open-lambda/test-dir/worker/handlers/L569, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc000410800 571 /root/open-lambda/test-dir/worker/sock-handlers/571 /root/open-lambda/test-dir/worker/lambda_code/570-L569 /root/open-lambda/test-dir/worker/handlers/L569/571 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc000e618f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 571]", "2019/06/28 22:33:12 Evict Sandbox 567", "2019/06/28 22:33:12 Destroy() [SB 567]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 567]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 567]", "2019/06/28 22:33:12 Pause() [SB 571]", "2019/06/28 22:33:12 Receive request to /run/L570", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6290 [FUNC L570]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L570]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/571-L570, /root/open-lambda/test-dir/worker/handlers/L570, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc000410e60 572 /root/open-lambda/test-dir/worker/sock-handlers/572 /root/open-lambda/test-dir/worker/lambda_code/571-L570 /root/open-lambda/test-dir/worker/handlers/L570/572 }) [SB 1]", "2019/06/28 22:33:12 Evict Sandbox 568", "2019/06/28 22:33:12 Destroy() [SB 568]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 568]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 568]", "2019/06/28 22:33:12 ...returns &{0xc000e61c00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 572]", "2019/06/28 22:33:12 Pause() [SB 572]", "2019/06/28 22:33:12 Receive request to /run/L571", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6301 [FUNC L571]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L571]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/572-L571, /root/open-lambda/test-dir/worker/handlers/L571, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc0004114c0 573 /root/open-lambda/test-dir/worker/sock-handlers/573 /root/open-lambda/test-dir/worker/lambda_code/572-L571 /root/open-lambda/test-dir/worker/handlers/L571/573 }) [SB 1]", "2019/06/28 22:33:12 ...returns &{0xc000e61f10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 573]", "2019/06/28 22:33:12 Evict Sandbox 569", "2019/06/28 22:33:12 Destroy() [SB 569]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 569]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 569]", "2019/06/28 22:33:12 Pause() [SB 573]", "2019/06/28 22:33:12 Receive request to /run/L572", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6312 [FUNC L572]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L572]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/573-L572, /root/open-lambda/test-dir/worker/handlers/L572, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f0a0 574 /root/open-lambda/test-dir/worker/sock-handlers/574 /root/open-lambda/test-dir/worker/lambda_code/573-L572 /root/open-lambda/test-dir/worker/handlers/L572/574 }) [SB 1]", "2019/06/28 22:33:12 Evict Sandbox 570", "2019/06/28 22:33:12 Destroy() [SB 570]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 570]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 570]", "2019/06/28 22:33:12 ...returns &{0xc000b645b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 574]", "2019/06/28 22:33:12 Pause() [SB 574]", "2019/06/28 22:33:12 Receive request to /run/L573", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6323 [FUNC L573]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L573]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/574-L573, /root/open-lambda/test-dir/worker/handlers/L573, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f0c0 575 /root/open-lambda/test-dir/worker/sock-handlers/575 /root/open-lambda/test-dir/worker/lambda_code/574-L573 /root/open-lambda/test-dir/worker/handlers/L573/575 }) [SB 1]", "2019/06/28 22:33:12 Evict Sandbox 571", "2019/06/28 22:33:12 Destroy() [SB 571]", "2019/06/28 22:33:12 kill all procs in CG [SOCK 571]", "2019/06/28 22:33:12 unmount and remove dirs [SOCK 571]", "2019/06/28 22:33:12 ...returns &{0xc000b64bd0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:12 Channel() [SB 575]", "2019/06/28 22:33:12 Pause() [SB 575]", "2019/06/28 22:33:12 Receive request to /run/L574", "2019/06/28 22:33:12 debug: LambdaFunc.Task() runs on goroutine 6334 [FUNC L574]", "2019/06/28 22:33:12 increase instances to 1 [FUNC L574]", "2019/06/28 22:33:12 .Create(/root/open-lambda/test-dir/worker/lambda_code/575-L574, /root/open-lambda/test-dir/worker/handlers/L574, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:12 fork(&{0xc0000826e0 0xc00000f0e0 576 /root/open-lambda/test-dir/worker/sock-handlers/576 /root/open-lambda/test-dir/worker/lambda_code/575-L574 /root/open-lambda/test-dir/worker/handlers/L574/576 }) [SB 1]", "2019/06/28 22:33:13 Evict Sandbox 572", "2019/06/28 22:33:13 Destroy() [SB 572]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 572]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 572]", "2019/06/28 22:33:13 ...returns &{0xc000b652d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 576]", "2019/06/28 22:33:13 Pause() [SB 576]", "2019/06/28 22:33:13 Receive request to /run/L575", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6345 [FUNC L575]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L575]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/576-L575, /root/open-lambda/test-dir/worker/handlers/L575, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f100 577 /root/open-lambda/test-dir/worker/sock-handlers/577 /root/open-lambda/test-dir/worker/lambda_code/576-L575 /root/open-lambda/test-dir/worker/handlers/L575/577 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000b658f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 577]", "2019/06/28 22:33:13 Evict Sandbox 573", "2019/06/28 22:33:13 Destroy() [SB 573]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 573]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 573]", "2019/06/28 22:33:13 Pause() [SB 577]", "2019/06/28 22:33:13 Receive request to /run/L576", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6356 [FUNC L576]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L576]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/577-L576, /root/open-lambda/test-dir/worker/handlers/L576, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f120 578 /root/open-lambda/test-dir/worker/sock-handlers/578 /root/open-lambda/test-dir/worker/lambda_code/577-L576 /root/open-lambda/test-dir/worker/handlers/L576/578 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000b65dc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 578]", "2019/06/28 22:33:13 Evict Sandbox 574", "2019/06/28 22:33:13 Destroy() [SB 574]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 574]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 574]", "2019/06/28 22:33:13 Pause() [SB 578]", "2019/06/28 22:33:13 Receive request to /run/L577", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6367 [FUNC L577]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L577]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/578-L577, /root/open-lambda/test-dir/worker/handlers/L577, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f2e0 579 /root/open-lambda/test-dir/worker/sock-handlers/579 /root/open-lambda/test-dir/worker/lambda_code/578-L577 /root/open-lambda/test-dir/worker/handlers/L577/579 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000369570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 579]", "2019/06/28 22:33:13 Evict Sandbox 575", "2019/06/28 22:33:13 Destroy() [SB 575]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 575]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 575]", "2019/06/28 22:33:13 Pause() [SB 579]", "2019/06/28 22:33:13 Receive request to /run/L578", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6378 [FUNC L578]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L578]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/579-L578, /root/open-lambda/test-dir/worker/handlers/L578, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f2c0 580 /root/open-lambda/test-dir/worker/sock-handlers/580 /root/open-lambda/test-dir/worker/lambda_code/579-L578 /root/open-lambda/test-dir/worker/handlers/L578/580 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000a803f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 580]", "2019/06/28 22:33:13 Evict Sandbox 576", "2019/06/28 22:33:13 Destroy() [SB 576]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 576]", "2019/06/28 22:33:13 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 576]", "2019/06/28 22:33:13 Pause() [SB 580]", "2019/06/28 22:33:13 Receive request to /run/L579", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6389 [FUNC L579]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L579]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/580-L579, /root/open-lambda/test-dir/worker/handlers/L579, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f300 581 /root/open-lambda/test-dir/worker/sock-handlers/581 /root/open-lambda/test-dir/worker/lambda_code/580-L579 /root/open-lambda/test-dir/worker/handlers/L579/581 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000a81260 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 581]", "2019/06/28 22:33:13 Evict Sandbox 577", "2019/06/28 22:33:13 Destroy() [SB 577]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 577]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 577]", "2019/06/28 22:33:13 Pause() [SB 581]", "2019/06/28 22:33:13 Receive request to /run/L580", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6400 [FUNC L580]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L580]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/581-L580, /root/open-lambda/test-dir/worker/handlers/L580, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f320 582 /root/open-lambda/test-dir/worker/sock-handlers/582 /root/open-lambda/test-dir/worker/lambda_code/581-L580 /root/open-lambda/test-dir/worker/handlers/L580/582 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000a81ce0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 582]", "2019/06/28 22:33:13 Evict Sandbox 578", "2019/06/28 22:33:13 Destroy() [SB 578]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 578]", "2019/06/28 22:33:13 waiting for 1 procs in cg-5 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 578]", "2019/06/28 22:33:13 Pause() [SB 582]", "2019/06/28 22:33:13 Receive request to /run/L581", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6411 [FUNC L581]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L581]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/582-L581, /root/open-lambda/test-dir/worker/handlers/L581, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f340 583 /root/open-lambda/test-dir/worker/sock-handlers/583 /root/open-lambda/test-dir/worker/lambda_code/582-L581 /root/open-lambda/test-dir/worker/handlers/L581/583 }) [SB 1]", "2019/06/28 22:33:13 Evict Sandbox 579", "2019/06/28 22:33:13 Destroy() [SB 579]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 579]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 579]", "2019/06/28 22:33:13 ...returns &{0xc00085ed90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 583]", "2019/06/28 22:33:13 Pause() [SB 583]", "2019/06/28 22:33:13 Receive request to /run/L582", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6422 [FUNC L582]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L582]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/583-L582, /root/open-lambda/test-dir/worker/handlers/L582, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f360 584 /root/open-lambda/test-dir/worker/sock-handlers/584 /root/open-lambda/test-dir/worker/lambda_code/583-L582 /root/open-lambda/test-dir/worker/handlers/L582/584 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc00085fea0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 584]", "2019/06/28 22:33:13 Evict Sandbox 580", "2019/06/28 22:33:13 Destroy() [SB 580]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 580]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 580]", "2019/06/28 22:33:13 Pause() [SB 584]", "2019/06/28 22:33:13 Receive request to /run/L583", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6433 [FUNC L583]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L583]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/584-L583, /root/open-lambda/test-dir/worker/handlers/L583, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f380 585 /root/open-lambda/test-dir/worker/sock-handlers/585 /root/open-lambda/test-dir/worker/lambda_code/584-L583 /root/open-lambda/test-dir/worker/handlers/L583/585 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc0004e9ce0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 585]", "2019/06/28 22:33:13 Evict Sandbox 581", "2019/06/28 22:33:13 Destroy() [SB 581]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 581]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 581]", "2019/06/28 22:33:13 Pause() [SB 585]", "2019/06/28 22:33:13 Receive request to /run/L584", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6444 [FUNC L584]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L584]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/585-L584, /root/open-lambda/test-dir/worker/handlers/L584, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f3a0 586 /root/open-lambda/test-dir/worker/sock-handlers/586 /root/open-lambda/test-dir/worker/lambda_code/585-L584 /root/open-lambda/test-dir/worker/handlers/L584/586 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000cb23f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 586]", "2019/06/28 22:33:13 Evict Sandbox 582", "2019/06/28 22:33:13 Destroy() [SB 582]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 582]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 582]", "2019/06/28 22:33:13 Pause() [SB 586]", "2019/06/28 22:33:13 Receive request to /run/L585", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6455 [FUNC L585]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L585]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/586-L585, /root/open-lambda/test-dir/worker/handlers/L585, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f3c0 587 /root/open-lambda/test-dir/worker/sock-handlers/587 /root/open-lambda/test-dir/worker/lambda_code/586-L585 /root/open-lambda/test-dir/worker/handlers/L585/587 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000cb2850 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 587]", "2019/06/28 22:33:13 Evict Sandbox 583", "2019/06/28 22:33:13 Destroy() [SB 583]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 583]", "2019/06/28 22:33:13 waiting for 1 procs in cg-10 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 583]", "2019/06/28 22:33:13 Pause() [SB 587]", "2019/06/28 22:33:13 Receive request to /run/L586", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6466 [FUNC L586]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L586]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/587-L586, /root/open-lambda/test-dir/worker/handlers/L586, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f3e0 588 /root/open-lambda/test-dir/worker/sock-handlers/588 /root/open-lambda/test-dir/worker/lambda_code/587-L586 /root/open-lambda/test-dir/worker/handlers/L586/588 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000cb2d20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 588]", "2019/06/28 22:33:13 Evict Sandbox 584", "2019/06/28 22:33:13 Destroy() [SB 584]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 584]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 584]", "2019/06/28 22:33:13 Pause() [SB 588]", "2019/06/28 22:33:13 Receive request to /run/L587", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6477 [FUNC L587]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L587]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/588-L587, /root/open-lambda/test-dir/worker/handlers/L587, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f400 589 /root/open-lambda/test-dir/worker/sock-handlers/589 /root/open-lambda/test-dir/worker/lambda_code/588-L587 /root/open-lambda/test-dir/worker/handlers/L587/589 }) [SB 1]", "2019/06/28 22:33:13 Evict Sandbox 585", "2019/06/28 22:33:13 Destroy() [SB 585]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 585]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 585]", "2019/06/28 22:33:13 ...returns &{0xc000cb3180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 589]", "2019/06/28 22:33:13 Pause() [SB 589]", "2019/06/28 22:33:13 Receive request to /run/L588", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6488 [FUNC L588]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L588]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/589-L588, /root/open-lambda/test-dir/worker/handlers/L588, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f420 590 /root/open-lambda/test-dir/worker/sock-handlers/590 /root/open-lambda/test-dir/worker/lambda_code/589-L588 /root/open-lambda/test-dir/worker/handlers/L588/590 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000cb3570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 590]", "2019/06/28 22:33:13 Evict Sandbox 586", "2019/06/28 22:33:13 Destroy() [SB 586]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 586]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 586]", "2019/06/28 22:33:13 Pause() [SB 590]", "2019/06/28 22:33:13 Receive request to /run/L589", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6499 [FUNC L589]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L589]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/590-L589, /root/open-lambda/test-dir/worker/handlers/L589, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000fb60 591 /root/open-lambda/test-dir/worker/sock-handlers/591 /root/open-lambda/test-dir/worker/lambda_code/590-L589 /root/open-lambda/test-dir/worker/handlers/L589/591 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000cb3960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 591]", "2019/06/28 22:33:13 Evict Sandbox 587", "2019/06/28 22:33:13 Destroy() [SB 587]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 587]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 587]", "2019/06/28 22:33:13 Pause() [SB 591]", "2019/06/28 22:33:13 Receive request to /run/L590", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6510 [FUNC L590]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L590]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/591-L590, /root/open-lambda/test-dir/worker/handlers/L590, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc000410200 592 /root/open-lambda/test-dir/worker/sock-handlers/592 /root/open-lambda/test-dir/worker/lambda_code/591-L590 /root/open-lambda/test-dir/worker/handlers/L590/592 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000e60310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 592]", "2019/06/28 22:33:13 Evict Sandbox 588", "2019/06/28 22:33:13 Destroy() [SB 588]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 588]", "2019/06/28 22:33:13 waiting for 1 procs in cg-15 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:13 Evict Sandbox 589", "2019/06/28 22:33:13 Destroy() [SB 589]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 589]", "2019/06/28 22:33:13 waiting for 1 procs in cg-16 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 588]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 589]", "2019/06/28 22:33:13 Pause() [SB 592]", "2019/06/28 22:33:13 Receive request to /run/L591", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6522 [FUNC L591]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L591]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/592-L591, /root/open-lambda/test-dir/worker/handlers/L591, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc000410800 593 /root/open-lambda/test-dir/worker/sock-handlers/593 /root/open-lambda/test-dir/worker/lambda_code/592-L591 /root/open-lambda/test-dir/worker/handlers/L591/593 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000e60770 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 593]", "2019/06/28 22:33:13 Pause() [SB 593]", "2019/06/28 22:33:13 Receive request to /run/L592", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6532 [FUNC L592]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L592]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/593-L592, /root/open-lambda/test-dir/worker/handlers/L592, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc000410e60 594 /root/open-lambda/test-dir/worker/sock-handlers/594 /root/open-lambda/test-dir/worker/lambda_code/593-L592 /root/open-lambda/test-dir/worker/handlers/L592/594 }) [SB 1]", "2019/06/28 22:33:13 Evict Sandbox 590", "2019/06/28 22:33:13 Destroy() [SB 590]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 590]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 590]", "2019/06/28 22:33:13 ...returns &{0xc000e60af0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 594]", "2019/06/28 22:33:13 Pause() [SB 594]", "2019/06/28 22:33:13 Receive request to /run/L593", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6543 [FUNC L593]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L593]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/594-L593, /root/open-lambda/test-dir/worker/handlers/L593, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc0004114c0 595 /root/open-lambda/test-dir/worker/sock-handlers/595 /root/open-lambda/test-dir/worker/lambda_code/594-L593 /root/open-lambda/test-dir/worker/handlers/L593/595 }) [SB 1]", "2019/06/28 22:33:13 Evict Sandbox 591", "2019/06/28 22:33:13 Destroy() [SB 591]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 591]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 591]", "2019/06/28 22:33:13 ...returns &{0xc000e60e70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 595]", "2019/06/28 22:33:13 Pause() [SB 595]", "2019/06/28 22:33:13 Receive request to /run/L594", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6554 [FUNC L594]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L594]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/595-L594, /root/open-lambda/test-dir/worker/handlers/L594, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f0a0 596 /root/open-lambda/test-dir/worker/sock-handlers/596 /root/open-lambda/test-dir/worker/lambda_code/595-L594 /root/open-lambda/test-dir/worker/handlers/L594/596 }) [SB 1]", "2019/06/28 22:33:13 Evict Sandbox 592", "2019/06/28 22:33:13 Destroy() [SB 592]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 592]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 592]", "2019/06/28 22:33:13 ...returns &{0xc000e611f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 596]", "2019/06/28 22:33:13 Pause() [SB 596]", "2019/06/28 22:33:13 Receive request to /run/L595", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6565 [FUNC L595]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L595]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/596-L595, /root/open-lambda/test-dir/worker/handlers/L595, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f0c0 597 /root/open-lambda/test-dir/worker/sock-handlers/597 /root/open-lambda/test-dir/worker/lambda_code/596-L595 /root/open-lambda/test-dir/worker/handlers/L595/597 }) [SB 1]", "2019/06/28 22:33:13 Evict Sandbox 593", "2019/06/28 22:33:13 Destroy() [SB 593]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 593]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 593]", "2019/06/28 22:33:13 ...returns &{0xc000e61570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 597]", "2019/06/28 22:33:13 Pause() [SB 597]", "2019/06/28 22:33:13 Receive request to /run/L596", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6576 [FUNC L596]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L596]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/597-L596, /root/open-lambda/test-dir/worker/handlers/L596, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f0e0 598 /root/open-lambda/test-dir/worker/sock-handlers/598 /root/open-lambda/test-dir/worker/lambda_code/597-L596 /root/open-lambda/test-dir/worker/handlers/L596/598 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000e61960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 598]", "2019/06/28 22:33:13 Evict Sandbox 594", "2019/06/28 22:33:13 Destroy() [SB 594]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 594]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 594]", "2019/06/28 22:33:13 Pause() [SB 598]", "2019/06/28 22:33:13 Receive request to /run/L597", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6587 [FUNC L597]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L597]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/598-L597, /root/open-lambda/test-dir/worker/handlers/L597, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f100 599 /root/open-lambda/test-dir/worker/sock-handlers/599 /root/open-lambda/test-dir/worker/lambda_code/598-L597 /root/open-lambda/test-dir/worker/handlers/L597/599 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc000e61ce0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 599]", "2019/06/28 22:33:13 Evict Sandbox 595", "2019/06/28 22:33:13 Destroy() [SB 595]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 595]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 595]", "2019/06/28 22:33:13 Pause() [SB 599]", "2019/06/28 22:33:13 Receive request to /run/L598", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6598 [FUNC L598]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L598]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/599-L598, /root/open-lambda/test-dir/worker/handlers/L598, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f120 600 /root/open-lambda/test-dir/worker/sock-handlers/600 /root/open-lambda/test-dir/worker/lambda_code/599-L598 /root/open-lambda/test-dir/worker/handlers/L598/600 }) [SB 1]", "2019/06/28 22:33:13 ...returns &{0xc0004e85b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 600]", "2019/06/28 22:33:13 Evict Sandbox 596", "2019/06/28 22:33:13 Destroy() [SB 596]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 596]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 596]", "2019/06/28 22:33:13 Pause() [SB 600]", "2019/06/28 22:33:13 Receive request to /run/L599", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6609 [FUNC L599]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L599]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/600-L599, /root/open-lambda/test-dir/worker/handlers/L599, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f2e0 601 /root/open-lambda/test-dir/worker/sock-handlers/601 /root/open-lambda/test-dir/worker/lambda_code/600-L599 /root/open-lambda/test-dir/worker/handlers/L599/601 }) [SB 1]", "2019/06/28 22:33:13 Evict Sandbox 597", "2019/06/28 22:33:13 Destroy() [SB 597]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 597]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 597]", "2019/06/28 22:33:13 ...returns &{0xc00085e700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 601]", "2019/06/28 22:33:13 Pause() [SB 601]", "2019/06/28 22:33:13 Receive request to /run/L600", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6620 [FUNC L600]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L600]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/601-L600, /root/open-lambda/test-dir/worker/handlers/L600, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f2c0 602 /root/open-lambda/test-dir/worker/sock-handlers/602 /root/open-lambda/test-dir/worker/lambda_code/601-L600 /root/open-lambda/test-dir/worker/handlers/L600/602 }) [SB 1]", "2019/06/28 22:33:13 Evict Sandbox 598", "2019/06/28 22:33:13 Destroy() [SB 598]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 598]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 598]", "2019/06/28 22:33:13 ...returns &{0xc00085fb20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 602]", "2019/06/28 22:33:13 Pause() [SB 602]", "2019/06/28 22:33:13 Receive request to /run/L601", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6631 [FUNC L601]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L601]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/602-L601, /root/open-lambda/test-dir/worker/handlers/L601, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:13 fork(&{0xc0000826e0 0xc00000f300 603 /root/open-lambda/test-dir/worker/sock-handlers/603 /root/open-lambda/test-dir/worker/lambda_code/602-L601 /root/open-lambda/test-dir/worker/handlers/L601/603 }) [SB 1]", "2019/06/28 22:33:13 Evict Sandbox 599", "2019/06/28 22:33:13 Destroy() [SB 599]", "2019/06/28 22:33:13 kill all procs in CG [SOCK 599]", "2019/06/28 22:33:13 unmount and remove dirs [SOCK 599]", "2019/06/28 22:33:13 ...returns &{0xc000a807e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:13 Channel() [SB 603]", "2019/06/28 22:33:13 Pause() [SB 603]", "2019/06/28 22:33:13 Receive request to /run/L602", "2019/06/28 22:33:13 debug: LambdaFunc.Task() runs on goroutine 6642 [FUNC L602]", "2019/06/28 22:33:13 increase instances to 1 [FUNC L602]", "2019/06/28 22:33:13 .Create(/root/open-lambda/test-dir/worker/lambda_code/603-L602, /root/open-lambda/test-dir/worker/handlers/L602, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f320 604 /root/open-lambda/test-dir/worker/sock-handlers/604 /root/open-lambda/test-dir/worker/lambda_code/603-L602 /root/open-lambda/test-dir/worker/handlers/L602/604 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000a81420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 604]", "2019/06/28 22:33:14 Evict Sandbox 600", "2019/06/28 22:33:14 Destroy() [SB 600]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 600]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 600]", "2019/06/28 22:33:14 Pause() [SB 604]", "2019/06/28 22:33:14 Receive request to /run/L603", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6653 [FUNC L603]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L603]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/604-L603, /root/open-lambda/test-dir/worker/handlers/L603, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f340 605 /root/open-lambda/test-dir/worker/sock-handlers/605 /root/open-lambda/test-dir/worker/lambda_code/604-L603 /root/open-lambda/test-dir/worker/handlers/L603/605 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000368bd0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 605]", "2019/06/28 22:33:14 Evict Sandbox 601", "2019/06/28 22:33:14 Destroy() [SB 601]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 601]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 601]", "2019/06/28 22:33:14 Pause() [SB 605]", "2019/06/28 22:33:14 Receive request to /run/L604", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6664 [FUNC L604]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L604]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/605-L604, /root/open-lambda/test-dir/worker/handlers/L604, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f360 606 /root/open-lambda/test-dir/worker/sock-handlers/606 /root/open-lambda/test-dir/worker/lambda_code/605-L604 /root/open-lambda/test-dir/worker/handlers/L604/606 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000b64230 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 606]", "2019/06/28 22:33:14 Evict Sandbox 602", "2019/06/28 22:33:14 Destroy() [SB 602]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 602]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 602]", "2019/06/28 22:33:14 Pause() [SB 606]", "2019/06/28 22:33:14 Receive request to /run/L605", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6675 [FUNC L605]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L605]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/606-L605, /root/open-lambda/test-dir/worker/handlers/L605, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f380 607 /root/open-lambda/test-dir/worker/sock-handlers/607 /root/open-lambda/test-dir/worker/lambda_code/606-L605 /root/open-lambda/test-dir/worker/handlers/L605/607 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000b64af0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 607]", "2019/06/28 22:33:14 Evict Sandbox 603", "2019/06/28 22:33:14 Destroy() [SB 603]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 603]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 603]", "2019/06/28 22:33:14 Pause() [SB 607]", "2019/06/28 22:33:14 Receive request to /run/L606", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6686 [FUNC L606]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L606]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/607-L606, /root/open-lambda/test-dir/worker/handlers/L606, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f3a0 608 /root/open-lambda/test-dir/worker/sock-handlers/608 /root/open-lambda/test-dir/worker/lambda_code/607-L606 /root/open-lambda/test-dir/worker/handlers/L606/608 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000b651f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 608]", "2019/06/28 22:33:14 Evict Sandbox 604", "2019/06/28 22:33:14 Destroy() [SB 604]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 604]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 604]", "2019/06/28 22:33:14 Pause() [SB 608]", "2019/06/28 22:33:14 Receive request to /run/L607", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6697 [FUNC L607]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L607]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/608-L607, /root/open-lambda/test-dir/worker/handlers/L607, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f3c0 609 /root/open-lambda/test-dir/worker/sock-handlers/609 /root/open-lambda/test-dir/worker/lambda_code/608-L607 /root/open-lambda/test-dir/worker/handlers/L607/609 }) [SB 1]", "2019/06/28 22:33:14 Evict Sandbox 605", "2019/06/28 22:33:14 Destroy() [SB 605]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 605]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 605]", "2019/06/28 22:33:14 ...returns &{0xc000b659d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 609]", "2019/06/28 22:33:14 Pause() [SB 609]", "2019/06/28 22:33:14 Receive request to /run/L608", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6708 [FUNC L608]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L608]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/609-L608, /root/open-lambda/test-dir/worker/handlers/L608, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f3e0 610 /root/open-lambda/test-dir/worker/sock-handlers/610 /root/open-lambda/test-dir/worker/lambda_code/609-L608 /root/open-lambda/test-dir/worker/handlers/L608/610 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000b65ea0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 610]", "2019/06/28 22:33:14 Evict Sandbox 606", "2019/06/28 22:33:14 Destroy() [SB 606]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 606]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 606]", "2019/06/28 22:33:14 Pause() [SB 610]", "2019/06/28 22:33:14 Receive request to /run/L609", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6719 [FUNC L609]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L609]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/610-L609, /root/open-lambda/test-dir/worker/handlers/L609, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f400 611 /root/open-lambda/test-dir/worker/sock-handlers/611 /root/open-lambda/test-dir/worker/lambda_code/610-L609 /root/open-lambda/test-dir/worker/handlers/L609/611 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000cb24d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 611]", "2019/06/28 22:33:14 Evict Sandbox 607", "2019/06/28 22:33:14 Destroy() [SB 607]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 607]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 607]", "2019/06/28 22:33:14 Pause() [SB 611]", "2019/06/28 22:33:14 Receive request to /run/L610", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6730 [FUNC L610]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L610]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/611-L610, /root/open-lambda/test-dir/worker/handlers/L610, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f420 612 /root/open-lambda/test-dir/worker/sock-handlers/612 /root/open-lambda/test-dir/worker/lambda_code/611-L610 /root/open-lambda/test-dir/worker/handlers/L610/612 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000cb2a80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 612]", "2019/06/28 22:33:14 Evict Sandbox 608", "2019/06/28 22:33:14 Destroy() [SB 608]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 608]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 608]", "2019/06/28 22:33:14 Pause() [SB 612]", "2019/06/28 22:33:14 Receive request to /run/L611", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6741 [FUNC L611]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L611]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/612-L611, /root/open-lambda/test-dir/worker/handlers/L611, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000fb60 613 /root/open-lambda/test-dir/worker/sock-handlers/613 /root/open-lambda/test-dir/worker/lambda_code/612-L611 /root/open-lambda/test-dir/worker/handlers/L611/613 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000cb2fc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 613]", "2019/06/28 22:33:14 Evict Sandbox 609", "2019/06/28 22:33:14 Destroy() [SB 609]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 609]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 609]", "2019/06/28 22:33:14 Pause() [SB 613]", "2019/06/28 22:33:14 Receive request to /run/L612", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6752 [FUNC L612]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L612]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/613-L612, /root/open-lambda/test-dir/worker/handlers/L612, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc000410200 614 /root/open-lambda/test-dir/worker/sock-handlers/614 /root/open-lambda/test-dir/worker/lambda_code/613-L612 /root/open-lambda/test-dir/worker/handlers/L612/614 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000cb3490 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 614]", "2019/06/28 22:33:14 Evict Sandbox 610", "2019/06/28 22:33:14 Destroy() [SB 610]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 610]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 610]", "2019/06/28 22:33:14 Pause() [SB 614]", "2019/06/28 22:33:14 Receive request to /run/L613", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6763 [FUNC L613]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L613]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/614-L613, /root/open-lambda/test-dir/worker/handlers/L613, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc000410800 615 /root/open-lambda/test-dir/worker/sock-handlers/615 /root/open-lambda/test-dir/worker/lambda_code/614-L613 /root/open-lambda/test-dir/worker/handlers/L613/615 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000cb3d50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 615]", "2019/06/28 22:33:14 Evict Sandbox 611", "2019/06/28 22:33:14 Destroy() [SB 611]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 611]", "2019/06/28 22:33:14 waiting for 1 procs in cg-16 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 611]", "2019/06/28 22:33:14 Pause() [SB 615]", "2019/06/28 22:33:14 Receive request to /run/L614", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6774 [FUNC L614]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L614]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/615-L614, /root/open-lambda/test-dir/worker/handlers/L614, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc000410e60 616 /root/open-lambda/test-dir/worker/sock-handlers/616 /root/open-lambda/test-dir/worker/lambda_code/615-L614 /root/open-lambda/test-dir/worker/handlers/L614/616 }) [SB 1]", "2019/06/28 22:33:14 Evict Sandbox 612", "2019/06/28 22:33:14 Destroy() [SB 612]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 612]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 612]", "2019/06/28 22:33:14 ...returns &{0xc000d980e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 616]", "2019/06/28 22:33:14 Pause() [SB 616]", "2019/06/28 22:33:14 Receive request to /run/L615", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6785 [FUNC L615]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L615]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/616-L615, /root/open-lambda/test-dir/worker/handlers/L615, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc0004114c0 617 /root/open-lambda/test-dir/worker/sock-handlers/617 /root/open-lambda/test-dir/worker/lambda_code/616-L615 /root/open-lambda/test-dir/worker/handlers/L615/617 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000d983f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 617]", "2019/06/28 22:33:14 Evict Sandbox 613", "2019/06/28 22:33:14 Destroy() [SB 613]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 613]", "2019/06/28 22:33:14 waiting for 1 procs in cg-18 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 613]", "2019/06/28 22:33:14 Pause() [SB 617]", "2019/06/28 22:33:14 Receive request to /run/L616", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6796 [FUNC L616]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L616]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/617-L616, /root/open-lambda/test-dir/worker/handlers/L616, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f0a0 618 /root/open-lambda/test-dir/worker/sock-handlers/618 /root/open-lambda/test-dir/worker/lambda_code/617-L616 /root/open-lambda/test-dir/worker/handlers/L616/618 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000d98700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 618]", "2019/06/28 22:33:14 Evict Sandbox 614", "2019/06/28 22:33:14 Destroy() [SB 614]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 614]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 614]", "2019/06/28 22:33:14 Pause() [SB 618]", "2019/06/28 22:33:14 Receive request to /run/L617", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6807 [FUNC L617]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L617]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/618-L617, /root/open-lambda/test-dir/worker/handlers/L617, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f0c0 619 /root/open-lambda/test-dir/worker/sock-handlers/619 /root/open-lambda/test-dir/worker/lambda_code/618-L617 /root/open-lambda/test-dir/worker/handlers/L617/619 }) [SB 1]", "2019/06/28 22:33:14 Evict Sandbox 615", "2019/06/28 22:33:14 Destroy() [SB 615]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 615]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 615]", "2019/06/28 22:33:14 ...returns &{0xc000d98a10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 619]", "2019/06/28 22:33:14 Pause() [SB 619]", "2019/06/28 22:33:14 Receive request to /run/L618", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6818 [FUNC L618]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L618]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/619-L618, /root/open-lambda/test-dir/worker/handlers/L618, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f0e0 620 /root/open-lambda/test-dir/worker/sock-handlers/620 /root/open-lambda/test-dir/worker/lambda_code/619-L618 /root/open-lambda/test-dir/worker/handlers/L618/620 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000d98d20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 620]", "2019/06/28 22:33:14 Evict Sandbox 616", "2019/06/28 22:33:14 Destroy() [SB 616]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 616]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 616]", "2019/06/28 22:33:14 Pause() [SB 620]", "2019/06/28 22:33:14 Receive request to /run/L619", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6829 [FUNC L619]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L619]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/620-L619, /root/open-lambda/test-dir/worker/handlers/L619, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f100 621 /root/open-lambda/test-dir/worker/sock-handlers/621 /root/open-lambda/test-dir/worker/lambda_code/620-L619 /root/open-lambda/test-dir/worker/handlers/L619/621 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000cb2460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 621]", "2019/06/28 22:33:14 Evict Sandbox 617", "2019/06/28 22:33:14 Destroy() [SB 617]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 617]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 617]", "2019/06/28 22:33:14 Pause() [SB 621]", "2019/06/28 22:33:14 Receive request to /run/L620", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6840 [FUNC L620]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L620]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/621-L620, /root/open-lambda/test-dir/worker/handlers/L620, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f120 622 /root/open-lambda/test-dir/worker/sock-handlers/622 /root/open-lambda/test-dir/worker/lambda_code/621-L620 /root/open-lambda/test-dir/worker/handlers/L620/622 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000cb2af0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 622]", "2019/06/28 22:33:14 Evict Sandbox 618", "2019/06/28 22:33:14 Destroy() [SB 618]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 618]", "2019/06/28 22:33:14 waiting for 1 procs in cg-1 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 618]", "2019/06/28 22:33:14 Pause() [SB 622]", "2019/06/28 22:33:14 Receive request to /run/L621", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6851 [FUNC L621]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L621]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/622-L621, /root/open-lambda/test-dir/worker/handlers/L621, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f2e0 623 /root/open-lambda/test-dir/worker/sock-handlers/623 /root/open-lambda/test-dir/worker/lambda_code/622-L621 /root/open-lambda/test-dir/worker/handlers/L621/623 }) [SB 1]", "2019/06/28 22:33:14 Evict Sandbox 619", "2019/06/28 22:33:14 Destroy() [SB 619]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 619]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 619]", "2019/06/28 22:33:14 ...returns &{0xc000cb3110 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 623]", "2019/06/28 22:33:14 Pause() [SB 623]", "2019/06/28 22:33:14 Receive request to /run/L622", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6862 [FUNC L622]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L622]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/623-L622, /root/open-lambda/test-dir/worker/handlers/L622, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f2c0 624 /root/open-lambda/test-dir/worker/sock-handlers/624 /root/open-lambda/test-dir/worker/lambda_code/623-L622 /root/open-lambda/test-dir/worker/handlers/L622/624 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000cb3730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 624]", "2019/06/28 22:33:14 Evict Sandbox 620", "2019/06/28 22:33:14 Destroy() [SB 620]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 620]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 620]", "2019/06/28 22:33:14 Pause() [SB 624]", "2019/06/28 22:33:14 Receive request to /run/L623", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6873 [FUNC L623]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L623]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/624-L623, /root/open-lambda/test-dir/worker/handlers/L623, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f300 625 /root/open-lambda/test-dir/worker/sock-handlers/625 /root/open-lambda/test-dir/worker/lambda_code/624-L623 /root/open-lambda/test-dir/worker/handlers/L623/625 }) [SB 1]", "2019/06/28 22:33:14 Evict Sandbox 621", "2019/06/28 22:33:14 Destroy() [SB 621]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 621]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 621]", "2019/06/28 22:33:14 ...returns &{0xc000cb3b90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 625]", "2019/06/28 22:33:14 Pause() [SB 625]", "2019/06/28 22:33:14 Receive request to /run/L624", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6884 [FUNC L624]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L624]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/625-L624, /root/open-lambda/test-dir/worker/handlers/L624, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f320 626 /root/open-lambda/test-dir/worker/sock-handlers/626 /root/open-lambda/test-dir/worker/lambda_code/625-L624 /root/open-lambda/test-dir/worker/handlers/L624/626 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000b64000 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 626]", "2019/06/28 22:33:14 Evict Sandbox 622", "2019/06/28 22:33:14 Destroy() [SB 622]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 622]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 622]", "2019/06/28 22:33:14 Pause() [SB 626]", "2019/06/28 22:33:14 Receive request to /run/L625", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6895 [FUNC L625]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L625]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/626-L625, /root/open-lambda/test-dir/worker/handlers/L625, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f340 627 /root/open-lambda/test-dir/worker/sock-handlers/627 /root/open-lambda/test-dir/worker/lambda_code/626-L625 /root/open-lambda/test-dir/worker/handlers/L625/627 }) [SB 1]", "2019/06/28 22:33:14 Evict Sandbox 623", "2019/06/28 22:33:14 Destroy() [SB 623]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 623]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 623]", "2019/06/28 22:33:14 ...returns &{0xc000b64a80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 627]", "2019/06/28 22:33:14 Pause() [SB 627]", "2019/06/28 22:33:14 Receive request to /run/L626", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6906 [FUNC L626]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L626]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/627-L626, /root/open-lambda/test-dir/worker/handlers/L626, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f360 628 /root/open-lambda/test-dir/worker/sock-handlers/628 /root/open-lambda/test-dir/worker/lambda_code/627-L626 /root/open-lambda/test-dir/worker/handlers/L626/628 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000b65420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 628]", "2019/06/28 22:33:14 Evict Sandbox 624", "2019/06/28 22:33:14 Destroy() [SB 624]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 624]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 624]", "2019/06/28 22:33:14 Pause() [SB 628]", "2019/06/28 22:33:14 Receive request to /run/L627", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6917 [FUNC L627]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L627]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/628-L627, /root/open-lambda/test-dir/worker/handlers/L627, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f380 629 /root/open-lambda/test-dir/worker/sock-handlers/629 /root/open-lambda/test-dir/worker/lambda_code/628-L627 /root/open-lambda/test-dir/worker/handlers/L627/629 }) [SB 1]", "2019/06/28 22:33:14 Evict Sandbox 625", "2019/06/28 22:33:14 Destroy() [SB 625]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 625]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 625]", "2019/06/28 22:33:14 ...returns &{0xc000b65ab0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 629]", "2019/06/28 22:33:14 Pause() [SB 629]", "2019/06/28 22:33:14 Receive request to /run/L628", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6928 [FUNC L628]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L628]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/629-L628, /root/open-lambda/test-dir/worker/handlers/L628, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f3a0 630 /root/open-lambda/test-dir/worker/sock-handlers/630 /root/open-lambda/test-dir/worker/lambda_code/629-L628 /root/open-lambda/test-dir/worker/handlers/L628/630 }) [SB 1]", "2019/06/28 22:33:14 ...returns &{0xc000368f50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 630]", "2019/06/28 22:33:14 Evict Sandbox 626", "2019/06/28 22:33:14 Destroy() [SB 626]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 626]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 626]", "2019/06/28 22:33:14 Pause() [SB 630]", "2019/06/28 22:33:14 Receive request to /run/L629", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6939 [FUNC L629]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L629]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/630-L629, /root/open-lambda/test-dir/worker/handlers/L629, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f3c0 631 /root/open-lambda/test-dir/worker/sock-handlers/631 /root/open-lambda/test-dir/worker/lambda_code/630-L629 /root/open-lambda/test-dir/worker/handlers/L629/631 }) [SB 1]", "2019/06/28 22:33:14 Evict Sandbox 627", "2019/06/28 22:33:14 Destroy() [SB 627]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 627]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 627]", "2019/06/28 22:33:14 ...returns &{0xc000a80850 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 631]", "2019/06/28 22:33:14 Pause() [SB 631]", "2019/06/28 22:33:14 Receive request to /run/L630", "2019/06/28 22:33:14 debug: LambdaFunc.Task() runs on goroutine 6950 [FUNC L630]", "2019/06/28 22:33:14 increase instances to 1 [FUNC L630]", "2019/06/28 22:33:14 .Create(/root/open-lambda/test-dir/worker/lambda_code/631-L630, /root/open-lambda/test-dir/worker/handlers/L630, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:14 fork(&{0xc0000826e0 0xc00000f3e0 632 /root/open-lambda/test-dir/worker/sock-handlers/632 /root/open-lambda/test-dir/worker/lambda_code/631-L630 /root/open-lambda/test-dir/worker/handlers/L630/632 }) [SB 1]", "2019/06/28 22:33:14 Evict Sandbox 628", "2019/06/28 22:33:14 Destroy() [SB 628]", "2019/06/28 22:33:14 kill all procs in CG [SOCK 628]", "2019/06/28 22:33:14 unmount and remove dirs [SOCK 628]", "2019/06/28 22:33:14 ...returns &{0xc000a817a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:14 Channel() [SB 632]", "2019/06/28 22:33:15 Pause() [SB 632]", "2019/06/28 22:33:15 Receive request to /run/L631", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 6961 [FUNC L631]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L631]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/632-L631, /root/open-lambda/test-dir/worker/handlers/L631, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f400 633 /root/open-lambda/test-dir/worker/sock-handlers/633 /root/open-lambda/test-dir/worker/lambda_code/632-L631 /root/open-lambda/test-dir/worker/handlers/L631/633 }) [SB 1]", "2019/06/28 22:33:15 Evict Sandbox 629", "2019/06/28 22:33:15 Destroy() [SB 629]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 629]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 629]", "2019/06/28 22:33:15 ...returns &{0xc00085ecb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 633]", "2019/06/28 22:33:15 Pause() [SB 633]", "2019/06/28 22:33:15 Receive request to /run/L632", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 6972 [FUNC L632]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L632]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/633-L632, /root/open-lambda/test-dir/worker/handlers/L632, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f420 634 /root/open-lambda/test-dir/worker/sock-handlers/634 /root/open-lambda/test-dir/worker/lambda_code/633-L632 /root/open-lambda/test-dir/worker/handlers/L632/634 }) [SB 1]", "2019/06/28 22:33:15 ...returns &{0xc0004e84d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 634]", "2019/06/28 22:33:15 Evict Sandbox 630", "2019/06/28 22:33:15 Destroy() [SB 630]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 630]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 630]", "2019/06/28 22:33:15 Pause() [SB 634]", "2019/06/28 22:33:15 Receive request to /run/L633", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 6983 [FUNC L633]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L633]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/634-L633, /root/open-lambda/test-dir/worker/handlers/L633, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000fb60 635 /root/open-lambda/test-dir/worker/sock-handlers/635 /root/open-lambda/test-dir/worker/lambda_code/634-L633 /root/open-lambda/test-dir/worker/handlers/L633/635 }) [SB 1]", "2019/06/28 22:33:15 Evict Sandbox 631", "2019/06/28 22:33:15 Destroy() [SB 631]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 631]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 631]", "2019/06/28 22:33:15 ...returns &{0xc000e60150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 635]", "2019/06/28 22:33:15 Pause() [SB 635]", "2019/06/28 22:33:15 Receive request to /run/L634", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 6994 [FUNC L634]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L634]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/635-L634, /root/open-lambda/test-dir/worker/handlers/L634, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc000410200 636 /root/open-lambda/test-dir/worker/sock-handlers/636 /root/open-lambda/test-dir/worker/lambda_code/635-L634 /root/open-lambda/test-dir/worker/handlers/L634/636 }) [SB 1]", "2019/06/28 22:33:15 ...returns &{0xc000e605b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 636]", "2019/06/28 22:33:15 Evict Sandbox 632", "2019/06/28 22:33:15 Destroy() [SB 632]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 632]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 632]", "2019/06/28 22:33:15 Pause() [SB 636]", "2019/06/28 22:33:15 Receive request to /run/L635", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7005 [FUNC L635]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L635]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/636-L635, /root/open-lambda/test-dir/worker/handlers/L635, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc000410800 637 /root/open-lambda/test-dir/worker/sock-handlers/637 /root/open-lambda/test-dir/worker/lambda_code/636-L635 /root/open-lambda/test-dir/worker/handlers/L635/637 }) [SB 1]", "2019/06/28 22:33:15 ...returns &{0xc000e60a80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 637]", "2019/06/28 22:33:15 Evict Sandbox 633", "2019/06/28 22:33:15 Destroy() [SB 633]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 633]", "2019/06/28 22:33:15 waiting for 1 procs in cg-16 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 633]", "2019/06/28 22:33:15 Pause() [SB 637]", "2019/06/28 22:33:15 Receive request to /run/L636", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7016 [FUNC L636]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L636]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/637-L636, /root/open-lambda/test-dir/worker/handlers/L636, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc000410e60 638 /root/open-lambda/test-dir/worker/sock-handlers/638 /root/open-lambda/test-dir/worker/lambda_code/637-L636 /root/open-lambda/test-dir/worker/handlers/L636/638 }) [SB 1]", "2019/06/28 22:33:15 ...returns &{0xc000e60ee0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 638]", "2019/06/28 22:33:15 Evict Sandbox 634", "2019/06/28 22:33:15 Destroy() [SB 634]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 634]", "2019/06/28 22:33:15 waiting for 1 procs in cg-17 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 634]", "2019/06/28 22:33:15 Pause() [SB 638]", "2019/06/28 22:33:15 Receive request to /run/L637", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7027 [FUNC L637]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L637]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/638-L637, /root/open-lambda/test-dir/worker/handlers/L637, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc0004114c0 639 /root/open-lambda/test-dir/worker/sock-handlers/639 /root/open-lambda/test-dir/worker/lambda_code/638-L637 /root/open-lambda/test-dir/worker/handlers/L637/639 }) [SB 1]", "2019/06/28 22:33:15 Evict Sandbox 635", "2019/06/28 22:33:15 Destroy() [SB 635]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 635]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 635]", "2019/06/28 22:33:15 ...returns &{0xc000e61340 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 639]", "2019/06/28 22:33:15 Pause() [SB 639]", "2019/06/28 22:33:15 Receive request to /run/L638", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7038 [FUNC L638]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L638]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/639-L638, /root/open-lambda/test-dir/worker/handlers/L638, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f0a0 640 /root/open-lambda/test-dir/worker/sock-handlers/640 /root/open-lambda/test-dir/worker/lambda_code/639-L638 /root/open-lambda/test-dir/worker/handlers/L638/640 }) [SB 1]", "2019/06/28 22:33:15 Evict Sandbox 636", "2019/06/28 22:33:15 Destroy() [SB 636]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 636]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 636]", "2019/06/28 22:33:15 ...returns &{0xc000e61730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 640]", "2019/06/28 22:33:15 Pause() [SB 640]", "2019/06/28 22:33:15 Receive request to /run/L639", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7049 [FUNC L639]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L639]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/640-L639, /root/open-lambda/test-dir/worker/handlers/L639, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f0c0 641 /root/open-lambda/test-dir/worker/sock-handlers/641 /root/open-lambda/test-dir/worker/lambda_code/640-L639 /root/open-lambda/test-dir/worker/handlers/L639/641 }) [SB 1]", "2019/06/28 22:33:15 Evict Sandbox 637", "2019/06/28 22:33:15 Destroy() [SB 637]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 637]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 637]", "2019/06/28 22:33:15 ...returns &{0xc000e61b20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 641]", "2019/06/28 22:33:15 Pause() [SB 641]", "2019/06/28 22:33:15 Receive request to /run/L640", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7060 [FUNC L640]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L640]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/641-L640, /root/open-lambda/test-dir/worker/handlers/L640, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f0e0 642 /root/open-lambda/test-dir/worker/sock-handlers/642 /root/open-lambda/test-dir/worker/lambda_code/641-L640 /root/open-lambda/test-dir/worker/handlers/L640/642 }) [SB 1]", "2019/06/28 22:33:15 ...returns &{0xc000e61f80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 642]", "2019/06/28 22:33:15 Evict Sandbox 638", "2019/06/28 22:33:15 Destroy() [SB 638]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 638]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 638]", "2019/06/28 22:33:15 Pause() [SB 642]", "2019/06/28 22:33:15 Receive request to /run/L641", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7071 [FUNC L641]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L641]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/642-L641, /root/open-lambda/test-dir/worker/handlers/L641, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f100 643 /root/open-lambda/test-dir/worker/sock-handlers/643 /root/open-lambda/test-dir/worker/lambda_code/642-L641 /root/open-lambda/test-dir/worker/handlers/L641/643 }) [SB 1]", "2019/06/28 22:33:15 Evict Sandbox 639", "2019/06/28 22:33:15 Destroy() [SB 639]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 639]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 639]", "2019/06/28 22:33:15 ...returns &{0xc000d98310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 643]", "2019/06/28 22:33:15 Pause() [SB 643]", "2019/06/28 22:33:15 Receive request to /run/L642", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7082 [FUNC L642]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L642]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/643-L642, /root/open-lambda/test-dir/worker/handlers/L642, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f120 644 /root/open-lambda/test-dir/worker/sock-handlers/644 /root/open-lambda/test-dir/worker/lambda_code/643-L642 /root/open-lambda/test-dir/worker/handlers/L642/644 }) [SB 1]", "2019/06/28 22:33:15 Evict Sandbox 640", "2019/06/28 22:33:15 Destroy() [SB 640]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 640]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 640]", "2019/06/28 22:33:15 ...returns &{0xc000d98690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 644]", "2019/06/28 22:33:15 Pause() [SB 644]", "2019/06/28 22:33:15 Receive request to /run/L643", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7093 [FUNC L643]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L643]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/644-L643, /root/open-lambda/test-dir/worker/handlers/L643, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f2e0 645 /root/open-lambda/test-dir/worker/sock-handlers/645 /root/open-lambda/test-dir/worker/lambda_code/644-L643 /root/open-lambda/test-dir/worker/handlers/L643/645 }) [SB 1]", "2019/06/28 22:33:15 ...returns &{0xc000d98a80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 645]", "2019/06/28 22:33:15 Evict Sandbox 641", "2019/06/28 22:33:15 Destroy() [SB 641]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 641]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 641]", "2019/06/28 22:33:15 Pause() [SB 645]", "2019/06/28 22:33:15 Receive request to /run/L644", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7104 [FUNC L644]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L644]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/645-L644, /root/open-lambda/test-dir/worker/handlers/L644, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f2c0 646 /root/open-lambda/test-dir/worker/sock-handlers/646 /root/open-lambda/test-dir/worker/lambda_code/645-L644 /root/open-lambda/test-dir/worker/handlers/L644/646 }) [SB 1]", "2019/06/28 22:33:15 Evict Sandbox 642", "2019/06/28 22:33:15 Destroy() [SB 642]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 642]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 642]", "2019/06/28 22:33:15 ...returns &{0xc000d990a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 646]", "2019/06/28 22:33:15 Pause() [SB 646]", "2019/06/28 22:33:15 Receive request to /run/L645", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7115 [FUNC L645]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L645]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/646-L645, /root/open-lambda/test-dir/worker/handlers/L645, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f300 647 /root/open-lambda/test-dir/worker/sock-handlers/647 /root/open-lambda/test-dir/worker/lambda_code/646-L645 /root/open-lambda/test-dir/worker/handlers/L645/647 }) [SB 1]", "2019/06/28 22:33:15 Evict Sandbox 643", "2019/06/28 22:33:15 Destroy() [SB 643]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 643]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 643]", "2019/06/28 22:33:15 ...returns &{0xc000d993b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 647]", "2019/06/28 22:33:15 Pause() [SB 647]", "2019/06/28 22:33:15 Receive request to /run/L646", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7126 [FUNC L646]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L646]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/647-L646, /root/open-lambda/test-dir/worker/handlers/L646, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f320 648 /root/open-lambda/test-dir/worker/sock-handlers/648 /root/open-lambda/test-dir/worker/lambda_code/647-L646 /root/open-lambda/test-dir/worker/handlers/L646/648 }) [SB 1]", "2019/06/28 22:33:15 ...returns &{0xc000d996c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 648]", "2019/06/28 22:33:15 Evict Sandbox 644", "2019/06/28 22:33:15 Destroy() [SB 644]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 644]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 644]", "2019/06/28 22:33:15 Pause() [SB 648]", "2019/06/28 22:33:15 Receive request to /run/L647", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7137 [FUNC L647]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L647]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/648-L647, /root/open-lambda/test-dir/worker/handlers/L647, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f340 649 /root/open-lambda/test-dir/worker/sock-handlers/649 /root/open-lambda/test-dir/worker/lambda_code/648-L647 /root/open-lambda/test-dir/worker/handlers/L647/649 }) [SB 1]", "2019/06/28 22:33:15 ...returns &{0xc000d999d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 649]", "2019/06/28 22:33:15 Evict Sandbox 645", "2019/06/28 22:33:15 Destroy() [SB 645]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 645]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 645]", "2019/06/28 22:33:15 Pause() [SB 649]", "2019/06/28 22:33:15 Receive request to /run/L648", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7148 [FUNC L648]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L648]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/649-L648, /root/open-lambda/test-dir/worker/handlers/L648, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f360 650 /root/open-lambda/test-dir/worker/sock-handlers/650 /root/open-lambda/test-dir/worker/lambda_code/649-L648 /root/open-lambda/test-dir/worker/handlers/L648/650 }) [SB 1]", "2019/06/28 22:33:15 ...returns &{0xc000e60460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 650]", "2019/06/28 22:33:15 Evict Sandbox 646", "2019/06/28 22:33:15 Destroy() [SB 646]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 646]", "2019/06/28 22:33:15 waiting for 1 procs in cg-6 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:15 Evict Sandbox 647", "2019/06/28 22:33:15 Destroy() [SB 647]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 647]", "2019/06/28 22:33:15 waiting for 1 procs in cg-8 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 647]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 646]", "2019/06/28 22:33:15 Pause() [SB 650]", "2019/06/28 22:33:15 Receive request to /run/L649", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7160 [FUNC L649]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L649]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/650-L649, /root/open-lambda/test-dir/worker/handlers/L649, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f380 651 /root/open-lambda/test-dir/worker/sock-handlers/651 /root/open-lambda/test-dir/worker/lambda_code/650-L649 /root/open-lambda/test-dir/worker/handlers/L649/651 }) [SB 1]", "2019/06/28 22:33:15 ...returns &{0xc000e60930 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 651]", "2019/06/28 22:33:15 Pause() [SB 651]", "2019/06/28 22:33:15 Receive request to /run/L650", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7170 [FUNC L650]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L650]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/651-L650, /root/open-lambda/test-dir/worker/handlers/L650, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f3a0 652 /root/open-lambda/test-dir/worker/sock-handlers/652 /root/open-lambda/test-dir/worker/lambda_code/651-L650 /root/open-lambda/test-dir/worker/handlers/L650/652 }) [SB 1]", "2019/06/28 22:33:15 Evict Sandbox 648", "2019/06/28 22:33:15 Destroy() [SB 648]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 648]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 648]", "2019/06/28 22:33:15 ...returns &{0xc000e60e00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 652]", "2019/06/28 22:33:15 Pause() [SB 652]", "2019/06/28 22:33:15 Receive request to /run/L651", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7181 [FUNC L651]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L651]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/652-L651, /root/open-lambda/test-dir/worker/handlers/L651, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f3c0 653 /root/open-lambda/test-dir/worker/sock-handlers/653 /root/open-lambda/test-dir/worker/lambda_code/652-L651 /root/open-lambda/test-dir/worker/handlers/L651/653 }) [SB 1]", "2019/06/28 22:33:15 Evict Sandbox 649", "2019/06/28 22:33:15 Destroy() [SB 649]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 649]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 649]", "2019/06/28 22:33:15 ...returns &{0xc000e613b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 653]", "2019/06/28 22:33:15 Pause() [SB 653]", "2019/06/28 22:33:15 Receive request to /run/L652", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7192 [FUNC L652]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L652]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/653-L652, /root/open-lambda/test-dir/worker/handlers/L652, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f3e0 654 /root/open-lambda/test-dir/worker/sock-handlers/654 /root/open-lambda/test-dir/worker/lambda_code/653-L652 /root/open-lambda/test-dir/worker/handlers/L652/654 }) [SB 1]", "2019/06/28 22:33:15 Evict Sandbox 650", "2019/06/28 22:33:15 Destroy() [SB 650]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 650]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 650]", "2019/06/28 22:33:15 ...returns &{0xc000e61810 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 654]", "2019/06/28 22:33:15 Pause() [SB 654]", "2019/06/28 22:33:15 Receive request to /run/L653", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7203 [FUNC L653]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L653]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/654-L653, /root/open-lambda/test-dir/worker/handlers/L653, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f400 655 /root/open-lambda/test-dir/worker/sock-handlers/655 /root/open-lambda/test-dir/worker/lambda_code/654-L653 /root/open-lambda/test-dir/worker/handlers/L653/655 }) [SB 1]", "2019/06/28 22:33:15 ...returns &{0xc000e61d50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 655]", "2019/06/28 22:33:15 Evict Sandbox 651", "2019/06/28 22:33:15 Destroy() [SB 651]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 651]", "2019/06/28 22:33:15 waiting for 1 procs in cg-12 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 651]", "2019/06/28 22:33:15 Pause() [SB 655]", "2019/06/28 22:33:15 Receive request to /run/L654", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7214 [FUNC L654]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L654]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/655-L654, /root/open-lambda/test-dir/worker/handlers/L654, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000f420 656 /root/open-lambda/test-dir/worker/sock-handlers/656 /root/open-lambda/test-dir/worker/lambda_code/655-L654 /root/open-lambda/test-dir/worker/handlers/L654/656 }) [SB 1]", "2019/06/28 22:33:15 ...returns &{0xc0004e9f10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 656]", "2019/06/28 22:33:15 Evict Sandbox 652", "2019/06/28 22:33:15 Destroy() [SB 652]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 652]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 652]", "2019/06/28 22:33:15 Pause() [SB 656]", "2019/06/28 22:33:15 Receive request to /run/L655", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7225 [FUNC L655]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L655]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/656-L655, /root/open-lambda/test-dir/worker/handlers/L655, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc00000fb60 657 /root/open-lambda/test-dir/worker/sock-handlers/657 /root/open-lambda/test-dir/worker/lambda_code/656-L655 /root/open-lambda/test-dir/worker/handlers/L655/657 }) [SB 1]", "2019/06/28 22:33:15 ...returns &{0xc00085f880 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 657]", "2019/06/28 22:33:15 Evict Sandbox 653", "2019/06/28 22:33:15 Destroy() [SB 653]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 653]", "2019/06/28 22:33:15 waiting for 1 procs in cg-14 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 653]", "2019/06/28 22:33:15 Pause() [SB 657]", "2019/06/28 22:33:15 Receive request to /run/L656", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7236 [FUNC L656]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L656]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/657-L656, /root/open-lambda/test-dir/worker/handlers/L656, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc000410200 658 /root/open-lambda/test-dir/worker/sock-handlers/658 /root/open-lambda/test-dir/worker/lambda_code/657-L656 /root/open-lambda/test-dir/worker/handlers/L656/658 }) [SB 1]", "2019/06/28 22:33:15 Evict Sandbox 654", "2019/06/28 22:33:15 Destroy() [SB 654]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 654]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 654]", "2019/06/28 22:33:15 ...returns &{0xc000a809a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 658]", "2019/06/28 22:33:15 Pause() [SB 658]", "2019/06/28 22:33:15 Receive request to /run/L657", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7247 [FUNC L657]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L657]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/658-L657, /root/open-lambda/test-dir/worker/handlers/L657, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc000410800 659 /root/open-lambda/test-dir/worker/sock-handlers/659 /root/open-lambda/test-dir/worker/lambda_code/658-L657 /root/open-lambda/test-dir/worker/handlers/L657/659 }) [SB 1]", "2019/06/28 22:33:15 ...returns &{0xc000a81b90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 659]", "2019/06/28 22:33:15 Evict Sandbox 655", "2019/06/28 22:33:15 Destroy() [SB 655]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 655]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 655]", "2019/06/28 22:33:15 Pause() [SB 659]", "2019/06/28 22:33:15 Receive request to /run/L658", "2019/06/28 22:33:15 debug: LambdaFunc.Task() runs on goroutine 7258 [FUNC L658]", "2019/06/28 22:33:15 increase instances to 1 [FUNC L658]", "2019/06/28 22:33:15 .Create(/root/open-lambda/test-dir/worker/lambda_code/659-L658, /root/open-lambda/test-dir/worker/handlers/L658, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:15 fork(&{0xc0000826e0 0xc000410e60 660 /root/open-lambda/test-dir/worker/sock-handlers/660 /root/open-lambda/test-dir/worker/lambda_code/659-L658 /root/open-lambda/test-dir/worker/handlers/L658/660 }) [SB 1]", "2019/06/28 22:33:15 Evict Sandbox 656", "2019/06/28 22:33:15 Destroy() [SB 656]", "2019/06/28 22:33:15 kill all procs in CG [SOCK 656]", "2019/06/28 22:33:15 unmount and remove dirs [SOCK 656]", "2019/06/28 22:33:15 ...returns &{0xc000b643f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:15 Channel() [SB 660]", "2019/06/28 22:33:16 Pause() [SB 660]", "2019/06/28 22:33:16 Receive request to /run/L659", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7269 [FUNC L659]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L659]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/660-L659, /root/open-lambda/test-dir/worker/handlers/L659, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc0004114c0 661 /root/open-lambda/test-dir/worker/sock-handlers/661 /root/open-lambda/test-dir/worker/lambda_code/660-L659 /root/open-lambda/test-dir/worker/handlers/L659/661 }) [SB 1]", "2019/06/28 22:33:16 Evict Sandbox 657", "2019/06/28 22:33:16 Destroy() [SB 657]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 657]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 657]", "2019/06/28 22:33:16 ...returns &{0xc000b64ee0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 661]", "2019/06/28 22:33:16 Pause() [SB 661]", "2019/06/28 22:33:16 Receive request to /run/L660", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7280 [FUNC L660]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L660]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/661-L660, /root/open-lambda/test-dir/worker/handlers/L660, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f0a0 662 /root/open-lambda/test-dir/worker/sock-handlers/662 /root/open-lambda/test-dir/worker/lambda_code/661-L660 /root/open-lambda/test-dir/worker/handlers/L660/662 }) [SB 1]", "2019/06/28 22:33:16 Evict Sandbox 658", "2019/06/28 22:33:16 Destroy() [SB 658]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 658]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 658]", "2019/06/28 22:33:16 ...returns &{0xc000b65730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 662]", "2019/06/28 22:33:16 Pause() [SB 662]", "2019/06/28 22:33:16 Receive request to /run/L661", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7291 [FUNC L661]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L661]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/662-L661, /root/open-lambda/test-dir/worker/handlers/L661, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f0c0 663 /root/open-lambda/test-dir/worker/sock-handlers/663 /root/open-lambda/test-dir/worker/lambda_code/662-L661 /root/open-lambda/test-dir/worker/handlers/L661/663 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000cb2070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 663]", "2019/06/28 22:33:16 Evict Sandbox 659", "2019/06/28 22:33:16 Destroy() [SB 659]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 659]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 659]", "2019/06/28 22:33:16 Pause() [SB 663]", "2019/06/28 22:33:16 Receive request to /run/L662", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7302 [FUNC L662]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L662]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/663-L662, /root/open-lambda/test-dir/worker/handlers/L662, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f0e0 664 /root/open-lambda/test-dir/worker/sock-handlers/664 /root/open-lambda/test-dir/worker/lambda_code/663-L662 /root/open-lambda/test-dir/worker/handlers/L662/664 }) [SB 1]", "2019/06/28 22:33:16 Evict Sandbox 660", "2019/06/28 22:33:16 Destroy() [SB 660]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 660]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 660]", "2019/06/28 22:33:16 ...returns &{0xc000cb2700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 664]", "2019/06/28 22:33:16 Pause() [SB 664]", "2019/06/28 22:33:16 Receive request to /run/L663", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7313 [FUNC L663]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L663]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/664-L663, /root/open-lambda/test-dir/worker/handlers/L663, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f100 665 /root/open-lambda/test-dir/worker/sock-handlers/665 /root/open-lambda/test-dir/worker/lambda_code/664-L663 /root/open-lambda/test-dir/worker/handlers/L663/665 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000cb2e70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 665]", "2019/06/28 22:33:16 Evict Sandbox 661", "2019/06/28 22:33:16 Destroy() [SB 661]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 661]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 661]", "2019/06/28 22:33:16 Pause() [SB 665]", "2019/06/28 22:33:16 Receive request to /run/L664", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7324 [FUNC L664]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L664]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/665-L664, /root/open-lambda/test-dir/worker/handlers/L664, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f120 666 /root/open-lambda/test-dir/worker/sock-handlers/666 /root/open-lambda/test-dir/worker/lambda_code/665-L664 /root/open-lambda/test-dir/worker/handlers/L664/666 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000cb3500 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 666]", "2019/06/28 22:33:16 Evict Sandbox 662", "2019/06/28 22:33:16 Destroy() [SB 662]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 662]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 662]", "2019/06/28 22:33:16 Pause() [SB 666]", "2019/06/28 22:33:16 Receive request to /run/L665", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7335 [FUNC L665]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L665]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/666-L665, /root/open-lambda/test-dir/worker/handlers/L665, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f2e0 667 /root/open-lambda/test-dir/worker/sock-handlers/667 /root/open-lambda/test-dir/worker/lambda_code/666-L665 /root/open-lambda/test-dir/worker/handlers/L665/667 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000cb3b20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 667]", "2019/06/28 22:33:16 Evict Sandbox 663", "2019/06/28 22:33:16 Destroy() [SB 663]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 663]", "2019/06/28 22:33:16 waiting for 1 procs in cg-2 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 663]", "2019/06/28 22:33:16 Pause() [SB 667]", "2019/06/28 22:33:16 Receive request to /run/L666", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7346 [FUNC L666]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L666]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/667-L666, /root/open-lambda/test-dir/worker/handlers/L666, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f300 668 /root/open-lambda/test-dir/worker/sock-handlers/668 /root/open-lambda/test-dir/worker/lambda_code/667-L666 /root/open-lambda/test-dir/worker/handlers/L666/668 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000d98000 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 668]", "2019/06/28 22:33:16 Evict Sandbox 664", "2019/06/28 22:33:16 Destroy() [SB 664]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 664]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 664]", "2019/06/28 22:33:16 Pause() [SB 668]", "2019/06/28 22:33:16 Receive request to /run/L667", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7357 [FUNC L667]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L667]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/668-L667, /root/open-lambda/test-dir/worker/handlers/L667, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f2c0 669 /root/open-lambda/test-dir/worker/sock-handlers/669 /root/open-lambda/test-dir/worker/lambda_code/668-L667 /root/open-lambda/test-dir/worker/handlers/L667/669 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000d98460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 669]", "2019/06/28 22:33:16 Evict Sandbox 665", "2019/06/28 22:33:16 Destroy() [SB 665]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 665]", "2019/06/28 22:33:16 waiting for 1 procs in cg-4 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 665]", "2019/06/28 22:33:16 Pause() [SB 669]", "2019/06/28 22:33:16 Receive request to /run/L668", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7368 [FUNC L668]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L668]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/669-L668, /root/open-lambda/test-dir/worker/handlers/L668, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f320 670 /root/open-lambda/test-dir/worker/sock-handlers/670 /root/open-lambda/test-dir/worker/lambda_code/669-L668 /root/open-lambda/test-dir/worker/handlers/L668/670 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000d98850 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 670]", "2019/06/28 22:33:16 Evict Sandbox 666", "2019/06/28 22:33:16 Destroy() [SB 666]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 666]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 666]", "2019/06/28 22:33:16 Pause() [SB 670]", "2019/06/28 22:33:16 Receive request to /run/L669", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7379 [FUNC L669]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L669]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/670-L669, /root/open-lambda/test-dir/worker/handlers/L669, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f340 671 /root/open-lambda/test-dir/worker/sock-handlers/671 /root/open-lambda/test-dir/worker/lambda_code/670-L669 /root/open-lambda/test-dir/worker/handlers/L669/671 }) [SB 1]", "2019/06/28 22:33:16 Evict Sandbox 667", "2019/06/28 22:33:16 Destroy() [SB 667]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 667]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 667]", "2019/06/28 22:33:16 ...returns &{0xc000d98c40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 671]", "2019/06/28 22:33:16 Pause() [SB 671]", "2019/06/28 22:33:16 Receive request to /run/L670", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7390 [FUNC L670]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L670]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/671-L670, /root/open-lambda/test-dir/worker/handlers/L670, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f360 672 /root/open-lambda/test-dir/worker/sock-handlers/672 /root/open-lambda/test-dir/worker/lambda_code/671-L670 /root/open-lambda/test-dir/worker/handlers/L670/672 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000d98fc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 672]", "2019/06/28 22:33:16 Evict Sandbox 668", "2019/06/28 22:33:16 Destroy() [SB 668]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 668]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 668]", "2019/06/28 22:33:16 Pause() [SB 672]", "2019/06/28 22:33:16 Receive request to /run/L671", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7401 [FUNC L671]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L671]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/672-L671, /root/open-lambda/test-dir/worker/handlers/L671, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f380 673 /root/open-lambda/test-dir/worker/sock-handlers/673 /root/open-lambda/test-dir/worker/lambda_code/672-L671 /root/open-lambda/test-dir/worker/handlers/L671/673 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000d99340 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 673]", "2019/06/28 22:33:16 Evict Sandbox 669", "2019/06/28 22:33:16 Destroy() [SB 669]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 669]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 669]", "2019/06/28 22:33:16 Pause() [SB 673]", "2019/06/28 22:33:16 Receive request to /run/L672", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7412 [FUNC L672]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L672]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/673-L672, /root/open-lambda/test-dir/worker/handlers/L672, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f3a0 674 /root/open-lambda/test-dir/worker/sock-handlers/674 /root/open-lambda/test-dir/worker/lambda_code/673-L672 /root/open-lambda/test-dir/worker/handlers/L672/674 }) [SB 1]", "2019/06/28 22:33:16 Evict Sandbox 670", "2019/06/28 22:33:16 Destroy() [SB 670]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 670]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 670]", "2019/06/28 22:33:16 ...returns &{0xc000d99730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 674]", "2019/06/28 22:33:16 Pause() [SB 674]", "2019/06/28 22:33:16 Receive request to /run/L673", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7423 [FUNC L673]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L673]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/674-L673, /root/open-lambda/test-dir/worker/handlers/L673, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f3c0 675 /root/open-lambda/test-dir/worker/sock-handlers/675 /root/open-lambda/test-dir/worker/lambda_code/674-L673 /root/open-lambda/test-dir/worker/handlers/L673/675 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000d99d50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 675]", "2019/06/28 22:33:16 Evict Sandbox 671", "2019/06/28 22:33:16 Destroy() [SB 671]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 671]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 671]", "2019/06/28 22:33:16 Pause() [SB 675]", "2019/06/28 22:33:16 Receive request to /run/L674", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7434 [FUNC L674]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L674]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/675-L674, /root/open-lambda/test-dir/worker/handlers/L674, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f3e0 676 /root/open-lambda/test-dir/worker/sock-handlers/676 /root/open-lambda/test-dir/worker/lambda_code/675-L674 /root/open-lambda/test-dir/worker/handlers/L674/676 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc0010ae070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 676]", "2019/06/28 22:33:16 Evict Sandbox 672", "2019/06/28 22:33:16 Destroy() [SB 672]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 672]", "2019/06/28 22:33:16 waiting for 1 procs in cg-11 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 672]", "2019/06/28 22:33:16 Pause() [SB 676]", "2019/06/28 22:33:16 Receive request to /run/L675", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7445 [FUNC L675]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L675]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/676-L675, /root/open-lambda/test-dir/worker/handlers/L675, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f400 677 /root/open-lambda/test-dir/worker/sock-handlers/677 /root/open-lambda/test-dir/worker/lambda_code/676-L675 /root/open-lambda/test-dir/worker/handlers/L675/677 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc0010ae380 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 677]", "2019/06/28 22:33:16 Evict Sandbox 673", "2019/06/28 22:33:16 Destroy() [SB 673]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 673]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 673]", "2019/06/28 22:33:16 Pause() [SB 677]", "2019/06/28 22:33:16 Receive request to /run/L676", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7456 [FUNC L676]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L676]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/677-L676, /root/open-lambda/test-dir/worker/handlers/L676, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f420 678 /root/open-lambda/test-dir/worker/sock-handlers/678 /root/open-lambda/test-dir/worker/lambda_code/677-L676 /root/open-lambda/test-dir/worker/handlers/L676/678 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc0010ae690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 678]", "2019/06/28 22:33:16 Evict Sandbox 674", "2019/06/28 22:33:16 Destroy() [SB 674]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 674]", "2019/06/28 22:33:16 waiting for 1 procs in cg-13 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 674]", "2019/06/28 22:33:16 Pause() [SB 678]", "2019/06/28 22:33:16 Receive request to /run/L677", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7467 [FUNC L677]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L677]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/678-L677, /root/open-lambda/test-dir/worker/handlers/L677, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000fb60 679 /root/open-lambda/test-dir/worker/sock-handlers/679 /root/open-lambda/test-dir/worker/lambda_code/678-L677 /root/open-lambda/test-dir/worker/handlers/L677/679 }) [SB 1]", "2019/06/28 22:33:16 Evict Sandbox 675", "2019/06/28 22:33:16 Destroy() [SB 675]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 675]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 675]", "2019/06/28 22:33:16 ...returns &{0xc0010ae9a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 679]", "2019/06/28 22:33:16 Pause() [SB 679]", "2019/06/28 22:33:16 Receive request to /run/L678", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7478 [FUNC L678]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L678]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/679-L678, /root/open-lambda/test-dir/worker/handlers/L678, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc000410200 680 /root/open-lambda/test-dir/worker/sock-handlers/680 /root/open-lambda/test-dir/worker/lambda_code/679-L678 /root/open-lambda/test-dir/worker/handlers/L678/680 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc0010aecb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 680]", "2019/06/28 22:33:16 Evict Sandbox 676", "2019/06/28 22:33:16 Destroy() [SB 676]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 676]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 676]", "2019/06/28 22:33:16 Pause() [SB 680]", "2019/06/28 22:33:16 Receive request to /run/L679", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7489 [FUNC L679]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L679]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/680-L679, /root/open-lambda/test-dir/worker/handlers/L679, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc000410800 681 /root/open-lambda/test-dir/worker/sock-handlers/681 /root/open-lambda/test-dir/worker/lambda_code/680-L679 /root/open-lambda/test-dir/worker/handlers/L679/681 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000d98380 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 681]", "2019/06/28 22:33:16 Evict Sandbox 677", "2019/06/28 22:33:16 Destroy() [SB 677]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 677]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 677]", "2019/06/28 22:33:16 Pause() [SB 681]", "2019/06/28 22:33:16 Receive request to /run/L680", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7500 [FUNC L680]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L680]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/681-L680, /root/open-lambda/test-dir/worker/handlers/L680, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc000410e60 682 /root/open-lambda/test-dir/worker/sock-handlers/682 /root/open-lambda/test-dir/worker/lambda_code/681-L680 /root/open-lambda/test-dir/worker/handlers/L680/682 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000d988c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 682]", "2019/06/28 22:33:16 Evict Sandbox 678", "2019/06/28 22:33:16 Destroy() [SB 678]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 678]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 678]", "2019/06/28 22:33:16 Pause() [SB 682]", "2019/06/28 22:33:16 Receive request to /run/L681", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7511 [FUNC L681]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L681]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/682-L681, /root/open-lambda/test-dir/worker/handlers/L681, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc0004114c0 683 /root/open-lambda/test-dir/worker/sock-handlers/683 /root/open-lambda/test-dir/worker/lambda_code/682-L681 /root/open-lambda/test-dir/worker/handlers/L681/683 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000d98d90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 683]", "2019/06/28 22:33:16 Evict Sandbox 679", "2019/06/28 22:33:16 Destroy() [SB 679]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 679]", "2019/06/28 22:33:16 waiting for 1 procs in cg-18 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 679]", "2019/06/28 22:33:16 Pause() [SB 683]", "2019/06/28 22:33:16 Receive request to /run/L682", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7522 [FUNC L682]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L682]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/683-L682, /root/open-lambda/test-dir/worker/handlers/L682, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f0a0 684 /root/open-lambda/test-dir/worker/sock-handlers/684 /root/open-lambda/test-dir/worker/lambda_code/683-L682 /root/open-lambda/test-dir/worker/handlers/L682/684 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000d99180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 684]", "2019/06/28 22:33:16 Evict Sandbox 680", "2019/06/28 22:33:16 Destroy() [SB 680]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 680]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 680]", "2019/06/28 22:33:16 Pause() [SB 684]", "2019/06/28 22:33:16 Receive request to /run/L683", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7533 [FUNC L683]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L683]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/684-L683, /root/open-lambda/test-dir/worker/handlers/L683, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f0c0 685 /root/open-lambda/test-dir/worker/sock-handlers/685 /root/open-lambda/test-dir/worker/lambda_code/684-L683 /root/open-lambda/test-dir/worker/handlers/L683/685 }) [SB 1]", "2019/06/28 22:33:16 Evict Sandbox 681", "2019/06/28 22:33:16 Destroy() [SB 681]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 681]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 681]", "2019/06/28 22:33:16 ...returns &{0xc000d99570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 685]", "2019/06/28 22:33:16 Pause() [SB 685]", "2019/06/28 22:33:16 Receive request to /run/L684", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7544 [FUNC L684]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L684]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/685-L684, /root/open-lambda/test-dir/worker/handlers/L684, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f0e0 686 /root/open-lambda/test-dir/worker/sock-handlers/686 /root/open-lambda/test-dir/worker/lambda_code/685-L684 /root/open-lambda/test-dir/worker/handlers/L684/686 }) [SB 1]", "2019/06/28 22:33:16 Evict Sandbox 682", "2019/06/28 22:33:16 Destroy() [SB 682]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 682]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 682]", "2019/06/28 22:33:16 ...returns &{0xc000d99960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 686]", "2019/06/28 22:33:16 Pause() [SB 686]", "2019/06/28 22:33:16 Receive request to /run/L685", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7555 [FUNC L685]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L685]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/686-L685, /root/open-lambda/test-dir/worker/handlers/L685, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f100 687 /root/open-lambda/test-dir/worker/sock-handlers/687 /root/open-lambda/test-dir/worker/lambda_code/686-L685 /root/open-lambda/test-dir/worker/handlers/L685/687 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000d99ce0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 687]", "2019/06/28 22:33:16 Evict Sandbox 683", "2019/06/28 22:33:16 Destroy() [SB 683]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 683]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 683]", "2019/06/28 22:33:16 Pause() [SB 687]", "2019/06/28 22:33:16 Receive request to /run/L686", "2019/06/28 22:33:16 debug: LambdaFunc.Task() runs on goroutine 7566 [FUNC L686]", "2019/06/28 22:33:16 increase instances to 1 [FUNC L686]", "2019/06/28 22:33:16 .Create(/root/open-lambda/test-dir/worker/lambda_code/687-L686, /root/open-lambda/test-dir/worker/handlers/L686, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:16 fork(&{0xc0000826e0 0xc00000f120 688 /root/open-lambda/test-dir/worker/sock-handlers/688 /root/open-lambda/test-dir/worker/lambda_code/687-L686 /root/open-lambda/test-dir/worker/handlers/L686/688 }) [SB 1]", "2019/06/28 22:33:16 ...returns &{0xc000cb2150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:16 Channel() [SB 688]", "2019/06/28 22:33:16 Evict Sandbox 684", "2019/06/28 22:33:16 Destroy() [SB 684]", "2019/06/28 22:33:16 kill all procs in CG [SOCK 684]", "2019/06/28 22:33:16 unmount and remove dirs [SOCK 684]", "2019/06/28 22:33:17 Pause() [SB 688]", "2019/06/28 22:33:17 Receive request to /run/L687", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7577 [FUNC L687]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L687]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/688-L687, /root/open-lambda/test-dir/worker/handlers/L687, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f2e0 689 /root/open-lambda/test-dir/worker/sock-handlers/689 /root/open-lambda/test-dir/worker/lambda_code/688-L687 /root/open-lambda/test-dir/worker/handlers/L687/689 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc000cb29a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 689]", "2019/06/28 22:33:17 Evict Sandbox 685", "2019/06/28 22:33:17 Destroy() [SB 685]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 685]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 685]", "2019/06/28 22:33:17 Pause() [SB 689]", "2019/06/28 22:33:17 Receive request to /run/L688", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7588 [FUNC L688]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L688]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/689-L688, /root/open-lambda/test-dir/worker/handlers/L688, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f300 690 /root/open-lambda/test-dir/worker/sock-handlers/690 /root/open-lambda/test-dir/worker/lambda_code/689-L688 /root/open-lambda/test-dir/worker/handlers/L688/690 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc000cb3260 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 690]", "2019/06/28 22:33:17 Evict Sandbox 686", "2019/06/28 22:33:17 Destroy() [SB 686]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 686]", "2019/06/28 22:33:17 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 686]", "2019/06/28 22:33:17 Pause() [SB 690]", "2019/06/28 22:33:17 Receive request to /run/L689", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7599 [FUNC L689]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L689]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/690-L689, /root/open-lambda/test-dir/worker/handlers/L689, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f2c0 691 /root/open-lambda/test-dir/worker/sock-handlers/691 /root/open-lambda/test-dir/worker/lambda_code/690-L689 /root/open-lambda/test-dir/worker/handlers/L689/691 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc000cb38f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 691]", "2019/06/28 22:33:17 Evict Sandbox 687", "2019/06/28 22:33:17 Destroy() [SB 687]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 687]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 687]", "2019/06/28 22:33:17 Pause() [SB 691]", "2019/06/28 22:33:17 Receive request to /run/L690", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7610 [FUNC L690]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L690]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/691-L690, /root/open-lambda/test-dir/worker/handlers/L690, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f320 692 /root/open-lambda/test-dir/worker/sock-handlers/692 /root/open-lambda/test-dir/worker/lambda_code/691-L690 /root/open-lambda/test-dir/worker/handlers/L690/692 }) [SB 1]", "2019/06/28 22:33:17 Evict Sandbox 688", "2019/06/28 22:33:17 Destroy() [SB 688]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 688]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 688]", "2019/06/28 22:33:17 ...returns &{0xc000cb3f80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 692]", "2019/06/28 22:33:17 Pause() [SB 692]", "2019/06/28 22:33:17 Receive request to /run/L691", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7621 [FUNC L691]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L691]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/692-L691, /root/open-lambda/test-dir/worker/handlers/L691, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f340 693 /root/open-lambda/test-dir/worker/sock-handlers/693 /root/open-lambda/test-dir/worker/lambda_code/692-L691 /root/open-lambda/test-dir/worker/handlers/L691/693 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc000b64d90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 693]", "2019/06/28 22:33:17 Evict Sandbox 689", "2019/06/28 22:33:17 Destroy() [SB 689]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 689]", "2019/06/28 22:33:17 waiting for 1 procs in cg-7 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 689]", "2019/06/28 22:33:17 Pause() [SB 693]", "2019/06/28 22:33:17 Receive request to /run/L692", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7632 [FUNC L692]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L692]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/693-L692, /root/open-lambda/test-dir/worker/handlers/L692, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f360 694 /root/open-lambda/test-dir/worker/sock-handlers/694 /root/open-lambda/test-dir/worker/lambda_code/693-L692 /root/open-lambda/test-dir/worker/handlers/L692/694 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc000b657a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 694]", "2019/06/28 22:33:17 Evict Sandbox 690", "2019/06/28 22:33:17 Destroy() [SB 690]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 690]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 690]", "2019/06/28 22:33:17 Pause() [SB 694]", "2019/06/28 22:33:17 Receive request to /run/L693", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7643 [FUNC L693]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L693]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/694-L693, /root/open-lambda/test-dir/worker/handlers/L693, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f380 695 /root/open-lambda/test-dir/worker/sock-handlers/695 /root/open-lambda/test-dir/worker/lambda_code/694-L693 /root/open-lambda/test-dir/worker/handlers/L693/695 }) [SB 1]", "2019/06/28 22:33:17 Evict Sandbox 691", "2019/06/28 22:33:17 Destroy() [SB 691]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 691]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 691]", "2019/06/28 22:33:17 ...returns &{0xc000368b60 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 695]", "2019/06/28 22:33:17 Pause() [SB 695]", "2019/06/28 22:33:17 Receive request to /run/L694", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7654 [FUNC L694]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L694]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/695-L694, /root/open-lambda/test-dir/worker/handlers/L694, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f3a0 696 /root/open-lambda/test-dir/worker/sock-handlers/696 /root/open-lambda/test-dir/worker/lambda_code/695-L694 /root/open-lambda/test-dir/worker/handlers/L694/696 }) [SB 1]", "2019/06/28 22:33:17 Evict Sandbox 692", "2019/06/28 22:33:17 Destroy() [SB 692]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 692]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 692]", "2019/06/28 22:33:17 ...returns &{0xc000a80af0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 696]", "2019/06/28 22:33:17 Pause() [SB 696]", "2019/06/28 22:33:17 Receive request to /run/L695", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7665 [FUNC L695]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L695]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/696-L695, /root/open-lambda/test-dir/worker/handlers/L695, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f3c0 697 /root/open-lambda/test-dir/worker/sock-handlers/697 /root/open-lambda/test-dir/worker/lambda_code/696-L695 /root/open-lambda/test-dir/worker/handlers/L695/697 }) [SB 1]", "2019/06/28 22:33:17 Evict Sandbox 693", "2019/06/28 22:33:17 Destroy() [SB 693]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 693]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 693]", "2019/06/28 22:33:17 ...returns &{0xc00085e070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 697]", "2019/06/28 22:33:17 Pause() [SB 697]", "2019/06/28 22:33:17 Receive request to /run/L696", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7676 [FUNC L696]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L696]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/697-L696, /root/open-lambda/test-dir/worker/handlers/L696, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f3e0 698 /root/open-lambda/test-dir/worker/sock-handlers/698 /root/open-lambda/test-dir/worker/lambda_code/697-L696 /root/open-lambda/test-dir/worker/handlers/L696/698 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc00085ff80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 698]", "2019/06/28 22:33:17 Evict Sandbox 694", "2019/06/28 22:33:17 Destroy() [SB 694]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 694]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 694]", "2019/06/28 22:33:17 Pause() [SB 698]", "2019/06/28 22:33:17 Receive request to /run/L697", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7687 [FUNC L697]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L697]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/698-L697, /root/open-lambda/test-dir/worker/handlers/L697, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f400 699 /root/open-lambda/test-dir/worker/sock-handlers/699 /root/open-lambda/test-dir/worker/lambda_code/698-L697 /root/open-lambda/test-dir/worker/handlers/L697/699 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc000e60230 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 699]", "2019/06/28 22:33:17 Evict Sandbox 695", "2019/06/28 22:33:17 Destroy() [SB 695]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 695]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 695]", "2019/06/28 22:33:17 Pause() [SB 699]", "2019/06/28 22:33:17 Receive request to /run/L698", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7698 [FUNC L698]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L698]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/699-L698, /root/open-lambda/test-dir/worker/handlers/L698, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f420 700 /root/open-lambda/test-dir/worker/sock-handlers/700 /root/open-lambda/test-dir/worker/lambda_code/699-L698 /root/open-lambda/test-dir/worker/handlers/L698/700 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc000e608c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 700]", "2019/06/28 22:33:17 Evict Sandbox 696", "2019/06/28 22:33:17 Destroy() [SB 696]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 696]", "2019/06/28 22:33:17 waiting for 1 procs in cg-13 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 696]", "2019/06/28 22:33:17 Pause() [SB 700]", "2019/06/28 22:33:17 Receive request to /run/L699", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7709 [FUNC L699]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L699]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/700-L699, /root/open-lambda/test-dir/worker/handlers/L699, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000fb60 701 /root/open-lambda/test-dir/worker/sock-handlers/701 /root/open-lambda/test-dir/worker/lambda_code/700-L699 /root/open-lambda/test-dir/worker/handlers/L699/701 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc000e60f50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 701]", "2019/06/28 22:33:17 Evict Sandbox 697", "2019/06/28 22:33:17 Destroy() [SB 697]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 697]", "2019/06/28 22:33:17 waiting for 1 procs in cg-14 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 697]", "2019/06/28 22:33:17 Pause() [SB 701]", "2019/06/28 22:33:17 Receive request to /run/L700", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7720 [FUNC L700]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L700]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/701-L700, /root/open-lambda/test-dir/worker/handlers/L700, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc000410200 702 /root/open-lambda/test-dir/worker/sock-handlers/702 /root/open-lambda/test-dir/worker/lambda_code/701-L700 /root/open-lambda/test-dir/worker/handlers/L700/702 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc000e61490 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 702]", "2019/06/28 22:33:17 Evict Sandbox 698", "2019/06/28 22:33:17 Destroy() [SB 698]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 698]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 698]", "2019/06/28 22:33:17 Pause() [SB 702]", "2019/06/28 22:33:17 Receive request to /run/L701", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7731 [FUNC L701]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L701]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/702-L701, /root/open-lambda/test-dir/worker/handlers/L701, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc000410800 703 /root/open-lambda/test-dir/worker/sock-handlers/703 /root/open-lambda/test-dir/worker/lambda_code/702-L701 /root/open-lambda/test-dir/worker/handlers/L701/703 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc000e61a40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 703]", "2019/06/28 22:33:17 Evict Sandbox 699", "2019/06/28 22:33:17 Destroy() [SB 699]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 699]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 699]", "2019/06/28 22:33:17 Pause() [SB 703]", "2019/06/28 22:33:17 Receive request to /run/L702", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7742 [FUNC L702]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L702]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/703-L702, /root/open-lambda/test-dir/worker/handlers/L702, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc000410e60 704 /root/open-lambda/test-dir/worker/sock-handlers/704 /root/open-lambda/test-dir/worker/lambda_code/703-L702 /root/open-lambda/test-dir/worker/handlers/L702/704 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc0010ae000 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 704]", "2019/06/28 22:33:17 Evict Sandbox 700", "2019/06/28 22:33:17 Destroy() [SB 700]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 700]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 700]", "2019/06/28 22:33:17 Pause() [SB 704]", "2019/06/28 22:33:17 Receive request to /run/L703", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7753 [FUNC L703]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L703]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/704-L703, /root/open-lambda/test-dir/worker/handlers/L703, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc0004114c0 705 /root/open-lambda/test-dir/worker/sock-handlers/705 /root/open-lambda/test-dir/worker/lambda_code/704-L703 /root/open-lambda/test-dir/worker/handlers/L703/705 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc0010ae3f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 705]", "2019/06/28 22:33:17 Evict Sandbox 701", "2019/06/28 22:33:17 Destroy() [SB 701]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 701]", "2019/06/28 22:33:17 waiting for 1 procs in cg-18 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 701]", "2019/06/28 22:33:17 Pause() [SB 705]", "2019/06/28 22:33:17 Receive request to /run/L704", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7764 [FUNC L704]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L704]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/705-L704, /root/open-lambda/test-dir/worker/handlers/L704, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f0a0 706 /root/open-lambda/test-dir/worker/sock-handlers/706 /root/open-lambda/test-dir/worker/lambda_code/705-L704 /root/open-lambda/test-dir/worker/handlers/L704/706 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc0010ae770 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 706]", "2019/06/28 22:33:17 Evict Sandbox 702", "2019/06/28 22:33:17 Destroy() [SB 702]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 702]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 702]", "2019/06/28 22:33:17 Pause() [SB 706]", "2019/06/28 22:33:17 Receive request to /run/L705", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7775 [FUNC L705]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L705]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/706-L705, /root/open-lambda/test-dir/worker/handlers/L705, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f0c0 707 /root/open-lambda/test-dir/worker/sock-handlers/707 /root/open-lambda/test-dir/worker/lambda_code/706-L705 /root/open-lambda/test-dir/worker/handlers/L705/707 }) [SB 1]", "2019/06/28 22:33:17 Evict Sandbox 703", "2019/06/28 22:33:17 Destroy() [SB 703]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 703]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 703]", "2019/06/28 22:33:17 ...returns &{0xc0010aee00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 707]", "2019/06/28 22:33:17 Pause() [SB 707]", "2019/06/28 22:33:17 Receive request to /run/L706", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7786 [FUNC L706]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L706]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/707-L706, /root/open-lambda/test-dir/worker/handlers/L706, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f0e0 708 /root/open-lambda/test-dir/worker/sock-handlers/708 /root/open-lambda/test-dir/worker/lambda_code/707-L706 /root/open-lambda/test-dir/worker/handlers/L706/708 }) [SB 1]", "2019/06/28 22:33:17 Evict Sandbox 704", "2019/06/28 22:33:17 Destroy() [SB 704]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 704]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 704]", "2019/06/28 22:33:17 ...returns &{0xc0010af110 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 708]", "2019/06/28 22:33:17 Pause() [SB 708]", "2019/06/28 22:33:17 Receive request to /run/L707", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7797 [FUNC L707]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L707]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/708-L707, /root/open-lambda/test-dir/worker/handlers/L707, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f100 709 /root/open-lambda/test-dir/worker/sock-handlers/709 /root/open-lambda/test-dir/worker/lambda_code/708-L707 /root/open-lambda/test-dir/worker/handlers/L707/709 }) [SB 1]", "2019/06/28 22:33:17 Evict Sandbox 705", "2019/06/28 22:33:17 Destroy() [SB 705]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 705]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 705]", "2019/06/28 22:33:17 ...returns &{0xc0010af420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 709]", "2019/06/28 22:33:17 Pause() [SB 709]", "2019/06/28 22:33:17 Receive request to /run/L708", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7808 [FUNC L708]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L708]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/709-L708, /root/open-lambda/test-dir/worker/handlers/L708, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f120 710 /root/open-lambda/test-dir/worker/sock-handlers/710 /root/open-lambda/test-dir/worker/lambda_code/709-L708 /root/open-lambda/test-dir/worker/handlers/L708/710 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc0010af730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 710]", "2019/06/28 22:33:17 Evict Sandbox 706", "2019/06/28 22:33:17 Destroy() [SB 706]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 706]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 706]", "2019/06/28 22:33:17 Pause() [SB 710]", "2019/06/28 22:33:17 Receive request to /run/L709", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7819 [FUNC L709]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L709]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/710-L709, /root/open-lambda/test-dir/worker/handlers/L709, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f2e0 711 /root/open-lambda/test-dir/worker/sock-handlers/711 /root/open-lambda/test-dir/worker/lambda_code/710-L709 /root/open-lambda/test-dir/worker/handlers/L709/711 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc0010afa40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 711]", "2019/06/28 22:33:17 Evict Sandbox 707", "2019/06/28 22:33:17 Destroy() [SB 707]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 707]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 707]", "2019/06/28 22:33:17 Pause() [SB 711]", "2019/06/28 22:33:17 Receive request to /run/L710", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7830 [FUNC L710]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L710]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/711-L710, /root/open-lambda/test-dir/worker/handlers/L710, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f300 712 /root/open-lambda/test-dir/worker/sock-handlers/712 /root/open-lambda/test-dir/worker/lambda_code/711-L710 /root/open-lambda/test-dir/worker/handlers/L710/712 }) [SB 1]", "2019/06/28 22:33:17 Evict Sandbox 708", "2019/06/28 22:33:17 Destroy() [SB 708]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 708]", "2019/06/28 22:33:17 ...returns &{0xc0010afd50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 712]", "2019/06/28 22:33:17 Evict Sandbox 709", "2019/06/28 22:33:17 Destroy() [SB 709]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 709]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 708]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 709]", "2019/06/28 22:33:17 Pause() [SB 712]", "2019/06/28 22:33:17 Receive request to /run/L711", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7842 [FUNC L711]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L711]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/712-L711, /root/open-lambda/test-dir/worker/handlers/L711, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f2c0 713 /root/open-lambda/test-dir/worker/sock-handlers/713 /root/open-lambda/test-dir/worker/lambda_code/712-L711 /root/open-lambda/test-dir/worker/handlers/L711/713 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc001346070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 713]", "2019/06/28 22:33:17 Pause() [SB 713]", "2019/06/28 22:33:17 Receive request to /run/L712", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7852 [FUNC L712]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L712]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/713-L712, /root/open-lambda/test-dir/worker/handlers/L712, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f320 714 /root/open-lambda/test-dir/worker/sock-handlers/714 /root/open-lambda/test-dir/worker/lambda_code/713-L712 /root/open-lambda/test-dir/worker/handlers/L712/714 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc0010ae310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 714]", "2019/06/28 22:33:17 Evict Sandbox 710", "2019/06/28 22:33:17 Destroy() [SB 710]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 710]", "2019/06/28 22:33:17 waiting for 1 procs in cg-5 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:17 Evict Sandbox 711", "2019/06/28 22:33:17 Destroy() [SB 711]", "2019/06/28 22:33:17 kill all procs in CG [SOCK 711]", "2019/06/28 22:33:17 waiting for 1 procs in cg-7 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 711]", "2019/06/28 22:33:17 unmount and remove dirs [SOCK 710]", "2019/06/28 22:33:17 Pause() [SB 714]", "2019/06/28 22:33:17 Receive request to /run/L713", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7864 [FUNC L713]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L713]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/714-L713, /root/open-lambda/test-dir/worker/handlers/L713, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:17 fork(&{0xc0000826e0 0xc00000f340 715 /root/open-lambda/test-dir/worker/sock-handlers/715 /root/open-lambda/test-dir/worker/lambda_code/714-L713 /root/open-lambda/test-dir/worker/handlers/L713/715 }) [SB 1]", "2019/06/28 22:33:17 ...returns &{0xc0010ae7e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:17 Channel() [SB 715]", "2019/06/28 22:33:17 Pause() [SB 715]", "2019/06/28 22:33:17 Receive request to /run/L714", "2019/06/28 22:33:17 debug: LambdaFunc.Task() runs on goroutine 7874 [FUNC L714]", "2019/06/28 22:33:17 increase instances to 1 [FUNC L714]", "2019/06/28 22:33:17 .Create(/root/open-lambda/test-dir/worker/lambda_code/715-L714, /root/open-lambda/test-dir/worker/handlers/L714, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f360 716 /root/open-lambda/test-dir/worker/sock-handlers/716 /root/open-lambda/test-dir/worker/lambda_code/715-L714 /root/open-lambda/test-dir/worker/handlers/L714/716 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc0010aeb60 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 716]", "2019/06/28 22:33:18 Evict Sandbox 712", "2019/06/28 22:33:18 Destroy() [SB 712]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 712]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 712]", "2019/06/28 22:33:18 Pause() [SB 716]", "2019/06/28 22:33:18 Receive request to /run/L715", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 7885 [FUNC L715]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L715]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/716-L715, /root/open-lambda/test-dir/worker/handlers/L715, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f380 717 /root/open-lambda/test-dir/worker/sock-handlers/717 /root/open-lambda/test-dir/worker/lambda_code/716-L715 /root/open-lambda/test-dir/worker/handlers/L715/717 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc0010aef50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 717]", "2019/06/28 22:33:18 Evict Sandbox 713", "2019/06/28 22:33:18 Destroy() [SB 713]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 713]", "2019/06/28 22:33:18 waiting for 1 procs in cg-6 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 713]", "2019/06/28 22:33:18 Pause() [SB 717]", "2019/06/28 22:33:18 Receive request to /run/L716", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 7896 [FUNC L716]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L716]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/717-L716, /root/open-lambda/test-dir/worker/handlers/L716, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f3a0 718 /root/open-lambda/test-dir/worker/sock-handlers/718 /root/open-lambda/test-dir/worker/lambda_code/717-L716 /root/open-lambda/test-dir/worker/handlers/L716/718 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc0010af2d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 718]", "2019/06/28 22:33:18 Evict Sandbox 714", "2019/06/28 22:33:18 Destroy() [SB 714]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 714]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 714]", "2019/06/28 22:33:18 Pause() [SB 718]", "2019/06/28 22:33:18 Receive request to /run/L717", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 7907 [FUNC L717]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L717]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/718-L717, /root/open-lambda/test-dir/worker/handlers/L717, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f3c0 719 /root/open-lambda/test-dir/worker/sock-handlers/719 /root/open-lambda/test-dir/worker/lambda_code/718-L717 /root/open-lambda/test-dir/worker/handlers/L717/719 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc0010af650 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 719]", "2019/06/28 22:33:18 Evict Sandbox 715", "2019/06/28 22:33:18 Destroy() [SB 715]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 715]", "2019/06/28 22:33:18 waiting for 1 procs in cg-10 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 715]", "2019/06/28 22:33:18 Pause() [SB 719]", "2019/06/28 22:33:18 Receive request to /run/L718", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 7918 [FUNC L718]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L718]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/719-L718, /root/open-lambda/test-dir/worker/handlers/L718, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f3e0 720 /root/open-lambda/test-dir/worker/sock-handlers/720 /root/open-lambda/test-dir/worker/lambda_code/719-L718 /root/open-lambda/test-dir/worker/handlers/L718/720 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc0010af9d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 720]", "2019/06/28 22:33:18 Evict Sandbox 716", "2019/06/28 22:33:18 Destroy() [SB 716]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 716]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 716]", "2019/06/28 22:33:18 Pause() [SB 720]", "2019/06/28 22:33:18 Receive request to /run/L719", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 7929 [FUNC L719]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L719]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/720-L719, /root/open-lambda/test-dir/worker/handlers/L719, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f400 721 /root/open-lambda/test-dir/worker/sock-handlers/721 /root/open-lambda/test-dir/worker/lambda_code/720-L719 /root/open-lambda/test-dir/worker/handlers/L719/721 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc0010afdc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 721]", "2019/06/28 22:33:18 Evict Sandbox 717", "2019/06/28 22:33:18 Destroy() [SB 717]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 717]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 717]", "2019/06/28 22:33:18 Pause() [SB 721]", "2019/06/28 22:33:18 Receive request to /run/L720", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 7940 [FUNC L720]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L720]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/721-L720, /root/open-lambda/test-dir/worker/handlers/L720, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f420 722 /root/open-lambda/test-dir/worker/sock-handlers/722 /root/open-lambda/test-dir/worker/lambda_code/721-L720 /root/open-lambda/test-dir/worker/handlers/L720/722 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc000e60690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 722]", "2019/06/28 22:33:18 Evict Sandbox 718", "2019/06/28 22:33:18 Destroy() [SB 718]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 718]", "2019/06/28 22:33:18 waiting for 1 procs in cg-13 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 718]", "2019/06/28 22:33:18 Pause() [SB 722]", "2019/06/28 22:33:18 Receive request to /run/L721", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 7951 [FUNC L721]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L721]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/722-L721, /root/open-lambda/test-dir/worker/handlers/L721, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000fb60 723 /root/open-lambda/test-dir/worker/sock-handlers/723 /root/open-lambda/test-dir/worker/lambda_code/722-L721 /root/open-lambda/test-dir/worker/handlers/L721/723 }) [SB 1]", "2019/06/28 22:33:18 Evict Sandbox 719", "2019/06/28 22:33:18 Destroy() [SB 719]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 719]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 719]", "2019/06/28 22:33:18 ...returns &{0xc000e60d20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 723]", "2019/06/28 22:33:18 Pause() [SB 723]", "2019/06/28 22:33:18 Receive request to /run/L722", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 7962 [FUNC L722]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L722]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/723-L722, /root/open-lambda/test-dir/worker/handlers/L722, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc000410200 724 /root/open-lambda/test-dir/worker/sock-handlers/724 /root/open-lambda/test-dir/worker/lambda_code/723-L722 /root/open-lambda/test-dir/worker/handlers/L722/724 }) [SB 1]", "2019/06/28 22:33:18 Evict Sandbox 720", "2019/06/28 22:33:18 Destroy() [SB 720]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 720]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 720]", "2019/06/28 22:33:18 ...returns &{0xc000e61420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 724]", "2019/06/28 22:33:18 Pause() [SB 724]", "2019/06/28 22:33:18 Receive request to /run/L723", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 7973 [FUNC L723]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L723]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/724-L723, /root/open-lambda/test-dir/worker/handlers/L723, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc000410800 725 /root/open-lambda/test-dir/worker/sock-handlers/725 /root/open-lambda/test-dir/worker/lambda_code/724-L723 /root/open-lambda/test-dir/worker/handlers/L723/725 }) [SB 1]", "2019/06/28 22:33:18 Evict Sandbox 721", "2019/06/28 22:33:18 Destroy() [SB 721]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 721]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 721]", "2019/06/28 22:33:18 ...returns &{0xc000e61ab0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 725]", "2019/06/28 22:33:18 Pause() [SB 725]", "2019/06/28 22:33:18 Receive request to /run/L724", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 7984 [FUNC L724]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L724]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/725-L724, /root/open-lambda/test-dir/worker/handlers/L724, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc000410e60 726 /root/open-lambda/test-dir/worker/sock-handlers/726 /root/open-lambda/test-dir/worker/lambda_code/725-L724 /root/open-lambda/test-dir/worker/handlers/L724/726 }) [SB 1]", "2019/06/28 22:33:18 Evict Sandbox 722", "2019/06/28 22:33:18 Destroy() [SB 722]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 722]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 722]", "2019/06/28 22:33:18 ...returns &{0xc0004e9340 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 726]", "2019/06/28 22:33:18 Pause() [SB 726]", "2019/06/28 22:33:18 Receive request to /run/L725", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 7995 [FUNC L725]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L725]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/726-L725, /root/open-lambda/test-dir/worker/handlers/L725, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc0004114c0 727 /root/open-lambda/test-dir/worker/sock-handlers/727 /root/open-lambda/test-dir/worker/lambda_code/726-L725 /root/open-lambda/test-dir/worker/handlers/L725/727 }) [SB 1]", "2019/06/28 22:33:18 Evict Sandbox 723", "2019/06/28 22:33:18 Destroy() [SB 723]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 723]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 723]", "2019/06/28 22:33:18 ...returns &{0xc00085fc70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 727]", "2019/06/28 22:33:18 Pause() [SB 727]", "2019/06/28 22:33:18 Receive request to /run/L726", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8006 [FUNC L726]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L726]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/727-L726, /root/open-lambda/test-dir/worker/handlers/L726, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f0a0 728 /root/open-lambda/test-dir/worker/sock-handlers/728 /root/open-lambda/test-dir/worker/lambda_code/727-L726 /root/open-lambda/test-dir/worker/handlers/L726/728 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc000a812d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 728]", "2019/06/28 22:33:18 Evict Sandbox 724", "2019/06/28 22:33:18 Destroy() [SB 724]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 724]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 724]", "2019/06/28 22:33:18 Pause() [SB 728]", "2019/06/28 22:33:18 Receive request to /run/L727", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8017 [FUNC L727]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L727]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/728-L727, /root/open-lambda/test-dir/worker/handlers/L727, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f0c0 729 /root/open-lambda/test-dir/worker/sock-handlers/729 /root/open-lambda/test-dir/worker/lambda_code/728-L727 /root/open-lambda/test-dir/worker/handlers/L727/729 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc000b64070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 729]", "2019/06/28 22:33:18 Evict Sandbox 725", "2019/06/28 22:33:18 Destroy() [SB 725]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 725]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 725]", "2019/06/28 22:33:18 Pause() [SB 729]", "2019/06/28 22:33:18 Receive request to /run/L728", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8028 [FUNC L728]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L728]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/729-L728, /root/open-lambda/test-dir/worker/handlers/L728, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f0e0 730 /root/open-lambda/test-dir/worker/sock-handlers/730 /root/open-lambda/test-dir/worker/lambda_code/729-L728 /root/open-lambda/test-dir/worker/handlers/L728/730 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc000b64fc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 730]", "2019/06/28 22:33:18 Evict Sandbox 726", "2019/06/28 22:33:18 Destroy() [SB 726]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 726]", "2019/06/28 22:33:18 waiting for 1 procs in cg-21 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 726]", "2019/06/28 22:33:18 Pause() [SB 730]", "2019/06/28 22:33:18 Receive request to /run/L729", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8039 [FUNC L729]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L729]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/730-L729, /root/open-lambda/test-dir/worker/handlers/L729, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f100 731 /root/open-lambda/test-dir/worker/sock-handlers/731 /root/open-lambda/test-dir/worker/lambda_code/730-L729 /root/open-lambda/test-dir/worker/handlers/L729/731 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc000b65c00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 731]", "2019/06/28 22:33:18 Evict Sandbox 727", "2019/06/28 22:33:18 Destroy() [SB 727]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 727]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 727]", "2019/06/28 22:33:18 Pause() [SB 731]", "2019/06/28 22:33:18 Receive request to /run/L730", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8050 [FUNC L730]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L730]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/731-L730, /root/open-lambda/test-dir/worker/handlers/L730, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f2e0 732 /root/open-lambda/test-dir/worker/sock-handlers/732 /root/open-lambda/test-dir/worker/lambda_code/731-L730 /root/open-lambda/test-dir/worker/handlers/L730/732 }) [SB 1]", "2019/06/28 22:33:18 Evict Sandbox 728", "2019/06/28 22:33:18 Destroy() [SB 728]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 728]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 728]", "2019/06/28 22:33:18 ...returns &{0xc000cb25b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 732]", "2019/06/28 22:33:18 Pause() [SB 732]", "2019/06/28 22:33:18 Receive request to /run/L731", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8061 [FUNC L731]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L731]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/732-L731, /root/open-lambda/test-dir/worker/handlers/L731, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f120 733 /root/open-lambda/test-dir/worker/sock-handlers/733 /root/open-lambda/test-dir/worker/lambda_code/732-L731 /root/open-lambda/test-dir/worker/handlers/L731/733 }) [SB 1]", "2019/06/28 22:33:18 Evict Sandbox 729", "2019/06/28 22:33:18 Destroy() [SB 729]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 729]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 729]", "2019/06/28 22:33:18 ...returns &{0xc000cb3030 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 733]", "2019/06/28 22:33:18 Pause() [SB 733]", "2019/06/28 22:33:18 Receive request to /run/L732", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8072 [FUNC L732]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L732]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/733-L732, /root/open-lambda/test-dir/worker/handlers/L732, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f300 734 /root/open-lambda/test-dir/worker/sock-handlers/734 /root/open-lambda/test-dir/worker/lambda_code/733-L732 /root/open-lambda/test-dir/worker/handlers/L732/734 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc000cb3880 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 734]", "2019/06/28 22:33:18 Evict Sandbox 730", "2019/06/28 22:33:18 Destroy() [SB 730]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 730]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 730]", "2019/06/28 22:33:18 Pause() [SB 734]", "2019/06/28 22:33:18 Receive request to /run/L733", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8083 [FUNC L733]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L733]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/734-L733, /root/open-lambda/test-dir/worker/handlers/L733, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f2c0 735 /root/open-lambda/test-dir/worker/sock-handlers/735 /root/open-lambda/test-dir/worker/lambda_code/734-L733 /root/open-lambda/test-dir/worker/handlers/L733/735 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc000d98070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 735]", "2019/06/28 22:33:18 Evict Sandbox 731", "2019/06/28 22:33:18 Destroy() [SB 731]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 731]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 731]", "2019/06/28 22:33:18 Pause() [SB 735]", "2019/06/28 22:33:18 Receive request to /run/L734", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8094 [FUNC L734]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L734]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/735-L734, /root/open-lambda/test-dir/worker/handlers/L734, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f320 736 /root/open-lambda/test-dir/worker/sock-handlers/736 /root/open-lambda/test-dir/worker/lambda_code/735-L734 /root/open-lambda/test-dir/worker/handlers/L734/736 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc000d985b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 736]", "2019/06/28 22:33:18 Evict Sandbox 732", "2019/06/28 22:33:18 Destroy() [SB 732]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 732]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 732]", "2019/06/28 22:33:18 Pause() [SB 736]", "2019/06/28 22:33:18 Receive request to /run/L735", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8105 [FUNC L735]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L735]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/736-L735, /root/open-lambda/test-dir/worker/handlers/L735, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f340 737 /root/open-lambda/test-dir/worker/sock-handlers/737 /root/open-lambda/test-dir/worker/lambda_code/736-L735 /root/open-lambda/test-dir/worker/handlers/L735/737 }) [SB 1]", "2019/06/28 22:33:18 Evict Sandbox 733", "2019/06/28 22:33:18 Destroy() [SB 733]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 733]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 733]", "2019/06/28 22:33:18 ...returns &{0xc000d98b60 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 737]", "2019/06/28 22:33:18 Pause() [SB 737]", "2019/06/28 22:33:18 Receive request to /run/L736", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8116 [FUNC L736]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L736]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/737-L736, /root/open-lambda/test-dir/worker/handlers/L736, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f360 738 /root/open-lambda/test-dir/worker/sock-handlers/738 /root/open-lambda/test-dir/worker/lambda_code/737-L736 /root/open-lambda/test-dir/worker/handlers/L736/738 }) [SB 1]", "2019/06/28 22:33:18 Evict Sandbox 734", "2019/06/28 22:33:18 Destroy() [SB 734]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 734]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 734]", "2019/06/28 22:33:18 ...returns &{0xc000d99030 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 738]", "2019/06/28 22:33:18 Pause() [SB 738]", "2019/06/28 22:33:18 Receive request to /run/L737", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8127 [FUNC L737]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L737]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/738-L737, /root/open-lambda/test-dir/worker/handlers/L737, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f380 739 /root/open-lambda/test-dir/worker/sock-handlers/739 /root/open-lambda/test-dir/worker/lambda_code/738-L737 /root/open-lambda/test-dir/worker/handlers/L737/739 }) [SB 1]", "2019/06/28 22:33:18 Evict Sandbox 735", "2019/06/28 22:33:18 Destroy() [SB 735]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 735]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 735]", "2019/06/28 22:33:18 ...returns &{0xc000d99500 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 739]", "2019/06/28 22:33:18 Pause() [SB 739]", "2019/06/28 22:33:18 Receive request to /run/L738", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8138 [FUNC L738]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L738]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/739-L738, /root/open-lambda/test-dir/worker/handlers/L738, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f3a0 740 /root/open-lambda/test-dir/worker/sock-handlers/740 /root/open-lambda/test-dir/worker/lambda_code/739-L738 /root/open-lambda/test-dir/worker/handlers/L738/740 }) [SB 1]", "2019/06/28 22:33:18 ...returns &{0xc000d99a40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 740]", "2019/06/28 22:33:18 Evict Sandbox 736", "2019/06/28 22:33:18 Destroy() [SB 736]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 736]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 736]", "2019/06/28 22:33:18 Pause() [SB 740]", "2019/06/28 22:33:18 Receive request to /run/L739", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8149 [FUNC L739]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L739]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/740-L739, /root/open-lambda/test-dir/worker/handlers/L739, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f3c0 741 /root/open-lambda/test-dir/worker/sock-handlers/741 /root/open-lambda/test-dir/worker/lambda_code/740-L739 /root/open-lambda/test-dir/worker/handlers/L739/741 }) [SB 1]", "2019/06/28 22:33:18 Evict Sandbox 737", "2019/06/28 22:33:18 Destroy() [SB 737]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 737]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 737]", "2019/06/28 22:33:18 ...returns &{0xc000d99e30 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 741]", "2019/06/28 22:33:18 Pause() [SB 741]", "2019/06/28 22:33:18 Receive request to /run/L740", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8160 [FUNC L740]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L740]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/741-L740, /root/open-lambda/test-dir/worker/handlers/L740, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f3e0 742 /root/open-lambda/test-dir/worker/sock-handlers/742 /root/open-lambda/test-dir/worker/lambda_code/741-L740 /root/open-lambda/test-dir/worker/handlers/L740/742 }) [SB 1]", "2019/06/28 22:33:18 Evict Sandbox 738", "2019/06/28 22:33:18 Destroy() [SB 738]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 738]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 738]", "2019/06/28 22:33:18 ...returns &{0xc0013462a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 742]", "2019/06/28 22:33:18 Pause() [SB 742]", "2019/06/28 22:33:18 Receive request to /run/L741", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8171 [FUNC L741]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L741]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/742-L741, /root/open-lambda/test-dir/worker/handlers/L741, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f400 743 /root/open-lambda/test-dir/worker/sock-handlers/743 /root/open-lambda/test-dir/worker/lambda_code/742-L741 /root/open-lambda/test-dir/worker/handlers/L741/743 }) [SB 1]", "2019/06/28 22:33:18 Evict Sandbox 739", "2019/06/28 22:33:18 Destroy() [SB 739]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 739]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 739]", "2019/06/28 22:33:18 ...returns &{0xc0013465b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:18 Channel() [SB 743]", "2019/06/28 22:33:18 Pause() [SB 743]", "2019/06/28 22:33:18 Receive request to /run/L742", "2019/06/28 22:33:18 debug: LambdaFunc.Task() runs on goroutine 8182 [FUNC L742]", "2019/06/28 22:33:18 increase instances to 1 [FUNC L742]", "2019/06/28 22:33:18 .Create(/root/open-lambda/test-dir/worker/lambda_code/743-L742, /root/open-lambda/test-dir/worker/handlers/L742, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:18 fork(&{0xc0000826e0 0xc00000f420 744 /root/open-lambda/test-dir/worker/sock-handlers/744 /root/open-lambda/test-dir/worker/lambda_code/743-L742 /root/open-lambda/test-dir/worker/handlers/L742/744 }) [SB 1]", "2019/06/28 22:33:18 Evict Sandbox 740", "2019/06/28 22:33:18 Destroy() [SB 740]", "2019/06/28 22:33:18 kill all procs in CG [SOCK 740]", "2019/06/28 22:33:18 unmount and remove dirs [SOCK 740]", "2019/06/28 22:33:19 ...returns &{0xc0013468c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 744]", "2019/06/28 22:33:19 Pause() [SB 744]", "2019/06/28 22:33:19 Receive request to /run/L743", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8193 [FUNC L743]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L743]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/744-L743, /root/open-lambda/test-dir/worker/handlers/L743, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000fb60 745 /root/open-lambda/test-dir/worker/sock-handlers/745 /root/open-lambda/test-dir/worker/lambda_code/744-L743 /root/open-lambda/test-dir/worker/handlers/L743/745 }) [SB 1]", "2019/06/28 22:33:19 Evict Sandbox 741", "2019/06/28 22:33:19 Destroy() [SB 741]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 741]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 741]", "2019/06/28 22:33:19 ...returns &{0xc001346bd0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 745]", "2019/06/28 22:33:19 Pause() [SB 745]", "2019/06/28 22:33:19 Receive request to /run/L744", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8204 [FUNC L744]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L744]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/745-L744, /root/open-lambda/test-dir/worker/handlers/L744, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc000410200 746 /root/open-lambda/test-dir/worker/sock-handlers/746 /root/open-lambda/test-dir/worker/lambda_code/745-L744 /root/open-lambda/test-dir/worker/handlers/L744/746 }) [SB 1]", "2019/06/28 22:33:19 Evict Sandbox 742", "2019/06/28 22:33:19 Destroy() [SB 742]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 742]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 742]", "2019/06/28 22:33:19 ...returns &{0xc001346ee0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 746]", "2019/06/28 22:33:19 Pause() [SB 746]", "2019/06/28 22:33:19 Receive request to /run/L745", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8215 [FUNC L745]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L745]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/746-L745, /root/open-lambda/test-dir/worker/handlers/L745, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc000410800 747 /root/open-lambda/test-dir/worker/sock-handlers/747 /root/open-lambda/test-dir/worker/lambda_code/746-L745 /root/open-lambda/test-dir/worker/handlers/L745/747 }) [SB 1]", "2019/06/28 22:33:19 ...returns &{0xc0013471f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 747]", "2019/06/28 22:33:19 Evict Sandbox 743", "2019/06/28 22:33:19 Destroy() [SB 743]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 743]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 743]", "2019/06/28 22:33:19 Pause() [SB 747]", "2019/06/28 22:33:19 Receive request to /run/L746", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8226 [FUNC L746]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L746]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/747-L746, /root/open-lambda/test-dir/worker/handlers/L746, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc000410e60 748 /root/open-lambda/test-dir/worker/sock-handlers/748 /root/open-lambda/test-dir/worker/lambda_code/747-L746 /root/open-lambda/test-dir/worker/handlers/L746/748 }) [SB 1]", "2019/06/28 22:33:19 ...returns &{0xc001347500 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 748]", "2019/06/28 22:33:19 Evict Sandbox 744", "2019/06/28 22:33:19 Destroy() [SB 744]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 744]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 744]", "2019/06/28 22:33:19 Pause() [SB 748]", "2019/06/28 22:33:19 Receive request to /run/L747", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8237 [FUNC L747]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L747]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/748-L747, /root/open-lambda/test-dir/worker/handlers/L747, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc0004114c0 749 /root/open-lambda/test-dir/worker/sock-handlers/749 /root/open-lambda/test-dir/worker/lambda_code/748-L747 /root/open-lambda/test-dir/worker/handlers/L747/749 }) [SB 1]", "2019/06/28 22:33:19 ...returns &{0xc000d98540 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 749]", "2019/06/28 22:33:19 Evict Sandbox 745", "2019/06/28 22:33:19 Destroy() [SB 745]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 745]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 745]", "2019/06/28 22:33:19 Pause() [SB 749]", "2019/06/28 22:33:19 Receive request to /run/L748", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8248 [FUNC L748]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L748]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/749-L748, /root/open-lambda/test-dir/worker/handlers/L748, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f0a0 750 /root/open-lambda/test-dir/worker/sock-handlers/750 /root/open-lambda/test-dir/worker/lambda_code/749-L748 /root/open-lambda/test-dir/worker/handlers/L748/750 }) [SB 1]", "2019/06/28 22:33:19 ...returns &{0xc000d98bd0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 750]", "2019/06/28 22:33:19 Evict Sandbox 746", "2019/06/28 22:33:19 Destroy() [SB 746]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 746]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 746]", "2019/06/28 22:33:19 Pause() [SB 750]", "2019/06/28 22:33:19 Receive request to /run/L749", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8259 [FUNC L749]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L749]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/750-L749, /root/open-lambda/test-dir/worker/handlers/L749, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f0c0 751 /root/open-lambda/test-dir/worker/sock-handlers/751 /root/open-lambda/test-dir/worker/lambda_code/750-L749 /root/open-lambda/test-dir/worker/handlers/L749/751 }) [SB 1]", "2019/06/28 22:33:19 ...returns &{0xc000d991f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 751]", "2019/06/28 22:33:19 Evict Sandbox 747", "2019/06/28 22:33:19 Destroy() [SB 747]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 747]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 747]", "2019/06/28 22:33:19 Pause() [SB 751]", "2019/06/28 22:33:19 Receive request to /run/L750", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8270 [FUNC L750]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L750]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/751-L750, /root/open-lambda/test-dir/worker/handlers/L750, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f0e0 752 /root/open-lambda/test-dir/worker/sock-handlers/752 /root/open-lambda/test-dir/worker/lambda_code/751-L750 /root/open-lambda/test-dir/worker/handlers/L750/752 }) [SB 1]", "2019/06/28 22:33:19 ...returns &{0xc000d997a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 752]", "2019/06/28 22:33:19 Evict Sandbox 748", "2019/06/28 22:33:19 Destroy() [SB 748]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 748]", "2019/06/28 22:33:19 waiting for 1 procs in cg-21 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 748]", "2019/06/28 22:33:19 Pause() [SB 752]", "2019/06/28 22:33:19 Receive request to /run/L751", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8281 [FUNC L751]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L751]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/752-L751, /root/open-lambda/test-dir/worker/handlers/L751, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f100 753 /root/open-lambda/test-dir/worker/sock-handlers/753 /root/open-lambda/test-dir/worker/lambda_code/752-L751 /root/open-lambda/test-dir/worker/handlers/L751/753 }) [SB 1]", "2019/06/28 22:33:19 ...returns &{0xc000d99c00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 753]", "2019/06/28 22:33:19 Evict Sandbox 749", "2019/06/28 22:33:19 Destroy() [SB 749]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 749]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 749]", "2019/06/28 22:33:19 Pause() [SB 753]", "2019/06/28 22:33:19 Receive request to /run/L752", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8292 [FUNC L752]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L752]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/753-L752, /root/open-lambda/test-dir/worker/handlers/L752, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f2e0 754 /root/open-lambda/test-dir/worker/sock-handlers/754 /root/open-lambda/test-dir/worker/lambda_code/753-L752 /root/open-lambda/test-dir/worker/handlers/L752/754 }) [SB 1]", "2019/06/28 22:33:19 Evict Sandbox 750", "2019/06/28 22:33:19 Destroy() [SB 750]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 750]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 750]", "2019/06/28 22:33:19 ...returns &{0xc000cb21c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 754]", "2019/06/28 22:33:19 Pause() [SB 754]", "2019/06/28 22:33:19 Receive request to /run/L753", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8303 [FUNC L753]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L753]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/754-L753, /root/open-lambda/test-dir/worker/handlers/L753, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f120 755 /root/open-lambda/test-dir/worker/sock-handlers/755 /root/open-lambda/test-dir/worker/lambda_code/754-L753 /root/open-lambda/test-dir/worker/handlers/L753/755 }) [SB 1]", "2019/06/28 22:33:19 Evict Sandbox 751", "2019/06/28 22:33:19 Destroy() [SB 751]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 751]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 751]", "2019/06/28 22:33:19 ...returns &{0xc000cb2e00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 755]", "2019/06/28 22:33:19 Pause() [SB 755]", "2019/06/28 22:33:19 Receive request to /run/L754", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8314 [FUNC L754]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L754]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/755-L754, /root/open-lambda/test-dir/worker/handlers/L754, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f300 756 /root/open-lambda/test-dir/worker/sock-handlers/756 /root/open-lambda/test-dir/worker/lambda_code/755-L754 /root/open-lambda/test-dir/worker/handlers/L754/756 }) [SB 1]", "2019/06/28 22:33:19 Evict Sandbox 752", "2019/06/28 22:33:19 Destroy() [SB 752]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 752]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 752]", "2019/06/28 22:33:19 ...returns &{0xc000cb3810 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 756]", "2019/06/28 22:33:19 Pause() [SB 756]", "2019/06/28 22:33:19 Receive request to /run/L755", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8325 [FUNC L755]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L755]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/756-L755, /root/open-lambda/test-dir/worker/handlers/L755, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f2c0 757 /root/open-lambda/test-dir/worker/sock-handlers/757 /root/open-lambda/test-dir/worker/lambda_code/756-L755 /root/open-lambda/test-dir/worker/handlers/L755/757 }) [SB 1]", "2019/06/28 22:33:19 Evict Sandbox 753", "2019/06/28 22:33:19 Destroy() [SB 753]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 753]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 753]", "2019/06/28 22:33:19 ...returns &{0xc000b644d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 757]", "2019/06/28 22:33:19 Pause() [SB 757]", "2019/06/28 22:33:19 Receive request to /run/L756", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8336 [FUNC L756]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L756]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/757-L756, /root/open-lambda/test-dir/worker/handlers/L756, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f320 758 /root/open-lambda/test-dir/worker/sock-handlers/758 /root/open-lambda/test-dir/worker/lambda_code/757-L756 /root/open-lambda/test-dir/worker/handlers/L756/758 }) [SB 1]", "2019/06/28 22:33:19 Evict Sandbox 754", "2019/06/28 22:33:19 Destroy() [SB 754]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 754]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 754]", "2019/06/28 22:33:19 ...returns &{0xc000b65500 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 758]", "2019/06/28 22:33:19 Pause() [SB 758]", "2019/06/28 22:33:19 Receive request to /run/L757", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8347 [FUNC L757]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L757]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/758-L757, /root/open-lambda/test-dir/worker/handlers/L757, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f340 759 /root/open-lambda/test-dir/worker/sock-handlers/759 /root/open-lambda/test-dir/worker/lambda_code/758-L757 /root/open-lambda/test-dir/worker/handlers/L757/759 }) [SB 1]", "2019/06/28 22:33:19 Evict Sandbox 755", "2019/06/28 22:33:19 Destroy() [SB 755]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 755]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 755]", "2019/06/28 22:33:19 ...returns &{0xc0003685b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 759]", "2019/06/28 22:33:19 Pause() [SB 759]", "2019/06/28 22:33:19 Receive request to /run/L758", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8358 [FUNC L758]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L758]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/759-L758, /root/open-lambda/test-dir/worker/handlers/L758, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f360 760 /root/open-lambda/test-dir/worker/sock-handlers/760 /root/open-lambda/test-dir/worker/lambda_code/759-L758 /root/open-lambda/test-dir/worker/handlers/L758/760 }) [SB 1]", "2019/06/28 22:33:19 ...returns &{0xc000a80e00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 760]", "2019/06/28 22:33:19 Evict Sandbox 756", "2019/06/28 22:33:19 Destroy() [SB 756]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 756]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 756]", "2019/06/28 22:33:19 Pause() [SB 760]", "2019/06/28 22:33:19 Receive request to /run/L759", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8369 [FUNC L759]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L759]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/760-L759, /root/open-lambda/test-dir/worker/handlers/L759, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f380 761 /root/open-lambda/test-dir/worker/sock-handlers/761 /root/open-lambda/test-dir/worker/lambda_code/760-L759 /root/open-lambda/test-dir/worker/handlers/L759/761 }) [SB 1]", "2019/06/28 22:33:19 ...returns &{0xc00085f180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 761]", "2019/06/28 22:33:19 Evict Sandbox 757", "2019/06/28 22:33:19 Destroy() [SB 757]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 757]", "2019/06/28 22:33:19 waiting for 1 procs in cg-6 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 757]", "2019/06/28 22:33:19 Pause() [SB 761]", "2019/06/28 22:33:19 Receive request to /run/L760", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8380 [FUNC L760]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L760]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/761-L760, /root/open-lambda/test-dir/worker/handlers/L760, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f3a0 762 /root/open-lambda/test-dir/worker/sock-handlers/762 /root/open-lambda/test-dir/worker/lambda_code/761-L760 /root/open-lambda/test-dir/worker/handlers/L760/762 }) [SB 1]", "2019/06/28 22:33:19 Evict Sandbox 758", "2019/06/28 22:33:19 Destroy() [SB 758]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 758]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 758]", "2019/06/28 22:33:19 ...returns &{0xc000e601c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 762]", "2019/06/28 22:33:19 Pause() [SB 762]", "2019/06/28 22:33:19 Receive request to /run/L761", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8391 [FUNC L761]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L761]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/762-L761, /root/open-lambda/test-dir/worker/handlers/L761, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f3c0 763 /root/open-lambda/test-dir/worker/sock-handlers/763 /root/open-lambda/test-dir/worker/lambda_code/762-L761 /root/open-lambda/test-dir/worker/handlers/L761/763 }) [SB 1]", "2019/06/28 22:33:19 ...returns &{0xc000e60b60 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 763]", "2019/06/28 22:33:19 Evict Sandbox 759", "2019/06/28 22:33:19 Destroy() [SB 759]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 759]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 759]", "2019/06/28 22:33:19 Pause() [SB 763]", "2019/06/28 22:33:19 Receive request to /run/L762", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8402 [FUNC L762]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L762]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/763-L762, /root/open-lambda/test-dir/worker/handlers/L762, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f3e0 764 /root/open-lambda/test-dir/worker/sock-handlers/764 /root/open-lambda/test-dir/worker/lambda_code/763-L762 /root/open-lambda/test-dir/worker/handlers/L762/764 }) [SB 1]", "2019/06/28 22:33:19 ...returns &{0xc000e61180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 764]", "2019/06/28 22:33:19 Evict Sandbox 760", "2019/06/28 22:33:19 Destroy() [SB 760]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 760]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 760]", "2019/06/28 22:33:19 Pause() [SB 764]", "2019/06/28 22:33:19 Receive request to /run/L763", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8413 [FUNC L763]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L763]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/764-L763, /root/open-lambda/test-dir/worker/handlers/L763, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f400 765 /root/open-lambda/test-dir/worker/sock-handlers/765 /root/open-lambda/test-dir/worker/lambda_code/764-L763 /root/open-lambda/test-dir/worker/handlers/L763/765 }) [SB 1]", "2019/06/28 22:33:19 Evict Sandbox 761", "2019/06/28 22:33:19 Destroy() [SB 761]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 761]", "2019/06/28 22:33:19 waiting for 1 procs in cg-12 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:19 ...returns &{0xc000e619d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 765]", "2019/06/28 22:33:19 Evict Sandbox 762", "2019/06/28 22:33:19 Destroy() [SB 762]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 762]", "2019/06/28 22:33:19 waiting for 1 procs in cg-13 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 761]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 762]", "2019/06/28 22:33:19 Pause() [SB 765]", "2019/06/28 22:33:19 Receive request to /run/L764", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8425 [FUNC L764]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L764]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/765-L764, /root/open-lambda/test-dir/worker/handlers/L764, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000f420 766 /root/open-lambda/test-dir/worker/sock-handlers/766 /root/open-lambda/test-dir/worker/lambda_code/765-L764 /root/open-lambda/test-dir/worker/handlers/L764/766 }) [SB 1]", "2019/06/28 22:33:19 ...returns &{0xc0010ae150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 766]", "2019/06/28 22:33:19 Pause() [SB 766]", "2019/06/28 22:33:19 Receive request to /run/L765", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8435 [FUNC L765]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L765]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/766-L765, /root/open-lambda/test-dir/worker/handlers/L765, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc00000fb60 767 /root/open-lambda/test-dir/worker/sock-handlers/767 /root/open-lambda/test-dir/worker/lambda_code/766-L765 /root/open-lambda/test-dir/worker/handlers/L765/767 }) [SB 1]", "2019/06/28 22:33:19 ...returns &{0xc0010ae5b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 767]", "2019/06/28 22:33:19 Evict Sandbox 763", "2019/06/28 22:33:19 Destroy() [SB 763]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 763]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 763]", "2019/06/28 22:33:19 Pause() [SB 767]", "2019/06/28 22:33:19 Receive request to /run/L766", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8446 [FUNC L766]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L766]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/767-L766, /root/open-lambda/test-dir/worker/handlers/L766, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc000410200 768 /root/open-lambda/test-dir/worker/sock-handlers/768 /root/open-lambda/test-dir/worker/lambda_code/767-L766 /root/open-lambda/test-dir/worker/handlers/L766/768 }) [SB 1]", "2019/06/28 22:33:19 ...returns &{0xc0010aea80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 768]", "2019/06/28 22:33:19 Evict Sandbox 764", "2019/06/28 22:33:19 Destroy() [SB 764]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 764]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 764]", "2019/06/28 22:33:19 Pause() [SB 768]", "2019/06/28 22:33:19 Receive request to /run/L767", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8457 [FUNC L767]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L767]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/768-L767, /root/open-lambda/test-dir/worker/handlers/L767, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc000410800 769 /root/open-lambda/test-dir/worker/sock-handlers/769 /root/open-lambda/test-dir/worker/lambda_code/768-L767 /root/open-lambda/test-dir/worker/handlers/L767/769 }) [SB 1]", "send chrootFD=5", "send chrootFD=10", "send chrootFD=6", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=6", "send chrootFD=7", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=8", "send chrootFD=8", "send chrootFD=5", "send chrootFD=9", "send chrootFD=7", "send chrootFD=6", "send chrootFD=8", "send chrootFD=5", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=8", "send chrootFD=8", "send chrootFD=7", "send chrootFD=6", "send chrootFD=9", "send chrootFD=9", "send chrootFD=8", "send chrootFD=7", "send chrootFD=7", "send chrootFD=7", "send chrootFD=9", "send chrootFD=8", "send chrootFD=8", "send chrootFD=5", "send chrootFD=7", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=5", "send chrootFD=7", "send chrootFD=6", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=4", "send chrootFD=7", "send chrootFD=8", "send chrootFD=6", "send chrootFD=9", "send chrootFD=5", "send chrootFD=7", "send chrootFD=8", "send chrootFD=6", "send chrootFD=9", "send chrootFD=5", "send chrootFD=7", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=5", "send chrootFD=7", "send chrootFD=6", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=6", "send chrootFD=8", "send chrootFD=5", "send chrootFD=9", "send chrootFD=9", "send chrootFD=6", "send chrootFD=8", "send chrootFD=4", "send chrootFD=7", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=6", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=6", "send chrootFD=5", "send chrootFD=8", "send chrootFD=7", "send chrootFD=4", "send chrootFD=9", "send chrootFD=6", "send chrootFD=8", "send chrootFD=7", "send chrootFD=5", "send chrootFD=9", "send chrootFD=6", "send chrootFD=8", "send chrootFD=7", "send chrootFD=5", "send chrootFD=9", "send chrootFD=6", "send chrootFD=4", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=7", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=8", "send chrootFD=8", "send chrootFD=7", "send chrootFD=6", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=6", "send chrootFD=6", "send chrootFD=8", "send chrootFD=7", "send chrootFD=9", "send chrootFD=9", "send chrootFD=6", "send chrootFD=4", "send chrootFD=7", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=8", "send chrootFD=6", "send chrootFD=6", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=5", "send chrootFD=9", "send chrootFD=6", "send chrootFD=7", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=6", "send chrootFD=7", "send chrootFD=5", "send chrootFD=8", "send chrootFD=9", "send chrootFD=6", "send chrootFD=7", "send chrootFD=5", "send chrootFD=4", "send chrootFD=9", "send chrootFD=8", "send chrootFD=7", "send chrootFD=7", "send chrootFD=7", "send chrootFD=9", "send chrootFD=8", "send chrootFD=6", "send chrootFD=5", "send chrootFD=4", "send chrootFD=9", "send chrootFD=8", "send chrootFD=7", "send chrootFD=7", "send chrootFD=7", "send chrootFD=9", "send chrootFD=8", "send chrootFD=6", "send chrootFD=5", "send chrootFD=7", "send chrootFD=9", "send chrootFD=8", "send chrootFD=6", "send chrootFD=5", "send chrootFD=4", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=5", "send chrootFD=5", "send chrootFD=6", "send chrootFD=4", "send chrootFD=9", "send chrootFD=8", "send chrootFD=7", "send chrootFD=6", "send chrootFD=5", "send chrootFD=4", "send chrootFD=9", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=7", "send chrootFD=5", "send chrootFD=8", "send chrootFD=4", "send chrootFD=9", "send chrootFD=9", "send chrootFD=6", "send chrootFD=8", "send chrootFD=5", "send chrootFD=7", "send chrootFD=9", "send chrootFD=9", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=4", "send chrootFD=8", "send chrootFD=6", "send chrootFD=7", "send chrootFD=9", "send chrootFD=5", "send chrootFD=8", "send chrootFD=8", "send chrootFD=8", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=9", "send chrootFD=8", "send chrootFD=5", "send chrootFD=6", "send chrootFD=7", "send chrootFD=9", "send chrootFD=5", "send chrootFD=8", "send chrootFD=6", "send chrootFD=72019/06/28 22:33:19 ...returns &{0xc0010aeee0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 769]", "2019/06/28 22:33:19 Evict Sandbox 765", "2019/06/28 22:33:19 Destroy() [SB 765]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 765]", "2019/06/28 22:33:19 waiting for 1 procs in cg-16 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 765]", "2019/06/28 22:33:19 Pause() [SB 769]", "2019/06/28 22:33:19 Receive request to /run/L768", "2019/06/28 22:33:19 debug: LambdaFunc.Task() runs on goroutine 8468 [FUNC L768]", "2019/06/28 22:33:19 increase instances to 1 [FUNC L768]", "2019/06/28 22:33:19 .Create(/root/open-lambda/test-dir/worker/lambda_code/769-L768, /root/open-lambda/test-dir/worker/handlers/L768, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:19 fork(&{0xc0000826e0 0xc000410e60 770 /root/open-lambda/test-dir/worker/sock-handlers/770 /root/open-lambda/test-dir/worker/lambda_code/769-L768 /root/open-lambda/test-dir/worker/handlers/L768/770 }) [SB 1]", "2019/06/28 22:33:19 Evict Sandbox 766", "2019/06/28 22:33:19 Destroy() [SB 766]", "2019/06/28 22:33:19 kill all procs in CG [SOCK 766]", "2019/06/28 22:33:19 unmount and remove dirs [SOCK 766]", "2019/06/28 22:33:19 ...returns &{0xc0010af340 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:19 Channel() [SB 770]", "2019/06/28 22:33:20 Pause() [SB 770]", "2019/06/28 22:33:20 Receive request to /run/L769", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8479 [FUNC L769]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L769]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/770-L769, /root/open-lambda/test-dir/worker/handlers/L769, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc0004114c0 771 /root/open-lambda/test-dir/worker/sock-handlers/771 /root/open-lambda/test-dir/worker/lambda_code/770-L769 /root/open-lambda/test-dir/worker/handlers/L769/771 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc0010af7a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 771]", "2019/06/28 22:33:20 Evict Sandbox 767", "2019/06/28 22:33:20 Destroy() [SB 767]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 767]", "2019/06/28 22:33:20 waiting for 1 procs in cg-18 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:20 Evict Sandbox 768", "2019/06/28 22:33:20 Destroy() [SB 768]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 768]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 768]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 767]", "2019/06/28 22:33:20 Pause() [SB 771]", "2019/06/28 22:33:20 Receive request to /run/L770", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8491 [FUNC L770]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L770]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/771-L770, /root/open-lambda/test-dir/worker/handlers/L770, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f0a0 772 /root/open-lambda/test-dir/worker/sock-handlers/772 /root/open-lambda/test-dir/worker/lambda_code/771-L770 /root/open-lambda/test-dir/worker/handlers/L770/772 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc0010afb90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 772]", "2019/06/28 22:33:20 Pause() [SB 772]", "2019/06/28 22:33:20 Receive request to /run/L771", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8501 [FUNC L771]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L771]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/772-L771, /root/open-lambda/test-dir/worker/handlers/L771, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f0c0 773 /root/open-lambda/test-dir/worker/sock-handlers/773 /root/open-lambda/test-dir/worker/lambda_code/772-L771 /root/open-lambda/test-dir/worker/handlers/L771/773 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc0010aff80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 773]", "2019/06/28 22:33:20 Evict Sandbox 769", "2019/06/28 22:33:20 Destroy() [SB 769]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 769]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 769]", "2019/06/28 22:33:20 Pause() [SB 773]", "2019/06/28 22:33:20 Receive request to /run/L772", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8512 [FUNC L772]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L772]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/773-L772, /root/open-lambda/test-dir/worker/handlers/L772, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f0e0 774 /root/open-lambda/test-dir/worker/sock-handlers/774 /root/open-lambda/test-dir/worker/lambda_code/773-L772 /root/open-lambda/test-dir/worker/handlers/L772/774 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc001346380 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 774]", "2019/06/28 22:33:20 Evict Sandbox 770", "2019/06/28 22:33:20 Destroy() [SB 770]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 770]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 770]", "2019/06/28 22:33:20 Pause() [SB 774]", "2019/06/28 22:33:20 Receive request to /run/L773", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8523 [FUNC L773]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L773]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/774-L773, /root/open-lambda/test-dir/worker/handlers/L773, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f100 775 /root/open-lambda/test-dir/worker/sock-handlers/775 /root/open-lambda/test-dir/worker/lambda_code/774-L773 /root/open-lambda/test-dir/worker/handlers/L773/775 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc001346700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 775]", "2019/06/28 22:33:20 Evict Sandbox 771", "2019/06/28 22:33:20 Destroy() [SB 771]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 771]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 771]", "2019/06/28 22:33:20 Pause() [SB 775]", "2019/06/28 22:33:20 Receive request to /run/L774", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8534 [FUNC L774]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L774]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/775-L774, /root/open-lambda/test-dir/worker/handlers/L774, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f2e0 776 /root/open-lambda/test-dir/worker/sock-handlers/776 /root/open-lambda/test-dir/worker/lambda_code/775-L774 /root/open-lambda/test-dir/worker/handlers/L774/776 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc001346a80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 776]", "2019/06/28 22:33:20 Evict Sandbox 772", "2019/06/28 22:33:20 Destroy() [SB 772]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 772]", "2019/06/28 22:33:20 waiting for 1 procs in cg-1 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 772]", "2019/06/28 22:33:20 Pause() [SB 776]", "2019/06/28 22:33:20 Receive request to /run/L775", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8545 [FUNC L775]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L775]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/776-L775, /root/open-lambda/test-dir/worker/handlers/L775, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f120 777 /root/open-lambda/test-dir/worker/sock-handlers/777 /root/open-lambda/test-dir/worker/lambda_code/776-L775 /root/open-lambda/test-dir/worker/handlers/L775/777 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc001346e00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 777]", "2019/06/28 22:33:20 Evict Sandbox 773", "2019/06/28 22:33:20 Destroy() [SB 773]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 773]", "2019/06/28 22:33:20 waiting for 1 procs in cg-2 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 773]", "2019/06/28 22:33:20 Pause() [SB 777]", "2019/06/28 22:33:20 Receive request to /run/L776", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8556 [FUNC L776]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L776]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/777-L776, /root/open-lambda/test-dir/worker/handlers/L776, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f300 778 /root/open-lambda/test-dir/worker/sock-handlers/778 /root/open-lambda/test-dir/worker/lambda_code/777-L776 /root/open-lambda/test-dir/worker/handlers/L776/778 }) [SB 1]", "2019/06/28 22:33:20 Evict Sandbox 774", "2019/06/28 22:33:20 Destroy() [SB 774]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 774]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 774]", "2019/06/28 22:33:20 ...returns &{0xc001347180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 778]", "2019/06/28 22:33:20 Pause() [SB 778]", "2019/06/28 22:33:20 Receive request to /run/L777", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8567 [FUNC L777]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L777]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/778-L777, /root/open-lambda/test-dir/worker/handlers/L777, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f2c0 779 /root/open-lambda/test-dir/worker/sock-handlers/779 /root/open-lambda/test-dir/worker/lambda_code/778-L777 /root/open-lambda/test-dir/worker/handlers/L777/779 }) [SB 1]", "2019/06/28 22:33:20 Evict Sandbox 775", "2019/06/28 22:33:20 Destroy() [SB 775]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 775]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 775]", "2019/06/28 22:33:20 ...returns &{0xc001347810 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 779]", "2019/06/28 22:33:20 Pause() [SB 779]", "2019/06/28 22:33:20 Receive request to /run/L778", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8578 [FUNC L778]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L778]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/779-L778, /root/open-lambda/test-dir/worker/handlers/L778, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f320 780 /root/open-lambda/test-dir/worker/sock-handlers/780 /root/open-lambda/test-dir/worker/lambda_code/779-L778 /root/open-lambda/test-dir/worker/handlers/L778/780 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc001347b20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 780]", "2019/06/28 22:33:20 Evict Sandbox 776", "2019/06/28 22:33:20 Destroy() [SB 776]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 776]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 776]", "2019/06/28 22:33:20 Pause() [SB 780]", "2019/06/28 22:33:20 Receive request to /run/L779", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8589 [FUNC L779]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L779]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/780-L779, /root/open-lambda/test-dir/worker/handlers/L779, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f340 781 /root/open-lambda/test-dir/worker/sock-handlers/781 /root/open-lambda/test-dir/worker/lambda_code/780-L779 /root/open-lambda/test-dir/worker/handlers/L779/781 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc001347e30 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 781]", "2019/06/28 22:33:20 Evict Sandbox 777", "2019/06/28 22:33:20 Destroy() [SB 777]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 777]", "2019/06/28 22:33:20 waiting for 1 procs in cg-5 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 777]", "2019/06/28 22:33:20 Pause() [SB 781]", "2019/06/28 22:33:20 Receive request to /run/L780", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8600 [FUNC L780]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L780]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/781-L780, /root/open-lambda/test-dir/worker/handlers/L780, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f360 782 /root/open-lambda/test-dir/worker/sock-handlers/782 /root/open-lambda/test-dir/worker/lambda_code/781-L780 /root/open-lambda/test-dir/worker/handlers/L780/782 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc001230150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 782]", "2019/06/28 22:33:20 Evict Sandbox 778", "2019/06/28 22:33:20 Destroy() [SB 778]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 778]", "2019/06/28 22:33:20 waiting for 1 procs in cg-8 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 778]", "2019/06/28 22:33:20 Pause() [SB 782]", "2019/06/28 22:33:20 Receive request to /run/L781", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8611 [FUNC L781]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L781]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/782-L781, /root/open-lambda/test-dir/worker/handlers/L781, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f380 783 /root/open-lambda/test-dir/worker/sock-handlers/783 /root/open-lambda/test-dir/worker/lambda_code/782-L781 /root/open-lambda/test-dir/worker/handlers/L781/783 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc001230460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 783]", "2019/06/28 22:33:20 Evict Sandbox 779", "2019/06/28 22:33:20 Destroy() [SB 779]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 779]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 779]", "2019/06/28 22:33:20 Pause() [SB 783]", "2019/06/28 22:33:20 Receive request to /run/L782", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8622 [FUNC L782]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L782]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/783-L782, /root/open-lambda/test-dir/worker/handlers/L782, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f3a0 784 /root/open-lambda/test-dir/worker/sock-handlers/784 /root/open-lambda/test-dir/worker/lambda_code/783-L782 /root/open-lambda/test-dir/worker/handlers/L782/784 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc001346310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 784]", "2019/06/28 22:33:20 Evict Sandbox 780", "2019/06/28 22:33:20 Destroy() [SB 780]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 780]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 780]", "2019/06/28 22:33:20 Pause() [SB 784]", "2019/06/28 22:33:20 Receive request to /run/L783", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8633 [FUNC L783]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L783]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/784-L783, /root/open-lambda/test-dir/worker/handlers/L783, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f3c0 785 /root/open-lambda/test-dir/worker/sock-handlers/785 /root/open-lambda/test-dir/worker/lambda_code/784-L783 /root/open-lambda/test-dir/worker/handlers/L783/785 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc001346770 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 785]", "2019/06/28 22:33:20 Evict Sandbox 781", "2019/06/28 22:33:20 Destroy() [SB 781]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 781]", "2019/06/28 22:33:20 waiting for 1 procs in cg-10 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 781]", "2019/06/28 22:33:20 Pause() [SB 785]", "2019/06/28 22:33:20 Receive request to /run/L784", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8644 [FUNC L784]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L784]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/785-L784, /root/open-lambda/test-dir/worker/handlers/L784, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f3e0 786 /root/open-lambda/test-dir/worker/sock-handlers/786 /root/open-lambda/test-dir/worker/lambda_code/785-L784 /root/open-lambda/test-dir/worker/handlers/L784/786 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc001346b60 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 786]", "2019/06/28 22:33:20 Evict Sandbox 782", "2019/06/28 22:33:20 Destroy() [SB 782]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 782]", "2019/06/28 22:33:20 waiting for 1 procs in cg-11 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:20 unmount and remove dirs [SOCK 782]", "2019/06/28 22:33:20 Pause() [SB 786]", "2019/06/28 22:33:20 Receive request to /run/L785", "2019/06/28 22:33:20 debug: LambdaFunc.Task() runs on goroutine 8655 [FUNC L785]", "2019/06/28 22:33:20 increase instances to 1 [FUNC L785]", "2019/06/28 22:33:20 .Create(/root/open-lambda/test-dir/worker/lambda_code/786-L785, /root/open-lambda/test-dir/worker/handlers/L785, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:20 fork(&{0xc0000826e0 0xc00000f400 787 /root/open-lambda/test-dir/worker/sock-handlers/787 /root/open-lambda/test-dir/worker/lambda_code/786-L785 /root/open-lambda/test-dir/worker/handlers/L785/787 }) [SB 1]", "2019/06/28 22:33:20 ...returns &{0xc001346fc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:20 Channel() [SB 787]", "2019/06/28 22:33:20 Evict Sandbox 783", "2019/06/28 22:33:20 Destroy() [SB 783]", "2019/06/28 22:33:20 kill all procs in CG [SOCK 783]", "2019/06/28 22:33:20 waiting for 1 procs in cg-12 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 783]", "2019/06/28 22:33:21 Pause() [SB 787]", "2019/06/28 22:33:21 Receive request to /run/L786", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8666 [FUNC L786]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L786]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/787-L786, /root/open-lambda/test-dir/worker/handlers/L786, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f420 788 /root/open-lambda/test-dir/worker/sock-handlers/788 /root/open-lambda/test-dir/worker/lambda_code/787-L786 /root/open-lambda/test-dir/worker/handlers/L786/788 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc0013473b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 788]", "2019/06/28 22:33:21 Evict Sandbox 784", "2019/06/28 22:33:21 Destroy() [SB 784]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 784]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 784]", "2019/06/28 22:33:21 Pause() [SB 788]", "2019/06/28 22:33:21 Receive request to /run/L787", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8677 [FUNC L787]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L787]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/788-L787, /root/open-lambda/test-dir/worker/handlers/L787, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc000410200 789 /root/open-lambda/test-dir/worker/sock-handlers/789 /root/open-lambda/test-dir/worker/lambda_code/788-L787 /root/open-lambda/test-dir/worker/handlers/L787/789 }) [SB 1]", "2019/06/28 22:33:21 Evict Sandbox 785", "2019/06/28 22:33:21 Destroy() [SB 785]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 785]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 785]", "2019/06/28 22:33:21 ...returns &{0xc001347730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 789]", "2019/06/28 22:33:21 Pause() [SB 789]", "2019/06/28 22:33:21 Receive request to /run/L788", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8688 [FUNC L788]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L788]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/789-L788, /root/open-lambda/test-dir/worker/handlers/L788, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000fb60 790 /root/open-lambda/test-dir/worker/sock-handlers/790 /root/open-lambda/test-dir/worker/lambda_code/789-L788 /root/open-lambda/test-dir/worker/handlers/L788/790 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc001347ab0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 790]", "2019/06/28 22:33:21 Evict Sandbox 786", "2019/06/28 22:33:21 Destroy() [SB 786]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 786]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 786]", "2019/06/28 22:33:21 Pause() [SB 790]", "2019/06/28 22:33:21 Receive request to /run/L789", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8699 [FUNC L789]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L789]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/790-L789, /root/open-lambda/test-dir/worker/handlers/L789, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc000410800 791 /root/open-lambda/test-dir/worker/sock-handlers/791 /root/open-lambda/test-dir/worker/lambda_code/790-L789 /root/open-lambda/test-dir/worker/handlers/L789/791 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc001347ea0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 791]", "2019/06/28 22:33:21 Evict Sandbox 787", "2019/06/28 22:33:21 Destroy() [SB 787]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 787]", "2019/06/28 22:33:21 waiting for 1 procs in cg-16 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 787]", "2019/06/28 22:33:21 Pause() [SB 791]", "2019/06/28 22:33:21 Receive request to /run/L790", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8710 [FUNC L790]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L790]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/791-L790, /root/open-lambda/test-dir/worker/handlers/L790, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc000410e60 792 /root/open-lambda/test-dir/worker/sock-handlers/792 /root/open-lambda/test-dir/worker/lambda_code/791-L790 /root/open-lambda/test-dir/worker/handlers/L790/792 }) [SB 1]", "2019/06/28 22:33:21 Evict Sandbox 788", "2019/06/28 22:33:21 Destroy() [SB 788]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 788]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 788]", "2019/06/28 22:33:21 ...returns &{0xc0010ae460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 792]", "2019/06/28 22:33:21 Pause() [SB 792]", "2019/06/28 22:33:21 Receive request to /run/L791", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8721 [FUNC L791]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L791]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/792-L791, /root/open-lambda/test-dir/worker/handlers/L791, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc0004114c0 793 /root/open-lambda/test-dir/worker/sock-handlers/793 /root/open-lambda/test-dir/worker/lambda_code/792-L791 /root/open-lambda/test-dir/worker/handlers/L791/793 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc0010ae930 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 793]", "2019/06/28 22:33:21 Evict Sandbox 789", "2019/06/28 22:33:21 Destroy() [SB 789]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 789]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 789]", "2019/06/28 22:33:21 Pause() [SB 793]", "2019/06/28 22:33:21 Receive request to /run/L792", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8732 [FUNC L792]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L792]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/793-L792, /root/open-lambda/test-dir/worker/handlers/L792, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f0a0 794 /root/open-lambda/test-dir/worker/sock-handlers/794 /root/open-lambda/test-dir/worker/lambda_code/793-L792 /root/open-lambda/test-dir/worker/handlers/L792/794 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc0010aee70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 794]", "2019/06/28 22:33:21 Evict Sandbox 790", "2019/06/28 22:33:21 Destroy() [SB 790]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 790]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 790]", "2019/06/28 22:33:21 Pause() [SB 794]", "2019/06/28 22:33:21 Receive request to /run/L793", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8743 [FUNC L793]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L793]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/794-L793, /root/open-lambda/test-dir/worker/handlers/L793, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f0c0 795 /root/open-lambda/test-dir/worker/sock-handlers/795 /root/open-lambda/test-dir/worker/lambda_code/794-L793 /root/open-lambda/test-dir/worker/handlers/L793/795 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc0010af3b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 795]", "2019/06/28 22:33:21 Evict Sandbox 791", "2019/06/28 22:33:21 Destroy() [SB 791]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 791]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 791]", "2019/06/28 22:33:21 Pause() [SB 795]", "2019/06/28 22:33:21 Receive request to /run/L794", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8754 [FUNC L794]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L794]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/795-L794, /root/open-lambda/test-dir/worker/handlers/L794, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f0e0 796 /root/open-lambda/test-dir/worker/sock-handlers/796 /root/open-lambda/test-dir/worker/lambda_code/795-L794 /root/open-lambda/test-dir/worker/handlers/L794/796 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc0010af880 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 796]", "2019/06/28 22:33:21 Evict Sandbox 792", "2019/06/28 22:33:21 Destroy() [SB 792]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 792]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 792]", "2019/06/28 22:33:21 Pause() [SB 796]", "2019/06/28 22:33:21 Receive request to /run/L795", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8765 [FUNC L795]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L795]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/796-L795, /root/open-lambda/test-dir/worker/handlers/L795, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f100 797 /root/open-lambda/test-dir/worker/sock-handlers/797 /root/open-lambda/test-dir/worker/lambda_code/796-L795 /root/open-lambda/test-dir/worker/handlers/L795/797 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc0010afce0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 797]", "2019/06/28 22:33:21 Evict Sandbox 793", "2019/06/28 22:33:21 Destroy() [SB 793]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 793]", "2019/06/28 22:33:21 waiting for 1 procs in cg-22 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 793]", "2019/06/28 22:33:21 Pause() [SB 797]", "2019/06/28 22:33:21 Receive request to /run/L796", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8776 [FUNC L796]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L796]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/797-L796, /root/open-lambda/test-dir/worker/handlers/L796, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f2e0 798 /root/open-lambda/test-dir/worker/sock-handlers/798 /root/open-lambda/test-dir/worker/lambda_code/797-L796 /root/open-lambda/test-dir/worker/handlers/L796/798 }) [SB 1]", "2019/06/28 22:33:21 Evict Sandbox 794", "2019/06/28 22:33:21 Destroy() [SB 794]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 794]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 794]", "2019/06/28 22:33:21 ...returns &{0xc000e604d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 798]", "2019/06/28 22:33:21 Pause() [SB 798]", "2019/06/28 22:33:21 Receive request to /run/L797", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8787 [FUNC L797]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L797]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/798-L797, /root/open-lambda/test-dir/worker/handlers/L797, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f120 799 /root/open-lambda/test-dir/worker/sock-handlers/799 /root/open-lambda/test-dir/worker/lambda_code/798-L797 /root/open-lambda/test-dir/worker/handlers/L797/799 }) [SB 1]", "2019/06/28 22:33:21 Evict Sandbox 795", "2019/06/28 22:33:21 Destroy() [SB 795]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 795]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 795]", "2019/06/28 22:33:21 ...returns &{0xc000e60d90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 799]", "2019/06/28 22:33:21 Pause() [SB 799]", "2019/06/28 22:33:21 Receive request to /run/L798", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8798 [FUNC L798]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L798]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/799-L798, /root/open-lambda/test-dir/worker/handlers/L798, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f300 800 /root/open-lambda/test-dir/worker/sock-handlers/800 /root/open-lambda/test-dir/worker/lambda_code/799-L798 /root/open-lambda/test-dir/worker/handlers/L798/800 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc000e616c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 800]", "2019/06/28 22:33:21 Evict Sandbox 796", "2019/06/28 22:33:21 Destroy() [SB 796]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 796]", "2019/06/28 22:33:21 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 796]", "2019/06/28 22:33:21 Pause() [SB 800]", "2019/06/28 22:33:21 Receive request to /run/L799", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8809 [FUNC L799]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L799]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/800-L799, /root/open-lambda/test-dir/worker/handlers/L799, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f2c0 801 /root/open-lambda/test-dir/worker/sock-handlers/801 /root/open-lambda/test-dir/worker/lambda_code/800-L799 /root/open-lambda/test-dir/worker/handlers/L799/801 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc000e61ea0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 801]", "2019/06/28 22:33:21 Evict Sandbox 797", "2019/06/28 22:33:21 Destroy() [SB 797]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 797]", "2019/06/28 22:33:21 waiting for 1 procs in cg-4 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 797]", "2019/06/28 22:33:21 Pause() [SB 801]", "2019/06/28 22:33:21 Receive request to /run/L800", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8820 [FUNC L800]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L800]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/801-L800, /root/open-lambda/test-dir/worker/handlers/L800, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f320 802 /root/open-lambda/test-dir/worker/sock-handlers/802 /root/open-lambda/test-dir/worker/lambda_code/801-L800 /root/open-lambda/test-dir/worker/handlers/L800/802 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc0003dc070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 802]", "2019/06/28 22:33:21 Evict Sandbox 798", "2019/06/28 22:33:21 Destroy() [SB 798]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 798]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 798]", "2019/06/28 22:33:21 Pause() [SB 802]", "2019/06/28 22:33:21 Receive request to /run/L801", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8831 [FUNC L801]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L801]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/802-L801, /root/open-lambda/test-dir/worker/handlers/L801, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f340 803 /root/open-lambda/test-dir/worker/sock-handlers/803 /root/open-lambda/test-dir/worker/lambda_code/802-L801 /root/open-lambda/test-dir/worker/handlers/L801/803 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc000369a40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 803]", "2019/06/28 22:33:21 Evict Sandbox 799", "2019/06/28 22:33:21 Destroy() [SB 799]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 799]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 799]", "2019/06/28 22:33:21 Pause() [SB 803]", "2019/06/28 22:33:21 Receive request to /run/L802", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8842 [FUNC L802]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L802]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/803-L802, /root/open-lambda/test-dir/worker/handlers/L802, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f360 804 /root/open-lambda/test-dir/worker/sock-handlers/804 /root/open-lambda/test-dir/worker/lambda_code/803-L802 /root/open-lambda/test-dir/worker/handlers/L802/804 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc000b64f50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 804]", "2019/06/28 22:33:21 Evict Sandbox 800", "2019/06/28 22:33:21 Destroy() [SB 800]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 800]", "2019/06/28 22:33:21 waiting for 1 procs in cg-8 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 800]", "2019/06/28 22:33:21 Pause() [SB 804]", "2019/06/28 22:33:21 Receive request to /run/L803", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8853 [FUNC L803]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L803]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/804-L803, /root/open-lambda/test-dir/worker/handlers/L803, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f380 805 /root/open-lambda/test-dir/worker/sock-handlers/805 /root/open-lambda/test-dir/worker/lambda_code/804-L803 /root/open-lambda/test-dir/worker/handlers/L803/805 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc000b65e30 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 805]", "2019/06/28 22:33:21 Evict Sandbox 801", "2019/06/28 22:33:21 Destroy() [SB 801]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 801]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 801]", "2019/06/28 22:33:21 Pause() [SB 805]", "2019/06/28 22:33:21 Receive request to /run/L804", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8864 [FUNC L804]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L804]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/805-L804, /root/open-lambda/test-dir/worker/handlers/L804, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f3a0 806 /root/open-lambda/test-dir/worker/sock-handlers/806 /root/open-lambda/test-dir/worker/lambda_code/805-L804 /root/open-lambda/test-dir/worker/handlers/L804/806 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc000cb2cb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 806]", "2019/06/28 22:33:21 Evict Sandbox 802", "2019/06/28 22:33:21 Destroy() [SB 802]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 802]", "2019/06/28 22:33:21 waiting for 1 procs in cg-9 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 802]", "2019/06/28 22:33:21 Pause() [SB 806]", "2019/06/28 22:33:21 Receive request to /run/L805", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8875 [FUNC L805]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L805]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/806-L805, /root/open-lambda/test-dir/worker/handlers/L805, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f3c0 807 /root/open-lambda/test-dir/worker/sock-handlers/807 /root/open-lambda/test-dir/worker/lambda_code/806-L805 /root/open-lambda/test-dir/worker/handlers/L805/807 }) [SB 1]", "2019/06/28 22:33:21 Evict Sandbox 803", "2019/06/28 22:33:21 Destroy() [SB 803]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 803]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 803]", "2019/06/28 22:33:21 ...returns &{0xc000cb3ab0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 807]", "2019/06/28 22:33:21 Pause() [SB 807]", "2019/06/28 22:33:21 Receive request to /run/L806", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8886 [FUNC L806]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L806]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/807-L806, /root/open-lambda/test-dir/worker/handlers/L806, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f3e0 808 /root/open-lambda/test-dir/worker/sock-handlers/808 /root/open-lambda/test-dir/worker/lambda_code/807-L806 /root/open-lambda/test-dir/worker/handlers/L806/808 }) [SB 1]", "2019/06/28 22:33:21 ...returns &{0xc000d981c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 808]", "2019/06/28 22:33:21 Evict Sandbox 804", "2019/06/28 22:33:21 Destroy() [SB 804]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 804]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 804]", "2019/06/28 22:33:21 Pause() [SB 808]", "2019/06/28 22:33:21 Receive request to /run/L807", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8897 [FUNC L807]", "2019/06/28 22:33:21 increase instances to 1 [FUNC L807]", "2019/06/28 22:33:21 .Create(/root/open-lambda/test-dir/worker/lambda_code/808-L807, /root/open-lambda/test-dir/worker/handlers/L807, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:21 fork(&{0xc0000826e0 0xc00000f400 809 /root/open-lambda/test-dir/worker/sock-handlers/809 /root/open-lambda/test-dir/worker/lambda_code/808-L807 /root/open-lambda/test-dir/worker/handlers/L807/809 }) [SB 1]", "2019/06/28 22:33:21 Evict Sandbox 805", "2019/06/28 22:33:21 Destroy() [SB 805]", "2019/06/28 22:33:21 kill all procs in CG [SOCK 805]", "2019/06/28 22:33:21 unmount and remove dirs [SOCK 805]", "2019/06/28 22:33:21 ...returns &{0xc000d98930 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:21 Channel() [SB 809]", "2019/06/28 22:33:21 Pause() [SB 809]", "2019/06/28 22:33:21 Receive request to /run/L808", "2019/06/28 22:33:21 debug: LambdaFunc.Task() runs on goroutine 8908 [FUNC L808]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L808]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/809-L808, /root/open-lambda/test-dir/worker/handlers/L808, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f420 810 /root/open-lambda/test-dir/worker/sock-handlers/810 /root/open-lambda/test-dir/worker/lambda_code/809-L808 /root/open-lambda/test-dir/worker/handlers/L808/810 }) [SB 1]", "2019/06/28 22:33:22 Evict Sandbox 806", "2019/06/28 22:33:22 Destroy() [SB 806]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 806]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 806]", "2019/06/28 22:33:22 ...returns &{0xc000d98f50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 810]", "2019/06/28 22:33:22 Pause() [SB 810]", "2019/06/28 22:33:22 Receive request to /run/L809", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 8919 [FUNC L809]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L809]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/810-L809, /root/open-lambda/test-dir/worker/handlers/L809, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc000410200 811 /root/open-lambda/test-dir/worker/sock-handlers/811 /root/open-lambda/test-dir/worker/lambda_code/810-L809 /root/open-lambda/test-dir/worker/handlers/L809/811 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc000d99650 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 811]", "2019/06/28 22:33:22 Evict Sandbox 807", "2019/06/28 22:33:22 Destroy() [SB 807]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 807]", "2019/06/28 22:33:22 waiting for 1 procs in cg-14 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 807]", "2019/06/28 22:33:22 Pause() [SB 811]", "2019/06/28 22:33:22 Receive request to /run/L810", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 8930 [FUNC L810]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L810]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/811-L810, /root/open-lambda/test-dir/worker/handlers/L810, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000fb60 812 /root/open-lambda/test-dir/worker/sock-handlers/812 /root/open-lambda/test-dir/worker/lambda_code/811-L810 /root/open-lambda/test-dir/worker/handlers/L810/812 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc000d99c70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 812]", "2019/06/28 22:33:22 Evict Sandbox 808", "2019/06/28 22:33:22 Destroy() [SB 808]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 808]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 808]", "2019/06/28 22:33:22 Pause() [SB 812]", "2019/06/28 22:33:22 Receive request to /run/L811", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 8941 [FUNC L811]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L811]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/812-L811, /root/open-lambda/test-dir/worker/handlers/L811, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc000410800 813 /root/open-lambda/test-dir/worker/sock-handlers/813 /root/open-lambda/test-dir/worker/lambda_code/812-L811 /root/open-lambda/test-dir/worker/handlers/L811/813 }) [SB 1]", "2019/06/28 22:33:22 Evict Sandbox 809", "2019/06/28 22:33:22 Destroy() [SB 809]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 809]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 809]", "2019/06/28 22:33:22 ...returns &{0xc0012300e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 813]", "2019/06/28 22:33:22 Pause() [SB 813]", "2019/06/28 22:33:22 Receive request to /run/L812", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 8952 [FUNC L812]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L812]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/813-L812, /root/open-lambda/test-dir/worker/handlers/L812, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc000410e60 814 /root/open-lambda/test-dir/worker/sock-handlers/814 /root/open-lambda/test-dir/worker/lambda_code/813-L812 /root/open-lambda/test-dir/worker/handlers/L812/814 }) [SB 1]", "2019/06/28 22:33:22 Evict Sandbox 810", "2019/06/28 22:33:22 Destroy() [SB 810]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 810]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 810]", "2019/06/28 22:33:22 ...returns &{0xc001230770 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 814]", "2019/06/28 22:33:22 Pause() [SB 814]", "2019/06/28 22:33:22 Receive request to /run/L813", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 8963 [FUNC L813]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L813]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/814-L813, /root/open-lambda/test-dir/worker/handlers/L813, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc0004114c0 815 /root/open-lambda/test-dir/worker/sock-handlers/815 /root/open-lambda/test-dir/worker/lambda_code/814-L813 /root/open-lambda/test-dir/worker/handlers/L813/815 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc001230a80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 815]", "2019/06/28 22:33:22 Evict Sandbox 811", "2019/06/28 22:33:22 Destroy() [SB 811]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 811]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 811]", "2019/06/28 22:33:22 Pause() [SB 815]", "2019/06/28 22:33:22 Receive request to /run/L814", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 8974 [FUNC L814]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L814]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/815-L814, /root/open-lambda/test-dir/worker/handlers/L814, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f0a0 816 /root/open-lambda/test-dir/worker/sock-handlers/816 /root/open-lambda/test-dir/worker/lambda_code/815-L814 /root/open-lambda/test-dir/worker/handlers/L814/816 }) [SB 1]", "2019/06/28 22:33:22 Evict Sandbox 812", "2019/06/28 22:33:22 Destroy() [SB 812]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 812]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 812]", "2019/06/28 22:33:22 ...returns &{0xc001230d90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 816]", "2019/06/28 22:33:22 Pause() [SB 816]", "2019/06/28 22:33:22 Receive request to /run/L815", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 8985 [FUNC L815]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L815]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/816-L815, /root/open-lambda/test-dir/worker/handlers/L815, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f0c0 817 /root/open-lambda/test-dir/worker/sock-handlers/817 /root/open-lambda/test-dir/worker/lambda_code/816-L815 /root/open-lambda/test-dir/worker/handlers/L815/817 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc0012310a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 817]", "2019/06/28 22:33:22 Evict Sandbox 813", "2019/06/28 22:33:22 Destroy() [SB 813]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 813]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 813]", "2019/06/28 22:33:22 Pause() [SB 817]", "2019/06/28 22:33:22 Receive request to /run/L816", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 8996 [FUNC L816]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L816]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/817-L816, /root/open-lambda/test-dir/worker/handlers/L816, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f0e0 818 /root/open-lambda/test-dir/worker/sock-handlers/818 /root/open-lambda/test-dir/worker/lambda_code/817-L816 /root/open-lambda/test-dir/worker/handlers/L816/818 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc0012313b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 818]", "2019/06/28 22:33:22 Evict Sandbox 814", "2019/06/28 22:33:22 Destroy() [SB 814]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 814]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 814]", "2019/06/28 22:33:22 Pause() [SB 818]", "2019/06/28 22:33:22 Receive request to /run/L817", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 9007 [FUNC L817]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L817]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/818-L817, /root/open-lambda/test-dir/worker/handlers/L817, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f100 819 /root/open-lambda/test-dir/worker/sock-handlers/819 /root/open-lambda/test-dir/worker/lambda_code/818-L817 /root/open-lambda/test-dir/worker/handlers/L817/819 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc000d98770 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 819]", "2019/06/28 22:33:22 Evict Sandbox 815", "2019/06/28 22:33:22 Destroy() [SB 815]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 815]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 815]", "2019/06/28 22:33:22 Pause() [SB 819]", "2019/06/28 22:33:22 Receive request to /run/L818", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 9018 [FUNC L818]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L818]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/819-L818, /root/open-lambda/test-dir/worker/handlers/L818, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f2e0 820 /root/open-lambda/test-dir/worker/sock-handlers/820 /root/open-lambda/test-dir/worker/lambda_code/819-L818 /root/open-lambda/test-dir/worker/handlers/L818/820 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc000d98ee0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 820]", "2019/06/28 22:33:22 Evict Sandbox 816", "2019/06/28 22:33:22 Destroy() [SB 816]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 816]", "2019/06/28 22:33:22 waiting for 1 procs in cg-1 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 816]", "2019/06/28 22:33:22 Pause() [SB 820]", "2019/06/28 22:33:22 Receive request to /run/L819", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 9029 [FUNC L819]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L819]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/820-L819, /root/open-lambda/test-dir/worker/handlers/L819, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f120 821 /root/open-lambda/test-dir/worker/sock-handlers/821 /root/open-lambda/test-dir/worker/lambda_code/820-L819 /root/open-lambda/test-dir/worker/handlers/L819/821 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc000d99810 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 821]", "2019/06/28 22:33:22 Evict Sandbox 817", "2019/06/28 22:33:22 Destroy() [SB 817]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 817]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 817]", "2019/06/28 22:33:22 Pause() [SB 821]", "2019/06/28 22:33:22 Receive request to /run/L820", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 9040 [FUNC L820]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L820]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/821-L820, /root/open-lambda/test-dir/worker/handlers/L820, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f300 822 /root/open-lambda/test-dir/worker/sock-handlers/822 /root/open-lambda/test-dir/worker/lambda_code/821-L820 /root/open-lambda/test-dir/worker/handlers/L820/822 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc000d99ea0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 822]", "2019/06/28 22:33:22 Evict Sandbox 818", "2019/06/28 22:33:22 Destroy() [SB 818]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 818]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 818]", "2019/06/28 22:33:22 Pause() [SB 822]", "2019/06/28 22:33:22 Receive request to /run/L821", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 9051 [FUNC L821]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L821]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/822-L821, /root/open-lambda/test-dir/worker/handlers/L821, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f2c0 823 /root/open-lambda/test-dir/worker/sock-handlers/823 /root/open-lambda/test-dir/worker/lambda_code/822-L821 /root/open-lambda/test-dir/worker/handlers/L821/823 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc000cb28c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 823]", "2019/06/28 22:33:22 Evict Sandbox 819", "2019/06/28 22:33:22 Destroy() [SB 819]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 819]", "2019/06/28 22:33:22 waiting for 1 procs in cg-4 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 819]", "2019/06/28 22:33:22 Pause() [SB 823]", "2019/06/28 22:33:22 Receive request to /run/L822", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 9062 [FUNC L822]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L822]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/823-L822, /root/open-lambda/test-dir/worker/handlers/L822, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f320 824 /root/open-lambda/test-dir/worker/sock-handlers/824 /root/open-lambda/test-dir/worker/lambda_code/823-L822 /root/open-lambda/test-dir/worker/handlers/L822/824 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc000cb37a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 824]", "2019/06/28 22:33:22 Evict Sandbox 820", "2019/06/28 22:33:22 Destroy() [SB 820]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 820]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 820]", "2019/06/28 22:33:22 Pause() [SB 824]", "2019/06/28 22:33:22 Receive request to /run/L823", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 9073 [FUNC L823]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L823]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/824-L823, /root/open-lambda/test-dir/worker/handlers/L823, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f340 825 /root/open-lambda/test-dir/worker/sock-handlers/825 /root/open-lambda/test-dir/worker/lambda_code/824-L823 /root/open-lambda/test-dir/worker/handlers/L823/825 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc000b64700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 825]", "2019/06/28 22:33:22 Evict Sandbox 821", "2019/06/28 22:33:22 Destroy() [SB 821]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 821]", "2019/06/28 22:33:22 waiting for 1 procs in cg-5 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 821]", "2019/06/28 22:33:22 Pause() [SB 825]", "2019/06/28 22:33:22 Receive request to /run/L824", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 9084 [FUNC L824]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L824]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/825-L824, /root/open-lambda/test-dir/worker/handlers/L824, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f360 826 /root/open-lambda/test-dir/worker/sock-handlers/826 /root/open-lambda/test-dir/worker/lambda_code/825-L824 /root/open-lambda/test-dir/worker/handlers/L824/826 }) [SB 1]", "2019/06/28 22:33:22 Evict Sandbox 822", "2019/06/28 22:33:22 Destroy() [SB 822]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 822]", "2019/06/28 22:33:22 waiting for 1 procs in cg-8 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:22 ...returns &{0xc000b65b20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 826]", "2019/06/28 22:33:22 Evict Sandbox 823", "2019/06/28 22:33:22 Destroy() [SB 823]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 823]", "2019/06/28 22:33:22 waiting for 1 procs in cg-6 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 822]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 823]", "2019/06/28 22:33:22 Pause() [SB 826]", "2019/06/28 22:33:22 Receive request to /run/L825", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 9096 [FUNC L825]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L825]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/826-L825, /root/open-lambda/test-dir/worker/handlers/L825, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f380 827 /root/open-lambda/test-dir/worker/sock-handlers/827 /root/open-lambda/test-dir/worker/lambda_code/826-L825 /root/open-lambda/test-dir/worker/handlers/L825/827 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc000a80fc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 827]", "2019/06/28 22:33:22 Pause() [SB 827]", "2019/06/28 22:33:22 Receive request to /run/L826", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 9106 [FUNC L826]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L826]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/827-L826, /root/open-lambda/test-dir/worker/handlers/L826, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f3a0 828 /root/open-lambda/test-dir/worker/sock-handlers/828 /root/open-lambda/test-dir/worker/lambda_code/827-L826 /root/open-lambda/test-dir/worker/handlers/L826/828 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc0004e9110 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 828]", "2019/06/28 22:33:22 Evict Sandbox 824", "2019/06/28 22:33:22 Destroy() [SB 824]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 824]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 824]", "2019/06/28 22:33:22 Pause() [SB 828]", "2019/06/28 22:33:22 Receive request to /run/L827", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 9117 [FUNC L827]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L827]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/828-L827, /root/open-lambda/test-dir/worker/handlers/L827, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f3c0 829 /root/open-lambda/test-dir/worker/sock-handlers/829 /root/open-lambda/test-dir/worker/lambda_code/828-L827 /root/open-lambda/test-dir/worker/handlers/L827/829 }) [SB 1]", "2019/06/28 22:33:22 Evict Sandbox 825", "2019/06/28 22:33:22 Destroy() [SB 825]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 825]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 825]", "2019/06/28 22:33:22 ...returns &{0xc000e60850 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 829]", "2019/06/28 22:33:22 Pause() [SB 829]", "2019/06/28 22:33:22 Receive request to /run/L828", "2019/06/28 22:33:22 debug: LambdaFunc.Task() runs on goroutine 9128 [FUNC L828]", "2019/06/28 22:33:22 increase instances to 1 [FUNC L828]", "2019/06/28 22:33:22 .Create(/root/open-lambda/test-dir/worker/lambda_code/829-L828, /root/open-lambda/test-dir/worker/handlers/L828, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:22 fork(&{0xc0000826e0 0xc00000f3e0 830 /root/open-lambda/test-dir/worker/sock-handlers/830 /root/open-lambda/test-dir/worker/lambda_code/829-L828 /root/open-lambda/test-dir/worker/handlers/L828/830 }) [SB 1]", "2019/06/28 22:33:22 ...returns &{0xc000e61260 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:22 Channel() [SB 830]", "2019/06/28 22:33:22 Evict Sandbox 826", "2019/06/28 22:33:22 Destroy() [SB 826]", "2019/06/28 22:33:22 kill all procs in CG [SOCK 826]", "2019/06/28 22:33:22 waiting for 1 procs in cg-11 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:22 unmount and remove dirs [SOCK 826]", "2019/06/28 22:33:23 Pause() [SB 830]", "2019/06/28 22:33:23 Receive request to /run/L829", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9139 [FUNC L829]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L829]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/830-L829, /root/open-lambda/test-dir/worker/handlers/L829, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f400 831 /root/open-lambda/test-dir/worker/sock-handlers/831 /root/open-lambda/test-dir/worker/lambda_code/830-L829 /root/open-lambda/test-dir/worker/handlers/L829/831 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc000e61dc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 831]", "2019/06/28 22:33:23 Evict Sandbox 827", "2019/06/28 22:33:23 Destroy() [SB 827]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 827]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 827]", "2019/06/28 22:33:23 Pause() [SB 831]", "2019/06/28 22:33:23 Receive request to /run/L830", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9150 [FUNC L830]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L830]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/831-L830, /root/open-lambda/test-dir/worker/handlers/L830, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f420 832 /root/open-lambda/test-dir/worker/sock-handlers/832 /root/open-lambda/test-dir/worker/lambda_code/831-L830 /root/open-lambda/test-dir/worker/handlers/L830/832 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc0010ae540 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 832]", "2019/06/28 22:33:23 Evict Sandbox 828", "2019/06/28 22:33:23 Destroy() [SB 828]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 828]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 828]", "2019/06/28 22:33:23 Pause() [SB 832]", "2019/06/28 22:33:23 Receive request to /run/L831", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9161 [FUNC L831]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L831]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/832-L831, /root/open-lambda/test-dir/worker/handlers/L831, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc000410200 833 /root/open-lambda/test-dir/worker/sock-handlers/833 /root/open-lambda/test-dir/worker/lambda_code/832-L831 /root/open-lambda/test-dir/worker/handlers/L831/833 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc0010aebd0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 833]", "2019/06/28 22:33:23 Evict Sandbox 829", "2019/06/28 22:33:23 Destroy() [SB 829]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 829]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 829]", "2019/06/28 22:33:23 Pause() [SB 833]", "2019/06/28 22:33:23 Receive request to /run/L832", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9172 [FUNC L832]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L832]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/833-L832, /root/open-lambda/test-dir/worker/handlers/L832, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000fb60 834 /root/open-lambda/test-dir/worker/sock-handlers/834 /root/open-lambda/test-dir/worker/lambda_code/833-L832 /root/open-lambda/test-dir/worker/handlers/L832/834 }) [SB 1]", "2019/06/28 22:33:23 Evict Sandbox 830", "2019/06/28 22:33:23 Destroy() [SB 830]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 830]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 830]", "2019/06/28 22:33:23 ...returns &{0xc0010af180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 834]", "2019/06/28 22:33:23 Pause() [SB 834]", "2019/06/28 22:33:23 Receive request to /run/L833", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9183 [FUNC L833]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L833]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/834-L833, /root/open-lambda/test-dir/worker/handlers/L833, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc000410800 835 /root/open-lambda/test-dir/worker/sock-handlers/835 /root/open-lambda/test-dir/worker/lambda_code/834-L833 /root/open-lambda/test-dir/worker/handlers/L833/835 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc0010af6c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 835]", "2019/06/28 22:33:23 Evict Sandbox 831", "2019/06/28 22:33:23 Destroy() [SB 831]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 831]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 831]", "2019/06/28 22:33:23 Pause() [SB 835]", "2019/06/28 22:33:23 Receive request to /run/L834", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9194 [FUNC L834]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L834]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/835-L834, /root/open-lambda/test-dir/worker/handlers/L834, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc000410e60 836 /root/open-lambda/test-dir/worker/sock-handlers/836 /root/open-lambda/test-dir/worker/lambda_code/835-L834 /root/open-lambda/test-dir/worker/handlers/L834/836 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc0010afc70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 836]", "2019/06/28 22:33:23 Evict Sandbox 832", "2019/06/28 22:33:23 Destroy() [SB 832]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 832]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 832]", "2019/06/28 22:33:23 Pause() [SB 836]", "2019/06/28 22:33:23 Receive request to /run/L835", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9205 [FUNC L835]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L835]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/836-L835, /root/open-lambda/test-dir/worker/handlers/L835, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc0004114c0 837 /root/open-lambda/test-dir/worker/sock-handlers/837 /root/open-lambda/test-dir/worker/lambda_code/836-L835 /root/open-lambda/test-dir/worker/handlers/L835/837 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc0013461c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 837]", "2019/06/28 22:33:23 Evict Sandbox 833", "2019/06/28 22:33:23 Destroy() [SB 833]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 833]", "2019/06/28 22:33:23 waiting for 1 procs in cg-19 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:23 Evict Sandbox 834", "2019/06/28 22:33:23 Destroy() [SB 834]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 834]", "2019/06/28 22:33:23 waiting for 1 procs in cg-18 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 834]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 833]", "2019/06/28 22:33:23 Pause() [SB 837]", "2019/06/28 22:33:23 Receive request to /run/L836", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9217 [FUNC L836]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L836]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/837-L836, /root/open-lambda/test-dir/worker/handlers/L836, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f0a0 838 /root/open-lambda/test-dir/worker/sock-handlers/838 /root/open-lambda/test-dir/worker/lambda_code/837-L836 /root/open-lambda/test-dir/worker/handlers/L836/838 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc001346690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 838]", "2019/06/28 22:33:23 Pause() [SB 838]", "2019/06/28 22:33:23 Receive request to /run/L837", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9227 [FUNC L837]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L837]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/838-L837, /root/open-lambda/test-dir/worker/handlers/L837, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f0c0 839 /root/open-lambda/test-dir/worker/sock-handlers/839 /root/open-lambda/test-dir/worker/lambda_code/838-L837 /root/open-lambda/test-dir/worker/handlers/L837/839 }) [SB 1]", "2019/06/28 22:33:23 Evict Sandbox 835", "2019/06/28 22:33:23 Destroy() [SB 835]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 835]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 835]", "2019/06/28 22:33:23 ...returns &{0xc001346c40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 839]", "2019/06/28 22:33:23 Pause() [SB 839]", "2019/06/28 22:33:23 Receive request to /run/L838", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9238 [FUNC L838]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L838]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/839-L838, /root/open-lambda/test-dir/worker/handlers/L838, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f0e0 840 /root/open-lambda/test-dir/worker/sock-handlers/840 /root/open-lambda/test-dir/worker/lambda_code/839-L838 /root/open-lambda/test-dir/worker/handlers/L838/840 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc0013470a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 840]", "2019/06/28 22:33:23 Evict Sandbox 836", "2019/06/28 22:33:23 Destroy() [SB 836]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 836]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 836]", "2019/06/28 22:33:23 Pause() [SB 840]", "2019/06/28 22:33:23 Receive request to /run/L839", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9249 [FUNC L839]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L839]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/840-L839, /root/open-lambda/test-dir/worker/handlers/L839, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f100 841 /root/open-lambda/test-dir/worker/sock-handlers/841 /root/open-lambda/test-dir/worker/lambda_code/840-L839 /root/open-lambda/test-dir/worker/handlers/L839/841 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc001347570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 841]", "2019/06/28 22:33:23 Evict Sandbox 837", "2019/06/28 22:33:23 Destroy() [SB 837]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 837]", "2019/06/28 22:33:23 waiting for 1 procs in cg-22 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 837]", "2019/06/28 22:33:23 Pause() [SB 841]", "2019/06/28 22:33:23 Receive request to /run/L840", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9260 [FUNC L840]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L840]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/841-L840, /root/open-lambda/test-dir/worker/handlers/L840, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f2e0 842 /root/open-lambda/test-dir/worker/sock-handlers/842 /root/open-lambda/test-dir/worker/lambda_code/841-L840 /root/open-lambda/test-dir/worker/handlers/L840/842 }) [SB 1]", "2019/06/28 22:33:23 Evict Sandbox 838", "2019/06/28 22:33:23 Destroy() [SB 838]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 838]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 838]", "2019/06/28 22:33:23 ...returns &{0xc001347960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 842]", "2019/06/28 22:33:23 Pause() [SB 842]", "2019/06/28 22:33:23 Receive request to /run/L841", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9271 [FUNC L841]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L841]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/842-L841, /root/open-lambda/test-dir/worker/handlers/L841, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f120 843 /root/open-lambda/test-dir/worker/sock-handlers/843 /root/open-lambda/test-dir/worker/lambda_code/842-L841 /root/open-lambda/test-dir/worker/handlers/L841/843 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc001347d50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 843]", "2019/06/28 22:33:23 Evict Sandbox 839", "2019/06/28 22:33:23 Destroy() [SB 839]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 839]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 839]", "2019/06/28 22:33:23 Pause() [SB 843]", "2019/06/28 22:33:23 Receive request to /run/L842", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9282 [FUNC L842]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L842]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/843-L842, /root/open-lambda/test-dir/worker/handlers/L842, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f300 844 /root/open-lambda/test-dir/worker/sock-handlers/844 /root/open-lambda/test-dir/worker/lambda_code/843-L842 /root/open-lambda/test-dir/worker/handlers/L842/844 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc001230230 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 844]", "2019/06/28 22:33:23 Evict Sandbox 840", "2019/06/28 22:33:23 Destroy() [SB 840]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 840]", "2019/06/28 22:33:23 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 840]", "2019/06/28 22:33:23 Pause() [SB 844]", "2019/06/28 22:33:23 Receive request to /run/L843", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9293 [FUNC L843]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L843]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/844-L843, /root/open-lambda/test-dir/worker/handlers/L843, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f2c0 845 /root/open-lambda/test-dir/worker/sock-handlers/845 /root/open-lambda/test-dir/worker/lambda_code/844-L843 /root/open-lambda/test-dir/worker/handlers/L843/845 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc0012305b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 845]", "2019/06/28 22:33:23 Evict Sandbox 841", "2019/06/28 22:33:23 Destroy() [SB 841]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 841]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 841]", "2019/06/28 22:33:23 Pause() [SB 845]", "2019/06/28 22:33:23 Receive request to /run/L844", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9304 [FUNC L844]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L844]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/845-L844, /root/open-lambda/test-dir/worker/handlers/L844, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f320 846 /root/open-lambda/test-dir/worker/sock-handlers/846 /root/open-lambda/test-dir/worker/lambda_code/845-L844 /root/open-lambda/test-dir/worker/handlers/L844/846 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc001230930 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 846]", "2019/06/28 22:33:23 Evict Sandbox 842", "2019/06/28 22:33:23 Destroy() [SB 842]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 842]", "2019/06/28 22:33:23 waiting for 1 procs in cg-7 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 842]", "2019/06/28 22:33:23 Pause() [SB 846]", "2019/06/28 22:33:23 Receive request to /run/L845", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9315 [FUNC L845]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L845]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/846-L845, /root/open-lambda/test-dir/worker/handlers/L845, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f340 847 /root/open-lambda/test-dir/worker/sock-handlers/847 /root/open-lambda/test-dir/worker/lambda_code/846-L845 /root/open-lambda/test-dir/worker/handlers/L845/847 }) [SB 1]", "2019/06/28 22:33:23 Evict Sandbox 843", "2019/06/28 22:33:23 Destroy() [SB 843]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 843]", "2019/06/28 22:33:23 waiting for 1 procs in cg-5 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:23 ...returns &{0xc001230cb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 847]", "2019/06/28 22:33:23 Evict Sandbox 844", "2019/06/28 22:33:23 Destroy() [SB 844]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 844]", "2019/06/28 22:33:23 waiting for 1 procs in cg-8 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 843]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 844]", "2019/06/28 22:33:23 Pause() [SB 847]", "2019/06/28 22:33:23 Receive request to /run/L846", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9327 [FUNC L846]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L846]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/847-L846, /root/open-lambda/test-dir/worker/handlers/L846, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f360 848 /root/open-lambda/test-dir/worker/sock-handlers/848 /root/open-lambda/test-dir/worker/lambda_code/847-L846 /root/open-lambda/test-dir/worker/handlers/L846/848 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc001231030 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 848]", "2019/06/28 22:33:23 Pause() [SB 848]", "2019/06/28 22:33:23 Receive request to /run/L847", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9337 [FUNC L847]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L847]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/848-L847, /root/open-lambda/test-dir/worker/handlers/L847, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f380 849 /root/open-lambda/test-dir/worker/sock-handlers/849 /root/open-lambda/test-dir/worker/lambda_code/848-L847 /root/open-lambda/test-dir/worker/handlers/L847/849 }) [SB 1]", "2019/06/28 22:33:23 Evict Sandbox 845", "2019/06/28 22:33:23 Destroy() [SB 845]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 845]", "2019/06/28 22:33:23 waiting for 1 procs in cg-6 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:23 ...returns &{0xc0012316c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 849]", "2019/06/28 22:33:23 Evict Sandbox 846", "2019/06/28 22:33:23 Destroy() [SB 846]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 846]", "2019/06/28 22:33:23 waiting for 1 procs in cg-9 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 845]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 846]", "2019/06/28 22:33:23 Pause() [SB 849]", "2019/06/28 22:33:23 Receive request to /run/L848", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9349 [FUNC L848]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L848]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/849-L848, /root/open-lambda/test-dir/worker/handlers/L848, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f3a0 850 /root/open-lambda/test-dir/worker/sock-handlers/850 /root/open-lambda/test-dir/worker/lambda_code/849-L848 /root/open-lambda/test-dir/worker/handlers/L848/850 }) [SB 1]", "2019/06/28 22:33:23 ...returns &{0xc0012319d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 850]", "2019/06/28 22:33:23 Pause() [SB 850]", "2019/06/28 22:33:23 Receive request to /run/L849", "2019/06/28 22:33:23 debug: LambdaFunc.Task() runs on goroutine 9359 [FUNC L849]", "2019/06/28 22:33:23 increase instances to 1 [FUNC L849]", "2019/06/28 22:33:23 .Create(/root/open-lambda/test-dir/worker/lambda_code/850-L849, /root/open-lambda/test-dir/worker/handlers/L849, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:23 fork(&{0xc0000826e0 0xc00000f3c0 851 /root/open-lambda/test-dir/worker/sock-handlers/851 /root/open-lambda/test-dir/worker/lambda_code/850-L849 /root/open-lambda/test-dir/worker/handlers/L849/851 }) [SB 1]", "2019/06/28 22:33:23 Evict Sandbox 847", "2019/06/28 22:33:23 Destroy() [SB 847]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 847]", "2019/06/28 22:33:23 waiting for 1 procs in cg-10 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:23 ...returns &{0xc001231ce0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:23 Channel() [SB 851]", "2019/06/28 22:33:23 Evict Sandbox 848", "2019/06/28 22:33:23 Destroy() [SB 848]", "2019/06/28 22:33:23 kill all procs in CG [SOCK 848]", "2019/06/28 22:33:23 waiting for 1 procs in cg-11 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 847]", "2019/06/28 22:33:23 unmount and remove dirs [SOCK 848]", "2019/06/28 22:33:24 Pause() [SB 851]", "2019/06/28 22:33:24 Receive request to /run/L850", "2019/06/28 22:33:24 debug: LambdaFunc.Task() runs on goroutine 9371 [FUNC L850]", "2019/06/28 22:33:24 increase instances to 1 [FUNC L850]", "2019/06/28 22:33:24 .Create(/root/open-lambda/test-dir/worker/lambda_code/851-L850, /root/open-lambda/test-dir/worker/handlers/L850, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:24 fork(&{0xc0000826e0 0xc00000f3e0 852 /root/open-lambda/test-dir/worker/sock-handlers/852 /root/open-lambda/test-dir/worker/lambda_code/851-L850 /root/open-lambda/test-dir/worker/handlers/L850/852 }) [SB 1]", "2019/06/28 22:33:24 ...returns &{0xc0015de000 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:24 Channel() [SB 852]", "2019/06/28 22:33:24 Pause() [SB 852]", "2019/06/28 22:33:24 Receive request to /run/L851", "2019/06/28 22:33:24 debug: LambdaFunc.Task() runs on goroutine 9381 [FUNC L851]", "2019/06/28 22:33:24 increase instances to 1 [FUNC L851]", "2019/06/28 22:33:24 .Create(/root/open-lambda/test-dir/worker/lambda_code/852-L851, /root/open-lambda/test-dir/worker/handlers/L851, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:24 fork(&{0xc0000826e0 0xc00000f400 853 /root/open-lambda/test-dir/worker/sock-handlers/853 /root/open-lambda/test-dir/worker/lambda_code/852-L851 /root/open-lambda/test-dir/worker/handlers/L851/853 }) [SB 1]", "2019/06/28 22:33:24 ...returns &{0xc0015de310 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:24 Channel() [SB 853]", "2019/06/28 22:33:24 Evict Sandbox 849", "2019/06/28 22:33:24 Destroy() [SB 849]", "2019/06/28 22:33:24 kill all procs in CG [SOCK 849]", "2019/06/28 22:33:24 unmount and remove dirs [SOCK 849]", "2019/06/28 22:33:24 Pause() [SB 853]", "2019/06/28 22:33:24 Receive request to /run/L852", "2019/06/28 22:33:24 debug: LambdaFunc.Task() runs on goroutine 9392 [FUNC L852]", "2019/06/28 22:33:24 increase instances to 1 [FUNC L852]", "2019/06/28 22:33:24 .Create(/root/open-lambda/test-dir/worker/lambda_code/853-L852, /root/open-lambda/test-dir/worker/handlers/L852, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:24 fork(&{0xc0000826e0 0xc00000f420 854 /root/open-lambda/test-dir/worker/sock-handlers/854 /root/open-lambda/test-dir/worker/lambda_code/853-L852 /root/open-lambda/test-dir/worker/handlers/L852/854 }) [SB 1]", "2019/06/28 22:33:24 ...returns &{0xc0015de620 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:24 Channel() [SB 854]", "2019/06/28 22:33:24 Evict Sandbox 850", "2019/06/28 22:33:24 Destroy() [SB 850]", "2019/06/28 22:33:24 kill all procs in CG [SOCK 850]", "2019/06/28 22:33:24 unmount and remove dirs [SOCK 850]", "2019/06/28 22:33:24 Pause() [SB 854]", "2019/06/28 22:33:24 Receive request to /run/L853", "2019/06/28 22:33:24 debug: LambdaFunc.Task() runs on goroutine 9403 [FUNC L853]", "2019/06/28 22:33:24 increase instances to 1 [FUNC L853]", "2019/06/28 22:33:24 .Create(/root/open-lambda/test-dir/worker/lambda_code/854-L853, /root/open-lambda/test-dir/worker/handlers/L853, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:24 fork(&{0xc0000826e0 0xc00000fb60 855 /root/open-lambda/test-dir/worker/sock-handlers/855 /root/open-lambda/test-dir/worker/lambda_code/854-L853 /root/open-lambda/test-dir/worker/handlers/L853/855 }) [SB 1]", "2019/06/28 22:33:24 ...returns &{0xc001230380 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:24 Channel() [SB 855]", "2019/06/28 22:33:24 Evict Sandbox 851", "2019/06/28 22:33:24 Destroy() [SB 851]", "2019/06/28 22:33:24 kill all procs in CG [SOCK 851]", "2019/06/28 22:33:24 unmount and remove dirs [SOCK 851]", "2019/06/28 22:33:24 Pause() [SB 855]", "2019/06/28 22:33:24 Receive request to /run/L854", "2019/06/28 22:33:24 debug: LambdaFunc.Task() runs on goroutine 9414 [FUNC L854]", "2019/06/28 22:33:24 increase instances to 1 [FUNC L854]", "2019/06/28 22:33:24 .Create(/root/open-lambda/test-dir/worker/lambda_code/855-L854, /root/open-lambda/test-dir/worker/handlers/L854, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:24 fork(&{0xc0000826e0 0xc000410200 856 /root/open-lambda/test-dir/worker/sock-handlers/856 /root/open-lambda/test-dir/worker/lambda_code/855-L854 /root/open-lambda/test-dir/worker/handlers/L854/856 }) [SB 1]", "2019/06/28 22:33:24 ...returns &{0xc0012307e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:24 Channel() [SB 856]", "2019/06/28 22:33:24 Evict Sandbox 852", "2019/06/28 22:33:24 Destroy() [SB 852]", "2019/06/28 22:33:24 kill all procs in CG [SOCK 852]", "2019/06/28 22:33:24 unmount and remove dirs [SOCK 852]", "2019/06/28 22:33:24 Pause() [SB 856]", "2019/06/28 22:33:24 Receive request to /run/L855", "2019/06/28 22:33:24 debug: LambdaFunc.Task() runs on goroutine 9425 [FUNC L855]", "2019/06/28 22:33:24 increase instances to 1 [FUNC L855]", "2019/06/28 22:33:24 .Create(/root/open-lambda/test-dir/worker/lambda_code/856-L855, /root/open-lambda/test-dir/worker/handlers/L855, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:24 fork(&{0xc0000826e0 0xc000410800 857 /root/open-lambda/test-dir/worker/sock-handlers/857 /root/open-lambda/test-dir/worker/lambda_code/856-L855 /root/open-lambda/test-dir/worker/handlers/L855/857 }) [SB 1]", "2019/06/28 22:33:24 Evict Sandbox 853", "2019/06/28 22:33:24 Destroy() [SB 853]", "2019/06/28 22:33:24 kill all procs in CG [SOCK 853]", "2019/06/28 22:33:24 waiting for 1 procs in cg-16 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:24 unmount and remove dirs [SOCK 853]", "2019/06/28 22:33:24 ...returns &{0xc001230bd0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:24 Channel() [SB 857]", "2019/06/28 22:33:24 Pause() [SB 857]", "2019/06/28 22:33:24 Receive request to /run/L856", "2019/06/28 22:33:24 debug: LambdaFunc.Task() runs on goroutine 9436 [FUNC L856]", "2019/06/28 22:33:24 increase instances to 1 [FUNC L856]", "2019/06/28 22:33:24 .Create(/root/open-lambda/test-dir/worker/lambda_code/857-L856, /root/open-lambda/test-dir/worker/handlers/L856, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:24 fork(&{0xc0000826e0 0xc000410e60 858 /root/open-lambda/test-dir/worker/sock-handlers/858 /root/open-lambda/test-dir/worker/lambda_code/857-L856 /root/open-lambda/test-dir/worker/handlers/L856/858 }) [SB 1]", "2019/06/28 22:33:24 ...returns &{0xc001230fc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:24 Channel() [SB 858]", "2019/06/28 22:33:24 Evict Sandbox 854", "2019/06/28 22:33:24 Destroy() [SB 854]", "2019/06/28 22:33:24 kill all procs in CG [SOCK 854]", "2019/06/28 22:33:24 waiting for 1 procs in cg-17 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:24 unmount and remove dirs [SOCK 854]", "2019/06/28 22:33:24 Pause() [SB 858]", "2019/06/28 22:33:24 Receive request to /run/L857", "2019/06/28 22:33:24 debug: LambdaFunc.Task() runs on goroutine 9447 [FUNC L857]", "2019/06/28 22:33:24 increase instances to 1 [FUNC L857]", "2019/06/28 22:33:24 .Create(/root/open-lambda/test-dir/worker/lambda_code/858-L857, /root/open-lambda/test-dir/worker/handlers/L857, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:24 fork(&{0xc0000826e0 0xc0004114c0 859 /root/open-lambda/test-dir/worker/sock-handlers/859 /root/open-lambda/test-dir/worker/lambda_code/858-L857 /root/open-lambda/test-dir/worker/handlers/L857/859 }) [SB 1]", "2019/06/28 22:33:24 Evict Sandbox 855", "2019/06/28 22:33:24 Destroy() [SB 855]", "2019/06/28 22:33:24 kill all procs in CG [SOCK 855]", "2019/06/28 22:33:24 unmount and remove dirs [SOCK 855]", "2019/06/28 22:33:24 ...returns &{0xc001231420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:24 Channel() [SB 859]", "2019/06/28 22:33:24 Pause() [SB 859]", "2019/06/28 22:33:24 Receive request to /run/L858", "2019/06/28 22:33:24 debug: LambdaFunc.Task() runs on goroutine 9458 [FUNC L858]", "2019/06/28 22:33:24 increase instances to 1 [FUNC L858]", "2019/06/28 22:33:24 .Create(/root/open-lambda/test-dir/worker/lambda_code/859-L858, /root/open-lambda/test-dir/worker/handlers/L858, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:24 fork(&{0xc0000826e0 0xc00000f0a0 860 /root/open-lambda/test-dir/worker/sock-handlers/860 /root/open-lambda/test-dir/worker/lambda_code/859-L858 /root/open-lambda/test-dir/worker/handlers/L858/860 }) [SB 1]", "2019/06/28 22:33:24 Evict Sandbox 856", "2019/06/28 22:33:24 Destroy() [SB 856]", "2019/06/28 22:33:24 kill all procs in CG [SOCK 856]", "2019/06/28 22:33:24 unmount and remove dirs [SOCK 856]", "2019/06/28 22:33:24 ...returns &{0xc0012317a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:24 Channel() [SB 860]", "2019/06/28 22:33:24 Pause() [SB 860]", "2019/06/28 22:33:24 Receive request to /run/L859", "2019/06/28 22:33:24 debug: LambdaFunc.Task() runs on goroutine 9469 [FUNC L859]", "2019/06/28 22:33:24 increase instances to 1 [FUNC L859]", "2019/06/28 22:33:24 .Create(/root/open-lambda/test-dir/worker/lambda_code/860-L859, /root/open-lambda/test-dir/worker/handlers/L859, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:24 fork(&{0xc0000826e0 0xc00000f0c0 861 /root/open-lambda/test-dir/worker/sock-handlers/861 /root/open-lambda/test-dir/worker/lambda_code/860-L859 /root/open-lambda/test-dir/worker/handlers/L859/861 }) [SB 1]", "2019/06/28 22:33:24 ...returns &{0xc001231b20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:24 Channel() [SB 861]", "2019/06/28 22:33:24 Evict Sandbox 857", "2019/06/28 22:33:24 Destroy() [SB 857]", "2019/06/28 22:33:24 kill all procs in CG [SOCK 857]", "2019/06/28 22:33:24 waiting for 1 procs in cg-20 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:24 unmount and remove dirs [SOCK 857]", "2019/06/28 22:33:24 Pause() [SB 861]", "2019/06/28 22:33:24 Receive request to /run/L860", "2019/06/28 22:33:24 debug: LambdaFunc.Task() runs on goroutine 9480 [FUNC L860]", "2019/06/28 22:33:24 increase instances to 1 [FUNC L860]", "2019/06/28 22:33:24 .Create(/root/open-lambda/test-dir/worker/lambda_code/861-L860, /root/open-lambda/test-dir/worker/handlers/L860, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:24 fork(&{0xc0000826e0 0xc00000f0e0 862 /root/open-lambda/test-dir/worker/sock-handlers/862 /root/open-lambda/test-dir/worker/lambda_code/861-L860 /root/open-lambda/test-dir/worker/handlers/L860/862 }) [SB 1]", "2019/06/28 22:33:24 Evict Sandbox 858", "2019/06/28 22:33:24 Destroy() [SB 858]", "2019/06/28 22:33:24 kill all procs in CG [SOCK 858]", "2019/06/28 22:33:24 waiting for 1 procs in cg-21 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:24 ...returns &{0xc001231ea0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:24 Channel() [SB 862]", "2019/06/28 22:33:24 Evict Sandbox 859", "2019/06/28 22:33:24 Destroy() [SB 859]", "2019/06/28 22:33:24 kill all procs in CG [SOCK 859]", "2019/06/28 22:33:24 waiting for 1 procs in cg-22 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:24 unmount and remove dirs [SOCK 859]", "2019/06/28 22:33:24 unmount and remove dirs [SOCK 858]", "2019/06/28 22:33:24 Pause() [SB 862]", "2019/06/28 22:33:24 Receive request to /run/L861", "2019/06/28 22:33:24 debug: LambdaFunc.Task() runs on goroutine 9492 [FUNC L861]", "2019/06/28 22:33:24 increase instances to 1 [FUNC L861]", "2019/06/28 22:33:24 .Create(/root/open-lambda/test-dir/worker/lambda_code/862-L861, /root/open-lambda/test-dir/worker/handlers/L861, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:24 fork(&{0xc0000826e0 0xc00000f100 863 /root/open-lambda/test-dir/worker/sock-handlers/863 /root/open-lambda/test-dir/worker/lambda_code/862-L861 /root/open-lambda/test-dir/worker/handlers/L861/863 }) [SB 1]", "2019/06/28 22:33:24 ...returns &{0xc0013463f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:24 Channel() [SB 863]", "2019/06/28 22:33:24 Pause() [SB 863]", "2019/06/28 22:33:24 Receive request to /run/L862", "2019/06/28 22:33:24 debug: LambdaFunc.Task() runs on goroutine 9502 [FUNC L862]", "2019/06/28 22:33:24 increase instances to 1 [FUNC L862]", "2019/06/28 22:33:24 .Create(/root/open-lambda/test-dir/worker/lambda_code/863-L862, /root/open-lambda/test-dir/worker/handlers/L862, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:24 fork(&{0xc0000826e0 0xc00000f2e0 864 /root/open-lambda/test-dir/worker/sock-handlers/864 /root/open-lambda/test-dir/worker/lambda_code/863-L862 /root/open-lambda/test-dir/worker/handlers/L862/864 }) [SB 1]", "2019/06/28 22:33:24 Evict Sandbox 860", "2019/06/28 22:33:24 Destroy() [SB 860]", "2019/06/28 22:33:24 kill all procs in CG [SOCK 860]", "2019/06/28 22:33:24 unmount and remove dirs [SOCK 860]", "2019/06/28 22:33:24 ...returns &{0xc001346930 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:24 Channel() [SB 864]", "2019/06/28 22:33:24 Pause() [SB 864]", "2019/06/28 22:33:24 Receive request to /run/L863", "2019/06/28 22:33:24 debug: LambdaFunc.Task() runs on goroutine 9513 [FUNC L863]", "2019/06/28 22:33:24 increase instances to 1 [FUNC L863]", "2019/06/28 22:33:24 .Create(/root/open-lambda/test-dir/worker/lambda_code/864-L863, /root/open-lambda/test-dir/worker/handlers/L863, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:24 fork(&{0xc0000826e0 0xc00000f120 865 /root/open-lambda/test-dir/worker/sock-handlers/865 /root/open-lambda/test-dir/worker/lambda_code/864-L863 /root/open-lambda/test-dir/worker/handlers/L863/865 }) [SB 1]", "2019/06/28 22:33:24 Evict Sandbox 861", "2019/06/28 22:33:24 Destroy() [SB 861]", "2019/06/28 22:33:24 kill all procs in CG [SOCK 861]", "2019/06/28 22:33:24 waiting for 1 procs in cg-2 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:24 ...returns &{0xc001346e70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:24 Channel() [SB 865]", "2019/06/28 22:33:24 Evict Sandbox 862", "2019/06/28 22:33:24 Destroy() [SB 862]", "2019/06/28 22:33:24 kill all procs in CG [SOCK 862]", "2019/06/28 22:33:24 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:24 unmount and remove dirs [SOCK 861]", "2019/06/28 22:33:24 unmount and remove dirs [SOCK 862]", "2019/06/28 22:33:25 Pause() [SB 865]", "2019/06/28 22:33:25 Receive request to /run/L864", "2019/06/28 22:33:25 debug: LambdaFunc.Task() runs on goroutine 9525 [FUNC L864]", "2019/06/28 22:33:25 increase instances to 1 [FUNC L864]", "2019/06/28 22:33:25 .Create(/root/open-lambda/test-dir/worker/lambda_code/865-L864, /root/open-lambda/test-dir/worker/handlers/L864, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:25 fork(&{0xc0000826e0 0xc00000f300 866 /root/open-lambda/test-dir/worker/sock-handlers/866 /root/open-lambda/test-dir/worker/lambda_code/865-L864 /root/open-lambda/test-dir/worker/handlers/L864/866 }) [SB 1]", "2019/06/28 22:33:25 ...returns &{0xc001347420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:25 Channel() [SB 866]", "2019/06/28 22:33:25 Pause() [SB 866]", "2019/06/28 22:33:25 Receive request to /run/L865", "2019/06/28 22:33:25 debug: LambdaFunc.Task() runs on goroutine 9535 [FUNC L865]", "2019/06/28 22:33:25 increase instances to 1 [FUNC L865]", "2019/06/28 22:33:25 .Create(/root/open-lambda/test-dir/worker/lambda_code/866-L865, /root/open-lambda/test-dir/worker/handlers/L865, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:25 fork(&{0xc0000826e0 0xc00000f2c0 867 /root/open-lambda/test-dir/worker/sock-handlers/867 /root/open-lambda/test-dir/worker/lambda_code/866-L865 /root/open-lambda/test-dir/worker/handlers/L865/867 }) [SB 1]", "2019/06/28 22:33:25 Evict Sandbox 863", "2019/06/28 22:33:25 Destroy() [SB 863]", "2019/06/28 22:33:25 kill all procs in CG [SOCK 863]", "2019/06/28 22:33:25 waiting for 1 procs in cg-4 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:25 ...returns &{0xc0013478f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:25 Channel() [SB 867]", "2019/06/28 22:33:25 Evict Sandbox 864", "2019/06/28 22:33:25 Destroy() [SB 864]", "2019/06/28 22:33:25 kill all procs in CG [SOCK 864]", "2019/06/28 22:33:25 waiting for 1 procs in cg-7 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:25 unmount and remove dirs [SOCK 863]", "2019/06/28 22:33:25 unmount and remove dirs [SOCK 864]", "2019/06/28 22:33:25 Pause() [SB 867]", "2019/06/28 22:33:25 Receive request to /run/L866", "2019/06/28 22:33:25 debug: LambdaFunc.Task() runs on goroutine 9547 [FUNC L866]", "2019/06/28 22:33:25 increase instances to 1 [FUNC L866]", "2019/06/28 22:33:25 .Create(/root/open-lambda/test-dir/worker/lambda_code/867-L866, /root/open-lambda/test-dir/worker/handlers/L866, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:25 fork(&{0xc0000826e0 0xc00000f320 868 /root/open-lambda/test-dir/worker/sock-handlers/868 /root/open-lambda/test-dir/worker/lambda_code/867-L866 /root/open-lambda/test-dir/worker/handlers/L866/868 }) [SB 1]", "2019/06/28 22:33:25 ...returns &{0xc001347dc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:25 Channel() [SB 868]", "2019/06/28 22:33:25 Pause() [SB 868]", "2019/06/28 22:33:25 Receive request to /run/L867", "2019/06/28 22:33:25 debug: LambdaFunc.Task() runs on goroutine 9557 [FUNC L867]", "2019/06/28 22:33:26 increase instances to 1 [FUNC L867]", "2019/06/28 22:33:26 .Create(/root/open-lambda/test-dir/worker/lambda_code/868-L867, /root/open-lambda/test-dir/worker/handlers/L867, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:26 fork(&{0xc0000826e0 0xc00000f340 869 /root/open-lambda/test-dir/worker/sock-handlers/869 /root/open-lambda/test-dir/worker/lambda_code/868-L867 /root/open-lambda/test-dir/worker/handlers/L867/869 }) [SB 1]", "2019/06/28 22:33:26 ...returns &{0xc0010ae4d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:26 Channel() [SB 869]", "2019/06/28 22:33:26 Evict Sandbox 865", "2019/06/28 22:33:26 Destroy() [SB 865]", "2019/06/28 22:33:26 kill all procs in CG [SOCK 865]", "2019/06/28 22:33:26 unmount and remove dirs [SOCK 865]", "2019/06/28 22:33:26 Pause() [SB 869]", "2019/06/28 22:33:26 Receive request to /run/L868", "2019/06/28 22:33:26 debug: LambdaFunc.Task() runs on goroutine 9568 [FUNC L868]", "2019/06/28 22:33:26 increase instances to 1 [FUNC L868]", "2019/06/28 22:33:26 .Create(/root/open-lambda/test-dir/worker/lambda_code/869-L868, /root/open-lambda/test-dir/worker/handlers/L868, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:26 fork(&{0xc0000826e0 0xc00000f360 870 /root/open-lambda/test-dir/worker/sock-handlers/870 /root/open-lambda/test-dir/worker/lambda_code/869-L868 /root/open-lambda/test-dir/worker/handlers/L868/870 }) [SB 1]", "2019/06/28 22:33:26 ...returns &{0xc0010aec40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:26 Channel() [SB 870]", "2019/06/28 22:33:26 Evict Sandbox 866", "2019/06/28 22:33:26 Destroy() [SB 866]", "2019/06/28 22:33:26 kill all procs in CG [SOCK 866]", "2019/06/28 22:33:26 unmount and remove dirs [SOCK 866]", "2019/06/28 22:33:26 Pause() [SB 870]", "2019/06/28 22:33:26 Receive request to /run/L869", "2019/06/28 22:33:26 debug: LambdaFunc.Task() runs on goroutine 9579 [FUNC L869]", "2019/06/28 22:33:26 increase instances to 1 [FUNC L869]", "2019/06/28 22:33:26 .Create(/root/open-lambda/test-dir/worker/lambda_code/870-L869, /root/open-lambda/test-dir/worker/handlers/L869, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:26 fork(&{0xc0000826e0 0xc00000f380 871 /root/open-lambda/test-dir/worker/sock-handlers/871 /root/open-lambda/test-dir/worker/lambda_code/870-L869 /root/open-lambda/test-dir/worker/handlers/L869/871 }) [SB 1]", "2019/06/28 22:33:26 ...returns &{0xc0010af260 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:26 Channel() [SB 871]", "2019/06/28 22:33:26 Evict Sandbox 867", "2019/06/28 22:33:26 Destroy() [SB 867]", "2019/06/28 22:33:26 kill all procs in CG [SOCK 867]", "2019/06/28 22:33:26 unmount and remove dirs [SOCK 867]", "2019/06/28 22:33:26 Pause() [SB 871]", "2019/06/28 22:33:26 Receive request to /run/L870", "2019/06/28 22:33:26 debug: LambdaFunc.Task() runs on goroutine 9590 [FUNC L870]", "2019/06/28 22:33:26 increase instances to 1 [FUNC L870]", "2019/06/28 22:33:26 .Create(/root/open-lambda/test-dir/worker/lambda_code/871-L870, /root/open-lambda/test-dir/worker/handlers/L870, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:26 fork(&{0xc0000826e0 0xc00000f3a0 872 /root/open-lambda/test-dir/worker/sock-handlers/872 /root/open-lambda/test-dir/worker/lambda_code/871-L870 /root/open-lambda/test-dir/worker/handlers/L870/872 }) [SB 1]", "2019/06/28 22:33:26 ...returns &{0xc0010af960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:26 Channel() [SB 872]", "2019/06/28 22:33:26 Evict Sandbox 868", "2019/06/28 22:33:26 Destroy() [SB 868]", "2019/06/28 22:33:26 kill all procs in CG [SOCK 868]", "2019/06/28 22:33:26 unmount and remove dirs [SOCK 868]", "2019/06/28 22:33:26 Pause() [SB 872]", "2019/06/28 22:33:26 Receive request to /run/L871", "2019/06/28 22:33:26 debug: LambdaFunc.Task() runs on goroutine 9601 [FUNC L871]", "2019/06/28 22:33:26 increase instances to 1 [FUNC L871]", "2019/06/28 22:33:26 .Create(/root/open-lambda/test-dir/worker/lambda_code/872-L871, /root/open-lambda/test-dir/worker/handlers/L871, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:26 fork(&{0xc0000826e0 0xc00000f3c0 873 /root/open-lambda/test-dir/worker/sock-handlers/873 /root/open-lambda/test-dir/worker/lambda_code/872-L871 /root/open-lambda/test-dir/worker/handlers/L871/873 }) [SB 1]", "2019/06/28 22:33:26 Evict Sandbox 869", "2019/06/28 22:33:26 Destroy() [SB 869]", "2019/06/28 22:33:26 kill all procs in CG [SOCK 869]", "2019/06/28 22:33:26 unmount and remove dirs [SOCK 869]", "2019/06/28 22:33:26 ...returns &{0xc000e60000 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:26 Channel() [SB 873]", "2019/06/28 22:33:26 Pause() [SB 873]", "2019/06/28 22:33:26 Receive request to /run/L872", "2019/06/28 22:33:26 debug: LambdaFunc.Task() runs on goroutine 9612 [FUNC L872]", "2019/06/28 22:33:26 increase instances to 1 [FUNC L872]", "2019/06/28 22:33:26 .Create(/root/open-lambda/test-dir/worker/lambda_code/873-L872, /root/open-lambda/test-dir/worker/handlers/L872, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:26 fork(&{0xc0000826e0 0xc00000f3e0 874 /root/open-lambda/test-dir/worker/sock-handlers/874 /root/open-lambda/test-dir/worker/lambda_code/873-L872 /root/open-lambda/test-dir/worker/handlers/L872/874 }) [SB 1]", "2019/06/28 22:33:26 ...returns &{0xc000e60c40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:26 Channel() [SB 874]", "2019/06/28 22:33:26 Evict Sandbox 870", "2019/06/28 22:33:26 Destroy() [SB 870]", "2019/06/28 22:33:26 kill all procs in CG [SOCK 870]", "2019/06/28 22:33:26 waiting for 1 procs in cg-11 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:26 unmount and remove dirs [SOCK 870]", "2019/06/28 22:33:26 Pause() [SB 874]", "2019/06/28 22:33:26 Receive request to /run/L873", "2019/06/28 22:33:26 debug: LambdaFunc.Task() runs on goroutine 9623 [FUNC L873]", "2019/06/28 22:33:26 increase instances to 1 [FUNC L873]", "2019/06/28 22:33:26 .Create(/root/open-lambda/test-dir/worker/lambda_code/874-L873, /root/open-lambda/test-dir/worker/handlers/L873, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:26 fork(&{0xc0000826e0 0xc00000f400 875 /root/open-lambda/test-dir/worker/sock-handlers/875 /root/open-lambda/test-dir/worker/lambda_code/874-L873 /root/open-lambda/test-dir/worker/handlers/L873/875 }) [SB 1]", "2019/06/28 22:33:26 Evict Sandbox 871", "2019/06/28 22:33:26 Destroy() [SB 871]", "2019/06/28 22:33:26 kill all procs in CG [SOCK 871]", "2019/06/28 22:33:26 unmount and remove dirs [SOCK 871]", "2019/06/28 22:33:26 ...returns &{0xc000e61880 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:26 Channel() [SB 875]", "2019/06/28 22:33:26 Pause() [SB 875]", "2019/06/28 22:33:26 Receive request to /run/L874", "2019/06/28 22:33:26 debug: LambdaFunc.Task() runs on goroutine 9634 [FUNC L874]", "2019/06/28 22:33:26 increase instances to 1 [FUNC L874]", "2019/06/28 22:33:26 .Create(/root/open-lambda/test-dir/worker/lambda_code/875-L874, /root/open-lambda/test-dir/worker/handlers/L874, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:26 fork(&{0xc0000826e0 0xc00000f420 876 /root/open-lambda/test-dir/worker/sock-handlers/876 /root/open-lambda/test-dir/worker/lambda_code/875-L874 /root/open-lambda/test-dir/worker/handlers/L874/876 }) [SB 1]", "2019/06/28 22:33:26 Evict Sandbox 872", "2019/06/28 22:33:26 Destroy() [SB 872]", "2019/06/28 22:33:26 kill all procs in CG [SOCK 872]", "2019/06/28 22:33:26 unmount and remove dirs [SOCK 872]", "2019/06/28 22:33:26 ...returns &{0xc00085f3b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:26 Channel() [SB 876]", "2019/06/28 22:33:26 Pause() [SB 876]", "2019/06/28 22:33:26 Receive request to /run/L875", "2019/06/28 22:33:26 debug: LambdaFunc.Task() runs on goroutine 9645 [FUNC L875]", "2019/06/28 22:33:26 increase instances to 1 [FUNC L875]", "2019/06/28 22:33:26 .Create(/root/open-lambda/test-dir/worker/lambda_code/876-L875, /root/open-lambda/test-dir/worker/handlers/L875, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:26 fork(&{0xc0000826e0 0xc00000fb60 877 /root/open-lambda/test-dir/worker/sock-handlers/877 /root/open-lambda/test-dir/worker/lambda_code/876-L875 /root/open-lambda/test-dir/worker/handlers/L875/877 }) [SB 1]", "2019/06/28 22:33:26 ...returns &{0xc000369b90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:26 Channel() [SB 877]", "2019/06/28 22:33:26 Evict Sandbox 873", "2019/06/28 22:33:26 Destroy() [SB 873]", "2019/06/28 22:33:26 kill all procs in CG [SOCK 873]", "2019/06/28 22:33:26 unmount and remove dirs [SOCK 873]", "2019/06/28 22:33:26 Pause() [SB 877]", "2019/06/28 22:33:26 Receive request to /run/L876", "2019/06/28 22:33:26 debug: LambdaFunc.Task() runs on goroutine 9656 [FUNC L876]", "2019/06/28 22:33:26 increase instances to 1 [FUNC L876]", "2019/06/28 22:33:26 .Create(/root/open-lambda/test-dir/worker/lambda_code/877-L876, /root/open-lambda/test-dir/worker/handlers/L876, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:26 fork(&{0xc0000826e0 0xc000410200 878 /root/open-lambda/test-dir/worker/sock-handlers/878 /root/open-lambda/test-dir/worker/lambda_code/877-L876 /root/open-lambda/test-dir/worker/handlers/L876/878 }) [SB 1]", "2019/06/28 22:33:26 ...returns &{0xc000b655e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:26 Channel() [SB 878]", "2019/06/28 22:33:26 Evict Sandbox 874", "2019/06/28 22:33:26 Destroy() [SB 874]", "2019/06/28 22:33:26 kill all procs in CG [SOCK 874]", "2019/06/28 22:33:26 unmount and remove dirs [SOCK 874]", "2019/06/28 22:33:26 Pause() [SB 878]", "2019/06/28 22:33:26 Receive request to /run/L877", "2019/06/28 22:33:26 debug: LambdaFunc.Task() runs on goroutine 9667 [FUNC L877]", "2019/06/28 22:33:26 increase instances to 1 [FUNC L877]", "2019/06/28 22:33:26 .Create(/root/open-lambda/test-dir/worker/lambda_code/878-L877, /root/open-lambda/test-dir/worker/handlers/L877, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:26 fork(&{0xc0000826e0 0xc000410800 879 /root/open-lambda/test-dir/worker/sock-handlers/879 /root/open-lambda/test-dir/worker/lambda_code/878-L877 /root/open-lambda/test-dir/worker/handlers/L877/879 }) [SB 1]", "2019/06/28 22:33:26 ...returns &{0xc000cb2bd0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:26 Channel() [SB 879]", "2019/06/28 22:33:26 Evict Sandbox 875", "2019/06/28 22:33:26 Destroy() [SB 875]", "2019/06/28 22:33:26 kill all procs in CG [SOCK 875]", "2019/06/28 22:33:26 waiting for 1 procs in cg-16 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:26 unmount and remove dirs [SOCK 875]", "2019/06/28 22:33:26 Pause() [SB 879]", "2019/06/28 22:33:26 Receive request to /run/L878", "2019/06/28 22:33:26 debug: LambdaFunc.Task() runs on goroutine 9678 [FUNC L878]", "2019/06/28 22:33:26 increase instances to 1 [FUNC L878]", "2019/06/28 22:33:26 .Create(/root/open-lambda/test-dir/worker/lambda_code/879-L878, /root/open-lambda/test-dir/worker/handlers/L878, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:26 fork(&{0xc0000826e0 0xc0004114c0 880 /root/open-lambda/test-dir/worker/sock-handlers/880 /root/open-lambda/test-dir/worker/lambda_code/879-L878 /root/open-lambda/test-dir/worker/handlers/L878/880 }) [SB 1]", "2019/06/28 22:33:26 ...returns &{0xc000cb3c70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:26 Channel() [SB 880]", "2019/06/28 22:33:26 Evict Sandbox 876", "2019/06/28 22:33:26 Destroy() [SB 876]", "2019/06/28 22:33:26 kill all procs in CG [SOCK 876]", "2019/06/28 22:33:26 waiting for 1 procs in cg-17 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:26 unmount and remove dirs [SOCK 876]", "2019/06/28 22:33:26 Pause() [SB 880]", "2019/06/28 22:33:26 Receive request to /run/L879", "2019/06/28 22:33:26 debug: LambdaFunc.Task() runs on goroutine 9689 [FUNC L879]", "2019/06/28 22:33:26 increase instances to 1 [FUNC L879]", "2019/06/28 22:33:26 .Create(/root/open-lambda/test-dir/worker/lambda_code/880-L879, /root/open-lambda/test-dir/worker/handlers/L879, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:26 fork(&{0xc0000826e0 0xc000410e60 881 /root/open-lambda/test-dir/worker/sock-handlers/881 /root/open-lambda/test-dir/worker/lambda_code/880-L879 /root/open-lambda/test-dir/worker/handlers/L879/881 }) [SB 1]", "2019/06/28 22:33:26 ...returns &{0xc000d984d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:26 Channel() [SB 881]", "2019/06/28 22:33:26 Evict Sandbox 877", "2019/06/28 22:33:26 Destroy() [SB 877]", "2019/06/28 22:33:26 kill all procs in CG [SOCK 877]", "2019/06/28 22:33:26 unmount and remove dirs [SOCK 877]", "2019/06/28 22:33:27 Pause() [SB 881]", "2019/06/28 22:33:27 Receive request to /run/L880", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9700 [FUNC L880]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L880]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/881-L880, /root/open-lambda/test-dir/worker/handlers/L880, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f0a0 882 /root/open-lambda/test-dir/worker/sock-handlers/882 /root/open-lambda/test-dir/worker/lambda_code/881-L880 /root/open-lambda/test-dir/worker/handlers/L880/882 }) [SB 1]", "2019/06/28 22:33:27 Evict Sandbox 878", "2019/06/28 22:33:27 Destroy() [SB 878]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 878]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 878]", "2019/06/28 22:33:27 ...returns &{0xc000d98e70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 882]", "2019/06/28 22:33:27 Pause() [SB 882]", "2019/06/28 22:33:27 Receive request to /run/L881", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9711 [FUNC L881]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L881]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/882-L881, /root/open-lambda/test-dir/worker/handlers/L881, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f0c0 883 /root/open-lambda/test-dir/worker/sock-handlers/883 /root/open-lambda/test-dir/worker/lambda_code/882-L881 /root/open-lambda/test-dir/worker/handlers/L881/883 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc000d99880 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 883]", "2019/06/28 22:33:27 Evict Sandbox 879", "2019/06/28 22:33:27 Destroy() [SB 879]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 879]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 879]", "2019/06/28 22:33:27 Pause() [SB 883]", "2019/06/28 22:33:27 Receive request to /run/L882", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9722 [FUNC L882]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L882]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/883-L882, /root/open-lambda/test-dir/worker/handlers/L882, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f0e0 884 /root/open-lambda/test-dir/worker/sock-handlers/884 /root/open-lambda/test-dir/worker/lambda_code/883-L882 /root/open-lambda/test-dir/worker/handlers/L882/884 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc000d99f80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 884]", "2019/06/28 22:33:27 Evict Sandbox 880", "2019/06/28 22:33:27 Destroy() [SB 880]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 880]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 880]", "2019/06/28 22:33:27 Pause() [SB 884]", "2019/06/28 22:33:27 Receive request to /run/L883", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9733 [FUNC L883]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L883]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/884-L883, /root/open-lambda/test-dir/worker/handlers/L883, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f100 885 /root/open-lambda/test-dir/worker/sock-handlers/885 /root/open-lambda/test-dir/worker/lambda_code/884-L883 /root/open-lambda/test-dir/worker/handlers/L883/885 }) [SB 1]", "2019/06/28 22:33:27 Evict Sandbox 881", "2019/06/28 22:33:27 Destroy() [SB 881]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 881]", "2019/06/28 22:33:27 waiting for 1 procs in cg-21 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:27 ...returns &{0xc0015de380 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 885]", "2019/06/28 22:33:27 Evict Sandbox 882", "2019/06/28 22:33:27 Destroy() [SB 882]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 882]", "2019/06/28 22:33:27 waiting for 1 procs in cg-1 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 881]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 882]", "2019/06/28 22:33:27 Pause() [SB 885]", "2019/06/28 22:33:27 Receive request to /run/L884", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9745 [FUNC L884]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L884]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/885-L884, /root/open-lambda/test-dir/worker/handlers/L884, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f2e0 886 /root/open-lambda/test-dir/worker/sock-handlers/886 /root/open-lambda/test-dir/worker/lambda_code/885-L884 /root/open-lambda/test-dir/worker/handlers/L884/886 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc0015de9a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 886]", "2019/06/28 22:33:27 Pause() [SB 886]", "2019/06/28 22:33:27 Receive request to /run/L885", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9755 [FUNC L885]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L885]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/886-L885, /root/open-lambda/test-dir/worker/handlers/L885, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f120 887 /root/open-lambda/test-dir/worker/sock-handlers/887 /root/open-lambda/test-dir/worker/lambda_code/886-L885 /root/open-lambda/test-dir/worker/handlers/L885/887 }) [SB 1]", "2019/06/28 22:33:27 Evict Sandbox 883", "2019/06/28 22:33:27 Destroy() [SB 883]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 883]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 883]", "2019/06/28 22:33:27 ...returns &{0xc0015decb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 887]", "2019/06/28 22:33:27 Pause() [SB 887]", "2019/06/28 22:33:27 Receive request to /run/L886", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9766 [FUNC L886]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L886]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/887-L886, /root/open-lambda/test-dir/worker/handlers/L886, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f300 888 /root/open-lambda/test-dir/worker/sock-handlers/888 /root/open-lambda/test-dir/worker/lambda_code/887-L886 /root/open-lambda/test-dir/worker/handlers/L886/888 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc0015defc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 888]", "2019/06/28 22:33:27 Evict Sandbox 884", "2019/06/28 22:33:27 Destroy() [SB 884]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 884]", "2019/06/28 22:33:27 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 884]", "2019/06/28 22:33:27 Pause() [SB 888]", "2019/06/28 22:33:27 Receive request to /run/L887", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9777 [FUNC L887]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L887]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/888-L887, /root/open-lambda/test-dir/worker/handlers/L887, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f2c0 889 /root/open-lambda/test-dir/worker/sock-handlers/889 /root/open-lambda/test-dir/worker/lambda_code/888-L887 /root/open-lambda/test-dir/worker/handlers/L887/889 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc0015df2d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 889]", "2019/06/28 22:33:27 Evict Sandbox 885", "2019/06/28 22:33:27 Destroy() [SB 885]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 885]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 885]", "2019/06/28 22:33:27 Pause() [SB 889]", "2019/06/28 22:33:27 Receive request to /run/L888", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9788 [FUNC L888]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L888]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/889-L888, /root/open-lambda/test-dir/worker/handlers/L888, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f320 890 /root/open-lambda/test-dir/worker/sock-handlers/890 /root/open-lambda/test-dir/worker/lambda_code/889-L888 /root/open-lambda/test-dir/worker/handlers/L888/890 }) [SB 1]", "2019/06/28 22:33:27 Evict Sandbox 886", "2019/06/28 22:33:27 Destroy() [SB 886]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 886]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 886]", "2019/06/28 22:33:27 ...returns &{0xc0015df5e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 890]", "2019/06/28 22:33:27 Pause() [SB 890]", "2019/06/28 22:33:27 Receive request to /run/L889", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9799 [FUNC L889]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L889]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/890-L889, /root/open-lambda/test-dir/worker/handlers/L889, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f340 891 /root/open-lambda/test-dir/worker/sock-handlers/891 /root/open-lambda/test-dir/worker/lambda_code/890-L889 /root/open-lambda/test-dir/worker/handlers/L889/891 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc0015df8f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 891]", "2019/06/28 22:33:27 Evict Sandbox 887", "2019/06/28 22:33:27 Destroy() [SB 887]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 887]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 887]", "2019/06/28 22:33:27 Pause() [SB 891]", "2019/06/28 22:33:27 Receive request to /run/L890", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9810 [FUNC L890]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L890]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/891-L890, /root/open-lambda/test-dir/worker/handlers/L890, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f360 892 /root/open-lambda/test-dir/worker/sock-handlers/892 /root/open-lambda/test-dir/worker/lambda_code/891-L890 /root/open-lambda/test-dir/worker/handlers/L890/892 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc0015dfc00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 892]", "2019/06/28 22:33:27 Evict Sandbox 888", "2019/06/28 22:33:27 Destroy() [SB 888]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 888]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 888]", "2019/06/28 22:33:27 Pause() [SB 892]", "2019/06/28 22:33:27 Receive request to /run/L891", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9821 [FUNC L891]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L891]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/892-L891, /root/open-lambda/test-dir/worker/handlers/L891, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f380 893 /root/open-lambda/test-dir/worker/sock-handlers/893 /root/open-lambda/test-dir/worker/lambda_code/892-L891 /root/open-lambda/test-dir/worker/handlers/L891/893 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc0015dff10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 893]", "2019/06/28 22:33:27 Evict Sandbox 889", "2019/06/28 22:33:27 Destroy() [SB 889]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 889]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 889]", "2019/06/28 22:33:27 Pause() [SB 893]", "2019/06/28 22:33:27 Receive request to /run/L892", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9832 [FUNC L892]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L892]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/893-L892, /root/open-lambda/test-dir/worker/handlers/L892, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f3a0 894 /root/open-lambda/test-dir/worker/sock-handlers/894 /root/open-lambda/test-dir/worker/lambda_code/893-L892 /root/open-lambda/test-dir/worker/handlers/L892/894 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc001758230 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 894]", "2019/06/28 22:33:27 Evict Sandbox 890", "2019/06/28 22:33:27 Destroy() [SB 890]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 890]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 890]", "2019/06/28 22:33:27 Pause() [SB 894]", "2019/06/28 22:33:27 Receive request to /run/L893", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9843 [FUNC L893]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L893]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/894-L893, /root/open-lambda/test-dir/worker/handlers/L893, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f3c0 895 /root/open-lambda/test-dir/worker/sock-handlers/895 /root/open-lambda/test-dir/worker/lambda_code/894-L893 /root/open-lambda/test-dir/worker/handlers/L893/895 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc001758540 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 895]", "2019/06/28 22:33:27 Evict Sandbox 891", "2019/06/28 22:33:27 Destroy() [SB 891]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 891]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 891]", "2019/06/28 22:33:27 Pause() [SB 895]", "2019/06/28 22:33:27 Receive request to /run/L894", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9854 [FUNC L894]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L894]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/895-L894, /root/open-lambda/test-dir/worker/handlers/L894, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f3e0 896 /root/open-lambda/test-dir/worker/sock-handlers/896 /root/open-lambda/test-dir/worker/lambda_code/895-L894 /root/open-lambda/test-dir/worker/handlers/L894/896 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc0015de2a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 896]", "2019/06/28 22:33:27 Evict Sandbox 892", "2019/06/28 22:33:27 Destroy() [SB 892]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 892]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 892]", "2019/06/28 22:33:27 Pause() [SB 896]", "2019/06/28 22:33:27 Receive request to /run/L895", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9865 [FUNC L895]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L895]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/896-L895, /root/open-lambda/test-dir/worker/handlers/L895, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f400 897 /root/open-lambda/test-dir/worker/sock-handlers/897 /root/open-lambda/test-dir/worker/lambda_code/896-L895 /root/open-lambda/test-dir/worker/handlers/L895/897 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc0015de700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 897]", "2019/06/28 22:33:27 Evict Sandbox 893", "2019/06/28 22:33:27 Destroy() [SB 893]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 893]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 893]", "2019/06/28 22:33:27 Pause() [SB 897]", "2019/06/28 22:33:27 Receive request to /run/L896", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9876 [FUNC L896]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L896]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/897-L896, /root/open-lambda/test-dir/worker/handlers/L896, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000f420 898 /root/open-lambda/test-dir/worker/sock-handlers/898 /root/open-lambda/test-dir/worker/lambda_code/897-L896 /root/open-lambda/test-dir/worker/handlers/L896/898 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc0015dea80 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 898]", "2019/06/28 22:33:27 Evict Sandbox 894", "2019/06/28 22:33:27 Destroy() [SB 894]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 894]", "2019/06/28 22:33:27 waiting for 1 procs in cg-13 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 894]", "2019/06/28 22:33:27 Pause() [SB 898]", "2019/06/28 22:33:27 Receive request to /run/L897", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9887 [FUNC L897]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L897]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/898-L897, /root/open-lambda/test-dir/worker/handlers/L897, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc00000fb60 899 /root/open-lambda/test-dir/worker/sock-handlers/899 /root/open-lambda/test-dir/worker/lambda_code/898-L897 /root/open-lambda/test-dir/worker/handlers/L897/899 }) [SB 1]", "2019/06/28 22:33:27 Evict Sandbox 895", "2019/06/28 22:33:27 Destroy() [SB 895]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 895]", "2019/06/28 22:33:27 waiting for 1 procs in cg-14 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:27 ...returns &{0xc0015dee00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 899]", "2019/06/28 22:33:27 Evict Sandbox 896", "2019/06/28 22:33:27 Destroy() [SB 896]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 896]", "2019/06/28 22:33:27 waiting for 1 procs in cg-15 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 895]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 896]", "2019/06/28 22:33:27 Pause() [SB 899]", "2019/06/28 22:33:27 Receive request to /run/L898", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9899 [FUNC L898]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L898]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/899-L898, /root/open-lambda/test-dir/worker/handlers/L898, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc000410200 900 /root/open-lambda/test-dir/worker/sock-handlers/900 /root/open-lambda/test-dir/worker/lambda_code/899-L898 /root/open-lambda/test-dir/worker/handlers/L898/900 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc0015df180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 900]", "2019/06/28 22:33:27 Pause() [SB 900]", "2019/06/28 22:33:27 Receive request to /run/L899", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9909 [FUNC L899]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L899]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/900-L899, /root/open-lambda/test-dir/worker/handlers/L899, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc000410800 901 /root/open-lambda/test-dir/worker/sock-handlers/901 /root/open-lambda/test-dir/worker/lambda_code/900-L899 /root/open-lambda/test-dir/worker/handlers/L899/901 }) [SB 1]", "2019/06/28 22:33:27 Evict Sandbox 897", "2019/06/28 22:33:27 Destroy() [SB 897]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 897]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 897]", "2019/06/28 22:33:27 ...returns &{0xc0015df500 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 901]", "2019/06/28 22:33:27 Pause() [SB 901]", "2019/06/28 22:33:27 Receive request to /run/L900", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9920 [FUNC L900]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L900]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/901-L900, /root/open-lambda/test-dir/worker/handlers/L900, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc0004114c0 902 /root/open-lambda/test-dir/worker/sock-handlers/902 /root/open-lambda/test-dir/worker/lambda_code/901-L900 /root/open-lambda/test-dir/worker/handlers/L900/902 }) [SB 1]", "2019/06/28 22:33:27 ...returns &{0xc0015df880 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 902]", "2019/06/28 22:33:27 Evict Sandbox 898", "2019/06/28 22:33:27 Destroy() [SB 898]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 898]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 898]", "2019/06/28 22:33:27 Pause() [SB 902]", "2019/06/28 22:33:27 Receive request to /run/L901", "2019/06/28 22:33:27 debug: LambdaFunc.Task() runs on goroutine 9931 [FUNC L901]", "2019/06/28 22:33:27 increase instances to 1 [FUNC L901]", "2019/06/28 22:33:27 .Create(/root/open-lambda/test-dir/worker/lambda_code/902-L901, /root/open-lambda/test-dir/worker/handlers/L901, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:27 fork(&{0xc0000826e0 0xc000410e60 903 /root/open-lambda/test-dir/worker/sock-handlers/903 /root/open-lambda/test-dir/worker/lambda_code/902-L901 /root/open-lambda/test-dir/worker/handlers/L901/903 }) [SB 1]", "2019/06/28 22:33:27 Evict Sandbox 899", "2019/06/28 22:33:27 Destroy() [SB 899]", "2019/06/28 22:33:27 kill all procs in CG [SOCK 899]", "2019/06/28 22:33:27 unmount and remove dirs [SOCK 899]", "2019/06/28 22:33:27 ...returns &{0xc0015dfc70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:27 Channel() [SB 903]", "2019/06/28 22:33:27 Pause() [SB 903]", "2019/06/28 22:33:28 Receive request to /run/L902", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 9942 [FUNC L902]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L902]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/903-L902, /root/open-lambda/test-dir/worker/handlers/L902, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f0a0 904 /root/open-lambda/test-dir/worker/sock-handlers/904 /root/open-lambda/test-dir/worker/lambda_code/903-L902 /root/open-lambda/test-dir/worker/handlers/L902/904 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc000d98150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 904]", "2019/06/28 22:33:28 Evict Sandbox 900", "2019/06/28 22:33:28 Destroy() [SB 900]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 900]", "2019/06/28 22:33:28 waiting for 1 procs in cg-19 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 900]", "2019/06/28 22:33:28 Pause() [SB 904]", "2019/06/28 22:33:28 Receive request to /run/L903", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 9953 [FUNC L903]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L903]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/904-L903, /root/open-lambda/test-dir/worker/handlers/L903, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f0c0 905 /root/open-lambda/test-dir/worker/sock-handlers/905 /root/open-lambda/test-dir/worker/lambda_code/904-L903 /root/open-lambda/test-dir/worker/handlers/L903/905 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc000d98cb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 905]", "2019/06/28 22:33:28 Evict Sandbox 901", "2019/06/28 22:33:28 Destroy() [SB 901]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 901]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 901]", "2019/06/28 22:33:28 Pause() [SB 905]", "2019/06/28 22:33:28 Receive request to /run/L904", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 9964 [FUNC L904]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L904]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/905-L904, /root/open-lambda/test-dir/worker/handlers/L904, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f0e0 906 /root/open-lambda/test-dir/worker/sock-handlers/906 /root/open-lambda/test-dir/worker/lambda_code/905-L904 /root/open-lambda/test-dir/worker/handlers/L904/906 }) [SB 1]", "2019/06/28 22:33:28 Evict Sandbox 902", "2019/06/28 22:33:28 Destroy() [SB 902]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 902]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 902]", "2019/06/28 22:33:28 ...returns &{0xc000d995e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 906]", "2019/06/28 22:33:28 Pause() [SB 906]", "2019/06/28 22:33:28 Receive request to /run/L905", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 9975 [FUNC L905]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L905]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/906-L905, /root/open-lambda/test-dir/worker/handlers/L905, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f100 907 /root/open-lambda/test-dir/worker/sock-handlers/907 /root/open-lambda/test-dir/worker/lambda_code/906-L905 /root/open-lambda/test-dir/worker/handlers/L905/907 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc000cb20e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 907]", "2019/06/28 22:33:28 Evict Sandbox 903", "2019/06/28 22:33:28 Destroy() [SB 903]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 903]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 903]", "2019/06/28 22:33:28 Pause() [SB 907]", "2019/06/28 22:33:28 Receive request to /run/L906", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 9986 [FUNC L906]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L906]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/907-L906, /root/open-lambda/test-dir/worker/handlers/L906, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f2e0 908 /root/open-lambda/test-dir/worker/sock-handlers/908 /root/open-lambda/test-dir/worker/lambda_code/907-L906 /root/open-lambda/test-dir/worker/handlers/L906/908 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc000cb3420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 908]", "2019/06/28 22:33:28 Evict Sandbox 904", "2019/06/28 22:33:28 Destroy() [SB 904]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 904]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 904]", "2019/06/28 22:33:28 Pause() [SB 908]", "2019/06/28 22:33:28 Receive request to /run/L907", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 9997 [FUNC L907]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L907]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/908-L907, /root/open-lambda/test-dir/worker/handlers/L907, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f120 909 /root/open-lambda/test-dir/worker/sock-handlers/909 /root/open-lambda/test-dir/worker/lambda_code/908-L907 /root/open-lambda/test-dir/worker/handlers/L907/909 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc000b649a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 909]", "2019/06/28 22:33:28 Evict Sandbox 905", "2019/06/28 22:33:28 Destroy() [SB 905]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 905]", "2019/06/28 22:33:28 waiting for 1 procs in cg-2 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 905]", "2019/06/28 22:33:28 Pause() [SB 909]", "2019/06/28 22:33:28 Receive request to /run/L908", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10008 [FUNC L908]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L908]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/909-L908, /root/open-lambda/test-dir/worker/handlers/L908, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f300 910 /root/open-lambda/test-dir/worker/sock-handlers/910 /root/open-lambda/test-dir/worker/lambda_code/909-L908 /root/open-lambda/test-dir/worker/handlers/L908/910 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc000a801c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 910]", "2019/06/28 22:33:28 Evict Sandbox 906", "2019/06/28 22:33:28 Destroy() [SB 906]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 906]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 906]", "2019/06/28 22:33:28 Pause() [SB 910]", "2019/06/28 22:33:28 Receive request to /run/L909", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10019 [FUNC L909]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L909]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/910-L909, /root/open-lambda/test-dir/worker/handlers/L909, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f2c0 911 /root/open-lambda/test-dir/worker/sock-handlers/911 /root/open-lambda/test-dir/worker/lambda_code/910-L909 /root/open-lambda/test-dir/worker/handlers/L909/911 }) [SB 1]", "2019/06/28 22:33:28 Evict Sandbox 907", "2019/06/28 22:33:28 Destroy() [SB 907]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 907]", "2019/06/28 22:33:28 waiting for 1 procs in cg-4 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:28 ...returns &{0xc00085f420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 911]", "2019/06/28 22:33:28 Evict Sandbox 908", "2019/06/28 22:33:28 Destroy() [SB 908]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 908]", "2019/06/28 22:33:28 waiting for 1 procs in cg-7 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 907]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 908]", "2019/06/28 22:33:28 Pause() [SB 911]", "2019/06/28 22:33:28 Receive request to /run/L910", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10031 [FUNC L910]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L910]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/911-L910, /root/open-lambda/test-dir/worker/handlers/L910, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f320 912 /root/open-lambda/test-dir/worker/sock-handlers/912 /root/open-lambda/test-dir/worker/lambda_code/911-L910 /root/open-lambda/test-dir/worker/handlers/L910/912 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc000e60bd0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 912]", "2019/06/28 22:33:28 Pause() [SB 912]", "2019/06/28 22:33:28 Receive request to /run/L911", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10041 [FUNC L911]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L911]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/912-L911, /root/open-lambda/test-dir/worker/handlers/L911, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f340 913 /root/open-lambda/test-dir/worker/sock-handlers/913 /root/open-lambda/test-dir/worker/lambda_code/912-L911 /root/open-lambda/test-dir/worker/handlers/L911/913 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc000e61b90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 913]", "2019/06/28 22:33:28 Evict Sandbox 909", "2019/06/28 22:33:28 Destroy() [SB 909]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 909]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 909]", "2019/06/28 22:33:28 Pause() [SB 913]", "2019/06/28 22:33:28 Receive request to /run/L912", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10052 [FUNC L912]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L912]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/913-L912, /root/open-lambda/test-dir/worker/handlers/L912, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f360 914 /root/open-lambda/test-dir/worker/sock-handlers/914 /root/open-lambda/test-dir/worker/lambda_code/913-L912 /root/open-lambda/test-dir/worker/handlers/L912/914 }) [SB 1]", "2019/06/28 22:33:28 Evict Sandbox 910", "2019/06/28 22:33:28 Destroy() [SB 910]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 910]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 910]", "2019/06/28 22:33:28 ...returns &{0xc0010ae620 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 914]", "2019/06/28 22:33:28 Pause() [SB 914]", "2019/06/28 22:33:28 Receive request to /run/L913", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10063 [FUNC L913]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L913]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/914-L913, /root/open-lambda/test-dir/worker/handlers/L913, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f380 915 /root/open-lambda/test-dir/worker/sock-handlers/915 /root/open-lambda/test-dir/worker/lambda_code/914-L913 /root/open-lambda/test-dir/worker/handlers/L913/915 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc0010aed90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 915]", "2019/06/28 22:33:28 Evict Sandbox 911", "2019/06/28 22:33:28 Destroy() [SB 911]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 911]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 911]", "2019/06/28 22:33:28 Pause() [SB 915]", "2019/06/28 22:33:28 Receive request to /run/L914", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10074 [FUNC L914]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L914]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/915-L914, /root/open-lambda/test-dir/worker/handlers/L914, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f3a0 916 /root/open-lambda/test-dir/worker/sock-handlers/916 /root/open-lambda/test-dir/worker/lambda_code/915-L914 /root/open-lambda/test-dir/worker/handlers/L914/916 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc0010af570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 916]", "2019/06/28 22:33:28 Evict Sandbox 912", "2019/06/28 22:33:28 Destroy() [SB 912]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 912]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 912]", "2019/06/28 22:33:28 Pause() [SB 916]", "2019/06/28 22:33:28 Receive request to /run/L915", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10085 [FUNC L915]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L915]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/916-L915, /root/open-lambda/test-dir/worker/handlers/L915, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f3c0 917 /root/open-lambda/test-dir/worker/sock-handlers/917 /root/open-lambda/test-dir/worker/lambda_code/916-L915 /root/open-lambda/test-dir/worker/handlers/L915/917 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc0010afe30 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 917]", "2019/06/28 22:33:28 Evict Sandbox 913", "2019/06/28 22:33:28 Destroy() [SB 913]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 913]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 913]", "2019/06/28 22:33:28 Pause() [SB 917]", "2019/06/28 22:33:28 Receive request to /run/L916", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10096 [FUNC L916]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L916]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/917-L916, /root/open-lambda/test-dir/worker/handlers/L916, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f3e0 918 /root/open-lambda/test-dir/worker/sock-handlers/918 /root/open-lambda/test-dir/worker/lambda_code/917-L916 /root/open-lambda/test-dir/worker/handlers/L916/918 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc001346460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 918]", "2019/06/28 22:33:28 Evict Sandbox 914", "2019/06/28 22:33:28 Destroy() [SB 914]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 914]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 914]", "2019/06/28 22:33:28 Pause() [SB 918]", "2019/06/28 22:33:28 Receive request to /run/L917", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10107 [FUNC L917]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L917]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/918-L917, /root/open-lambda/test-dir/worker/handlers/L917, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f400 919 /root/open-lambda/test-dir/worker/sock-handlers/919 /root/open-lambda/test-dir/worker/lambda_code/918-L917 /root/open-lambda/test-dir/worker/handlers/L917/919 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc001346a10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 919]", "2019/06/28 22:33:28 Evict Sandbox 915", "2019/06/28 22:33:28 Destroy() [SB 915]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 915]", "2019/06/28 22:33:28 waiting for 1 procs in cg-12 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 915]", "2019/06/28 22:33:28 Pause() [SB 919]", "2019/06/28 22:33:28 Receive request to /run/L918", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10118 [FUNC L918]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L918]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/919-L918, /root/open-lambda/test-dir/worker/handlers/L918, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f420 920 /root/open-lambda/test-dir/worker/sock-handlers/920 /root/open-lambda/test-dir/worker/lambda_code/919-L918 /root/open-lambda/test-dir/worker/handlers/L918/920 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc001347110 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 920]", "2019/06/28 22:33:28 Evict Sandbox 916", "2019/06/28 22:33:28 Destroy() [SB 916]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 916]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 916]", "2019/06/28 22:33:28 Pause() [SB 920]", "2019/06/28 22:33:28 Receive request to /run/L919", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10129 [FUNC L919]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L919]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/920-L919, /root/open-lambda/test-dir/worker/handlers/L919, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000fb60 921 /root/open-lambda/test-dir/worker/sock-handlers/921 /root/open-lambda/test-dir/worker/lambda_code/920-L919 /root/open-lambda/test-dir/worker/handlers/L919/921 }) [SB 1]", "2019/06/28 22:33:28 Evict Sandbox 917", "2019/06/28 22:33:28 Destroy() [SB 917]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 917]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 917]", "2019/06/28 22:33:28 ...returns &{0xc0013476c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 921]", "2019/06/28 22:33:28 Pause() [SB 921]", "2019/06/28 22:33:28 Receive request to /run/L920", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10140 [FUNC L920]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L920]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/921-L920, /root/open-lambda/test-dir/worker/handlers/L920, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc000410200 922 /root/open-lambda/test-dir/worker/sock-handlers/922 /root/open-lambda/test-dir/worker/lambda_code/921-L920 /root/open-lambda/test-dir/worker/handlers/L920/922 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc001347c70 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 922]", "2019/06/28 22:33:28 Evict Sandbox 918", "2019/06/28 22:33:28 Destroy() [SB 918]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 918]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 918]", "2019/06/28 22:33:28 Pause() [SB 922]", "2019/06/28 22:33:28 Receive request to /run/L921", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10151 [FUNC L921]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L921]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/922-L921, /root/open-lambda/test-dir/worker/handlers/L921, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc000410800 923 /root/open-lambda/test-dir/worker/sock-handlers/923 /root/open-lambda/test-dir/worker/lambda_code/922-L921 /root/open-lambda/test-dir/worker/handlers/L921/923 }) [SB 1]", "2019/06/28 22:33:28 Evict Sandbox 919", "2019/06/28 22:33:28 Destroy() [SB 919]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 919]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 919]", "2019/06/28 22:33:28 ...returns &{0xc0012302a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 923]", "2019/06/28 22:33:28 Pause() [SB 923]", "2019/06/28 22:33:28 Receive request to /run/L922", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10162 [FUNC L922]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L922]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/923-L922, /root/open-lambda/test-dir/worker/handlers/L922, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc0004114c0 924 /root/open-lambda/test-dir/worker/sock-handlers/924 /root/open-lambda/test-dir/worker/lambda_code/923-L922 /root/open-lambda/test-dir/worker/handlers/L922/924 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc001230700 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 924]", "2019/06/28 22:33:28 Evict Sandbox 920", "2019/06/28 22:33:28 Destroy() [SB 920]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 920]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 920]", "2019/06/28 22:33:28 Pause() [SB 924]", "2019/06/28 22:33:28 Receive request to /run/L923", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10173 [FUNC L923]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L923]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/924-L923, /root/open-lambda/test-dir/worker/handlers/L923, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc000410e60 925 /root/open-lambda/test-dir/worker/sock-handlers/925 /root/open-lambda/test-dir/worker/lambda_code/924-L923 /root/open-lambda/test-dir/worker/handlers/L923/925 }) [SB 1]", "2019/06/28 22:33:28 ...returns &{0xc001230c40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:28 Channel() [SB 925]", "2019/06/28 22:33:28 Evict Sandbox 921", "2019/06/28 22:33:28 Destroy() [SB 921]", "2019/06/28 22:33:28 kill all procs in CG [SOCK 921]", "2019/06/28 22:33:28 unmount and remove dirs [SOCK 921]", "2019/06/28 22:33:28 Pause() [SB 925]", "2019/06/28 22:33:28 Receive request to /run/L924", "2019/06/28 22:33:28 debug: LambdaFunc.Task() runs on goroutine 10184 [FUNC L924]", "2019/06/28 22:33:28 increase instances to 1 [FUNC L924]", "2019/06/28 22:33:28 .Create(/root/open-lambda/test-dir/worker/lambda_code/925-L924, /root/open-lambda/test-dir/worker/handlers/L924, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:28 fork(&{0xc0000826e0 0xc00000f0a0 926 /root/open-lambda/test-dir/worker/sock-handlers/926 /root/open-lambda/test-dir/worker/lambda_code/925-L924 /root/open-lambda/test-dir/worker/handlers/L924/926 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc001231180 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 926]", "2019/06/28 22:33:29 Evict Sandbox 922", "2019/06/28 22:33:29 Destroy() [SB 922]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 922]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 922]", "2019/06/28 22:33:29 Pause() [SB 926]", "2019/06/28 22:33:29 Receive request to /run/L925", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10195 [FUNC L925]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L925]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/926-L925, /root/open-lambda/test-dir/worker/handlers/L925, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f0c0 927 /root/open-lambda/test-dir/worker/sock-handlers/927 /root/open-lambda/test-dir/worker/lambda_code/926-L925 /root/open-lambda/test-dir/worker/handlers/L925/927 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc001231570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 927]", "2019/06/28 22:33:29 Evict Sandbox 923", "2019/06/28 22:33:29 Destroy() [SB 923]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 923]", "2019/06/28 22:33:29 waiting for 1 procs in cg-20 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 923]", "2019/06/28 22:33:29 Pause() [SB 927]", "2019/06/28 22:33:29 Receive request to /run/L926", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10206 [FUNC L926]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L926]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/927-L926, /root/open-lambda/test-dir/worker/handlers/L926, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f0e0 928 /root/open-lambda/test-dir/worker/sock-handlers/928 /root/open-lambda/test-dir/worker/lambda_code/927-L926 /root/open-lambda/test-dir/worker/handlers/L926/928 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc001231960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 928]", "2019/06/28 22:33:29 Evict Sandbox 924", "2019/06/28 22:33:29 Destroy() [SB 924]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 924]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 924]", "2019/06/28 22:33:29 Pause() [SB 928]", "2019/06/28 22:33:29 Receive request to /run/L927", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10217 [FUNC L927]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L927]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/928-L927, /root/open-lambda/test-dir/worker/handlers/L927, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f100 929 /root/open-lambda/test-dir/worker/sock-handlers/929 /root/open-lambda/test-dir/worker/lambda_code/928-L927 /root/open-lambda/test-dir/worker/handlers/L927/929 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc001231dc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 929]", "2019/06/28 22:33:29 Evict Sandbox 925", "2019/06/28 22:33:29 Destroy() [SB 925]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 925]", "2019/06/28 22:33:29 waiting for 1 procs in cg-21 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 925]", "2019/06/28 22:33:29 Pause() [SB 929]", "2019/06/28 22:33:29 Receive request to /run/L928", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10228 [FUNC L928]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L928]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/929-L928, /root/open-lambda/test-dir/worker/handlers/L928, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f2e0 930 /root/open-lambda/test-dir/worker/sock-handlers/930 /root/open-lambda/test-dir/worker/lambda_code/929-L928 /root/open-lambda/test-dir/worker/handlers/L928/930 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc001758150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 930]", "2019/06/28 22:33:29 Evict Sandbox 926", "2019/06/28 22:33:29 Destroy() [SB 926]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 926]", "2019/06/28 22:33:29 waiting for 1 procs in cg-1 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 926]", "2019/06/28 22:33:29 Pause() [SB 930]", "2019/06/28 22:33:29 Receive request to /run/L929", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10239 [FUNC L929]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L929]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/930-L929, /root/open-lambda/test-dir/worker/handlers/L929, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f120 931 /root/open-lambda/test-dir/worker/sock-handlers/931 /root/open-lambda/test-dir/worker/lambda_code/930-L929 /root/open-lambda/test-dir/worker/handlers/L929/931 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc0017587e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 931]", "2019/06/28 22:33:29 Evict Sandbox 927", "2019/06/28 22:33:29 Destroy() [SB 927]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 927]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 927]", "2019/06/28 22:33:29 Pause() [SB 931]", "2019/06/28 22:33:29 Receive request to /run/L930", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10250 [FUNC L930]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L930]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/931-L930, /root/open-lambda/test-dir/worker/handlers/L930, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f300 932 /root/open-lambda/test-dir/worker/sock-handlers/932 /root/open-lambda/test-dir/worker/lambda_code/931-L930 /root/open-lambda/test-dir/worker/handlers/L930/932 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc001758af0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 932]", "2019/06/28 22:33:29 Evict Sandbox 928", "2019/06/28 22:33:29 Destroy() [SB 928]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 928]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 928]", "2019/06/28 22:33:29 Pause() [SB 932]", "2019/06/28 22:33:29 Receive request to /run/L931", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10261 [FUNC L931]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L931]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/932-L931, /root/open-lambda/test-dir/worker/handlers/L931, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f2c0 933 /root/open-lambda/test-dir/worker/sock-handlers/933 /root/open-lambda/test-dir/worker/lambda_code/932-L931 /root/open-lambda/test-dir/worker/handlers/L931/933 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc001758e00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 933]", "2019/06/28 22:33:29 Evict Sandbox 929", "2019/06/28 22:33:29 Destroy() [SB 929]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 929]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 929]", "2019/06/28 22:33:29 Pause() [SB 933]", "2019/06/28 22:33:29 Receive request to /run/L932", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10272 [FUNC L932]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L932]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/933-L932, /root/open-lambda/test-dir/worker/handlers/L932, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f320 934 /root/open-lambda/test-dir/worker/sock-handlers/934 /root/open-lambda/test-dir/worker/lambda_code/933-L932 /root/open-lambda/test-dir/worker/handlers/L932/934 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc001759110 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 934]", "2019/06/28 22:33:29 Evict Sandbox 930", "2019/06/28 22:33:29 Destroy() [SB 930]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 930]", "2019/06/28 22:33:29 waiting for 1 procs in cg-7 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 930]", "2019/06/28 22:33:29 Pause() [SB 934]", "2019/06/28 22:33:29 Receive request to /run/L933", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10283 [FUNC L933]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L933]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/934-L933, /root/open-lambda/test-dir/worker/handlers/L933, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f340 935 /root/open-lambda/test-dir/worker/sock-handlers/935 /root/open-lambda/test-dir/worker/lambda_code/934-L933 /root/open-lambda/test-dir/worker/handlers/L933/935 }) [SB 1]", "2019/06/28 22:33:29 Evict Sandbox 931", "2019/06/28 22:33:29 Destroy() [SB 931]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 931]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 931]", "2019/06/28 22:33:29 ...returns &{0xc001759420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 935]", "2019/06/28 22:33:29 Pause() [SB 935]", "2019/06/28 22:33:29 Receive request to /run/L934", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10294 [FUNC L934]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L934]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/935-L934, /root/open-lambda/test-dir/worker/handlers/L934, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f360 936 /root/open-lambda/test-dir/worker/sock-handlers/936 /root/open-lambda/test-dir/worker/lambda_code/935-L934 /root/open-lambda/test-dir/worker/handlers/L934/936 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc001759730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 936]", "2019/06/28 22:33:29 Evict Sandbox 932", "2019/06/28 22:33:29 Destroy() [SB 932]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 932]", "2019/06/28 22:33:29 waiting for 1 procs in cg-8 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:29 Evict Sandbox 933", "2019/06/28 22:33:29 Destroy() [SB 933]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 933]", "2019/06/28 22:33:29 waiting for 1 procs in cg-6 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 933]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 932]", "2019/06/28 22:33:29 Pause() [SB 936]", "2019/06/28 22:33:29 Receive request to /run/L935", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10306 [FUNC L935]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L935]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/936-L935, /root/open-lambda/test-dir/worker/handlers/L935, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f380 937 /root/open-lambda/test-dir/worker/sock-handlers/937 /root/open-lambda/test-dir/worker/lambda_code/936-L935 /root/open-lambda/test-dir/worker/handlers/L935/937 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc001759a40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 937]", "2019/06/28 22:33:29 Pause() [SB 937]", "2019/06/28 22:33:29 Receive request to /run/L936", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10316 [FUNC L936]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L936]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/937-L936, /root/open-lambda/test-dir/worker/handlers/L936, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f3a0 938 /root/open-lambda/test-dir/worker/sock-handlers/938 /root/open-lambda/test-dir/worker/lambda_code/937-L936 /root/open-lambda/test-dir/worker/handlers/L936/938 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc0012304d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 938]", "2019/06/28 22:33:29 Evict Sandbox 934", "2019/06/28 22:33:29 Destroy() [SB 934]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 934]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 934]", "2019/06/28 22:33:29 Pause() [SB 938]", "2019/06/28 22:33:29 Receive request to /run/L937", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10327 [FUNC L937]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L937]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/938-L937, /root/open-lambda/test-dir/worker/handlers/L937, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f3c0 939 /root/open-lambda/test-dir/worker/sock-handlers/939 /root/open-lambda/test-dir/worker/lambda_code/938-L937 /root/open-lambda/test-dir/worker/handlers/L937/939 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc001230a10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 939]", "2019/06/28 22:33:29 Evict Sandbox 935", "2019/06/28 22:33:29 Destroy() [SB 935]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 935]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 935]", "2019/06/28 22:33:29 Pause() [SB 939]", "2019/06/28 22:33:29 Receive request to /run/L938", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10338 [FUNC L938]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L938]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/939-L938, /root/open-lambda/test-dir/worker/handlers/L938, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f3e0 940 /root/open-lambda/test-dir/worker/sock-handlers/940 /root/open-lambda/test-dir/worker/lambda_code/939-L938 /root/open-lambda/test-dir/worker/handlers/L938/940 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc001230f50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 940]", "2019/06/28 22:33:29 Evict Sandbox 936", "2019/06/28 22:33:29 Destroy() [SB 936]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 936]", "2019/06/28 22:33:29 waiting for 1 procs in cg-11 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 936]", "2019/06/28 22:33:29 Pause() [SB 940]", "2019/06/28 22:33:29 Receive request to /run/L939", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10349 [FUNC L939]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L939]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/940-L939, /root/open-lambda/test-dir/worker/handlers/L939, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f400 941 /root/open-lambda/test-dir/worker/sock-handlers/941 /root/open-lambda/test-dir/worker/lambda_code/940-L939 /root/open-lambda/test-dir/worker/handlers/L939/941 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc001231500 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 941]", "2019/06/28 22:33:29 Evict Sandbox 937", "2019/06/28 22:33:29 Destroy() [SB 937]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 937]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 937]", "2019/06/28 22:33:29 Pause() [SB 941]", "2019/06/28 22:33:29 Receive request to /run/L940", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10360 [FUNC L940]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L940]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/941-L940, /root/open-lambda/test-dir/worker/handlers/L940, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000f420 942 /root/open-lambda/test-dir/worker/sock-handlers/942 /root/open-lambda/test-dir/worker/lambda_code/941-L940 /root/open-lambda/test-dir/worker/handlers/L940/942 }) [SB 1]", "2019/06/28 22:33:29 ...returns &{0xc001231a40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 942]", "2019/06/28 22:33:29 Evict Sandbox 938", "2019/06/28 22:33:29 Destroy() [SB 938]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 938]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 938]", "2019/06/28 22:33:29 Pause() [SB 942]", "2019/06/28 22:33:29 Receive request to /run/L941", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10371 [FUNC L941]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L941]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/942-L941, /root/open-lambda/test-dir/worker/handlers/L941, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc00000fb60 943 /root/open-lambda/test-dir/worker/sock-handlers/943 /root/open-lambda/test-dir/worker/lambda_code/942-L941 /root/open-lambda/test-dir/worker/handlers/L941/943 }) [SB 1]", "2019/06/28 22:33:29 Evict Sandbox 939", "2019/06/28 22:33:29 Destroy() [SB 939]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 939]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 939]", "2019/06/28 22:33:29 ...returns &{0xc001231f10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 943]", "2019/06/28 22:33:29 Pause() [SB 943]", "2019/06/28 22:33:29 Receive request to /run/L942", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10382 [FUNC L942]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L942]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/943-L942, /root/open-lambda/test-dir/worker/handlers/L942, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc000410200 944 /root/open-lambda/test-dir/worker/sock-handlers/944 /root/open-lambda/test-dir/worker/lambda_code/943-L942 /root/open-lambda/test-dir/worker/handlers/L942/944 }) [SB 1]", "2019/06/28 22:33:29 Evict Sandbox 940", "2019/06/28 22:33:29 Destroy() [SB 940]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 940]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 940]", "2019/06/28 22:33:29 ...returns &{0xc001346540 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 944]", "2019/06/28 22:33:29 Pause() [SB 944]", "2019/06/28 22:33:29 Receive request to /run/L943", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10393 [FUNC L943]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L943]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/944-L943, /root/open-lambda/test-dir/worker/handlers/L943, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc000410800 945 /root/open-lambda/test-dir/worker/sock-handlers/945 /root/open-lambda/test-dir/worker/lambda_code/944-L943 /root/open-lambda/test-dir/worker/handlers/L943/945 }) [SB 1]", "2019/06/28 22:33:29 Evict Sandbox 941", "2019/06/28 22:33:29 Destroy() [SB 941]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 941]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 941]", "2019/06/28 22:33:29 ...returns &{0xc001346d20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 945]", "2019/06/28 22:33:29 Pause() [SB 945]", "2019/06/28 22:33:29 Receive request to /run/L944", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10404 [FUNC L944]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L944]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/945-L944, /root/open-lambda/test-dir/worker/handlers/L944, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc0004114c0 946 /root/open-lambda/test-dir/worker/sock-handlers/946 /root/open-lambda/test-dir/worker/lambda_code/945-L944 /root/open-lambda/test-dir/worker/handlers/L944/946 }) [SB 1]", "2019/06/28 22:33:29 Evict Sandbox 942", "2019/06/28 22:33:29 Destroy() [SB 942]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 942]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 942]", "2019/06/28 22:33:29 ...returns &{0xc001347490 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 946]", "2019/06/28 22:33:29 Pause() [SB 946]", "2019/06/28 22:33:29 Receive request to /run/L945", "2019/06/28 22:33:29 debug: LambdaFunc.Task() runs on goroutine 10415 [FUNC L945]", "2019/06/28 22:33:29 increase instances to 1 [FUNC L945]", "2019/06/28 22:33:29 .Create(/root/open-lambda/test-dir/worker/lambda_code/946-L945, /root/open-lambda/test-dir/worker/handlers/L945, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:29 fork(&{0xc0000826e0 0xc000410e60 947 /root/open-lambda/test-dir/worker/sock-handlers/947 /root/open-lambda/test-dir/worker/lambda_code/946-L945 /root/open-lambda/test-dir/worker/handlers/L945/947 }) [SB 1]", "2019/06/28 22:33:29 Evict Sandbox 943", "2019/06/28 22:33:29 Destroy() [SB 943]", "2019/06/28 22:33:29 kill all procs in CG [SOCK 943]", "2019/06/28 22:33:29 unmount and remove dirs [SOCK 943]", "2019/06/28 22:33:29 ...returns &{0xc001347b90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:29 Channel() [SB 947]", "2019/06/28 22:33:30 Pause() [SB 947]", "2019/06/28 22:33:30 Receive request to /run/L946", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10426 [FUNC L946]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L946]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/947-L946, /root/open-lambda/test-dir/worker/handlers/L946, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f0a0 948 /root/open-lambda/test-dir/worker/sock-handlers/948 /root/open-lambda/test-dir/worker/lambda_code/947-L946 /root/open-lambda/test-dir/worker/handlers/L946/948 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc0010ae230 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 948]", "2019/06/28 22:33:30 Evict Sandbox 944", "2019/06/28 22:33:30 Destroy() [SB 944]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 944]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 944]", "2019/06/28 22:33:30 Pause() [SB 948]", "2019/06/28 22:33:30 Receive request to /run/L947", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10437 [FUNC L947]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L947]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/948-L947, /root/open-lambda/test-dir/worker/handlers/L947, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f0c0 949 /root/open-lambda/test-dir/worker/sock-handlers/949 /root/open-lambda/test-dir/worker/lambda_code/948-L947 /root/open-lambda/test-dir/worker/handlers/L947/949 }) [SB 1]", "2019/06/28 22:33:30 Evict Sandbox 945", "2019/06/28 22:33:30 Destroy() [SB 945]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 945]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 945]", "2019/06/28 22:33:30 ...returns &{0xc0010aed20 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 949]", "2019/06/28 22:33:30 Pause() [SB 949]", "2019/06/28 22:33:30 Receive request to /run/L948", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10448 [FUNC L948]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L948]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/949-L948, /root/open-lambda/test-dir/worker/handlers/L948, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f0e0 950 /root/open-lambda/test-dir/worker/sock-handlers/950 /root/open-lambda/test-dir/worker/lambda_code/949-L948 /root/open-lambda/test-dir/worker/handlers/L948/950 }) [SB 1]", "2019/06/28 22:33:30 Evict Sandbox 946", "2019/06/28 22:33:30 Destroy() [SB 946]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 946]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 946]", "2019/06/28 22:33:30 ...returns &{0xc0010af5e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 950]", "2019/06/28 22:33:30 Pause() [SB 950]", "2019/06/28 22:33:30 Receive request to /run/L949", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10459 [FUNC L949]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L949]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/950-L949, /root/open-lambda/test-dir/worker/handlers/L949, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f100 951 /root/open-lambda/test-dir/worker/sock-handlers/951 /root/open-lambda/test-dir/worker/lambda_code/950-L949 /root/open-lambda/test-dir/worker/handlers/L949/951 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc0010aff10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 951]", "2019/06/28 22:33:30 Evict Sandbox 947", "2019/06/28 22:33:30 Destroy() [SB 947]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 947]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 947]", "2019/06/28 22:33:30 Pause() [SB 951]", "2019/06/28 22:33:30 Receive request to /run/L950", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10470 [FUNC L950]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L950]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/951-L950, /root/open-lambda/test-dir/worker/handlers/L950, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f2e0 952 /root/open-lambda/test-dir/worker/sock-handlers/952 /root/open-lambda/test-dir/worker/lambda_code/951-L950 /root/open-lambda/test-dir/worker/handlers/L950/952 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc000e610a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 952]", "2019/06/28 22:33:30 Evict Sandbox 948", "2019/06/28 22:33:30 Destroy() [SB 948]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 948]", "2019/06/28 22:33:30 waiting for 1 procs in cg-1 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 948]", "2019/06/28 22:33:30 Pause() [SB 952]", "2019/06/28 22:33:30 Receive request to /run/L951", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10481 [FUNC L951]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L951]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/952-L951, /root/open-lambda/test-dir/worker/handlers/L951, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f120 953 /root/open-lambda/test-dir/worker/sock-handlers/953 /root/open-lambda/test-dir/worker/lambda_code/952-L951 /root/open-lambda/test-dir/worker/handlers/L951/953 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc0004e9500 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 953]", "2019/06/28 22:33:30 Evict Sandbox 949", "2019/06/28 22:33:30 Destroy() [SB 949]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 949]", "2019/06/28 22:33:30 waiting for 1 procs in cg-2 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 949]", "2019/06/28 22:33:30 Pause() [SB 953]", "2019/06/28 22:33:30 Receive request to /run/L952", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10492 [FUNC L952]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L952]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/953-L952, /root/open-lambda/test-dir/worker/handlers/L952, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f2c0 954 /root/open-lambda/test-dir/worker/sock-handlers/954 /root/open-lambda/test-dir/worker/lambda_code/953-L952 /root/open-lambda/test-dir/worker/handlers/L952/954 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc000369c00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 954]", "2019/06/28 22:33:30 Evict Sandbox 950", "2019/06/28 22:33:30 Destroy() [SB 950]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 950]", "2019/06/28 22:33:30 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 950]", "2019/06/28 22:33:30 Pause() [SB 954]", "2019/06/28 22:33:30 Receive request to /run/L953", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10503 [FUNC L953]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L953]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/954-L953, /root/open-lambda/test-dir/worker/handlers/L953, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f300 955 /root/open-lambda/test-dir/worker/sock-handlers/955 /root/open-lambda/test-dir/worker/lambda_code/954-L953 /root/open-lambda/test-dir/worker/handlers/L953/955 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc000cb2230 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 955]", "2019/06/28 22:33:30 Evict Sandbox 951", "2019/06/28 22:33:30 Destroy() [SB 951]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 951]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 951]", "2019/06/28 22:33:30 Pause() [SB 955]", "2019/06/28 22:33:30 Receive request to /run/L954", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10514 [FUNC L954]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L954]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/955-L954, /root/open-lambda/test-dir/worker/handlers/L954, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f320 956 /root/open-lambda/test-dir/worker/sock-handlers/956 /root/open-lambda/test-dir/worker/lambda_code/955-L954 /root/open-lambda/test-dir/worker/handlers/L954/956 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc000cb3c00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 956]", "2019/06/28 22:33:30 Evict Sandbox 952", "2019/06/28 22:33:30 Destroy() [SB 952]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 952]", "2019/06/28 22:33:30 waiting for 1 procs in cg-7 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 952]", "2019/06/28 22:33:30 Pause() [SB 956]", "2019/06/28 22:33:30 Receive request to /run/L955", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10525 [FUNC L955]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L955]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/956-L955, /root/open-lambda/test-dir/worker/handlers/L955, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f340 957 /root/open-lambda/test-dir/worker/sock-handlers/957 /root/open-lambda/test-dir/worker/lambda_code/956-L955 /root/open-lambda/test-dir/worker/handlers/L955/957 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc000d987e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 957]", "2019/06/28 22:33:30 Evict Sandbox 953", "2019/06/28 22:33:30 Destroy() [SB 953]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 953]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 953]", "2019/06/28 22:33:30 Pause() [SB 957]", "2019/06/28 22:33:30 Receive request to /run/L956", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10536 [FUNC L956]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L956]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/957-L956, /root/open-lambda/test-dir/worker/handlers/L956, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f360 958 /root/open-lambda/test-dir/worker/sock-handlers/958 /root/open-lambda/test-dir/worker/lambda_code/957-L956 /root/open-lambda/test-dir/worker/handlers/L956/958 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc000d99420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 958]", "2019/06/28 22:33:30 Evict Sandbox 954", "2019/06/28 22:33:30 Destroy() [SB 954]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 954]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 954]", "2019/06/28 22:33:30 Pause() [SB 958]", "2019/06/28 22:33:30 Receive request to /run/L957", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10547 [FUNC L957]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L957]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/958-L957, /root/open-lambda/test-dir/worker/handlers/L957, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f380 959 /root/open-lambda/test-dir/worker/sock-handlers/959 /root/open-lambda/test-dir/worker/lambda_code/958-L957 /root/open-lambda/test-dir/worker/handlers/L957/959 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc000d99f10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 959]", "2019/06/28 22:33:30 Evict Sandbox 955", "2019/06/28 22:33:30 Destroy() [SB 955]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 955]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 955]", "2019/06/28 22:33:30 Pause() [SB 959]", "2019/06/28 22:33:30 Receive request to /run/L958", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10558 [FUNC L958]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L958]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/959-L958, /root/open-lambda/test-dir/worker/handlers/L958, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f3a0 960 /root/open-lambda/test-dir/worker/sock-handlers/960 /root/open-lambda/test-dir/worker/lambda_code/959-L958 /root/open-lambda/test-dir/worker/handlers/L958/960 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc0015de460 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 960]", "2019/06/28 22:33:30 Evict Sandbox 956", "2019/06/28 22:33:30 Destroy() [SB 956]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 956]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 956]", "2019/06/28 22:33:30 Pause() [SB 960]", "2019/06/28 22:33:30 Receive request to /run/L959", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10569 [FUNC L959]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L959]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/960-L959, /root/open-lambda/test-dir/worker/handlers/L959, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f3c0 961 /root/open-lambda/test-dir/worker/sock-handlers/961 /root/open-lambda/test-dir/worker/lambda_code/960-L959 /root/open-lambda/test-dir/worker/handlers/L959/961 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc0015de850 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 961]", "2019/06/28 22:33:30 Evict Sandbox 957", "2019/06/28 22:33:30 Destroy() [SB 957]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 957]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 957]", "2019/06/28 22:33:30 Pause() [SB 961]", "2019/06/28 22:33:30 Receive request to /run/L960", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10580 [FUNC L960]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L960]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/961-L960, /root/open-lambda/test-dir/worker/handlers/L960, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f3e0 962 /root/open-lambda/test-dir/worker/sock-handlers/962 /root/open-lambda/test-dir/worker/lambda_code/961-L960 /root/open-lambda/test-dir/worker/handlers/L960/962 }) [SB 1]", "2019/06/28 22:33:30 Evict Sandbox 958", "2019/06/28 22:33:30 Destroy() [SB 958]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 958]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 958]", "2019/06/28 22:33:30 ...returns &{0xc0015dec40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 962]", "2019/06/28 22:33:30 Pause() [SB 962]", "2019/06/28 22:33:30 Receive request to /run/L961", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10591 [FUNC L961]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L961]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/962-L961, /root/open-lambda/test-dir/worker/handlers/L961, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f400 963 /root/open-lambda/test-dir/worker/sock-handlers/963 /root/open-lambda/test-dir/worker/lambda_code/962-L961 /root/open-lambda/test-dir/worker/handlers/L961/963 }) [SB 1]", "2019/06/28 22:33:30 Evict Sandbox 959", "2019/06/28 22:33:30 Destroy() [SB 959]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 959]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 959]", "2019/06/28 22:33:30 ...returns &{0xc0015df0a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 963]", "2019/06/28 22:33:30 Pause() [SB 963]", "2019/06/28 22:33:30 Receive request to /run/L962", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10602 [FUNC L962]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L962]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/963-L962, /root/open-lambda/test-dir/worker/handlers/L962, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000f420 964 /root/open-lambda/test-dir/worker/sock-handlers/964 /root/open-lambda/test-dir/worker/lambda_code/963-L962 /root/open-lambda/test-dir/worker/handlers/L962/964 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc0015df490 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 964]", "2019/06/28 22:33:30 Evict Sandbox 960", "2019/06/28 22:33:30 Destroy() [SB 960]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 960]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 960]", "2019/06/28 22:33:30 Pause() [SB 964]", "2019/06/28 22:33:30 Receive request to /run/L963", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10613 [FUNC L963]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L963]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/964-L963, /root/open-lambda/test-dir/worker/handlers/L963, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc00000fb60 965 /root/open-lambda/test-dir/worker/sock-handlers/965 /root/open-lambda/test-dir/worker/lambda_code/964-L963 /root/open-lambda/test-dir/worker/handlers/L963/965 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc0015df960 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 965]", "2019/06/28 22:33:30 Evict Sandbox 961", "2019/06/28 22:33:30 Destroy() [SB 961]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 961]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 961]", "2019/06/28 22:33:30 Pause() [SB 965]", "2019/06/28 22:33:30 Receive request to /run/L964", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10624 [FUNC L964]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L964]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/965-L964, /root/open-lambda/test-dir/worker/handlers/L964, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc000410200 966 /root/open-lambda/test-dir/worker/sock-handlers/966 /root/open-lambda/test-dir/worker/lambda_code/965-L964 /root/open-lambda/test-dir/worker/handlers/L964/966 }) [SB 1]", "2019/06/28 22:33:30 Evict Sandbox 962", "2019/06/28 22:33:30 Destroy() [SB 962]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 962]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 962]", "2019/06/28 22:33:30 ...returns &{0xc0015dfd50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 966]", "2019/06/28 22:33:30 Pause() [SB 966]", "2019/06/28 22:33:30 Receive request to /run/L965", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10635 [FUNC L965]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L965]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/966-L965, /root/open-lambda/test-dir/worker/handlers/L965, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc000410800 967 /root/open-lambda/test-dir/worker/sock-handlers/967 /root/open-lambda/test-dir/worker/lambda_code/966-L965 /root/open-lambda/test-dir/worker/handlers/L965/967 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc0017580e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 967]", "2019/06/28 22:33:30 Evict Sandbox 963", "2019/06/28 22:33:30 Destroy() [SB 963]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 963]", "2019/06/28 22:33:30 unmount and remove dirs [SOCK 963]", "2019/06/28 22:33:30 Pause() [SB 967]", "2019/06/28 22:33:30 Receive request to /run/L966", "2019/06/28 22:33:30 debug: LambdaFunc.Task() runs on goroutine 10646 [FUNC L966]", "2019/06/28 22:33:30 increase instances to 1 [FUNC L966]", "2019/06/28 22:33:30 .Create(/root/open-lambda/test-dir/worker/lambda_code/967-L966, /root/open-lambda/test-dir/worker/handlers/L966, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:30 fork(&{0xc0000826e0 0xc0004114c0 968 /root/open-lambda/test-dir/worker/sock-handlers/968 /root/open-lambda/test-dir/worker/lambda_code/967-L966 /root/open-lambda/test-dir/worker/handlers/L966/968 }) [SB 1]", "2019/06/28 22:33:30 ...returns &{0xc0017584d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:30 Channel() [SB 968]", "2019/06/28 22:33:30 Evict Sandbox 964", "2019/06/28 22:33:30 Destroy() [SB 964]", "2019/06/28 22:33:30 kill all procs in CG [SOCK 964]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 964]", "2019/06/28 22:33:31 Pause() [SB 968]", "2019/06/28 22:33:31 Receive request to /run/L967", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10657 [FUNC L967]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L967]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/968-L967, /root/open-lambda/test-dir/worker/handlers/L967, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc000410e60 969 /root/open-lambda/test-dir/worker/sock-handlers/969 /root/open-lambda/test-dir/worker/lambda_code/968-L967 /root/open-lambda/test-dir/worker/handlers/L967/969 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc0017588c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 969]", "2019/06/28 22:33:31 Evict Sandbox 965", "2019/06/28 22:33:31 Destroy() [SB 965]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 965]", "2019/06/28 22:33:31 waiting for 1 procs in cg-18 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 965]", "2019/06/28 22:33:31 Pause() [SB 969]", "2019/06/28 22:33:31 Receive request to /run/L968", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10668 [FUNC L968]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L968]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/969-L968, /root/open-lambda/test-dir/worker/handlers/L968, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f0a0 970 /root/open-lambda/test-dir/worker/sock-handlers/970 /root/open-lambda/test-dir/worker/lambda_code/969-L968 /root/open-lambda/test-dir/worker/handlers/L968/970 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc001758c40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 970]", "2019/06/28 22:33:31 Evict Sandbox 966", "2019/06/28 22:33:31 Destroy() [SB 966]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 966]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 966]", "2019/06/28 22:33:31 Pause() [SB 970]", "2019/06/28 22:33:31 Receive request to /run/L969", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10679 [FUNC L969]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L969]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/970-L969, /root/open-lambda/test-dir/worker/handlers/L969, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f0c0 971 /root/open-lambda/test-dir/worker/sock-handlers/971 /root/open-lambda/test-dir/worker/lambda_code/970-L969 /root/open-lambda/test-dir/worker/handlers/L969/971 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc001758fc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 971]", "2019/06/28 22:33:31 Evict Sandbox 967", "2019/06/28 22:33:31 Destroy() [SB 967]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 967]", "2019/06/28 22:33:31 waiting for 1 procs in cg-20 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 967]", "2019/06/28 22:33:31 Pause() [SB 971]", "2019/06/28 22:33:31 Receive request to /run/L970", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10690 [FUNC L970]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L970]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/971-L970, /root/open-lambda/test-dir/worker/handlers/L970, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f0e0 972 /root/open-lambda/test-dir/worker/sock-handlers/972 /root/open-lambda/test-dir/worker/lambda_code/971-L970 /root/open-lambda/test-dir/worker/handlers/L970/972 }) [SB 1]", "2019/06/28 22:33:31 Evict Sandbox 968", "2019/06/28 22:33:31 Destroy() [SB 968]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 968]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 968]", "2019/06/28 22:33:31 ...returns &{0xc001759340 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 972]", "2019/06/28 22:33:31 Pause() [SB 972]", "2019/06/28 22:33:31 Receive request to /run/L971", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10701 [FUNC L971]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L971]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/972-L971, /root/open-lambda/test-dir/worker/handlers/L971, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f100 973 /root/open-lambda/test-dir/worker/sock-handlers/973 /root/open-lambda/test-dir/worker/lambda_code/972-L971 /root/open-lambda/test-dir/worker/handlers/L971/973 }) [SB 1]", "2019/06/28 22:33:31 Evict Sandbox 969", "2019/06/28 22:33:31 Destroy() [SB 969]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 969]", "2019/06/28 22:33:31 waiting for 1 procs in cg-21 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:31 ...returns &{0xc0017596c0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 973]", "2019/06/28 22:33:31 Evict Sandbox 970", "2019/06/28 22:33:31 Destroy() [SB 970]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 970]", "2019/06/28 22:33:31 waiting for 1 procs in cg-1 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 969]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 970]", "2019/06/28 22:33:31 Pause() [SB 973]", "2019/06/28 22:33:31 Receive request to /run/L972", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10713 [FUNC L972]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L972]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/973-L972, /root/open-lambda/test-dir/worker/handlers/L972, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f2e0 974 /root/open-lambda/test-dir/worker/sock-handlers/974 /root/open-lambda/test-dir/worker/lambda_code/973-L972 /root/open-lambda/test-dir/worker/handlers/L972/974 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc001759d50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 974]", "2019/06/28 22:33:31 Pause() [SB 974]", "2019/06/28 22:33:31 Receive request to /run/L973", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10723 [FUNC L973]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L973]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/974-L973, /root/open-lambda/test-dir/worker/handlers/L973, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f120 975 /root/open-lambda/test-dir/worker/sock-handlers/975 /root/open-lambda/test-dir/worker/lambda_code/974-L973 /root/open-lambda/test-dir/worker/handlers/L973/975 }) [SB 1]", "2019/06/28 22:33:31 Evict Sandbox 971", "2019/06/28 22:33:31 Destroy() [SB 971]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 971]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 971]", "2019/06/28 22:33:31 ...returns &{0xc000e50070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 975]", "2019/06/28 22:33:31 Pause() [SB 975]", "2019/06/28 22:33:31 Receive request to /run/L974", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10734 [FUNC L974]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L974]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/975-L974, /root/open-lambda/test-dir/worker/handlers/L974, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f2c0 976 /root/open-lambda/test-dir/worker/sock-handlers/976 /root/open-lambda/test-dir/worker/lambda_code/975-L974 /root/open-lambda/test-dir/worker/handlers/L974/976 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc000e50380 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 976]", "2019/06/28 22:33:31 Evict Sandbox 972", "2019/06/28 22:33:31 Destroy() [SB 972]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 972]", "2019/06/28 22:33:31 waiting for 1 procs in cg-3 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 972]", "2019/06/28 22:33:31 Pause() [SB 976]", "2019/06/28 22:33:31 Receive request to /run/L975", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10745 [FUNC L975]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L975]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/976-L975, /root/open-lambda/test-dir/worker/handlers/L975, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f300 977 /root/open-lambda/test-dir/worker/sock-handlers/977 /root/open-lambda/test-dir/worker/lambda_code/976-L975 /root/open-lambda/test-dir/worker/handlers/L975/977 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc000e50690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 977]", "2019/06/28 22:33:31 Evict Sandbox 973", "2019/06/28 22:33:31 Destroy() [SB 973]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 973]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 973]", "2019/06/28 22:33:31 Pause() [SB 977]", "2019/06/28 22:33:31 Receive request to /run/L976", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10756 [FUNC L976]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L976]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/977-L976, /root/open-lambda/test-dir/worker/handlers/L976, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f320 978 /root/open-lambda/test-dir/worker/sock-handlers/978 /root/open-lambda/test-dir/worker/lambda_code/977-L976 /root/open-lambda/test-dir/worker/handlers/L976/978 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc000e509a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 978]", "2019/06/28 22:33:31 Evict Sandbox 974", "2019/06/28 22:33:31 Destroy() [SB 974]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 974]", "2019/06/28 22:33:31 waiting for 1 procs in cg-7 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 974]", "2019/06/28 22:33:31 Pause() [SB 978]", "2019/06/28 22:33:31 Receive request to /run/L977", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10767 [FUNC L977]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L977]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/978-L977, /root/open-lambda/test-dir/worker/handlers/L977, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f340 979 /root/open-lambda/test-dir/worker/sock-handlers/979 /root/open-lambda/test-dir/worker/lambda_code/978-L977 /root/open-lambda/test-dir/worker/handlers/L977/979 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc000e50cb0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 979]", "2019/06/28 22:33:31 Evict Sandbox 975", "2019/06/28 22:33:31 Destroy() [SB 975]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 975]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 975]", "2019/06/28 22:33:31 Pause() [SB 979]", "2019/06/28 22:33:31 Receive request to /run/L978", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10778 [FUNC L978]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L978]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/979-L978, /root/open-lambda/test-dir/worker/handlers/L978, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f360 980 /root/open-lambda/test-dir/worker/sock-handlers/980 /root/open-lambda/test-dir/worker/lambda_code/979-L978 /root/open-lambda/test-dir/worker/handlers/L978/980 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc000e502a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 980]", "2019/06/28 22:33:31 Evict Sandbox 976", "2019/06/28 22:33:31 Destroy() [SB 976]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 976]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 976]", "2019/06/28 22:33:31 Pause() [SB 980]", "2019/06/28 22:33:31 Receive request to /run/L979", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10789 [FUNC L979]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L979]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/980-L979, /root/open-lambda/test-dir/worker/handlers/L979, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f380 981 /root/open-lambda/test-dir/worker/sock-handlers/981 /root/open-lambda/test-dir/worker/lambda_code/980-L979 /root/open-lambda/test-dir/worker/handlers/L979/981 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc000e50620 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 981]", "2019/06/28 22:33:31 Evict Sandbox 977", "2019/06/28 22:33:31 Destroy() [SB 977]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 977]", "2019/06/28 22:33:31 waiting for 1 procs in cg-8 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 977]", "2019/06/28 22:33:31 Pause() [SB 981]", "2019/06/28 22:33:31 Receive request to /run/L980", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10800 [FUNC L980]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L980]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/981-L980, /root/open-lambda/test-dir/worker/handlers/L980, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f3a0 982 /root/open-lambda/test-dir/worker/sock-handlers/982 /root/open-lambda/test-dir/worker/lambda_code/981-L980 /root/open-lambda/test-dir/worker/handlers/L980/982 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc000e50a10 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 982]", "2019/06/28 22:33:31 Evict Sandbox 978", "2019/06/28 22:33:31 Destroy() [SB 978]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 978]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 978]", "2019/06/28 22:33:31 Pause() [SB 982]", "2019/06/28 22:33:31 Receive request to /run/L981", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10811 [FUNC L981]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L981]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/982-L981, /root/open-lambda/test-dir/worker/handlers/L981, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f3c0 983 /root/open-lambda/test-dir/worker/sock-handlers/983 /root/open-lambda/test-dir/worker/lambda_code/982-L981 /root/open-lambda/test-dir/worker/handlers/L981/983 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc000e50e00 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 983]", "2019/06/28 22:33:31 Evict Sandbox 979", "2019/06/28 22:33:31 Destroy() [SB 979]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 979]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 979]", "2019/06/28 22:33:31 Pause() [SB 983]", "2019/06/28 22:33:31 Receive request to /run/L982", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10822 [FUNC L982]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L982]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/983-L982, /root/open-lambda/test-dir/worker/handlers/L982, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f3e0 984 /root/open-lambda/test-dir/worker/sock-handlers/984 /root/open-lambda/test-dir/worker/lambda_code/983-L982 /root/open-lambda/test-dir/worker/handlers/L982/984 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc000e51110 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 984]", "2019/06/28 22:33:31 Evict Sandbox 980", "2019/06/28 22:33:31 Destroy() [SB 980]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 980]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 980]", "2019/06/28 22:33:31 Pause() [SB 984]", "2019/06/28 22:33:31 Receive request to /run/L983", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10833 [FUNC L983]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L983]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/984-L983, /root/open-lambda/test-dir/worker/handlers/L983, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f400 985 /root/open-lambda/test-dir/worker/sock-handlers/985 /root/open-lambda/test-dir/worker/lambda_code/984-L983 /root/open-lambda/test-dir/worker/handlers/L983/985 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc000e51420 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 985]", "2019/06/28 22:33:31 Evict Sandbox 981", "2019/06/28 22:33:31 Destroy() [SB 981]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 981]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 981]", "2019/06/28 22:33:31 Pause() [SB 985]", "2019/06/28 22:33:31 Receive request to /run/L984", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10844 [FUNC L984]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L984]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/985-L984, /root/open-lambda/test-dir/worker/handlers/L984, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000f420 986 /root/open-lambda/test-dir/worker/sock-handlers/986 /root/open-lambda/test-dir/worker/lambda_code/985-L984 /root/open-lambda/test-dir/worker/handlers/L984/986 }) [SB 1]", "2019/06/28 22:33:31 Evict Sandbox 982", "2019/06/28 22:33:31 Destroy() [SB 982]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 982]", "2019/06/28 22:33:31 waiting for 1 procs in cg-13 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:31 ...returns &{0xc000e51730 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 986]", "2019/06/28 22:33:31 Evict Sandbox 983", "2019/06/28 22:33:31 Destroy() [SB 983]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 983]", "2019/06/28 22:33:31 waiting for 1 procs in cg-14 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 982]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 983]", "2019/06/28 22:33:31 Pause() [SB 986]", "2019/06/28 22:33:31 Receive request to /run/L985", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10856 [FUNC L985]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L985]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/986-L985, /root/open-lambda/test-dir/worker/handlers/L985, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc00000fb60 987 /root/open-lambda/test-dir/worker/sock-handlers/987 /root/open-lambda/test-dir/worker/lambda_code/986-L985 /root/open-lambda/test-dir/worker/handlers/L985/987 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc000e51a40 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 987]", "2019/06/28 22:33:31 Pause() [SB 987]", "2019/06/28 22:33:31 Receive request to /run/L986", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10866 [FUNC L986]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L986]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/987-L986, /root/open-lambda/test-dir/worker/handlers/L986, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc000410200 988 /root/open-lambda/test-dir/worker/sock-handlers/988 /root/open-lambda/test-dir/worker/lambda_code/987-L986 /root/open-lambda/test-dir/worker/handlers/L986/988 }) [SB 1]", "2019/06/28 22:33:31 Evict Sandbox 984", "2019/06/28 22:33:31 Destroy() [SB 984]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 984]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 984]", "2019/06/28 22:33:31 ...returns &{0xc000e51d50 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 988]", "2019/06/28 22:33:31 Pause() [SB 988]", "2019/06/28 22:33:31 Receive request to /run/L987", "2019/06/28 22:33:31 debug: LambdaFunc.Task() runs on goroutine 10877 [FUNC L987]", "2019/06/28 22:33:31 increase instances to 1 [FUNC L987]", "2019/06/28 22:33:31 .Create(/root/open-lambda/test-dir/worker/lambda_code/988-L987, /root/open-lambda/test-dir/worker/handlers/L987, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:31 fork(&{0xc0000826e0 0xc000410800 989 /root/open-lambda/test-dir/worker/sock-handlers/989 /root/open-lambda/test-dir/worker/lambda_code/988-L987 /root/open-lambda/test-dir/worker/handlers/L987/989 }) [SB 1]", "2019/06/28 22:33:31 ...returns &{0xc001758070 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:31 Channel() [SB 989]", "2019/06/28 22:33:31 Evict Sandbox 985", "2019/06/28 22:33:31 Destroy() [SB 985]", "2019/06/28 22:33:31 kill all procs in CG [SOCK 985]", "2019/06/28 22:33:31 unmount and remove dirs [SOCK 985]", "2019/06/28 22:33:32 Pause() [SB 989]", "2019/06/28 22:33:32 Receive request to /run/L988", "2019/06/28 22:33:32 debug: LambdaFunc.Task() runs on goroutine 10888 [FUNC L988]", "2019/06/28 22:33:32 increase instances to 1 [FUNC L988]", "2019/06/28 22:33:32 .Create(/root/open-lambda/test-dir/worker/lambda_code/989-L988, /root/open-lambda/test-dir/worker/handlers/L988, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:32 fork(&{0xc0000826e0 0xc0004114c0 990 /root/open-lambda/test-dir/worker/sock-handlers/990 /root/open-lambda/test-dir/worker/lambda_code/989-L988 /root/open-lambda/test-dir/worker/handlers/L988/990 }) [SB 1]", "2019/06/28 22:33:32 ...returns &{0xc0017585b0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:32 Channel() [SB 990]", "2019/06/28 22:33:32 Evict Sandbox 986", "2019/06/28 22:33:32 Destroy() [SB 986]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 986]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 986]", "2019/06/28 22:33:32 Pause() [SB 990]", "2019/06/28 22:33:32 Receive request to /run/L989", "2019/06/28 22:33:32 debug: LambdaFunc.Task() runs on goroutine 10899 [FUNC L989]", "2019/06/28 22:33:32 increase instances to 1 [FUNC L989]", "2019/06/28 22:33:32 .Create(/root/open-lambda/test-dir/worker/lambda_code/990-L989, /root/open-lambda/test-dir/worker/handlers/L989, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:32 fork(&{0xc0000826e0 0xc000410e60 991 /root/open-lambda/test-dir/worker/sock-handlers/991 /root/open-lambda/test-dir/worker/lambda_code/990-L989 /root/open-lambda/test-dir/worker/handlers/L989/991 }) [SB 1]", "2019/06/28 22:33:32 ...returns &{0xc0017589a0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:32 Channel() [SB 991]", "2019/06/28 22:33:32 Evict Sandbox 987", "2019/06/28 22:33:32 Destroy() [SB 987]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 987]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 987]", "2019/06/28 22:33:32 Pause() [SB 991]", "2019/06/28 22:33:32 Receive request to /run/L990", "2019/06/28 22:33:32 debug: LambdaFunc.Task() runs on goroutine 10910 [FUNC L990]", "2019/06/28 22:33:32 increase instances to 1 [FUNC L990]", "2019/06/28 22:33:32 .Create(/root/open-lambda/test-dir/worker/lambda_code/991-L990, /root/open-lambda/test-dir/worker/handlers/L990, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:32 fork(&{0xc0000826e0 0xc00000f0a0 992 /root/open-lambda/test-dir/worker/sock-handlers/992 /root/open-lambda/test-dir/worker/lambda_code/991-L990 /root/open-lambda/test-dir/worker/handlers/L990/992 }) [SB 1]", "2019/06/28 22:33:32 ...returns &{0xc001758d90 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:32 Channel() [SB 992]", "2019/06/28 22:33:32 Evict Sandbox 988", "2019/06/28 22:33:32 Destroy() [SB 988]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 988]", "2019/06/28 22:33:32 waiting for 1 procs in cg-19 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 988]", "2019/06/28 22:33:32 Pause() [SB 992]", "2019/06/28 22:33:32 Receive request to /run/L991", "2019/06/28 22:33:32 debug: LambdaFunc.Task() runs on goroutine 10921 [FUNC L991]", "2019/06/28 22:33:32 increase instances to 1 [FUNC L991]", "2019/06/28 22:33:32 .Create(/root/open-lambda/test-dir/worker/lambda_code/992-L991, /root/open-lambda/test-dir/worker/handlers/L991, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:32 fork(&{0xc0000826e0 0xc00000f0c0 993 /root/open-lambda/test-dir/worker/sock-handlers/993 /root/open-lambda/test-dir/worker/lambda_code/992-L991 /root/open-lambda/test-dir/worker/handlers/L991/993 }) [SB 1]", "2019/06/28 22:33:32 ...returns &{0xc0017591f0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:32 Channel() [SB 993]", "2019/06/28 22:33:32 Evict Sandbox 989", "2019/06/28 22:33:32 Destroy() [SB 989]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 989]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 989]", "2019/06/28 22:33:32 Pause() [SB 993]", "2019/06/28 22:33:32 Receive request to /run/L992", "2019/06/28 22:33:32 debug: LambdaFunc.Task() runs on goroutine 10932 [FUNC L992]", "2019/06/28 22:33:32 increase instances to 1 [FUNC L992]", "2019/06/28 22:33:32 .Create(/root/open-lambda/test-dir/worker/lambda_code/993-L992, /root/open-lambda/test-dir/worker/handlers/L992, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:32 fork(&{0xc0000826e0 0xc00000f0e0 994 /root/open-lambda/test-dir/worker/sock-handlers/994 /root/open-lambda/test-dir/worker/lambda_code/993-L992 /root/open-lambda/test-dir/worker/handlers/L992/994 }) [SB 1]", "2019/06/28 22:33:32 Evict Sandbox 990", "2019/06/28 22:33:32 Destroy() [SB 990]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 990]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 990]", "2019/06/28 22:33:32 ...returns &{0xc0017595e0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:32 Channel() [SB 994]", "2019/06/28 22:33:32 Pause() [SB 994]", "2019/06/28 22:33:32 Receive request to /run/L993", "2019/06/28 22:33:32 debug: LambdaFunc.Task() runs on goroutine 10943 [FUNC L993]", "2019/06/28 22:33:32 increase instances to 1 [FUNC L993]", "2019/06/28 22:33:32 .Create(/root/open-lambda/test-dir/worker/lambda_code/994-L993, /root/open-lambda/test-dir/worker/handlers/L993, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:32 fork(&{0xc0000826e0 0xc00000f100 995 /root/open-lambda/test-dir/worker/sock-handlers/995 /root/open-lambda/test-dir/worker/lambda_code/994-L993 /root/open-lambda/test-dir/worker/handlers/L993/995 }) [SB 1]", "2019/06/28 22:33:32 ...returns &{0xc0017599d0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:32 Channel() [SB 995]", "2019/06/28 22:33:32 Evict Sandbox 991", "2019/06/28 22:33:32 Destroy() [SB 991]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 991]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 991]", "2019/06/28 22:33:32 Pause() [SB 995]", "2019/06/28 22:33:32 Receive request to /run/L994", "2019/06/28 22:33:32 debug: LambdaFunc.Task() runs on goroutine 10954 [FUNC L994]", "2019/06/28 22:33:32 increase instances to 1 [FUNC L994]", "2019/06/28 22:33:32 .Create(/root/open-lambda/test-dir/worker/lambda_code/995-L994, /root/open-lambda/test-dir/worker/handlers/L994, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:32 fork(&{0xc0000826e0 0xc00000f2e0 996 /root/open-lambda/test-dir/worker/sock-handlers/996 /root/open-lambda/test-dir/worker/lambda_code/995-L994 /root/open-lambda/test-dir/worker/handlers/L994/996 }) [SB 1]", "2019/06/28 22:33:32 Evict Sandbox 992", "2019/06/28 22:33:32 Destroy() [SB 992]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 992]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 992]", "2019/06/28 22:33:32 ...returns &{0xc001759dc0 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:32 Channel() [SB 996]", "2019/06/28 22:33:32 Pause() [SB 996]", "2019/06/28 22:33:32 Receive request to /run/L995", "2019/06/28 22:33:32 debug: LambdaFunc.Task() runs on goroutine 10965 [FUNC L995]", "2019/06/28 22:33:32 increase instances to 1 [FUNC L995]", "2019/06/28 22:33:32 .Create(/root/open-lambda/test-dir/worker/lambda_code/996-L995, /root/open-lambda/test-dir/worker/handlers/L995, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:32 fork(&{0xc0000826e0 0xc00000f120 997 /root/open-lambda/test-dir/worker/sock-handlers/997 /root/open-lambda/test-dir/worker/lambda_code/996-L995 /root/open-lambda/test-dir/worker/handlers/L995/997 }) [SB 1]", "2019/06/28 22:33:32 Evict Sandbox 993", "2019/06/28 22:33:32 Destroy() [SB 993]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 993]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 993]", "2019/06/28 22:33:32 ...returns &{0xc0015de150 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:32 Channel() [SB 997]", "2019/06/28 22:33:32 Pause() [SB 997]", "2019/06/28 22:33:32 Receive request to /run/L996", "2019/06/28 22:33:32 debug: LambdaFunc.Task() runs on goroutine 10976 [FUNC L996]", "2019/06/28 22:33:32 increase instances to 1 [FUNC L996]", "2019/06/28 22:33:32 .Create(/root/open-lambda/test-dir/worker/lambda_code/997-L996, /root/open-lambda/test-dir/worker/handlers/L996, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:32 fork(&{0xc0000826e0 0xc00000f2c0 998 /root/open-lambda/test-dir/worker/sock-handlers/998 /root/open-lambda/test-dir/worker/lambda_code/997-L996 /root/open-lambda/test-dir/worker/handlers/L996/998 }) [SB 1]", "2019/06/28 22:33:32 Evict Sandbox 994", "2019/06/28 22:33:32 Destroy() [SB 994]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 994]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 994]", "2019/06/28 22:33:32 ...returns &{0xc0015de690 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:32 Channel() [SB 998]", "2019/06/28 22:33:32 Pause() [SB 998]", "2019/06/28 22:33:32 Receive request to /run/L997", "2019/06/28 22:33:32 debug: LambdaFunc.Task() runs on goroutine 10987 [FUNC L997]", "2019/06/28 22:33:32 increase instances to 1 [FUNC L997]", "2019/06/28 22:33:32 .Create(/root/open-lambda/test-dir/worker/lambda_code/998-L997, /root/open-lambda/test-dir/worker/handlers/L997, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:32 fork(&{0xc0000826e0 0xc00000f300 999 /root/open-lambda/test-dir/worker/sock-handlers/999 /root/open-lambda/test-dir/worker/lambda_code/998-L997 /root/open-lambda/test-dir/worker/handlers/L997/999 }) [SB 1]", "2019/06/28 22:33:32 ...returns &{0xc0015deb60 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:32 Channel() [SB 999]", "2019/06/28 22:33:32 Evict Sandbox 995", "2019/06/28 22:33:32 Destroy() [SB 995]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 995]", "2019/06/28 22:33:32 waiting for 1 procs in cg-4 to die [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 995]", "2019/06/28 22:33:32 Pause() [SB 999]", "2019/06/28 22:33:32 Receive request to /run/L998", "2019/06/28 22:33:32 debug: LambdaFunc.Task() runs on goroutine 10998 [FUNC L998]", "2019/06/28 22:33:32 increase instances to 1 [FUNC L998]", "2019/06/28 22:33:32 .Create(/root/open-lambda/test-dir/worker/lambda_code/999-L998, /root/open-lambda/test-dir/worker/handlers/L998, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:32 fork(&{0xc0000826e0 0xc00000f320 1000 /root/open-lambda/test-dir/worker/sock-handlers/1000 /root/open-lambda/test-dir/worker/lambda_code/999-L998 /root/open-lambda/test-dir/worker/handlers/L998/1000 }) [SB 1]", "2019/06/28 22:33:32 Evict Sandbox 996", "2019/06/28 22:33:32 Destroy() [SB 996]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 996]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 996]", "2019/06/28 22:33:32 ...returns &{0xc0015df030 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:32 Channel() [SB 1000]", "2019/06/28 22:33:32 Pause() [SB 1000]", "2019/06/28 22:33:32 Receive request to /run/L999", "2019/06/28 22:33:32 debug: LambdaFunc.Task() runs on goroutine 11009 [FUNC L999]", "2019/06/28 22:33:32 increase instances to 1 [FUNC L999]", "2019/06/28 22:33:32 .Create(/root/open-lambda/test-dir/worker/lambda_code/1000-L999, /root/open-lambda/test-dir/worker/handlers/L999, [], &{0xc00011de30 {0 0} false [0x818a40 0x819da0]})...", "2019/06/28 22:33:32 fork(&{0xc0000826e0 0xc00000f340 1001 /root/open-lambda/test-dir/worker/sock-handlers/1001 /root/open-lambda/test-dir/worker/lambda_code/1000-L999 /root/open-lambda/test-dir/worker/handlers/L999/1001 }) [SB 1]", "2019/06/28 22:33:32 ...returns &{0xc0015df570 {0 0} false [0x818a40 0x819da0]}, ", "2019/06/28 22:33:32 Channel() [SB 1001]", "2019/06/28 22:33:32 Evict Sandbox 997", "2019/06/28 22:33:32 Destroy() [SB 997]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 997]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 997]", "2019/06/28 22:33:32 Pause() [SB 1001]", "2019/06/28 22:33:32 received kill signal, cleaning up", "Kill function: L1352019/06/28 22:33:32 Destroy() [SB 137]", "Kill function: L2242019/06/28 22:33:32 Destroy() [SB 226]", "Kill function: L522019/06/28 22:33:32 Destroy() [SB 54]", "Kill function: L1452019/06/28 22:33:32 Destroy() [SB 147]", "Kill function: L2232019/06/28 22:33:32 Destroy() [SB 225]", "Kill function: L3852019/06/28 22:33:32 Destroy() [SB 387]", "Kill function: L6742019/06/28 22:33:32 Destroy() [SB 676]", "Kill function: L4002019/06/28 22:33:32 Destroy() [SB 402]", "Kill function: L4152019/06/28 22:33:32 Destroy() [SB 417]", "Kill function: L4872019/06/28 22:33:32 Destroy() [SB 489]", "Kill function: L5422019/06/28 22:33:32 Destroy() [SB 544]", "Kill function: L3262019/06/28 22:33:32 Destroy() [SB 328]", "Kill function: L6402019/06/28 22:33:32 Destroy() [SB 642]", "Kill function: L5722019/06/28 22:33:32 Destroy() [SB 574]", "Kill function: L8802019/06/28 22:33:32 Destroy() [SB 882]", "Kill function: L9612019/06/28 22:33:32 Destroy() [SB 963]", "Kill function: L62019/06/28 22:33:32 Destroy() [SB 8]", "Kill function: L232019/06/28 22:33:32 Destroy() [SB 25]", "Kill function: L3632019/06/28 22:33:32 Destroy() [SB 365]", "Kill function: L4102019/06/28 22:33:32 Destroy() [SB 412]", "Kill function: L7042019/06/28 22:33:32 Destroy() [SB 706]", "Kill function: L2912019/06/28 22:33:32 Destroy() [SB 293]", "Kill function: L3612019/06/28 22:33:32 Destroy() [SB 363]", "Kill function: L3712019/06/28 22:33:32 Destroy() [SB 373]", "Kill function: L4382019/06/28 22:33:32 Destroy() [SB 440]", "Kill function: L6872019/06/28 22:33:32 Destroy() [SB 689]", "Kill function: L8252019/06/28 22:33:32 Destroy() [SB 827]", "Kill function: L532019/06/28 22:33:32 Destroy() [SB 55]", "Kill function: L2862019/06/28 22:33:32 Destroy() [SB 288]", "Kill function: L3572019/06/28 22:33:32 Destroy() [SB 359]", "Kill function: L6362019/06/28 22:33:32 Destroy() [SB 638]", "Kill function: L9492019/06/28 22:33:32 Destroy() [SB 951]", "Kill function: L9172019/06/28 22:33:32 Destroy() [SB 919]", "Kill function: L102019/06/28 22:33:32 Destroy() [SB 12]", "Kill function: L352019/06/28 22:33:32 Destroy() [SB 37]", "Kill function: L3312019/06/28 22:33:32 Destroy() [SB 333]", "Kill function: L4112019/06/28 22:33:32 Destroy() [SB 413]", "Kill function: L4832019/06/28 22:33:32 Destroy() [SB 485]", "Kill function: L5762019/06/28 22:33:32 Destroy() [SB 578]", "Kill function: L8402019/06/28 22:33:32 Destroy() [SB 842]", "Kill function: L9792019/06/28 22:33:32 Destroy() [SB 981]", "Kill function: L1182019/06/28 22:33:32 Destroy() [SB 120]", "Kill function: L1692019/06/28 22:33:32 Destroy() [SB 171]", "Kill function: L2822019/06/28 22:33:32 Destroy() [SB 284]", "Kill function: L4232019/06/28 22:33:32 Destroy() [SB 425]", "Kill function: L8472019/06/28 22:33:32 Destroy() [SB 849]", "Kill function: L8732019/06/28 22:33:32 Destroy() [SB 875]", "Kill function: L9652019/06/28 22:33:32 Destroy() [SB 967]", "Kill function: L742019/06/28 22:33:32 Destroy() [SB 76]", "Kill function: L1382019/06/28 22:33:32 Destroy() [SB 140]", "Kill function: L2392019/06/28 22:33:32 Destroy() [SB 241]", "Kill function: L4782019/06/28 22:33:32 Destroy() [SB 480]", "Kill function: L4922019/06/28 22:33:32 Destroy() [SB 494]", "Kill function: L612019/06/28 22:33:32 Destroy() [SB 63]", "Kill function: L802019/06/28 22:33:32 Destroy() [SB 82]", "Kill function: L1912019/06/28 22:33:32 Destroy() [SB 193]", "Kill function: L3102019/06/28 22:33:32 Destroy() [SB 312]", "Kill function: L3742019/06/28 22:33:32 Destroy() [SB 376]", "Kill function: L4392019/06/28 22:33:32 Destroy() [SB 441]", "Kill function: L8442019/06/28 22:33:32 Destroy() [SB 846]", "Kill function: L9062019/06/28 22:33:32 Destroy() [SB 908]", "Kill function: L1142019/06/28 22:33:32 Destroy() [SB 116]", "Kill function: L6822019/06/28 22:33:32 Destroy() [SB 684]", "Kill function: L7022019/06/28 22:33:32 Destroy() [SB 704]", "Kill function: L7182019/06/28 22:33:32 Destroy() [SB 720]", "Kill function: L8882019/06/28 22:33:32 Destroy() [SB 890]", "Kill function: L2152019/06/28 22:33:32 Destroy() [SB 217]", "Kill function: L3662019/06/28 22:33:32 Destroy() [SB 368]", "Kill function: L6202019/06/28 22:33:32 Destroy() [SB 622]", "Kill function: L7372019/06/28 22:33:32 Destroy() [SB 739]", "Kill function: L8422019/06/28 22:33:32 Destroy() [SB 844]", "Kill function: L8622019/06/28 22:33:32 Destroy() [SB 864]", "Kill function: L9762019/06/28 22:33:32 Destroy() [SB 978]", "Kill function: L1502019/06/28 22:33:32 Destroy() [SB 152]", "Kill function: L4612019/06/28 22:33:32 Destroy() [SB 463]", "Kill function: L5282019/06/28 22:33:32 Destroy() [SB 530]", "Kill function: L7232019/06/28 22:33:32 Destroy() [SB 725]", "Kill function: L9632019/06/28 22:33:32 Destroy() [SB 965]", "Kill function: L2422019/06/28 22:33:32 Destroy() [SB 244]", "Kill function: L2482019/06/28 22:33:32 Destroy() [SB 250]", "Kill function: L3002019/06/28 22:33:32 Destroy() [SB 302]", "Kill function: L9872019/06/28 22:33:32 Destroy() [SB 989]", "Kill function: L2472019/06/28 22:33:32 Destroy() [SB 249]", "Kill function: L3282019/06/28 22:33:32 Destroy() [SB 330]", "Kill function: L4862019/06/28 22:33:32 Destroy() [SB 488]", "Kill function: L3402019/06/28 22:33:32 Destroy() [SB 342]", "Kill function: L5492019/06/28 22:33:32 Destroy() [SB 551]", "Kill function: L6912019/06/28 22:33:32 Destroy() [SB 693]", "Kill function: L8172019/06/28 22:33:32 Destroy() [SB 819]", "Kill function: L1662019/06/28 22:33:32 Destroy() [SB 168]", "Kill function: L3502019/06/28 22:33:32 Destroy() [SB 352]", "Kill function: L6642019/06/28 22:33:32 Destroy() [SB 666]", "Kill function: L6972019/06/28 22:33:32 Destroy() [SB 699]", "Kill function: L7292019/06/28 22:33:32 Destroy() [SB 731]", "Kill function: L9972019/06/28 22:33:32 Destroy() [SB 999]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 999]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 999]", "Kill function: L122019/06/28 22:33:32 Destroy() [SB 14]", "Kill function: L1002019/06/28 22:33:32 Destroy() [SB 102]", "Kill function: L1562019/06/28 22:33:32 Destroy() [SB 158]", "Kill function: L2492019/06/28 22:33:32 Destroy() [SB 251]", "Kill function: L5932019/06/28 22:33:32 Destroy() [SB 595]", "Kill function: L8052019/06/28 22:33:32 Destroy() [SB 807]", "Kill function: L9292019/06/28 22:33:32 Destroy() [SB 931]", "Kill function: L1612019/06/28 22:33:32 Destroy() [SB 163]", "Kill function: L1862019/06/28 22:33:32 Destroy() [SB 188]", "Kill function: L2982019/06/28 22:33:32 Destroy() [SB 300]", "Kill function: L1572019/06/28 22:33:32 Destroy() [SB 159]", "Kill function: L2442019/06/28 22:33:32 Destroy() [SB 246]", "Kill function: L2452019/06/28 22:33:32 Destroy() [SB 247]", "Kill function: L2612019/06/28 22:33:32 Destroy() [SB 263]", "Kill function: L7952019/06/28 22:33:32 Destroy() [SB 797]", "Kill function: L8562019/06/28 22:33:32 Destroy() [SB 858]", "Kill function: L3832019/06/28 22:33:32 Destroy() [SB 385]", "Kill function: L92019/06/28 22:33:32 Destroy() [SB 11]", "Kill function: L1422019/06/28 22:33:32 Destroy() [SB 144]", "Kill function: L5702019/06/28 22:33:32 Destroy() [SB 572]", "Kill function: L9702019/06/28 22:33:32 Destroy() [SB 972]", "Kill function: L4052019/06/28 22:33:32 Destroy() [SB 407]", "Kill function: L4622019/06/28 22:33:32 Destroy() [SB 464]", "Kill function: L5392019/06/28 22:33:32 Destroy() [SB 541]", "Kill function: L6682019/06/28 22:33:32 Destroy() [SB 670]", "Kill function: L8952019/06/28 22:33:32 Destroy() [SB 897]", "Kill function: L302019/06/28 22:33:32 Destroy() [SB 32]", "Kill function: L2992019/06/28 22:33:32 Destroy() [SB 301]", "Kill function: L5072019/06/28 22:33:32 Destroy() [SB 509]", "Kill function: L5152019/06/28 22:33:32 Destroy() [SB 517]", "Kill function: L72019/06/28 22:33:32 Destroy() [SB 9]", "Kill function: L5112019/06/28 22:33:32 Destroy() [SB 513]", "Kill function: L7262019/06/28 22:33:32 Destroy() [SB 728]", "Kill function: L8992019/06/28 22:33:32 Destroy() [SB 901]", "Kill function: L2762019/06/28 22:33:32 Destroy() [SB 278]", "Kill function: L3682019/06/28 22:33:32 Destroy() [SB 370]", "Kill function: L5622019/06/28 22:33:32 Destroy() [SB 564]", "Kill function: L9082019/06/28 22:33:32 Destroy() [SB 910]", "Kill function: L4512019/06/28 22:33:32 Destroy() [SB 453]", "Kill function: L4792019/06/28 22:33:32 Destroy() [SB 481]", "Kill function: L7922019/06/28 22:33:32 Destroy() [SB 794]", "Kill function: L982019/06/28 22:33:32 Destroy() [SB 100]", "Kill function: L1222019/06/28 22:33:32 Destroy() [SB 124]", "Kill function: L2502019/06/28 22:33:32 Destroy() [SB 252]", "Kill function: L3732019/06/28 22:33:32 Destroy() [SB 375]", "Kill function: L5302019/06/28 22:33:32 Destroy() [SB 532]", "Kill function: L5782019/06/28 22:33:32 Destroy() [SB 580]", "Kill function: L1512019/06/28 22:33:32 Destroy() [SB 153]", "Kill function: L6132019/06/28 22:33:32 Destroy() [SB 615]", "Kill function: L7402019/06/28 22:33:32 Destroy() [SB 742]", "Kill function: L7872019/06/28 22:33:32 Destroy() [SB 789]", "Kill function: L8002019/06/28 22:33:32 Destroy() [SB 802]", "Kill function: L8292019/06/28 22:33:32 Destroy() [SB 831]", "Kill function: L9252019/06/28 22:33:32 Destroy() [SB 927]", "Kill function: L202019/06/28 22:33:32 Destroy() [SB 22]", "Kill function: L792019/06/28 22:33:32 Destroy() [SB 81]", "Kill function: L4162019/06/28 22:33:32 Destroy() [SB 418]", "Kill function: L5352019/06/28 22:33:32 Destroy() [SB 537]", "Kill function: L5522019/06/28 22:33:32 Destroy() [SB 554]", "Kill function: L7682019/06/28 22:33:32 Destroy() [SB 770]", "Kill function: L8772019/06/28 22:33:32 Destroy() [SB 879]", "Kill function: L882019/06/28 22:33:32 Destroy() [SB 90]", "Kill function: L1642019/06/28 22:33:32 Destroy() [SB 166]", "Kill function: L7982019/06/28 22:33:32 Destroy() [SB 800]", "Kill function: L4742019/06/28 22:33:32 Destroy() [SB 476]", "Kill function: L7562019/06/28 22:33:32 Destroy() [SB 758]", "Kill function: L1542019/06/28 22:33:32 Destroy() [SB 156]", "Kill function: L4042019/06/28 22:33:32 Destroy() [SB 406]", "Kill function: L552019/06/28 22:33:32 Destroy() [SB 57]", "Kill function: L712019/06/28 22:33:32 Destroy() [SB 73]", "Kill function: L1442019/06/28 22:33:32 Destroy() [SB 146]", "Kill function: L862019/06/28 22:33:32 Destroy() [SB 88]", "Kill function: L8512019/06/28 22:33:32 Destroy() [SB 853]", "Kill function: L8672019/06/28 22:33:32 Destroy() [SB 869]", "Kill function: L3922019/06/28 22:33:32 Destroy() [SB 394]", "Kill function: L6732019/06/28 22:33:32 Destroy() [SB 675]", "Kill function: L6962019/06/28 22:33:32 Destroy() [SB 698]", "Kill function: L3022019/06/28 22:33:32 Destroy() [SB 304]", "Kill function: L3532019/06/28 22:33:32 Destroy() [SB 355]", "Kill function: L6092019/06/28 22:33:32 Destroy() [SB 611]", "Kill function: L6392019/06/28 22:33:32 Destroy() [SB 641]", "Kill function: L6722019/06/28 22:33:32 Destroy() [SB 674]", "Kill function: L9472019/06/28 22:33:32 Destroy() [SB 949]", "Kill function: L1082019/06/28 22:33:32 Destroy() [SB 110]", "Kill function: L4632019/06/28 22:33:32 Destroy() [SB 465]", "Kill function: L7072019/06/28 22:33:32 Destroy() [SB 709]", "Kill function: L7602019/06/28 22:33:32 Destroy() [SB 762]", "Kill function: L8572019/06/28 22:33:32 Destroy() [SB 859]", "Kill function: L3802019/06/28 22:33:32 Destroy() [SB 382]", "Kill function: L5752019/06/28 22:33:32 Destroy() [SB 577]", "Kill function: L6752019/06/28 22:33:32 Destroy() [SB 677]", "Kill function: L7142019/06/28 22:33:32 Destroy() [SB 716]", "Kill function: L8392019/06/28 22:33:32 Destroy() [SB 841]", "Kill function: L562019/06/28 22:33:32 Destroy() [SB 58]", "Kill function: L4312019/06/28 22:33:32 Destroy() [SB 433]", "Kill function: L4702019/06/28 22:33:32 Destroy() [SB 472]", "Kill function: L1322019/06/28 22:33:32 Destroy() [SB 134]", "Kill function: L1492019/06/28 22:33:32 Destroy() [SB 151]", "Kill function: L3722019/06/28 22:33:32 Destroy() [SB 374]", "Kill function: L9272019/06/28 22:33:32 Destroy() [SB 929]", "Kill function: L2072019/06/28 22:33:32 Destroy() [SB 209]", "Kill function: L2562019/06/28 22:33:32 Destroy() [SB 258]", "Kill function: L2712019/06/28 22:33:32 Destroy() [SB 273]", "Kill function: L3522019/06/28 22:33:32 Destroy() [SB 354]", "Kill function: L3792019/06/28 22:33:32 Destroy() [SB 381]", "Kill function: L192019/06/28 22:33:32 Destroy() [SB 21]", "Kill function: L502019/06/28 22:33:32 Destroy() [SB 52]", "Kill function: L2332019/06/28 22:33:32 Destroy() [SB 235]", "Kill function: L4202019/06/28 22:33:32 Destroy() [SB 422]", "Kill function: L4322019/06/28 22:33:32 Destroy() [SB 434]", "Kill function: L5732019/06/28 22:33:32 Destroy() [SB 575]", "Kill function: L7712019/06/28 22:33:32 Destroy() [SB 773]", "Kill function: L1762019/06/28 22:33:32 Destroy() [SB 178]", "Kill function: L3512019/06/28 22:33:32 Destroy() [SB 353]", "Kill function: L4032019/06/28 22:33:32 Destroy() [SB 405]", "Kill function: L7772019/06/28 22:33:32 Destroy() [SB 779]", "Kill function: L8872019/06/28 22:33:32 Destroy() [SB 889]", "Kill function: L9752019/06/28 22:33:32 Destroy() [SB 977]", "Kill function: L2722019/06/28 22:33:32 Destroy() [SB 274]", "Kill function: L3162019/06/28 22:33:32 Destroy() [SB 318]", "Kill function: L6032019/06/28 22:33:32 Destroy() [SB 605]", "Kill function: L7322019/06/28 22:33:32 Destroy() [SB 734]", "Kill function: L8642019/06/28 22:33:32 Destroy() [SB 866]", "Kill function: L9102019/06/28 22:33:32 Destroy() [SB 912]", "Kill function: L382019/06/28 22:33:32 Destroy() [SB 40]", "Kill function: L1372019/06/28 22:33:32 Destroy() [SB 139]", "Kill function: L2192019/06/28 22:33:32 Destroy() [SB 221]", "Kill function: L2212019/06/28 22:33:32 Destroy() [SB 223]", "Kill function: L3452019/06/28 22:33:32 Destroy() [SB 347]", "Kill function: L1032019/06/28 22:33:32 Destroy() [SB 105]", "Kill function: L8122019/06/28 22:33:32 Destroy() [SB 814]", "Kill function: L762019/06/28 22:33:32 Destroy() [SB 78]", "Kill function: L2262019/06/28 22:33:32 Destroy() [SB 228]", "Kill function: L3232019/06/28 22:33:32 Destroy() [SB 325]", "Kill function: L5472019/06/28 22:33:32 Destroy() [SB 549]", "Kill function: L5652019/06/28 22:33:32 Destroy() [SB 567]", "Kill function: L6572019/06/28 22:33:32 Destroy() [SB 659]", "Kill function: L9742019/06/28 22:33:32 Destroy() [SB 976]", "Kill function: L1992019/06/28 22:33:32 Destroy() [SB 201]", "Kill function: L6172019/06/28 22:33:32 Destroy() [SB 619]", "Kill function: L2032019/06/28 22:33:32 Destroy() [SB 205]", "Kill function: L6892019/06/28 22:33:32 Destroy() [SB 691]", "Kill function: L8892019/06/28 22:33:32 Destroy() [SB 891]", "Kill function: L9982019/06/28 22:33:32 Destroy() [SB 1000]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 1000]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 1000]", "Kill function: L3392019/06/28 22:33:32 Destroy() [SB 341]", "Kill function: L4542019/06/28 22:33:32 Destroy() [SB 456]", "Kill function: L5222019/06/28 22:33:32 Destroy() [SB 524]", "Kill function: L7492019/06/28 22:33:32 Destroy() [SB 751]", "Kill function: L1092019/06/28 22:33:32 Destroy() [SB 111]", "Kill function: L2042019/06/28 22:33:32 Destroy() [SB 206]", "Kill function: L2412019/06/28 22:33:32 Destroy() [SB 243]", "Kill function: L3362019/06/28 22:33:32 Destroy() [SB 338]", "Kill function: L362019/06/28 22:33:32 Destroy() [SB 38]", "Kill function: L2552019/06/28 22:33:32 Destroy() [SB 257]", "Kill function: L2652019/06/28 22:33:32 Destroy() [SB 267]", "Kill function: L6772019/06/28 22:33:32 Destroy() [SB 679]", "Kill function: L8022019/06/28 22:33:32 Destroy() [SB 804]", "Kill function: L8592019/06/28 22:33:32 Destroy() [SB 861]", "Kill function: L9912019/06/28 22:33:32 Destroy() [SB 993]", "Kill function: L1262019/06/28 22:33:32 Destroy() [SB 128]", "Kill function: L3912019/06/28 22:33:32 Destroy() [SB 393]", "Kill function: L4292019/06/28 22:33:32 Destroy() [SB 431]", "Kill function: L5412019/06/28 22:33:32 Destroy() [SB 543]", "Kill function: L3012019/06/28 22:33:32 Destroy() [SB 303]", "Kill function: L3762019/06/28 22:33:32 Destroy() [SB 378]", "Kill function: L5972019/06/28 22:33:32 Destroy() [SB 599]", "Kill function: L622019/06/28 22:33:32 Destroy() [SB 64]", "Kill function: L4532019/06/28 22:33:32 Destroy() [SB 455]", "Kill function: L6982019/06/28 22:33:32 Destroy() [SB 700]", "Kill function: L7002019/06/28 22:33:32 Destroy() [SB 702]", "Kill function: L9642019/06/28 22:33:32 Destroy() [SB 966]", "Kill function: L282019/06/28 22:33:32 Destroy() [SB 30]", "Kill function: L4652019/06/28 22:33:32 Destroy() [SB 467]", "Kill function: L6052019/06/28 22:33:32 Destroy() [SB 607]", "Kill function: L7692019/06/28 22:33:32 Destroy() [SB 771]", "Kill function: L8782019/06/28 22:33:32 Destroy() [SB 880]", "Kill function: L972019/06/28 22:33:32 Destroy() [SB 99]", "Kill function: L7592019/06/28 22:33:32 Destroy() [SB 761]", "Kill function: L8692019/06/28 22:33:32 Destroy() [SB 871]", "Kill function: L1102019/06/28 22:33:32 Destroy() [SB 112]", "Kill function: L1802019/06/28 22:33:32 Destroy() [SB 182]", "Kill function: L1972019/06/28 22:33:32 Destroy() [SB 199]", "Kill function: L4332019/06/28 22:33:32 Destroy() [SB 435]", "Kill function: L5322019/06/28 22:33:32 Destroy() [SB 534]", "Kill function: L5822019/06/28 22:33:32 Destroy() [SB 584]", "Kill function: L902019/06/28 22:33:32 Destroy() [SB 92]", "Kill function: L1732019/06/28 22:33:32 Destroy() [SB 175]", "Kill function: L2322019/06/28 22:33:32 Destroy() [SB 234]", "Kill function: L4472019/06/28 22:33:32 Destroy() [SB 449]", "Kill function: L7462019/06/28 22:33:32 Destroy() [SB 748]", "Kill function: L7902019/06/28 22:33:32 Destroy() [SB 792]", "Kill function: L9882019/06/28 22:33:32 Destroy() [SB 990]", "Kill function: L462019/06/28 22:33:32 Destroy() [SB 48]", "Kill function: L752019/06/28 22:33:32 Destroy() [SB 77]", "Kill function: L3642019/06/28 22:33:32 Destroy() [SB 366]", "Kill function: L542019/06/28 22:33:32 Destroy() [SB 56]", "Kill function: L7112019/06/28 22:33:32 Destroy() [SB 713]", "Kill function: L7132019/06/28 22:33:32 Destroy() [SB 715]", "Kill function: L1272019/06/28 22:33:32 Destroy() [SB 129]", "Kill function: L1552019/06/28 22:33:32 Destroy() [SB 157]", "Kill function: L3492019/06/28 22:33:32 Destroy() [SB 351]", "Kill function: L5082019/06/28 22:33:32 Destroy() [SB 510]", "Kill function: L5682019/06/28 22:33:32 Destroy() [SB 570]", "Kill function: L7052019/06/28 22:33:32 Destroy() [SB 707]", "Kill function: L9232019/06/28 22:33:32 Destroy() [SB 925]", "Kill function: L4842019/06/28 22:33:32 Destroy() [SB 486]", "Kill function: L5632019/06/28 22:33:32 Destroy() [SB 565]", "Kill function: L9682019/06/28 22:33:32 Destroy() [SB 970]", "Kill function: L1982019/06/28 22:33:32 Destroy() [SB 200]", "Kill function: L5642019/06/28 22:33:32 Destroy() [SB 566]", "Kill function: L5902019/06/28 22:33:32 Destroy() [SB 592]", "Kill function: L6492019/06/28 22:33:32 Destroy() [SB 651]", "Kill function: L8532019/06/28 22:33:32 Destroy() [SB 855]", "Kill function: L1192019/06/28 22:33:32 Destroy() [SB 121]", "Kill function: L1392019/06/28 22:33:32 Destroy() [SB 141]", "Kill function: L4802019/06/28 22:33:32 Destroy() [SB 482]", "Kill function: L2932019/06/28 22:33:32 Destroy() [SB 295]", "Kill function: L4712019/06/28 22:33:32 Destroy() [SB 473]", "Kill function: L6322019/06/28 22:33:32 Destroy() [SB 634]", "Kill function: L5212019/06/28 22:33:32 Destroy() [SB 523]", "Kill function: L6212019/06/28 22:33:32 Destroy() [SB 623]", "Kill function: L6652019/06/28 22:33:32 Destroy() [SB 667]", "Kill function: L6482019/06/28 22:33:32 Destroy() [SB 650]", "Kill function: L6762019/06/28 22:33:32 Destroy() [SB 678]", "Kill function: L3892019/06/28 22:33:32 Destroy() [SB 391]", "Kill function: L332019/06/28 22:33:32 Destroy() [SB 35]", "Kill function: L3172019/06/28 22:33:32 Destroy() [SB 319]", "Kill function: L4562019/06/28 22:33:32 Destroy() [SB 458]", "Kill function: L4822019/06/28 22:33:32 Destroy() [SB 484]", "Kill function: L7412019/06/28 22:33:32 Destroy() [SB 743]", "Kill function: L9182019/06/28 22:33:32 Destroy() [SB 920]", "Kill function: L9862019/06/28 22:33:32 Destroy() [SB 988]", "Kill function: L1072019/06/28 22:33:32 Destroy() [SB 109]", "Kill function: L3692019/06/28 22:33:32 Destroy() [SB 371]", "Kill function: L5832019/06/28 22:33:32 Destroy() [SB 585]", "Kill function: L8632019/06/28 22:33:32 Destroy() [SB 865]", "Kill function: L8722019/06/28 22:33:32 Destroy() [SB 874]", "Kill function: L9122019/06/28 22:33:32 Destroy() [SB 914]", "Kill function: L9212019/06/28 22:33:32 Destroy() [SB 923]", "Kill function: L8962019/06/28 22:33:32 Destroy() [SB 898]", "Kill function: L3342019/06/28 22:33:32 Destroy() [SB 336]", "Kill function: L3472019/06/28 22:33:32 Destroy() [SB 349]", "Kill function: L5102019/06/28 22:33:32 Destroy() [SB 512]", "Kill function: L5612019/06/28 22:33:32 Destroy() [SB 563]", "Kill function: L6612019/06/28 22:33:32 Destroy() [SB 663]", "Kill function: L7102019/06/28 22:33:32 Destroy() [SB 712]", "Kill function: L8132019/06/28 22:33:32 Destroy() [SB 815]", "Kill function: L9322019/06/28 22:33:32 Destroy() [SB 934]", "Kill function: L4262019/06/28 22:33:32 Destroy() [SB 428]", "Kill function: L9222019/06/28 22:33:32 Destroy() [SB 924]", "Kill function: L372019/06/28 22:33:32 Destroy() [SB 39]", "Kill function: L6072019/06/28 22:33:32 Destroy() [SB 609]", "Kill function: L6672019/06/28 22:33:32 Destroy() [SB 669]", "Kill function: L8682019/06/28 22:33:32 Destroy() [SB 870]", "Kill function: L5772019/06/28 22:33:32 Destroy() [SB 579]", "Kill function: L5182019/06/28 22:33:32 Destroy() [SB 520]", "Kill function: L3042019/06/28 22:33:32 Destroy() [SB 306]", "Kill function: L3192019/06/28 22:33:32 Destroy() [SB 321]", "Kill function: L3352019/06/28 22:33:32 Destroy() [SB 337]", "Kill function: L7012019/06/28 22:33:32 Destroy() [SB 703]", "Kill function: L7582019/06/28 22:33:32 Destroy() [SB 760]", "Kill function: L652019/06/28 22:33:32 Destroy() [SB 67]", "Kill function: L1162019/06/28 22:33:32 Destroy() [SB 118]", "Kill function: L2052019/06/28 22:33:32 Destroy() [SB 207]", "Kill function: L4912019/06/28 22:33:32 Destroy() [SB 493]", "Kill function: L7702019/06/28 22:33:32 Destroy() [SB 772]", "Kill function: L9502019/06/28 22:33:32 Destroy() [SB 952]", "Kill function: L22019/06/28 22:33:32 Destroy() [SB 4]", "Kill function: L132019/06/28 22:33:32 Destroy() [SB 15]", "Kill function: L7152019/06/28 22:33:32 Destroy() [SB 717]", "Kill function: L7732019/06/28 22:33:32 Destroy() [SB 775]", "Kill function: L9992019/06/28 22:33:32 Destroy() [SB 1001]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 1001]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 1001]", "Kill function: L2782019/06/28 22:33:32 Destroy() [SB 280]", "Kill function: L3902019/06/28 22:33:32 Destroy() [SB 392]", "Kill function: L5582019/06/28 22:33:32 Destroy() [SB 560]", "Kill function: L8922019/06/28 22:33:32 Destroy() [SB 894]", "Kill function: L2102019/06/28 22:33:32 Destroy() [SB 212]", "Kill function: L3672019/06/28 22:33:32 Destroy() [SB 369]", "Kill function: L5852019/06/28 22:33:32 Destroy() [SB 587]", "Kill function: L572019/06/28 22:33:32 Destroy() [SB 59]", "Kill function: L4482019/06/28 22:33:32 Destroy() [SB 450]", "Kill function: L5922019/06/28 22:33:32 Destroy() [SB 594]", "Kill function: L6662019/06/28 22:33:32 Destroy() [SB 668]", "Kill function: L7162019/06/28 22:33:32 Destroy() [SB 718]", "Kill function: L9152019/06/28 22:33:32 Destroy() [SB 917]", "Kill function: L3652019/06/28 22:33:32 Destroy() [SB 367]", "Kill function: L4942019/06/28 22:33:32 Destroy() [SB 496]", "Kill function: L7552019/06/28 22:33:32 Destroy() [SB 757]", "Kill function: L8582019/06/28 22:33:32 Destroy() [SB 860]", "Kill function: L9032019/06/28 22:33:32 Destroy() [SB 905]", "Kill function: L9942019/06/28 22:33:32 Destroy() [SB 996]", "Kill function: L3072019/06/28 22:33:32 Destroy() [SB 309]", "Kill function: L5872019/06/28 22:33:32 Destroy() [SB 589]", "Kill function: L6622019/06/28 22:33:32 Destroy() [SB 664]", "Kill function: L8322019/06/28 22:33:32 Destroy() [SB 834]", "Kill function: L1342019/06/28 22:33:32 Destroy() [SB 136]", "Kill function: L4282019/06/28 22:33:32 Destroy() [SB 430]", "Kill function: L6042019/06/28 22:33:32 Destroy() [SB 606]", "Kill function: L52019/06/28 22:33:32 Destroy() [SB 7]", "Kill function: L1922019/06/28 22:33:32 Destroy() [SB 194]", "Kill function: L2622019/06/28 22:33:32 Destroy() [SB 264]", "Kill function: L3552019/06/28 22:33:32 Destroy() [SB 357]", "Kill function: L7432019/06/28 22:33:32 Destroy() [SB 745]", "Kill function: L7472019/06/28 22:33:32 Destroy() [SB 749]", "Kill function: L6022019/06/28 22:33:32 Destroy() [SB 604]", "Kill function: L6182019/06/28 22:33:32 Destroy() [SB 620]", "Kill function: L7392019/06/28 22:33:32 Destroy() [SB 741]", "Kill function: L8192019/06/28 22:33:32 Destroy() [SB 821]", "Kill function: L9312019/06/28 22:33:32 Destroy() [SB 933]", "Kill function: L9382019/06/28 22:33:32 Destroy() [SB 940]", "Kill function: L1362019/06/28 22:33:32 Destroy() [SB 138]", "Kill function: L7522019/06/28 22:33:32 Destroy() [SB 754]", "Kill function: L8942019/06/28 22:33:32 Destroy() [SB 896]", "Kill function: L3972019/06/28 22:33:32 Destroy() [SB 399]", "Kill function: L5262019/06/28 22:33:32 Destroy() [SB 528]", "Kill function: L512019/06/28 22:33:32 Destroy() [SB 53]", "Kill function: L3142019/06/28 22:33:32 Destroy() [SB 316]", "Kill function: L8062019/06/28 22:33:32 Destroy() [SB 808]", "Kill function: L9462019/06/28 22:33:32 Destroy() [SB 948]", "Kill function: L4722019/06/28 22:33:32 Destroy() [SB 474]", "Kill function: L9562019/06/28 22:33:32 Destroy() [SB 958]", "Kill function: L2292019/06/28 22:33:32 Destroy() [SB 231]", "Kill function: L5662019/06/28 22:33:32 Destroy() [SB 568]", "Kill function: L6002019/06/28 22:33:32 Destroy() [SB 602]", "Kill function: L6812019/06/28 22:33:32 Destroy() [SB 683]", "Kill function: L3602019/06/28 22:33:32 Destroy() [SB 362]", "Kill function: L5202019/06/28 22:33:32 Destroy() [SB 522]", "Kill function: L6152019/06/28 22:33:32 Destroy() [SB 617]", "Kill function: L7572019/06/28 22:33:32 Destroy() [SB 759]", "Kill function: L592019/06/28 22:33:32 Destroy() [SB 61]", "Kill function: L4682019/06/28 22:33:32 Destroy() [SB 470]", "Kill function: L5142019/06/28 22:33:32 Destroy() [SB 516]", "Kill function: L5372019/06/28 22:33:32 Destroy() [SB 539]", "Kill function: L6552019/06/28 22:33:32 Destroy() [SB 657]", "Kill function: L8842019/06/28 22:33:32 Destroy() [SB 886]", "Kill function: L3932019/06/28 22:33:32 Destroy() [SB 395]", "Kill function: L3992019/06/28 22:33:32 Destroy() [SB 401]", "Kill function: L6562019/06/28 22:33:32 Destroy() [SB 658]", "Kill function: L8032019/06/28 22:33:32 Destroy() [SB 805]", "Kill function: L1592019/06/28 22:33:32 Destroy() [SB 161]", "Kill function: L2402019/06/28 22:33:32 Destroy() [SB 242]", "Kill function: L8902019/06/28 22:33:32 Destroy() [SB 892]", "Kill function: L02019/06/28 22:33:32 Destroy() [SB 2]", "Kill function: L1882019/06/28 22:33:32 Destroy() [SB 190]", "Kill function: L2222019/06/28 22:33:32 Destroy() [SB 224]", "Kill function: L2252019/06/28 22:33:32 Destroy() [SB 227]", "Kill function: L3432019/06/28 22:33:32 Destroy() [SB 345]", "Kill function: L4582019/06/28 22:33:32 Destroy() [SB 460]", "Kill function: L1652019/06/28 22:33:32 Destroy() [SB 167]", "Kill function: L3122019/06/28 22:33:32 Destroy() [SB 314]", "Kill function: L7882019/06/28 22:33:32 Destroy() [SB 790]", "Kill function: L8282019/06/28 22:33:32 Destroy() [SB 830]", "Kill function: L6242019/06/28 22:33:32 Destroy() [SB 626]", "Kill function: L7202019/06/28 22:33:32 Destroy() [SB 722]", "Kill function: L8312019/06/28 22:33:32 Destroy() [SB 833]", "Kill function: L9242019/06/28 22:33:32 Destroy() [SB 926]", "Kill function: L7272019/06/28 22:33:32 Destroy() [SB 729]", "Kill function: L732019/06/28 22:33:32 Destroy() [SB 75]", "Kill function: L4362019/06/28 22:33:32 Destroy() [SB 438]", "Kill function: L6692019/06/28 22:33:32 Destroy() [SB 671]", "Kill function: L9262019/06/28 22:33:32 Destroy() [SB 928]", "Kill function: L142019/06/28 22:33:32 Destroy() [SB 16]", "Kill function: L8302019/06/28 22:33:32 Destroy() [SB 832]", "Kill function: L1482019/06/28 22:33:32 Destroy() [SB 150]", "Kill function: L3132019/06/28 22:33:32 Destroy() [SB 315]", "Kill function: L5892019/06/28 22:33:32 Destroy() [SB 591]", "Kill function: L6472019/06/28 22:33:32 Destroy() [SB 649]", "Kill function: L7092019/06/28 22:33:32 Destroy() [SB 711]", "Kill function: L7352019/06/28 22:33:32 Destroy() [SB 737]", "Kill function: L492019/06/28 22:33:32 Destroy() [SB 51]", "Kill function: L2902019/06/28 22:33:32 Destroy() [SB 292]", "Kill function: L6412019/06/28 22:33:32 Destroy() [SB 643]", "Kill function: L8602019/06/28 22:33:32 Destroy() [SB 862]", "Kill function: L6272019/06/28 22:33:32 Destroy() [SB 629]", "Kill function: L9622019/06/28 22:33:32 Destroy() [SB 964]", "Kill function: L5812019/06/28 22:33:32 Destroy() [SB 583]", "Kill function: L992019/06/28 22:33:32 Destroy() [SB 101]", "Kill function: L1022019/06/28 22:33:32 Destroy() [SB 104]", "Kill function: L3292019/06/28 22:33:32 Destroy() [SB 331]", "Kill function: L6252019/06/28 22:33:32 Destroy() [SB 627]", "Kill function: L3942019/06/28 22:33:32 Destroy() [SB 396]", "Kill function: L4132019/06/28 22:33:32 Destroy() [SB 415]", "Kill function: L5542019/06/28 22:33:32 Destroy() [SB 556]", "Kill function: L9772019/06/28 22:33:32 Destroy() [SB 979]", "Kill function: L1252019/06/28 22:33:32 Destroy() [SB 127]", "Kill function: L2062019/06/28 22:33:32 Destroy() [SB 208]", "Kill function: L2792019/06/28 22:33:32 Destroy() [SB 281]", "Kill function: L8502019/06/28 22:33:32 Destroy() [SB 852]", "Kill function: L162019/06/28 22:33:32 Destroy() [SB 18]", "Kill function: L2082019/06/28 22:33:32 Destroy() [SB 210]", "Kill function: L3332019/06/28 22:33:32 Destroy() [SB 335]", "Kill function: L3412019/06/28 22:33:32 Destroy() [SB 343]", "Kill function: L6842019/06/28 22:33:32 Destroy() [SB 686]", "Kill function: L8092019/06/28 22:33:32 Destroy() [SB 811]", "Kill function: L7032019/06/28 22:33:32 Destroy() [SB 705]", "Kill function: L2352019/06/28 22:33:32 Destroy() [SB 237]", "Kill function: L4882019/06/28 22:33:32 Destroy() [SB 490]", "Kill function: L6082019/06/28 22:33:32 Destroy() [SB 610]", "Kill function: L7192019/06/28 22:33:32 Destroy() [SB 721]", "Kill function: L4272019/06/28 22:33:32 Destroy() [SB 429]", "Kill function: L7422019/06/28 22:33:32 Destroy() [SB 744]", "Kill function: L9832019/06/28 22:33:32 Destroy() [SB 985]", "Kill function: L222019/06/28 22:33:32 Destroy() [SB 24]", "Kill function: L1702019/06/28 22:33:32 Destroy() [SB 172]", "Kill function: L3592019/06/28 22:33:32 Destroy() [SB 361]", "Kill function: L5032019/06/28 22:33:32 Destroy() [SB 505]", "Kill function: L5242019/06/28 22:33:32 Destroy() [SB 526]", "Kill function: L6712019/06/28 22:33:32 Destroy() [SB 673]", "Kill function: L9732019/06/28 22:33:32 Destroy() [SB 975]", "Kill function: L5862019/06/28 22:33:32 Destroy() [SB 588]", "Kill function: L5912019/06/28 22:33:32 Destroy() [SB 593]", "Kill function: L7842019/06/28 22:33:32 Destroy() [SB 786]", "Kill function: L8482019/06/28 22:33:32 Destroy() [SB 850]", "Kill function: L3322019/06/28 22:33:32 Destroy() [SB 334]", "Kill function: L5482019/06/28 22:33:32 Destroy() [SB 550]", "Kill function: L6902019/06/28 22:33:32 Destroy() [SB 692]", "Kill function: L9362019/06/28 22:33:32 Destroy() [SB 938]", "Kill function: L702019/06/28 22:33:32 Destroy() [SB 72]", "Kill function: L3442019/06/28 22:33:32 Destroy() [SB 346]", "Kill function: L8162019/06/28 22:33:32 Destroy() [SB 818]", "Kill function: L9012019/06/28 22:33:32 Destroy() [SB 903]", "Kill function: L842019/06/28 22:33:32 Destroy() [SB 86]", "Kill function: L7242019/06/28 22:33:32 Destroy() [SB 726]", "Kill function: L7642019/06/28 22:33:32 Destroy() [SB 766]", "Kill function: L922019/06/28 22:33:32 Destroy() [SB 94]", "Kill function: L8042019/06/28 22:33:32 Destroy() [SB 806]", "Kill function: L2942019/06/28 22:33:32 Destroy() [SB 296]", "Kill function: L7752019/06/28 22:33:32 Destroy() [SB 777]", "Kill function: L5332019/06/28 22:33:32 Destroy() [SB 535]", "Kill function: L8112019/06/28 22:33:32 Destroy() [SB 813]", "Kill function: L452019/06/28 22:33:32 Destroy() [SB 47]", "Kill function: L3202019/06/28 22:33:32 Destroy() [SB 322]", "Kill function: L782019/06/28 22:33:32 Destroy() [SB 80]", "Kill function: L892019/06/28 22:33:32 Destroy() [SB 91]", "Kill function: L932019/06/28 22:33:32 Destroy() [SB 95]", "Kill function: L1752019/06/28 22:33:32 Destroy() [SB 177]", "Kill function: L4522019/06/28 22:33:32 Destroy() [SB 454]", "Kill function: L5572019/06/28 22:33:32 Destroy() [SB 559]", "Kill function: L8522019/06/28 22:33:32 Destroy() [SB 854]", "Kill function: L1892019/06/28 22:33:32 Destroy() [SB 191]", "Kill function: L2852019/06/28 22:33:32 Destroy() [SB 287]", "Kill function: L3302019/06/28 22:33:32 Destroy() [SB 332]", "Kill function: L442019/06/28 22:33:32 Destroy() [SB 46]", "Kill function: L1412019/06/28 22:33:32 Destroy() [SB 143]", "Kill function: L1672019/06/28 22:33:32 Destroy() [SB 169]", "Kill function: L2922019/06/28 22:33:32 Destroy() [SB 294]", "Kill function: L9552019/06/28 22:33:32 Destroy() [SB 957]", "Kill function: L2342019/06/28 22:33:32 Destroy() [SB 236]", "Kill function: L4812019/06/28 22:33:32 Destroy() [SB 483]", "Kill function: L5532019/06/28 22:33:32 Destroy() [SB 555]", "Kill function: L5592019/06/28 22:33:32 Destroy() [SB 561]", "Kill function: L1012019/06/28 22:33:32 Destroy() [SB 103]", "Kill function: L1582019/06/28 22:33:32 Destroy() [SB 160]", "Kill function: L4192019/06/28 22:33:32 Destroy() [SB 421]", "Kill function: L7062019/06/28 22:33:32 Destroy() [SB 708]", "Kill function: L8432019/06/28 22:33:32 Destroy() [SB 845]", "Kill function: L952019/06/28 22:33:32 Destroy() [SB 97]", "Kill function: L3032019/06/28 22:33:32 Destroy() [SB 305]", "Kill function: L5672019/06/28 22:33:32 Destroy() [SB 569]", "Kill function: L1302019/06/28 22:33:32 Destroy() [SB 132]", "Kill function: L1842019/06/28 22:33:32 Destroy() [SB 186]", "Kill function: L2972019/06/28 22:33:32 Destroy() [SB 299]", "Kill function: L3272019/06/28 22:33:32 Destroy() [SB 329]", "Kill function: L4062019/06/28 22:33:32 Destroy() [SB 408]", "Kill function: L4552019/06/28 22:33:32 Destroy() [SB 457]", "Kill function: L2732019/06/28 22:33:32 Destroy() [SB 275]", "Kill function: L5602019/06/28 22:33:32 Destroy() [SB 562]", "Kill function: L5712019/06/28 22:33:32 Destroy() [SB 573]", "Kill function: L9892019/06/28 22:33:32 Destroy() [SB 991]", "Kill function: L412019/06/28 22:33:32 Destroy() [SB 43]", "Kill function: L3962019/06/28 22:33:32 Destroy() [SB 398]", "Kill function: L5132019/06/28 22:33:32 Destroy() [SB 515]", "Kill function: L5502019/06/28 22:33:32 Destroy() [SB 552]", "Kill function: L6542019/06/28 22:33:32 Destroy() [SB 656]", "Kill function: L8762019/06/28 22:33:32 Destroy() [SB 878]", "Kill function: L9452019/06/28 22:33:32 Destroy() [SB 947]", "Kill function: L4442019/06/28 22:33:32 Destroy() [SB 446]", "Kill function: L7172019/06/28 22:33:32 Destroy() [SB 719]", "Kill function: L8182019/06/28 22:33:32 Destroy() [SB 820]", "Kill function: L8982019/06/28 22:33:32 Destroy() [SB 900]", "Kill function: L2662019/06/28 22:33:32 Destroy() [SB 268]", "Kill function: L8832019/06/28 22:33:32 Destroy() [SB 885]", "Kill function: L8912019/06/28 22:33:32 Destroy() [SB 893]", "Kill function: L1782019/06/28 22:33:32 Destroy() [SB 180]", "Kill function: L4892019/06/28 22:33:32 Destroy() [SB 491]", "Kill function: L7722019/06/28 22:33:32 Destroy() [SB 774]", "Kill function: L8352019/06/28 22:33:32 Destroy() [SB 837]", "Kill function: L9332019/06/28 22:33:32 Destroy() [SB 935]", "Kill function: L8812019/06/28 22:33:32 Destroy() [SB 883]", "Kill function: L912019/06/28 22:33:32 Destroy() [SB 93]", "Kill function: L5022019/06/28 22:33:32 Destroy() [SB 504]", "Kill function: L5942019/06/28 22:33:32 Destroy() [SB 596]", "Kill function: L1532019/06/28 22:33:32 Destroy() [SB 155]", "Kill function: L2602019/06/28 22:33:32 Destroy() [SB 262]", "Kill function: L4022019/06/28 22:33:32 Destroy() [SB 404]", "Kill function: L8242019/06/28 22:33:32 Destroy() [SB 826]", "Kill function: L9352019/06/28 22:33:32 Destroy() [SB 937]", "Kill function: L1332019/06/28 22:33:32 Destroy() [SB 135]", "Kill function: L3242019/06/28 22:33:32 Destroy() [SB 326]", "Kill function: L4772019/06/28 22:33:32 Destroy() [SB 479]", "Kill function: L9842019/06/28 22:33:32 Destroy() [SB 986]", "Kill function: L9902019/06/28 22:33:32 Destroy() [SB 992]", "Kill function: L3062019/06/28 22:33:32 Destroy() [SB 308]", "Kill function: L3622019/06/28 22:33:32 Destroy() [SB 364]", "Kill function: L4952019/06/28 22:33:32 Destroy() [SB 497]", "Kill function: L7382019/06/28 22:33:32 Destroy() [SB 740]", "Kill function: L8372019/06/28 22:33:32 Destroy() [SB 839]", "Kill function: L2302019/06/28 22:33:32 Destroy() [SB 232]", "Kill function: L5402019/06/28 22:33:32 Destroy() [SB 542]", "Kill function: L8412019/06/28 22:33:32 Destroy() [SB 843]", "Kill function: L8852019/06/28 22:33:32 Destroy() [SB 887]", "Kill function: L9072019/06/28 22:33:32 Destroy() [SB 909]", "Kill function: L1132019/06/28 22:33:32 Destroy() [SB 115]", "Kill function: L6332019/06/28 22:33:32 Destroy() [SB 635]", "Kill function: L1042019/06/28 22:33:32 Destroy() [SB 106]", "Kill function: L3952019/06/28 22:33:32 Destroy() [SB 397]", "Kill function: L1242019/06/28 22:33:32 Destroy() [SB 126]", "Kill function: L6452019/06/28 22:33:32 Destroy() [SB 647]", "Kill function: L8362019/06/28 22:33:32 Destroy() [SB 838]", "Kill function: L12019/06/28 22:33:32 Destroy() [SB 3]", "Kill function: L7512019/06/28 22:33:32 Destroy() [SB 753]", "Kill function: L8102019/06/28 22:33:32 Destroy() [SB 812]", "Kill function: L8152019/06/28 22:33:32 Destroy() [SB 817]", "Kill function: L8792019/06/28 22:33:32 Destroy() [SB 881]", "Kill function: L582019/06/28 22:33:32 Destroy() [SB 60]", "Kill function: L3052019/06/28 22:33:32 Destroy() [SB 307]", "Kill function: L4602019/06/28 22:33:32 Destroy() [SB 462]", "Kill function: L6062019/06/28 22:33:32 Destroy() [SB 608]", "Kill function: L6532019/06/28 22:33:32 Destroy() [SB 655]", "Kill function: L4072019/06/28 22:33:32 Destroy() [SB 409]", "Kill function: L8612019/06/28 22:33:32 Destroy() [SB 863]", "Kill function: L482019/06/28 22:33:32 Destroy() [SB 50]", "Kill function: L1832019/06/28 22:33:32 Destroy() [SB 185]", "Kill function: L8262019/06/28 22:33:32 Destroy() [SB 828]", "Kill function: L2872019/06/28 22:33:32 Destroy() [SB 289]", "Kill function: L9592019/06/28 22:33:32 Destroy() [SB 961]", "Kill function: L5962019/06/28 22:33:32 Destroy() [SB 598]", "Kill function: L8012019/06/28 22:33:32 Destroy() [SB 803]", "Kill function: L9512019/06/28 22:33:32 Destroy() [SB 953]", "Kill function: L9822019/06/28 22:33:32 Destroy() [SB 984]", "Kill function: L2372019/06/28 22:33:32 Destroy() [SB 239]", "Kill function: L2692019/06/28 22:33:32 Destroy() [SB 271]", "Kill function: L2702019/06/28 22:33:32 Destroy() [SB 272]", "Kill function: L9542019/06/28 22:33:32 Destroy() [SB 956]", "Kill function: L152019/06/28 22:33:32 Destroy() [SB 17]", "Kill function: L602019/06/28 22:33:32 Destroy() [SB 62]", "Kill function: L4572019/06/28 22:33:32 Destroy() [SB 459]", "Kill function: L6832019/06/28 22:33:32 Destroy() [SB 685]", "Kill function: L8332019/06/28 22:33:32 Destroy() [SB 835]", "Kill function: L402019/06/28 22:33:32 Destroy() [SB 42]", "Kill function: L5792019/06/28 22:33:32 Destroy() [SB 581]", "Kill function: L6462019/06/28 22:33:32 Destroy() [SB 648]", "Kill function: L6502019/06/28 22:33:32 Destroy() [SB 652]", "Kill function: L6802019/06/28 22:33:32 Destroy() [SB 682]", "Kill function: L9532019/06/28 22:33:32 Destroy() [SB 955]", "Kill function: L7342019/06/28 22:33:32 Destroy() [SB 736]", "Kill function: L2272019/06/28 22:33:32 Destroy() [SB 229]", "Kill function: L4212019/06/28 22:33:32 Destroy() [SB 423]", "Kill function: L4352019/06/28 22:33:32 Destroy() [SB 437]", "Kill function: L4852019/06/28 22:33:32 Destroy() [SB 487]", "Kill function: L5742019/06/28 22:33:32 Destroy() [SB 576]", "Kill function: L6442019/06/28 22:33:32 Destroy() [SB 646]", "Kill function: L7332019/06/28 22:33:32 Destroy() [SB 735]", "Kill function: L9432019/06/28 22:33:32 Destroy() [SB 945]", "Kill function: L112019/06/28 22:33:32 Destroy() [SB 13]", "Kill function: L1402019/06/28 22:33:32 Destroy() [SB 142]", "Kill function: L4122019/06/28 22:33:32 Destroy() [SB 414]", "Kill function: L6162019/06/28 22:33:32 Destroy() [SB 618]", "Kill function: L692019/06/28 22:33:32 Destroy() [SB 71]", "Kill function: L3382019/06/28 22:33:32 Destroy() [SB 340]", "Kill function: L3542019/06/28 22:33:32 Destroy() [SB 356]", "Kill function: L8142019/06/28 22:33:32 Destroy() [SB 816]", "Kill function: L8862019/06/28 22:33:32 Destroy() [SB 888]", "Kill function: L9132019/06/28 22:33:32 Destroy() [SB 915]", "Kill function: L852019/06/28 22:33:32 Destroy() [SB 87]", "Kill function: L2022019/06/28 22:33:32 Destroy() [SB 204]", "Kill function: L2362019/06/28 22:33:32 Destroy() [SB 238]", "Kill function: L2842019/06/28 22:33:32 Destroy() [SB 286]", "Kill function: L2882019/06/28 22:33:32 Destroy() [SB 290]", "Kill function: L6922019/06/28 22:33:32 Destroy() [SB 694]", "Kill function: L9602019/06/28 22:33:32 Destroy() [SB 962]", "Kill function: L832019/06/28 22:33:32 Destroy() [SB 85]", "Kill function: L2122019/06/28 22:33:32 Destroy() [SB 214]", "Kill function: L5192019/06/28 22:33:32 Destroy() [SB 521]", "Kill function: L5432019/06/28 22:33:32 Destroy() [SB 545]", "Kill function: L8542019/06/28 22:33:32 Destroy() [SB 856]", "Kill function: L3782019/06/28 22:33:32 Destroy() [SB 380]", "Kill function: L4642019/06/28 22:33:32 Destroy() [SB 466]", "Kill function: L9202019/06/28 22:33:32 Destroy() [SB 922]", "Kill function: L9342019/06/28 22:33:32 Destroy() [SB 936]", "Kill function: L942019/06/28 22:33:32 Destroy() [SB 96]", "Kill function: L3372019/06/28 22:33:32 Destroy() [SB 339]", "Kill function: L4492019/06/28 22:33:32 Destroy() [SB 451]", "Kill function: L8072019/06/28 22:33:32 Destroy() [SB 809]", "Kill function: L1282019/06/28 22:33:32 Destroy() [SB 130]", "Kill function: L4222019/06/28 22:33:32 Destroy() [SB 424]", "Kill function: L7912019/06/28 22:33:32 Destroy() [SB 793]", "Kill function: L9002019/06/28 22:33:32 Destroy() [SB 902]", "Kill function: L672019/06/28 22:33:32 Destroy() [SB 69]", "Kill function: L1212019/06/28 22:33:32 Destroy() [SB 123]", "Kill function: L1742019/06/28 22:33:32 Destroy() [SB 176]", "Kill function: L2832019/06/28 22:33:32 Destroy() [SB 285]", "Kill function: L1432019/06/28 22:33:32 Destroy() [SB 145]", "Kill function: L2532019/06/28 22:33:32 Destroy() [SB 255]", "Kill function: L3252019/06/28 22:33:32 Destroy() [SB 327]", "Kill function: L5802019/06/28 22:33:32 Destroy() [SB 582]", "Kill function: L6122019/06/28 22:33:32 Destroy() [SB 614]", "Kill function: L9922019/06/28 22:33:32 Destroy() [SB 994]", "Kill function: L5272019/06/28 22:33:32 Destroy() [SB 529]", "Kill function: L5382019/06/28 22:33:32 Destroy() [SB 540]", "Kill function: L7622019/06/28 22:33:32 Destroy() [SB 764]", "Kill function: L8492019/06/28 22:33:32 Destroy() [SB 851]", "Kill function: L32019/06/28 22:33:32 Destroy() [SB 5]", "Kill function: L4172019/06/28 22:33:32 Destroy() [SB 419]", "Kill function: L7312019/06/28 22:33:32 Destroy() [SB 733]", "Kill function: L7932019/06/28 22:33:32 Destroy() [SB 795]", "Kill function: L9162019/06/28 22:33:32 Destroy() [SB 918]", "Kill function: L9662019/06/28 22:33:32 Destroy() [SB 968]", "Kill function: L6192019/06/28 22:33:32 Destroy() [SB 621]", "Kill function: L7792019/06/28 22:33:32 Destroy() [SB 781]", "Kill function: L8462019/06/28 22:33:32 Destroy() [SB 848]", "Kill function: L2112019/06/28 22:33:32 Destroy() [SB 213]", "Kill function: L3752019/06/28 22:33:32 Destroy() [SB 377]", "Kill function: L4662019/06/28 22:33:32 Destroy() [SB 468]", "Kill function: L9142019/06/28 22:33:32 Destroy() [SB 916]", "Kill function: L2542019/06/28 22:33:32 Destroy() [SB 256]", "Kill function: L4972019/06/28 22:33:32 Destroy() [SB 499]", "Kill function: L6882019/06/28 22:33:32 Destroy() [SB 690]", "Kill function: L7212019/06/28 22:33:32 Destroy() [SB 723]", "Kill function: L7652019/06/28 22:33:32 Destroy() [SB 767]", "Kill function: L9482019/06/28 22:33:32 Destroy() [SB 950]", "Kill function: L2642019/06/28 22:33:32 Destroy() [SB 266]", "Kill function: L7252019/06/28 22:33:32 Destroy() [SB 727]", "Kill function: L1232019/06/28 22:33:32 Destroy() [SB 125]", "Kill function: L9392019/06/28 22:33:32 Destroy() [SB 941]", "Kill function: L272019/06/28 22:33:32 Destroy() [SB 29]", "Kill function: L1312019/06/28 22:33:32 Destroy() [SB 133]", "Kill function: L4452019/06/28 22:33:32 Destroy() [SB 447]", "Kill function: L5052019/06/28 22:33:32 Destroy() [SB 507]", "Kill function: L2282019/06/28 22:33:32 Destroy() [SB 230]", "Kill function: L2952019/06/28 22:33:32 Destroy() [SB 297]", "Kill function: L5512019/06/28 22:33:32 Destroy() [SB 553]", "Kill function: L8382019/06/28 22:33:32 Destroy() [SB 840]", "Kill function: L1172019/06/28 22:33:32 Destroy() [SB 119]", "Kill function: L7862019/06/28 22:33:32 Destroy() [SB 788]", "Kill function: L1792019/06/28 22:33:32 Destroy() [SB 181]", "Kill function: L2142019/06/28 22:33:32 Destroy() [SB 216]", "Kill function: L5442019/06/28 22:33:32 Destroy() [SB 546]", "Kill function: L8212019/06/28 22:33:32 Destroy() [SB 823]", "Kill function: L8972019/06/28 22:33:32 Destroy() [SB 899]", "Kill function: L1932019/06/28 22:33:32 Destroy() [SB 195]", "Kill function: L2592019/06/28 22:33:32 Destroy() [SB 261]", "Kill function: L4762019/06/28 22:33:32 Destroy() [SB 478]", "Kill function: L5982019/06/28 22:33:32 Destroy() [SB 600]", "Kill function: L7542019/06/28 22:33:32 Destroy() [SB 756]", "Kill function: L7942019/06/28 22:33:32 Destroy() [SB 796]", "Kill function: L7992019/06/28 22:33:32 Destroy() [SB 801]", "Kill function: L8082019/06/28 22:33:32 Destroy() [SB 810]", "Kill function: L9112019/06/28 22:33:32 Destroy() [SB 913]", "Kill function: L9782019/06/28 22:33:32 Destroy() [SB 980]", "Kill function: L9952019/06/28 22:33:32 Destroy() [SB 997]", "Kill function: L2002019/06/28 22:33:32 Destroy() [SB 202]", "Kill function: L2742019/06/28 22:33:32 Destroy() [SB 276]", "Kill function: L4302019/06/28 22:33:32 Destroy() [SB 432]", "Kill function: L6592019/06/28 22:33:32 Destroy() [SB 661]", "Kill function: L6932019/06/28 22:33:32 Destroy() [SB 695]", "Kill function: L7302019/06/28 22:33:32 Destroy() [SB 732]", "Kill function: L8752019/06/28 22:33:32 Destroy() [SB 877]", "Kill function: L5952019/06/28 22:33:32 Destroy() [SB 597]", "Kill function: L7892019/06/28 22:33:32 Destroy() [SB 791]", "Kill function: L212019/06/28 22:33:32 Destroy() [SB 23]", "Kill function: L1872019/06/28 22:33:32 Destroy() [SB 189]", "Kill function: L2672019/06/28 22:33:32 Destroy() [SB 269]", "Kill function: L3872019/06/28 22:33:32 Destroy() [SB 389]", "Kill function: L4242019/06/28 22:33:32 Destroy() [SB 426]", "Kill function: L5312019/06/28 22:33:32 Destroy() [SB 533]", "Kill function: L6222019/06/28 22:33:32 Destroy() [SB 624]", "Kill function: L1942019/06/28 22:33:32 Destroy() [SB 196]", "Kill function: L3882019/06/28 22:33:32 Destroy() [SB 390]", "Kill function: L4932019/06/28 22:33:32 Destroy() [SB 495]", "Kill function: L4992019/06/28 22:33:32 Destroy() [SB 501]", "Kill function: L6262019/06/28 22:33:32 Destroy() [SB 628]", "Kill function: L262019/06/28 22:33:32 Destroy() [SB 28]", "Kill function: L9672019/06/28 22:33:32 Destroy() [SB 969]", "Kill function: L9932019/06/28 22:33:32 Destroy() [SB 995]", "Kill function: L1812019/06/28 22:33:32 Destroy() [SB 183]", "Kill function: L4902019/06/28 22:33:32 Destroy() [SB 492]", "Kill function: L6852019/06/28 22:33:32 Destroy() [SB 687]", "Kill function: L6942019/06/28 22:33:32 Destroy() [SB 696]", "Kill function: L7612019/06/28 22:33:32 Destroy() [SB 763]", "Kill function: L8822019/06/28 22:33:32 Destroy() [SB 884]", "Kill function: L9092019/06/28 22:33:32 Destroy() [SB 911]", "Kill function: L2432019/06/28 22:33:32 Destroy() [SB 245]", "Kill function: L2772019/06/28 22:33:32 Destroy() [SB 279]", "Kill function: L962019/06/28 22:33:32 Destroy() [SB 98]", "Kill function: L1622019/06/28 22:33:32 Destroy() [SB 164]", "Kill function: L2132019/06/28 22:33:32 Destroy() [SB 215]", "Kill function: L4432019/06/28 22:33:32 Destroy() [SB 445]", "Kill function: L6102019/06/28 22:33:32 Destroy() [SB 612]", "Kill function: L6782019/06/28 22:33:32 Destroy() [SB 680]", "Kill function: L8222019/06/28 22:33:32 Destroy() [SB 824]", "Kill function: L1292019/06/28 22:33:32 Destroy() [SB 131]", "Kill function: L5252019/06/28 22:33:32 Destroy() [SB 527]", "Kill function: L8272019/06/28 22:33:32 Destroy() [SB 829]", "Kill function: L5692019/06/28 22:33:32 Destroy() [SB 571]", "Kill function: L7672019/06/28 22:33:32 Destroy() [SB 769]", "Kill function: L8652019/06/28 22:33:32 Destroy() [SB 867]", "Kill function: L3212019/06/28 22:33:32 Destroy() [SB 323]", "Kill function: L3702019/06/28 22:33:32 Destroy() [SB 372]", "Kill function: L4422019/06/28 22:33:32 Destroy() [SB 444]", "Kill function: L6312019/06/28 22:33:32 Destroy() [SB 633]", "Kill function: L6422019/06/28 22:33:32 Destroy() [SB 644]", "Kill function: L342019/06/28 22:33:32 Destroy() [SB 36]", "Kill function: L2172019/06/28 22:33:32 Destroy() [SB 219]", "Kill function: L2582019/06/28 22:33:32 Destroy() [SB 260]", "Kill function: L3092019/06/28 22:33:32 Destroy() [SB 311]", "Kill function: L4402019/06/28 22:33:32 Destroy() [SB 442]", "Kill function: L5172019/06/28 22:33:32 Destroy() [SB 519]", "Kill function: L9812019/06/28 22:33:32 Destroy() [SB 983]", "Kill function: L1152019/06/28 22:33:32 Destroy() [SB 117]", "Kill function: L1722019/06/28 22:33:32 Destroy() [SB 174]", "Kill function: L8552019/06/28 22:33:32 Destroy() [SB 857]", "Kill function: L2512019/06/28 22:33:32 Destroy() [SB 253]", "Kill function: L5842019/06/28 22:33:32 Destroy() [SB 586]", "Kill function: L5992019/06/28 22:33:32 Destroy() [SB 601]", "Kill function: L6952019/06/28 22:33:32 Destroy() [SB 697]", "Kill function: L4092019/06/28 22:33:32 Destroy() [SB 411]", "Kill function: L7362019/06/28 22:33:32 Destroy() [SB 738]", "Kill function: L9852019/06/28 22:33:32 Destroy() [SB 987]", "Kill function: L822019/06/28 22:33:32 Destroy() [SB 84]", "Kill function: L2202019/06/28 22:33:32 Destroy() [SB 222]", "Kill function: L5122019/06/28 22:33:32 Destroy() [SB 514]", "Kill function: L9372019/06/28 22:33:32 Destroy() [SB 939]", "Kill function: L9442019/06/28 22:33:32 Destroy() [SB 946]", "Kill function: L772019/06/28 22:33:32 Destroy() [SB 79]", "Kill function: L1682019/06/28 22:33:32 Destroy() [SB 170]", "Kill function: L2812019/06/28 22:33:32 Destroy() [SB 283]", "Kill function: L5232019/06/28 22:33:32 Destroy() [SB 525]", "Kill function: L6112019/06/28 22:33:32 Destroy() [SB 613]", "Kill function: L6352019/06/28 22:33:32 Destroy() [SB 637]", "Kill function: L872019/06/28 22:33:32 Destroy() [SB 89]", "Kill function: L1472019/06/28 22:33:32 Destroy() [SB 149]", "Kill function: L7502019/06/28 22:33:32 Destroy() [SB 752]", "Kill function: L7852019/06/28 22:33:32 Destroy() [SB 787]", "Kill function: L8232019/06/28 22:33:32 Destroy() [SB 825]", "Kill function: L472019/06/28 22:33:32 Destroy() [SB 49]", "Kill function: L2752019/06/28 22:33:32 Destroy() [SB 277]", "Kill function: L8742019/06/28 22:33:32 Destroy() [SB 876]", "Kill function: L432019/06/28 22:33:32 Destroy() [SB 45]", "Kill function: L1902019/06/28 22:33:32 Destroy() [SB 192]", "Kill function: L3182019/06/28 22:33:32 Destroy() [SB 320]", "Kill function: L4752019/06/28 22:33:32 Destroy() [SB 477]", "Kill function: L5292019/06/28 22:33:32 Destroy() [SB 531]", "Kill function: L5552019/06/28 22:33:32 Destroy() [SB 557]", "Kill function: L292019/06/28 22:33:32 Destroy() [SB 31]", "Kill function: L2312019/06/28 22:33:32 Destroy() [SB 233]", "Kill function: L5452019/06/28 22:33:32 Destroy() [SB 547]", "Kill function: L7082019/06/28 22:33:32 Destroy() [SB 710]", "Kill function: L182019/06/28 22:33:32 Destroy() [SB 20]", "Kill function: L1052019/06/28 22:33:32 Destroy() [SB 107]", "Kill function: L4672019/06/28 22:33:32 Destroy() [SB 469]", "Kill function: L8712019/06/28 22:33:32 Destroy() [SB 873]", "Kill function: L242019/06/28 22:33:32 Destroy() [SB 26]", "Kill function: L3462019/06/28 22:33:32 Destroy() [SB 348]", "Kill function: L4372019/06/28 22:33:32 Destroy() [SB 439]", "Kill function: L6992019/06/28 22:33:32 Destroy() [SB 701]", "Kill function: L3152019/06/28 22:33:32 Destroy() [SB 317]", "Kill function: L8202019/06/28 22:33:32 Destroy() [SB 822]", "Kill function: L8452019/06/28 22:33:32 Destroy() [SB 847]", "Kill function: L9712019/06/28 22:33:32 Destroy() [SB 973]", "Kill function: L2522019/06/28 22:33:32 Destroy() [SB 254]", "Kill function: L3582019/06/28 22:33:32 Destroy() [SB 360]", "Kill function: L9582019/06/28 22:33:32 Destroy() [SB 960]", "Kill function: L1202019/06/28 22:33:32 Destroy() [SB 122]", "Kill function: L2682019/06/28 22:33:32 Destroy() [SB 270]", "Kill function: L3222019/06/28 22:33:32 Destroy() [SB 324]", "Kill function: L7222019/06/28 22:33:32 Destroy() [SB 724]", "Kill function: L1962019/06/28 22:33:32 Destroy() [SB 198]", "Kill function: L2802019/06/28 22:33:32 Destroy() [SB 282]", "Kill function: L9402019/06/28 22:33:32 Destroy() [SB 942]", "Kill function: L3082019/06/28 22:33:32 Destroy() [SB 310]", "Kill function: L4732019/06/28 22:33:32 Destroy() [SB 475]", "Kill function: L5562019/06/28 22:33:32 Destroy() [SB 558]", "Kill function: L172019/06/28 22:33:32 Destroy() [SB 19]", "Kill function: L4962019/06/28 22:33:32 Destroy() [SB 498]", "Kill function: L6372019/06/28 22:33:32 Destroy() [SB 639]", "Kill function: L6702019/06/28 22:33:32 Destroy() [SB 672]", "Kill function: L8662019/06/28 22:33:32 Destroy() [SB 868]", "Kill function: L9052019/06/28 22:33:32 Destroy() [SB 907]", "Kill function: L252019/06/28 22:33:32 Destroy() [SB 27]", "Kill function: L4142019/06/28 22:33:32 Destroy() [SB 416]", "Kill function: L5342019/06/28 22:33:32 Destroy() [SB 536]", "Kill function: L6282019/06/28 22:33:32 Destroy() [SB 630]", "Kill function: L6522019/06/28 22:33:32 Destroy() [SB 654]", "Kill function: L7822019/06/28 22:33:32 Destroy() [SB 784]", "Kill function: L7972019/06/28 22:33:32 Destroy() [SB 799]", "Kill function: L5062019/06/28 22:33:32 Destroy() [SB 508]", "Kill function: L6292019/06/28 22:33:32 Destroy() [SB 631]", "Kill function: L6862019/06/28 22:33:32 Destroy() [SB 688]", "Kill function: L8702019/06/28 22:33:32 Destroy() [SB 872]", "Kill function: L5002019/06/28 22:33:32 Destroy() [SB 502]", "Kill function: L5462019/06/28 22:33:32 Destroy() [SB 548]", "Kill function: L9522019/06/28 22:33:32 Destroy() [SB 954]", "Kill function: L722019/06/28 22:33:32 Destroy() [SB 74]", "Kill function: L1112019/06/28 22:33:32 Destroy() [SB 113]", "Kill function: L1122019/06/28 22:33:32 Destroy() [SB 114]", "Kill function: L1822019/06/28 22:33:32 Destroy() [SB 184]", "Kill function: L2382019/06/28 22:33:32 Destroy() [SB 240]", "Kill function: L7762019/06/28 22:33:32 Destroy() [SB 778]", "Kill function: L9282019/06/28 22:33:32 Destroy() [SB 930]", "Kill function: L9802019/06/28 22:33:32 Destroy() [SB 982]", "Kill function: L2572019/06/28 22:33:32 Destroy() [SB 259]", "Kill function: L4082019/06/28 22:33:32 Destroy() [SB 410]", "Kill function: L6382019/06/28 22:33:32 Destroy() [SB 640]", "Kill function: L6512019/06/28 22:33:32 Destroy() [SB 653]", "Kill function: L8932019/06/28 22:33:32 Destroy() [SB 895]", "Kill function: L4012019/06/28 22:33:32 Destroy() [SB 403]", "Kill function: L7832019/06/28 22:33:32 Destroy() [SB 785]", "Kill function: L3112019/06/28 22:33:32 Destroy() [SB 313]", "Kill function: L7632019/06/28 22:33:32 Destroy() [SB 765]", "Kill function: L9722019/06/28 22:33:32 Destroy() [SB 974]", "Kill function: L9962019/06/28 22:33:32 Destroy() [SB 998]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 998]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 998]", "Kill function: L2092019/06/28 22:33:32 Destroy() [SB 211]", "Kill function: L3862019/06/28 22:33:32 Destroy() [SB 388]", "Kill function: L5882019/06/28 22:33:32 Destroy() [SB 590]", "Kill function: L7282019/06/28 22:33:32 Destroy() [SB 730]", "Kill function: L4982019/06/28 22:33:32 Destroy() [SB 500]", "Kill function: L392019/06/28 22:33:32 Destroy() [SB 41]", "Kill function: L632019/06/28 22:33:32 Destroy() [SB 65]", "Kill function: L4692019/06/28 22:33:32 Destroy() [SB 471]", "Kill function: L1522019/06/28 22:33:32 Destroy() [SB 154]", "Kill function: L1952019/06/28 22:33:32 Destroy() [SB 197]", "Kill function: L4592019/06/28 22:33:32 Destroy() [SB 461]", "Kill function: L6582019/06/28 22:33:32 Destroy() [SB 660]", "Kill function: L7782019/06/28 22:33:32 Destroy() [SB 780]", "Kill function: L7812019/06/28 22:33:32 Destroy() [SB 783]", "Kill function: L3772019/06/28 22:33:32 Destroy() [SB 379]", "Kill function: L5162019/06/28 22:33:32 Destroy() [SB 518]", "Kill function: L6012019/06/28 22:33:32 Destroy() [SB 603]", "Kill function: L642019/06/28 22:33:32 Destroy() [SB 66]", "Kill function: L6232019/06/28 22:33:32 Destroy() [SB 625]", "Kill function: L3562019/06/28 22:33:32 Destroy() [SB 358]", "Kill function: L3822019/06/28 22:33:32 Destroy() [SB 384]", "Kill function: L3842019/06/28 22:33:32 Destroy() [SB 386]", "Kill function: L3982019/06/28 22:33:32 Destroy() [SB 400]", "Kill function: L4462019/06/28 22:33:32 Destroy() [SB 448]", "Kill function: L5362019/06/28 22:33:32 Destroy() [SB 538]", "Kill function: L2462019/06/28 22:33:32 Destroy() [SB 248]", "Kill function: L4182019/06/28 22:33:32 Destroy() [SB 420]", "Kill function: L5092019/06/28 22:33:32 Destroy() [SB 511]", "Kill function: L6302019/06/28 22:33:32 Destroy() [SB 632]", "Kill function: L6342019/06/28 22:33:32 Destroy() [SB 636]", "Kill function: L9412019/06/28 22:33:32 Destroy() [SB 943]", "Kill function: L7122019/06/28 22:33:32 Destroy() [SB 714]", "Kill function: L7452019/06/28 22:33:32 Destroy() [SB 747]", "Kill function: L662019/06/28 22:33:32 Destroy() [SB 68]", "Kill function: L6602019/06/28 22:33:32 Destroy() [SB 662]", "Kill function: L812019/06/28 22:33:32 Destroy() [SB 83]", "Kill function: L1632019/06/28 22:33:32 Destroy() [SB 165]", "Kill function: L3422019/06/28 22:33:32 Destroy() [SB 344]", "Kill function: L7742019/06/28 22:33:32 Destroy() [SB 776]", "Kill function: L9692019/06/28 22:33:32 Destroy() [SB 971]", "Kill function: L312019/06/28 22:33:32 Destroy() [SB 33]", "Kill function: L322019/06/28 22:33:32 Destroy() [SB 34]", "Kill function: L3482019/06/28 22:33:32 Destroy() [SB 350]", "Kill function: L6792019/06/28 22:33:32 Destroy() [SB 681]", "Kill function: L7802019/06/28 22:33:32 Destroy() [SB 782]", "Kill function: L682019/06/28 22:33:32 Destroy() [SB 70]", "Kill function: L1772019/06/28 22:33:32 Destroy() [SB 179]", "Kill function: L4252019/06/28 22:33:32 Destroy() [SB 427]", "Kill function: L4342019/06/28 22:33:32 Destroy() [SB 436]", "Kill function: L7962019/06/28 22:33:32 Destroy() [SB 798]", "Kill function: L4412019/06/28 22:33:32 Destroy() [SB 443]", "Kill function: L7482019/06/28 22:33:32 Destroy() [SB 750]", "Kill function: L9022019/06/28 22:33:32 Destroy() [SB 904]", "Kill function: L9192019/06/28 22:33:32 Destroy() [SB 921]", "Kill function: L6432019/06/28 22:33:32 Destroy() [SB 645]", "Kill function: L9042019/06/28 22:33:32 Destroy() [SB 906]", "Kill function: L42019/06/28 22:33:32 Destroy() [SB 6]", "Kill function: L1852019/06/28 22:33:32 Destroy() [SB 187]", "Kill function: L2892019/06/28 22:33:32 Destroy() [SB 291]", "Kill function: L7532019/06/28 22:33:32 Destroy() [SB 755]", "Kill function: L422019/06/28 22:33:32 Destroy() [SB 44]", "Kill function: L2182019/06/28 22:33:32 Destroy() [SB 220]", "Kill function: L2962019/06/28 22:33:32 Destroy() [SB 298]", "Kill function: L5042019/06/28 22:33:32 Destroy() [SB 506]", "Kill function: L9422019/06/28 22:33:32 Destroy() [SB 944]", "Kill function: L6142019/06/28 22:33:32 Destroy() [SB 616]", "Kill function: L82019/06/28 22:33:32 Destroy() [SB 10]", "Kill function: L1062019/06/28 22:33:32 Destroy() [SB 108]", "Kill function: L1602019/06/28 22:33:32 Destroy() [SB 162]", "Kill function: L1712019/06/28 22:33:32 Destroy() [SB 173]", "Kill function: L2632019/06/28 22:33:32 Destroy() [SB 265]", "Kill function: L3812019/06/28 22:33:32 Destroy() [SB 383]", "Kill function: L5012019/06/28 22:33:32 Destroy() [SB 503]", "Kill function: L6632019/06/28 22:33:32 Destroy() [SB 665]", "Kill function: L9302019/06/28 22:33:32 Destroy() [SB 932]", "Kill function: L9572019/06/28 22:33:32 Destroy() [SB 959]", "Kill function: L1462019/06/28 22:33:32 Destroy() [SB 148]", "Kill function: L2012019/06/28 22:33:32 Destroy() [SB 203]", "Kill function: L2162019/06/28 22:33:32 Destroy() [SB 218]", "Kill function: L4502019/06/28 22:33:32 Destroy() [SB 452]", "Kill function: L7442019/06/28 22:33:32 Destroy() [SB 746]", "Kill function: L7662019/06/28 22:33:32 Destroy() [SB 768]", "Kill function: L8342019/06/28 22:33:32 Destroy() [SB 836]", "2019/06/28 22:33:32 SOCKPool.Cleanup: make sure all memory is free", "2019/06/28 22:33:32 SOCKPool.Cleanup: memory pool emptied", "2019/06/28 22:33:32 received shutdown request [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:32 empty queues and release CGs [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/blkio/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/cpu/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/devices/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/freezer/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/hugetlb/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/memory/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/perf_event/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/systemd/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/pids/worker-sock-handlers [CGROUP POOL worker-sock-handlers]", "2019/06/28 22:33:32 Destroy() [SB 1]", "2019/06/28 22:33:32 kill all procs in CG [SOCK 1]", "2019/06/28 22:33:32 unmount and remove dirs [SOCK 1]", "2019/06/28 22:33:32 SOCKPool.Cleanup: make sure all memory is free", "2019/06/28 22:33:32 SOCKPool.Cleanup: memory pool emptied", "2019/06/28 22:33:32 received shutdown request [CGROUP POOL worker-sock-cache]", "2019/06/28 22:33:32 empty queues and release CGs [CGROUP POOL worker-sock-cache]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/blkio/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/cpu/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/devices/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/freezer/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/hugetlb/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/memory/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/perf_event/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/systemd/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:33:32 remove /sys/fs/cgroup/pids/worker-sock-cache [CGROUP POOL worker-sock-cache]", "2019/06/28 22:33:32 save stats to /root/open-lambda/test-dir/worker/stats.json", "2019/06/28 22:33:32 remove worker.pid", "2019/06/28 22:33:32 exiting", "" ] } POP conf: {'registry': '/tmp/tmptu596i4m'} POP conf: {'import_cache_mb': 250, 'sandbox': 'sock', 'handler_cache_mb': 250} PASSED: 16, FAILED: 1 Makefile:28: recipe for target 'test-all' failed make: *** [test-all] Error 1