Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019e7f74-5a5d-dcb9-a54d-d97225f4b848

Job ID
019e7f74-6ff3-3d01-94b5-dc3d6f9af96f
Created
2026-05-31 19:13:17 UTC
Updated
2026-05-31 19:13:17 UTC
Duration
56s
Source Ref
daab1fc1a3f9ad8e10d955104c247fbb7940162d
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-31T19:13:20.761611323Z2026-05-31T19:13:20.733797+00:00 ⚠️ Configuration warnings:
2026-05-31T19:13:20.76163164Z • runner_image: Using 'latest' tag or no tag specified
2026-05-31T19:13:20.761649461Z 💡 Consider using a specific version tag for reproducible builds
2026-05-31T19:13:20.761657908Z
2026-05-31T19:13:20.761666791Z✅ Configuration is valid (with warnings)
2026-05-31T19:13:20.761681058Z2026-05-31T19:13:20.734498+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=a00ee4fc96b7dfe8b5cc2d3fe440e56b943af29a
2026-05-31T19:13:20.761692494Z2026-05-31T19:13:20.734716+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=a00ee4fc96b7dfe8b5cc2d3fe440e56b943af29a target=/job/ci
2026-05-31T19:13:21.943181245Z2026-05-31T19:13:21.929063+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-31T19:13:21.945268752Z2026-05-31T19:13:21.930024+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=daab1fc1a3f9ad8e10d955104c247fbb7940162d
2026-05-31T19:13:21.945280898Z2026-05-31T19:13:21.930136+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=daab1fc1a3f9ad8e10d955104c247fbb7940162d target=/job/src
2026-05-31T19:13:23.494622127Z2026-05-31T19:13:23.477055+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-31T19:13:23.494640257Z2026-05-31T19:13:23.478027+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-31T19:13:33.508218079Z2026-05-31T19:13:20.734632+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-31T19:13:33.508233559Z2026-05-31T19:13:20.734794+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-31T19:13:33.511539164Z2026-05-31T19:13:21.841929+00:00 Checking out ref: a00ee4fc96b7dfe8b5cc2d3fe440e56b943af29a
2026-05-31T19:13:33.511550024Z2026-05-31T19:13:21.929245+00:00 Repository checked out to: /job/ci
2026-05-31T19:13:33.511559001Z2026-05-31T19:13:21.930229+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-31T19:13:33.511565821Z2026-05-31T19:13:22.842410+00:00 Checking out ref: daab1fc1a3f9ad8e10d955104c247fbb7940162d
2026-05-31T19:13:33.511572578Z2026-05-31T19:13:23.469929+00:00 Fetched and checked out ref: daab1fc1a3f9ad8e10d955104c247fbb7940162d
2026-05-31T19:13:33.511578928Z2026-05-31T19:13:23.477182+00:00 Repository checked out to: /job/src
2026-05-31T19:13:33.511585224Z2026-05-31T19:13:23.478190+00:00 Executing job locally (no container)
2026-05-31T19:13:33.511599131Z2026-05-31T19:13:23.478242+00:00 Command: set -e
2026-05-31T19:13:33.511605924Zexport HOME="${HOME:-/tmp/home}"
2026-05-31T19:13:33.511611929Zmkdir -p "$HOME/.local"
2026-05-31T19:13:33.511617102Z
2026-05-31T19:13:33.511622612Z# Install Go toolchain
2026-05-31T19:13:33.511628666Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-31T19:13:33.511634802Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-31T19:13:33.513535078Zrm /tmp/go.tar.gz
2026-05-31T19:13:33.513545288Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-31T19:13:33.513555535Z
2026-05-31T19:13:33.513560955Zcd /job/src
2026-05-31T19:13:33.513567355Z# release.sh handles git remote auth itself, gated on
2026-05-31T19:13:33.513573428Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-05-31T19:13:33.513578565Zsh .reactorcide/jobs/scripts/release.sh
2026-05-31T19:13:33.513582862Z
2026-05-31T19:13:33.513588878Z2026-05-31T19:13:28.791457+00:00 === Aligning to origin/main ===
2026-05-31T19:13:33.513617358Z2026-05-31T19:13:29.267045+00:00 From https://github.com/catalystcommunity/longhouse
2026-05-31T19:13:33.513623728Z2026-05-31T19:13:29.267112+00:00 * branch main -> FETCH_HEAD
2026-05-31T19:13:33.513629928Z2026-05-31T19:13:29.313004+00:00 Warning: you are leaving 1 commit behind, not connected to
2026-05-31T19:13:33.513635805Z2026-05-31T19:13:29.313073+00:00 any of your branches:
2026-05-31T19:13:33.513641243Z2026-05-31T19:13:29.313090+00:00
2026-05-31T19:13:33.514471171Z2026-05-31T19:13:29.313106+00:00 daab1fc feat: privacy for tasks and projects
2026-05-31T19:13:33.514478644Z2026-05-31T19:13:29.313122+00:00
2026-05-31T19:13:33.514485657Z2026-05-31T19:13:29.313138+00:00 If you want to keep it by creating a new branch, this may be a good time
2026-05-31T19:13:33.514491034Z2026-05-31T19:13:29.313154+00:00 to do so with:
2026-05-31T19:13:33.514496931Z2026-05-31T19:13:29.313167+00:00
2026-05-31T19:13:33.514502721Z2026-05-31T19:13:29.313184+00:00 git branch <new-branch-name> daab1fc
2026-05-31T19:13:33.514513177Z2026-05-31T19:13:29.313197+00:00
2026-05-31T19:13:33.514518611Z2026-05-31T19:13:29.315927+00:00 Switched to and reset branch 'main'
2026-05-31T19:13:33.514524284Z2026-05-31T19:13:29.317356+00:00 branch 'main' set up to track 'origin/main'.
2026-05-31T19:13:33.514529734Z2026-05-31T19:13:29.317399+00:00 Your branch is up to date with 'origin/main'.
2026-05-31T19:13:33.514535102Z2026-05-31T19:13:29.318166+00:00 === Installing semver-tags v0.4.0 ===
2026-05-31T19:13:33.514540382Z2026-05-31T19:13:30.325112+00:00 === Running semver-tags ===
2026-05-31T19:13:33.514550535Z2026-05-31T19:13:31.667818+00:00 INFO[2026-05-31T19:13:30Z] 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-31T19:13:33.514557365Z2026-05-31T19:13:31.667889+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.8.0,ecd78b9bddc46f0ea083058f9cb5620def620f8c
2026-05-31T19:13:33.514564338Z2026-05-31T19:13:31.667908+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.7.0,866d3896db8190f3a880aab6d963fc4ff5f4c1da
2026-05-31T19:13:33.514570505Z2026-05-31T19:13:31.667924+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.6.1,5f74b21d5259c64dd405ab4a8cf7acf626bc58c7
2026-05-31T19:13:33.514577198Z2026-05-31T19:13:31.667939+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.6.0,4207d5e256e4c9a762f4db697a3850c2f802fd01
2026-05-31T19:13:33.514583535Z2026-05-31T19:13:31.667955+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.5.1,cbef46bffa50d281a6d95a6cb7c0724cd7629c31
2026-05-31T19:13:33.514590162Z2026-05-31T19:13:31.667970+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.5.0,af7036a298302ae3c01e5d8f63d16489de44d573
2026-05-31T19:13:33.514595395Z2026-05-31T19:13:31.667984+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.4.0,7e2a09ba0f898a15156f03e734b7a06d71956ae8
2026-05-31T19:13:33.514601242Z2026-05-31T19:13:31.668000+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.3.7,b104455e2da98ac060fd9e5d902ccd244bbd3967
2026-05-31T19:13:33.514606775Z2026-05-31T19:13:31.668014+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.3.6,0efd10c057ceb41fbc063e8c6c2da2b66cface4a
2026-05-31T19:13:33.514612538Z2026-05-31T19:13:31.668029+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.3.5,6ae914b37a86b7099d3e18bbc02756cd39757059
2026-05-31T19:13:33.514620678Z2026-05-31T19:13:31.668044+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.3.4,e6b4b7f14ca530846174b41ec803979146e0ecbf
2026-05-31T19:13:33.514626672Z2026-05-31T19:13:31.668117+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.3.3,e10ed1490524cf42e3325996648fb13f8a14fc36
2026-05-31T19:13:33.514632485Z2026-05-31T19:13:31.668136+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.3.2,e7d779b74dbd40dbaa5b95519f662165f17b67a1
2026-05-31T19:13:33.514637948Z2026-05-31T19:13:31.668150+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.3.1,112eb2fed5cfa200a1c472e15f4afccb60d23ec0
2026-05-31T19:13:33.514643358Z2026-05-31T19:13:31.668165+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-31T19:13:33.514648686Z2026-05-31T19:13:31.668180+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-05-31T19:13:33.514654113Z2026-05-31T19:13:31.668194+00:00 INFO[2026-05-31T19:13:30Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-05-31T19:13:33.514659913Z2026-05-31T19:13:31.668210+00:00 INFO[2026-05-31T19:13:30Z] Tag line found:
2026-05-31T19:13:33.514666139Z2026-05-31T19:13:31.668228+00:00 INFO[2026-05-31T19:13:30Z] Analyzing Commits for package:
2026-05-31T19:13:33.514672959Z2026-05-31T19:13:31.668243+00:00 INFO[2026-05-31T19:13:30Z] Analyzing Commit: feat: privacy for tasks and projects
2026-05-31T19:13:33.514678219Z2026-05-31T19:13:31.668258+00:00 INFO[2026-05-31T19:13:30Z] Found Minor commit
2026-05-31T19:13:33.514685539Z2026-05-31T19:13:31.668274+00:00 INFO[2026-05-31T19:13:30Z] Analyzing Commit: ci: bump version to 0.8.0
2026-05-31T19:13:33.514691273Z2026-05-31T19:13:31.668291+00:00 INFO[2026-05-31T19:13:30Z] Not a conventional commit
2026-05-31T19:13:33.514697706Z2026-05-31T19:13:31.668307+00:00 INFO[2026-05-31T19:13:30Z] Tagging new version: v0.9.0
2026-05-31T19:13:33.514713933Z2026-05-31T19:13:31.683146+00:00 {"New_release_published":"true","New_release_version":"0.9.0","New_release_major_version":"0","New_release_minor_version":"9","New_release_patch_version":"0","New_release_git_head":"","New_release_notes":"feat: privacy for tasks and projects\nci: bump version to 0.8.0","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"feat: privacy for tasks and projects\",\"ci: bump version to 0.8.0\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.9.0","Last_release_version":"0.8.0","Last_release_git_head":"ecd78b9bddc46f0ea083058f9cb5620def620f8c","Last_release_git_tag":"v0.8.0"}=== New release: v0.9.0 ===
2026-05-31T19:13:33.514719829Z2026-05-31T19:13:31.683191+00:00 === Updating versioned files to 0.9.0 ===
2026-05-31T19:13:33.514725473Z2026-05-31T19:13:31.728929+00:00 [main 45089d2] ci: bump version to 0.9.0
2026-05-31T19:13:33.514730489Z2026-05-31T19:13:31.728974+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-05-31T19:13:33.514737499Z2026-05-31T19:13:33.041325+00:00 remote: Bypassed rule violations for refs/heads/main:
2026-05-31T19:13:33.514742576Z2026-05-31T19:13:33.041398+00:00 remote:
2026-05-31T19:13:33.514747833Z2026-05-31T19:13:33.041417+00:00 remote: - Changes must be made through a pull request.
2026-05-31T19:13:33.514752956Z2026-05-31T19:13:33.041433+00:00 remote:
2026-05-31T19:13:33.514758124Z2026-05-31T19:13:33.041448+00:00 remote: - 5 of 5 required status checks are expected.
2026-05-31T19:13:33.518123534Z2026-05-31T19:13:33.041464+00:00 remote:
2026-05-31T19:13:33.518134464Z2026-05-31T19:13:33.043358+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-05-31T19:13:33.518140768Z2026-05-31T19:13:33.043390+00:00 3987bba..45089d2 HEAD -> main
2026-05-31T19:13:33.518146598Z2026-05-31T19:13:33.061885+00:00 === Building longhouse binaries ===
2026-05-31T19:13:33.518152921Z2026-05-31T19:13:33.120735+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-31T19:13:33.518158228Z2026-05-31T19:13:33.120854+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-31T19:13:33.518163888Z2026-05-31T19:13:33.124100+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-31T19:13:33.518169644Z2026-05-31T19:13:33.125433+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-31T19:13:33.518175441Z2026-05-31T19:13:33.148095+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-05-31T19:13:33.518180144Z2026-05-31T19:13:33.179335+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-31T19:13:33.518190884Z2026-05-31T19:13:33.180732+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-31T19:13:33.518196408Z2026-05-31T19:13:33.390618+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-31T19:13:33.518201798Z2026-05-31T19:13:33.450191+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-31T19:13:33.518207218Z2026-05-31T19:13:33.492569+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-05-31T19:13:33.518212331Z2026-05-31T19:13:33.493255+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-31T19:14:11.283134289Z2026-05-31T19:13:33.493688+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-31T19:14:11.283153086Z2026-05-31T19:13:33.493881+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-31T19:14:11.283164179Z2026-05-31T19:13:33.495608+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-31T19:14:11.283191812Z2026-05-31T19:13:33.498774+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-31T19:14:11.283201589Z2026-05-31T19:13:33.498862+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-31T19:14:11.283220563Z2026-05-31T19:13:33.499517+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-31T19:14:11.28323046Z2026-05-31T19:13:33.505881+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-31T19:14:11.283241304Z2026-05-31T19:13:33.615764+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-31T19:14:11.283247804Z2026-05-31T19:13:33.616135+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-31T19:14:11.283253514Z2026-05-31T19:13:33.616662+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-31T19:14:11.28326341Z2026-05-31T19:13:33.616911+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-31T19:14:11.283272687Z2026-05-31T19:13:33.631617+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-31T19:14:11.28327851Z2026-05-31T19:13:33.631716+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-31T19:14:11.28328378Z2026-05-31T19:13:33.645013+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-31T19:14:11.283289507Z2026-05-31T19:13:33.682646+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-31T19:14:11.28329533Z2026-05-31T19:13:33.786280+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-31T19:14:11.283302157Z2026-05-31T19:13:57.804800+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-31T19:14:11.283308217Z2026-05-31T19:14:06.648910+00:00 === Creating GitHub release ===
2026-05-31T19:14:11.283314405Z2026-05-31T19:14:11.257113+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.9.0
2026-05-31T19:14:11.283319282Z2026-05-31T19:14:11.261309+00:00 === Released v0.9.0 ===
2026-05-31T19:14:11.283325055Z2026-05-31T19:14:11.262457+00:00 ✓ Job completed successfully (exit code: 0)