longhouse-release
completed- Job ID
019eb8d5-de60-4ec0-fa15-ccd9b5c38fa5- Created
- 2026-06-11 22:38:04 UTC
- Updated
- 2026-06-11 22:38:04 UTC
- Duration
- 56s
- Source Ref
- 7e6c2c81a32d1b85ef9bcba420e8157e86225a0e
- 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-11T22:38:06.240897+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-06-11T22:38:06.241499+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=51607e9a186b8d19384b401c905bd80264115335
2026-06-11T22:38:06.241731+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=51607e9a186b8d19384b401c905bd80264115335 target=/job/ci
2026-06-11T22:38:07.375122+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-06-11T22:38:07.375789+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=7e6c2c81a32d1b85ef9bcba420e8157e86225a0e
2026-06-11T22:38:07.375883+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=7e6c2c81a32d1b85ef9bcba420e8157e86225a0e target=/job/src
2026-06-11T22:38:09.024122+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-06-11T22:38:09.026446+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-06-11T22:38:06.241608+00:00 🔐 Preparing trusted CI source (type: git)
2026-06-11T22:38:06.241795+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-11T22:38:07.323223+00:00 Checking out ref: 51607e9a186b8d19384b401c905bd80264115335
2026-06-11T22:38:07.375240+00:00 Repository checked out to: /job/ci
2026-06-11T22:38:07.375941+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-11T22:38:08.385425+00:00 Checking out ref: 7e6c2c81a32d1b85ef9bcba420e8157e86225a0e
2026-06-11T22:38:09.017459+00:00 Fetched and checked out ref: 7e6c2c81a32d1b85ef9bcba420e8157e86225a0e
2026-06-11T22:38:09.024236+00:00 Repository checked out to: /job/src
2026-06-11T22:38:09.026562+00:00 Executing job locally (no container)
2026-06-11T22:38:09.026588+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-06-11T22:38:15.172764+00:00 === Aligning to origin/main ===
2026-06-11T22:38:15.620129+00:00 From https://github.com/catalystcommunity/longhouse
2026-06-11T22:38:15.620226+00:00 * branch main -> FETCH_HEAD
2026-06-11T22:38:15.648290+00:00 Warning: you are leaving 1 commit behind, not connected to
2026-06-11T22:38:15.648341+00:00 any of your branches:
2026-06-11T22:38:15.648357+00:00
2026-06-11T22:38:15.648371+00:00 7e6c2c8 fix: use http for catalyst rp url as it is in-cluster
2026-06-11T22:38:15.648384+00:00
2026-06-11T22:38:15.648397+00:00 If you want to keep it by creating a new branch, this may be a good time
2026-06-11T22:38:15.648420+00:00 to do so with:
2026-06-11T22:38:15.648465+00:00
2026-06-11T22:38:15.648506+00:00 git branch <new-branch-name> 7e6c2c8
2026-06-11T22:38:15.648532+00:00
2026-06-11T22:38:15.651241+00:00 Switched to and reset branch 'main'
2026-06-11T22:38:15.652360+00:00 branch 'main' set up to track 'origin/main'.
2026-06-11T22:38:15.652402+00:00 Your branch is up to date with 'origin/main'.
2026-06-11T22:38:15.652861+00:00 === Installing semver-tags v0.4.0 ===
2026-06-11T22:38:16.507930+00:00 === Running semver-tags ===
2026-06-11T22:38:17.916887+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] 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-06-11T22:38:17.916966+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.10.0,cb00895f89c61311216e7bb351130405933a4969
2026-06-11T22:38:17.916984+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.9.3,9dedb9240db7ed44e031beed9d378aa738ddcb3c
2026-06-11T22:38:17.916997+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.9.2,8a8c4921e3f3de21dba317c4914fa3f28e9ad72c
2026-06-11T22:38:17.917010+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.9.1,2c212be023ef4316a296214fe5c6723f189b9a6d
2026-06-11T22:38:17.917025+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.9.0,3987bbacc504e8b4d0e2c5372e763ac73933fe22
2026-06-11T22:38:17.917037+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.8.0,ecd78b9bddc46f0ea083058f9cb5620def620f8c
2026-06-11T22:38:17.917049+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.7.0,866d3896db8190f3a880aab6d963fc4ff5f4c1da
2026-06-11T22:38:17.917062+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.6.1,5f74b21d5259c64dd405ab4a8cf7acf626bc58c7
2026-06-11T22:38:17.917076+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.6.0,4207d5e256e4c9a762f4db697a3850c2f802fd01
2026-06-11T22:38:17.917088+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.5.1,cbef46bffa50d281a6d95a6cb7c0724cd7629c31
2026-06-11T22:38:17.917101+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.5.0,af7036a298302ae3c01e5d8f63d16489de44d573
2026-06-11T22:38:17.917114+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.4.0,7e2a09ba0f898a15156f03e734b7a06d71956ae8
2026-06-11T22:38:17.917126+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.3.7,b104455e2da98ac060fd9e5d902ccd244bbd3967
2026-06-11T22:38:17.917138+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.3.6,0efd10c057ceb41fbc063e8c6c2da2b66cface4a
2026-06-11T22:38:17.917150+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.3.5,6ae914b37a86b7099d3e18bbc02756cd39757059
2026-06-11T22:38:17.917161+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.3.4,e6b4b7f14ca530846174b41ec803979146e0ecbf
2026-06-11T22:38:17.917173+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.3.3,e10ed1490524cf42e3325996648fb13f8a14fc36
2026-06-11T22:38:17.917185+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.3.2,e7d779b74dbd40dbaa5b95519f662165f17b67a1
2026-06-11T22:38:17.917197+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.3.1,112eb2fed5cfa200a1c472e15f4afccb60d23ec0
2026-06-11T22:38:17.917209+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-06-11T22:38:17.917222+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-06-11T22:38:17.917233+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-06-11T22:38:17.917247+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tag line found:
2026-06-11T22:38:17.917295+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Analyzing Commits for package:
2026-06-11T22:38:17.917311+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Analyzing Commit: fix: use http for catalyst rp url as it is in-cluster
2026-06-11T22:38:17.917324+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Found Patch commit
2026-06-11T22:38:17.917337+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Analyzing Commit: ci: add deployment for catalystsquad.com longhouse
2026-06-11T22:38:17.917352+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Not a conventional commit
2026-06-11T22:38:17.917365+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Analyzing Commit: ci: bump version to 0.10.0
2026-06-11T22:38:17.917377+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Not a conventional commit
2026-06-11T22:38:17.917389+00:00 [36mINFO[0m[2026-06-11T22:38:16Z] Tagging new version: v0.10.1
2026-06-11T22:38:17.932068+00:00 {"New_release_published":"true","New_release_version":"0.10.1","New_release_major_version":"0","New_release_minor_version":"10","New_release_patch_version":"1","New_release_git_head":"","New_release_notes":"fix: use http for catalyst rp url as it is in-cluster\nci: add deployment for catalystsquad.com longhouse\nci: bump version to 0.10.0","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"fix: use http for catalyst rp url as it is in-cluster\",\"ci: add deployment for catalystsquad.com longhouse\",\"ci: bump version to 0.10.0\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.10.1","Last_release_version":"0.10.0","Last_release_git_head":"cb00895f89c61311216e7bb351130405933a4969","Last_release_git_tag":"v0.10.0"}=== New release: v0.10.1 ===
2026-06-11T22:38:17.932111+00:00 === Updating versioned files to 0.10.1 ===
2026-06-11T22:38:17.979564+00:00 [main 2a5b3d3] ci: bump version to 0.10.1
2026-06-11T22:38:17.979606+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-06-11T22:38:19.285255+00:00 remote: Bypassed rule violations for refs/heads/main:
2026-06-11T22:38:19.285333+00:00 remote:
2026-06-11T22:38:19.285369+00:00 remote: - Changes must be made through a pull request.
2026-06-11T22:38:19.285396+00:00 remote:
2026-06-11T22:38:19.285422+00:00 remote: - 5 of 5 required status checks are expected.
2026-06-11T22:38:19.285439+00:00 remote:
2026-06-11T22:38:19.287218+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-06-11T22:38:19.287358+00:00 d2fb145..2a5b3d3 HEAD -> main
2026-06-11T22:38:19.307385+00:00 === Building longhouse binaries ===
2026-06-11T22:38:19.367806+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-06-11T22:38:19.367945+00:00 go: downloading github.com/rs/cors v1.11.1
2026-06-11T22:38:19.367991+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-06-11T22:38:19.368221+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-06-11T22:38:19.396562+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-06-11T22:38:19.404990+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-06-11T22:38:19.407562+00:00 go: downloading gorm.io/gorm v1.25.12
2026-06-11T22:38:19.600700+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-06-11T22:38:19.659792+00:00 go: downloading golang.org/x/sys v0.28.0
2026-06-11T22:38:19.711711+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-06-11T22:38:19.712058+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-06-11T22:38:19.712411+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-06-11T22:38:19.712713+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-06-11T22:38:19.728467+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-06-11T22:38:19.729002+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-06-11T22:38:19.729080+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-06-11T22:38:19.732104+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-06-11T22:38:19.736642+00:00 go: downloading golang.org/x/text v0.21.0
2026-06-11T22:38:19.824854+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-06-11T22:38:19.825235+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-06-11T22:38:19.825461+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-06-11T22:38:19.825494+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-06-11T22:38:19.874409+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-06-11T22:38:19.874480+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-06-11T22:38:19.878392+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-06-11T22:38:19.878469+00:00 go: downloading golang.org/x/sync v0.10.0
2026-06-11T22:38:19.978547+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-06-11T22:38:44.183172+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-06-11T22:38:52.363487+00:00 === Creating GitHub release ===
2026-06-11T22:38:56.983078+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.10.1
2026-06-11T22:38:56.985821+00:00 === Released v0.10.1 ===
2026-06-11T22:38:56.987292+00:00 ✓ Job completed successfully (exit code: 0)