longhouse-release
completed- Job ID
019de11f-f3d7-6ef5-b4b2-81340264d947- Created
- 2026-05-01 01:21:00 UTC
- Updated
- 2026-05-01 01:21:00 UTC
- Duration
- 15s
- Source Ref
- c201956bc7bf2d97e41bcd6943d375d4ebd74188
- 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-01T01:21:03.765453+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-01T01:21:03.766163+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-05-01T01:21:03.766489+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=c201956bc7bf2d97e41bcd6943d375d4ebd74188 target=/job/ci
2026-05-01T01:21:05.335527+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-01T01:21:05.336201+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-05-01T01:21:05.336302+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=c201956bc7bf2d97e41bcd6943d375d4ebd74188 target=/job/src
2026-05-01T01:21:06.800026+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-01T01:21:06.800778+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-01T01:21:03.766292+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-01T01:21:03.766601+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T01:21:04.561108+00:00 Checking out ref: c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-05-01T01:21:05.335446+00:00 Fetched and checked out ref: c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-05-01T01:21:05.335627+00:00 Repository checked out to: /job/ci
2026-05-01T01:21:05.336439+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T01:21:06.078178+00:00 Checking out ref: c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-05-01T01:21:06.799950+00:00 Fetched and checked out ref: c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-05-01T01:21:06.800122+00:00 Repository checked out to: /job/src
2026-05-01T01:21:06.800897+00:00 Executing job locally (no container)
2026-05-01T01:21:06.800928+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-01T01:21:12.450021+00:00 === Installing semver-tags v0.4.0 ===
2026-05-01T01:21:13.364085+00:00 === Running semver-tags ===
2026-05-01T01:21:13.803495+00:00 Output: [31mERRO[0m[2026-05-01T01:21:13Z] error checking commits [31merror[0m="error pushing tags: exit status 128
2026-05-01T01:21:13.803566+00:00
2026-05-01T01:21:13.803585+00:00 fatal: could not read Username for 'https://github.com': No such device or address
2026-05-01T01:21:13.803602+00:00 "
2026-05-01T01:21:13.814074+00:00 No new release needed.
2026-05-01T01:21:13.814987+00:00 ✓ Job completed successfully (exit code: 0)