Skip to content

Harden cook stability: graceful shutdown, preheat race, PID guards - #20

Merged
CamSoper merged 1 commit into
mainfrom
claude/focused-fermat-cqmw6d
Jun 15, 2026
Merged

Harden cook stability: graceful shutdown, preheat race, PID guards#20
CamSoper merged 1 commit into
mainfrom
claude/focused-fermat-cqmw6d

Harden cook stability: graceful shutdown, preheat race, PID guards

0826138
Select commit
Loading
Failed to load commit list.
Pulumi / inferno-deploy/main - preview deployment succeeded Jun 15, 2026 in 18s

Preview deployment

Deployment #21 succeeded. The last 100 lines of logs are shown below. Visit the Pulumi Cloud for complete logs.

Details

Logs

Get source
$ /pulumi-deploy-executor getsource git --repoURL="https://github.com/CamSoper/Inferno.git" --workDir="/deployment" --personalAccessToken="$PULUMI_DEPLOY_PERSONALACCESSTOKEN" --commit="ff8e90bb3f427a4363788951278e4fdd24112bb1" --repoDir="Inferno.Deploy"
Successfully cloned: https://github.com/CamSoper/Inferno.git
Download dependencies
$ /pulumi-deploy-executor dependencies download --workDir="/deployment/Inferno.Deploy"
Installing dependencies...


Welcome to .NET 9.0!
---------------------
SDK Version: 9.0.312

Telemetry
---------
The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.

Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry

----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate, run 'dotnet dev-certs https --trust'
Learn about HTTPS: https://aka.ms/dotnet-https

----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
  Determining projects to restore...
  Restored /deployment/Inferno.Deploy/Inferno.Deploy.csproj (in 1.94 sec).
  Inferno.Deploy -> /deployment/Inferno.Deploy/bin/Debug/net8.0/Inferno.Deploy.dll

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:04.66
Finished installing dependencies

running 'dotnet build -nologo'
  Determining projects to restore...

  All projects are up-to-date for restore.

  Inferno.Deploy -> /deployment/Inferno.Deploy/bin/Debug/net8.0/Inferno.Deploy.dll



Build succeeded.

    0 Warning(s)
    0 Error(s)



Time Elapsed 00:00:00.92

'dotnet build -nologo' completed successfully
[resource plugin command-1.2.1] installing
warning: A new version of Pulumi is available. To upgrade from version '3.229.0' to '3.246.0', visit https://pulumi.com/docs/install/ for manual instructions and release notes.
Pre-run command 1
$ mkdir -p ~/.ssh && echo "$SSH_PRIVATE_KEY" | base64 -d > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
pulumi preview
$ /pulumi-deploy-executor pulumi preview --stackIdentity="CamSoper-org/inferno-deploy/main" --workDir="/deployment/Inferno.Deploy"
Previewing update (main)

View Live: https://app.pulumi.com/CamSoper-org/inferno-deploy/main/previews/5a71baf8-2178-47c3-84a2-faad2ae7fffe

    pulumi:pulumi:Stack inferno-deploy-main  running 'dotnet build -nologo'
    pulumi:pulumi:Stack inferno-deploy-main    Determining projects to restore...
    pulumi:pulumi:Stack inferno-deploy-main    All projects are up-to-date for restore.
    pulumi:pulumi:Stack inferno-deploy-main    Inferno.Deploy -> /deployment/Inferno.Deploy/bin/Debug/net8.0/Inferno.Deploy.dll
    pulumi:pulumi:Stack inferno-deploy-main  
    pulumi:pulumi:Stack inferno-deploy-main  Build succeeded.
    pulumi:pulumi:Stack inferno-deploy-main      0 Warning(s)
    pulumi:pulumi:Stack inferno-deploy-main  
    pulumi:pulumi:Stack inferno-deploy-main  Time Elapsed 00:00:00.94
    pulumi:pulumi:Stack inferno-deploy-main  'dotnet build -nologo' completed successfully

    pulumi:pulumi:Stack inferno-deploy-main running 'dotnet build -nologo' completed successfully
 ++ command:local:Command publish-mqtt create replacement [diff: ~triggers]
 +- command:local:Command publish-mqtt replace [diff: ~triggers]
 ++ command:local:Command publish-api create replacement [diff: ~triggers]
 +- command:local:Command publish-api replace [diff: ~triggers]
 ++ command:local:Command publish-cli create replacement [diff: ~triggers]
 +- command:local:Command publish-cli replace [diff: ~triggers]
 ++ command:remote:Command restart-mqtt create replacement [diff: ~triggers]
 +- command:remote:Command restart-mqtt replace [diff: ~triggers]
 ++ command:remote:Command restart-api create replacement [diff: ~triggers]
 +- command:remote:Command restart-api replace [diff: ~triggers]
 -- command:local:Command publish-mqtt delete original [diff: ~triggers]
 -- command:local:Command publish-cli delete original [diff: ~triggers]
 -- command:local:Command publish-api delete original [diff: ~triggers]
 -- command:remote:Command restart-api delete original [diff: ~triggers]
 -- command:remote:Command restart-mqtt delete original [diff: ~triggers]
    pulumi:pulumi:Stack inferno-deploy-main  
Resources:
    +-5 to replace
    8 unchanged

The log file for this run is at /tmp/pulumi.b88d96afe3d2.root.log.INFO.20260615-173536.349
Result: succeeded