Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sst dev - zombie node processes #317

Closed
qw-in opened this issue Apr 27, 2024 · 7 comments · Fixed by #390
Closed

sst dev - zombie node processes #317

qw-in opened this issue Apr 27, 2024 · 7 comments · Fixed by #390
Assignees

Comments

@qw-in
Copy link
Contributor

qw-in commented Apr 27, 2024

Example video on youtube
Reproduction repo


I was experiencing huge slowdowns after developing with sst dev after an hour or so. Noticed quite a few node processes all using 40%+ cpu. Can reproduce consistently now

My guess is it could have something to do with volta being node on my system


Details:

  • macOS
  • sst 0.0.321
  • volta 1.1.1
  • pnpm 9.0.6 (installed with volta)
  • node 20.12.0 (installed with volta)
Copy link
Contributor

thdxr commented Apr 28, 2024

do you know what command the node servers were running? was it related to pulumi

@thdxr thdxr self-assigned this Apr 28, 2024
@qw-in
Copy link
Contributor Author

qw-in commented Apr 28, 2024

Doesn't look like it to me:

While dev running:
Screenshot 2024-04-28 at 3 06 47 PM

After dev exits:
Screenshot 2024-04-28 at 3 09 04 PM

Verbose logs (a different run) time=2024-04-28T15:13:05.990-07:00 level=INFO msg="checking for pulumi" path="/Users/quinn/Library/Application Support/sst/bin/pulumi" time=2024-04-28T15:13:06.201-07:00 level=INFO msg="checking for bun" path="/Users/quinn/Library/Application Support/sst/bin/bun" time=2024-04-28T15:13:06.216-07:00 level=INFO msg=args args=[] length=0 time=2024-04-28T15:13:06.217-07:00 level=INFO msg="no existing server found, starting new one" time=2024-04-28T15:13:06.217-07:00 level=INFO msg="waiting for server to start" time=2024-04-28T15:13:06.231-07:00 level=INFO msg="checking for pulumi" path="/Users/quinn/Library/Application Support/sst/bin/pulumi" time=2024-04-28T15:13:06.339-07:00 level=INFO msg="checking for bun" path="/Users/quinn/Library/Application Support/sst/bin/bun" time=2024-04-28T15:13:06.344-07:00 level=INFO msg="initializing project" version=0.0.326 time=2024-04-28T15:13:06.344-07:00 level=INFO msg="esbuild building" time=2024-04-28T15:13:06.351-07:00 level=INFO msg="esbuild built" outfile=/Users/quinn/Code/sst-ion-zombies-repro/.sst/eval/eval-1714342386344.mjs time=2024-04-28T15:13:06.351-07:00 level=INFO msg="evaluating config" time=2024-04-28T15:13:06.386-07:00 level=INFO msg="config evaluated" time=2024-04-28T15:13:06.387-07:00 level=INFO msg="checking platform" time=2024-04-28T15:13:06.653-07:00 level=INFO msg="credentials found" time=2024-04-28T15:13:06.653-07:00 level=INFO msg="fetching bootstrap" time=2024-04-28T15:13:06.748-07:00 level=INFO msg="found existing bootstrap" data="{\"version\":1,\"asset\":\"sst-asset-khumcfbtafmx\",\"state\":\"sst-state-khumcfbtafmx\"}" time=2024-04-28T15:13:06.748-07:00 level=INFO msg="loaded config" app=sst-ion-zombies-repro stage=quinn time=2024-04-28T15:13:06.750-07:00 level=INFO msg=server addr=0.0.0.0:13557 time=2024-04-28T15:13:06.750-07:00 level=INFO msg="getting endpoint" time=2024-04-28T15:13:06.750-07:00 level=INFO msg=subscribed type=*aws.FunctionInvokedEvent time=2024-04-28T15:13:06.750-07:00 level=INFO msg=subscribed type=*aws.FunctionResponseEvent time=2024-04-28T15:13:06.750-07:00 level=INFO msg=subscribed type=*aws.FunctionErrorEvent time=2024-04-28T15:13:06.750-07:00 level=INFO msg=subscribed type=*aws.FunctionLogEvent time=2024-04-28T15:13:06.750-07:00 level=INFO msg=subscribed type=*project.StackEvent time=2024-04-28T15:13:06.926-07:00 level=INFO msg="found endpoint endpoint" url="wss://a3hbsstknw054l.iot.us-west-2.amazonaws.com/mqtt?X-Amz-Expires=86400" time=2024-04-28T15:13:06.926-07:00 level=INFO msg="signed request" url="wss://a3hbsstknw054l.iot.us-west-2.amazonaws.com/mqtt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIA3FLD3QJW7XXKRKHA%2F20240428%2Fus-west-2%2Fiotdevicegateway%2Faws4_request&X-Amz-Date=20240428T221306Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=17d4852bccd894b90307a133aed723c86e1eafedb56f9ef30baa887aea8aa759" time=2024-04-28T15:13:07.063-07:00 level=INFO msg="mqtt connected" time=2024-04-28T15:13:07.121-07:00 level=INFO msg=subscribed type=*project.StackEvent time=2024-04-28T15:13:07.121-07:00 level=INFO msg=subscribed type=*watcher.FileChangedEvent time=2024-04-28T15:13:07.222-07:00 level=INFO msg="connected to iot" time=2024-04-28T15:13:07.225-07:00 level=INFO msg=watching path=/Users/quinn/Code/sst-ion-zombies-repro time=2024-04-28T15:13:07.225-07:00 level=INFO msg=watching path=/Users/quinn/Code/sst-ion-zombies-repro/src time=2024-04-28T15:13:07.226-07:00 level=INFO msg=subscribed type=*watcher.FileChangedEvent time=2024-04-28T15:13:07.226-07:00 level=INFO msg=subscribed type=*server.DeployRequestedEvent time=2024-04-28T15:13:07.226-07:00 level=INFO msg=subscribed type=*project.StackEvent time=2024-04-28T15:13:07.226-07:00 level=INFO msg="running stack command" cmd=up time=2024-04-28T15:13:07.226-07:00 level=INFO msg=publishing type=*project.StackEvent time=2024-04-28T15:13:07.226-07:00 level=INFO msg="INFO locking app=sst-ion-zombies-repro stage=quinn" time=2024-04-28T15:13:07.226-07:00 level=INFO msg="INFO getting data key=lock app=sst-ion-zombies-repro stage=quinn" time=2024-04-28T15:13:07.229-07:00 level=INFO msg="connecting to server" addr=0.0.0.0:13557 time=2024-04-28T15:13:07.231-07:00 level=INFO msg=subscribed addr=127.0.0.1:63676 time=2024-04-28T15:13:07.232-07:00 level=INFO msg=subscribed type=*aws.FunctionInvokedEvent time=2024-04-28T15:13:07.232-07:00 level=INFO msg=subscribed type=*aws.FunctionResponseEvent time=2024-04-28T15:13:07.232-07:00 level=INFO msg=subscribed type=*aws.FunctionErrorEvent time=2024-04-28T15:13:07.232-07:00 level=INFO msg=subscribed type=*aws.FunctionLogEvent time=2024-04-28T15:13:07.232-07:00 level=INFO msg=subscribed type=*project.StackEvent time=2024-04-28T15:13:07.232-07:00 level=INFO msg=subscribed type=*aws.FunctionBuildEvent time=2024-04-28T15:13:07.232-07:00 level=INFO msg=subscribed type=*cloudflare.WorkerBuildEvent time=2024-04-28T15:13:07.232-07:00 level=INFO msg=subscribed type=*cloudflare.WorkerUpdatedEvent time=2024-04-28T15:13:07.232-07:00 level=INFO msg=subscribed type=*cloudflare.WorkerInvokedEvent time=2024-04-28T15:13:07.232-07:00 level=INFO msg="got server stream" SST ❍ ion 0.0.326 ready!

➜ App: sst-ion-zombies-repro
Stage: quinn
Console: https://console.sst.dev/local/sst-ion-zombies-repro/quinn

time=2024-04-28T15:13:07.336-07:00 level=INFO msg="INFO putting data key=lock app=sst-ion-zombies-repro stage=quinn"
time=2024-04-28T15:13:07.466-07:00 level=INFO msg="INFO pulling state app=sst-ion-zombies-repro stage=quinn out=/Users/quinn/Code/sst-ion-zombies-repro/.sst/.pulumi/stacks/sst-ion-zombies-repro/quinn.json"
time=2024-04-28T15:13:07.635-07:00 level=INFO msg="INFO getting passphrase app=sst-ion-zombies-repro stage=quinn"
time=2024-04-28T15:13:07.766-07:00 level=INFO msg="INFO getting data key=secret app=sst-ion-zombies-repro stage=quinn"
time=2024-04-28T15:13:07.873-07:00 level=INFO msg="esbuild building"
time=2024-04-28T15:13:07.900-07:00 level=INFO msg="esbuild built" outfile=/Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/eval/eval-1714342387873.mjs
time=2024-04-28T15:13:07.902-07:00 level=INFO msg="files changed" files=106
time=2024-04-28T15:13:07.902-07:00 level=INFO msg="tracked files"
time=2024-04-28T15:13:08.020-07:00 level=INFO msg="built workspace"
time=2024-04-28T15:13:08.132-07:00 level=INFO msg="built stack"
time=2024-04-28T15:13:08.242-07:00 level=INFO msg="built config"
time=2024-04-28T15:13:08.242-07:00 level=INFO msg="running stack command" cmd=up
time=2024-04-28T15:13:08.666-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:09.146-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:09.146-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:09.149-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:09.152-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:09.153-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:09.161-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:10.963-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:10.964-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:10.965-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:10.973-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:10.978-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:10.984-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:10.994-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:10.998-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:10.999-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:10.999-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.000-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.001-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.001-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.002-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.002-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.003-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.003-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.004-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.004-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.004-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.005-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.005-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.006-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.007-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.007-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.007-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.008-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.008-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.009-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.009-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.010-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.010-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.011-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.011-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.011-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.012-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.012-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.013-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.013-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.014-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.014-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.014-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.015-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.015-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.016-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.016-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:11.016-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:12.225-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:12.656-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.062-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.063-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.065-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.076-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.111-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.112-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.113-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.114-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.115-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.116-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.116-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.119-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.120-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.123-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.123-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.123-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.124-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.127-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.127-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.133-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.134-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.137-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.138-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.139-07:00 level=INFO msg=publishing type=*project.StackEvent
| Updating Fn sst:aws:Function → FnUrl aws:lambda:FunctionUrl
time=2024-04-28T15:13:13.145-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.145-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.145-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.145-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.145-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.145-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.245-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.255-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.256-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.259-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.260-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.495-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.495-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.497-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.502-07:00 level=INFO msg=publishing type=*project.StackEvent
| Updated Fn sst:aws:Function → FnUrl aws:lambda:FunctionUrl
time=2024-04-28T15:13:13.507-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.508-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.508-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.509-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.579-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.582-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:13.587-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:14.241-07:00 level=INFO msg="done running stack command"
time=2024-04-28T15:13:14.241-07:00 level=INFO msg="stack command complete"
time=2024-04-28T15:13:14.463-07:00 level=INFO msg="INFO putting links app=sst-ion-zombies-repro stage=quinn"
time=2024-04-28T15:13:14.464-07:00 level=INFO msg="INFO putting data key=link app=sst-ion-zombies-repro stage=quinn"
time=2024-04-28T15:13:14.464-07:00 level=INFO msg="INFO getting passphrase app=sst-ion-zombies-repro stage=quinn"
time=2024-04-28T15:13:14.666-07:00 level=INFO msg=publishing type=*project.StackEvent
time=2024-04-28T15:13:14.667-07:00 level=INFO msg="INFO pushing state app=sst-ion-zombies-repro stage=quinn from=/Users/quinn/Code/sst-ion-zombies-repro/.sst/.pulumi/stacks/sst-ion-zombies-repro/quinn.json"

