Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019e1a47-d215-db2f-3e47-b8928ea939b8

Job ID
019e1a47-e6f5-b6d1-9ef8-fcb826491a6a
Created
2026-05-12 03:43:00 UTC
Updated
2026-05-12 03:43:00 UTC
Duration
55s
Source Ref
360c46ed447599911cc834fa4a9c49a2e07f3265
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-12T03:43:02.840080888Z2026-05-12T03:43:02.333307+00:00 ⚠️ Configuration warnings:
2026-05-12T03:43:02.840094914Z • runner_image: Using 'latest' tag or no tag specified
2026-05-12T03:43:02.840127028Z 💡 Consider using a specific version tag for reproducible builds
2026-05-12T03:43:02.840136631Z
2026-05-12T03:43:02.840143211Z✅ Configuration is valid (with warnings)
2026-05-12T03:43:02.840152828Z2026-05-12T03:43:02.334027+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=360c46ed447599911cc834fa4a9c49a2e07f3265
2026-05-12T03:43:02.840162358Z2026-05-12T03:43:02.334248+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=360c46ed447599911cc834fa4a9c49a2e07f3265 target=/job/ci
2026-05-12T03:43:03.747400287Z2026-05-12T03:43:03.731855+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-12T03:43:03.747416017Z2026-05-12T03:43:03.733082+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=360c46ed447599911cc834fa4a9c49a2e07f3265
2026-05-12T03:43:03.747426647Z2026-05-12T03:43:03.733240+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=360c46ed447599911cc834fa4a9c49a2e07f3265 target=/job/src
2026-05-12T03:43:05.140420434Z2026-05-12T03:43:05.129632+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-12T03:43:05.140442695Z2026-05-12T03:43:05.130370+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-12T03:43:15.035738701Z2026-05-12T03:43:02.334161+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-12T03:43:15.035762708Z2026-05-12T03:43:02.334333+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-12T03:43:15.035775238Z2026-05-12T03:43:03.148808+00:00 Checking out ref: 360c46ed447599911cc834fa4a9c49a2e07f3265
2026-05-12T03:43:15.035783971Z2026-05-12T03:43:03.731725+00:00 Fetched and checked out ref: 360c46ed447599911cc834fa4a9c49a2e07f3265
2026-05-12T03:43:15.035789968Z2026-05-12T03:43:03.732050+00:00 Repository checked out to: /job/ci
2026-05-12T03:43:15.035796565Z2026-05-12T03:43:03.733361+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-12T03:43:15.035816619Z2026-05-12T03:43:04.550033+00:00 Checking out ref: 360c46ed447599911cc834fa4a9c49a2e07f3265
2026-05-12T03:43:15.035833936Z2026-05-12T03:43:05.129550+00:00 Fetched and checked out ref: 360c46ed447599911cc834fa4a9c49a2e07f3265
2026-05-12T03:43:15.035843133Z2026-05-12T03:43:05.129732+00:00 Repository checked out to: /job/src
2026-05-12T03:43:15.035991707Z2026-05-12T03:43:05.130529+00:00 Executing job locally (no container)
2026-05-12T03:43:15.036007304Z2026-05-12T03:43:05.130581+00:00 Command: set -e
2026-05-12T03:43:15.036496221Zexport HOME="${HOME:-/tmp/home}"
2026-05-12T03:43:15.036670063Zmkdir -p "$HOME/.local"
2026-05-12T03:43:15.036684253Z
2026-05-12T03:43:15.036695953Z# Install Go toolchain
2026-05-12T03:43:15.036706133Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-12T03:43:15.036925098Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-12T03:43:15.036965375Zrm /tmp/go.tar.gz
2026-05-12T03:43:15.036987416Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-12T03:43:15.037007399Z
2026-05-12T03:43:15.037473506Zcd /job/src
2026-05-12T03:43:15.037482756Z# release.sh handles git remote auth itself, gated on
2026-05-12T03:43:15.037489181Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-05-12T03:43:15.037523041Zsh .reactorcide/jobs/scripts/release.sh
2026-05-12T03:43:15.037534894Z
2026-05-12T03:43:15.037546681Z2026-05-12T03:43:10.364678+00:00 === Aligning to origin/main ===
2026-05-12T03:43:15.037557414Z2026-05-12T03:43:10.794740+00:00 From https://github.com/catalystcommunity/longhouse
2026-05-12T03:43:15.037566931Z2026-05-12T03:43:10.794802+00:00 * branch main -> FETCH_HEAD
2026-05-12T03:43:15.037819933Z2026-05-12T03:43:10.833013+00:00 Warning: you are leaving 1 commit behind, not connected to
2026-05-12T03:43:15.038149979Z2026-05-12T03:43:10.833078+00:00 any of your branches:
2026-05-12T03:43:15.038163173Z2026-05-12T03:43:10.833096+00:00
2026-05-12T03:43:15.038172653Z2026-05-12T03:43:10.833112+00:00 360c46e fix: set initial admin in tnl chart values
2026-05-12T03:43:15.038180946Z2026-05-12T03:43:10.833126+00:00
2026-05-12T03:43:15.038620517Z2026-05-12T03:43:10.833140+00:00 If you want to keep it by creating a new branch, this may be a good time
2026-05-12T03:43:15.038628377Z2026-05-12T03:43:10.833155+00:00 to do so with:
2026-05-12T03:43:15.039400694Z2026-05-12T03:43:10.833168+00:00
2026-05-12T03:43:15.03941912Z2026-05-12T03:43:10.833182+00:00 git branch <new-branch-name> 360c46e
2026-05-12T03:43:15.039428415Z2026-05-12T03:43:10.833209+00:00
2026-05-12T03:43:15.039437688Z2026-05-12T03:43:10.835886+00:00 Switched to and reset branch 'main'
2026-05-12T03:43:15.039445965Z2026-05-12T03:43:10.837088+00:00 branch 'main' set up to track 'origin/main'.
2026-05-12T03:43:15.039455058Z2026-05-12T03:43:10.837129+00:00 Your branch is up to date with 'origin/main'.
2026-05-12T03:43:15.039463481Z2026-05-12T03:43:10.837664+00:00 === Installing semver-tags v0.4.0 ===
2026-05-12T03:43:15.042044711Z2026-05-12T03:43:11.702325+00:00 === Running semver-tags ===
2026-05-12T03:43:15.042068254Z2026-05-12T03:43:13.042858+00:00 INFO[2026-05-12T03:43:11Z] 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-12T03:43:15.042079248Z2026-05-12T03:43:13.042939+00:00 INFO[2026-05-12T03:43:11Z] Tag line found: v0.3.6,0efd10c057ceb41fbc063e8c6c2da2b66cface4a
2026-05-12T03:43:15.042090401Z2026-05-12T03:43:13.042983+00:00 INFO[2026-05-12T03:43:11Z] Tag line found: v0.3.5,6ae914b37a86b7099d3e18bbc02756cd39757059
2026-05-12T03:43:15.042196755Z2026-05-12T03:43:13.043001+00:00 INFO[2026-05-12T03:43:11Z] Tag line found: v0.3.4,e6b4b7f14ca530846174b41ec803979146e0ecbf
2026-05-12T03:43:15.042212129Z2026-05-12T03:43:13.043017+00:00 INFO[2026-05-12T03:43:11Z] Tag line found: v0.3.3,e10ed1490524cf42e3325996648fb13f8a14fc36
2026-05-12T03:43:15.042218885Z2026-05-12T03:43:13.043031+00:00 INFO[2026-05-12T03:43:11Z] Tag line found: v0.3.2,e7d779b74dbd40dbaa5b95519f662165f17b67a1
2026-05-12T03:43:15.042225619Z2026-05-12T03:43:13.043044+00:00 INFO[2026-05-12T03:43:11Z] Tag line found: v0.3.1,112eb2fed5cfa200a1c472e15f4afccb60d23ec0
2026-05-12T03:43:15.042231579Z2026-05-12T03:43:13.043057+00:00 INFO[2026-05-12T03:43:11Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-12T03:43:15.042244949Z2026-05-12T03:43:13.043071+00:00 INFO[2026-05-12T03:43:11Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-05-12T03:43:15.042293686Z2026-05-12T03:43:13.043084+00:00 INFO[2026-05-12T03:43:11Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-05-12T03:43:15.042308743Z2026-05-12T03:43:13.043099+00:00 INFO[2026-05-12T03:43:11Z] Tag line found:
2026-05-12T03:43:15.0423783Z2026-05-12T03:43:13.043115+00:00 INFO[2026-05-12T03:43:11Z] Analyzing Commits for package:
2026-05-12T03:43:15.042394864Z2026-05-12T03:43:13.043129+00:00 INFO[2026-05-12T03:43:11Z] Analyzing Commit: fix: set initial admin in tnl chart values
2026-05-12T03:43:15.042401864Z2026-05-12T03:43:13.043142+00:00 INFO[2026-05-12T03:43:11Z] Found Patch commit
2026-05-12T03:43:15.042408294Z2026-05-12T03:43:13.043155+00:00 INFO[2026-05-12T03:43:11Z] Analyzing Commit: ci: bump version to 0.3.6
2026-05-12T03:43:15.042414257Z2026-05-12T03:43:13.043170+00:00 INFO[2026-05-12T03:43:11Z] Not a conventional commit
2026-05-12T03:43:15.042420391Z2026-05-12T03:43:13.043183+00:00 INFO[2026-05-12T03:43:11Z] Tagging new version: v0.3.7
2026-05-12T03:43:15.042457361Z2026-05-12T03:43:13.059057+00:00 {"New_release_published":"true","New_release_version":"0.3.7","New_release_major_version":"0","New_release_minor_version":"3","New_release_patch_version":"7","New_release_git_head":"","New_release_notes":"fix: set initial admin in tnl chart values\nci: bump version to 0.3.6","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"fix: set initial admin in tnl chart values\",\"ci: bump version to 0.3.6\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.3.7","Last_release_version":"0.3.6","Last_release_git_head":"0efd10c057ceb41fbc063e8c6c2da2b66cface4a","Last_release_git_tag":"v0.3.6"}=== New release: v0.3.7 ===
2026-05-12T03:43:15.042470131Z2026-05-12T03:43:13.059104+00:00 === Updating versioned files to 0.3.7 ===
2026-05-12T03:43:15.042478837Z2026-05-12T03:43:13.103794+00:00 [main 1b33028] ci: bump version to 0.3.7
2026-05-12T03:43:15.042529228Z2026-05-12T03:43:13.103838+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-05-12T03:43:15.042542285Z2026-05-12T03:43:14.474147+00:00 remote: Bypassed rule violations for refs/heads/main:
2026-05-12T03:43:15.042551628Z2026-05-12T03:43:14.474273+00:00 remote:
2026-05-12T03:43:15.042560672Z2026-05-12T03:43:14.474294+00:00 remote: - Changes must be made through a pull request.
2026-05-12T03:43:15.042570002Z2026-05-12T03:43:14.474309+00:00 remote:
2026-05-12T03:43:15.042651626Z2026-05-12T03:43:14.474324+00:00 remote: - 5 of 5 required status checks are expected.
2026-05-12T03:43:15.042662527Z2026-05-12T03:43:14.474340+00:00 remote:
2026-05-12T03:43:15.042671673Z2026-05-12T03:43:14.475904+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-05-12T03:43:15.042679027Z2026-05-12T03:43:14.475947+00:00 b104455..1b33028 HEAD -> main
2026-05-12T03:43:15.042685247Z2026-05-12T03:43:14.493279+00:00 === Building longhouse binaries ===
2026-05-12T03:43:15.04269046Z2026-05-12T03:43:14.543688+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-12T03:43:15.042695567Z2026-05-12T03:43:14.546912+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-12T03:43:15.042701187Z2026-05-12T03:43:14.547261+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-12T03:43:15.042718723Z2026-05-12T03:43:14.579447+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-12T03:43:15.042729394Z2026-05-12T03:43:14.582261+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-12T03:43:15.044519296Z2026-05-12T03:43:14.617495+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-12T03:43:15.044532296Z2026-05-12T03:43:14.801115+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-12T03:43:15.044540643Z2026-05-12T03:43:14.849153+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-12T03:43:15.044549036Z2026-05-12T03:43:14.885779+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-12T03:43:15.04455652Z2026-05-12T03:43:14.885901+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-12T03:43:15.04456547Z2026-05-12T03:43:14.885925+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-12T03:43:15.044573826Z2026-05-12T03:43:14.885995+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-12T03:43:15.044582153Z2026-05-12T03:43:14.906234+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-12T03:43:15.044590944Z2026-05-12T03:43:14.906321+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-12T03:43:15.044602651Z2026-05-12T03:43:14.907798+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-12T03:43:15.044608981Z2026-05-12T03:43:14.907847+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-12T03:43:15.044614481Z2026-05-12T03:43:14.978542+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-12T03:43:15.044621977Z2026-05-12T03:43:14.978633+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-12T03:43:15.044627571Z2026-05-12T03:43:14.978656+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-12T03:43:15.044632894Z2026-05-12T03:43:14.978862+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-12T03:43:15.044637981Z2026-05-12T03:43:15.017297+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-12T03:43:15.044643711Z2026-05-12T03:43:15.017367+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-12T03:43:51.318450916Z2026-05-12T03:43:15.024721+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-12T03:43:51.318464472Z2026-05-12T03:43:15.027051+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-12T03:43:51.318471202Z2026-05-12T03:43:15.168795+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-12T03:43:51.318486037Z2026-05-12T03:43:38.955727+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-12T03:43:51.318493614Z2026-05-12T03:43:46.518184+00:00 === Creating GitHub release ===
2026-05-12T03:43:51.318500577Z2026-05-12T03:43:51.301666+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.3.7
2026-05-12T03:43:51.3185075Z2026-05-12T03:43:51.306470+00:00 === Released v0.3.7 ===
2026-05-12T03:43:51.318516797Z2026-05-12T03:43:51.307520+00:00 ✓ Job completed successfully (exit code: 0)