Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019de45e-90ad-c6f0-2f7f-84ab01a26e3f

Job ID
019de45e-b409-1918-1f1c-d733925f1c3f
Created
2026-05-01 16:28:24 UTC
Updated
2026-05-01 16:28:24 UTC
Duration
1m 1s
Source Ref
6189840d03445afbddafda578da94b89dd0ff449
Source URL
https://github.com/catalystcommunity/longhouse.git
Runner Image
containers.catalystsquad.com/public/reactorcide/runnerbase:dev
Priority
15
Queue
reactorcide-jobs

Logs

2026-05-01T16:28:31.52499995Z2026-05-01T16:28:31.520821+00:00 ⚠️ Configuration warnings:
2026-05-01T16:28:31.525016677Z • runner_image: Using 'latest' tag or no tag specified
2026-05-01T16:28:31.525023613Z 💡 Consider using a specific version tag for reproducible builds
2026-05-01T16:28:31.525029107Z
2026-05-01T16:28:31.525034783Z✅ Configuration is valid (with warnings)
2026-05-01T16:28:31.525043913Z2026-05-01T16:28:31.521442+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=6189840d03445afbddafda578da94b89dd0ff449
2026-05-01T16:28:31.52505146Z2026-05-01T16:28:31.521628+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=6189840d03445afbddafda578da94b89dd0ff449 target=/job/ci
2026-05-01T16:28:32.916350368Z2026-05-01T16:28:32.913842+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-01T16:28:32.918456221Z2026-05-01T16:28:32.914575+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=6189840d03445afbddafda578da94b89dd0ff449
2026-05-01T16:28:32.918471358Z2026-05-01T16:28:32.914673+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=6189840d03445afbddafda578da94b89dd0ff449 target=/job/src
2026-05-01T16:28:34.265233585Z2026-05-01T16:28:34.263053+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-01T16:28:34.267140432Z2026-05-01T16:28:34.263692+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-01T16:29:27.09139613Z2026-05-01T16:28:31.521554+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-01T16:29:27.091425793Z2026-05-01T16:28:31.521701+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T16:29:27.091439953Z2026-05-01T16:28:32.317911+00:00 Checking out ref: 6189840d03445afbddafda578da94b89dd0ff449
2026-05-01T16:29:27.091447287Z2026-05-01T16:28:32.913739+00:00 Fetched and checked out ref: 6189840d03445afbddafda578da94b89dd0ff449
2026-05-01T16:29:27.091611623Z2026-05-01T16:28:32.913941+00:00 Repository checked out to: /job/ci
2026-05-01T16:29:27.091621026Z2026-05-01T16:28:32.914734+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T16:29:27.091626879Z2026-05-01T16:28:33.699098+00:00 Checking out ref: 6189840d03445afbddafda578da94b89dd0ff449
2026-05-01T16:29:27.092115321Z2026-05-01T16:28:34.262978+00:00 Fetched and checked out ref: 6189840d03445afbddafda578da94b89dd0ff449
2026-05-01T16:29:27.092127158Z2026-05-01T16:28:34.263150+00:00 Repository checked out to: /job/src
2026-05-01T16:29:27.092133714Z2026-05-01T16:28:34.263826+00:00 Executing job locally (no container)
2026-05-01T16:29:27.092943473Z2026-05-01T16:28:34.263854+00:00 Command: set -e
2026-05-01T16:29:27.092958963Zexport HOME="${HOME:-/tmp/home}"
2026-05-01T16:29:27.094059378Zmkdir -p "$HOME/.local"
2026-05-01T16:29:27.094075352Z
2026-05-01T16:29:27.094084579Z# Install Go toolchain
2026-05-01T16:29:27.094542867Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-01T16:29:27.09455582Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-01T16:29:27.094565127Zrm /tmp/go.tar.gz
2026-05-01T16:29:27.094576557Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-01T16:29:27.094831253Z
2026-05-01T16:29:27.095742417Zcd /job/src
2026-05-01T16:29:27.095755647Z# release.sh handles git remote auth itself, gated on
2026-05-01T16:29:27.09576435Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-05-01T16:29:27.095772917Zsh .reactorcide/jobs/scripts/release.sh
2026-05-01T16:29:27.095779214Z
2026-05-01T16:29:27.097126245Z2026-05-01T16:28:39.809747+00:00 === Aligning to origin/main ===
2026-05-01T16:29:27.097135298Z2026-05-01T16:28:40.251361+00:00 From https://github.com/catalystcommunity/longhouse
2026-05-01T16:29:27.097140855Z2026-05-01T16:28:40.251432+00:00 * branch main -> FETCH_HEAD
2026-05-01T16:29:27.097147418Z2026-05-01T16:28:40.277065+00:00 Warning: you are leaving 1 commit behind, not connected to
2026-05-01T16:29:27.097152672Z2026-05-01T16:28:40.277130+00:00 any of your branches:
2026-05-01T16:29:27.097159392Z2026-05-01T16:28:40.277146+00:00
2026-05-01T16:29:27.097164842Z2026-05-01T16:28:40.277162+00:00 6189840 fix: validate if a commit is even needed in script
2026-05-01T16:29:27.097170002Z2026-05-01T16:28:40.277174+00:00
2026-05-01T16:29:27.097179688Z2026-05-01T16:28:40.277187+00:00 If you want to keep it by creating a new branch, this may be a good time
2026-05-01T16:29:27.097184886Z2026-05-01T16:28:40.277201+00:00 to do so with:
2026-05-01T16:29:27.097189706Z2026-05-01T16:28:40.277213+00:00
2026-05-01T16:29:27.097212373Z2026-05-01T16:28:40.277227+00:00 git branch <new-branch-name> 6189840
2026-05-01T16:29:27.097218929Z2026-05-01T16:28:40.277239+00:00
2026-05-01T16:29:27.097224389Z2026-05-01T16:28:40.280390+00:00 Switched to and reset branch 'main'
2026-05-01T16:29:27.097230079Z2026-05-01T16:28:40.281528+00:00 branch 'main' set up to track 'origin/main'.
2026-05-01T16:29:27.097235269Z2026-05-01T16:28:40.281569+00:00 Your branch is up to date with 'origin/main'.
2026-05-01T16:29:27.097241093Z2026-05-01T16:28:40.282139+00:00 === Installing semver-tags v0.4.0 ===
2026-05-01T16:29:27.097246576Z2026-05-01T16:28:41.250439+00:00 === Running semver-tags ===
2026-05-01T16:29:27.097255713Z2026-05-01T16:28:42.591763+00:00 INFO[2026-05-01T16:28:41Z] 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-05-01T16:29:27.097307317Z2026-05-01T16:28:42.591867+00:00 INFO[2026-05-01T16:28:41Z] Tag line found: v0.3.1,112eb2fed5cfa200a1c472e15f4afccb60d23ec0
2026-05-01T16:29:27.097336527Z2026-05-01T16:28:42.591885+00:00 INFO[2026-05-01T16:28:41Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-01T16:29:27.097343804Z2026-05-01T16:28:42.591899+00:00 INFO[2026-05-01T16:28:41Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-05-01T16:29:27.097351004Z2026-05-01T16:28:42.591915+00:00 INFO[2026-05-01T16:28:41Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-05-01T16:29:27.097362554Z2026-05-01T16:28:42.591929+00:00 INFO[2026-05-01T16:28:41Z] Tag line found:
2026-05-01T16:29:27.097370884Z2026-05-01T16:28:42.591943+00:00 INFO[2026-05-01T16:28:41Z] Analyzing Commits for package:
2026-05-01T16:29:27.097377654Z2026-05-01T16:28:42.591957+00:00 INFO[2026-05-01T16:28:41Z] Analyzing Commit: fix: validate if a commit is even needed in script
2026-05-01T16:29:27.097385334Z2026-05-01T16:28:42.591970+00:00 INFO[2026-05-01T16:28:41Z] Found Patch commit
2026-05-01T16:29:27.097726642Z2026-05-01T16:28:42.591983+00:00 INFO[2026-05-01T16:28:41Z] Tagging new version: v0.3.2
2026-05-01T16:29:27.097746465Z2026-05-01T16:28:42.607447+00:00 {"New_release_published":"true","New_release_version":"0.3.2","New_release_major_version":"0","New_release_minor_version":"3","New_release_patch_version":"2","New_release_git_head":"","New_release_notes":"fix: validate if a commit is even needed in script","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"fix: validate if a commit is even needed in script\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.3.2","Last_release_version":"0.3.1","Last_release_git_head":"112eb2fed5cfa200a1c472e15f4afccb60d23ec0","Last_release_git_tag":"v0.3.1"}=== New release: v0.3.2 ===
2026-05-01T16:29:27.097753722Z2026-05-01T16:28:42.607502+00:00 === Updating versioned files to 0.3.2 ===
2026-05-01T16:29:27.097759042Z2026-05-01T16:28:42.652730+00:00 [main 212c2e1] ci: bump version to 0.3.2
2026-05-01T16:29:27.097764802Z2026-05-01T16:28:42.652802+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-05-01T16:29:27.097770645Z2026-05-01T16:28:44.109933+00:00 remote: Bypassed rule violations for refs/heads/main:
2026-05-01T16:29:27.097776532Z2026-05-01T16:28:44.110006+00:00 remote:
2026-05-01T16:29:27.097782199Z2026-05-01T16:28:44.110023+00:00 remote: - Changes must be made through a pull request.
2026-05-01T16:29:27.098178769Z2026-05-01T16:28:44.110037+00:00 remote:
2026-05-01T16:29:27.098188226Z2026-05-01T16:28:44.110053+00:00 remote: - 5 of 5 required status checks are expected.
2026-05-01T16:29:27.098193569Z2026-05-01T16:28:44.110067+00:00 remote:
2026-05-01T16:29:27.098199286Z2026-05-01T16:28:44.111715+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-05-01T16:29:27.098204606Z2026-05-01T16:28:44.111757+00:00 e7d779b..212c2e1 HEAD -> main
2026-05-01T16:29:27.098210199Z2026-05-01T16:28:44.129205+00:00 === Building longhouse binaries ===
2026-05-01T16:29:27.098215533Z2026-05-01T16:28:44.191921+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-01T16:29:27.0982211Z2026-05-01T16:28:44.194393+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-01T16:29:27.09822989Z2026-05-01T16:28:44.195014+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-01T16:29:27.098625821Z2026-05-01T16:28:44.220193+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-01T16:29:27.098633955Z2026-05-01T16:28:44.223635+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-01T16:29:27.098639642Z2026-05-01T16:28:44.260767+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-01T16:29:27.098644865Z2026-05-01T16:28:44.491358+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-01T16:29:27.099088759Z2026-05-01T16:28:44.547232+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-01T16:29:27.099100043Z2026-05-01T16:28:44.609609+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-01T16:29:27.099105579Z2026-05-01T16:28:44.609729+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-01T16:29:27.099116196Z2026-05-01T16:28:44.609754+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-01T16:29:27.099122053Z2026-05-01T16:28:44.743494+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-01T16:29:27.09940751Z2026-05-01T16:28:44.743713+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-01T16:29:27.099435653Z2026-05-01T16:28:44.743800+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-01T16:29:27.09944189Z2026-05-01T16:28:44.744374+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-01T16:29:27.100002023Z2026-05-01T16:28:44.744969+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-01T16:29:27.100010846Z2026-05-01T16:28:44.836460+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-01T16:29:27.100016876Z2026-05-01T16:28:44.836589+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-01T16:29:27.100023386Z2026-05-01T16:28:44.836613+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-01T16:29:27.100273509Z2026-05-01T16:28:44.837053+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-01T16:29:27.100284846Z2026-05-01T16:28:44.861374+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-01T16:29:27.10029337Z2026-05-01T16:28:44.861512+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-01T16:29:27.100301957Z2026-05-01T16:28:44.872890+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-01T16:29:27.104188948Z2026-05-01T16:28:44.888844+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-01T16:29:27.104198871Z2026-05-01T16:28:44.892419+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-01T16:29:27.104207231Z2026-05-01T16:29:09.397238+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-01T16:29:27.104213974Z2026-05-01T16:29:17.223903+00:00 === Creating GitHub release ===
2026-05-01T16:29:27.104223464Z2026-05-01T16:29:27.082219+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.3.2
2026-05-01T16:29:27.104231495Z2026-05-01T16:29:27.086802+00:00 === Released v0.3.2 ===
2026-05-01T16:29:27.104239732Z2026-05-01T16:29:27.088147+00:00 ✓ Job completed successfully (exit code: 0)