Skip to content

Add cook data logging foundation (SQLite history + sessions API) - #22

Draft
CamSoper wants to merge 1 commit into
mainfrom
claude/charming-lovelace-705spk
Draft

Add cook data logging foundation (SQLite history + sessions API)#22
CamSoper wants to merge 1 commit into
mainfrom
claude/charming-lovelace-705spk

Add cook data logging foundation (SQLite history + sessions API)

30df637
Select commit
Loading
Failed to load commit list.
Pulumi / inferno-deploy/main - preview deployment succeeded Jun 17, 2026 in 20s

Preview deployment

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

Details

Logs

Setup
Container started (788fc3371b3502a3de75125b65d2afd4bf6b0d789a9870f3fb18715122172f7c)
Download deployment executor
$ curl --retry 5 -H "Authorization: token $PULUMI_ACCESS_TOKEN" "$PULUMI_SERVICE_URL/deployments/executor" -o /pulumi-deploy-executor.gz && gzip -d /pulumi-deploy-executor.gz && chmod +x /pulumi-deploy-executor && /pulumi-deploy-executor version --workDir="/deployment"
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 36667    0 36667    0     0   143k      0 --:--:-- --:--:-- --:--:--  143k
100 12.8M    0 12.8M    0     0  15.8M      0 --:--:-- --:--:-- --:--:-- 15.8M
Git Hash:  c8b36dc3544121d72a62a1c92dd7625e0632c77b
Build Timestamp:  2026-06-16T23:09:07Z
Get source
$ /pulumi-deploy-executor getsource git --repoURL="https://github.com/CamSoper/Inferno.git" --workDir="/deployment" --personalAccessToken="$PULUMI_DEPLOY_PERSONALACCESSTOKEN" --commit="e2e9ec1231da1efa332ab75f268f29c4f0f17c40" --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 2.16 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:05.11
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:01.00

'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/b361cca8-82d0-4cc5-84b6-a2dd6667c81a

    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.93
    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-api create replacement [diff: ~triggers]
 +- command:local:Command publish-api replace [diff: ~triggers]
 +  command:remote:Command ensure-data-dir create 
 ++ command:remote:Command restart-api create replacement [diff: ~triggers]
 +- command:remote:Command restart-api replace [diff: ~triggers]
 -- command:local:Command publish-api delete original [diff: ~triggers]
 -- command:remote:Command restart-api delete original [diff: ~triggers]
    pulumi:pulumi:Stack inferno-deploy-main  
Resources:
    + 1 to create
    +-2 to replace
    3 changes. 11 unchanged

The log file for this run is at /tmp/pulumi.788fc3371b35.root.log.INFO.20260617-165016.352
Result: succeeded