Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019e66d2-0a90-4dec-c8f9-18a05c37a4f0

Job ID
019e66d2-2224-86d3-29c6-0c015dc0bb64
Created
2026-05-27 00:25:07 UTC
Updated
2026-05-27 00:25:07 UTC
Duration
54s
Source Ref
2dac3db3354674bbda4f247d97d3b97728b84b15
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-27T00:25:11.681001175Z2026-05-27T00:25:10.415355+00:00 ⚠️ Configuration warnings:
2026-05-27T00:25:11.681010933Z • runner_image: Using 'latest' tag or no tag specified
2026-05-27T00:25:11.681018333Z 💡 Consider using a specific version tag for reproducible builds
2026-05-27T00:25:11.681023823Z
2026-05-27T00:25:11.681029306Z✅ Configuration is valid (with warnings)
2026-05-27T00:25:11.681038386Z2026-05-27T00:25:10.415984+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=61ed589e87b85e74b84f2c4d8d50d6162ae036f5
2026-05-27T00:25:11.681046166Z2026-05-27T00:25:10.416242+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=61ed589e87b85e74b84f2c4d8d50d6162ae036f5 target=/job/ci
2026-05-27T00:25:11.681052663Z2026-05-27T00:25:11.479776+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-27T00:25:11.68105921Z2026-05-27T00:25:11.480556+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=2dac3db3354674bbda4f247d97d3b97728b84b15
2026-05-27T00:25:11.681067593Z2026-05-27T00:25:11.480643+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=2dac3db3354674bbda4f247d97d3b97728b84b15 target=/job/src
2026-05-27T00:25:12.995581844Z2026-05-27T00:25:12.993543+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-27T00:25:12.997703737Z2026-05-27T00:25:12.994293+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-27T00:25:23.452415505Z2026-05-27T00:25:10.416120+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-27T00:25:23.452432858Z2026-05-27T00:25:10.416333+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-27T00:25:23.452442778Z2026-05-27T00:25:11.417772+00:00 Checking out ref: 61ed589e87b85e74b84f2c4d8d50d6162ae036f5
2026-05-27T00:25:23.452448851Z2026-05-27T00:25:11.479916+00:00 Repository checked out to: /job/ci
2026-05-27T00:25:23.452456355Z2026-05-27T00:25:11.480710+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-27T00:25:23.452463081Z2026-05-27T00:25:12.382636+00:00 Checking out ref: 2dac3db3354674bbda4f247d97d3b97728b84b15
2026-05-27T00:25:23.452472065Z2026-05-27T00:25:12.987339+00:00 Fetched and checked out ref: 2dac3db3354674bbda4f247d97d3b97728b84b15
2026-05-27T00:25:23.452478085Z2026-05-27T00:25:12.993655+00:00 Repository checked out to: /job/src
2026-05-27T00:25:23.452483745Z2026-05-27T00:25:12.994439+00:00 Executing job locally (no container)
2026-05-27T00:25:23.452490195Z2026-05-27T00:25:12.994486+00:00 Command: set -e
2026-05-27T00:25:23.452500038Zexport HOME="${HOME:-/tmp/home}"
2026-05-27T00:25:23.452505839Zmkdir -p "$HOME/.local"
2026-05-27T00:25:23.452510402Z
2026-05-27T00:25:23.452515382Z# Install Go toolchain
2026-05-27T00:25:23.452600376Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-27T00:25:23.452619329Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-27T00:25:23.452629356Zrm /tmp/go.tar.gz
2026-05-27T00:25:23.452638642Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-27T00:25:23.45272293Z
2026-05-27T00:25:23.452730007Zcd /job/src
2026-05-27T00:25:23.452738994Z# release.sh handles git remote auth itself, gated on
2026-05-27T00:25:23.45274493Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-05-27T00:25:23.452750354Zsh .reactorcide/jobs/scripts/release.sh
2026-05-27T00:25:23.452754904Z
2026-05-27T00:25:23.452761414Z2026-05-27T00:25:18.743640+00:00 === Aligning to origin/main ===
2026-05-27T00:25:23.452768347Z2026-05-27T00:25:19.181183+00:00 From https://github.com/catalystcommunity/longhouse
2026-05-27T00:25:23.452774204Z2026-05-27T00:25:19.181248+00:00 * branch main -> FETCH_HEAD
2026-05-27T00:25:23.452782355Z2026-05-27T00:25:19.230540+00:00 Warning: you are leaving 1 commit behind, not connected to
2026-05-27T00:25:23.452789791Z2026-05-27T00:25:19.230597+00:00 any of your branches:
2026-05-27T00:25:23.452871902Z2026-05-27T00:25:19.230613+00:00
2026-05-27T00:25:23.453103444Z2026-05-27T00:25:19.230629+00:00 2dac3db feat: feedback with some tooling fixes while testing that feedback
2026-05-27T00:25:23.453115191Z2026-05-27T00:25:19.230645+00:00
2026-05-27T00:25:23.453126887Z2026-05-27T00:25:19.230659+00:00 If you want to keep it by creating a new branch, this may be a good time
2026-05-27T00:25:23.456557196Z2026-05-27T00:25:19.230672+00:00 to do so with:
2026-05-27T00:25:23.456570327Z2026-05-27T00:25:19.230685+00:00
2026-05-27T00:25:23.456577777Z2026-05-27T00:25:19.230701+00:00 git branch <new-branch-name> 2dac3db
2026-05-27T00:25:23.456589994Z2026-05-27T00:25:19.230713+00:00
2026-05-27T00:25:23.456596487Z2026-05-27T00:25:19.233903+00:00 Switched to and reset branch 'main'
2026-05-27T00:25:23.456605511Z2026-05-27T00:25:19.235142+00:00 branch 'main' set up to track 'origin/main'.
2026-05-27T00:25:23.456612874Z2026-05-27T00:25:19.235184+00:00 Your branch is up to date with 'origin/main'.
2026-05-27T00:25:23.456618284Z2026-05-27T00:25:19.235643+00:00 === Installing semver-tags v0.4.0 ===
2026-05-27T00:25:23.456624101Z2026-05-27T00:25:20.254393+00:00 === Running semver-tags ===
2026-05-27T00:25:23.456634521Z2026-05-27T00:25:21.591696+00:00 INFO[2026-05-27T00:25:20Z] 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-27T00:25:23.456641097Z2026-05-27T00:25:21.591764+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.6.1,5f74b21d5259c64dd405ab4a8cf7acf626bc58c7
2026-05-27T00:25:23.456648194Z2026-05-27T00:25:21.591782+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.6.0,4207d5e256e4c9a762f4db697a3850c2f802fd01
2026-05-27T00:25:23.456654851Z2026-05-27T00:25:21.591821+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.5.1,cbef46bffa50d281a6d95a6cb7c0724cd7629c31
2026-05-27T00:25:23.456663747Z2026-05-27T00:25:21.591841+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.5.0,af7036a298302ae3c01e5d8f63d16489de44d573
2026-05-27T00:25:23.456670167Z2026-05-27T00:25:21.591858+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.4.0,7e2a09ba0f898a15156f03e734b7a06d71956ae8
2026-05-27T00:25:23.456677484Z2026-05-27T00:25:21.591871+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.3.7,b104455e2da98ac060fd9e5d902ccd244bbd3967
2026-05-27T00:25:23.456683431Z2026-05-27T00:25:21.591886+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.3.6,0efd10c057ceb41fbc063e8c6c2da2b66cface4a
2026-05-27T00:25:23.456689167Z2026-05-27T00:25:21.591901+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.3.5,6ae914b37a86b7099d3e18bbc02756cd39757059
2026-05-27T00:25:23.456695371Z2026-05-27T00:25:21.591915+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.3.4,e6b4b7f14ca530846174b41ec803979146e0ecbf
2026-05-27T00:25:23.456701145Z2026-05-27T00:25:21.591929+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.3.3,e10ed1490524cf42e3325996648fb13f8a14fc36
2026-05-27T00:25:23.456707175Z2026-05-27T00:25:21.591943+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.3.2,e7d779b74dbd40dbaa5b95519f662165f17b67a1
2026-05-27T00:25:23.456712872Z2026-05-27T00:25:21.591957+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.3.1,112eb2fed5cfa200a1c472e15f4afccb60d23ec0
2026-05-27T00:25:23.456718445Z2026-05-27T00:25:21.591969+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-27T00:25:23.456743855Z2026-05-27T00:25:21.591983+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-05-27T00:25:23.456753582Z2026-05-27T00:25:21.591996+00:00 INFO[2026-05-27T00:25:20Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-05-27T00:25:23.456760205Z2026-05-27T00:25:21.592011+00:00 INFO[2026-05-27T00:25:20Z] Tag line found:
2026-05-27T00:25:23.456767148Z2026-05-27T00:25:21.592026+00:00 INFO[2026-05-27T00:25:20Z] Analyzing Commits for package:
2026-05-27T00:25:23.456774508Z2026-05-27T00:25:21.592041+00:00 INFO[2026-05-27T00:25:20Z] Analyzing Commit: feat: feedback with some tooling fixes while testing that feedback
2026-05-27T00:25:23.456781008Z2026-05-27T00:25:21.592055+00:00 INFO[2026-05-27T00:25:20Z] Found Minor commit
2026-05-27T00:25:23.456787432Z2026-05-27T00:25:21.592070+00:00 INFO[2026-05-27T00:25:20Z] Analyzing Commit: ci: bump version to 0.6.1
2026-05-27T00:25:23.456854003Z2026-05-27T00:25:21.592085+00:00 INFO[2026-05-27T00:25:20Z] Not a conventional commit
2026-05-27T00:25:23.456865359Z2026-05-27T00:25:21.592099+00:00 INFO[2026-05-27T00:25:20Z] Tagging new version: v0.7.0
2026-05-27T00:25:23.456885363Z2026-05-27T00:25:21.606592+00:00 {"New_release_published":"true","New_release_version":"0.7.0","New_release_major_version":"0","New_release_minor_version":"7","New_release_patch_version":"0","New_release_git_head":"","New_release_notes":"feat: feedback with some tooling fixes while testing that feedback\nci: bump version to 0.6.1","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"feat: feedback with some tooling fixes while testing that feedback\",\"ci: bump version to 0.6.1\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.7.0","Last_release_version":"0.6.1","Last_release_git_head":"5f74b21d5259c64dd405ab4a8cf7acf626bc58c7","Last_release_git_tag":"v0.6.1"}=== New release: v0.7.0 ===
2026-05-27T00:25:23.456897016Z2026-05-27T00:25:21.606637+00:00 === Updating versioned files to 0.7.0 ===
2026-05-27T00:25:23.456902389Z2026-05-27T00:25:21.654620+00:00 [main c54859c] ci: bump version to 0.7.0
2026-05-27T00:25:23.457110018Z2026-05-27T00:25:21.654681+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-05-27T00:25:23.457121998Z2026-05-27T00:25:23.021665+00:00 remote: Bypassed rule violations for refs/heads/main:
2026-05-27T00:25:23.457131382Z2026-05-27T00:25:23.021734+00:00 remote:
2026-05-27T00:25:23.457138302Z2026-05-27T00:25:23.021752+00:00 remote: - Changes must be made through a pull request.
2026-05-27T00:25:23.457143362Z2026-05-27T00:25:23.021767+00:00 remote:
2026-05-27T00:25:23.457148975Z2026-05-27T00:25:23.021781+00:00 remote: - 5 of 5 required status checks are expected.
2026-05-27T00:25:23.459073208Z2026-05-27T00:25:23.021821+00:00 remote:
2026-05-27T00:25:23.459083885Z2026-05-27T00:25:23.023414+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-05-27T00:25:23.459097952Z2026-05-27T00:25:23.023540+00:00 866d389..c54859c HEAD -> main
2026-05-27T00:25:23.459103358Z2026-05-27T00:25:23.041046+00:00 === Building longhouse binaries ===
2026-05-27T00:25:23.459623206Z2026-05-27T00:25:23.098847+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-27T00:25:23.459632486Z2026-05-27T00:25:23.098948+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-27T00:25:23.459638092Z2026-05-27T00:25:23.104600+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-27T00:25:23.459643916Z2026-05-27T00:25:23.106662+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-27T00:25:23.459650559Z2026-05-27T00:25:23.140649+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-05-27T00:25:23.459656072Z2026-05-27T00:25:23.156002+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-27T00:25:23.459661236Z2026-05-27T00:25:23.158546+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-27T00:25:23.459667136Z2026-05-27T00:25:23.342525+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-27T00:25:23.459671943Z2026-05-27T00:25:23.389776+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-27T00:25:23.459677554Z2026-05-27T00:25:23.430491+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-27T00:25:23.459683007Z2026-05-27T00:25:23.430588+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-27T00:25:23.459688174Z2026-05-27T00:25:23.430612+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-27T00:25:23.459693707Z2026-05-27T00:25:23.430682+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-27T00:25:59.828414041Z2026-05-27T00:25:23.447179+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-27T00:25:59.828434197Z2026-05-27T00:25:23.449022+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-27T00:25:59.828446757Z2026-05-27T00:25:23.450521+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-27T00:25:59.828455667Z2026-05-27T00:25:23.454548+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-27T00:25:59.828465934Z2026-05-27T00:25:23.463883+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-05-27T00:25:59.829314441Z2026-05-27T00:25:23.530427+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-27T00:25:59.829332361Z2026-05-27T00:25:23.530536+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-27T00:25:59.829343105Z2026-05-27T00:25:23.530560+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-27T00:25:59.829352549Z2026-05-27T00:25:23.530598+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-27T00:25:59.829362445Z2026-05-27T00:25:23.574053+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-27T00:25:59.829370745Z2026-05-27T00:25:23.574154+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-27T00:25:59.829380235Z2026-05-27T00:25:23.584471+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-27T00:25:59.829900076Z2026-05-27T00:25:23.590617+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-27T00:25:59.829918256Z2026-05-27T00:25:23.708017+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-27T00:25:59.829928216Z2026-05-27T00:25:46.662660+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-27T00:25:59.830763543Z2026-05-27T00:25:54.922688+00:00 === Creating GitHub release ===
2026-05-27T00:25:59.831311731Z2026-05-27T00:25:59.819661+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.7.0
2026-05-27T00:25:59.831326791Z2026-05-27T00:25:59.824349+00:00 === Released v0.7.0 ===
2026-05-27T00:25:59.831334928Z2026-05-27T00:25:59.825481+00:00 ✓ Job completed successfully (exit code: 0)