Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019de18f-d712-4f6b-50e8-7a5c5e2cbb0b

Job ID
019de18f-ed50-985d-b800-efbfdfc5947d
Created
2026-05-01 03:23:19 UTC
Updated
2026-05-01 03:23:19 UTC
Duration
49s
Source Ref
ff51aa36dd8463e9840d4093229467e923271cf1
Source URL
https://github.com/catalystcommunity/longhouse.git
Runner Image
containers.catalystsquad.com/public/reactorcide/runnerbase:dev
Priority
10
Queue
reactorcide-jobs

Logs

2026-05-01T03:23:23.935544983Z2026-05-01T03:23:23.586166+00:00 ⚠️ Configuration warnings:
2026-05-01T03:23:23.935557983Z • runner_image: Using 'latest' tag or no tag specified
2026-05-01T03:23:23.935563511Z 💡 Consider using a specific version tag for reproducible builds
2026-05-01T03:23:23.935567848Z
2026-05-01T03:23:23.935571943Z✅ Configuration is valid (with warnings)
2026-05-01T03:23:23.935578265Z2026-05-01T03:23:23.586684+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-01T03:23:23.935583977Z2026-05-01T03:23:23.586905+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=ff51aa36dd8463e9840d4093229467e923271cf1 target=/job/ci
2026-05-01T03:23:24.557243096Z2026-05-01T03:23:24.547593+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-01T03:23:24.559143992Z2026-05-01T03:23:24.548315+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-01T03:23:24.559162059Z2026-05-01T03:23:24.548439+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=ff51aa36dd8463e9840d4093229467e923271cf1 target=/job/src
2026-05-01T03:23:25.385905868Z2026-05-01T03:23:25.371694+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-01T03:23:25.385916885Z2026-05-01T03:23:25.372544+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-01T03:24:07.357764268Z2026-05-01T03:23:23.586828+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-01T03:24:07.357776905Z2026-05-01T03:23:23.586975+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T03:24:07.357783521Z2026-05-01T03:23:24.518541+00:00 Checking out ref: ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-01T03:24:07.357788733Z2026-05-01T03:23:24.547769+00:00 Repository checked out to: /job/ci
2026-05-01T03:24:07.358137586Z2026-05-01T03:23:24.548498+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T03:24:07.358145733Z2026-05-01T03:23:25.347278+00:00 Checking out ref: ff51aa36dd8463e9840d4093229467e923271cf1
2026-05-01T03:24:07.35815445Z2026-05-01T03:23:25.371882+00:00 Repository checked out to: /job/src
2026-05-01T03:24:07.358159887Z2026-05-01T03:23:25.372646+00:00 Executing job locally (no container)
2026-05-01T03:24:07.358600045Z2026-05-01T03:23:25.372671+00:00 Command: set -e
2026-05-01T03:24:07.358607592Zexport HOME="${HOME:-/tmp/home}"
2026-05-01T03:24:07.358613555Zmkdir -p "$HOME/.local"
2026-05-01T03:24:07.358617869Z
2026-05-01T03:24:07.358622958Z# Install Go toolchain
2026-05-01T03:24:07.358629497Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-01T03:24:07.359415384Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-01T03:24:07.359422999Zrm /tmp/go.tar.gz
2026-05-01T03:24:07.359427821Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-01T03:24:07.359431996Z
2026-05-01T03:24:07.359440664Zcd /job/src
2026-05-01T03:24:07.359444221Z
2026-05-01T03:24:07.359448741Zecho "=== Building API ==="
2026-05-01T03:24:07.359576868Zcd api
2026-05-01T03:24:07.35958385Zgo build ./...
2026-05-01T03:24:07.359587754Z
2026-05-01T03:24:07.359849474Zecho "=== Testing API ==="
2026-05-01T03:24:07.360242834Zgo test ./...
2026-05-01T03:24:07.360248375Z
2026-05-01T03:24:07.360253003Zecho "=== Building Webapp ==="
2026-05-01T03:24:07.360274143Zcd ../webapp
2026-05-01T03:24:07.360280247Zgo build ./...
2026-05-01T03:24:07.36028422Z
2026-05-01T03:24:07.360687765Zecho "=== Testing Webapp ==="
2026-05-01T03:24:07.360694217Zgo test ./...
2026-05-01T03:24:07.36069862Z
2026-05-01T03:24:07.360703897Zecho "=== All builds and tests passed ==="
2026-05-01T03:24:07.360867677Z
2026-05-01T03:24:07.360881092Z2026-05-01T03:23:32.584867+00:00 === Building API ===
2026-05-01T03:24:07.360886775Z2026-05-01T03:23:32.703380+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-01T03:24:07.361094734Z2026-05-01T03:23:32.706015+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-01T03:24:07.361102279Z2026-05-01T03:23:32.710585+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-01T03:24:07.361107697Z2026-05-01T03:23:32.716739+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-01T03:24:07.36138934Z2026-05-01T03:23:32.716867+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-01T03:24:07.361405493Z2026-05-01T03:23:32.739385+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-01T03:24:07.361423223Z2026-05-01T03:23:32.995297+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-01T03:24:07.361430847Z2026-05-01T03:23:33.059039+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-01T03:24:07.361439297Z2026-05-01T03:23:33.088015+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-01T03:24:07.362003881Z2026-05-01T03:23:33.088105+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-01T03:24:07.362011348Z2026-05-01T03:23:33.088357+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-01T03:24:07.362016795Z2026-05-01T03:23:33.088404+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-01T03:24:07.362021924Z2026-05-01T03:23:33.107012+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-01T03:24:07.362027062Z2026-05-01T03:23:33.107066+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-01T03:24:07.362032256Z2026-05-01T03:23:33.107915+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-01T03:24:07.36203725Z2026-05-01T03:23:33.108169+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-01T03:24:07.362042465Z2026-05-01T03:23:33.328554+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-01T03:24:07.362742333Z2026-05-01T03:23:33.328733+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-01T03:24:07.362752859Z2026-05-01T03:23:33.328772+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-01T03:24:07.36275816Z2026-05-01T03:23:33.328854+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-01T03:24:07.362763588Z2026-05-01T03:23:33.329552+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-01T03:24:07.363092328Z2026-05-01T03:23:33.329648+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-01T03:24:07.363108758Z2026-05-01T03:23:33.337690+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-01T03:24:07.363127375Z2026-05-01T03:23:33.344498+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-01T03:24:07.363485736Z2026-05-01T03:23:33.439240+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-01T03:24:07.363498019Z2026-05-01T03:23:56.118712+00:00 === Testing API ===
2026-05-01T03:24:07.363507662Z2026-05-01T03:23:59.894454+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-01T03:24:07.363516406Z2026-05-01T03:23:59.894663+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-01T03:24:07.363949829Z2026-05-01T03:23:59.894742+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-01T03:24:07.363963242Z2026-05-01T03:23:59.906468+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.009s
2026-05-01T03:24:07.363972645Z2026-05-01T03:23:59.906513+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.006s
2026-05-01T03:24:07.363982525Z2026-05-01T03:23:59.914520+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-01T03:24:07.365218314Z2026-05-01T03:23:59.914549+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-01T03:24:07.365232284Z2026-05-01T03:23:59.914560+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-01T03:24:07.365248417Z2026-05-01T03:23:59.914569+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-01T03:24:07.365281764Z2026-05-01T03:23:59.980763+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.063s
2026-05-01T03:24:07.365292044Z2026-05-01T03:23:59.980864+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.011s
2026-05-01T03:24:07.365301477Z2026-05-01T03:23:59.980889+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.005s
2026-05-01T03:24:07.365310701Z2026-05-01T03:24:00.048625+00:00 === Building Webapp ===
2026-05-01T03:24:07.365330208Z2026-05-01T03:24:00.083741+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-01T03:24:07.365338392Z2026-05-01T03:24:05.289242+00:00 === Testing Webapp ===
2026-05-01T03:24:07.365348338Z2026-05-01T03:24:06.382897+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-01T03:24:07.365358225Z2026-05-01T03:24:06.382964+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-01T03:24:07.365373228Z2026-05-01T03:24:06.631649+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-01T03:24:07.365382452Z2026-05-01T03:24:06.653151+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.016s
2026-05-01T03:24:07.365460596Z2026-05-01T03:24:07.253619+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-01T03:24:07.365954757Z2026-05-01T03:24:07.317247+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.057s
2026-05-01T03:24:07.36596377Z2026-05-01T03:24:07.317321+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.021s
2026-05-01T03:24:07.365969727Z2026-05-01T03:24:07.317409+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.009s
2026-05-01T03:24:07.365975847Z2026-05-01T03:24:07.346612+00:00 === All builds and tests passed ===
2026-05-01T03:24:07.365984777Z2026-05-01T03:24:07.347315+00:00 ✓ Job completed successfully (exit code: 0)