longhouse-release
completed- 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:23.774118+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-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: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.201226+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-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.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.588599+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-01T02:03:26.589300+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-01T02:03:23.774821+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-01T02:03:23.774955+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T02:03:24.604704+00:00 Checking out ref: 09faff113a3fe3b02227c979d647f4f6eefcd942
2026-05-01T02:03:25.201156+00:00 Fetched and checked out ref: 09faff113a3fe3b02227c979d647f4f6eefcd942
2026-05-01T02:03:25.201327+00:00 Repository checked out to: /job/ci
2026-05-01T02:03:25.202057+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T02:03:26.014591+00:00 Checking out ref: 09faff113a3fe3b02227c979d647f4f6eefcd942
2026-05-01T02:03:26.588503+00:00 Fetched and checked out ref: 09faff113a3fe3b02227c979d647f4f6eefcd942
2026-05-01T02:03:26.588701+00:00 Repository checked out to: /job/src
2026-05-01T02:03:26.589408+00:00 Executing job locally (no container)
2026-05-01T02:03:26.589436+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
# release.sh handles git remote auth itself, gated on
# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
sh .reactorcide/jobs/scripts/release.sh
2026-05-01T02:03:32.465891+00:00 === Installing semver-tags v0.4.0 ===
2026-05-01T02:03:33.341283+00:00 === Running semver-tags ===
2026-05-01T02:03:33.776740+00:00 Output: [31mERRO[0m[2026-05-01T02:03:33Z] error checking commits [31merror[0m="error pushing tags: exit status 128
2026-05-01T02:03:33.776869+00:00
2026-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.776916+00:00 "
2026-05-01T02:03:33.787054+00:00 No new release needed.
2026-05-01T02:03:33.788005+00:00 ✓ Job completed successfully (exit code: 0)