Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019db302-b513-369d-d3ab-bba9d948d857

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.889705954Z2026-04-22T02:26:42.085069+00:00 ⚠️ Configuration warnings:
2026-04-22T02:26:42.889716098Z • runner_image: Using 'latest' tag or no tag specified
2026-04-22T02:26:42.889723458Z 💡 Consider using a specific version tag for reproducible builds
2026-04-22T02:26:42.889728511Z
2026-04-22T02:26:42.889734178Z✅ Configuration is valid (with warnings)
2026-04-22T02:26:42.889743086Z2026-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.889751899Z2026-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.245339249Z2026-04-22T02:26:43.257880+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-04-22T02:26:43.247907719Z2026-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.247931469Z2026-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.447871929Z2026-04-22T02:26:44.459847+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-04-22T02:26:44.450177166Z2026-04-22T02:26:44.460667+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-04-22T02:27:26.957404724Z2026-04-22T02:26:42.085463+00:00 🔐 Preparing trusted CI source (type: git)
2026-04-22T02:27:26.957419081Z2026-04-22T02:26:42.085571+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-04-22T02:27:26.957425508Z2026-04-22T02:26:42.694989+00:00 Checking out ref: 425a8832ae74caceb06b3e5b747d765390002834
2026-04-22T02:27:26.957432638Z2026-04-22T02:26:43.257804+00:00 Fetched and checked out ref: 425a8832ae74caceb06b3e5b747d765390002834
2026-04-22T02:27:26.957438968Z2026-04-22T02:26:43.258002+00:00 Repository checked out to: /job/ci
2026-04-22T02:27:26.958001826Z2026-04-22T02:26:43.258705+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-04-22T02:27:26.958012399Z2026-04-22T02:26:43.889542+00:00 Checking out ref: 425a8832ae74caceb06b3e5b747d765390002834
2026-04-22T02:27:26.958019709Z2026-04-22T02:26:44.459748+00:00 Fetched and checked out ref: 425a8832ae74caceb06b3e5b747d765390002834
2026-04-22T02:27:26.958025804Z2026-04-22T02:26:44.460004+00:00 Repository checked out to: /job/src
2026-04-22T02:27:26.958031334Z2026-04-22T02:26:44.460864+00:00 Executing job locally (no container)
2026-04-22T02:27:26.958779506Z2026-04-22T02:26:44.460910+00:00 Command: set -e
2026-04-22T02:27:26.958790296Zexport HOME="${HOME:-/tmp/home}"
2026-04-22T02:27:26.958796193Zmkdir -p "$HOME/.local"
2026-04-22T02:27:26.9588009Z
2026-04-22T02:27:26.958864147Z# Install Go toolchain
2026-04-22T02:27:26.958872241Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-04-22T02:27:26.959402915Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-04-22T02:27:26.959412211Zrm /tmp/go.tar.gz
2026-04-22T02:27:26.959425381Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-04-22T02:27:26.959430781Z
2026-04-22T02:27:26.959436951Zcd /job/src
2026-04-22T02:27:26.959722571Z# Set up git auth for pushing tags and version bumps
2026-04-22T02:27:26.959732679Zgit remote set-url origin "https://x-access-token:${GITHUB_PAT}@github.com/${REACTORCIDE_REPO}.git"
2026-04-22T02:27:26.9599307Z
2026-04-22T02:27:26.95993945Zsh .reactorcide/jobs/scripts/release.sh
2026-04-22T02:27:26.960038711Z
2026-04-22T02:27:26.960047001Z2026-04-22T02:26:49.489597+00:00 === Installing semver-tags v0.4.0 ===
2026-04-22T02:27:26.960392837Z2026-04-22T02:26:50.479129+00:00 === Running semver-tags ===
2026-04-22T02:27:26.960404791Z2026-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:27:26.960788414Z2026-04-22T02:26:51.816126+00:00 fix: release needs to not install things
2026-04-22T02:27:26.960795571Z2026-04-22T02:26:51.816141+00:00 fix: adjust reactorcide job
2026-04-22T02:27:26.960804981Z2026-04-22T02:26:51.816155+00:00 fix: use runnerbase
2026-04-22T02:27:26.961129983Z2026-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:27:26.961136466Z2026-04-22T02:26:51.827285+00:00 === New release: v0.1.1 ===
2026-04-22T02:27:26.961198444Z2026-04-22T02:26:51.827328+00:00 === Updating versioned files to 0.1.1 ===
2026-04-22T02:27:26.961206877Z2026-04-22T02:26:51.878361+00:00 [detached HEAD 9332db5] ci: bump version to 0.1.1
2026-04-22T02:27:26.96221772Z2026-04-22T02:26:51.878404+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-04-22T02:27:26.962225654Z2026-04-22T02:26:51.882714+00:00 fatal: You are not currently on a branch.
2026-04-22T02:27:26.962231224Z2026-04-22T02:26:51.882754+00:00 To push the history leading to the current (detached HEAD)
2026-04-22T02:27:26.962236544Z2026-04-22T02:26:51.882770+00:00 state now, use
2026-04-22T02:27:26.96224137Z2026-04-22T02:26:51.882785+00:00
2026-04-22T02:27:26.963082821Z2026-04-22T02:26:51.882800+00:00 git push origin HEAD:<name-of-remote-branch>
2026-04-22T02:27:26.963089657Z2026-04-22T02:26:51.882815+00:00
2026-04-22T02:27:26.963095827Z2026-04-22T02:26:51.883182+00:00 Push failed, continuing with release
2026-04-22T02:27:26.963101794Z2026-04-22T02:26:51.883209+00:00 === Building longhouse binaries ===
2026-04-22T02:27:26.963109994Z2026-04-22T02:26:51.942296+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-04-22T02:27:26.963115704Z2026-04-22T02:26:51.942702+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-04-22T02:27:26.963121248Z2026-04-22T02:26:51.944537+00:00 go: downloading github.com/rs/cors v1.11.1
2026-04-22T02:27:26.963127904Z2026-04-22T02:26:51.953604+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-04-22T02:27:26.963314316Z2026-04-22T02:26:51.960650+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-04-22T02:27:26.963325573Z2026-04-22T02:26:51.964501+00:00 go: downloading gorm.io/gorm v1.25.12
2026-04-22T02:27:26.963335363Z2026-04-22T02:26:52.207957+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-04-22T02:27:26.963590408Z2026-04-22T02:26:52.253084+00:00 go: downloading golang.org/x/sys v0.28.0
2026-04-22T02:27:26.963601268Z2026-04-22T02:26:52.299062+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-04-22T02:27:26.963642335Z2026-04-22T02:26:52.299175+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-04-22T02:27:26.963648305Z2026-04-22T02:26:52.299196+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-04-22T02:27:26.963755603Z2026-04-22T02:26:52.299429+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-04-22T02:27:26.964047106Z2026-04-22T02:26:52.304003+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-04-22T02:27:26.96454506Z2026-04-22T02:26:52.304049+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-04-22T02:27:26.96455423Z2026-04-22T02:26:52.304699+00:00 go: downloading golang.org/x/text v0.21.0
2026-04-22T02:27:26.964560436Z2026-04-22T02:26:52.304773+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-04-22T02:27:26.96456735Z2026-04-22T02:26:52.421453+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-04-22T02:27:26.965038875Z2026-04-22T02:26:52.421563+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-04-22T02:27:26.965049948Z2026-04-22T02:26:52.421585+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-04-22T02:27:26.965057858Z2026-04-22T02:26:52.422369+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-04-22T02:27:26.965237557Z2026-04-22T02:26:52.436023+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-04-22T02:27:26.965253077Z2026-04-22T02:26:52.437072+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-04-22T02:27:26.965431424Z2026-04-22T02:26:52.441810+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-04-22T02:27:26.965795082Z2026-04-22T02:26:52.443168+00:00 go: downloading golang.org/x/sync v0.10.0
2026-04-22T02:27:26.965802615Z2026-04-22T02:26:52.564634+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-04-22T02:27:26.965810198Z2026-04-22T02:27:14.770123+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-04-22T02:27:26.965851238Z2026-04-22T02:27:22.215425+00:00 === Creating GitHub release ===
2026-04-22T02:27:26.966134237Z2026-04-22T02:27:26.962473+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.1.1
2026-04-22T02:27:26.966141517Z2026-04-22T02:27:26.967595+00:00 === Released v0.1.1 ===
2026-04-22T02:27:26.966146914Z2026-04-22T02:27:26.968953+00:00 ✓ Job completed successfully (exit code: 0)