Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019e718a-94ab-b52e-a015-599ce75ff872

Job ID
019e718a-a87d-7541-2906-bd7fce43e3d3
Created
2026-05-29 02:22:53 UTC
Updated
2026-05-29 02:22:53 UTC
Duration
55s
Source Ref
1c1defc942af98dcb89e4ed9b24ebf0556340ea2
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-29T02:22:56.019550831Z2026-05-29T02:22:55.659241+00:00 ⚠️ Configuration warnings:
2026-05-29T02:22:56.019565881Z • runner_image: Using 'latest' tag or no tag specified
2026-05-29T02:22:56.019580641Z 💡 Consider using a specific version tag for reproducible builds
2026-05-29T02:22:56.019588761Z
2026-05-29T02:22:56.019596528Z✅ Configuration is valid (with warnings)
2026-05-29T02:22:56.019612848Z2026-05-29T02:22:55.659809+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=c54859c3b099e3cbffc26c4222fd7aed4f167f6f
2026-05-29T02:22:56.019624958Z2026-05-29T02:22:55.660019+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=c54859c3b099e3cbffc26c4222fd7aed4f167f6f target=/job/ci
2026-05-29T02:22:56.709927501Z2026-05-29T02:22:56.709394+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-29T02:22:56.709945374Z2026-05-29T02:22:56.710111+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=1c1defc942af98dcb89e4ed9b24ebf0556340ea2
2026-05-29T02:22:56.709955958Z2026-05-29T02:22:56.710202+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=1c1defc942af98dcb89e4ed9b24ebf0556340ea2 target=/job/src
2026-05-29T02:22:58.393733298Z2026-05-29T02:22:58.393515+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-29T02:22:58.39565326Z2026-05-29T02:22:58.394253+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-29T02:23:08.594233189Z2026-05-29T02:22:55.659920+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-29T02:23:08.59425288Z2026-05-29T02:22:55.660105+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-29T02:23:08.594262743Z2026-05-29T02:22:56.641788+00:00 Checking out ref: c54859c3b099e3cbffc26c4222fd7aed4f167f6f
2026-05-29T02:23:08.59427177Z2026-05-29T02:22:56.709524+00:00 Repository checked out to: /job/ci
2026-05-29T02:23:08.594287303Z2026-05-29T02:22:56.710262+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-29T02:23:08.594852463Z2026-05-29T02:22:57.775887+00:00 Checking out ref: 1c1defc942af98dcb89e4ed9b24ebf0556340ea2
2026-05-29T02:23:08.594866413Z2026-05-29T02:22:58.386386+00:00 Fetched and checked out ref: 1c1defc942af98dcb89e4ed9b24ebf0556340ea2
2026-05-29T02:23:08.594875679Z2026-05-29T02:22:58.393682+00:00 Repository checked out to: /job/src
2026-05-29T02:23:08.595509905Z2026-05-29T02:22:58.394362+00:00 Executing job locally (no container)
2026-05-29T02:23:08.595523915Z2026-05-29T02:22:58.394389+00:00 Command: set -e
2026-05-29T02:23:08.595613603Zexport HOME="${HOME:-/tmp/home}"
2026-05-29T02:23:08.596483661Zmkdir -p "$HOME/.local"
2026-05-29T02:23:08.596953008Z
2026-05-29T02:23:08.596962968Z# Install Go toolchain
2026-05-29T02:23:08.596971075Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-29T02:23:08.596977015Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-29T02:23:08.596982322Zrm /tmp/go.tar.gz
2026-05-29T02:23:08.597829953Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-29T02:23:08.597849673Z
2026-05-29T02:23:08.59785958Zcd /job/src
2026-05-29T02:23:08.597868001Z# release.sh handles git remote auth itself, gated on
2026-05-29T02:23:08.597878284Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-05-29T02:23:08.597943031Zsh .reactorcide/jobs/scripts/release.sh
2026-05-29T02:23:08.597953161Z
2026-05-29T02:23:08.597963814Z2026-05-29T02:23:04.078407+00:00 === Aligning to origin/main ===
2026-05-29T02:23:08.598232695Z2026-05-29T02:23:04.511800+00:00 From https://github.com/catalystcommunity/longhouse
2026-05-29T02:23:08.598250148Z2026-05-29T02:23:04.511875+00:00 * branch main -> FETCH_HEAD
2026-05-29T02:23:08.598256111Z2026-05-29T02:23:04.539763+00:00 Warning: you are leaving 1 commit behind, not connected to
2026-05-29T02:23:08.598262398Z2026-05-29T02:23:04.539813+00:00 any of your branches:
2026-05-29T02:23:08.598268011Z2026-05-29T02:23:04.539828+00:00
2026-05-29T02:23:08.598274571Z2026-05-29T02:23:04.539842+00:00 1c1defc feat: comments and notification feed
2026-05-29T02:23:08.598971642Z2026-05-29T02:23:04.539857+00:00
2026-05-29T02:23:08.598983002Z2026-05-29T02:23:04.539870+00:00 If you want to keep it by creating a new branch, this may be a good time
2026-05-29T02:23:08.598989132Z2026-05-29T02:23:04.539885+00:00 to do so with:
2026-05-29T02:23:08.598994488Z2026-05-29T02:23:04.539896+00:00
2026-05-29T02:23:08.599000958Z2026-05-29T02:23:04.539911+00:00 git branch <new-branch-name> 1c1defc
2026-05-29T02:23:08.599010618Z2026-05-29T02:23:04.539922+00:00
2026-05-29T02:23:08.599928924Z2026-05-29T02:23:04.542776+00:00 Switched to and reset branch 'main'
2026-05-29T02:23:08.599947651Z2026-05-29T02:23:04.543905+00:00 branch 'main' set up to track 'origin/main'.
2026-05-29T02:23:08.599956607Z2026-05-29T02:23:04.543939+00:00 Your branch is up to date with 'origin/main'.
2026-05-29T02:23:08.599964717Z2026-05-29T02:23:04.544424+00:00 === Installing semver-tags v0.4.0 ===
2026-05-29T02:23:08.599973231Z2026-05-29T02:23:05.494400+00:00 === Running semver-tags ===
2026-05-29T02:23:08.599986357Z2026-05-29T02:23:06.789941+00:00 INFO[2026-05-29T02:23:05Z] 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-29T02:23:08.599997141Z2026-05-29T02:23:06.790009+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.7.0,866d3896db8190f3a880aab6d963fc4ff5f4c1da
2026-05-29T02:23:08.600677908Z2026-05-29T02:23:06.790026+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.6.1,5f74b21d5259c64dd405ab4a8cf7acf626bc58c7
2026-05-29T02:23:08.600689561Z2026-05-29T02:23:06.790040+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.6.0,4207d5e256e4c9a762f4db697a3850c2f802fd01
2026-05-29T02:23:08.600697674Z2026-05-29T02:23:06.790053+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.5.1,cbef46bffa50d281a6d95a6cb7c0724cd7629c31
2026-05-29T02:23:08.600703988Z2026-05-29T02:23:06.790068+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.5.0,af7036a298302ae3c01e5d8f63d16489de44d573
2026-05-29T02:23:08.600710341Z2026-05-29T02:23:06.790109+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.4.0,7e2a09ba0f898a15156f03e734b7a06d71956ae8
2026-05-29T02:23:08.600716134Z2026-05-29T02:23:06.790123+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.3.7,b104455e2da98ac060fd9e5d902ccd244bbd3967
2026-05-29T02:23:08.600721461Z2026-05-29T02:23:06.790136+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.3.6,0efd10c057ceb41fbc063e8c6c2da2b66cface4a
2026-05-29T02:23:08.600727298Z2026-05-29T02:23:06.790149+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.3.5,6ae914b37a86b7099d3e18bbc02756cd39757059
2026-05-29T02:23:08.600912863Z2026-05-29T02:23:06.790161+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.3.4,e6b4b7f14ca530846174b41ec803979146e0ecbf
2026-05-29T02:23:08.600930733Z2026-05-29T02:23:06.790174+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.3.3,e10ed1490524cf42e3325996648fb13f8a14fc36
2026-05-29T02:23:08.600940653Z2026-05-29T02:23:06.790187+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.3.2,e7d779b74dbd40dbaa5b95519f662165f17b67a1
2026-05-29T02:23:08.60094731Z2026-05-29T02:23:06.790199+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.3.1,112eb2fed5cfa200a1c472e15f4afccb60d23ec0
2026-05-29T02:23:08.601719613Z2026-05-29T02:23:06.790212+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.3.0,ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-29T02:23:08.601730737Z2026-05-29T02:23:06.790224+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.2.0,0f38459992797da09993c9f542a6847a3cf62240
2026-05-29T02:23:08.601737584Z2026-05-29T02:23:06.790236+00:00 INFO[2026-05-29T02:23:05Z] Tag line found: v0.1.1,425a8832ae74caceb06b3e5b747d765390002834
2026-05-29T02:23:08.601744461Z2026-05-29T02:23:06.790249+00:00 INFO[2026-05-29T02:23:05Z] Tag line found:
2026-05-29T02:23:08.601751208Z2026-05-29T02:23:06.790264+00:00 INFO[2026-05-29T02:23:05Z] Analyzing Commits for package:
2026-05-29T02:23:08.601758368Z2026-05-29T02:23:06.790277+00:00 INFO[2026-05-29T02:23:05Z] Analyzing Commit: feat: comments and notification feed
2026-05-29T02:23:08.601783744Z2026-05-29T02:23:06.790290+00:00 INFO[2026-05-29T02:23:05Z] Found Minor commit
2026-05-29T02:23:08.601794781Z2026-05-29T02:23:06.790304+00:00 INFO[2026-05-29T02:23:05Z] Analyzing Commit: ci: bump version to 0.7.0
2026-05-29T02:23:08.60205592Z2026-05-29T02:23:06.790318+00:00 INFO[2026-05-29T02:23:05Z] Not a conventional commit
2026-05-29T02:23:08.60206646Z2026-05-29T02:23:06.790331+00:00 INFO[2026-05-29T02:23:05Z] Tagging new version: v0.8.0
2026-05-29T02:23:08.6020775Z2026-05-29T02:23:06.804298+00:00 {"New_release_published":"true","New_release_version":"0.8.0","New_release_major_version":"0","New_release_minor_version":"8","New_release_patch_version":"0","New_release_git_head":"","New_release_notes":"feat: comments and notification feed\nci: bump version to 0.7.0","New_release_notes_json":"{\"new_release_notes_escaped\":{\"package_\":[\"feat: comments and notification feed\",\"ci: bump version to 0.7.0\"]}}","Dry_run":"false","Release_package":"","New_release_git_tag":"v0.8.0","Last_release_version":"0.7.0","Last_release_git_head":"866d3896db8190f3a880aab6d963fc4ff5f4c1da","Last_release_git_tag":"v0.7.0"}=== New release: v0.8.0 ===
2026-05-29T02:23:08.602083316Z2026-05-29T02:23:06.804340+00:00 === Updating versioned files to 0.8.0 ===
2026-05-29T02:23:08.602089703Z2026-05-29T02:23:06.850939+00:00 [main a00ee4f] ci: bump version to 0.8.0
2026-05-29T02:23:08.602095574Z2026-05-29T02:23:06.850982+00:00 2 files changed, 3 insertions(+), 3 deletions(-)
2026-05-29T02:23:08.602305842Z2026-05-29T02:23:08.180017+00:00 remote: Bypassed rule violations for refs/heads/main:
2026-05-29T02:23:08.602313016Z2026-05-29T02:23:08.180085+00:00 remote:
2026-05-29T02:23:08.602319236Z2026-05-29T02:23:08.180102+00:00 remote: - Changes must be made through a pull request.
2026-05-29T02:23:08.602324596Z2026-05-29T02:23:08.180116+00:00 remote:
2026-05-29T02:23:08.602329996Z2026-05-29T02:23:08.180129+00:00 remote: - 5 of 5 required status checks are expected.
2026-05-29T02:23:08.602712807Z2026-05-29T02:23:08.180141+00:00 remote:
2026-05-29T02:23:08.602733417Z2026-05-29T02:23:08.181778+00:00 To https://github.com/catalystcommunity/longhouse.git
2026-05-29T02:23:08.603081066Z2026-05-29T02:23:08.181823+00:00 ecd78b9..a00ee4f HEAD -> main
2026-05-29T02:23:08.603321373Z2026-05-29T02:23:08.199903+00:00 === Building longhouse binaries ===
2026-05-29T02:23:08.603334463Z2026-05-29T02:23:08.249786+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-29T02:23:08.603343949Z2026-05-29T02:23:08.256875+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-29T02:23:08.603353099Z2026-05-29T02:23:08.256930+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-29T02:23:08.603894778Z2026-05-29T02:23:08.258203+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-29T02:23:08.603907124Z2026-05-29T02:23:08.299390+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-29T02:23:08.604488644Z2026-05-29T02:23:08.303174+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-29T02:23:08.604501087Z2026-05-29T02:23:08.343623+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-05-29T02:23:08.604515854Z2026-05-29T02:23:08.496978+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-29T02:23:08.6045247Z2026-05-29T02:23:08.551547+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-29T02:23:08.604532844Z2026-05-29T02:23:08.589845+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-05-29T02:23:08.604541704Z2026-05-29T02:23:08.589916+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-29T02:23:08.604935337Z2026-05-29T02:23:08.590130+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-29T02:23:08.604943834Z2026-05-29T02:23:08.591247+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-29T02:23:45.445319975Z2026-05-29T02:23:08.594079+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-29T02:23:45.445338339Z2026-05-29T02:23:08.611245+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-29T02:23:45.445348855Z2026-05-29T02:23:08.611338+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-29T02:23:45.445374196Z2026-05-29T02:23:08.611388+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-29T02:23:45.44538366Z2026-05-29T02:23:08.621203+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-29T02:23:45.4453921Z2026-05-29T02:23:08.705089+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-29T02:23:45.44540379Z2026-05-29T02:23:08.705258+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-29T02:23:45.445414366Z2026-05-29T02:23:08.705307+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-29T02:23:45.44542291Z2026-05-29T02:23:08.705339+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-29T02:23:45.445431253Z2026-05-29T02:23:08.748999+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-29T02:23:45.44543959Z2026-05-29T02:23:08.749062+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-29T02:23:45.445910855Z2026-05-29T02:23:08.754931+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-29T02:23:45.445919331Z2026-05-29T02:23:08.757856+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-29T02:23:45.445925498Z2026-05-29T02:23:08.894148+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-29T02:23:45.445932921Z2026-05-29T02:23:32.479688+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-29T02:23:45.446432369Z2026-05-29T02:23:40.721515+00:00 === Creating GitHub release ===
2026-05-29T02:23:45.446445199Z2026-05-29T02:23:45.439143+00:00 https://github.com/catalystcommunity/longhouse/releases/tag/v0.8.0
2026-05-29T02:23:45.446453779Z2026-05-29T02:23:45.443323+00:00 === Released v0.8.0 ===
2026-05-29T02:23:45.446464096Z2026-05-29T02:23:45.444357+00:00 ✓ Job completed successfully (exit code: 0)