Reactorcide

← Back to Jobs

longhouse-release

completed exit: 0

Triggered by eval job 019de11f-de36-4cea-747c-e44c00d4339c

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:04.249106057Z2026-05-01T01:21:03.765453+00:00 ⚠️ Configuration warnings:
2026-05-01T01:21:04.249124583Z • runner_image: Using 'latest' tag or no tag specified
2026-05-01T01:21:04.249175727Z 💡 Consider using a specific version tag for reproducible builds
2026-05-01T01:21:04.249194677Z
2026-05-01T01:21:04.249204707Z✅ Configuration is valid (with warnings)
2026-05-01T01:21:04.249219478Z2026-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:04.249233048Z2026-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.338426744Z2026-05-01T01:21:05.335527+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-01T01:21:05.338442837Z2026-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.338477291Z2026-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.802466874Z2026-05-01T01:21:06.800026+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-01T01:21:06.804491578Z2026-05-01T01:21:06.800778+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-01T01:21:13.817882968Z2026-05-01T01:21:03.766292+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-01T01:21:13.817905891Z2026-05-01T01:21:03.766601+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T01:21:13.817913351Z2026-05-01T01:21:04.561108+00:00 Checking out ref: c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-05-01T01:21:13.817922108Z2026-05-01T01:21:05.335446+00:00 Fetched and checked out ref: c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-05-01T01:21:13.818033419Z2026-05-01T01:21:05.335627+00:00 Repository checked out to: /job/ci
2026-05-01T01:21:13.818046219Z2026-05-01T01:21:05.336439+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T01:21:13.818055192Z2026-05-01T01:21:06.078178+00:00 Checking out ref: c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-05-01T01:21:13.818353605Z2026-05-01T01:21:06.799950+00:00 Fetched and checked out ref: c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-05-01T01:21:13.818646994Z2026-05-01T01:21:06.800122+00:00 Repository checked out to: /job/src
2026-05-01T01:21:13.818654944Z2026-05-01T01:21:06.800897+00:00 Executing job locally (no container)
2026-05-01T01:21:13.818661381Z2026-05-01T01:21:06.800928+00:00 Command: set -e
2026-05-01T01:21:13.818667917Zexport HOME="${HOME:-/tmp/home}"
2026-05-01T01:21:13.818674291Zmkdir -p "$HOME/.local"
2026-05-01T01:21:13.818678741Z
2026-05-01T01:21:13.818683917Z# Install Go toolchain
2026-05-01T01:21:13.818689694Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-01T01:21:13.818835422Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-01T01:21:13.818842306Zrm /tmp/go.tar.gz
2026-05-01T01:21:13.818856356Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-01T01:21:13.818860786Z
2026-05-01T01:21:13.819231715Zcd /job/src
2026-05-01T01:21:13.819253517Z# release.sh handles git remote auth itself, gated on
2026-05-01T01:21:13.819390508Z# REACTORCIDE_WORKER_MODE / SKIP_GITHUB so run-local stays read-only.
2026-05-01T01:21:13.819402271Zsh .reactorcide/jobs/scripts/release.sh
2026-05-01T01:21:13.819822691Z
2026-05-01T01:21:13.820034769Z2026-05-01T01:21:12.450021+00:00 === Installing semver-tags v0.4.0 ===
2026-05-01T01:21:13.820042895Z2026-05-01T01:21:13.364085+00:00 === Running semver-tags ===
2026-05-01T01:21:13.820052262Z2026-05-01T01:21:13.803495+00:00 Output: ERRO[2026-05-01T01:21:13Z] error checking commits error="error pushing tags: exit status 128
2026-05-01T01:21:13.820057919Z2026-05-01T01:21:13.803566+00:00
2026-05-01T01:21:13.820064796Z2026-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.820070576Z2026-05-01T01:21:13.803602+00:00 "
2026-05-01T01:21:13.820075567Z2026-05-01T01:21:13.814074+00:00 No new release needed.
2026-05-01T01:21:13.820180647Z2026-05-01T01:21:13.814987+00:00 ✓ Job completed successfully (exit code: 0)