Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019e6136-057f-a5cc-646c-f2eaac8db735

Job ID
019e6136-1a19-b4de-c8d1-234998398ec7
Created
2026-05-25 22:16:36 UTC
Updated
2026-05-25 22:16:36 UTC
Duration
56s
Source Ref
62e4fe877753e4ce9f42dec1d8af0d90f73c57d5
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-25T22:16:38.985072105Z2026-05-25T22:16:38.883600+00:00 ⚠️ Configuration warnings:
2026-05-25T22:16:38.985083395Z • runner_image: Using 'latest' tag or no tag specified
2026-05-25T22:16:38.985089965Z 💡 Consider using a specific version tag for reproducible builds
2026-05-25T22:16:38.985095229Z
2026-05-25T22:16:38.985100299Z✅ Configuration is valid (with warnings)
2026-05-25T22:16:38.985109925Z2026-05-25T22:16:38.884030+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=9279714af5fe804de2f18b5ab4c14a6aed4b5b91
2026-05-25T22:16:38.985141815Z2026-05-25T22:16:38.884182+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=9279714af5fe804de2f18b5ab4c14a6aed4b5b91 target=/job/ci
2026-05-25T22:16:39.868367831Z2026-05-25T22:16:39.865873+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-25T22:16:39.870463761Z2026-05-25T22:16:39.866704+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=62e4fe877753e4ce9f42dec1d8af0d90f73c57d5
2026-05-25T22:16:39.870478447Z2026-05-25T22:16:39.866800+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=62e4fe877753e4ce9f42dec1d8af0d90f73c57d5 target=/job/src
2026-05-25T22:16:41.327899922Z2026-05-25T22:16:41.319302+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-25T22:16:41.327913599Z2026-05-25T22:16:41.319930+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-25T22:16:50.566111188Z2026-05-25T22:16:38.884106+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-25T22:16:50.569036414Z2026-05-25T22:16:38.884238+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-25T22:16:50.569058324Z2026-05-25T22:16:39.803199+00:00 Checking out ref: 9279714af5fe804de2f18b5ab4c14a6aed4b5b91
2026-05-25T22:16:50.56929077Z2026-05-25T22:16:39.866011+00:00 Repository checked out to: /job/ci
2026-05-25T22:16:50.5693056Z2026-05-25T22:16:39.866863+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-25T22:16:50.569316817Z2026-05-25T22:16:40.747862+00:00 Checking out ref: 62e4fe877753e4ce9f42dec1d8af0d90f73c57d5
2026-05-25T22:16:50.569376295Z2026-05-25T22:16:41.312485+00:00 Fetched and checked out ref: 62e4fe877753e4ce9f42dec1d8af0d90f73c57d5
2026-05-25T22:16:50.569382945Z2026-05-25T22:16:41.319411+00:00 Repository checked out to: /job/src
2026-05-25T22:16:50.569388558Z2026-05-25T22:16:41.320029+00:00 Executing job locally (no container)
2026-05-25T22:16:50.569857661Z2026-05-25T22:16:41.320054+00:00 Command: set -e
2026-05-25T22:16:50.569870805Zexport HOME="${HOME:-/tmp/home}"
2026-05-25T22:16:50.571439813Zmkdir -p "$HOME/.local"
2026-05-25T22:16:50.571448366Z
2026-05-25T22:16:50.571749148Z# Install Go toolchain
2026-05-25T22:16:50.571760415Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-25T22:16:50.571767672Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-25T22:16:50.573855424Zrm /tmp/go.tar.gz
2026-05-25T22:16:50.573867592Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-25T22:16:50.573937002Z
2026-05-25T22:16:50.573949828Zcd /job/src
2026-05-25T22:16:50.573960098Z# release.sh handles git remote auth itself, gated on
2026-05-25T22:16:50.573966502Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-05-25T22:16:50.573971962Zsh .reactorcide/jobs/scripts/release.sh
2026-05-25T22:16:50.573976095Z
2026-05-25T22:16:50.573982942Z2026-05-25T22:16:45.869744+00:00 === Aligning to origin/main ===
2026-05-25T22:16:50.573989305Z2026-05-25T22:16:46.315248+00:00 From https://github.com/catalystcommunity/longhouse
2026-05-25T22:16:50.573995386Z2026-05-25T22:16:46.315312+00:00 * branch main -> FETCH_HEAD
2026-05-25T22:16:50.574001166Z2026-05-25T22:16:46.343296+00:00 Warning: you are leaving 1 commit behind, not connected to
2026-05-25T22:16:50.574006609Z2026-05-25T22:16:46.343349+00:00 any of your branches:
2026-05-25T22:16:50.574012643Z2026-05-25T22:16:46.343365+00:00
2026-05-25T22:16:50.574018013Z2026-05-25T22:16:46.343381+00:00 62e4fe8 feat: added admin and edit/create functionality
2026-05-25T22:16:50.574072856Z2026-05-25T22:16:46.343395+00:00
2026-05-25T22:16:50.575539883Z2026-05-25T22:16:46.343410+00:00 If you want to keep it by creating a new branch, this may be a good time
2026-05-25T22:16:50.575550213Z2026-05-25T22:16:46.343426+00:00 to do so with:
2026-05-25T22:16:50.57556355Z2026-05-25T22:16:46.343440+00:00
2026-05-25T22:16:50.575569883Z2026-05-25T22:16:46.343457+00:00 git branch <new-branch-name> 62e4fe8
2026-05-25T22:16:50.575579837Z2026-05-25T22:16:46.343469+00:00
2026-05-25T22:16:50.57558605Z2026-05-25T22:16:46.346433+00:00 Switched to and reset branch 'main'
2026-05-25T22:16:50.575591467Z2026-05-25T22:16:46.347598+00:00 branch 'main' set up to track 'origin/main'.
2026-05-25T22:16:50.575596897Z2026-05-25T22:16:46.347636+00:00 Your branch is up to date with 'origin/main'.
2026-05-25T22:16:50.57560161Z2026-05-25T22:16:46.348160+00:00 === Installing semver-tags v0.4.0 ===
2026-05-25T22:16:50.57560752Z2026-05-25T22:16:47.368454+00:00 === Running semver-tags ===
2026-05-25T22:16:50.576069571Z2026-05-25T22:16:48.697911+00:00 INFO[2026-05-25T22:16:47Z] 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-25T22:16:50.576082067Z2026-05-25T22:16:48.697979+00:00 INFO[2026-05-25T22:16:47Z] Tag line found: v0.5.1,cbef46bffa50d281a6d95a6cb7c0724cd7629c31
2026-05-25T22:16:50.576088664Z2026-05-25T22:16:48.697997+00:00 INFO[2026-05-25T22:16:47Z] Tag line found: v0.5.0,af7036a298302ae3c01e5d8f63d16489de44d573
2026-05-25T22:16:50.576095551Z2026-05-25T22:16:48.698013+00:00 INFO[2026-05-25T22:16:47Z] Tag line found: v0.4.0,7e2a09ba0f898a15156f03e734b7a06d71956ae8
2026-05-25T22:16:50.576101487Z2026-05-25T22:16:48.698027+00:00 INFO[2026-05-25T22:16:47Z] Tag line found: v0.3.7,b104455e2da98ac060fd9e5d902ccd244bbd3967
2026-05-25T22:16:50.576107404Z2026-05-25T22:16:48.698045+00:00 INFO[2026-05-25T22:16:47Z] Tag line found: v0.3.6,0efd10c057ceb41fbc063e8c6c2da2b66cface4a
2026-05-25T22:16:50.576114577Z2026-05-25T22:16:48.698059+00:00 INFO[2026-05-25T22:16:47Z] Tag line found: v0.3.5,6ae914b37a86b7099d3e18bbc02756cd39757059
2026-05-25T22:16:50.576141748Z2026-05-25T22:16:48.698074+00:00 INFO[2026-05-25T22:16:47Z] Tag line found: v0.3.4,e6b4b7f14ca530846174b41ec803979146e0ecbf
2026-05-25T22:16:50.576147561Z2026-05-25T22:16:48.698090+00:00 INFO[2026-05-25T22:16:47Z] Tag line found: v0.3.3,e10ed1490524cf42e3325996648fb13f8a14fc36
2026-05-25T22:16:50.576153428Z2026-05-25T22:16:48.698104+00:00 INFO[2026-05-25T22:16:47Z] Tag line found: v0.3.2,e7d779b74dbd40dbaa5b95519f662165f17b67a1
2026-05-25T22:16:50.576269309Z2026-05-25T22:16:48.698141+00:00 INFO[2026-05-25T22:16:47Z] Tag line found: v0.3.1,112eb2fed5cfa200a1c472e15f4afccb60d23ec0
2026-05-25T22:16:50.576285327Z2026-05-25T22:16:48.698160+00:00 INFO[2026-05-25T22:16:47Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-25T22:16:50.576642362Z2026-05-25T22:16:48.698175+00:00 INFO[2026-05-25T22:16:47Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-05-25T22:16:50.576652479Z2026-05-25T22:16:48.698189+00:00 INFO[2026-05-25T22:16:47Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-05-25T22:16:50.576659086Z2026-05-25T22:16:48.698204+00:00 INFO[2026-05-25T22:16:47Z] Tag line found:
2026-05-25T22:16:50.576665427Z2026-05-25T22:16:48.698220+00:00 INFO[2026-05-25T22:16:47Z] Analyzing Commits for package:
2026-05-25T22:16:50.576672313Z2026-05-25T22:16:48.698234+00:00 INFO[2026-05-25T22:16:47Z] Analyzing Commit: feat: added admin and edit/create functionality
2026-05-25T22:16:50.576678117Z2026-05-25T22:16:48.698249+00:00 INFO[2026-05-25T22:16:47Z] Found Minor commit
2026-05-25T22:16:50.57668726Z2026-05-25T22:16:48.698265+00:00 INFO[2026-05-25T22:16:47Z] Analyzing Commit: ci: bump version to 0.5.1
2026-05-25T22:16:50.576876104Z2026-05-25T22:16:48.698280+00:00 INFO[2026-05-25T22:16:47Z] Not a conventional commit
2026-05-25T22:16:50.577567478Z2026-05-25T22:16:48.698295+00:00 INFO[2026-05-25T22:16:47Z] Tagging new version: v0.6.0
2026-05-25T22:16:50.577580685Z2026-05-25T22:16:48.713330+00:00 {"New_release_published":"true","New_release_version":"0.6.0","New_release_major_version":"0","New_release_minor_version":"6","New_release_patch_version":"0","New_release_git_head":"","New_release_notes":"feat: added admin and edit/create functionality\nci: bump version to 0.5.1","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"feat: added admin and edit/create functionality\",\"ci: bump version to 0.5.1\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.6.0","Last_release_version":"0.5.1","Last_release_git_head":"cbef46bffa50d281a6d95a6cb7c0724cd7629c31","Last_release_git_tag":"v0.5.1"}=== New release: v0.6.0 ===
2026-05-25T22:16:50.577589458Z2026-05-25T22:16:48.713382+00:00 === Updating versioned files to 0.6.0 ===
2026-05-25T22:16:50.577595628Z2026-05-25T22:16:48.759351+00:00 [main 26668a2] ci: bump version to 0.6.0
2026-05-25T22:16:50.577601085Z2026-05-25T22:16:48.759412+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-05-25T22:16:50.577606875Z2026-05-25T22:16:50.072110+00:00 remote: Bypassed rule violations for refs/heads/main:
2026-05-25T22:16:50.577611928Z2026-05-25T22:16:50.072210+00:00 remote:
2026-05-25T22:16:50.577640548Z2026-05-25T22:16:50.072231+00:00 remote: - Changes must be made through a pull request.
2026-05-25T22:16:50.577649108Z2026-05-25T22:16:50.072249+00:00 remote:
2026-05-25T22:16:50.577654211Z2026-05-25T22:16:50.072264+00:00 remote: - 5 of 5 required status checks are expected.
2026-05-25T22:16:50.577881364Z2026-05-25T22:16:50.072279+00:00 remote:
2026-05-25T22:16:50.577889024Z2026-05-25T22:16:50.075072+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-05-25T22:16:50.577894304Z2026-05-25T22:16:50.075114+00:00 4207d5e..26668a2 HEAD -> main
2026-05-25T22:16:50.577901404Z2026-05-25T22:16:50.092041+00:00 === Building longhouse binaries ===
2026-05-25T22:16:50.577912844Z2026-05-25T22:16:50.146421+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-25T22:16:50.577918287Z2026-05-25T22:16:50.146519+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-25T22:16:50.57792357Z2026-05-25T22:16:50.146692+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-25T22:16:50.577928934Z2026-05-25T22:16:50.147189+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-25T22:16:50.577934431Z2026-05-25T22:16:50.191698+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-05-25T22:16:50.578547646Z2026-05-25T22:16:50.197898+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-25T22:16:50.578555573Z2026-05-25T22:16:50.197940+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-25T22:16:50.578943903Z2026-05-25T22:16:50.411102+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-25T22:16:50.578953211Z2026-05-25T22:16:50.489834+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-25T22:16:50.578959911Z2026-05-25T22:16:50.531780+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-05-25T22:16:50.578966114Z2026-05-25T22:16:50.531872+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-25T22:16:50.578971278Z2026-05-25T22:16:50.532093+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-25T22:16:50.578977171Z2026-05-25T22:16:50.532393+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-25T22:16:50.579437224Z2026-05-25T22:16:50.534677+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-25T22:16:50.579444544Z2026-05-25T22:16:50.555823+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-25T22:16:50.579452074Z2026-05-25T22:16:50.556397+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-25T22:16:50.579457931Z2026-05-25T22:16:50.558839+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-25T22:17:29.841928778Z2026-05-25T22:16:50.563618+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-25T22:17:29.841948942Z2026-05-25T22:16:50.645993+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-25T22:17:29.841962239Z2026-05-25T22:16:50.646066+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-25T22:17:29.841976766Z2026-05-25T22:16:50.646164+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-25T22:17:29.841988153Z2026-05-25T22:16:50.646273+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-25T22:17:29.841997019Z2026-05-25T22:16:50.680497+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-25T22:17:29.842294032Z2026-05-25T22:16:50.680592+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-25T22:17:29.842305822Z2026-05-25T22:16:50.686208+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-25T22:17:29.842316352Z2026-05-25T22:16:50.689765+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-25T22:17:29.842325262Z2026-05-25T22:16:50.811091+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-25T22:17:29.842551127Z2026-05-25T22:17:13.828568+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-25T22:17:29.842559177Z2026-05-25T22:17:21.463386+00:00 === Creating GitHub release ===
2026-05-25T22:17:29.842750349Z2026-05-25T22:17:29.834024+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.6.0
2026-05-25T22:17:29.842768956Z2026-05-25T22:17:29.838150+00:00 === Released v0.6.0 ===
2026-05-25T22:17:29.842780959Z2026-05-25T22:17:29.839352+00:00 ✓ Job completed successfully (exit code: 0)