longhouse-build-test
completed- Job ID
019e9598-abff-c2a0-860e-0c551ceaa47f- Created
- 2026-06-05 02:24:31 UTC
- Updated
- 2026-06-05 02:24:31 UTC
- Duration
- 47s
- Source Ref
- 843d229ca8df879b977b113184bee83fefafc555
- 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-05T02:24:37.378267+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-05T02:24:37.378985+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=d3cccd06cd4307e1075ad6bdfccf4a9b139715b4
2026-06-05T02:24:37.379250+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=d3cccd06cd4307e1075ad6bdfccf4a9b139715b4 target=/job/ci
2026-06-05T02:24:38.365212+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-06-05T02:24:38.366029+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=843d229ca8df879b977b113184bee83fefafc555
2026-06-05T02:24:38.366134+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=843d229ca8df879b977b113184bee83fefafc555 target=/job/src
2026-06-05T02:24:39.546700+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-06-05T02:24:39.547420+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-06-05T02:24:37.379135+00:00 🔐 Preparing trusted CI source (type: git)
2026-06-05T02:24:37.379364+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-05T02:24:38.315358+00:00 Checking out ref: d3cccd06cd4307e1075ad6bdfccf4a9b139715b4
2026-06-05T02:24:38.365369+00:00 Repository checked out to: /job/ci
2026-06-05T02:24:38.366205+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-05T02:24:39.498460+00:00 Checking out ref: 843d229ca8df879b977b113184bee83fefafc555
2026-06-05T02:24:39.546828+00:00 Repository checked out to: /job/src
2026-06-05T02:24:39.547530+00:00 Executing job locally (no container)
2026-06-05T02:24:39.547555+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-05T02:24:45.389980+00:00 === Building API ===
2026-06-05T02:24:45.499717+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-06-05T02:24:45.499888+00:00 go: downloading gorm.io/gorm v1.25.12
2026-06-05T02:24:45.500610+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-06-05T02:24:45.500848+00:00 go: downloading github.com/rs/cors v1.11.1
2026-06-05T02:24:45.501292+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-06-05T02:24:45.503808+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-06-05T02:24:45.525963+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-06-05T02:24:45.726304+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-06-05T02:24:45.757794+00:00 go: downloading golang.org/x/sys v0.28.0
2026-06-05T02:24:45.800074+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-06-05T02:24:45.805504+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-06-05T02:24:45.805655+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-06-05T02:24:45.805684+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-06-05T02:24:45.820950+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-06-05T02:24:45.821004+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-06-05T02:24:45.821399+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-06-05T02:24:45.823497+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-06-05T02:24:45.827304+00:00 go: downloading golang.org/x/text v0.21.0
2026-06-05T02:24:45.933270+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-06-05T02:24:45.933586+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-06-05T02:24:45.933658+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-06-05T02:24:45.933673+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-06-05T02:24:46.051633+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-06-05T02:24:46.095646+00:00 go: downloading golang.org/x/sync v0.10.0
2026-06-05T02:24:46.308872+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-06-05T02:24:46.308956+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-06-05T02:24:46.309008+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-06-05T02:25:08.233856+00:00 === Testing API ===
2026-06-05T02:25:12.289281+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-06-05T02:25:12.296565+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-06-05T02:25:12.296636+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-06-05T02:25:12.296648+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-06-05T02:25:12.296821+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-06-05T02:25:12.296863+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-06-05T02:25:12.296934+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-06-05T02:25:12.296954+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-06-05T02:25:12.307855+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.008s
2026-06-05T02:25:12.313037+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.012s
2026-06-05T02:25:12.313083+00:00 ok github.com/catalystcommunity/longhouse/api/internal/csilservices 0.008s
2026-06-05T02:25:12.314581+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.012s
2026-06-05T02:25:12.314608+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.005s
2026-06-05T02:25:12.355151+00:00 === Building Webapp ===
2026-06-05T02:25:12.390191+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-06-05T02:25:17.030050+00:00 === Testing Webapp ===
2026-06-05T02:25:18.206483+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-06-05T02:25:18.206708+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-06-05T02:25:18.503653+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-06-05T02:25:18.531387+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.021s
2026-06-05T02:25:19.211828+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-06-05T02:25:19.307803+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.089s
2026-06-05T02:25:19.307913+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.025s
2026-06-05T02:25:19.307994+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.011s
2026-06-05T02:25:19.350674+00:00 === All builds and tests passed ===
2026-06-05T02:25:19.351411+00:00 ✓ Job completed successfully (exit code: 0)