Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019de6b9-b1e9-b996-a90c-e24bb2b2c104

Job ID
019de6b9-c8d0-e5a5-8ad7-d6c0248de0b0
Created
2026-05-02 03:27:08 UTC
Updated
2026-05-02 03:27:08 UTC
Duration
54s
Source Ref
5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0
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-02T03:27:11.802854721Z2026-05-02T03:27:11.222871+00:00 ⚠️ Configuration warnings:
2026-05-02T03:27:11.802878237Z • runner_image: Using 'latest' tag or no tag specified
2026-05-02T03:27:11.802885527Z 💡 Consider using a specific version tag for reproducible builds
2026-05-02T03:27:11.802890514Z
2026-05-02T03:27:11.802896788Z✅ Configuration is valid (with warnings)
2026-05-02T03:27:11.802905684Z2026-05-02T03:27:11.223402+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0
2026-05-02T03:27:11.802914631Z2026-05-02T03:27:11.223569+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0 target=/job/ci
2026-05-02T03:27:12.589947401Z2026-05-02T03:27:12.584141+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-02T03:27:12.592774757Z2026-05-02T03:27:12.585084+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0
2026-05-02T03:27:12.592800267Z2026-05-02T03:27:12.585188+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0 target=/job/src
2026-05-02T03:27:13.922030555Z2026-05-02T03:27:13.915930+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-02T03:27:13.924399659Z2026-05-02T03:27:13.916842+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-02T03:27:59.139538391Z2026-05-02T03:27:11.223500+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-02T03:27:59.139557274Z2026-05-02T03:27:11.223624+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-02T03:27:59.139567901Z2026-05-02T03:27:12.026571+00:00 Checking out ref: 5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0
2026-05-02T03:27:59.139586981Z2026-05-02T03:27:12.584059+00:00 Fetched and checked out ref: 5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0
2026-05-02T03:27:59.139623024Z2026-05-02T03:27:12.584272+00:00 Repository checked out to: /job/ci
2026-05-02T03:27:59.139636165Z2026-05-02T03:27:12.585254+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-02T03:27:59.139646312Z2026-05-02T03:27:13.338104+00:00 Checking out ref: 5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0
2026-05-02T03:27:59.139655592Z2026-05-02T03:27:13.915850+00:00 Fetched and checked out ref: 5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0
2026-05-02T03:27:59.14062174Z2026-05-02T03:27:13.916032+00:00 Repository checked out to: /job/src
2026-05-02T03:27:59.14064581Z2026-05-02T03:27:13.917005+00:00 Executing job locally (no container)
2026-05-02T03:27:59.140661026Z2026-05-02T03:27:13.917055+00:00 Command: set -e
2026-05-02T03:27:59.140700096Zexport HOME="${HOME:-/tmp/home}"
2026-05-02T03:27:59.140922666Zmkdir -p "$HOME/.local"
2026-05-02T03:27:59.140936373Z
2026-05-02T03:27:59.140947559Z# Install Go toolchain
2026-05-02T03:27:59.140979306Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-02T03:27:59.140991546Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-02T03:27:59.140999029Zrm /tmp/go.tar.gz
2026-05-02T03:27:59.141019697Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-02T03:27:59.14102699Z
2026-05-02T03:27:59.14103718Zcd /job/src
2026-05-02T03:27:59.1410539Z# release.sh handles git remote auth itself, gated on
2026-05-02T03:27:59.141078684Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-05-02T03:27:59.141304886Zsh .reactorcide/jobs/scripts/release.sh
2026-05-02T03:27:59.141323989Z
2026-05-02T03:27:59.141339866Z2026-05-02T03:27:18.811520+00:00 === Aligning to origin/main ===
2026-05-02T03:27:59.141752069Z2026-05-02T03:27:19.250033+00:00 From https://github.com/catalystcommunity/longhouse
2026-05-02T03:27:59.141769233Z2026-05-02T03:27:19.250106+00:00 * branch main -> FETCH_HEAD
2026-05-02T03:27:59.14179939Z2026-05-02T03:27:19.287496+00:00 Warning: you are leaving 1 commit behind, not connected to
2026-05-02T03:27:59.14181099Z2026-05-02T03:27:19.287555+00:00 any of your branches:
2026-05-02T03:27:59.141820996Z2026-05-02T03:27:19.287570+00:00
2026-05-02T03:27:59.141834381Z2026-05-02T03:27:19.287587+00:00 5b866c5 fix: setup secrets randomly if not set
2026-05-02T03:27:59.141843921Z2026-05-02T03:27:19.287599+00:00
2026-05-02T03:27:59.141854697Z2026-05-02T03:27:19.287612+00:00 If you want to keep it by creating a new branch, this may be a good time
2026-05-02T03:27:59.142141389Z2026-05-02T03:27:19.287625+00:00 to do so with:
2026-05-02T03:27:59.142161576Z2026-05-02T03:27:19.287638+00:00
2026-05-02T03:27:59.142183586Z2026-05-02T03:27:19.287651+00:00 git branch <new-branch-name> 5b866c5
2026-05-02T03:27:59.143466063Z2026-05-02T03:27:19.287689+00:00
2026-05-02T03:27:59.143482931Z2026-05-02T03:27:19.290433+00:00 Switched to and reset branch 'main'
2026-05-02T03:27:59.143495351Z2026-05-02T03:27:19.291620+00:00 branch 'main' set up to track 'origin/main'.
2026-05-02T03:27:59.143522528Z2026-05-02T03:27:19.291676+00:00 Your branch is up to date with 'origin/main'.
2026-05-02T03:27:59.143529811Z2026-05-02T03:27:19.292135+00:00 === Installing semver-tags v0.4.0 ===
2026-05-02T03:27:59.143536441Z2026-05-02T03:27:20.196279+00:00 === Running semver-tags ===
2026-05-02T03:27:59.143559661Z2026-05-02T03:27:21.488225+00:00 INFO[2026-05-02T03:27:20Z] 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-02T03:27:59.143575868Z2026-05-02T03:27:21.488302+00:00 INFO[2026-05-02T03:27:20Z] Tag line found: v0.3.2,e7d779b74dbd40dbaa5b95519f662165f17b67a1
2026-05-02T03:27:59.143633156Z2026-05-02T03:27:21.488317+00:00 INFO[2026-05-02T03:27:20Z] Tag line found: v0.3.1,112eb2fed5cfa200a1c472e15f4afccb60d23ec0
2026-05-02T03:27:59.143651206Z2026-05-02T03:27:21.488422+00:00 INFO[2026-05-02T03:27:20Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-02T03:27:59.143665729Z2026-05-02T03:27:21.488440+00:00 INFO[2026-05-02T03:27:20Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-05-02T03:27:59.143937271Z2026-05-02T03:27:21.488453+00:00 INFO[2026-05-02T03:27:20Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-05-02T03:27:59.144514383Z2026-05-02T03:27:21.488466+00:00 INFO[2026-05-02T03:27:20Z] Tag line found:
2026-05-02T03:27:59.144548339Z2026-05-02T03:27:21.488480+00:00 INFO[2026-05-02T03:27:20Z] Analyzing Commits for package:
2026-05-02T03:27:59.144561956Z2026-05-02T03:27:21.488492+00:00 INFO[2026-05-02T03:27:20Z] Analyzing Commit: fix: setup secrets randomly if not set
2026-05-02T03:27:59.144573329Z2026-05-02T03:27:21.488504+00:00 INFO[2026-05-02T03:27:20Z] Found Patch commit
2026-05-02T03:27:59.144590724Z2026-05-02T03:27:21.488518+00:00 INFO[2026-05-02T03:27:20Z] Analyzing Commit: ci: bump version to 0.3.2
2026-05-02T03:27:59.144762591Z2026-05-02T03:27:21.488532+00:00 INFO[2026-05-02T03:27:20Z] Not a conventional commit
2026-05-02T03:27:59.144780435Z2026-05-02T03:27:21.488544+00:00 INFO[2026-05-02T03:27:20Z] Tagging new version: v0.3.3
2026-05-02T03:27:59.144821865Z2026-05-02T03:27:21.505123+00:00 {"New_release_published":"true","New_release_version":"0.3.3","New_release_major_version":"0","New_release_minor_version":"3","New_release_patch_version":"3","New_release_git_head":"","New_release_notes":"fix: setup secrets randomly if not set\nci: bump version to 0.3.2","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"fix: setup secrets randomly if not set\",\"ci: bump version to 0.3.2\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.3.3","Last_release_version":"0.3.2","Last_release_git_head":"e7d779b74dbd40dbaa5b95519f662165f17b67a1","Last_release_git_tag":"v0.3.2"}=== New release: v0.3.3 ===
2026-05-02T03:27:59.145403947Z2026-05-02T03:27:21.505173+00:00 === Updating versioned files to 0.3.3 ===
2026-05-02T03:27:59.145420741Z2026-05-02T03:27:21.553419+00:00 [main d7a2732] ci: bump version to 0.3.3
2026-05-02T03:27:59.145433311Z2026-05-02T03:27:21.553486+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-05-02T03:27:59.145462841Z2026-05-02T03:27:22.831355+00:00 remote: Bypassed rule violations for refs/heads/main:
2026-05-02T03:27:59.145473634Z2026-05-02T03:27:22.831432+00:00 remote:
2026-05-02T03:27:59.145485604Z2026-05-02T03:27:22.831450+00:00 remote: - Changes must be made through a pull request.
2026-05-02T03:27:59.145972998Z2026-05-02T03:27:22.831463+00:00 remote:
2026-05-02T03:27:59.145988858Z2026-05-02T03:27:22.831477+00:00 remote: - 5 of 5 required status checks are expected.
2026-05-02T03:27:59.145999498Z2026-05-02T03:27:22.831490+00:00 remote:
2026-05-02T03:27:59.146023115Z2026-05-02T03:27:22.832945+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-05-02T03:27:59.146034455Z2026-05-02T03:27:22.833049+00:00 e10ed14..d7a2732 HEAD -> main
2026-05-02T03:27:59.146044085Z2026-05-02T03:27:22.851793+00:00 === Building longhouse binaries ===
2026-05-02T03:27:59.147096915Z2026-05-02T03:27:22.904161+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-02T03:27:59.147107411Z2026-05-02T03:27:22.907299+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-02T03:27:59.147125765Z2026-05-02T03:27:22.907421+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-02T03:27:59.147133258Z2026-05-02T03:27:22.928214+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-02T03:27:59.147140685Z2026-05-02T03:27:22.928390+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-02T03:27:59.147147555Z2026-05-02T03:27:22.978851+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-02T03:27:59.147159878Z2026-05-02T03:27:23.220048+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-02T03:27:59.147185735Z2026-05-02T03:27:23.280060+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-02T03:27:59.147197049Z2026-05-02T03:27:23.335826+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-02T03:27:59.147211652Z2026-05-02T03:27:23.335950+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-02T03:27:59.147223252Z2026-05-02T03:27:23.336002+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-02T03:27:59.147246722Z2026-05-02T03:27:23.336046+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-02T03:27:59.147258352Z2026-05-02T03:27:23.341202+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-02T03:27:59.149374986Z2026-05-02T03:27:23.341244+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-02T03:27:59.149395319Z2026-05-02T03:27:23.341633+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-02T03:27:59.149406169Z2026-05-02T03:27:23.341885+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-02T03:27:59.149416667Z2026-05-02T03:27:23.436561+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-02T03:27:59.14942704Z2026-05-02T03:27:23.436769+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-02T03:27:59.149436787Z2026-05-02T03:27:23.437570+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-02T03:27:59.149447934Z2026-05-02T03:27:23.438431+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-02T03:27:59.149458447Z2026-05-02T03:27:23.450849+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-02T03:27:59.149468544Z2026-05-02T03:27:23.450927+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-02T03:27:59.149481164Z2026-05-02T03:27:23.451010+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-02T03:27:59.149491201Z2026-05-02T03:27:23.451035+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-02T03:27:59.149503014Z2026-05-02T03:27:23.609241+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-02T03:27:59.149515151Z2026-05-02T03:27:45.748044+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-02T03:27:59.149525521Z2026-05-02T03:27:53.982678+00:00 === Creating GitHub release ===
2026-05-02T03:27:59.149536411Z2026-05-02T03:27:59.127435+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.3.3
2026-05-02T03:27:59.149545871Z2026-05-02T03:27:59.131811+00:00 === Released v0.3.3 ===
2026-05-02T03:27:59.14970814Z2026-05-02T03:27:59.133032+00:00 ✓ Job completed successfully (exit code: 0)