longhouse-release
completed- Job ID
019db302-ce81-2ee0-7634-4b1b118f0929- Created
- 2026-04-22 02:26:38 UTC
- Updated
- 2026-04-22 02:26:38 UTC
- Duration
- 50s
- Source Ref
- 425a8832ae74caceb06b3e5b747d765390002834
- Source URL
- https://github.com/catalystcommunity/longhouse.git
- Runner Image
10.16.0.1:5000/public/reactorcide/runnerbase:dev- Priority
- 15
- Queue
- reactorcide-jobs
Logs
2026-04-22T02:26:42.085069+00:00 ⚠️ Configuration warnings:
• runner_image: Using 'latest' tag or no tag specified
💡 Consider using a specific version tag for reproducible builds
✅ Configuration is valid (with warnings)
2026-04-22T02:26:42.085404+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=425a8832ae74caceb06b3e5b747d765390002834
2026-04-22T02:26:42.085518+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=425a8832ae74caceb06b3e5b747d765390002834 target=/job/ci
2026-04-22T02:26:43.257880+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-04-22T02:26:43.258556+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=425a8832ae74caceb06b3e5b747d765390002834
2026-04-22T02:26:43.258647+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=425a8832ae74caceb06b3e5b747d765390002834 target=/job/src
2026-04-22T02:26:44.459847+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-04-22T02:26:44.460667+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-04-22T02:26:42.085463+00:00 🔐 Preparing trusted CI source (type: git)
2026-04-22T02:26:42.085571+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-04-22T02:26:42.694989+00:00 Checking out ref: 425a8832ae74caceb06b3e5b747d765390002834
2026-04-22T02:26:43.257804+00:00 Fetched and checked out ref: 425a8832ae74caceb06b3e5b747d765390002834
2026-04-22T02:26:43.258002+00:00 Repository checked out to: /job/ci
2026-04-22T02:26:43.258705+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-04-22T02:26:43.889542+00:00 Checking out ref: 425a8832ae74caceb06b3e5b747d765390002834
2026-04-22T02:26:44.459748+00:00 Fetched and checked out ref: 425a8832ae74caceb06b3e5b747d765390002834
2026-04-22T02:26:44.460004+00:00 Repository checked out to: /job/src
2026-04-22T02:26:44.460864+00:00 Executing job locally (no container)
2026-04-22T02:26:44.460910+00:00 Command: set -e
export HOME="${HOME:-/tmp/home}"
mkdir -p "$HOME/.local"
# Install Go toolchain
curl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
tar -C "$HOME/.local" -xzf /tmp/go.tar.gz
rm /tmp/go.tar.gz
export PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
cd /job/src
# Set up git auth for pushing tags and version bumps
git remote set-url origin "https://x-access-token:${GITHUB_PAT}@github.com/${REACTORCIDE_REPO}.git"
sh .reactorcide/jobs/scripts/release.sh
2026-04-22T02:26:49.489597+00:00 === Installing semver-tags v0.4.0 ===
2026-04-22T02:26:50.479129+00:00 === Running semver-tags ===
2026-04-22T02:26:51.816058+00:00 Output: {"New_release_published":"true","New_release_version":"0.1.1","New_release_major_version":"0","New_release_minor_version":"1","New_release_patch_version":"1","New_release_git_head":"","New_release_notes":"fix: use new reactorcide builder job stuff
2026-04-22T02:26:51.816126+00:00 fix: release needs to not install things
2026-04-22T02:26:51.816141+00:00 fix: adjust reactorcide job
2026-04-22T02:26:51.816155+00:00 fix: use runnerbase
2026-04-22T02:26:51.816170+00:00 fix: add reactorcide jobs","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"fix: use new reactorcide builder job stuff\",\"fix: release needs to not install things\",\"fix: adjust reactorcide job\",\"fix: use runnerbase\",\"fix: add reactorcide jobs\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.1.1","Last_release_version":"0.1.0","Last_release_git_head":"72e5c21eea056e08dd325861853616e309a9b219","Last_release_git_tag":"v0.1.0"}
2026-04-22T02:26:51.827285+00:00 === New release: v0.1.1 ===
2026-04-22T02:26:51.827328+00:00 === Updating versioned files to 0.1.1 ===
2026-04-22T02:26:51.878361+00:00 [detached HEAD 9332db5] ci: bump version to 0.1.1
2026-04-22T02:26:51.878404+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-04-22T02:26:51.882714+00:00 fatal: You are not currently on a branch.
2026-04-22T02:26:51.882754+00:00 To push the history leading to the current (detached HEAD)
2026-04-22T02:26:51.882770+00:00 state now, use
2026-04-22T02:26:51.882785+00:00
2026-04-22T02:26:51.882800+00:00 git push origin HEAD:<name-of-remote-branch>
2026-04-22T02:26:51.882815+00:00
2026-04-22T02:26:51.883182+00:00 Push failed, continuing with release
2026-04-22T02:26:51.883209+00:00 === Building longhouse binaries ===
2026-04-22T02:26:51.942296+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-04-22T02:26:51.942702+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-04-22T02:26:51.944537+00:00 go: downloading github.com/rs/cors v1.11.1
2026-04-22T02:26:51.953604+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-04-22T02:26:51.960650+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-04-22T02:26:51.964501+00:00 go: downloading gorm.io/gorm v1.25.12
2026-04-22T02:26:52.207957+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-04-22T02:26:52.253084+00:00 go: downloading golang.org/x/sys v0.28.0
2026-04-22T02:26:52.299062+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-04-22T02:26:52.299175+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-04-22T02:26:52.299196+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-04-22T02:26:52.299429+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-04-22T02:26:52.304003+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-04-22T02:26:52.304049+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-04-22T02:26:52.304699+00:00 go: downloading golang.org/x/text v0.21.0
2026-04-22T02:26:52.304773+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-04-22T02:26:52.421453+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-04-22T02:26:52.421563+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-04-22T02:26:52.421585+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-04-22T02:26:52.422369+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-04-22T02:26:52.436023+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-04-22T02:26:52.437072+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-04-22T02:26:52.441810+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-04-22T02:26:52.443168+00:00 go: downloading golang.org/x/sync v0.10.0
2026-04-22T02:26:52.564634+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-04-22T02:27:14.770123+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-04-22T02:27:22.215425+00:00 === Creating GitHub release ===
2026-04-22T02:27:26.962473+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.1.1
2026-04-22T02:27:26.967595+00:00 === Released v0.1.1 ===
2026-04-22T02:27:26.968953+00:00 ✓ Job completed successfully (exit code: 0)