Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019e1f81-5b5b-24bf-d678-62b58165d3ab

Job ID
019e1f81-71d9-ed76-66b7-a591db218c4b
Created
2026-05-13 04:03:57 UTC
Updated
2026-05-13 04:03:57 UTC
Duration
57s
Source Ref
e56637e6d732924c3f20723a6ba03381113e0d39
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-13T04:04:01.954461913Z2026-05-13T04:04:01.009638+00:00 ⚠️ Configuration warnings:
2026-05-13T04:04:01.954473387Z • runner_image: Using 'latest' tag or no tag specified
2026-05-13T04:04:01.954479957Z 💡 Consider using a specific version tag for reproducible builds
2026-05-13T04:04:01.954486477Z
2026-05-13T04:04:01.95449204Z✅ Configuration is valid (with warnings)
2026-05-13T04:04:01.954501163Z2026-05-13T04:04:01.010374+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=e56637e6d732924c3f20723a6ba03381113e0d39
2026-05-13T04:04:01.954510553Z2026-05-13T04:04:01.010600+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=e56637e6d732924c3f20723a6ba03381113e0d39 target=/job/ci
2026-05-13T04:04:02.434897811Z2026-05-13T04:04:02.421038+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-13T04:04:02.437096036Z2026-05-13T04:04:02.421802+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=e56637e6d732924c3f20723a6ba03381113e0d39
2026-05-13T04:04:02.437142259Z2026-05-13T04:04:02.421898+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=e56637e6d732924c3f20723a6ba03381113e0d39 target=/job/src
2026-05-13T04:04:03.803620787Z2026-05-13T04:04:03.789813+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-13T04:04:03.806512622Z2026-05-13T04:04:03.790650+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-13T04:04:14.278857605Z2026-05-13T04:04:01.010507+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-13T04:04:14.278875512Z2026-05-13T04:04:01.010716+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-13T04:04:14.278882922Z2026-05-13T04:04:01.819165+00:00 Checking out ref: e56637e6d732924c3f20723a6ba03381113e0d39
2026-05-13T04:04:14.278890292Z2026-05-13T04:04:02.420959+00:00 Fetched and checked out ref: e56637e6d732924c3f20723a6ba03381113e0d39
2026-05-13T04:04:14.278896765Z2026-05-13T04:04:02.421144+00:00 Repository checked out to: /job/ci
2026-05-13T04:04:14.278904015Z2026-05-13T04:04:02.421964+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-13T04:04:14.27891073Z2026-05-13T04:04:03.204156+00:00 Checking out ref: e56637e6d732924c3f20723a6ba03381113e0d39
2026-05-13T04:04:14.278917416Z2026-05-13T04:04:03.789706+00:00 Fetched and checked out ref: e56637e6d732924c3f20723a6ba03381113e0d39
2026-05-13T04:04:14.278923526Z2026-05-13T04:04:03.789912+00:00 Repository checked out to: /job/src
2026-05-13T04:04:14.278928936Z2026-05-13T04:04:03.790793+00:00 Executing job locally (no container)
2026-05-13T04:04:14.278961223Z2026-05-13T04:04:03.790842+00:00 Command: set -e
2026-05-13T04:04:14.27896845Zexport HOME="${HOME:-/tmp/home}"
2026-05-13T04:04:14.278974436Zmkdir -p "$HOME/.local"
2026-05-13T04:04:14.278979043Z
2026-05-13T04:04:14.27898595Z# Install Go toolchain
2026-05-13T04:04:14.278992376Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-13T04:04:14.27899821Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-13T04:04:14.27934929Zrm /tmp/go.tar.gz
2026-05-13T04:04:14.279376067Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-13T04:04:14.279384397Z
2026-05-13T04:04:14.279392264Zcd /job/src
2026-05-13T04:04:14.27962079Z# release.sh handles git remote auth itself, gated on
2026-05-13T04:04:14.27963255Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-05-13T04:04:14.279816174Zsh .reactorcide/jobs/scripts/release.sh
2026-05-13T04:04:14.280303137Z
2026-05-13T04:04:14.280320843Z2026-05-13T04:04:09.438332+00:00 === Aligning to origin/main ===
2026-05-13T04:04:14.280512315Z2026-05-13T04:04:09.867697+00:00 From https://github.com/catalystcommunity/longhouse
2026-05-13T04:04:14.280524608Z2026-05-13T04:04:09.867768+00:00 * branch main -> FETCH_HEAD
2026-05-13T04:04:14.280919212Z2026-05-13T04:04:09.906242+00:00 Warning: you are leaving 1 commit behind, not connected to
2026-05-13T04:04:14.280929915Z2026-05-13T04:04:09.906311+00:00 any of your branches:
2026-05-13T04:04:14.280936029Z2026-05-13T04:04:09.906327+00:00
2026-05-13T04:04:14.28107668Z2026-05-13T04:04:09.906344+00:00 e56637e feat: slight redesign to starting web app
2026-05-13T04:04:14.281576075Z2026-05-13T04:04:09.906357+00:00
2026-05-13T04:04:14.281585821Z2026-05-13T04:04:09.906378+00:00 If you want to keep it by creating a new branch, this may be a good time
2026-05-13T04:04:14.281591395Z2026-05-13T04:04:09.906392+00:00 to do so with:
2026-05-13T04:04:14.281598976Z2026-05-13T04:04:09.906406+00:00
2026-05-13T04:04:14.281659542Z2026-05-13T04:04:09.906419+00:00 git branch <new-branch-name> e56637e
2026-05-13T04:04:14.281664942Z2026-05-13T04:04:09.906430+00:00
2026-05-13T04:04:14.281670359Z2026-05-13T04:04:09.909499+00:00 Switched to and reset branch 'main'
2026-05-13T04:04:14.281677259Z2026-05-13T04:04:09.910729+00:00 branch 'main' set up to track 'origin/main'.
2026-05-13T04:04:14.281682856Z2026-05-13T04:04:09.910772+00:00 Your branch is up to date with 'origin/main'.
2026-05-13T04:04:14.281688612Z2026-05-13T04:04:09.911367+00:00 === Installing semver-tags v0.4.0 ===
2026-05-13T04:04:14.282589028Z2026-05-13T04:04:10.947501+00:00 === Running semver-tags ===
2026-05-13T04:04:14.282661716Z2026-05-13T04:04:12.305029+00:00 INFO[2026-05-13T04:04:10Z] 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-13T04:04:14.282682932Z2026-05-13T04:04:12.305100+00:00 INFO[2026-05-13T04:04:11Z] Tag line found: v0.3.7,b104455e2da98ac060fd9e5d902ccd244bbd3967
2026-05-13T04:04:14.282691989Z2026-05-13T04:04:12.305116+00:00 INFO[2026-05-13T04:04:11Z] Tag line found: v0.3.6,0efd10c057ceb41fbc063e8c6c2da2b66cface4a
2026-05-13T04:04:14.282700959Z2026-05-13T04:04:12.305129+00:00 INFO[2026-05-13T04:04:11Z] Tag line found: v0.3.5,6ae914b37a86b7099d3e18bbc02756cd39757059
2026-05-13T04:04:14.282710589Z2026-05-13T04:04:12.305144+00:00 INFO[2026-05-13T04:04:11Z] Tag line found: v0.3.4,e6b4b7f14ca530846174b41ec803979146e0ecbf
2026-05-13T04:04:14.282736899Z2026-05-13T04:04:12.305156+00:00 INFO[2026-05-13T04:04:11Z] Tag line found: v0.3.3,e10ed1490524cf42e3325996648fb13f8a14fc36
2026-05-13T04:04:14.282746426Z2026-05-13T04:04:12.305168+00:00 INFO[2026-05-13T04:04:11Z] Tag line found: v0.3.2,e7d779b74dbd40dbaa5b95519f662165f17b67a1
2026-05-13T04:04:14.282943538Z2026-05-13T04:04:12.305180+00:00 INFO[2026-05-13T04:04:11Z] Tag line found: v0.3.1,112eb2fed5cfa200a1c472e15f4afccb60d23ec0
2026-05-13T04:04:14.282952305Z2026-05-13T04:04:12.305192+00:00 INFO[2026-05-13T04:04:11Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-13T04:04:14.282990139Z2026-05-13T04:04:12.305204+00:00 INFO[2026-05-13T04:04:11Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-05-13T04:04:14.283000229Z2026-05-13T04:04:12.305217+00:00 INFO[2026-05-13T04:04:11Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-05-13T04:04:14.283006409Z2026-05-13T04:04:12.305230+00:00 INFO[2026-05-13T04:04:11Z] Tag line found:
2026-05-13T04:04:14.283013002Z2026-05-13T04:04:12.305244+00:00 INFO[2026-05-13T04:04:11Z] Analyzing Commits for package:
2026-05-13T04:04:14.283019126Z2026-05-13T04:04:12.305256+00:00 INFO[2026-05-13T04:04:11Z] Analyzing Commit: feat: slight redesign to starting web app
2026-05-13T04:04:14.283310008Z2026-05-13T04:04:12.305268+00:00 INFO[2026-05-13T04:04:11Z] Found Minor commit
2026-05-13T04:04:14.283324265Z2026-05-13T04:04:12.305280+00:00 INFO[2026-05-13T04:04:11Z] Analyzing Commit: ci: bump version to 0.3.7
2026-05-13T04:04:14.283673965Z2026-05-13T04:04:12.305294+00:00 INFO[2026-05-13T04:04:11Z] Not a conventional commit
2026-05-13T04:04:14.283682845Z2026-05-13T04:04:12.305306+00:00 INFO[2026-05-13T04:04:11Z] Tagging new version: v0.4.0
2026-05-13T04:04:14.283722583Z2026-05-13T04:04:12.319098+00:00 {"New_release_published":"true","New_release_version":"0.4.0","New_release_major_version":"0","New_release_minor_version":"4","New_release_patch_version":"0","New_release_git_head":"","New_release_notes":"feat: slight redesign to starting web app\nci: bump version to 0.3.7","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"feat: slight redesign to starting web app\",\"ci: bump version to 0.3.7\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.4.0","Last_release_version":"0.3.7","Last_release_git_head":"b104455e2da98ac060fd9e5d902ccd244bbd3967","Last_release_git_tag":"v0.3.7"}=== New release: v0.4.0 ===
2026-05-13T04:04:14.283734469Z2026-05-13T04:04:12.319141+00:00 === Updating versioned files to 0.4.0 ===
2026-05-13T04:04:14.284144523Z2026-05-13T04:04:12.362986+00:00 [main cdadcf0] ci: bump version to 0.4.0
2026-05-13T04:04:14.284173526Z2026-05-13T04:04:12.363032+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-05-13T04:04:14.28418647Z2026-05-13T04:04:13.675646+00:00 remote: Bypassed rule violations for refs/heads/main:
2026-05-13T04:04:14.284194994Z2026-05-13T04:04:13.675723+00:00 remote:
2026-05-13T04:04:14.284204507Z2026-05-13T04:04:13.675742+00:00 remote: - Changes must be made through a pull request.
2026-05-13T04:04:14.284212817Z2026-05-13T04:04:13.675758+00:00 remote:
2026-05-13T04:04:14.284222164Z2026-05-13T04:04:13.675776+00:00 remote: - 5 of 5 required status checks are expected.
2026-05-13T04:04:14.284609471Z2026-05-13T04:04:13.675792+00:00 remote:
2026-05-13T04:04:14.284619194Z2026-05-13T04:04:13.677339+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-05-13T04:04:14.284624964Z2026-05-13T04:04:13.677387+00:00 7e2a09b..cdadcf0 HEAD -> main
2026-05-13T04:04:14.284630058Z2026-05-13T04:04:13.694524+00:00 === Building longhouse binaries ===
2026-05-13T04:04:14.284863873Z2026-05-13T04:04:13.750297+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-13T04:04:14.284872523Z2026-05-13T04:04:13.752697+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-13T04:04:14.284906228Z2026-05-13T04:04:13.752880+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-13T04:04:14.284914781Z2026-05-13T04:04:13.797517+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-13T04:04:14.284920131Z2026-05-13T04:04:13.797670+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-13T04:04:14.284925401Z2026-05-13T04:04:13.827992+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-13T04:04:14.286021118Z2026-05-13T04:04:14.017848+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-13T04:04:14.286029174Z2026-05-13T04:04:14.059101+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-13T04:04:14.286256036Z2026-05-13T04:04:14.106882+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-13T04:04:14.286263483Z2026-05-13T04:04:14.106990+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-13T04:04:14.286268706Z2026-05-13T04:04:14.107106+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-13T04:04:14.286274436Z2026-05-13T04:04:14.107210+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-13T04:04:14.286279993Z2026-05-13T04:04:14.125986+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-13T04:04:14.28628622Z2026-05-13T04:04:14.126118+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-13T04:04:14.286291743Z2026-05-13T04:04:14.126227+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-13T04:04:14.286297Z2026-05-13T04:04:14.128695+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-13T04:04:14.286302278Z2026-05-13T04:04:14.228144+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-13T04:04:14.286307734Z2026-05-13T04:04:14.228219+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-13T04:04:14.286312494Z2026-05-13T04:04:14.228284+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-13T04:04:14.286318591Z2026-05-13T04:04:14.228307+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-13T04:04:14.286323574Z2026-05-13T04:04:14.263962+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-13T04:04:52.148707419Z2026-05-13T04:04:14.264125+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-13T04:04:52.148731719Z2026-05-13T04:04:14.269737+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-13T04:04:52.14874265Z2026-05-13T04:04:14.275777+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-13T04:04:52.148755107Z2026-05-13T04:04:14.395052+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-13T04:04:52.14876563Z2026-05-13T04:04:37.898075+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-13T04:04:52.148775313Z2026-05-13T04:04:45.638101+00:00 === Creating GitHub release ===
2026-05-13T04:04:52.149229732Z2026-05-13T04:04:52.127953+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.4.0
2026-05-13T04:04:52.149243362Z2026-05-13T04:04:52.132533+00:00 === Released v0.4.0 ===
2026-05-13T04:04:52.149251005Z2026-05-13T04:04:52.133819+00:00 ✓ Job completed successfully (exit code: 0)