Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019e62a4-4650-b573-3524-4a69421d93c3

Job ID
019e62a4-5bad-0b24-20fa-ebb600433c4c
Created
2026-05-26 04:56:39 UTC
Updated
2026-05-26 04:56:39 UTC
Duration
54s
Source Ref
7153f35ce2ddeb30a29ae44969df1506f6605f9d
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-26T04:56:42.101068575Z2026-05-26T04:56:41.415825+00:00 ⚠️ Configuration warnings:
2026-05-26T04:56:42.101083391Z • runner_image: Using 'latest' tag or no tag specified
2026-05-26T04:56:42.101094758Z 💡 Consider using a specific version tag for reproducible builds
2026-05-26T04:56:42.101102739Z
2026-05-26T04:56:42.101112763Z✅ Configuration is valid (with warnings)
2026-05-26T04:56:42.101151609Z2026-05-26T04:56:41.416454+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=26668a2d231cf8b355c1c3f2c8d299145fa77453
2026-05-26T04:56:42.101164423Z2026-05-26T04:56:41.416670+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=26668a2d231cf8b355c1c3f2c8d299145fa77453 target=/job/ci
2026-05-26T04:56:42.375691454Z2026-05-26T04:56:42.368150+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-26T04:56:42.377881677Z2026-05-26T04:56:42.368971+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=7153f35ce2ddeb30a29ae44969df1506f6605f9d
2026-05-26T04:56:42.377895394Z2026-05-26T04:56:42.369061+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=7153f35ce2ddeb30a29ae44969df1506f6605f9d target=/job/src
2026-05-26T04:56:43.813155976Z2026-05-26T04:56:43.805074+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-26T04:56:43.814983481Z2026-05-26T04:56:43.805888+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-26T04:56:53.242741583Z2026-05-26T04:56:41.416575+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-26T04:56:53.242757346Z2026-05-26T04:56:41.416739+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-26T04:56:53.242763953Z2026-05-26T04:56:42.318573+00:00 Checking out ref: 26668a2d231cf8b355c1c3f2c8d299145fa77453
2026-05-26T04:56:53.242769563Z2026-05-26T04:56:42.368269+00:00 Repository checked out to: /job/ci
2026-05-26T04:56:53.242775873Z2026-05-26T04:56:42.369119+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-26T04:56:53.242781646Z2026-05-26T04:56:43.225623+00:00 Checking out ref: 7153f35ce2ddeb30a29ae44969df1506f6605f9d
2026-05-26T04:56:53.243123918Z2026-05-26T04:56:43.798312+00:00 Fetched and checked out ref: 7153f35ce2ddeb30a29ae44969df1506f6605f9d
2026-05-26T04:56:53.246928649Z2026-05-26T04:56:43.805192+00:00 Repository checked out to: /job/src
2026-05-26T04:56:53.246940319Z2026-05-26T04:56:43.806041+00:00 Executing job locally (no container)
2026-05-26T04:56:53.246946665Z2026-05-26T04:56:43.806089+00:00 Command: set -e
2026-05-26T04:56:53.246952859Zexport HOME="${HOME:-/tmp/home}"
2026-05-26T04:56:53.246958832Zmkdir -p "$HOME/.local"
2026-05-26T04:56:53.246963159Z
2026-05-26T04:56:53.246968262Z# Install Go toolchain
2026-05-26T04:56:53.246976705Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-26T04:56:53.246984855Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-26T04:56:53.246990149Zrm /tmp/go.tar.gz
2026-05-26T04:56:53.246995936Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-26T04:56:53.24700414Z
2026-05-26T04:56:53.24700916Zcd /job/src
2026-05-26T04:56:53.24701425Z# release.sh handles git remote auth itself, gated on
2026-05-26T04:56:53.247019503Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-05-26T04:56:53.247024466Zsh .reactorcide/jobs/scripts/release.sh
2026-05-26T04:56:53.24702862Z
2026-05-26T04:56:53.247034486Z2026-05-26T04:56:48.768798+00:00 === Aligning to origin/main ===
2026-05-26T04:56:53.247040416Z2026-05-26T04:56:49.204998+00:00 From https://github.com/catalystcommunity/longhouse
2026-05-26T04:56:53.24704612Z2026-05-26T04:56:49.205066+00:00 * branch main -> FETCH_HEAD
2026-05-26T04:56:53.24705208Z2026-05-26T04:56:49.267710+00:00 Warning: you are leaving 1 commit behind, not connected to
2026-05-26T04:56:53.247056726Z2026-05-26T04:56:49.267778+00:00 any of your branches:
2026-05-26T04:56:53.24706179Z2026-05-26T04:56:49.267794+00:00
2026-05-26T04:56:53.247067333Z2026-05-26T04:56:49.267809+00:00 7153f35 fix: augment a bunch of app behaviors
2026-05-26T04:56:53.247072276Z2026-05-26T04:56:49.267823+00:00
2026-05-26T04:56:53.247078776Z2026-05-26T04:56:49.267837+00:00 If you want to keep it by creating a new branch, this may be a good time
2026-05-26T04:56:53.247083426Z2026-05-26T04:56:49.267852+00:00 to do so with:
2026-05-26T04:56:53.247088116Z2026-05-26T04:56:49.267864+00:00
2026-05-26T04:56:53.247093123Z2026-05-26T04:56:49.267880+00:00 git branch <new-branch-name> 7153f35
2026-05-26T04:56:53.24710057Z2026-05-26T04:56:49.267891+00:00
2026-05-26T04:56:53.247105713Z2026-05-26T04:56:49.270642+00:00 Switched to and reset branch 'main'
2026-05-26T04:56:53.247110606Z2026-05-26T04:56:49.271816+00:00 branch 'main' set up to track 'origin/main'.
2026-05-26T04:56:53.24711578Z2026-05-26T04:56:49.271850+00:00 Your branch is up to date with 'origin/main'.
2026-05-26T04:56:53.247120893Z2026-05-26T04:56:49.272559+00:00 === Installing semver-tags v0.4.0 ===
2026-05-26T04:56:53.247127107Z2026-05-26T04:56:50.178294+00:00 === Running semver-tags ===
2026-05-26T04:56:53.247135987Z2026-05-26T04:56:51.430884+00:00 INFO[2026-05-26T04:56:50Z] 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-26T04:56:53.247443109Z2026-05-26T04:56:51.430961+00:00 INFO[2026-05-26T04:56:50Z] Tag line found: v0.6.0,4207d5e256e4c9a762f4db697a3850c2f802fd01
2026-05-26T04:56:53.247452663Z2026-05-26T04:56:51.430979+00:00 INFO[2026-05-26T04:56:50Z] Tag line found: v0.5.1,cbef46bffa50d281a6d95a6cb7c0724cd7629c31
2026-05-26T04:56:53.247459556Z2026-05-26T04:56:51.430994+00:00 INFO[2026-05-26T04:56:50Z] Tag line found: v0.5.0,af7036a298302ae3c01e5d8f63d16489de44d573
2026-05-26T04:56:53.248098042Z2026-05-26T04:56:51.431008+00:00 INFO[2026-05-26T04:56:50Z] Tag line found: v0.4.0,7e2a09ba0f898a15156f03e734b7a06d71956ae8
2026-05-26T04:56:53.248117075Z2026-05-26T04:56:51.431024+00:00 INFO[2026-05-26T04:56:50Z] Tag line found: v0.3.7,b104455e2da98ac060fd9e5d902ccd244bbd3967
2026-05-26T04:56:53.248127225Z2026-05-26T04:56:51.431039+00:00 INFO[2026-05-26T04:56:50Z] Tag line found: v0.3.6,0efd10c057ceb41fbc063e8c6c2da2b66cface4a
2026-05-26T04:56:53.248138252Z2026-05-26T04:56:51.431052+00:00 INFO[2026-05-26T04:56:50Z] Tag line found: v0.3.5,6ae914b37a86b7099d3e18bbc02756cd39757059
2026-05-26T04:56:53.248154802Z2026-05-26T04:56:51.431066+00:00 INFO[2026-05-26T04:56:50Z] Tag line found: v0.3.4,e6b4b7f14ca530846174b41ec803979146e0ecbf
2026-05-26T04:56:53.248910929Z2026-05-26T04:56:51.431080+00:00 INFO[2026-05-26T04:56:50Z] Tag line found: v0.3.3,e10ed1490524cf42e3325996648fb13f8a14fc36
2026-05-26T04:56:53.248929506Z2026-05-26T04:56:51.431093+00:00 INFO[2026-05-26T04:56:50Z] Tag line found: v0.3.2,e7d779b74dbd40dbaa5b95519f662165f17b67a1
2026-05-26T04:56:53.248942542Z2026-05-26T04:56:51.431107+00:00 INFO[2026-05-26T04:56:50Z] Tag line found: v0.3.1,112eb2fed5cfa200a1c472e15f4afccb60d23ec0
2026-05-26T04:56:53.248952679Z2026-05-26T04:56:51.431187+00:00 INFO[2026-05-26T04:56:50Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-26T04:56:53.249218305Z2026-05-26T04:56:51.431204+00:00 INFO[2026-05-26T04:56:50Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-05-26T04:56:53.249230962Z2026-05-26T04:56:51.431217+00:00 INFO[2026-05-26T04:56:50Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-05-26T04:56:53.249238079Z2026-05-26T04:56:51.431233+00:00 INFO[2026-05-26T04:56:50Z] Tag line found:
2026-05-26T04:56:53.249244789Z2026-05-26T04:56:51.431249+00:00 INFO[2026-05-26T04:56:50Z] Analyzing Commits for package:
2026-05-26T04:56:53.249267396Z2026-05-26T04:56:51.431263+00:00 INFO[2026-05-26T04:56:50Z] Analyzing Commit: fix: augment a bunch of app behaviors
2026-05-26T04:56:53.249273483Z2026-05-26T04:56:51.431276+00:00 INFO[2026-05-26T04:56:50Z] Found Patch commit
2026-05-26T04:56:53.249279426Z2026-05-26T04:56:51.431292+00:00 INFO[2026-05-26T04:56:50Z] Analyzing Commit: ci: bump version to 0.6.0
2026-05-26T04:56:53.249996548Z2026-05-26T04:56:51.431307+00:00 INFO[2026-05-26T04:56:50Z] Not a conventional commit
2026-05-26T04:56:53.250007356Z2026-05-26T04:56:51.431321+00:00 INFO[2026-05-26T04:56:50Z] Tagging new version: v0.6.1
2026-05-26T04:56:53.250027109Z2026-05-26T04:56:51.446003+00:00 {"New_release_published":"true","New_release_version":"0.6.1","New_release_major_version":"0","New_release_minor_version":"6","New_release_patch_version":"1","New_release_git_head":"","New_release_notes":"fix: augment a bunch of app behaviors\nci: bump version to 0.6.0","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"fix: augment a bunch of app behaviors\",\"ci: bump version to 0.6.0\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.6.1","Last_release_version":"0.6.0","Last_release_git_head":"4207d5e256e4c9a762f4db697a3850c2f802fd01","Last_release_git_tag":"v0.6.0"}=== New release: v0.6.1 ===
2026-05-26T04:56:53.250033496Z2026-05-26T04:56:51.446050+00:00 === Updating versioned files to 0.6.1 ===
2026-05-26T04:56:53.253151964Z2026-05-26T04:56:51.496199+00:00 [main 61ed589] ci: bump version to 0.6.1
2026-05-26T04:56:53.25316259Z2026-05-26T04:56:51.496265+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-05-26T04:56:53.253168654Z2026-05-26T04:56:52.796969+00:00 remote: Bypassed rule violations for refs/heads/main:
2026-05-26T04:56:53.253174547Z2026-05-26T04:56:52.797044+00:00 remote:
2026-05-26T04:56:53.253185614Z2026-05-26T04:56:52.797063+00:00 remote: - Changes must be made through a pull request.
2026-05-26T04:56:53.2531913Z2026-05-26T04:56:52.797078+00:00 remote:
2026-05-26T04:56:53.25319754Z2026-05-26T04:56:52.797092+00:00 remote: - 5 of 5 required status checks are expected.
2026-05-26T04:56:53.25320305Z2026-05-26T04:56:52.797105+00:00 remote:
2026-05-26T04:56:53.253208614Z2026-05-26T04:56:52.798719+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-05-26T04:56:53.2532138Z2026-05-26T04:56:52.798769+00:00 5f74b21..61ed589 HEAD -> main
2026-05-26T04:56:53.25322405Z2026-05-26T04:56:52.819050+00:00 === Building longhouse binaries ===
2026-05-26T04:56:53.25323157Z2026-05-26T04:56:52.891398+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-26T04:56:53.253237614Z2026-05-26T04:56:52.893121+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-26T04:56:53.253243374Z2026-05-26T04:56:52.895987+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-26T04:56:53.25324862Z2026-05-26T04:56:52.896100+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-26T04:56:53.25327732Z2026-05-26T04:56:52.913494+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-05-26T04:56:53.253282484Z2026-05-26T04:56:52.919252+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-26T04:56:53.253287805Z2026-05-26T04:56:52.919681+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-26T04:56:53.253292825Z2026-05-26T04:56:53.111395+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-26T04:56:53.253298298Z2026-05-26T04:56:53.170812+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-26T04:56:53.253303935Z2026-05-26T04:56:53.210987+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-26T04:56:53.253308871Z2026-05-26T04:56:53.211054+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-26T04:56:53.253313868Z2026-05-26T04:56:53.211117+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-26T04:56:53.254169645Z2026-05-26T04:56:53.211332+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-26T04:56:53.254185108Z2026-05-26T04:56:53.233515+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-26T04:56:53.254194518Z2026-05-26T04:56:53.233834+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-05-26T04:56:53.254203586Z2026-05-26T04:56:53.233896+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-26T04:57:30.32415749Z2026-05-26T04:56:53.234231+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-26T04:57:30.324169961Z2026-05-26T04:56:53.241244+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-26T04:57:30.324176771Z2026-05-26T04:56:53.317187+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-26T04:57:30.324182601Z2026-05-26T04:56:53.317332+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-26T04:57:30.324192004Z2026-05-26T04:56:53.317359+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-26T04:57:30.324934284Z2026-05-26T04:56:53.317374+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-26T04:57:30.324945564Z2026-05-26T04:56:53.351477+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-26T04:57:30.32495158Z2026-05-26T04:56:53.351530+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-26T04:57:30.324958637Z2026-05-26T04:56:53.357795+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-26T04:57:30.324964541Z2026-05-26T04:56:53.361095+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-26T04:57:30.324970157Z2026-05-26T04:56:53.505260+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-26T04:57:30.325210343Z2026-05-26T04:57:17.006718+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-26T04:57:30.32522373Z2026-05-26T04:57:25.036255+00:00 === Creating GitHub release ===
2026-05-26T04:57:30.325482595Z2026-05-26T04:57:30.310514+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.6.1
2026-05-26T04:57:30.325490805Z2026-05-26T04:57:30.314766+00:00 === Released v0.6.1 ===
2026-05-26T04:57:30.325964872Z2026-05-26T04:57:30.315901+00:00 ✓ Job completed successfully (exit code: 0)