Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019e8b1b-330b-6089-b15e-51fdf52edbc4

Job ID
019e8b1b-478e-f38f-e9d4-c869fdb69e63
Created
2026-06-03 01:31:21 UTC
Updated
2026-06-03 01:31:21 UTC
Duration
57s
Source Ref
fd10387a4faa61fed31054ab776c9cd7c03fcafa
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-03T01:31:24.618292679Z2026-06-03T01:31:24.083018+00:00 ⚠️ Configuration warnings:
2026-06-03T01:31:24.618303769Z • runner_image: Using 'latest' tag or no tag specified
2026-06-03T01:31:24.618311495Z 💡 Consider using a specific version tag for reproducible builds
2026-06-03T01:31:24.618317982Z
2026-06-03T01:31:24.618323559Z✅ Configuration is valid (with warnings)
2026-06-03T01:31:24.618334212Z2026-06-03T01:31:24.083548+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=45089d2405368bbb8fa07eb08bb4310b913f8863
2026-06-03T01:31:24.618343465Z2026-06-03T01:31:24.083707+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=45089d2405368bbb8fa07eb08bb4310b913f8863 target=/job/ci
2026-06-03T01:31:25.158974437Z2026-06-03T01:31:25.152783+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-06-03T01:31:25.158989915Z2026-06-03T01:31:25.153532+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=fd10387a4faa61fed31054ab776c9cd7c03fcafa
2026-06-03T01:31:25.159000355Z2026-06-03T01:31:25.153632+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=fd10387a4faa61fed31054ab776c9cd7c03fcafa target=/job/src
2026-06-03T01:31:26.759862304Z2026-06-03T01:31:26.754604+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-06-03T01:31:26.761668431Z2026-06-03T01:31:26.755349+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-06-03T01:31:37.505602782Z2026-06-03T01:31:24.083641+00:00 🔐 Preparing trusted CI source (type: git)
2026-06-03T01:31:37.505617512Z2026-06-03T01:31:24.083769+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-03T01:31:37.505625536Z2026-06-03T01:31:25.102632+00:00 Checking out ref: 45089d2405368bbb8fa07eb08bb4310b913f8863
2026-06-03T01:31:37.505631769Z2026-06-03T01:31:25.152928+00:00 Repository checked out to: /job/ci
2026-06-03T01:31:37.505924442Z2026-06-03T01:31:25.153698+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-03T01:31:37.505934462Z2026-06-03T01:31:26.140819+00:00 Checking out ref: fd10387a4faa61fed31054ab776c9cd7c03fcafa
2026-06-03T01:31:37.505941429Z2026-06-03T01:31:26.747690+00:00 Fetched and checked out ref: fd10387a4faa61fed31054ab776c9cd7c03fcafa
2026-06-03T01:31:37.505947896Z2026-06-03T01:31:26.754726+00:00 Repository checked out to: /job/src
2026-06-03T01:31:37.505954132Z2026-06-03T01:31:26.755462+00:00 Executing job locally (no container)
2026-06-03T01:31:37.506215919Z2026-06-03T01:31:26.755489+00:00 Command: set -e
2026-06-03T01:31:37.506224465Zexport HOME="${HOME:-/tmp/home}"
2026-06-03T01:31:37.506230469Zmkdir -p "$HOME/.local"
2026-06-03T01:31:37.506235129Z
2026-06-03T01:31:37.506548454Z# Install Go toolchain
2026-06-03T01:31:37.506557291Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-06-03T01:31:37.506563249Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-06-03T01:31:37.506568419Zrm /tmp/go.tar.gz
2026-06-03T01:31:37.507130453Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-06-03T01:31:37.507142953Z
2026-06-03T01:31:37.507148587Zcd /job/src
2026-06-03T01:31:37.507154528Z# release.sh handles git remote auth itself, gated on
2026-06-03T01:31:37.507449134Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-06-03T01:31:37.50745707Zsh .reactorcide/jobs/scripts/release.sh
2026-06-03T01:31:37.507461227Z
2026-06-03T01:31:37.5074678Z2026-06-03T01:31:32.879159+00:00 === Aligning to origin/main ===
2026-06-03T01:31:37.507691016Z2026-06-03T01:31:33.336691+00:00 From https://github.com/catalystcommunity/longhouse
2026-06-03T01:31:37.507699576Z2026-06-03T01:31:33.336763+00:00 * branch main -> FETCH_HEAD
2026-06-03T01:31:37.507706613Z2026-06-03T01:31:33.388952+00:00 Warning: you are leaving 1 commit behind, not connected to
2026-06-03T01:31:37.507987516Z2026-06-03T01:31:33.389016+00:00 any of your branches:
2026-06-03T01:31:37.507994819Z2026-06-03T01:31:33.389032+00:00
2026-06-03T01:31:37.508314712Z2026-06-03T01:31:33.389047+00:00 fd10387 fix: use assertion domain claims
2026-06-03T01:31:37.50842522Z2026-06-03T01:31:33.389061+00:00
2026-06-03T01:31:37.508670655Z2026-06-03T01:31:33.389092+00:00 If you want to keep it by creating a new branch, this may be a good time
2026-06-03T01:31:37.508680985Z2026-06-03T01:31:33.389138+00:00 to do so with:
2026-06-03T01:31:37.508686775Z2026-06-03T01:31:33.389151+00:00
2026-06-03T01:31:37.509080972Z2026-06-03T01:31:33.389167+00:00 git branch <new-branch-name> fd10387
2026-06-03T01:31:37.509096662Z2026-06-03T01:31:33.389178+00:00
2026-06-03T01:31:37.509102432Z2026-06-03T01:31:33.392028+00:00 Switched to and reset branch 'main'
2026-06-03T01:31:37.509641212Z2026-06-03T01:31:33.393487+00:00 branch 'main' set up to track 'origin/main'.
2026-06-03T01:31:37.509649648Z2026-06-03T01:31:33.393531+00:00 Your branch is up to date with 'origin/main'.
2026-06-03T01:31:37.509654862Z2026-06-03T01:31:33.394227+00:00 === Installing semver-tags v0.4.0 ===
2026-06-03T01:31:37.509662172Z2026-06-03T01:31:34.302201+00:00 === Running semver-tags ===
2026-06-03T01:31:37.509675788Z2026-06-03T01:31:35.622770+00:00 INFO[2026-06-03T01:31:34Z] 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-06-03T01:31:37.509994482Z2026-06-03T01:31:35.622853+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.9.0,3987bbacc504e8b4d0e2c5372e763ac73933fe22
2026-06-03T01:31:37.510003958Z2026-06-03T01:31:35.622889+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.8.0,ecd78b9bddc46f0ea083058f9cb5620def620f8c
2026-06-03T01:31:37.510011098Z2026-06-03T01:31:35.622918+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.7.0,866d3896db8190f3a880aab6d963fc4ff5f4c1da
2026-06-03T01:31:37.510090699Z2026-06-03T01:31:35.622942+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.6.1,5f74b21d5259c64dd405ab4a8cf7acf626bc58c7
2026-06-03T01:31:37.510363632Z2026-06-03T01:31:35.622959+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.6.0,4207d5e256e4c9a762f4db697a3850c2f802fd01
2026-06-03T01:31:37.510372312Z2026-06-03T01:31:35.622979+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.5.1,cbef46bffa50d281a6d95a6cb7c0724cd7629c31
2026-06-03T01:31:37.510982675Z2026-06-03T01:31:35.623008+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.5.0,af7036a298302ae3c01e5d8f63d16489de44d573
2026-06-03T01:31:37.510993251Z2026-06-03T01:31:35.623034+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.4.0,7e2a09ba0f898a15156f03e734b7a06d71956ae8
2026-06-03T01:31:37.510999815Z2026-06-03T01:31:35.623061+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.3.7,b104455e2da98ac060fd9e5d902ccd244bbd3967
2026-06-03T01:31:37.511007245Z2026-06-03T01:31:35.623075+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.3.6,0efd10c057ceb41fbc063e8c6c2da2b66cface4a
2026-06-03T01:31:37.511013188Z2026-06-03T01:31:35.623089+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.3.5,6ae914b37a86b7099d3e18bbc02756cd39757059
2026-06-03T01:31:37.511019525Z2026-06-03T01:31:35.623104+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.3.4,e6b4b7f14ca530846174b41ec803979146e0ecbf
2026-06-03T01:31:37.511049525Z2026-06-03T01:31:35.623158+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.3.3,e10ed1490524cf42e3325996648fb13f8a14fc36
2026-06-03T01:31:37.511201583Z2026-06-03T01:31:35.623186+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.3.2,e7d779b74dbd40dbaa5b95519f662165f17b67a1
2026-06-03T01:31:37.51120986Z2026-06-03T01:31:35.623212+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.3.1,112eb2fed5cfa200a1c472e15f4afccb60d23ec0
2026-06-03T01:31:37.511337128Z2026-06-03T01:31:35.623225+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-06-03T01:31:37.511345564Z2026-06-03T01:31:35.623236+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-06-03T01:31:37.511352904Z2026-06-03T01:31:35.623253+00:00 INFO[2026-06-03T01:31:34Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-06-03T01:31:37.511655804Z2026-06-03T01:31:35.623284+00:00 INFO[2026-06-03T01:31:34Z] Tag line found:
2026-06-03T01:31:37.511664724Z2026-06-03T01:31:35.623312+00:00 INFO[2026-06-03T01:31:34Z] Analyzing Commits for package:
2026-06-03T01:31:37.511815119Z2026-06-03T01:31:35.623336+00:00 INFO[2026-06-03T01:31:34Z] Analyzing Commit: fix: use assertion domain claims
2026-06-03T01:31:37.511823442Z2026-06-03T01:31:35.623351+00:00 INFO[2026-06-03T01:31:34Z] Found Patch commit
2026-06-03T01:31:37.512721282Z2026-06-03T01:31:35.623364+00:00 INFO[2026-06-03T01:31:34Z] Analyzing Commit: ci: bump version to 0.9.0
2026-06-03T01:31:37.512737715Z2026-06-03T01:31:35.623383+00:00 INFO[2026-06-03T01:31:34Z] Not a conventional commit
2026-06-03T01:31:37.512747025Z2026-06-03T01:31:35.623411+00:00 INFO[2026-06-03T01:31:34Z] Tagging new version: v0.9.1
2026-06-03T01:31:37.512765675Z2026-06-03T01:31:35.638801+00:00 {"New_release_published":"true","New_release_version":"0.9.1","New_release_major_version":"0","New_release_minor_version":"9","New_release_patch_version":"1","New_release_git_head":"","New_release_notes":"fix: use assertion domain claims\nci: bump version to 0.9.0","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"fix: use assertion domain claims\",\"ci: bump version to 0.9.0\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.9.1","Last_release_version":"0.9.0","Last_release_git_head":"3987bbacc504e8b4d0e2c5372e763ac73933fe22","Last_release_git_tag":"v0.9.0"}=== New release: v0.9.1 ===
2026-06-03T01:31:37.512774228Z2026-06-03T01:31:35.638847+00:00 === Updating versioned files to 0.9.1 ===
2026-06-03T01:31:37.512783188Z2026-06-03T01:31:35.692863+00:00 [main d3cccd0] ci: bump version to 0.9.1
2026-06-03T01:31:37.512789798Z2026-06-03T01:31:35.692953+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-06-03T01:31:37.514356236Z2026-06-03T01:31:37.028943+00:00 remote: Bypassed rule violations for refs/heads/main:
2026-06-03T01:31:37.514364216Z2026-06-03T01:31:37.029018+00:00 remote:
2026-06-03T01:31:37.514370423Z2026-06-03T01:31:37.029037+00:00 remote: - Changes must be made through a pull request.
2026-06-03T01:31:37.514375516Z2026-06-03T01:31:37.029069+00:00 remote:
2026-06-03T01:31:37.51438914Z2026-06-03T01:31:37.029084+00:00 remote: - 5 of 5 required status checks are expected.
2026-06-03T01:31:37.514394781Z2026-06-03T01:31:37.029097+00:00 remote:
2026-06-03T01:31:37.514400957Z2026-06-03T01:31:37.031018+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-06-03T01:31:37.514406481Z2026-06-03T01:31:37.031063+00:00 2c212be..d3cccd0 HEAD -> main
2026-06-03T01:31:37.514798321Z2026-06-03T01:31:37.048441+00:00 === Building longhouse binaries ===
2026-06-03T01:31:37.514811944Z2026-06-03T01:31:37.107257+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-06-03T01:31:37.514819297Z2026-06-03T01:31:37.110208+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-06-03T01:31:37.514824797Z2026-06-03T01:31:37.111081+00:00 go: downloading github.com/rs/cors v1.11.1
2026-06-03T01:31:37.514831727Z2026-06-03T01:31:37.112883+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-06-03T01:31:37.514837927Z2026-06-03T01:31:37.127010+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-06-03T01:31:37.514843991Z2026-06-03T01:31:37.138428+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-06-03T01:31:37.51516034Z2026-06-03T01:31:37.141473+00:00 go: downloading gorm.io/gorm v1.25.12
2026-06-03T01:31:37.51516965Z2026-06-03T01:31:37.414186+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-06-03T01:31:37.515175244Z2026-06-03T01:31:37.484153+00:00 go: downloading golang.org/x/sys v0.28.0
2026-06-03T01:31:37.515184824Z2026-06-03T01:31:37.500083+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-06-03T01:32:15.827709667Z2026-06-03T01:31:37.500155+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-06-03T01:32:15.827724894Z2026-06-03T01:31:37.500467+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-06-03T01:32:15.827731924Z2026-06-03T01:31:37.551145+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-06-03T01:32:15.827739771Z2026-06-03T01:31:37.551302+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-06-03T01:32:15.827745621Z2026-06-03T01:31:37.551338+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-06-03T01:32:15.827751998Z2026-06-03T01:31:37.553163+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-06-03T01:32:15.827758104Z2026-06-03T01:31:37.555029+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-06-03T01:32:15.827775258Z2026-06-03T01:31:37.558049+00:00 go: downloading golang.org/x/text v0.21.0
2026-06-03T01:32:15.827782708Z2026-06-03T01:31:37.641739+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-06-03T01:32:15.828310386Z2026-06-03T01:31:37.641861+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-06-03T01:32:15.82838161Z2026-06-03T01:31:37.647941+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-06-03T01:32:15.828391676Z2026-06-03T01:31:37.648249+00:00 go: downloading golang.org/x/sync v0.10.0
2026-06-03T01:32:15.8283981Z2026-06-03T01:31:37.772823+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-06-03T01:32:15.828404636Z2026-06-03T01:31:37.773407+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-06-03T01:32:15.828411666Z2026-06-03T01:31:37.773884+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-06-03T01:32:15.828417553Z2026-06-03T01:31:37.775043+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-06-03T01:32:15.828424764Z2026-06-03T01:31:37.824903+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-06-03T01:32:15.828431807Z2026-06-03T01:32:02.915490+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-06-03T01:32:15.828437537Z2026-06-03T01:32:10.963232+00:00 === Creating GitHub release ===
2026-06-03T01:32:15.828640646Z2026-06-03T01:32:15.815372+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.9.1
2026-06-03T01:32:15.828648152Z2026-06-03T01:32:15.820086+00:00 === Released v0.9.1 ===
2026-06-03T01:32:15.828654156Z2026-06-03T01:32:15.821198+00:00 ✓ Job completed successfully (exit code: 0)