longhouse-release
completed- 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.520821+00:00 ⚠️ Configuration warnings:
• runner_image: Using 'latest' tag or no tag specified
💡 Consider using a specific version tag for reproducible builds
✅ Configuration is valid (with warnings)
2026-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.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.913842+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-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.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.263053+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-01T16:28:34.263692+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-01T16:28:31.521554+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-01T16:28:31.521701+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T16:28:32.317911+00:00 Checking out ref: 6189840d03445afbddafda578da94b89dd0ff449
2026-05-01T16:28:32.913739+00:00 Fetched and checked out ref: 6189840d03445afbddafda578da94b89dd0ff449
2026-05-01T16:28:32.913941+00:00 Repository checked out to: /job/ci
2026-05-01T16:28:32.914734+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T16:28:33.699098+00:00 Checking out ref: 6189840d03445afbddafda578da94b89dd0ff449
2026-05-01T16:28:34.262978+00:00 Fetched and checked out ref: 6189840d03445afbddafda578da94b89dd0ff449
2026-05-01T16:28:34.263150+00:00 Repository checked out to: /job/src
2026-05-01T16:28:34.263826+00:00 Executing job locally (no container)
2026-05-01T16:28:34.263854+00:00 Command: set -e
export HOME="${HOME:-/tmp/home}"
mkdir -p "$HOME/.local"
# Install Go toolchain
curl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
tar -C "$HOME/.local" -xzf /tmp/go.tar.gz
rm /tmp/go.tar.gz
export PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
cd /job/src
# release.sh handles git remote auth itself, gated on
# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
sh .reactorcide/jobs/scripts/release.sh
2026-05-01T16:28:39.809747+00:00 === Aligning to origin/main ===
2026-05-01T16:28:40.251361+00:00 From https://github.com/catalystcommunity/longhouse
2026-05-01T16:28:40.251432+00:00 * branch main -> FETCH_HEAD
2026-05-01T16:28:40.277065+00:00 Warning: you are leaving 1 commit behind, not connected to
2026-05-01T16:28:40.277130+00:00 any of your branches:
2026-05-01T16:28:40.277146+00:00
2026-05-01T16:28:40.277162+00:00 6189840 fix: validate if a commit is even needed in script
2026-05-01T16:28:40.277174+00:00
2026-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:28:40.277201+00:00 to do so with:
2026-05-01T16:28:40.277213+00:00
2026-05-01T16:28:40.277227+00:00 git branch <new-branch-name> 6189840
2026-05-01T16:28:40.277239+00:00
2026-05-01T16:28:40.280390+00:00 Switched to and reset branch 'main'
2026-05-01T16:28:40.281528+00:00 branch 'main' set up to track 'origin/main'.
2026-05-01T16:28:40.281569+00:00 Your branch is up to date with 'origin/main'.
2026-05-01T16:28:40.282139+00:00 === Installing semver-tags v0.4.0 ===
2026-05-01T16:28:41.250439+00:00 === Running semver-tags ===
2026-05-01T16:28:42.591763+00:00 [36mINFO[0m[2026-05-01T16:28:41Z] command run with settings resolved [36msettings[0m="{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:28:42.591867+00:00 [36mINFO[0m[2026-05-01T16:28:41Z] Tag line found: v0.3.1,112eb2fed5cfa200a1c472e15f4afccb60d23ec0
2026-05-01T16:28:42.591885+00:00 [36mINFO[0m[2026-05-01T16:28:41Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-01T16:28:42.591899+00:00 [36mINFO[0m[2026-05-01T16:28:41Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-05-01T16:28:42.591915+00:00 [36mINFO[0m[2026-05-01T16:28:41Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-05-01T16:28:42.591929+00:00 [36mINFO[0m[2026-05-01T16:28:41Z] Tag line found:
2026-05-01T16:28:42.591943+00:00 [36mINFO[0m[2026-05-01T16:28:41Z] Analyzing Commits for package:
2026-05-01T16:28:42.591957+00:00 [36mINFO[0m[2026-05-01T16:28:41Z] Analyzing Commit: fix: validate if a commit is even needed in script
2026-05-01T16:28:42.591970+00:00 [36mINFO[0m[2026-05-01T16:28:41Z] Found Patch commit
2026-05-01T16:28:42.591983+00:00 [36mINFO[0m[2026-05-01T16:28:41Z] Tagging new version: v0.3.2
2026-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:28:42.607502+00:00 === Updating versioned files to 0.3.2 ===
2026-05-01T16:28:42.652730+00:00 [main 212c2e1] ci: bump version to 0.3.2
2026-05-01T16:28:42.652802+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-05-01T16:28:44.109933+00:00 remote: Bypassed rule violations for refs/heads/main:
2026-05-01T16:28:44.110006+00:00 remote:
2026-05-01T16:28:44.110023+00:00 remote: - Changes must be made through a pull request.
2026-05-01T16:28:44.110037+00:00 remote:
2026-05-01T16:28:44.110053+00:00 remote: - 5 of 5 required status checks are expected.
2026-05-01T16:28:44.110067+00:00 remote:
2026-05-01T16:28:44.111715+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-05-01T16:28:44.111757+00:00 e7d779b..212c2e1 HEAD -> main
2026-05-01T16:28:44.129205+00:00 === Building longhouse binaries ===
2026-05-01T16:28:44.191921+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-01T16:28:44.194393+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-01T16:28:44.195014+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-01T16:28:44.220193+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-01T16:28:44.223635+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-01T16:28:44.260767+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-01T16:28:44.491358+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-01T16:28:44.547232+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-01T16:28:44.609609+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-01T16:28:44.609729+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-01T16:28:44.609754+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-01T16:28:44.743494+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-01T16:28:44.743713+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-01T16:28:44.743800+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-01T16:28:44.744374+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-01T16:28:44.744969+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-01T16:28:44.836460+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-01T16:28:44.836589+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-01T16:28:44.836613+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-01T16:28:44.837053+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-01T16:28:44.861374+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-01T16:28:44.861512+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-01T16:28:44.872890+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-01T16:28:44.888844+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-01T16:28:44.892419+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-01T16:29:09.397238+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-01T16:29:17.223903+00:00 === Creating GitHub release ===
2026-05-01T16:29:27.082219+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.3.2
2026-05-01T16:29:27.086802+00:00 === Released v0.3.2 ===
2026-05-01T16:29:27.088147+00:00 ✓ Job completed successfully (exit code: 0)