longhouse-build-test
completed- 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:09.511401+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-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: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.406821+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-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.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.780909+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-24T23:43:11.781461+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-24T23:43:09.512048+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-24T23:43:09.512177+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-24T23:43:10.372473+00:00 Checking out ref: cdadcf0e170199b9fc2ed415d4b63baf637a03ef
2026-05-24T23:43:10.406946+00:00 Repository checked out to: /job/ci
2026-05-24T23:43:10.407679+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-24T23:43:11.739446+00:00 Checking out ref: 5fe2e502fcbf19100b9abe89b7b6258186693c49
2026-05-24T23:43:11.781013+00:00 Repository checked out to: /job/src
2026-05-24T23:43:11.781549+00:00 Executing job locally (no container)
2026-05-24T23:43:11.781597+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
echo "=== Building API ==="
cd api
go build ./...
echo "=== Testing API ==="
go test ./...
echo "=== Building Webapp ==="
cd ../webapp
go build ./...
echo "=== Testing Webapp ==="
go test ./...
echo "=== All builds and tests passed ==="
2026-05-24T23:43:18.317955+00:00 === Building API ===
2026-05-24T23:43:18.430377+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-24T23:43:18.430698+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-24T23:43:18.432056+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-24T23:43:18.432846+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-24T23:43:18.433546+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-24T23:43:18.446187+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-24T23:43:18.459943+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-05-24T23:43:18.681234+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-24T23:43:18.740160+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-24T23:43:18.873577+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-24T23:43:18.873702+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-24T23:43:18.873728+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-24T23:43:18.874057+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-24T23:43:18.893047+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-24T23:43:18.894967+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-24T23:43:18.895387+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-24T23:43:18.906553+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-24T23:43:18.990489+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-05-24T23:43:18.991386+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-24T23:43:18.991877+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-24T23:43:18.992258+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-24T23:43:18.993792+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-24T23:43:19.058631+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-24T23:43:19.061257+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-24T23:43:19.104396+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-24T23:43:19.110217+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-24T23:43:19.200481+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-24T23:43:43.115473+00:00 === Testing API ===
2026-05-24T23:43:47.009993+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-24T23:43:47.010061+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-24T23:43:47.010085+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-24T23:43:47.010355+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-24T23:43:47.010416+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-24T23:43:47.010434+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-24T23:43:47.010447+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-24T23:43:47.022167+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.009s
2026-05-24T23:43:47.022202+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.006s
2026-05-24T23:43:47.081933+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.067s
2026-05-24T23:43:47.082000+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.010s
2026-05-24T23:43:47.082015+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.005s
2026-05-24T23:43:47.175170+00:00 === Building Webapp ===
2026-05-24T23:43:47.234135+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-24T23:43:52.058813+00:00 === Testing Webapp ===
2026-05-24T23:43:53.448470+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-24T23:43:53.448542+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-24T23:43:53.470735+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-24T23:43:53.494242+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.018s
2026-05-24T23:43:53.904894+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-24T23:43:53.956156+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.049s
2026-05-24T23:43:53.956198+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.014s
2026-05-24T23:43:53.956205+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.008s
2026-05-24T23:43:53.973795+00:00 === All builds and tests passed ===
2026-05-24T23:43:53.974114+00:00 ✓ Job completed successfully (exit code: 0)