longhouse-build-test
completed- Job ID
019eb86e-5c97-0934-4a87-095c97e9a891- Created
- 2026-06-11 20:45:00 UTC
- Updated
- 2026-06-11 20:45:00 UTC
- Duration
- 50s
- Source Ref
- 5f9360df872d4aad157b7b4c29237fd0e4eb296b
- Source URL
- https://github.com/catalystcommunity/longhouse.git
- Runner Image
containers.catalystsquad.com/public/reactorcide/runnerbase:dev- Priority
- 10
- Queue
- reactorcide-jobs
Logs
2026-06-11T20:45:02.924699+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-06-11T20:45:02.925305+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=058855ac5de92741c556050f7a31635048b60932
2026-06-11T20:45:02.925484+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=058855ac5de92741c556050f7a31635048b60932 target=/job/ci
2026-06-11T20:45:04.056547+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-06-11T20:45:04.057300+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=5f9360df872d4aad157b7b4c29237fd0e4eb296b
2026-06-11T20:45:04.057392+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=5f9360df872d4aad157b7b4c29237fd0e4eb296b target=/job/src
2026-06-11T20:45:05.090893+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-06-11T20:45:05.091619+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-06-11T20:45:02.925410+00:00 🔐 Preparing trusted CI source (type: git)
2026-06-11T20:45:02.925547+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-11T20:45:04.008564+00:00 Checking out ref: 058855ac5de92741c556050f7a31635048b60932
2026-06-11T20:45:04.056701+00:00 Repository checked out to: /job/ci
2026-06-11T20:45:04.057461+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-11T20:45:05.051035+00:00 Checking out ref: 5f9360df872d4aad157b7b4c29237fd0e4eb296b
2026-06-11T20:45:05.091024+00:00 Repository checked out to: /job/src
2026-06-11T20:45:05.091723+00:00 Executing job locally (no container)
2026-06-11T20:45:05.091749+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-06-11T20:45:10.887876+00:00 === Building API ===
2026-06-11T20:45:10.997558+00:00 go: downloading gorm.io/gorm v1.25.12
2026-06-11T20:45:10.997648+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-06-11T20:45:10.997708+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-06-11T20:45:10.997728+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-06-11T20:45:11.003760+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-06-11T20:45:11.003833+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-06-11T20:45:11.005716+00:00 go: downloading github.com/rs/cors v1.11.1
2026-06-11T20:45:11.187081+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-06-11T20:45:11.250377+00:00 go: downloading golang.org/x/sys v0.28.0
2026-06-11T20:45:11.288967+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-06-11T20:45:11.289009+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-06-11T20:45:11.289418+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-06-11T20:45:11.289433+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-06-11T20:45:11.307735+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-06-11T20:45:11.308877+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-06-11T20:45:11.308983+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-06-11T20:45:11.310975+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-06-11T20:45:11.314864+00:00 go: downloading golang.org/x/text v0.21.0
2026-06-11T20:45:11.383489+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-06-11T20:45:11.383576+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-06-11T20:45:11.383635+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-06-11T20:45:11.383717+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-06-11T20:45:11.385266+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-06-11T20:45:11.385352+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-06-11T20:45:11.399882+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-06-11T20:45:11.412292+00:00 go: downloading golang.org/x/sync v0.10.0
2026-06-11T20:45:11.502566+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-06-11T20:45:35.723569+00:00 === Testing API ===
2026-06-11T20:45:40.103766+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-06-11T20:45:40.103896+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-06-11T20:45:40.103922+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-06-11T20:45:40.103934+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-06-11T20:45:40.104170+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-06-11T20:45:40.104196+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-06-11T20:45:40.104210+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-06-11T20:45:40.104254+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-06-11T20:45:40.127499+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.019s
2026-06-11T20:45:40.127621+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.011s
2026-06-11T20:45:40.127654+00:00 ok github.com/catalystcommunity/longhouse/api/internal/csilservices 0.010s
2026-06-11T20:45:40.127678+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.015s
2026-06-11T20:45:40.127762+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.006s
2026-06-11T20:45:40.208677+00:00 === Building Webapp ===
2026-06-11T20:45:40.261383+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-06-11T20:45:44.872686+00:00 === Testing Webapp ===
2026-06-11T20:45:46.028305+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-06-11T20:45:46.028376+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-06-11T20:45:46.233572+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-06-11T20:45:46.251340+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.013s
2026-06-11T20:45:46.829394+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-06-11T20:45:46.900024+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.065s
2026-06-11T20:45:46.900094+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.017s
2026-06-11T20:45:46.900109+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.010s
2026-06-11T20:45:46.936682+00:00 === All builds and tests passed ===
2026-06-11T20:45:46.937295+00:00 ✓ Job completed successfully (exit code: 0)