Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019e5c5e-a5a5-ae8c-d5f4-00691a0671e3

Job ID
019e5c5e-f1a8-4a75-e7a6-0495139f8ebe
Created
2026-05-24 23:43:06 UTC
Updated
2026-05-24 23:43:06 UTC
Duration
50s
Source Ref
5fe2e502fcbf19100b9abe89b7b6258186693c49
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-24T23:43:10.250150537Z2026-05-24T23:43:09.511401+00:00 ⚠️ Configuration warnings:
2026-05-24T23:43:10.250164547Z • runner_image: Using 'latest' tag or no tag specified
2026-05-24T23:43:10.250172Z 💡 Consider using a specific version tag for reproducible builds
2026-05-24T23:43:10.25017809Z
2026-05-24T23:43:10.250183277Z✅ Configuration is valid (with warnings)
2026-05-24T23:43:10.250192567Z2026-05-24T23:43:09.511944+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=cdadcf0e170199b9fc2ed415d4b63baf637a03ef
2026-05-24T23:43:10.25020048Z2026-05-24T23:43:09.512120+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=cdadcf0e170199b9fc2ed415d4b63baf637a03ef target=/job/ci
2026-05-24T23:43:10.419714972Z2026-05-24T23:43:10.406821+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-24T23:43:10.421630042Z2026-05-24T23:43:10.407505+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=5fe2e502fcbf19100b9abe89b7b6258186693c49
2026-05-24T23:43:10.421647702Z2026-05-24T23:43:10.407620+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=5fe2e502fcbf19100b9abe89b7b6258186693c49 target=/job/src
2026-05-24T23:43:11.793756714Z2026-05-24T23:43:11.780909+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-24T23:43:11.795686461Z2026-05-24T23:43:11.781461+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-24T23:43:53.987542057Z2026-05-24T23:43:09.512048+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-24T23:43:53.98756078Z2026-05-24T23:43:09.512177+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-24T23:43:53.987568227Z2026-05-24T23:43:10.372473+00:00 Checking out ref: cdadcf0e170199b9fc2ed415d4b63baf637a03ef
2026-05-24T23:43:53.987574889Z2026-05-24T23:43:10.406946+00:00 Repository checked out to: /job/ci
2026-05-24T23:43:53.987582166Z2026-05-24T23:43:10.407679+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-24T23:43:53.987588747Z2026-05-24T23:43:11.739446+00:00 Checking out ref: 5fe2e502fcbf19100b9abe89b7b6258186693c49
2026-05-24T23:43:53.987595507Z2026-05-24T23:43:11.781013+00:00 Repository checked out to: /job/src
2026-05-24T23:43:53.99001352Z2026-05-24T23:43:11.781549+00:00 Executing job locally (no container)
2026-05-24T23:43:53.99002368Z2026-05-24T23:43:11.781597+00:00 Command: set -e
2026-05-24T23:43:53.990030126Zexport HOME="${HOME:-/tmp/home}"
2026-05-24T23:43:53.990035453Zmkdir -p "$HOME/.local"
2026-05-24T23:43:53.990041926Z
2026-05-24T23:43:53.990047163Z# Install Go toolchain
2026-05-24T23:43:53.990052756Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-24T23:43:53.990058046Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-24T23:43:53.990063316Zrm /tmp/go.tar.gz
2026-05-24T23:43:53.99006809Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-24T23:43:53.990072097Z
2026-05-24T23:43:53.990080787Zcd /job/src
2026-05-24T23:43:53.990084383Z
2026-05-24T23:43:53.990089023Zecho "=== Building API ==="
2026-05-24T23:43:53.9900938Zcd api
2026-05-24T23:43:53.990098407Zgo build ./...
2026-05-24T23:43:53.990102253Z
2026-05-24T23:43:53.990106877Zecho "=== Testing API ==="
2026-05-24T23:43:53.990111221Zgo test ./...
2026-05-24T23:43:53.990115034Z
2026-05-24T23:43:53.990120171Zecho "=== Building Webapp ==="
2026-05-24T23:43:53.990124808Zcd ../webapp
2026-05-24T23:43:53.990129224Zgo build ./...
2026-05-24T23:43:53.990132705Z
2026-05-24T23:43:53.990137718Zecho "=== Testing Webapp ==="
2026-05-24T23:43:53.990144085Zgo test ./...
2026-05-24T23:43:53.990147951Z
2026-05-24T23:43:53.990155195Zecho "=== All builds and tests passed ==="
2026-05-24T23:43:53.990158961Z
2026-05-24T23:43:53.990166501Z2026-05-24T23:43:18.317955+00:00 === Building API ===
2026-05-24T23:43:53.990172345Z2026-05-24T23:43:18.430377+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-24T23:43:53.990178065Z2026-05-24T23:43:18.430698+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-24T23:43:53.990183181Z2026-05-24T23:43:18.432056+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-24T23:43:53.990188045Z2026-05-24T23:43:18.432846+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-24T23:43:53.990193038Z2026-05-24T23:43:18.433546+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-24T23:43:53.990198088Z2026-05-24T23:43:18.446187+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-24T23:43:53.990203518Z2026-05-24T23:43:18.459943+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-05-24T23:43:53.990208848Z2026-05-24T23:43:18.681234+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-24T23:43:53.990213705Z2026-05-24T23:43:18.740160+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-24T23:43:53.990217901Z2026-05-24T23:43:18.873577+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-24T23:43:53.990222671Z2026-05-24T23:43:18.873702+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-24T23:43:53.990227125Z2026-05-24T23:43:18.873728+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-24T23:43:53.990231545Z2026-05-24T23:43:18.874057+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-24T23:43:53.990236338Z2026-05-24T23:43:18.893047+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-24T23:43:53.990240875Z2026-05-24T23:43:18.894967+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-24T23:43:53.990279559Z2026-05-24T23:43:18.895387+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-24T23:43:53.990289356Z2026-05-24T23:43:18.906553+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-24T23:43:53.99029599Z2026-05-24T23:43:18.990489+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-05-24T23:43:53.990304453Z2026-05-24T23:43:18.991386+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-24T23:43:53.990311213Z2026-05-24T23:43:18.991877+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-24T23:43:53.990320497Z2026-05-24T23:43:18.992258+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-24T23:43:53.990326872Z2026-05-24T23:43:18.993792+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-24T23:43:53.99033434Z2026-05-24T23:43:19.058631+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-24T23:43:53.990341013Z2026-05-24T23:43:19.061257+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-24T23:43:53.990347557Z2026-05-24T23:43:19.104396+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-24T23:43:53.990353837Z2026-05-24T23:43:19.110217+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-24T23:43:53.990360192Z2026-05-24T23:43:19.200481+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-24T23:43:53.990366693Z2026-05-24T23:43:43.115473+00:00 === Testing API ===
2026-05-24T23:43:53.99037418Z2026-05-24T23:43:47.009993+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-24T23:43:53.990381663Z2026-05-24T23:43:47.010061+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-24T23:43:53.990423593Z2026-05-24T23:43:47.010085+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-24T23:43:53.990432597Z2026-05-24T23:43:47.010355+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-24T23:43:53.990438657Z2026-05-24T23:43:47.010416+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-24T23:43:53.990448017Z2026-05-24T23:43:47.010434+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-24T23:43:53.990453587Z2026-05-24T23:43:47.010447+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-24T23:43:53.990459457Z2026-05-24T23:43:47.022167+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.009s
2026-05-24T23:43:53.990465057Z2026-05-24T23:43:47.022202+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.006s
2026-05-24T23:43:53.99047048Z2026-05-24T23:43:47.081933+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.067s
2026-05-24T23:43:53.990475937Z2026-05-24T23:43:47.082000+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.010s
2026-05-24T23:43:53.990494097Z2026-05-24T23:43:47.082015+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.005s
2026-05-24T23:43:53.990501337Z2026-05-24T23:43:47.175170+00:00 === Building Webapp ===
2026-05-24T23:43:53.990507073Z2026-05-24T23:43:47.234135+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-24T23:43:53.990511827Z2026-05-24T23:43:52.058813+00:00 === Testing Webapp ===
2026-05-24T23:43:53.99055736Z2026-05-24T23:43:53.448470+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-24T23:43:53.990565895Z2026-05-24T23:43:53.448542+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-24T23:43:53.990570464Z2026-05-24T23:43:53.470735+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-24T23:43:53.99057505Z2026-05-24T23:43:53.494242+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.018s
2026-05-24T23:43:53.990579309Z2026-05-24T23:43:53.904894+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-24T23:43:53.990584593Z2026-05-24T23:43:53.956156+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.049s
2026-05-24T23:43:53.990589221Z2026-05-24T23:43:53.956198+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.014s
2026-05-24T23:43:53.990594116Z2026-05-24T23:43:53.956205+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.008s
2026-05-24T23:43:53.990598664Z2026-05-24T23:43:53.973795+00:00 === All builds and tests passed ===
2026-05-24T23:43:53.990603184Z2026-05-24T23:43:53.974114+00:00 ✓ Job completed successfully (exit code: 0)