Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019de146-9e17-652c-c46b-de85089a07d1

Job ID
019de146-b71d-a2e5-5211-b86ad4cb70dc
Created
2026-05-01 02:03:21 UTC
Updated
2026-05-01 02:03:21 UTC
Duration
15s
Source Ref
09faff113a3fe3b02227c979d647f4f6eefcd942
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-01T02:03:24.33121188Z2026-05-01T02:03:23.774118+00:00 ⚠️ Configuration warnings:
2026-05-01T02:03:24.331230361Z • runner_image: Using 'latest' tag or no tag specified
2026-05-01T02:03:24.331242101Z 💡 Consider using a specific version tag for reproducible builds
2026-05-01T02:03:24.331251078Z
2026-05-01T02:03:24.331259475Z✅ Configuration is valid (with warnings)
2026-05-01T02:03:24.331279998Z2026-05-01T02:03:23.774715+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=09faff113a3fe3b02227c979d647f4f6eefcd942
2026-05-01T02:03:24.331292525Z2026-05-01T02:03:23.774895+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=09faff113a3fe3b02227c979d647f4f6eefcd942 target=/job/ci
2026-05-01T02:03:25.204633354Z2026-05-01T02:03:25.201226+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-01T02:03:25.206467167Z2026-05-01T02:03:25.201901+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=09faff113a3fe3b02227c979d647f4f6eefcd942
2026-05-01T02:03:25.206480717Z2026-05-01T02:03:25.201996+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=09faff113a3fe3b02227c979d647f4f6eefcd942 target=/job/src
2026-05-01T02:03:26.591890266Z2026-05-01T02:03:26.588599+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-01T02:03:26.593918454Z2026-05-01T02:03:26.589300+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-01T02:03:33.792193009Z2026-05-01T02:03:23.774821+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-01T02:03:33.792207979Z2026-05-01T02:03:23.774955+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T02:03:33.792215162Z2026-05-01T02:03:24.604704+00:00 Checking out ref: 09faff113a3fe3b02227c979d647f4f6eefcd942
2026-05-01T02:03:33.792221869Z2026-05-01T02:03:25.201156+00:00 Fetched and checked out ref: 09faff113a3fe3b02227c979d647f4f6eefcd942
2026-05-01T02:03:33.792227809Z2026-05-01T02:03:25.201327+00:00 Repository checked out to: /job/ci
2026-05-01T02:03:33.792235023Z2026-05-01T02:03:25.202057+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T02:03:33.792242437Z2026-05-01T02:03:26.014591+00:00 Checking out ref: 09faff113a3fe3b02227c979d647f4f6eefcd942
2026-05-01T02:03:33.7922485Z2026-05-01T02:03:26.588503+00:00 Fetched and checked out ref: 09faff113a3fe3b02227c979d647f4f6eefcd942
2026-05-01T02:03:33.792253943Z2026-05-01T02:03:26.588701+00:00 Repository checked out to: /job/src
2026-05-01T02:03:33.792266763Z2026-05-01T02:03:26.589408+00:00 Executing job locally (no container)
2026-05-01T02:03:33.792483008Z2026-05-01T02:03:26.589436+00:00 Command: set -e
2026-05-01T02:03:33.792491481Zexport HOME="${HOME:-/tmp/home}"
2026-05-01T02:03:33.792497394Zmkdir -p "$HOME/.local"
2026-05-01T02:03:33.792502455Z
2026-05-01T02:03:33.792642813Z# Install Go toolchain
2026-05-01T02:03:33.79265803Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-01T02:03:33.793018899Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-01T02:03:33.793026464Zrm /tmp/go.tar.gz
2026-05-01T02:03:33.79311462Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-01T02:03:33.793127304Z
2026-05-01T02:03:33.793133997Zcd /job/src
2026-05-01T02:03:33.79313998Z# release.sh handles git remote auth itself, gated on
2026-05-01T02:03:33.793277715Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-05-01T02:03:33.793285019Zsh .reactorcide/jobs/scripts/release.sh
2026-05-01T02:03:33.793557078Z
2026-05-01T02:03:33.793567878Z2026-05-01T02:03:32.465891+00:00 === Installing semver-tags v0.4.0 ===
2026-05-01T02:03:33.794068232Z2026-05-01T02:03:33.341283+00:00 === Running semver-tags ===
2026-05-01T02:03:33.794079083Z2026-05-01T02:03:33.776740+00:00 Output: ERRO[2026-05-01T02:03:33Z] error checking commits error="error pushing tags: exit status 128
2026-05-01T02:03:33.794084349Z2026-05-01T02:03:33.776869+00:00
2026-05-01T02:03:33.794091573Z2026-05-01T02:03:33.776899+00:00 fatal: could not read Username for 'https://github.com': No such device or address
2026-05-01T02:03:33.794100073Z2026-05-01T02:03:33.776916+00:00 "
2026-05-01T02:03:33.794105733Z2026-05-01T02:03:33.787054+00:00 No new release needed.
2026-05-01T02:03:33.79430837Z2026-05-01T02:03:33.788005+00:00 ✓ Job completed successfully (exit code: 0)