Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019ebe88-b550-8dca-f0eb-90ca19f58b60

Job ID
019ebe88-ca8b-077d-726d-0cc78392cdef
Created
2026-06-13 01:11:36 UTC
Updated
2026-06-13 01:11:36 UTC
Duration
55s
Source Ref
8da7b3e8addf2fb6a7dafb178c7f4d233575edd3
Source URL
https://github.com/catalystcommunity/longhouse.git
Runner Image
containers.catalystsquad.com/public/reactorcide/runnerbase:dev
Priority
15
Queue
reactorcide-jobs

Logs

2026-06-13T01:11:39.618643174Z2026-06-13T01:11:39.476867+00:00 ⚠️ Configuration warnings:
2026-06-13T01:11:39.618660177Z • runner_image: Using 'latest' tag or no tag specified
2026-06-13T01:11:39.618670351Z 💡 Consider using a specific version tag for reproducible builds
2026-06-13T01:11:39.618676201Z
2026-06-13T01:11:39.618684002Z✅ Configuration is valid (with warnings)
2026-06-13T01:11:39.618694132Z2026-06-13T01:11:39.477488+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=2a5b3d3cd0d4765e53f1a2ccfa6b61560bbfd9b2
2026-06-13T01:11:39.618706865Z2026-06-13T01:11:39.477676+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=2a5b3d3cd0d4765e53f1a2ccfa6b61560bbfd9b2 target=/job/ci
2026-06-13T01:11:40.652673331Z2026-06-13T01:11:40.635880+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-06-13T01:11:40.654427196Z2026-06-13T01:11:40.636606+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=8da7b3e8addf2fb6a7dafb178c7f4d233575edd3
2026-06-13T01:11:40.654440719Z2026-06-13T01:11:40.636697+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=8da7b3e8addf2fb6a7dafb178c7f4d233575edd3 target=/job/src
2026-06-13T01:11:42.215373105Z2026-06-13T01:11:42.198819+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-06-13T01:11:42.216776717Z2026-06-13T01:11:42.199469+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-06-13T01:11:51.788701664Z2026-06-13T01:11:39.477597+00:00 🔐 Preparing trusted CI source (type: git)
2026-06-13T01:11:51.788719059Z2026-06-13T01:11:39.477752+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-13T01:11:51.788726109Z2026-06-13T01:11:40.573992+00:00 Checking out ref: 2a5b3d3cd0d4765e53f1a2ccfa6b61560bbfd9b2
2026-06-13T01:11:51.788731905Z2026-06-13T01:11:40.636004+00:00 Repository checked out to: /job/ci
2026-06-13T01:11:51.788920629Z2026-06-13T01:11:40.636755+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-13T01:11:51.788929086Z2026-06-13T01:11:41.624892+00:00 Checking out ref: 8da7b3e8addf2fb6a7dafb178c7f4d233575edd3
2026-06-13T01:11:51.78893541Z2026-06-13T01:11:42.192494+00:00 Fetched and checked out ref: 8da7b3e8addf2fb6a7dafb178c7f4d233575edd3
2026-06-13T01:11:51.788941357Z2026-06-13T01:11:42.198930+00:00 Repository checked out to: /job/src
2026-06-13T01:11:51.788946867Z2026-06-13T01:11:42.199570+00:00 Executing job locally (no container)
2026-06-13T01:11:51.789518308Z2026-06-13T01:11:42.199618+00:00 Command: set -e
2026-06-13T01:11:51.789527605Zexport HOME="${HOME:-/tmp/home}"
2026-06-13T01:11:51.789533628Zmkdir -p "$HOME/.local"
2026-06-13T01:11:51.789538751Z
2026-06-13T01:11:51.790112993Z# Install Go toolchain
2026-06-13T01:11:51.790121423Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-06-13T01:11:51.790864765Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-06-13T01:11:51.790874308Zrm /tmp/go.tar.gz
2026-06-13T01:11:51.790880905Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-06-13T01:11:51.790889538Z
2026-06-13T01:11:51.790894522Zcd /job/src
2026-06-13T01:11:51.790900782Z# release.sh handles git remote auth itself, gated on
2026-06-13T01:11:51.790907072Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-06-13T01:11:51.790912485Zsh .reactorcide/jobs/scripts/release.sh
2026-06-13T01:11:51.791444268Z
2026-06-13T01:11:51.791455376Z2026-06-13T01:11:47.467212+00:00 === Aligning to origin/main ===
2026-06-13T01:11:51.791460966Z2026-06-13T01:11:47.911041+00:00 From https://github.com/catalystcommunity/longhouse
2026-06-13T01:11:51.79147115Z2026-06-13T01:11:47.911108+00:00 * branch main -> FETCH_HEAD
2026-06-13T01:11:51.791476723Z2026-06-13T01:11:47.939965+00:00 Warning: you are leaving 2 commits behind, not connected to
2026-06-13T01:11:51.79148197Z2026-06-13T01:11:47.940014+00:00 any of your branches:
2026-06-13T01:11:51.792593282Z2026-06-13T01:11:47.940029+00:00
2026-06-13T01:11:51.792614516Z2026-06-13T01:11:47.940045+00:00 8da7b3e fix: forgot a csil file
2026-06-13T01:11:51.792629956Z2026-06-13T01:11:47.940061+00:00 129f718 feat: audit logs and admin restoration of accidents
2026-06-13T01:11:51.792653153Z2026-06-13T01:11:47.940074+00:00
2026-06-13T01:11:51.792660783Z2026-06-13T01:11:47.940087+00:00 If you want to keep them by creating a new branch, this may be a good time
2026-06-13T01:11:51.792667613Z2026-06-13T01:11:47.940102+00:00 to do so with:
2026-06-13T01:11:51.792829046Z2026-06-13T01:11:47.940116+00:00
2026-06-13T01:11:51.792856167Z2026-06-13T01:11:47.940129+00:00 git branch <new-branch-name> 8da7b3e
2026-06-13T01:11:51.792862351Z2026-06-13T01:11:47.940140+00:00
2026-06-13T01:11:51.792883484Z2026-06-13T01:11:47.943210+00:00 Switched to and reset branch 'main'
2026-06-13T01:11:51.792891557Z2026-06-13T01:11:47.944373+00:00 branch 'main' set up to track 'origin/main'.
2026-06-13T01:11:51.792898104Z2026-06-13T01:11:47.944428+00:00 Your branch is up to date with 'origin/main'.
2026-06-13T01:11:51.792906708Z2026-06-13T01:11:47.944940+00:00 === Installing semver-tags v0.4.0 ===
2026-06-13T01:11:51.794322596Z2026-06-13T01:11:48.907345+00:00 === Running semver-tags ===
2026-06-13T01:11:51.79433589Z2026-06-13T01:11:50.232317+00:00 INFO[2026-06-13T01:11:48Z] command run with settings resolved settings="{DryRun:false GithubAction:false OutputJson:true Atomic:true PreReleaseString: BuildString: Remote:origin Branch:main AllowedTypes:[fix feat chore build docs ci] Directories:[]}"
2026-06-13T01:11:51.794357587Z2026-06-13T01:11:50.232447+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.10.1,d2fb145af19f93691f4d899ead1667b83be59153
2026-06-13T01:11:51.794365531Z2026-06-13T01:11:50.232467+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.10.0,cb00895f89c61311216e7bb351130405933a4969
2026-06-13T01:11:51.794373061Z2026-06-13T01:11:50.232481+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.9.3,9dedb9240db7ed44e031beed9d378aa738ddcb3c
2026-06-13T01:11:51.794382527Z2026-06-13T01:11:50.232498+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.9.2,8a8c4921e3f3de21dba317c4914fa3f28e9ad72c
2026-06-13T01:11:51.794395444Z2026-06-13T01:11:50.232512+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.9.1,2c212be023ef4316a296214fe5c6723f189b9a6d
2026-06-13T01:11:51.794402531Z2026-06-13T01:11:50.232525+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.9.0,3987bbacc504e8b4d0e2c5372e763ac73933fe22
2026-06-13T01:11:51.794409084Z2026-06-13T01:11:50.232539+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.8.0,ecd78b9bddc46f0ea083058f9cb5620def620f8c
2026-06-13T01:11:51.794416172Z2026-06-13T01:11:50.232552+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.7.0,866d3896db8190f3a880aab6d963fc4ff5f4c1da
2026-06-13T01:11:51.794428808Z2026-06-13T01:11:50.232565+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.6.1,5f74b21d5259c64dd405ab4a8cf7acf626bc58c7
2026-06-13T01:11:51.794435472Z2026-06-13T01:11:50.232580+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.6.0,4207d5e256e4c9a762f4db697a3850c2f802fd01
2026-06-13T01:11:51.794442442Z2026-06-13T01:11:50.232593+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.5.1,cbef46bffa50d281a6d95a6cb7c0724cd7629c31
2026-06-13T01:11:51.794456232Z2026-06-13T01:11:50.232606+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.5.0,af7036a298302ae3c01e5d8f63d16489de44d573
2026-06-13T01:11:51.794463878Z2026-06-13T01:11:50.232620+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.4.0,7e2a09ba0f898a15156f03e734b7a06d71956ae8
2026-06-13T01:11:51.794470839Z2026-06-13T01:11:50.232632+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.3.7,b104455e2da98ac060fd9e5d902ccd244bbd3967
2026-06-13T01:11:51.794477596Z2026-06-13T01:11:50.232644+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.3.6,0efd10c057ceb41fbc063e8c6c2da2b66cface4a
2026-06-13T01:11:51.795217961Z2026-06-13T01:11:50.232657+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.3.5,6ae914b37a86b7099d3e18bbc02756cd39757059
2026-06-13T01:11:51.795227508Z2026-06-13T01:11:50.232669+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.3.4,e6b4b7f14ca530846174b41ec803979146e0ecbf
2026-06-13T01:11:51.795237408Z2026-06-13T01:11:50.232682+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.3.3,e10ed1490524cf42e3325996648fb13f8a14fc36
2026-06-13T01:11:51.795253791Z2026-06-13T01:11:50.232694+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.3.2,e7d779b74dbd40dbaa5b95519f662165f17b67a1
2026-06-13T01:11:51.795261064Z2026-06-13T01:11:50.232707+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.3.1,112eb2fed5cfa200a1c472e15f4afccb60d23ec0
2026-06-13T01:11:51.795267791Z2026-06-13T01:11:50.232719+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-06-13T01:11:51.795274949Z2026-06-13T01:11:50.232731+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-06-13T01:11:51.795287399Z2026-06-13T01:11:50.232744+00:00 INFO[2026-06-13T01:11:48Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-06-13T01:11:51.795423614Z2026-06-13T01:11:50.232792+00:00 INFO[2026-06-13T01:11:48Z] Tag line found:
2026-06-13T01:11:51.795432742Z2026-06-13T01:11:50.232809+00:00 INFO[2026-06-13T01:11:48Z] Analyzing Commits for package:
2026-06-13T01:11:51.795448382Z2026-06-13T01:11:50.232823+00:00 INFO[2026-06-13T01:11:48Z] Analyzing Commit: fix: forgot a csil file
2026-06-13T01:11:51.795455528Z2026-06-13T01:11:50.232839+00:00 INFO[2026-06-13T01:11:48Z] Found Patch commit
2026-06-13T01:11:51.795463945Z2026-06-13T01:11:50.232852+00:00 INFO[2026-06-13T01:11:48Z] Analyzing Commit: feat: audit logs and admin restoration of accidents
2026-06-13T01:11:51.795475835Z2026-06-13T01:11:50.232865+00:00 INFO[2026-06-13T01:11:48Z] Found Minor commit
2026-06-13T01:11:51.795483215Z2026-06-13T01:11:50.232877+00:00 INFO[2026-06-13T01:11:48Z] Analyzing Commit: ci: bump version to 0.10.1
2026-06-13T01:11:51.796783062Z2026-06-13T01:11:50.232890+00:00 INFO[2026-06-13T01:11:48Z] Not a conventional commit
2026-06-13T01:11:51.796803432Z2026-06-13T01:11:50.232902+00:00 INFO[2026-06-13T01:11:48Z] Tagging new version: v0.11.0
2026-06-13T01:11:51.79685737Z2026-06-13T01:11:50.247579+00:00 {"New_release_published":"true","New_release_version":"0.11.0","New_release_major_version":"0","New_release_minor_version":"11","New_release_patch_version":"0","New_release_git_head":"","New_release_notes":"fix: forgot a csil file\nfeat: audit logs and admin restoration of accidents\nci: bump version to 0.10.1","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"fix: forgot a csil file\",\"feat: audit logs and admin restoration of accidents\",\"ci: bump version to 0.10.1\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.11.0","Last_release_version":"0.10.1","Last_release_git_head":"d2fb145af19f93691f4d899ead1667b83be59153","Last_release_git_tag":"v0.10.1"}=== New release: v0.11.0 ===
2026-06-13T01:11:51.79686533Z2026-06-13T01:11:50.247622+00:00 === Updating versioned files to 0.11.0 ===
2026-06-13T01:11:51.79688177Z2026-06-13T01:11:50.294662+00:00 [main b4d7638] ci: bump version to 0.11.0
2026-06-13T01:11:51.796889391Z2026-06-13T01:11:50.294705+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-06-13T01:11:51.796895827Z2026-06-13T01:11:51.771111+00:00 remote: Bypassed rule violations for refs/heads/main:
2026-06-13T01:11:51.796908421Z2026-06-13T01:11:51.771209+00:00 remote:
2026-06-13T01:11:51.796914807Z2026-06-13T01:11:51.771230+00:00 remote: - Changes must be made through a pull request.
2026-06-13T01:11:51.796921897Z2026-06-13T01:11:51.771244+00:00 remote:
2026-06-13T01:11:51.796929311Z2026-06-13T01:11:51.771258+00:00 remote: - 5 of 5 required status checks are expected.
2026-06-13T01:12:29.274773256Z2026-06-13T01:11:51.771271+00:00 remote:
2026-06-13T01:12:29.274788546Z2026-06-13T01:11:51.773509+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-06-13T01:12:29.274795766Z2026-06-13T01:11:51.773584+00:00 a5ca56a..b4d7638 HEAD -> main
2026-06-13T01:12:29.274801586Z2026-06-13T01:11:51.799468+00:00 === Building longhouse binaries ===
2026-06-13T01:12:29.27481234Z2026-06-13T01:11:51.853122+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-06-13T01:12:29.274820541Z2026-06-13T01:11:51.853636+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-06-13T01:12:29.275335821Z2026-06-13T01:11:51.857658+00:00 go: downloading github.com/rs/cors v1.11.1
2026-06-13T01:12:29.275378468Z2026-06-13T01:11:51.857928+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-06-13T01:12:29.275388872Z2026-06-13T01:11:51.888946+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-06-13T01:12:29.276124079Z2026-06-13T01:11:51.912812+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-06-13T01:12:29.276141526Z2026-06-13T01:11:51.914062+00:00 go: downloading gorm.io/gorm v1.25.12
2026-06-13T01:12:29.27615014Z2026-06-13T01:11:52.115684+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-06-13T01:12:29.276159457Z2026-06-13T01:11:52.170233+00:00 go: downloading golang.org/x/sys v0.28.0
2026-06-13T01:12:29.276168567Z2026-06-13T01:11:52.209636+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-06-13T01:12:29.27617789Z2026-06-13T01:11:52.209790+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-06-13T01:12:29.27618805Z2026-06-13T01:11:52.209819+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-06-13T01:12:29.27619682Z2026-06-13T01:11:52.210619+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-06-13T01:12:29.276205541Z2026-06-13T01:11:52.227590+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-06-13T01:12:29.276218764Z2026-06-13T01:11:52.230482+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-06-13T01:12:29.276224098Z2026-06-13T01:11:52.230545+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-06-13T01:12:29.276229731Z2026-06-13T01:11:52.230989+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-06-13T01:12:29.276491729Z2026-06-13T01:11:52.236427+00:00 go: downloading golang.org/x/text v0.21.0
2026-06-13T01:12:29.276750184Z2026-06-13T01:11:52.328856+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-06-13T01:12:29.277150239Z2026-06-13T01:11:52.328959+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-06-13T01:12:29.277157536Z2026-06-13T01:11:52.329055+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-06-13T01:12:29.277163562Z2026-06-13T01:11:52.329091+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-06-13T01:12:29.277171822Z2026-06-13T01:11:52.343703+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-06-13T01:12:29.278013868Z2026-06-13T01:11:52.343754+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-06-13T01:12:29.278024569Z2026-06-13T01:11:52.346691+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-06-13T01:12:29.278030829Z2026-06-13T01:11:52.349842+00:00 go: downloading golang.org/x/sync v0.10.0
2026-06-13T01:12:29.278037029Z2026-06-13T01:11:52.474565+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-06-13T01:12:29.278045233Z2026-06-13T01:12:15.909387+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-06-13T01:12:29.278053143Z2026-06-13T01:12:23.702708+00:00 === Creating GitHub release ===
2026-06-13T01:12:29.278061793Z2026-06-13T01:12:29.250688+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.11.0
2026-06-13T01:12:29.278069206Z2026-06-13T01:12:29.255820+00:00 === Released v0.11.0 ===
2026-06-13T01:12:29.278074843Z2026-06-13T01:12:29.256893+00:00 ✓ Job completed successfully (exit code: 0)