Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019e1035-f96e-26f5-3bc0-2456da04d248

Job ID
019e1036-0e3b-654a-af68-2ba6cf7ea896
Created
2026-05-10 04:47:18 UTC
Updated
2026-05-10 04:47:18 UTC
Duration
59s
Source Ref
4be281df9cd413f5d9904ee0f538780e8b27897f
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-10T04:47:22.571502214Z2026-05-10T04:47:22.156306+00:00 ⚠️ Configuration warnings:
2026-05-10T04:47:22.571675212Z • runner_image: Using 'latest' tag or no tag specified
2026-05-10T04:47:22.571693746Z 💡 Consider using a specific version tag for reproducible builds
2026-05-10T04:47:22.571701577Z
2026-05-10T04:47:22.571710297Z✅ Configuration is valid (with warnings)
2026-05-10T04:47:22.571725273Z2026-05-10T04:47:22.156975+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=4be281df9cd413f5d9904ee0f538780e8b27897f
2026-05-10T04:47:22.571770927Z2026-05-10T04:47:22.157163+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=4be281df9cd413f5d9904ee0f538780e8b27897f target=/job/ci
2026-05-10T04:47:23.556929065Z2026-05-10T04:47:23.553883+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-10T04:47:23.556950585Z2026-05-10T04:47:23.554699+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=4be281df9cd413f5d9904ee0f538780e8b27897f
2026-05-10T04:47:23.556969845Z2026-05-10T04:47:23.554864+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=4be281df9cd413f5d9904ee0f538780e8b27897f target=/job/src
2026-05-10T04:47:24.942011954Z2026-05-10T04:47:24.939891+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-10T04:47:24.944260571Z2026-05-10T04:47:24.940557+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-10T04:48:00.129905765Z2026-05-10T04:47:22.157085+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-10T04:48:00.129922858Z2026-05-10T04:47:22.157237+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-10T04:48:00.129930378Z2026-05-10T04:47:22.981693+00:00 Checking out ref: 4be281df9cd413f5d9904ee0f538780e8b27897f
2026-05-10T04:48:00.129938165Z2026-05-10T04:47:23.553782+00:00 Fetched and checked out ref: 4be281df9cd413f5d9904ee0f538780e8b27897f
2026-05-10T04:48:00.129944308Z2026-05-10T04:47:23.553986+00:00 Repository checked out to: /job/ci
2026-05-10T04:48:00.130498913Z2026-05-10T04:47:23.554979+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-10T04:48:00.130512146Z2026-05-10T04:47:24.379066+00:00 Checking out ref: 4be281df9cd413f5d9904ee0f538780e8b27897f
2026-05-10T04:48:00.13052047Z2026-05-10T04:47:24.939789+00:00 Fetched and checked out ref: 4be281df9cd413f5d9904ee0f538780e8b27897f
2026-05-10T04:48:00.130526687Z2026-05-10T04:47:24.939987+00:00 Repository checked out to: /job/src
2026-05-10T04:48:00.130532927Z2026-05-10T04:47:24.940667+00:00 Executing job locally (no container)
2026-05-10T04:48:00.130538797Z2026-05-10T04:47:24.940693+00:00 Command: set -e
2026-05-10T04:48:00.130823663Zexport HOME="${HOME:-/tmp/home}"
2026-05-10T04:48:00.130831233Zmkdir -p "$HOME/.local"
2026-05-10T04:48:00.130836789Z
2026-05-10T04:48:00.131478565Z# Install Go toolchain
2026-05-10T04:48:00.131491005Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-10T04:48:00.131520812Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-10T04:48:00.131528609Zrm /tmp/go.tar.gz
2026-05-10T04:48:00.131899242Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-10T04:48:00.131906209Z
2026-05-10T04:48:00.131911639Zcd /job/src
2026-05-10T04:48:00.131918096Z# release.sh handles git remote auth itself, gated on
2026-05-10T04:48:00.131924019Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-05-10T04:48:00.132885145Zsh .reactorcide/jobs/scripts/release.sh
2026-05-10T04:48:00.132895568Z
2026-05-10T04:48:00.132903518Z2026-05-10T04:47:31.687832+00:00 === Aligning to origin/main ===
2026-05-10T04:48:00.132910925Z2026-05-10T04:47:32.115668+00:00 From https://github.com/catalystcommunity/longhouse
2026-05-10T04:48:00.132987688Z2026-05-10T04:47:32.115737+00:00 * branch main -> FETCH_HEAD
2026-05-10T04:48:00.132997802Z2026-05-10T04:47:32.153606+00:00 Warning: you are leaving 1 commit behind, not connected to
2026-05-10T04:48:00.133004438Z2026-05-10T04:47:32.153659+00:00 any of your branches:
2026-05-10T04:48:00.133009798Z2026-05-10T04:47:32.153674+00:00
2026-05-10T04:48:00.133028686Z2026-05-10T04:47:32.153690+00:00 4be281d fix: fit new linkkeys domain expectations
2026-05-10T04:48:00.133034599Z2026-05-10T04:47:32.153702+00:00
2026-05-10T04:48:00.133040639Z2026-05-10T04:47:32.153715+00:00 If you want to keep it by creating a new branch, this may be a good time
2026-05-10T04:48:00.133046166Z2026-05-10T04:47:32.153730+00:00 to do so with:
2026-05-10T04:48:00.133475776Z2026-05-10T04:47:32.153742+00:00
2026-05-10T04:48:00.133494319Z2026-05-10T04:47:32.153754+00:00 git branch <new-branch-name> 4be281d
2026-05-10T04:48:00.133503089Z2026-05-10T04:47:32.153765+00:00
2026-05-10T04:48:00.133719035Z2026-05-10T04:47:32.156944+00:00 Switched to and reset branch 'main'
2026-05-10T04:48:00.133730552Z2026-05-10T04:47:32.158193+00:00 branch 'main' set up to track 'origin/main'.
2026-05-10T04:48:00.133736505Z2026-05-10T04:47:32.158239+00:00 Your branch is up to date with 'origin/main'.
2026-05-10T04:48:00.133742282Z2026-05-10T04:47:32.158690+00:00 === Installing semver-tags v0.4.0 ===
2026-05-10T04:48:00.133748599Z2026-05-10T04:47:33.005558+00:00 === Running semver-tags ===
2026-05-10T04:48:00.134322974Z2026-05-10T04:47:34.277978+00:00 INFO[2026-05-10T04:47:33Z] 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-10T04:48:00.13433823Z2026-05-10T04:47:34.278059+00:00 INFO[2026-05-10T04:47:33Z] Tag line found: v0.3.4,e6b4b7f14ca530846174b41ec803979146e0ecbf
2026-05-10T04:48:00.134544599Z2026-05-10T04:47:34.278075+00:00 INFO[2026-05-10T04:47:33Z] Tag line found: v0.3.3,e10ed1490524cf42e3325996648fb13f8a14fc36
2026-05-10T04:48:00.134555429Z2026-05-10T04:47:34.278088+00:00 INFO[2026-05-10T04:47:33Z] Tag line found: v0.3.2,e7d779b74dbd40dbaa5b95519f662165f17b67a1
2026-05-10T04:48:00.134562353Z2026-05-10T04:47:34.278103+00:00 INFO[2026-05-10T04:47:33Z] Tag line found: v0.3.1,112eb2fed5cfa200a1c472e15f4afccb60d23ec0
2026-05-10T04:48:00.135610859Z2026-05-10T04:47:34.278115+00:00 INFO[2026-05-10T04:47:33Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-10T04:48:00.135621152Z2026-05-10T04:47:34.278126+00:00 INFO[2026-05-10T04:47:33Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-05-10T04:48:00.135627842Z2026-05-10T04:47:34.278138+00:00 INFO[2026-05-10T04:47:33Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-05-10T04:48:00.135633436Z2026-05-10T04:47:34.278151+00:00 INFO[2026-05-10T04:47:33Z] Tag line found:
2026-05-10T04:48:00.135639786Z2026-05-10T04:47:34.278165+00:00 INFO[2026-05-10T04:47:33Z] Analyzing Commits for package:
2026-05-10T04:48:00.135647012Z2026-05-10T04:47:34.278178+00:00 INFO[2026-05-10T04:47:33Z] Analyzing Commit: fix: fit new linkkeys domain expectations
2026-05-10T04:48:00.135659516Z2026-05-10T04:47:34.278190+00:00 INFO[2026-05-10T04:47:33Z] Found Patch commit
2026-05-10T04:48:00.135665789Z2026-05-10T04:47:34.278202+00:00 INFO[2026-05-10T04:47:33Z] Analyzing Commit: ci: bump version to 0.3.4
2026-05-10T04:48:00.136025365Z2026-05-10T04:47:34.278216+00:00 INFO[2026-05-10T04:47:33Z] Not a conventional commit
2026-05-10T04:48:00.136034955Z2026-05-10T04:47:34.278228+00:00 INFO[2026-05-10T04:47:33Z] Tagging new version: v0.3.5
2026-05-10T04:48:00.136356578Z2026-05-10T04:47:34.293607+00:00 {"New_release_published":"true","New_release_version":"0.3.5","New_release_major_version":"0","New_release_minor_version":"3","New_release_patch_version":"5","New_release_git_head":"","New_release_notes":"fix: fit new linkkeys domain expectations\nci: bump version to 0.3.4","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"fix: fit new linkkeys domain expectations\",\"ci: bump version to 0.3.4\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.3.5","Last_release_version":"0.3.4","Last_release_git_head":"e6b4b7f14ca530846174b41ec803979146e0ecbf","Last_release_git_tag":"v0.3.4"}=== New release: v0.3.5 ===
2026-05-10T04:48:00.136367008Z2026-05-10T04:47:34.293652+00:00 === Updating versioned files to 0.3.5 ===
2026-05-10T04:48:00.136653621Z2026-05-10T04:47:34.342998+00:00 [main 6e9a11c] ci: bump version to 0.3.5
2026-05-10T04:48:00.137090351Z2026-05-10T04:47:34.343094+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-05-10T04:48:00.138000766Z2026-05-10T04:47:35.537706+00:00 remote: Bypassed rule violations for refs/heads/main:
2026-05-10T04:48:00.13800927Z2026-05-10T04:47:35.537782+00:00 remote:
2026-05-10T04:48:00.138015626Z2026-05-10T04:47:35.537800+00:00 remote: - Changes must be made through a pull request.
2026-05-10T04:48:00.138030186Z2026-05-10T04:47:35.537814+00:00 remote:
2026-05-10T04:48:00.138036503Z2026-05-10T04:47:35.537827+00:00 remote: - 5 of 5 required status checks are expected.
2026-05-10T04:48:00.138042083Z2026-05-10T04:47:35.537897+00:00 remote:
2026-05-10T04:48:00.138048214Z2026-05-10T04:47:35.539435+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-05-10T04:48:00.138053858Z2026-05-10T04:47:35.539480+00:00 6ae914b..6e9a11c HEAD -> main
2026-05-10T04:48:00.138059744Z2026-05-10T04:47:35.562438+00:00 === Building longhouse binaries ===
2026-05-10T04:48:00.138167231Z2026-05-10T04:47:35.640600+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-10T04:48:00.138929318Z2026-05-10T04:47:35.643028+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-10T04:48:00.138939408Z2026-05-10T04:47:35.643260+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-10T04:48:00.138944848Z2026-05-10T04:47:35.659484+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-10T04:48:00.138950439Z2026-05-10T04:47:35.659568+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-10T04:48:00.138963619Z2026-05-10T04:47:35.708392+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-10T04:48:00.138970049Z2026-05-10T04:47:36.011499+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-10T04:48:00.138975786Z2026-05-10T04:47:36.047981+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-10T04:48:00.138981499Z2026-05-10T04:47:36.124547+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-10T04:48:00.138987479Z2026-05-10T04:47:36.124713+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-10T04:48:00.138992542Z2026-05-10T04:47:36.124755+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-10T04:48:00.138998079Z2026-05-10T04:47:36.125167+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-10T04:48:00.139735152Z2026-05-10T04:47:36.125434+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-10T04:48:00.139744106Z2026-05-10T04:47:36.125525+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-10T04:48:00.139750356Z2026-05-10T04:47:36.125730+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-10T04:48:00.139756422Z2026-05-10T04:47:36.130308+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-10T04:48:00.139761929Z2026-05-10T04:47:36.280109+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-10T04:48:00.139768009Z2026-05-10T04:47:36.280246+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-10T04:48:00.139774326Z2026-05-10T04:47:36.280273+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-10T04:48:00.139784333Z2026-05-10T04:47:36.280479+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-10T04:48:00.139789969Z2026-05-10T04:47:36.361069+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-10T04:48:00.139795703Z2026-05-10T04:47:36.361186+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-10T04:48:00.139801289Z2026-05-10T04:47:36.361523+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-10T04:48:00.139807153Z2026-05-10T04:47:36.361605+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-10T04:48:00.139812683Z2026-05-10T04:47:36.409554+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-10T04:48:16.111383698Z2026-05-10T04:48:00.127094+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-10T04:48:16.111410165Z2026-05-10T04:48:08.507404+00:00 === Creating GitHub release ===
2026-05-10T04:48:16.111422072Z2026-05-10T04:48:16.102384+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.3.5
2026-05-10T04:48:16.111428565Z2026-05-10T04:48:16.107165+00:00 === Released v0.3.5 ===
2026-05-10T04:48:16.111437468Z2026-05-10T04:48:16.108340+00:00 ✓ Job completed successfully (exit code: 0)