Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019df13e-5c05-fc2e-b6e0-601be1f768fe

Job ID
019df13e-6ac4-2fd1-6077-e3e1fba29ee2
Created
2026-05-04 04:28:12 UTC
Updated
2026-05-04 04:28:12 UTC
Duration
50s
Source Ref
087eafe70f307cbd404fd6c1026f621348157146
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-04T04:28:15.39853338Z2026-05-04T04:28:14.768436+00:00 ⚠️ Configuration warnings:
2026-05-04T04:28:15.39855855Z 💡 Consider using a specific version tag for reproducible builds
2026-05-04T04:28:15.39855Z • runner_image: Using 'latest' tag or no tag specified
2026-05-04T04:28:15.398570234Z
2026-05-04T04:28:15.398577647Z✅ Configuration is valid (with warnings)
2026-05-04T04:28:15.398591884Z2026-05-04T04:28:14.769147+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=087eafe70f307cbd404fd6c1026f621348157146
2026-05-04T04:28:15.39860133Z2026-05-04T04:28:14.769407+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=087eafe70f307cbd404fd6c1026f621348157146 target=/job/ci
2026-05-04T04:28:15.617591575Z2026-05-04T04:28:15.608768+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-04T04:28:15.619658867Z2026-05-04T04:28:15.609514+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=087eafe70f307cbd404fd6c1026f621348157146
2026-05-04T04:28:15.619679137Z2026-05-04T04:28:15.609612+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=087eafe70f307cbd404fd6c1026f621348157146 target=/job/src
2026-05-04T04:28:16.436225774Z2026-05-04T04:28:16.427604+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-04T04:28:16.438257535Z2026-05-04T04:28:16.428844+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-04T04:28:58.066192113Z2026-05-04T04:28:14.769320+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-04T04:28:58.066206416Z2026-05-04T04:28:14.769498+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-04T04:28:58.066213263Z2026-05-04T04:28:15.579431+00:00 Checking out ref: 087eafe70f307cbd404fd6c1026f621348157146
2026-05-04T04:28:58.06621961Z2026-05-04T04:28:15.608911+00:00 Repository checked out to: /job/ci
2026-05-04T04:28:58.066226096Z2026-05-04T04:28:15.609673+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-04T04:28:58.066232873Z2026-05-04T04:28:16.398554+00:00 Checking out ref: 087eafe70f307cbd404fd6c1026f621348157146
2026-05-04T04:28:58.066238316Z2026-05-04T04:28:16.427791+00:00 Repository checked out to: /job/src
2026-05-04T04:28:58.066244523Z2026-05-04T04:28:16.429013+00:00 Executing job locally (no container)
2026-05-04T04:28:58.066249686Z2026-05-04T04:28:16.429063+00:00 Command: set -e
2026-05-04T04:28:58.066256956Zexport HOME="${HOME:-/tmp/home}"
2026-05-04T04:28:58.066262181Zmkdir -p "$HOME/.local"
2026-05-04T04:28:58.066267094Z
2026-05-04T04:28:58.066770884Z# Install Go toolchain
2026-05-04T04:28:58.066779307Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-04T04:28:58.06678531Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-04T04:28:58.066791057Zrm /tmp/go.tar.gz
2026-05-04T04:28:58.066799927Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-04T04:28:58.066901294Z
2026-05-04T04:28:58.067833858Zcd /job/src
2026-05-04T04:28:58.067842138Z
2026-05-04T04:28:58.067852041Zecho "=== Building API ==="
2026-05-04T04:28:58.067857231Zcd api
2026-05-04T04:28:58.067861952Zgo build ./...
2026-05-04T04:28:58.067867022Z
2026-05-04T04:28:58.068096039Zecho "=== Testing API ==="
2026-05-04T04:28:58.068102879Zgo test ./...
2026-05-04T04:28:58.068107917Z
2026-05-04T04:28:58.068113057Zecho "=== Building Webapp ==="
2026-05-04T04:28:58.068118134Zcd ../webapp
2026-05-04T04:28:58.068158547Zgo build ./...
2026-05-04T04:28:58.068507616Z
2026-05-04T04:28:58.068518592Zecho "=== Testing Webapp ==="
2026-05-04T04:28:58.068523312Zgo test ./...
2026-05-04T04:28:58.068635327Z
2026-05-04T04:28:58.068642777Zecho "=== All builds and tests passed ==="
2026-05-04T04:28:58.068647334Z
2026-05-04T04:28:58.068657844Z2026-05-04T04:28:23.170085+00:00 === Building API ===
2026-05-04T04:28:58.068902995Z2026-05-04T04:28:23.279860+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-04T04:28:58.068913629Z2026-05-04T04:28:23.282171+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-04T04:28:58.068984963Z2026-05-04T04:28:23.283388+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-04T04:28:58.068992276Z2026-05-04T04:28:23.284418+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-04T04:28:58.068997833Z2026-05-04T04:28:23.289540+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-04T04:28:58.069003216Z2026-05-04T04:28:23.333704+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-04T04:28:58.069344325Z2026-05-04T04:28:23.618333+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-04T04:28:58.069385122Z2026-05-04T04:28:23.695026+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-04T04:28:58.069398202Z2026-05-04T04:28:23.695127+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-04T04:28:58.069407518Z2026-05-04T04:28:23.695227+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-04T04:28:58.069747655Z2026-05-04T04:28:23.695300+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-04T04:28:58.069759575Z2026-05-04T04:28:23.695379+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-04T04:28:58.069769275Z2026-05-04T04:28:23.787140+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-04T04:28:58.069777275Z2026-05-04T04:28:23.787207+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-04T04:28:58.069785201Z2026-05-04T04:28:23.787300+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-04T04:28:58.070524121Z2026-05-04T04:28:23.787349+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-04T04:28:58.070532957Z2026-05-04T04:28:23.787386+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-04T04:28:58.070538794Z2026-05-04T04:28:23.878719+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-04T04:28:58.070544634Z2026-05-04T04:28:23.973393+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-04T04:28:58.070550454Z2026-05-04T04:28:23.974915+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-04T04:28:58.070556487Z2026-05-04T04:28:24.054794+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-04T04:28:58.070761345Z2026-05-04T04:28:24.054900+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-04T04:28:58.070769878Z2026-05-04T04:28:24.054946+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-04T04:28:58.070775848Z2026-05-04T04:28:24.055059+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-04T04:28:58.071311309Z2026-05-04T04:28:24.238929+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-04T04:28:58.071322842Z2026-05-04T04:28:47.089861+00:00 === Testing API ===
2026-05-04T04:28:58.071332666Z2026-05-04T04:28:50.800662+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-04T04:28:58.071431693Z2026-05-04T04:28:50.800780+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-04T04:28:58.071449193Z2026-05-04T04:28:50.800803+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-04T04:28:58.071461683Z2026-05-04T04:28:50.804569+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-04T04:28:58.072219933Z2026-05-04T04:28:50.804613+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-04T04:28:58.072233203Z2026-05-04T04:28:50.804622+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-04T04:28:58.072245439Z2026-05-04T04:28:50.804655+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-04T04:28:58.0724746Z2026-05-04T04:28:50.819000+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.015s
2026-05-04T04:28:58.072487044Z2026-05-04T04:28:50.819040+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.005s
2026-05-04T04:28:58.07249349Z2026-05-04T04:28:50.851310+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.045s
2026-05-04T04:28:58.072739652Z2026-05-04T04:28:50.851367+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.012s
2026-05-04T04:28:58.072748209Z2026-05-04T04:28:50.851386+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.008s
2026-05-04T04:28:58.072754252Z2026-05-04T04:28:50.907909+00:00 === Building Webapp ===
2026-05-04T04:28:58.072927977Z2026-05-04T04:28:50.943418+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-04T04:28:58.07294907Z2026-05-04T04:28:56.084093+00:00 === Testing Webapp ===
2026-05-04T04:28:58.072956877Z2026-05-04T04:28:57.216870+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-04T04:28:58.07325165Z2026-05-04T04:28:57.216985+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-04T04:28:58.073259906Z2026-05-04T04:28:57.359780+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-04T04:28:58.073265173Z2026-05-04T04:28:57.381521+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.016s
2026-05-04T04:28:58.073476327Z2026-05-04T04:28:57.963873+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-04T04:28:58.073484047Z2026-05-04T04:28:58.026171+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.056s
2026-05-04T04:28:58.073489924Z2026-05-04T04:28:58.026277+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.020s
2026-05-04T04:28:58.073495874Z2026-05-04T04:28:58.026344+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.009s
2026-05-04T04:28:58.073500761Z2026-05-04T04:28:58.056588+00:00 === All builds and tests passed ===
2026-05-04T04:28:58.073873937Z2026-05-04T04:28:58.057145+00:00 ✓ Job completed successfully (exit code: 0)