Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019de1e8-554e-fb20-85f6-49c42aaadc87

Job ID
019de1e8-68ba-ed12-90f1-6890bc615e66
Created
2026-05-01 04:59:58 UTC
Updated
2026-05-01 04:59:58 UTC
Duration
53s
Source Ref
5486cfd6050ec3a836f61d1eb1de3580a21b28cc
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-01T05:00:01.511666664Z2026-05-01T05:00:00.987961+00:00 ⚠️ Configuration warnings:
2026-05-01T05:00:01.511680778Z • runner_image: Using 'latest' tag or no tag specified
2026-05-01T05:00:01.511688858Z 💡 Consider using a specific version tag for reproducible builds
2026-05-01T05:00:01.511696395Z
2026-05-01T05:00:01.511702125Z✅ Configuration is valid (with warnings)
2026-05-01T05:00:01.511711045Z2026-05-01T05:00:00.988618+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=5486cfd6050ec3a836f61d1eb1de3580a21b28cc
2026-05-01T05:00:01.511718685Z2026-05-01T05:00:00.988806+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=5486cfd6050ec3a836f61d1eb1de3580a21b28cc target=/job/ci
2026-05-01T05:00:02.308500898Z2026-05-01T05:00:02.299335+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-01T05:00:02.310243514Z2026-05-01T05:00:02.300035+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=5486cfd6050ec3a836f61d1eb1de3580a21b28cc
2026-05-01T05:00:02.310258248Z2026-05-01T05:00:02.300131+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=5486cfd6050ec3a836f61d1eb1de3580a21b28cc target=/job/src
2026-05-01T05:00:03.679857643Z2026-05-01T05:00:03.671055+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-01T05:00:03.682028222Z2026-05-01T05:00:03.671715+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-01T05:00:49.101926672Z2026-05-01T05:00:00.988729+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-01T05:00:49.101972608Z2026-05-01T05:00:00.988882+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T05:00:49.101983802Z2026-05-01T05:00:01.810183+00:00 Checking out ref: 5486cfd6050ec3a836f61d1eb1de3580a21b28cc
2026-05-01T05:00:49.101990208Z2026-05-01T05:00:02.299250+00:00 Fetched and checked out ref: 5486cfd6050ec3a836f61d1eb1de3580a21b28cc
2026-05-01T05:00:49.101998332Z2026-05-01T05:00:02.299440+00:00 Repository checked out to: /job/ci
2026-05-01T05:00:49.102008596Z2026-05-01T05:00:02.300220+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T05:00:49.102043053Z2026-05-01T05:00:03.102108+00:00 Checking out ref: 5486cfd6050ec3a836f61d1eb1de3580a21b28cc
2026-05-01T05:00:49.1020615Z2026-05-01T05:00:03.670982+00:00 Fetched and checked out ref: 5486cfd6050ec3a836f61d1eb1de3580a21b28cc
2026-05-01T05:00:49.102071973Z2026-05-01T05:00:03.671148+00:00 Repository checked out to: /job/src
2026-05-01T05:00:49.102112053Z2026-05-01T05:00:03.671814+00:00 Executing job locally (no container)
2026-05-01T05:00:49.102120003Z2026-05-01T05:00:03.671839+00:00 Command: set -e
2026-05-01T05:00:49.102170681Zexport HOME="${HOME:-/tmp/home}"
2026-05-01T05:00:49.102480873Zmkdir -p "$HOME/.local"
2026-05-01T05:00:49.102492343Z
2026-05-01T05:00:49.103077643Z# Install Go toolchain
2026-05-01T05:00:49.103087916Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-01T05:00:49.103094976Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-01T05:00:49.103285194Zrm /tmp/go.tar.gz
2026-05-01T05:00:49.1032975Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-01T05:00:49.103301918Z
2026-05-01T05:00:49.103581047Zcd /job/src
2026-05-01T05:00:49.103593623Z# release.sh handles git remote auth itself, gated on
2026-05-01T05:00:49.103662327Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-05-01T05:00:49.1036705Zsh .reactorcide/jobs/scripts/release.sh
2026-05-01T05:00:49.103675037Z
2026-05-01T05:00:49.103857643Z2026-05-01T05:00:09.628043+00:00 === Aligning to origin/main ===
2026-05-01T05:00:49.10441927Z2026-05-01T05:00:10.080827+00:00 From https://github.com/catalystcommunity/longhouse
2026-05-01T05:00:49.10442851Z2026-05-01T05:00:10.080900+00:00 * branch main -> FETCH_HEAD
2026-05-01T05:00:49.104440917Z2026-05-01T05:00:10.118435+00:00 Warning: you are leaving 1 commit behind, not connected to
2026-05-01T05:00:49.104447217Z2026-05-01T05:00:10.118504+00:00 any of your branches:
2026-05-01T05:00:49.104452964Z2026-05-01T05:00:10.118520+00:00
2026-05-01T05:00:49.104598029Z2026-05-01T05:00:10.118535+00:00 5486cfd fix: adjust release to handle working pat
2026-05-01T05:00:49.104805864Z2026-05-01T05:00:10.118548+00:00
2026-05-01T05:00:49.104814971Z2026-05-01T05:00:10.118561+00:00 If you want to keep it by creating a new branch, this may be a good time
2026-05-01T05:00:49.10504397Z2026-05-01T05:00:10.118573+00:00 to do so with:
2026-05-01T05:00:49.105051256Z2026-05-01T05:00:10.118585+00:00
2026-05-01T05:00:49.105221894Z2026-05-01T05:00:10.118598+00:00 git branch <new-branch-name> 5486cfd
2026-05-01T05:00:49.105229024Z2026-05-01T05:00:10.118609+00:00
2026-05-01T05:00:49.105234917Z2026-05-01T05:00:10.126385+00:00 Switched to and reset branch 'main'
2026-05-01T05:00:49.105406469Z2026-05-01T05:00:10.128121+00:00 branch 'main' set up to track 'origin/main'.
2026-05-01T05:00:49.105414273Z2026-05-01T05:00:10.128162+00:00 Your branch is up to date with 'origin/main'.
2026-05-01T05:00:49.105420339Z2026-05-01T05:00:10.130165+00:00 === Installing semver-tags v0.4.0 ===
2026-05-01T05:00:49.105666362Z2026-05-01T05:00:11.074516+00:00 === Running semver-tags ===
2026-05-01T05:00:49.106452746Z2026-05-01T05:00:12.330398+00:00 INFO[2026-05-01T05:00:11Z] 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-01T05:00:49.106464626Z2026-05-01T05:00:12.330472+00:00 INFO[2026-05-01T05:00:11Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-01T05:00:49.106471419Z2026-05-01T05:00:12.330489+00:00 INFO[2026-05-01T05:00:11Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-05-01T05:00:49.106477919Z2026-05-01T05:00:12.330502+00:00 INFO[2026-05-01T05:00:11Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-05-01T05:00:49.106502183Z2026-05-01T05:00:12.330517+00:00 INFO[2026-05-01T05:00:11Z] Tag line found:
2026-05-01T05:00:49.106509766Z2026-05-01T05:00:12.330532+00:00 INFO[2026-05-01T05:00:11Z] Analyzing Commits for package:
2026-05-01T05:00:49.106550193Z2026-05-01T05:00:12.330544+00:00 INFO[2026-05-01T05:00:11Z] Analyzing Commit: fix: adjust release to handle working pat
2026-05-01T05:00:49.106556936Z2026-05-01T05:00:12.330557+00:00 INFO[2026-05-01T05:00:11Z] Found Patch commit
2026-05-01T05:00:49.106564734Z2026-05-01T05:00:12.330570+00:00 INFO[2026-05-01T05:00:11Z] Analyzing Commit: fix: make deployments for tnl example happen
2026-05-01T05:00:49.106983567Z2026-05-01T05:00:12.330582+00:00 INFO[2026-05-01T05:00:11Z] Found Patch commit
2026-05-01T05:00:49.1069921Z2026-05-01T05:00:12.330596+00:00 INFO[2026-05-01T05:00:11Z] Tagging new version: v0.3.1
2026-05-01T05:00:49.10700504Z2026-05-01T05:00:12.345841+00:00 {"New_release_published":"true","New_release_version":"0.3.1","New_release_major_version":"0","New_release_minor_version":"3","New_release_patch_version":"1","New_release_git_head":"","New_release_notes":"fix: adjust release to handle working pat\nfix: make deployments for tnl example happen","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"fix: adjust release to handle working pat\",\"fix: make deployments for tnl example happen\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.3.1","Last_release_version":"0.3.0","Last_release_git_head":"ff51aa36dd8463e9840d4093229467e923271cf1","Last_release_git_tag":"v0.3.0"}=== New release: v0.3.1 ===
2026-05-01T05:00:49.107397067Z2026-05-01T05:00:12.345889+00:00 === Updating versioned files to 0.3.1 ===
2026-05-01T05:00:49.107404431Z2026-05-01T05:00:12.385775+00:00 [main 9697717] ci: bump version to 0.3.1
2026-05-01T05:00:49.107410974Z2026-05-01T05:00:12.385830+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-05-01T05:00:49.107417721Z2026-05-01T05:00:13.518298+00:00 remote: error: GH013: Repository rule violations found for refs/heads/main.
2026-05-01T05:00:49.107426047Z2026-05-01T05:00:13.518365+00:00 remote: Review all repository rules at https://github.com/catalystcommunity/longhouse/rules?ref=refs%2Fheads%2Fmain
2026-05-01T05:00:49.1077866Z2026-05-01T05:00:13.518381+00:00 remote:
2026-05-01T05:00:49.107796024Z2026-05-01T05:00:13.518398+00:00 remote: - Changes must be made through a pull request.
2026-05-01T05:00:49.10780166Z2026-05-01T05:00:13.518412+00:00 remote:
2026-05-01T05:00:49.108013406Z2026-05-01T05:00:13.518424+00:00 remote: - 5 of 5 required status checks are expected.
2026-05-01T05:00:49.108021756Z2026-05-01T05:00:13.518436+00:00 remote:
2026-05-01T05:00:49.108027992Z2026-05-01T05:00:13.519792+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-05-01T05:00:49.10852414Z2026-05-01T05:00:13.519837+00:00 ! [remote rejected] main -> main (push declined due to repository rule violations)
2026-05-01T05:00:49.108532974Z2026-05-01T05:00:13.519854+00:00 error: failed to push some refs to 'https://github.com/catalystcommunity/longhouse.git'
2026-05-01T05:00:49.108538664Z2026-05-01T05:00:13.524994+00:00 Push failed, continuing with release
2026-05-01T05:00:49.108544534Z2026-05-01T05:00:13.525034+00:00 === Building longhouse binaries ===
2026-05-01T05:00:49.108718572Z2026-05-01T05:00:13.572687+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-01T05:00:49.108726775Z2026-05-01T05:00:13.586869+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-01T05:00:49.109327168Z2026-05-01T05:00:13.589029+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-01T05:00:49.109339031Z2026-05-01T05:00:13.604467+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-01T05:00:49.109345648Z2026-05-01T05:00:13.604729+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-01T05:00:49.109351498Z2026-05-01T05:00:13.631513+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-01T05:00:49.109363928Z2026-05-01T05:00:13.884369+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-01T05:00:49.109418254Z2026-05-01T05:00:13.937125+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-01T05:00:49.109425288Z2026-05-01T05:00:14.004627+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-01T05:00:49.109888575Z2026-05-01T05:00:14.004759+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-01T05:00:49.109898016Z2026-05-01T05:00:14.004782+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-01T05:00:49.109904776Z2026-05-01T05:00:14.004963+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-01T05:00:49.109910826Z2026-05-01T05:00:14.005527+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-01T05:00:49.110136068Z2026-05-01T05:00:14.005571+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-01T05:00:49.110144798Z2026-05-01T05:00:14.006272+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-01T05:00:49.110150938Z2026-05-01T05:00:14.011168+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-01T05:00:49.110583091Z2026-05-01T05:00:14.099283+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-01T05:00:49.110592168Z2026-05-01T05:00:14.099391+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-01T05:00:49.110598731Z2026-05-01T05:00:14.099560+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-01T05:00:49.11078082Z2026-05-01T05:00:14.104187+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-01T05:00:49.110789007Z2026-05-01T05:00:14.104801+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-01T05:00:49.111760189Z2026-05-01T05:00:14.105793+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-01T05:00:49.111771979Z2026-05-01T05:00:14.113411+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-01T05:00:49.111778145Z2026-05-01T05:00:14.121259+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-01T05:00:49.111783615Z2026-05-01T05:00:14.245036+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-01T05:00:49.111791015Z2026-05-01T05:00:36.619908+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-01T05:00:49.111797192Z2026-05-01T05:00:44.771092+00:00 === Creating GitHub release ===
2026-05-01T05:00:49.11180741Z2026-05-01T05:00:49.092127+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.3.1
2026-05-01T05:00:49.11181276Z2026-05-01T05:00:49.097377+00:00 === Released v0.3.1 ===
2026-05-01T05:00:49.11186427Z2026-05-01T05:00:49.098100+00:00 ✓ Job completed successfully (exit code: 0)