✓ Complete
url: https://yhkgcu6d2rsoh6a4pubvmvry340fazob.lambda-url.us-west-2.on.aws/

time=2024-04-28T15:13:14.828-07:00 level=INFO msg="INFO unlocking app=sst-ion-zombies-repro stage=quinn"
time=2024-04-28T15:13:14.920-07:00 level=INFO msg="waiting for file changes"
time=2024-04-28T15:13:34.249-07:00 level=INFO msg="file event" path=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js op=CHMOD
time=2024-04-28T15:13:34.251-07:00 level=INFO msg=publishing type=*watcher.FileChangedEvent
time=2024-04-28T15:13:34.251-07:00 level=INFO msg="file event" path=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js op=WRITE
time=2024-04-28T15:13:34.251-07:00 level=INFO msg="checking if code needs to be rebuilt" file=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js
time=2024-04-28T15:13:34.659-07:00 level=INFO msg="file event" path=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js op=CHMOD
time=2024-04-28T15:13:37.871-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/init
time=2024-04-28T15:13:37.872-07:00 level=INFO msg="building function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:13:37.873-07:00 level=INFO msg="loader info" loader=map[]
time=2024-04-28T15:13:37.899-07:00 level=INFO msg="function built" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:13:37.899-07:00 level=INFO msg=publishing type=*aws.FunctionBuildEvent
time=2024-04-28T15:13:37.899-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:13:37.899-07:00 level=INFO msg="starting worker" env="[AWS_LAMBDA_FUNCTION_VERSION=$LATEST SST_STAGE=quinn AWS_SECRET_ACCESS_KEY=CEjYNLvzu4HSnndMWGCy1FqwiYSVgLfYSv/46kZt _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 AWS_REGION=us-west-2 SST_FUNCTION_ID=Fn AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJHMEUCIQDvBiq01UnjWGrxuxNnVjP5RlqvNXd/uQtVCUiYUWB6VAIgX1ZJbWmNzLJsY6lFQz1LEf9Uycq2S8dKCGXELEOZK8MqqgMI9///////////ARAAGgw3NjczOTc5NTQxNTciDJvwfWgs04itQaGwuSr+AkcjdkySNqTkwO5CzTjA7x5QGLZtdFb0mu7xaQwX5qDEAlOfNbAoufww2nbdk1ii01KIFGL/j1dYbmRdId6voiAezmcjWKHt8f4QDGpwbmsf11/T1cT8ds5yU1UMANbR0qrun9w6MWcYC/zd0P5qc8EwFY96v1F5Low+IXWYGHgS23MgRH+HlFP43fYJaHHWshqBENaSoMmagDHol8v3Fq2ZHhCwgGaULEFfMjSZkYxXotKl4riVWJn4eAYK/7sg1N/UMplHjpnZ8Z8v/DUYXtB5+2i9mkdC/v42Sel/Tc4YQRdZLaHAZEizBmtgcQoEAuHY/qBBlWnpzQzmkilyRal+vhaBwvdGhDheqMi3bu2ep/5wG5dByl1X2iG4gqIttUF8/A/ze8ZuW8x8OTjMzr6w44WrVuEJsz1g/F8IWEKTPQZkfy/V8KG2EpHPtEKw8kJsveHP4BxEc8ge/OmrWvVF+hBSExHvuQCkcW5PKAjxFPu/MPgQQG6PlB57QFow7JG7sQY6nQFbTGYrk0Pe5jhgT1dxZZi6z3EBBaWlWpH3GnoZQpS6120djEAZGHQpQGwIbnIQjmQuliLnahu6sRnchYZMAr0cMs0JIuMUAuNA+ZAb4GvOZNmGjlgYiriYd4BqeEfQVrZZP1RLRWNH01Z1fJLR+IV1vNV7Z0aoy+BunM+Ksp0YrfZ4DNIKDZHva6hrVB3qsyzxQZtsM7X2WIVjS2+h AWS_LAMBDA_LOG_FORMAT=Text AWS_DEFAULT_REGION=us-west-2 SST_APP=sst-ion-zombies-repro _AWS_XRAY_DAEMON_PORT=2000 AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_ACCESS_KEY_ID=ASIA3FLD3QJWTQOGYF7P SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/a923a5d4761b47d99af26604ee723fe7]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler a923a5d4761b47d99af26604ee723fe7]"
| Build src/index.handler
time=2024-04-28T15:13:38.117-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:13:38.117-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.117-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:13:38.151-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.218-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:38.218-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.218-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:38.241-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation 4ff57ad2-db70-47cf-b76a-2abe0a146756 response]"
time=2024-04-28T15:13:38.241-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.241-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=396
time=2024-04-28T15:13:38.271-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.322-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/4c45170fffb54fb8853a105785f3d651/init
time=2024-04-28T15:13:38.323-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:13:38.323-07:00 level=INFO msg="starting worker" env="[AWS_LAMBDA_FUNCTION_VERSION=$LATEST AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJHMEUCIQDUF/bDdGNqQ9Y8yDHmv6r5dN9MApqkXsIuiXBgipla6AIgf0Puiihz9ZY75huigrDmQu5cVfbHFF9yKhOs93gBJMYqqgMI9///////////ARAAGgw3NjczOTc5NTQxNTciDKiKuB+Q8Qpj8qvfzSr+AgEqmXZGRFp5jIXH2PWdMMEg1WLJXQKUNT5gYzF+w5Lgge0Cc0hi0Y+0pwE3NrrJgbSHwgl/vx2NQ/jKZZBNtLvyN2OrnEirxl1cqKXTdZwoPpXt5LIPW89feITUtL1gb+7SNWlajoutw2Wk5cLmaX+2YBh62O7hkhPW0Pz7X182WriYqqqp1CNLM5Q6ttzA9GK8UEoZWSyRi3W3ZuxlptuyGcJKdLc7Wx4XdeTVwPCIIZyNdI4GFLLiAw4R8f0P/Swxiymtq5sTqI0EajL+uQOLFCgLVSNod28c8tV1VOLoHLV9tE1uDQIekygBGUtvMzUwHHT68K/0kUMAamWmmh5nxK8U9ZKfwwWfZAr8ozGVQ6IkiTZqhoDkjaSxZuRztc1B6H1t/EnlMECuzhr8Yw+JkiCIfuf6qin6mRYPYgR4JTp6Suy727ekBL4jopqVH4Okavn21SilkZfiRBomdH/aLcFk4rnyQuZdF998mM9BIyFLzRgHxKPlQfn+UGYwkZS7sQY6nQGoU84FPV6BjJQvWZCBy5eEMqIe0TlZ7PM1thALOhk1hMBwAucfUF3TOrlQ5SEbSHQL86Tgnf+KJuUI4fWsfwcZr4RVEIpa7ZIkvqVG1stFfXB/kp4ne6kXp3h4g3hLd5zKLnuepo7IhzTo9593ncziZ26LQkqmZF4Xura0HiRfujUmsBLMD9DTNwS+hTDnPJsrYWxg/lNujFkyKvfU _AWS_XRAY_DAEMON_PORT=2000 SST_APP=sst-ion-zombies-repro _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 AWS_LAMBDA_LOG_FORMAT=Text SST_FUNCTION_ID=Fn AWS_SECRET_ACCESS_KEY=dabLcZIRDW48Paj8Stf3AGXJ2EcMBy7NLjBQE7Gr AWS_REGION=us-west-2 AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_DEFAULT_REGION=us-west-2 AWS_ACCESS_KEY_ID=ASIA3FLD3QJWWUP5ZKJX SST_STAGE=quinn SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/4c45170fffb54fb8853a105785f3d651]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler 4c45170fffb54fb8853a105785f3d651]"
time=2024-04-28T15:13:38.345-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:38.346-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.346-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +128ms
time=2024-04-28T15:13:38.347-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:13:38.348-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.348-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:13:38.375-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.382-07:00 level=INFO msg="lambda request" path="[ lambda 4c45170fffb54fb8853a105785f3d651 runtime invocation next]"
time=2024-04-28T15:13:38.382-07:00 level=INFO msg="lambda lock" workerID=4c45170fffb54fb8853a105785f3d651
time=2024-04-28T15:13:38.382-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/4c45170fffb54fb8853a105785f3d651/request data=193
time=2024-04-28T15:13:38.411-07:00 level=INFO msg="lambda waiting for response" workerID=4c45170fffb54fb8853a105785f3d651
time=2024-04-28T15:13:38.486-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/4c45170fffb54fb8853a105785f3d651/response
time=2024-04-28T15:13:38.486-07:00 level=INFO msg="lambda sent response" workerID=4c45170fffb54fb8853a105785f3d651
time=2024-04-28T15:13:38.486-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:38.494-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:38.494-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.494-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:38.499-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation 57c00d58-c16b-4ddf-84f4-efc64f8dcad8 response]"
time=2024-04-28T15:13:38.499-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.499-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=396
time=2024-04-28T15:13:38.505-07:00 level=INFO msg="lambda request" path="[ lambda 4c45170fffb54fb8853a105785f3d651 runtime invocation 3060cfb4-8445-4bc8-ad54-9f82345d6219 response]"
time=2024-04-28T15:13:38.505-07:00 level=INFO msg="lambda lock" workerID=4c45170fffb54fb8853a105785f3d651
time=2024-04-28T15:13:38.505-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/4c45170fffb54fb8853a105785f3d651/request data=396
time=2024-04-28T15:13:38.513-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/e322c63bafce4884a78f717d6ed40a3f/init
time=2024-04-28T15:13:38.513-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:13:38.513-07:00 level=INFO msg="starting worker" env="[AWS_ACCESS_KEY_ID=ASIA3FLD3QJWW5IS4YWL _AWS_XRAY_DAEMON_PORT=2000 AWS_SECRET_ACCESS_KEY=Hbx6NP8R/eQy2hAZdQR6U1z0Ok6zpJe+r/Cr0tXy SST_STAGE=quinn AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJIMEYCIQDNxfew+QiAXfum3V0UZE74fy5YNpvoU41zV9Wmhs4sGgIhALKJiJ15WNFUfcI4Sw7PFzaHAtJG3PNbUFlK8WPcmiYSKqoDCPf//////////wEQABoMNzY3Mzk3OTU0MTU3IgxLgIEJs5HzDsWpNzMq/gK9/AvbLelS0s1FNASr4kAij6ypX5oNiYg2+c7kOgLrUWDi7f2E/zPWelNFQs8yeYx9AMxOqcNQxaNSDYjZ85v3moyB/zWK7z0drrn1Fmbz/iBab+srUjUt8nR+ICahWedat78K5WZKHbXyiIczhEsmiu3HJI4tBhhLw5HeVDI/HvF3qE3W/gEm6lMfyQPrNl4TclfRYfNXq7/PUzYEpBv7qYb6bH0YUdJbdmDsw2377tm+LnH8OI4/Azh3YpklQRR9nVc49C+3soT798A3mux52cYWrgw99Xq8LxBQYkGCjBmERb52ldEHGB7ct5wAO7/SLmgUhy1Pbry012KIMIZH0WLtEW1bYH3DBD2WxxRMEwUyB2NRWYTu7OBmgxD7CLK4KEydd9RhgeVOkjkn4WO2StfmcU7yF4iyNXHPEbm9u33My4P2CKSvU9g6LTZGdhngREDin96m+t9nd63iMNpgZcbUP1zdQPFhY3r+C319n1hR6FGIr/WIk+limqSrMJKUu7EGOpwB9WafsAa2APJ/FFCi2yCayBD81OSThcE2HX9vPaYIa8ZXCd01bCEMICnPdZX8vs5pZr19Xm/FUg7/AgJzugH/yITJJO0Nrw5DAqvgazSicBojjEPlRMNS5WE0IMzDtVpzL5DAjyG8QkI5LKo374U6JOW65rac+hhLYmTd/hVWwZ+UNVXEmuVBfMEh5Wec4BTFozJ4qxB9jQuQ99VX AWS_LAMBDA_LOG_FORMAT=Text AWS_LAMBDA_FUNCTION_VERSION=$LATEST SST_APP=sst-ion-zombies-repro _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 AWS_DEFAULT_REGION=us-west-2 SST_FUNCTION_ID=Fn AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_REGION=us-west-2 SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/e322c63bafce4884a78f717d6ed40a3f]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler e322c63bafce4884a78f717d6ed40a3f]"
time=2024-04-28T15:13:38.534-07:00 level=INFO msg="lambda waiting for response" workerID=4c45170fffb54fb8853a105785f3d651
time=2024-04-28T15:13:38.535-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.580-07:00 level=INFO msg="lambda request" path="[ lambda e322c63bafce4884a78f717d6ed40a3f runtime invocation next]"
time=2024-04-28T15:13:38.580-07:00 level=INFO msg="lambda lock" workerID=e322c63bafce4884a78f717d6ed40a3f
time=2024-04-28T15:13:38.580-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/e322c63bafce4884a78f717d6ed40a3f/request data=193
time=2024-04-28T15:13:38.600-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/4c45170fffb54fb8853a105785f3d651/response
time=2024-04-28T15:13:38.600-07:00 level=INFO msg="lambda sent response" workerID=4c45170fffb54fb8853a105785f3d651
time=2024-04-28T15:13:38.600-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +114ms
time=2024-04-28T15:13:38.602-07:00 level=INFO msg="lambda request" path="[ lambda 4c45170fffb54fb8853a105785f3d651 runtime invocation next]"
time=2024-04-28T15:13:38.602-07:00 level=INFO msg="lambda lock" workerID=4c45170fffb54fb8853a105785f3d651
time=2024-04-28T15:13:38.602-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/4c45170fffb54fb8853a105785f3d651/request data=193
time=2024-04-28T15:13:38.607-07:00 level=INFO msg="lambda waiting for response" workerID=e322c63bafce4884a78f717d6ed40a3f
time=2024-04-28T15:13:38.612-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:38.612-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.612-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +117ms
time=2024-04-28T15:13:38.614-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:13:38.614-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.614-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:13:38.629-07:00 level=INFO msg="lambda waiting for response" workerID=4c45170fffb54fb8853a105785f3d651
time=2024-04-28T15:13:38.643-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.681-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/e322c63bafce4884a78f717d6ed40a3f/response
time=2024-04-28T15:13:38.681-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/init
time=2024-04-28T15:13:38.681-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:13:38.681-07:00 level=INFO msg="lambda sent response" workerID=e322c63bafce4884a78f717d6ed40a3f
time=2024-04-28T15:13:38.681-07:00 level=INFO msg="starting worker" env="[AWS_LAMBDA_FUNCTION_VERSION=$LATEST _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 SST_FUNCTION_ID=Fn AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJIMEYCIQCrZkW3M8UhFAk1dZCgCKGnVh0KgOu/snhrHXzO82kH/AIhAPGTXDJmhWLJoWfN3C6jdleEmxQ07BnxhgaBHLVaVAEZKqoDCPf//////////wEQABoMNzY3Mzk3OTU0MTU3Igyp9luJkW1MdC1sPR0q/gKfE6yUvVULCdhdlYOtL7UKItIL4R5ye6H2RyZDhKWc1Z1+G6YKlvmruGTW6QzsT+X8wpSY3ZVcCeaVQ9Jm76jmOp4QmU/ZZWbN6qDj4O+xCOGO5I0TBs2sqHZlb9rAwRATtK6yUR9lPliDX3UpGTSnYI/K9yh3lv8cXYpkB3j36qgkgAIYJXcq2xw9UT7Eyqvq080iUzB7nSi7X+ZRPcBi1/y1jCdQ6/ReenuQ1OHKRpHCzlyAtY5aJbY8WVMrMCvyYR/FnhMSm5F+xz+89RczEthwAH4q1ZzcXc3Mb6t9KqPUK4L1BFekeLYDOK3lSNeNnNlX8pJ1yjiUQz7pzwwXPWSeRkcinZqHjAESW/o++YgbJR+zeNJUuHtLe6D+WMo1LF8J2cmlxVN30oes0deCXuMqVAhO/vcM4dD3SkqbTkfkugKufRRmob71BucaX+9englANGNtBvY58TBfvEOf0qIRJBeWcrgBW6EsAnHLmdISCz06UVDIwcJycCwpMJKUu7EGOpwB/Fy+KgocjJ4HjuMTQZVKVruZtb129Rc6y0c4sppsMrpKVFujtBJxcpxNChIgz6xeylFjoIOYUTWmFNlRS4otR3j2tsx092TpYAIjAxs2sbONQz6BGjnuOC3s/t0Tdd4Yg1esrPwoa/ZtXFWkxOQrP+Z4mLdJFfjHBIH/zZNV7b9YevJu6cOHsddkG9QDTDp7PqaoUyQ6vYZV6yE6 AWS_SECRET_ACCESS_KEY=4GhzbWJb2X/FLlIvbrIS/6nGC0ZI9uSrJKX+7qVU AWS_REGION=us-west-2 AWS_DEFAULT_REGION=us-west-2 _AWS_XRAY_DAEMON_PORT=2000 AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_LAMBDA_LOG_FORMAT=Text SST_APP=sst-ion-zombies-repro SST_STAGE=quinn AWS_ACCESS_KEY_ID=ASIA3FLD3QJWYA3JGK2B SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/3c94a2b5e1bc4122976a7be969f106d3]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler 3c94a2b5e1bc4122976a7be969f106d3]"
time=2024-04-28T15:13:38.683-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:38.698-07:00 level=INFO msg="lambda request" path="[ lambda e322c63bafce4884a78f717d6ed40a3f runtime invocation 8a90a20c-8f22-4a65-b2f7-62687d8b0c38 response]"
time=2024-04-28T15:13:38.698-07:00 level=INFO msg="lambda lock" workerID=e322c63bafce4884a78f717d6ed40a3f
time=2024-04-28T15:13:38.698-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/e322c63bafce4884a78f717d6ed40a3f/request data=396
time=2024-04-28T15:13:38.726-07:00 level=INFO msg="lambda waiting for response" workerID=e322c63bafce4884a78f717d6ed40a3f
time=2024-04-28T15:13:38.728-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:38.728-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.728-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:38.731-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation 5631b88a-f0a1-481d-a66d-b622276f0ca9 response]"
time=2024-04-28T15:13:38.731-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.731-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=396
time=2024-04-28T15:13:38.742-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:13:38.742-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:38.742-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:13:38.760-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.785-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:38.802-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/e322c63bafce4884a78f717d6ed40a3f/response
time=2024-04-28T15:13:38.802-07:00 level=INFO msg="lambda sent response" workerID=e322c63bafce4884a78f717d6ed40a3f
time=2024-04-28T15:13:38.802-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +118ms
time=2024-04-28T15:13:38.804-07:00 level=INFO msg="lambda request" path="[ lambda e322c63bafce4884a78f717d6ed40a3f runtime invocation next]"
time=2024-04-28T15:13:38.804-07:00 level=INFO msg="lambda lock" workerID=e322c63bafce4884a78f717d6ed40a3f
time=2024-04-28T15:13:38.804-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/e322c63bafce4884a78f717d6ed40a3f/request data=193
time=2024-04-28T15:13:38.829-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:38.829-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.829-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +101ms
time=2024-04-28T15:13:38.830-07:00 level=INFO msg="lambda waiting for response" workerID=e322c63bafce4884a78f717d6ed40a3f
time=2024-04-28T15:13:38.831-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:13:38.831-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.831-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:13:38.859-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:13:38.859-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:38.859-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:38.860-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:38.880-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation 3bf00c68-f19c-405c-99bb-6b879f19fe29 response]"
time=2024-04-28T15:13:38.880-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:38.880-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=396
time=2024-04-28T15:13:38.910-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:38.978-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:13:38.978-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:38.978-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +119ms
time=2024-04-28T15:13:38.980-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:13:38.980-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:38.980-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:13:39.006-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:39.006-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:39.006-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:39.008-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:39.009-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation b9a0a902-e1df-4394-a423-207bba7cb853 response]"
time=2024-04-28T15:13:39.009-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:39.009-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=396
time=2024-04-28T15:13:39.036-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:39.106-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:39.106-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:39.106-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +100ms
time=2024-04-28T15:13:39.108-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:13:39.108-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:39.108-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:13:39.137-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:42.096-07:00 level=INFO msg="file event" path=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js op=CHMOD
time=2024-04-28T15:13:42.097-07:00 level=INFO msg=publishing type=*watcher.FileChangedEvent
time=2024-04-28T15:13:42.097-07:00 level=INFO msg="file event" path=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js op=WRITE
time=2024-04-28T15:13:42.097-07:00 level=INFO msg="checking if code needs to be rebuilt" file=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js
time=2024-04-28T15:13:42.097-07:00 level=INFO msg="checking if function should be rebuilt" runtime=nodejs20.x functionID=Fn file=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js
time=2024-04-28T15:13:42.098-07:00 level=INFO msg=stopping workerID=a923a5d4761b47d99af26604ee723fe7 functionID=Fn
time=2024-04-28T15:13:42.098-07:00 level=INFO msg=stopping workerID=4c45170fffb54fb8853a105785f3d651 functionID=Fn
time=2024-04-28T15:13:42.098-07:00 level=INFO msg=stopping workerID=e322c63bafce4884a78f717d6ed40a3f functionID=Fn
time=2024-04-28T15:13:42.098-07:00 level=INFO msg=stopping workerID=3c94a2b5e1bc4122976a7be969f106d3 functionID=Fn
time=2024-04-28T15:13:42.099-07:00 level=INFO msg="building function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:13:42.099-07:00 level=INFO msg="loader info" loader=map[]
time=2024-04-28T15:13:42.107-07:00 level=INFO msg="function built" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:13:42.107-07:00 level=INFO msg=publishing type=*aws.FunctionBuildEvent
time=2024-04-28T15:13:42.107-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:13:42.107-07:00 level=INFO msg="starting worker" env="[AWS_LAMBDA_FUNCTION_VERSION=$LATEST SST_STAGE=quinn AWS_SECRET_ACCESS_KEY=CEjYNLvzu4HSnndMWGCy1FqwiYSVgLfYSv/46kZt _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 AWS_REGION=us-west-2 SST_FUNCTION_ID=Fn AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJHMEUCIQDvBiq01UnjWGrxuxNnVjP5RlqvNXd/uQtVCUiYUWB6VAIgX1ZJbWmNzLJsY6lFQz1LEf9Uycq2S8dKCGXELEOZK8MqqgMI9///////////ARAAGgw3NjczOTc5NTQxNTciDJvwfWgs04itQaGwuSr+AkcjdkySNqTkwO5CzTjA7x5QGLZtdFb0mu7xaQwX5qDEAlOfNbAoufww2nbdk1ii01KIFGL/j1dYbmRdId6voiAezmcjWKHt8f4QDGpwbmsf11/T1cT8ds5yU1UMANbR0qrun9w6MWcYC/zd0P5qc8EwFY96v1F5Low+IXWYGHgS23MgRH+HlFP43fYJaHHWshqBENaSoMmagDHol8v3Fq2ZHhCwgGaULEFfMjSZkYxXotKl4riVWJn4eAYK/7sg1N/UMplHjpnZ8Z8v/DUYXtB5+2i9mkdC/v42Sel/Tc4YQRdZLaHAZEizBmtgcQoEAuHY/qBBlWnpzQzmkilyRal+vhaBwvdGhDheqMi3bu2ep/5wG5dByl1X2iG4gqIttUF8/A/ze8ZuW8x8OTjMzr6w44WrVuEJsz1g/F8IWEKTPQZkfy/V8KG2EpHPtEKw8kJsveHP4BxEc8ge/OmrWvVF+hBSExHvuQCkcW5PKAjxFPu/MPgQQG6PlB57QFow7JG7sQY6nQFbTGYrk0Pe5jhgT1dxZZi6z3EBBaWlWpH3GnoZQpS6120djEAZGHQpQGwIbnIQjmQuliLnahu6sRnchYZMAr0cMs0JIuMUAuNA+ZAb4GvOZNmGjlgYiriYd4BqeEfQVrZZP1RLRWNH01Z1fJLR+IV1vNV7Z0aoy+BunM+Ksp0YrfZ4DNIKDZHva6hrVB3qsyzxQZtsM7X2WIVjS2+h AWS_LAMBDA_LOG_FORMAT=Text AWS_DEFAULT_REGION=us-west-2 SST_APP=sst-ion-zombies-repro _AWS_XRAY_DAEMON_PORT=2000 AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_ACCESS_KEY_ID=ASIA3FLD3QJWTQOGYF7P SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/a923a5d4761b47d99af26604ee723fe7]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler a923a5d4761b47d99af26604ee723fe7]"
| Build src/index.handler
time=2024-04-28T15:13:42.108-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:13:42.109-07:00 level=INFO msg="starting worker" env="[AWS_LAMBDA_FUNCTION_VERSION=$LATEST AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJHMEUCIQDUF/bDdGNqQ9Y8yDHmv6r5dN9MApqkXsIuiXBgipla6AIgf0Puiihz9ZY75huigrDmQu5cVfbHFF9yKhOs93gBJMYqqgMI9///////////ARAAGgw3NjczOTc5NTQxNTciDKiKuB+Q8Qpj8qvfzSr+AgEqmXZGRFp5jIXH2PWdMMEg1WLJXQKUNT5gYzF+w5Lgge0Cc0hi0Y+0pwE3NrrJgbSHwgl/vx2NQ/jKZZBNtLvyN2OrnEirxl1cqKXTdZwoPpXt5LIPW89feITUtL1gb+7SNWlajoutw2Wk5cLmaX+2YBh62O7hkhPW0Pz7X182WriYqqqp1CNLM5Q6ttzA9GK8UEoZWSyRi3W3ZuxlptuyGcJKdLc7Wx4XdeTVwPCIIZyNdI4GFLLiAw4R8f0P/Swxiymtq5sTqI0EajL+uQOLFCgLVSNod28c8tV1VOLoHLV9tE1uDQIekygBGUtvMzUwHHT68K/0kUMAamWmmh5nxK8U9ZKfwwWfZAr8ozGVQ6IkiTZqhoDkjaSxZuRztc1B6H1t/EnlMECuzhr8Yw+JkiCIfuf6qin6mRYPYgR4JTp6Suy727ekBL4jopqVH4Okavn21SilkZfiRBomdH/aLcFk4rnyQuZdF998mM9BIyFLzRgHxKPlQfn+UGYwkZS7sQY6nQGoU84FPV6BjJQvWZCBy5eEMqIe0TlZ7PM1thALOhk1hMBwAucfUF3TOrlQ5SEbSHQL86Tgnf+KJuUI4fWsfwcZr4RVEIpa7ZIkvqVG1stFfXB/kp4ne6kXp3h4g3hLd5zKLnuepo7IhzTo9593ncziZ26LQkqmZF4Xura0HiRfujUmsBLMD9DTNwS+hTDnPJsrYWxg/lNujFkyKvfU _AWS_XRAY_DAEMON_PORT=2000 SST_APP=sst-ion-zombies-repro _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 AWS_LAMBDA_LOG_FORMAT=Text SST_FUNCTION_ID=Fn AWS_SECRET_ACCESS_KEY=dabLcZIRDW48Paj8Stf3AGXJ2EcMBy7NLjBQE7Gr AWS_REGION=us-west-2 AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_DEFAULT_REGION=us-west-2 AWS_ACCESS_KEY_ID=ASIA3FLD3QJWWUP5ZKJX SST_STAGE=quinn SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/4c45170fffb54fb8853a105785f3d651]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler 4c45170fffb54fb8853a105785f3d651]"
time=2024-04-28T15:13:42.110-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:13:42.110-07:00 level=INFO msg="starting worker" env="[AWS_ACCESS_KEY_ID=ASIA3FLD3QJWW5IS4YWL _AWS_XRAY_DAEMON_PORT=2000 AWS_SECRET_ACCESS_KEY=Hbx6NP8R/eQy2hAZdQR6U1z0Ok6zpJe+r/Cr0tXy SST_STAGE=quinn AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJIMEYCIQDNxfew+QiAXfum3V0UZE74fy5YNpvoU41zV9Wmhs4sGgIhALKJiJ15WNFUfcI4Sw7PFzaHAtJG3PNbUFlK8WPcmiYSKqoDCPf//////////wEQABoMNzY3Mzk3OTU0MTU3IgxLgIEJs5HzDsWpNzMq/gK9/AvbLelS0s1FNASr4kAij6ypX5oNiYg2+c7kOgLrUWDi7f2E/zPWelNFQs8yeYx9AMxOqcNQxaNSDYjZ85v3moyB/zWK7z0drrn1Fmbz/iBab+srUjUt8nR+ICahWedat78K5WZKHbXyiIczhEsmiu3HJI4tBhhLw5HeVDI/HvF3qE3W/gEm6lMfyQPrNl4TclfRYfNXq7/PUzYEpBv7qYb6bH0YUdJbdmDsw2377tm+LnH8OI4/Azh3YpklQRR9nVc49C+3soT798A3mux52cYWrgw99Xq8LxBQYkGCjBmERb52ldEHGB7ct5wAO7/SLmgUhy1Pbry012KIMIZH0WLtEW1bYH3DBD2WxxRMEwUyB2NRWYTu7OBmgxD7CLK4KEydd9RhgeVOkjkn4WO2StfmcU7yF4iyNXHPEbm9u33My4P2CKSvU9g6LTZGdhngREDin96m+t9nd63iMNpgZcbUP1zdQPFhY3r+C319n1hR6FGIr/WIk+limqSrMJKUu7EGOpwB9WafsAa2APJ/FFCi2yCayBD81OSThcE2HX9vPaYIa8ZXCd01bCEMICnPdZX8vs5pZr19Xm/FUg7/AgJzugH/yITJJO0Nrw5DAqvgazSicBojjEPlRMNS5WE0IMzDtVpzL5DAjyG8QkI5LKo374U6JOW65rac+hhLYmTd/hVWwZ+UNVXEmuVBfMEh5Wec4BTFozJ4qxB9jQuQ99VX AWS_LAMBDA_LOG_FORMAT=Text AWS_LAMBDA_FUNCTION_VERSION=$LATEST SST_APP=sst-ion-zombies-repro _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 AWS_DEFAULT_REGION=us-west-2 SST_FUNCTION_ID=Fn AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_REGION=us-west-2 SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/e322c63bafce4884a78f717d6ed40a3f]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler e322c63bafce4884a78f717d6ed40a3f]"
time=2024-04-28T15:13:42.112-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:13:42.112-07:00 level=INFO msg="starting worker" env="[AWS_LAMBDA_FUNCTION_VERSION=$LATEST _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 SST_FUNCTION_ID=Fn AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJIMEYCIQCrZkW3M8UhFAk1dZCgCKGnVh0KgOu/snhrHXzO82kH/AIhAPGTXDJmhWLJoWfN3C6jdleEmxQ07BnxhgaBHLVaVAEZKqoDCPf//////////wEQABoMNzY3Mzk3OTU0MTU3Igyp9luJkW1MdC1sPR0q/gKfE6yUvVULCdhdlYOtL7UKItIL4R5ye6H2RyZDhKWc1Z1+G6YKlvmruGTW6QzsT+X8wpSY3ZVcCeaVQ9Jm76jmOp4QmU/ZZWbN6qDj4O+xCOGO5I0TBs2sqHZlb9rAwRATtK6yUR9lPliDX3UpGTSnYI/K9yh3lv8cXYpkB3j36qgkgAIYJXcq2xw9UT7Eyqvq080iUzB7nSi7X+ZRPcBi1/y1jCdQ6/ReenuQ1OHKRpHCzlyAtY5aJbY8WVMrMCvyYR/FnhMSm5F+xz+89RczEthwAH4q1ZzcXc3Mb6t9KqPUK4L1BFekeLYDOK3lSNeNnNlX8pJ1yjiUQz7pzwwXPWSeRkcinZqHjAESW/o++YgbJR+zeNJUuHtLe6D+WMo1LF8J2cmlxVN30oes0deCXuMqVAhO/vcM4dD3SkqbTkfkugKufRRmob71BucaX+9englANGNtBvY58TBfvEOf0qIRJBeWcrgBW6EsAnHLmdISCz06UVDIwcJycCwpMJKUu7EGOpwB/Fy+KgocjJ4HjuMTQZVKVruZtb129Rc6y0c4sppsMrpKVFujtBJxcpxNChIgz6xeylFjoIOYUTWmFNlRS4otR3j2tsx092TpYAIjAxs2sbONQz6BGjnuOC3s/t0Tdd4Yg1esrPwoa/ZtXFWkxOQrP+Z4mLdJFfjHBIH/zZNV7b9YevJu6cOHsddkG9QDTDp7PqaoUyQ6vYZV6yE6 AWS_SECRET_ACCESS_KEY=4GhzbWJb2X/FLlIvbrIS/6nGC0ZI9uSrJKX+7qVU AWS_REGION=us-west-2 AWS_DEFAULT_REGION=us-west-2 _AWS_XRAY_DAEMON_PORT=2000 AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_LAMBDA_LOG_FORMAT=Text SST_APP=sst-ion-zombies-repro SST_STAGE=quinn AWS_ACCESS_KEY_ID=ASIA3FLD3QJWYA3JGK2B SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/3c94a2b5e1bc4122976a7be969f106d3]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler 3c94a2b5e1bc4122976a7be969f106d3]"
time=2024-04-28T15:13:42.167-07:00 level=INFO msg="lambda request" path="[ lambda 4c45170fffb54fb8853a105785f3d651 runtime invocation next]"
time=2024-04-28T15:13:42.167-07:00 level=INFO msg="lambda lock" workerID=4c45170fffb54fb8853a105785f3d651
time=2024-04-28T15:13:42.167-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:13:42.167-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:42.167-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/4c45170fffb54fb8853a105785f3d651/request data=193
time=2024-04-28T15:13:42.167-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:13:42.169-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:13:42.169-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:42.169-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:13:42.169-07:00 level=INFO msg="lambda request" path="[ lambda e322c63bafce4884a78f717d6ed40a3f runtime invocation next]"
time=2024-04-28T15:13:42.169-07:00 level=INFO msg="lambda lock" workerID=e322c63bafce4884a78f717d6ed40a3f
time=2024-04-28T15:13:42.169-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/e322c63bafce4884a78f717d6ed40a3f/request data=193
time=2024-04-28T15:13:42.195-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:42.195-07:00 level=INFO msg="lambda waiting for response" workerID=e322c63bafce4884a78f717d6ed40a3f
time=2024-04-28T15:13:42.197-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:42.199-07:00 level=INFO msg="lambda waiting for response" workerID=4c45170fffb54fb8853a105785f3d651
time=2024-04-28T15:13:42.495-07:00 level=INFO msg="file event" path=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js op=CHMOD
time=2024-04-28T15:13:43.735-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:43.735-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:43.735-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:43.771-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation a346cba7-9e40-4b94-8ea1-419134e2b5cd response]"
time=2024-04-28T15:13:43.771-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:43.772-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=397
time=2024-04-28T15:13:43.865-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:43.935-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:43.935-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:43.935-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +199ms
time=2024-04-28T15:13:43.937-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:13:43.937-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:43.937-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:13:43.966-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:44.029-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:13:44.029-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.029-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:44.067-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation 58121b2d-a5bf-4d73-9478-a2abc1ae7c50 response]"
time=2024-04-28T15:13:44.067-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.067-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=397
time=2024-04-28T15:13:44.108-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.169-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:13:44.170-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.170-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +140ms
time=2024-04-28T15:13:44.172-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:13:44.172-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.172-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:13:44.256-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.457-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:13:44.457-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.457-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:44.473-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation a86bd9ff-cf0e-45cf-86bb-e5d29d10e6f6 response]"
time=2024-04-28T15:13:44.473-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.473-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=397
time=2024-04-28T15:13:44.501-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.568-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:13:44.568-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.568-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +111ms
time=2024-04-28T15:13:44.573-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:13:44.573-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.574-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:13:44.602-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.735-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:13:44.735-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.735-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:44.747-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation 7d0a9911-054c-47ac-8454-7908e74d8f47 response]"
time=2024-04-28T15:13:44.747-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.748-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=397
time=2024-04-28T15:13:44.776-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.853-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:13:44.853-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.853-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +118ms
time=2024-04-28T15:13:44.858-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:13:44.858-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:44.858-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:13:44.890-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:45.043-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:13:45.043-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:45.043-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:45.056-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation eaa112d3-c7aa-4949-aa9f-8936b2dd4d6b response]"
time=2024-04-28T15:13:45.057-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:45.057-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=397
time=2024-04-28T15:13:45.085-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:45.154-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:13:45.155-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:45.155-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +111ms
time=2024-04-28T15:13:45.159-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:13:45.160-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:45.160-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:13:45.190-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:48.476-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:13:48.476-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:48.476-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:48.488-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation abe4a17c-c48c-4e87-97fe-f58fe92c0143 response]"
time=2024-04-28T15:13:48.488-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:48.488-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=397
time=2024-04-28T15:13:48.523-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:48.593-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:13:48.593-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:48.593-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +116ms
time=2024-04-28T15:13:48.598-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:13:48.599-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:48.599-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:13:48.646-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:13:48.646-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:48.647-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:48.647-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:48.659-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation 08e207b5-1b06-4752-b273-239100b785a5 response]"
time=2024-04-28T15:13:48.659-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:48.659-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=397
time=2024-04-28T15:13:48.686-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:48.754-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:48.755-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:48.755-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +106ms
time=2024-04-28T15:13:48.766-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:13:48.766-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:48.766-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:13:48.796-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.226-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:57.227-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.227-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:57.235-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation fb57b0de-2dcd-4a62-94e5-419d667e775e response]"
time=2024-04-28T15:13:57.235-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.236-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=397
time=2024-04-28T15:13:57.265-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.335-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:57.335-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.335-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +108ms
time=2024-04-28T15:13:57.340-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:13:57.340-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.341-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:13:57.371-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.477-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:57.477-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.477-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:57.486-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation 2a8b6e03-453b-46d4-8fd8-4d4de57c0fd9 response]"
time=2024-04-28T15:13:57.486-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.486-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=397
time=2024-04-28T15:13:57.517-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.604-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:57.604-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.604-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +127ms
time=2024-04-28T15:13:57.612-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:13:57.612-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.612-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:13:57.639-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.752-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:57.752-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.752-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:57.760-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation 6704c623-86eb-47c0-9531-9dfc6fdcd6bd response]"
time=2024-04-28T15:13:57.761-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.761-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=397
time=2024-04-28T15:13:57.791-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.871-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:57.871-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.871-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +119ms
time=2024-04-28T15:13:57.876-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:13:57.876-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:57.876-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:13:57.904-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:58.020-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:58.023-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:58.023-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:58.034-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation 0822024e-b6fb-422f-82bc-e701dc6da73a response]"
time=2024-04-28T15:13:58.034-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:58.034-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=397
time=2024-04-28T15:13:58.063-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:58.136-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:58.136-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:58.137-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +113ms
time=2024-04-28T15:13:58.143-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:13:58.144-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:58.144-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:13:58.200-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:58.290-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:58.291-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
time=2024-04-28T15:13:58.290-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
| Invoke src/index.handler
time=2024-04-28T15:13:58.305-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation cd019cda-7fa9-4f95-9218-7aa6bdedf8e8 response]"
time=2024-04-28T15:13:58.305-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:58.306-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=397
time=2024-04-28T15:13:58.334-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:58.410-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:58.410-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:58.410-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +119ms
time=2024-04-28T15:13:58.418-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:13:58.418-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:58.418-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:13:58.448-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:59.199-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:59.199-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:59.199-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:13:59.207-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation 30f8a28c-313c-464e-8dea-79cff4d3cbf7 response]"
time=2024-04-28T15:13:59.207-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:59.207-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=397
time=2024-04-28T15:13:59.238-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:59.304-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:13:59.305-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:59.305-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +106ms
time=2024-04-28T15:13:59.310-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:13:59.310-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:13:59.310-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:13:59.349-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.378-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:14:00.379-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.379-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:14:00.391-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation 6d63e8f1-4fa5-4751-a244-c233d0ae4f3d response]"
time=2024-04-28T15:14:00.392-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.392-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=397
time=2024-04-28T15:14:00.422-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.515-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:14:00.515-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.515-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +136ms
time=2024-04-28T15:14:00.524-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:14:00.524-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.524-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:14:00.552-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.675-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:14:00.675-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.676-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:14:00.684-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation 5d648ef6-b3af-4f0a-a2d1-62a33bb6242f response]"
time=2024-04-28T15:14:00.684-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.684-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=397
time=2024-04-28T15:14:00.712-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.781-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:14:00.782-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.782-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +105ms
time=2024-04-28T15:14:00.786-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:14:00.786-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.786-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:14:00.812-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.957-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:14:00.958-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.958-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:14:00.967-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation 3d93c5b6-fb97-4a85-a3d2-3ee10ab8dfa7 response]"
time=2024-04-28T15:14:00.967-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:00.967-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=397
time=2024-04-28T15:14:00.996-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:01.094-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:14:01.094-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:01.094-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +137ms
time=2024-04-28T15:14:01.100-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:14:01.101-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:01.101-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:14:01.160-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:01.287-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:14:01.288-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:01.288-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:14:01.296-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation a2dddde7-5b86-4a47-9162-4e85e3a4db0e response]"
time=2024-04-28T15:14:01.297-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:01.297-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=397
time=2024-04-28T15:14:01.327-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:01.394-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/response
time=2024-04-28T15:14:01.395-07:00 level=INFO msg="lambda sent response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:01.395-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +109ms
time=2024-04-28T15:14:01.399-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:14:01.399-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:01.399-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:14:01.447-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:01.471-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:14:01.472-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:01.473-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:14:01.485-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation 6b97cd19-2ed2-4dfe-b897-fb7cedda8d04 response]"
time=2024-04-28T15:14:01.485-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:01.485-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=397
time=2024-04-28T15:14:01.515-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:01.587-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:14:01.587-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:01.587-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +108ms
time=2024-04-28T15:14:01.592-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:14:01.592-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:01.592-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:14:01.621-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:07.142-07:00 level=INFO msg="file event" path=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js op=CHMOD
time=2024-04-28T15:14:07.143-07:00 level=INFO msg=publishing type=*watcher.FileChangedEvent
time=2024-04-28T15:14:07.144-07:00 level=INFO msg="file event" path=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js op=WRITE
time=2024-04-28T15:14:07.144-07:00 level=INFO msg="checking if code needs to be rebuilt" file=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js
time=2024-04-28T15:14:07.144-07:00 level=INFO msg="checking if function should be rebuilt" runtime=nodejs20.x functionID=Fn file=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js
time=2024-04-28T15:14:07.144-07:00 level=INFO msg=stopping workerID=e322c63bafce4884a78f717d6ed40a3f functionID=Fn
time=2024-04-28T15:14:07.144-07:00 level=INFO msg=stopping workerID=3c94a2b5e1bc4122976a7be969f106d3 functionID=Fn
time=2024-04-28T15:14:07.145-07:00 level=INFO msg=stopping workerID=a923a5d4761b47d99af26604ee723fe7 functionID=Fn
time=2024-04-28T15:14:07.149-07:00 level=INFO msg=stopping workerID=4c45170fffb54fb8853a105785f3d651 functionID=Fn
time=2024-04-28T15:14:07.149-07:00 level=INFO msg="building function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:14:07.150-07:00 level=INFO msg="loader info" loader=map[]
time=2024-04-28T15:14:07.155-07:00 level=INFO msg="function built" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:14:07.155-07:00 level=INFO msg=publishing type=*aws.FunctionBuildEvent
time=2024-04-28T15:14:07.155-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:14:07.156-07:00 level=INFO msg="starting worker" env="[AWS_ACCESS_KEY_ID=ASIA3FLD3QJWW5IS4YWL _AWS_XRAY_DAEMON_PORT=2000 AWS_SECRET_ACCESS_KEY=Hbx6NP8R/eQy2hAZdQR6U1z0Ok6zpJe+r/Cr0tXy SST_STAGE=quinn AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJIMEYCIQDNxfew+QiAXfum3V0UZE74fy5YNpvoU41zV9Wmhs4sGgIhALKJiJ15WNFUfcI4Sw7PFzaHAtJG3PNbUFlK8WPcmiYSKqoDCPf//////////wEQABoMNzY3Mzk3OTU0MTU3IgxLgIEJs5HzDsWpNzMq/gK9/AvbLelS0s1FNASr4kAij6ypX5oNiYg2+c7kOgLrUWDi7f2E/zPWelNFQs8yeYx9AMxOqcNQxaNSDYjZ85v3moyB/zWK7z0drrn1Fmbz/iBab+srUjUt8nR+ICahWedat78K5WZKHbXyiIczhEsmiu3HJI4tBhhLw5HeVDI/HvF3qE3W/gEm6lMfyQPrNl4TclfRYfNXq7/PUzYEpBv7qYb6bH0YUdJbdmDsw2377tm+LnH8OI4/Azh3YpklQRR9nVc49C+3soT798A3mux52cYWrgw99Xq8LxBQYkGCjBmERb52ldEHGB7ct5wAO7/SLmgUhy1Pbry012KIMIZH0WLtEW1bYH3DBD2WxxRMEwUyB2NRWYTu7OBmgxD7CLK4KEydd9RhgeVOkjkn4WO2StfmcU7yF4iyNXHPEbm9u33My4P2CKSvU9g6LTZGdhngREDin96m+t9nd63iMNpgZcbUP1zdQPFhY3r+C319n1hR6FGIr/WIk+limqSrMJKUu7EGOpwB9WafsAa2APJ/FFCi2yCayBD81OSThcE2HX9vPaYIa8ZXCd01bCEMICnPdZX8vs5pZr19Xm/FUg7/AgJzugH/yITJJO0Nrw5DAqvgazSicBojjEPlRMNS5WE0IMzDtVpzL5DAjyG8QkI5LKo374U6JOW65rac+hhLYmTd/hVWwZ+UNVXEmuVBfMEh5Wec4BTFozJ4qxB9jQuQ99VX AWS_LAMBDA_LOG_FORMAT=Text AWS_LAMBDA_FUNCTION_VERSION=$LATEST SST_APP=sst-ion-zombies-repro _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 AWS_DEFAULT_REGION=us-west-2 SST_FUNCTION_ID=Fn AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_REGION=us-west-2 SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/e322c63bafce4884a78f717d6ed40a3f]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler e322c63bafce4884a78f717d6ed40a3f]"
| Build src/index.handler
time=2024-04-28T15:14:07.158-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:14:07.158-07:00 level=INFO msg="starting worker" env="[AWS_LAMBDA_FUNCTION_VERSION=$LATEST _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 SST_FUNCTION_ID=Fn AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJIMEYCIQCrZkW3M8UhFAk1dZCgCKGnVh0KgOu/snhrHXzO82kH/AIhAPGTXDJmhWLJoWfN3C6jdleEmxQ07BnxhgaBHLVaVAEZKqoDCPf//////////wEQABoMNzY3Mzk3OTU0MTU3Igyp9luJkW1MdC1sPR0q/gKfE6yUvVULCdhdlYOtL7UKItIL4R5ye6H2RyZDhKWc1Z1+G6YKlvmruGTW6QzsT+X8wpSY3ZVcCeaVQ9Jm76jmOp4QmU/ZZWbN6qDj4O+xCOGO5I0TBs2sqHZlb9rAwRATtK6yUR9lPliDX3UpGTSnYI/K9yh3lv8cXYpkB3j36qgkgAIYJXcq2xw9UT7Eyqvq080iUzB7nSi7X+ZRPcBi1/y1jCdQ6/ReenuQ1OHKRpHCzlyAtY5aJbY8WVMrMCvyYR/FnhMSm5F+xz+89RczEthwAH4q1ZzcXc3Mb6t9KqPUK4L1BFekeLYDOK3lSNeNnNlX8pJ1yjiUQz7pzwwXPWSeRkcinZqHjAESW/o++YgbJR+zeNJUuHtLe6D+WMo1LF8J2cmlxVN30oes0deCXuMqVAhO/vcM4dD3SkqbTkfkugKufRRmob71BucaX+9englANGNtBvY58TBfvEOf0qIRJBeWcrgBW6EsAnHLmdISCz06UVDIwcJycCwpMJKUu7EGOpwB/Fy+KgocjJ4HjuMTQZVKVruZtb129Rc6y0c4sppsMrpKVFujtBJxcpxNChIgz6xeylFjoIOYUTWmFNlRS4otR3j2tsx092TpYAIjAxs2sbONQz6BGjnuOC3s/t0Tdd4Yg1esrPwoa/ZtXFWkxOQrP+Z4mLdJFfjHBIH/zZNV7b9YevJu6cOHsddkG9QDTDp7PqaoUyQ6vYZV6yE6 AWS_SECRET_ACCESS_KEY=4GhzbWJb2X/FLlIvbrIS/6nGC0ZI9uSrJKX+7qVU AWS_REGION=us-west-2 AWS_DEFAULT_REGION=us-west-2 _AWS_XRAY_DAEMON_PORT=2000 AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_LAMBDA_LOG_FORMAT=Text SST_APP=sst-ion-zombies-repro SST_STAGE=quinn AWS_ACCESS_KEY_ID=ASIA3FLD3QJWYA3JGK2B SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/3c94a2b5e1bc4122976a7be969f106d3]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler 3c94a2b5e1bc4122976a7be969f106d3]"
time=2024-04-28T15:14:07.160-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:14:07.160-07:00 level=INFO msg="starting worker" env="[AWS_LAMBDA_FUNCTION_VERSION=$LATEST SST_STAGE=quinn AWS_SECRET_ACCESS_KEY=CEjYNLvzu4HSnndMWGCy1FqwiYSVgLfYSv/46kZt _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 AWS_REGION=us-west-2 SST_FUNCTION_ID=Fn AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJHMEUCIQDvBiq01UnjWGrxuxNnVjP5RlqvNXd/uQtVCUiYUWB6VAIgX1ZJbWmNzLJsY6lFQz1LEf9Uycq2S8dKCGXELEOZK8MqqgMI9///////////ARAAGgw3NjczOTc5NTQxNTciDJvwfWgs04itQaGwuSr+AkcjdkySNqTkwO5CzTjA7x5QGLZtdFb0mu7xaQwX5qDEAlOfNbAoufww2nbdk1ii01KIFGL/j1dYbmRdId6voiAezmcjWKHt8f4QDGpwbmsf11/T1cT8ds5yU1UMANbR0qrun9w6MWcYC/zd0P5qc8EwFY96v1F5Low+IXWYGHgS23MgRH+HlFP43fYJaHHWshqBENaSoMmagDHol8v3Fq2ZHhCwgGaULEFfMjSZkYxXotKl4riVWJn4eAYK/7sg1N/UMplHjpnZ8Z8v/DUYXtB5+2i9mkdC/v42Sel/Tc4YQRdZLaHAZEizBmtgcQoEAuHY/qBBlWnpzQzmkilyRal+vhaBwvdGhDheqMi3bu2ep/5wG5dByl1X2iG4gqIttUF8/A/ze8ZuW8x8OTjMzr6w44WrVuEJsz1g/F8IWEKTPQZkfy/V8KG2EpHPtEKw8kJsveHP4BxEc8ge/OmrWvVF+hBSExHvuQCkcW5PKAjxFPu/MPgQQG6PlB57QFow7JG7sQY6nQFbTGYrk0Pe5jhgT1dxZZi6z3EBBaWlWpH3GnoZQpS6120djEAZGHQpQGwIbnIQjmQuliLnahu6sRnchYZMAr0cMs0JIuMUAuNA+ZAb4GvOZNmGjlgYiriYd4BqeEfQVrZZP1RLRWNH01Z1fJLR+IV1vNV7Z0aoy+BunM+Ksp0YrfZ4DNIKDZHva6hrVB3qsyzxQZtsM7X2WIVjS2+h AWS_LAMBDA_LOG_FORMAT=Text AWS_DEFAULT_REGION=us-west-2 SST_APP=sst-ion-zombies-repro _AWS_XRAY_DAEMON_PORT=2000 AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_ACCESS_KEY_ID=ASIA3FLD3QJWTQOGYF7P SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/a923a5d4761b47d99af26604ee723fe7]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler a923a5d4761b47d99af26604ee723fe7]"
time=2024-04-28T15:14:07.162-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:14:07.162-07:00 level=INFO msg="starting worker" env="[AWS_LAMBDA_FUNCTION_VERSION=$LATEST AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJHMEUCIQDUF/bDdGNqQ9Y8yDHmv6r5dN9MApqkXsIuiXBgipla6AIgf0Puiihz9ZY75huigrDmQu5cVfbHFF9yKhOs93gBJMYqqgMI9///////////ARAAGgw3NjczOTc5NTQxNTciDKiKuB+Q8Qpj8qvfzSr+AgEqmXZGRFp5jIXH2PWdMMEg1WLJXQKUNT5gYzF+w5Lgge0Cc0hi0Y+0pwE3NrrJgbSHwgl/vx2NQ/jKZZBNtLvyN2OrnEirxl1cqKXTdZwoPpXt5LIPW89feITUtL1gb+7SNWlajoutw2Wk5cLmaX+2YBh62O7hkhPW0Pz7X182WriYqqqp1CNLM5Q6ttzA9GK8UEoZWSyRi3W3ZuxlptuyGcJKdLc7Wx4XdeTVwPCIIZyNdI4GFLLiAw4R8f0P/Swxiymtq5sTqI0EajL+uQOLFCgLVSNod28c8tV1VOLoHLV9tE1uDQIekygBGUtvMzUwHHT68K/0kUMAamWmmh5nxK8U9ZKfwwWfZAr8ozGVQ6IkiTZqhoDkjaSxZuRztc1B6H1t/EnlMECuzhr8Yw+JkiCIfuf6qin6mRYPYgR4JTp6Suy727ekBL4jopqVH4Okavn21SilkZfiRBomdH/aLcFk4rnyQuZdF998mM9BIyFLzRgHxKPlQfn+UGYwkZS7sQY6nQGoU84FPV6BjJQvWZCBy5eEMqIe0TlZ7PM1thALOhk1hMBwAucfUF3TOrlQ5SEbSHQL86Tgnf+KJuUI4fWsfwcZr4RVEIpa7ZIkvqVG1stFfXB/kp4ne6kXp3h4g3hLd5zKLnuepo7IhzTo9593ncziZ26LQkqmZF4Xura0HiRfujUmsBLMD9DTNwS+hTDnPJsrYWxg/lNujFkyKvfU _AWS_XRAY_DAEMON_PORT=2000 SST_APP=sst-ion-zombies-repro _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 AWS_LAMBDA_LOG_FORMAT=Text SST_FUNCTION_ID=Fn AWS_SECRET_ACCESS_KEY=dabLcZIRDW48Paj8Stf3AGXJ2EcMBy7NLjBQE7Gr AWS_REGION=us-west-2 AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_DEFAULT_REGION=us-west-2 AWS_ACCESS_KEY_ID=ASIA3FLD3QJWWUP5ZKJX SST_STAGE=quinn SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/4c45170fffb54fb8853a105785f3d651]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler 4c45170fffb54fb8853a105785f3d651]"
time=2024-04-28T15:14:07.231-07:00 level=INFO msg="lambda request" path="[ lambda 4c45170fffb54fb8853a105785f3d651 runtime invocation next]"
time=2024-04-28T15:14:07.231-07:00 level=INFO msg="lambda lock" workerID=4c45170fffb54fb8853a105785f3d651
time=2024-04-28T15:14:07.231-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:14:07.231-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/4c45170fffb54fb8853a105785f3d651/request data=193
time=2024-04-28T15:14:07.231-07:00 level=INFO msg="lambda request" path="[ lambda e322c63bafce4884a78f717d6ed40a3f runtime invocation next]"
time=2024-04-28T15:14:07.231-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:07.231-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:14:07.231-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:07.231-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:14:07.231-07:00 level=INFO msg="lambda lock" workerID=e322c63bafce4884a78f717d6ed40a3f
time=2024-04-28T15:14:07.231-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:14:07.231-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/e322c63bafce4884a78f717d6ed40a3f/request data=193
time=2024-04-28T15:14:07.256-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:07.260-07:00 level=INFO msg="lambda waiting for response" workerID=4c45170fffb54fb8853a105785f3d651
time=2024-04-28T15:14:07.260-07:00 level=INFO msg="lambda waiting for response" workerID=e322c63bafce4884a78f717d6ed40a3f
time=2024-04-28T15:14:07.273-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:08.007-07:00 level=INFO msg="file event" path=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js op=CHMOD
time=2024-04-28T15:14:08.007-07:00 level=INFO msg=publishing type=*watcher.FileChangedEvent
time=2024-04-28T15:14:08.007-07:00 level=INFO msg="checking if code needs to be rebuilt" file=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js
time=2024-04-28T15:14:08.007-07:00 level=INFO msg="checking if function should be rebuilt" runtime=nodejs20.x functionID=Fn file=/Users/quinn/Code/sst-ion-zombies-repro/src/index.js
time=2024-04-28T15:14:08.008-07:00 level=INFO msg=stopping workerID=a923a5d4761b47d99af26604ee723fe7 functionID=Fn
time=2024-04-28T15:14:08.008-07:00 level=INFO msg=stopping workerID=4c45170fffb54fb8853a105785f3d651 functionID=Fn
time=2024-04-28T15:14:08.008-07:00 level=INFO msg=stopping workerID=e322c63bafce4884a78f717d6ed40a3f functionID=Fn
time=2024-04-28T15:14:08.008-07:00 level=INFO msg=stopping workerID=3c94a2b5e1bc4122976a7be969f106d3 functionID=Fn
time=2024-04-28T15:14:08.008-07:00 level=INFO msg="building function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:14:08.009-07:00 level=INFO msg="loader info" loader=map[]
time=2024-04-28T15:14:08.017-07:00 level=INFO msg="function built" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:14:08.017-07:00 level=INFO msg=publishing type=*aws.FunctionBuildEvent
time=2024-04-28T15:14:08.017-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
| Build src/index.handler
time=2024-04-28T15:14:08.017-07:00 level=INFO msg="starting worker" env="[AWS_LAMBDA_FUNCTION_VERSION=$LATEST SST_STAGE=quinn AWS_SECRET_ACCESS_KEY=CEjYNLvzu4HSnndMWGCy1FqwiYSVgLfYSv/46kZt _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 AWS_REGION=us-west-2 SST_FUNCTION_ID=Fn AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJHMEUCIQDvBiq01UnjWGrxuxNnVjP5RlqvNXd/uQtVCUiYUWB6VAIgX1ZJbWmNzLJsY6lFQz1LEf9Uycq2S8dKCGXELEOZK8MqqgMI9///////////ARAAGgw3NjczOTc5NTQxNTciDJvwfWgs04itQaGwuSr+AkcjdkySNqTkwO5CzTjA7x5QGLZtdFb0mu7xaQwX5qDEAlOfNbAoufww2nbdk1ii01KIFGL/j1dYbmRdId6voiAezmcjWKHt8f4QDGpwbmsf11/T1cT8ds5yU1UMANbR0qrun9w6MWcYC/zd0P5qc8EwFY96v1F5Low+IXWYGHgS23MgRH+HlFP43fYJaHHWshqBENaSoMmagDHol8v3Fq2ZHhCwgGaULEFfMjSZkYxXotKl4riVWJn4eAYK/7sg1N/UMplHjpnZ8Z8v/DUYXtB5+2i9mkdC/v42Sel/Tc4YQRdZLaHAZEizBmtgcQoEAuHY/qBBlWnpzQzmkilyRal+vhaBwvdGhDheqMi3bu2ep/5wG5dByl1X2iG4gqIttUF8/A/ze8ZuW8x8OTjMzr6w44WrVuEJsz1g/F8IWEKTPQZkfy/V8KG2EpHPtEKw8kJsveHP4BxEc8ge/OmrWvVF+hBSExHvuQCkcW5PKAjxFPu/MPgQQG6PlB57QFow7JG7sQY6nQFbTGYrk0Pe5jhgT1dxZZi6z3EBBaWlWpH3GnoZQpS6120djEAZGHQpQGwIbnIQjmQuliLnahu6sRnchYZMAr0cMs0JIuMUAuNA+ZAb4GvOZNmGjlgYiriYd4BqeEfQVrZZP1RLRWNH01Z1fJLR+IV1vNV7Z0aoy+BunM+Ksp0YrfZ4DNIKDZHva6hrVB3qsyzxQZtsM7X2WIVjS2+h AWS_LAMBDA_LOG_FORMAT=Text AWS_DEFAULT_REGION=us-west-2 SST_APP=sst-ion-zombies-repro _AWS_XRAY_DAEMON_PORT=2000 AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_ACCESS_KEY_ID=ASIA3FLD3QJWTQOGYF7P SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/a923a5d4761b47d99af26604ee723fe7]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler a923a5d4761b47d99af26604ee723fe7]"
time=2024-04-28T15:14:08.019-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:14:08.019-07:00 level=INFO msg="starting worker" env="[AWS_LAMBDA_FUNCTION_VERSION=$LATEST AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJHMEUCIQDUF/bDdGNqQ9Y8yDHmv6r5dN9MApqkXsIuiXBgipla6AIgf0Puiihz9ZY75huigrDmQu5cVfbHFF9yKhOs93gBJMYqqgMI9///////////ARAAGgw3NjczOTc5NTQxNTciDKiKuB+Q8Qpj8qvfzSr+AgEqmXZGRFp5jIXH2PWdMMEg1WLJXQKUNT5gYzF+w5Lgge0Cc0hi0Y+0pwE3NrrJgbSHwgl/vx2NQ/jKZZBNtLvyN2OrnEirxl1cqKXTdZwoPpXt5LIPW89feITUtL1gb+7SNWlajoutw2Wk5cLmaX+2YBh62O7hkhPW0Pz7X182WriYqqqp1CNLM5Q6ttzA9GK8UEoZWSyRi3W3ZuxlptuyGcJKdLc7Wx4XdeTVwPCIIZyNdI4GFLLiAw4R8f0P/Swxiymtq5sTqI0EajL+uQOLFCgLVSNod28c8tV1VOLoHLV9tE1uDQIekygBGUtvMzUwHHT68K/0kUMAamWmmh5nxK8U9ZKfwwWfZAr8ozGVQ6IkiTZqhoDkjaSxZuRztc1B6H1t/EnlMECuzhr8Yw+JkiCIfuf6qin6mRYPYgR4JTp6Suy727ekBL4jopqVH4Okavn21SilkZfiRBomdH/aLcFk4rnyQuZdF998mM9BIyFLzRgHxKPlQfn+UGYwkZS7sQY6nQGoU84FPV6BjJQvWZCBy5eEMqIe0TlZ7PM1thALOhk1hMBwAucfUF3TOrlQ5SEbSHQL86Tgnf+KJuUI4fWsfwcZr4RVEIpa7ZIkvqVG1stFfXB/kp4ne6kXp3h4g3hLd5zKLnuepo7IhzTo9593ncziZ26LQkqmZF4Xura0HiRfujUmsBLMD9DTNwS+hTDnPJsrYWxg/lNujFkyKvfU _AWS_XRAY_DAEMON_PORT=2000 SST_APP=sst-ion-zombies-repro _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 AWS_LAMBDA_LOG_FORMAT=Text SST_FUNCTION_ID=Fn AWS_SECRET_ACCESS_KEY=dabLcZIRDW48Paj8Stf3AGXJ2EcMBy7NLjBQE7Gr AWS_REGION=us-west-2 AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_DEFAULT_REGION=us-west-2 AWS_ACCESS_KEY_ID=ASIA3FLD3QJWWUP5ZKJX SST_STAGE=quinn SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/4c45170fffb54fb8853a105785f3d651]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler 4c45170fffb54fb8853a105785f3d651]"
time=2024-04-28T15:14:08.021-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:14:08.021-07:00 level=INFO msg="starting worker" env="[AWS_ACCESS_KEY_ID=ASIA3FLD3QJWW5IS4YWL _AWS_XRAY_DAEMON_PORT=2000 AWS_SECRET_ACCESS_KEY=Hbx6NP8R/eQy2hAZdQR6U1z0Ok6zpJe+r/Cr0tXy SST_STAGE=quinn AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJIMEYCIQDNxfew+QiAXfum3V0UZE74fy5YNpvoU41zV9Wmhs4sGgIhALKJiJ15WNFUfcI4Sw7PFzaHAtJG3PNbUFlK8WPcmiYSKqoDCPf//////////wEQABoMNzY3Mzk3OTU0MTU3IgxLgIEJs5HzDsWpNzMq/gK9/AvbLelS0s1FNASr4kAij6ypX5oNiYg2+c7kOgLrUWDi7f2E/zPWelNFQs8yeYx9AMxOqcNQxaNSDYjZ85v3moyB/zWK7z0drrn1Fmbz/iBab+srUjUt8nR+ICahWedat78K5WZKHbXyiIczhEsmiu3HJI4tBhhLw5HeVDI/HvF3qE3W/gEm6lMfyQPrNl4TclfRYfNXq7/PUzYEpBv7qYb6bH0YUdJbdmDsw2377tm+LnH8OI4/Azh3YpklQRR9nVc49C+3soT798A3mux52cYWrgw99Xq8LxBQYkGCjBmERb52ldEHGB7ct5wAO7/SLmgUhy1Pbry012KIMIZH0WLtEW1bYH3DBD2WxxRMEwUyB2NRWYTu7OBmgxD7CLK4KEydd9RhgeVOkjkn4WO2StfmcU7yF4iyNXHPEbm9u33My4P2CKSvU9g6LTZGdhngREDin96m+t9nd63iMNpgZcbUP1zdQPFhY3r+C319n1hR6FGIr/WIk+limqSrMJKUu7EGOpwB9WafsAa2APJ/FFCi2yCayBD81OSThcE2HX9vPaYIa8ZXCd01bCEMICnPdZX8vs5pZr19Xm/FUg7/AgJzugH/yITJJO0Nrw5DAqvgazSicBojjEPlRMNS5WE0IMzDtVpzL5DAjyG8QkI5LKo374U6JOW65rac+hhLYmTd/hVWwZ+UNVXEmuVBfMEh5Wec4BTFozJ4qxB9jQuQ99VX AWS_LAMBDA_LOG_FORMAT=Text AWS_LAMBDA_FUNCTION_VERSION=$LATEST SST_APP=sst-ion-zombies-repro _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 AWS_DEFAULT_REGION=us-west-2 SST_FUNCTION_ID=Fn AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_REGION=us-west-2 SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/e322c63bafce4884a78f717d6ed40a3f]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler e322c63bafce4884a78f717d6ed40a3f]"
time=2024-04-28T15:14:08.023-07:00 level=INFO msg="running function" runtime=nodejs20.x functionID=Fn
time=2024-04-28T15:14:08.023-07:00 level=INFO msg="starting worker" env="[AWS_LAMBDA_FUNCTION_VERSION=$LATEST _AWS_XRAY_DAEMON_ADDRESS=169.254.79.129 SST_FUNCTION_ID=Fn AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEK7//////////wEaCXVzLXdlc3QtMiJIMEYCIQCrZkW3M8UhFAk1dZCgCKGnVh0KgOu/snhrHXzO82kH/AIhAPGTXDJmhWLJoWfN3C6jdleEmxQ07BnxhgaBHLVaVAEZKqoDCPf//////////wEQABoMNzY3Mzk3OTU0MTU3Igyp9luJkW1MdC1sPR0q/gKfE6yUvVULCdhdlYOtL7UKItIL4R5ye6H2RyZDhKWc1Z1+G6YKlvmruGTW6QzsT+X8wpSY3ZVcCeaVQ9Jm76jmOp4QmU/ZZWbN6qDj4O+xCOGO5I0TBs2sqHZlb9rAwRATtK6yUR9lPliDX3UpGTSnYI/K9yh3lv8cXYpkB3j36qgkgAIYJXcq2xw9UT7Eyqvq080iUzB7nSi7X+ZRPcBi1/y1jCdQ6/ReenuQ1OHKRpHCzlyAtY5aJbY8WVMrMCvyYR/FnhMSm5F+xz+89RczEthwAH4q1ZzcXc3Mb6t9KqPUK4L1BFekeLYDOK3lSNeNnNlX8pJ1yjiUQz7pzwwXPWSeRkcinZqHjAESW/o++YgbJR+zeNJUuHtLe6D+WMo1LF8J2cmlxVN30oes0deCXuMqVAhO/vcM4dD3SkqbTkfkugKufRRmob71BucaX+9englANGNtBvY58TBfvEOf0qIRJBeWcrgBW6EsAnHLmdISCz06UVDIwcJycCwpMJKUu7EGOpwB/Fy+KgocjJ4HjuMTQZVKVruZtb129Rc6y0c4sppsMrpKVFujtBJxcpxNChIgz6xeylFjoIOYUTWmFNlRS4otR3j2tsx092TpYAIjAxs2sbONQz6BGjnuOC3s/t0Tdd4Yg1esrPwoa/ZtXFWkxOQrP+Z4mLdJFfjHBIH/zZNV7b9YevJu6cOHsddkG9QDTDp7PqaoUyQ6vYZV6yE6 AWS_SECRET_ACCESS_KEY=4GhzbWJb2X/FLlIvbrIS/6nGC0ZI9uSrJKX+7qVU AWS_REGION=us-west-2 AWS_DEFAULT_REGION=us-west-2 _AWS_XRAY_DAEMON_PORT=2000 AWS_LAMBDA_FUNCTION_NAME=sst-ion-zombies-repro-quinn-FnFunction AWS_LAMBDA_LOG_FORMAT=Text SST_APP=sst-ion-zombies-repro SST_STAGE=quinn AWS_ACCESS_KEY_ID=ASIA3FLD3QJWYA3JGK2B SST_LIVE=true AWS_LAMBDA_RUNTIME_API=localhost:13557/lambda/3c94a2b5e1bc4122976a7be969f106d3]" args="[node --enable-source-maps /Users/quinn/Code/sst-ion-zombies-repro/.sst/platform/dist/nodejs-runtime/index.js /Users/quinn/Code/sst-ion-zombies-repro/.sst/artifacts/Fn/src/index.handler 3c94a2b5e1bc4122976a7be969f106d3]"
time=2024-04-28T15:14:08.082-07:00 level=INFO msg="lambda request" path="[ lambda 4c45170fffb54fb8853a105785f3d651 runtime invocation next]"
time=2024-04-28T15:14:08.082-07:00 level=INFO msg="lambda lock" workerID=4c45170fffb54fb8853a105785f3d651
time=2024-04-28T15:14:08.082-07:00 level=INFO msg="lambda request" path="[ lambda a923a5d4761b47d99af26604ee723fe7 runtime invocation next]"
time=2024-04-28T15:14:08.082-07:00 level=INFO msg="lambda lock" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:08.082-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/4c45170fffb54fb8853a105785f3d651/request data=193
time=2024-04-28T15:14:08.082-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/a923a5d4761b47d99af26604ee723fe7/request data=193
time=2024-04-28T15:14:08.084-07:00 level=INFO msg="lambda request" path="[ lambda e322c63bafce4884a78f717d6ed40a3f runtime invocation next]"
time=2024-04-28T15:14:08.084-07:00 level=INFO msg="lambda lock" workerID=e322c63bafce4884a78f717d6ed40a3f
time=2024-04-28T15:14:08.084-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:14:08.084-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:08.084-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/e322c63bafce4884a78f717d6ed40a3f/request data=193
time=2024-04-28T15:14:08.084-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:14:08.111-07:00 level=INFO msg="lambda waiting for response" workerID=4c45170fffb54fb8853a105785f3d651
time=2024-04-28T15:14:08.113-07:00 level=INFO msg="lambda waiting for response" workerID=e322c63bafce4884a78f717d6ed40a3f
time=2024-04-28T15:14:08.113-07:00 level=INFO msg="lambda waiting for response" workerID=a923a5d4761b47d99af26604ee723fe7
time=2024-04-28T15:14:08.117-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.120-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:14:13.120-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.120-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:14:13.150-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation 88044bea-0bd5-47d4-bedf-5012cc3a1e0d response]"
time=2024-04-28T15:14:13.150-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.150-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=396
time=2024-04-28T15:14:13.178-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.264-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:14:13.264-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.264-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +144ms
time=2024-04-28T15:14:13.267-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:14:13.267-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.267-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:14:13.296-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.400-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:14:13.400-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.401-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:14:13.414-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation 057b667b-586d-4a32-99a6-efe3165ba61c response]"
time=2024-04-28T15:14:13.415-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.415-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=396
time=2024-04-28T15:14:13.451-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.520-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:14:13.520-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.520-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +123ms
time=2024-04-28T15:14:13.529-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:14:13.530-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.530-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:14:13.561-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.670-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:14:13.670-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.670-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:14:13.681-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation 30abae91-ef95-418d-9140-5eec5e451169 response]"
time=2024-04-28T15:14:13.681-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.681-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=396
time=2024-04-28T15:14:13.774-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.835-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:14:13.836-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.836-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +166ms
time=2024-04-28T15:14:13.841-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:14:13.841-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.841-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:14:13.876-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.964-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:14:13.965-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.965-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:14:13.977-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation 089449d8-617a-4991-bee9-74f99a9c9e3f response]"
time=2024-04-28T15:14:13.977-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:13.977-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=396
time=2024-04-28T15:14:14.006-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:14.073-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:14:14.073-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:14.073-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +106ms
time=2024-04-28T15:14:14.077-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:14:14.077-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:14.077-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:14:14.110-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:14.233-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:14:14.233-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:14.233-07:00 level=INFO msg=publishing type=*aws.FunctionInvokedEvent
| Invoke src/index.handler
time=2024-04-28T15:14:14.239-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation bf1c9882-0566-4b83-bf20-b27d3282ee26 response]"
time=2024-04-28T15:14:14.239-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:14.239-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=396
time=2024-04-28T15:14:14.268-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:14.350-07:00 level=INFO msg=iot topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/response
time=2024-04-28T15:14:14.350-07:00 level=INFO msg="lambda sent response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:14.350-07:00 level=INFO msg=publishing type=*aws.FunctionResponseEvent
| Done took +113ms
time=2024-04-28T15:14:14.370-07:00 level=INFO msg="lambda request" path="[ lambda 3c94a2b5e1bc4122976a7be969f106d3 runtime invocation next]"
time=2024-04-28T15:14:14.370-07:00 level=INFO msg="lambda lock" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:14.370-07:00 level=INFO msg="writing to topic" topic=ion/sst-ion-zombies-repro/quinn/3c94a2b5e1bc4122976a7be969f106d3/request data=193
time=2024-04-28T15:14:14.402-07:00 level=INFO msg="lambda waiting for response" workerID=3c94a2b5e1bc4122976a7be969f106d3
time=2024-04-28T15:14:22.411-07:00 level=ERROR msg="exited with error" err="read tcp 127.0.0.1:63676->127.0.0.1:13557: use of closed network connection"
time=2024-04-28T15:14:22.411-07:00 level=INFO msg=unsubscribing type=*aws.FunctionInvokedEvent
time=2024-04-28T15:14:22.411-07:00 level=INFO msg=done addr=127.0.0.1:63676
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*aws.FunctionBuildEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*cloudflare.WorkerUpdatedEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*cloudflare.WorkerInvokedEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*aws.FunctionLogEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*project.StackEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*cloudflare.WorkerBuildEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*aws.FunctionErrorEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*aws.FunctionResponseEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*server.DeployRequestedEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*aws.FunctionInvokedEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*watcher.FileChangedEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*watcher.FileChangedEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*project.StackEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*project.StackEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*aws.FunctionLogEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*aws.FunctionErrorEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*aws.FunctionResponseEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg=unsubscribing type=*project.StackEvent
time=2024-04-28T15:14:22.413-07:00 level=INFO msg="cleaning up deployer"
time=2024-04-28T15:14:22.413-07:00 level=INFO msg="cleaning up file watcher"
time=2024-04-28T15:14:22.414-07:00 level=INFO msg="cleaning up iot"

Result:
Screenshot 2024-04-28 at 3 15 11 PM

Copy link
Contributor

thdxr commented May 2, 2024

ah wow ok these are workers spawned to run your code locally - let me look into this

Copy link
Contributor

thdxr commented May 2, 2024

are you invoking with a lot of requests? to shed some more light - for every instance of a lambda function in aws we create a new nodejs process locally

from your screenshot that one lambda has many instances up - it's odd for aws to create so many unless the init is failing or it's very high volume

@qw-in
Copy link
Contributor Author

qw-in commented May 2, 2024

@thdxr In the video to reproduce I'm refreshing the page pretty quickly, but locally it takes longer to get into this state - def still happens tho. Doesn't seem to happen unless a code edit is made however

@qw-in
Copy link
Contributor Author

qw-in commented May 7, 2024

@thdxr I think I've figured out the root cause, ion expects the node process to be well behaved currently and exit with SIGINT. Just so happens volta does not propagate signals like SIGINT.

Not sure if this is something you want to tackle in ion, could be nice to warn if processes don't get cleaned up or something. Not sure

I messed around with this pattern and seemed to fix my issue, but I don't think it's robust enough or cross platform:

// Make it it's own process group
cmd.SysProcAttr = &syscall.SysProcAttr{Setpgid: true}

// ...later...

// Kill the whole group
syscall.Kill(-w.cmd.Process.Pid, syscall.SIGKILL)

I'd be happy to take a crack at implementation if it's something you think makes sense for ion. This library may even just solve the problem

@qw-in
Copy link
Contributor Author

qw-in commented May 8, 2024

@thdxr #390 fixes it for me. With that & #389 in ion is now the best dev experience I've had hands down

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants