longhouse-build-test
completed- Job ID
019e102c-1f76-e8a0-1fcb-9e7f621a1513- Created
- 2026-05-10 04:36:27 UTC
- Updated
- 2026-05-10 04:36:27 UTC
- Duration
- 48s
- Source Ref
- 4be281df9cd413f5d9904ee0f538780e8b27897f
- 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-10T04:36:32.207670+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-10T04:36:32.208259+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=4be281df9cd413f5d9904ee0f538780e8b27897f
2026-05-10T04:36:32.208479+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=4be281df9cd413f5d9904ee0f538780e8b27897f target=/job/ci
2026-05-10T04:36:33.040896+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-10T04:36:33.041781+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=4be281df9cd413f5d9904ee0f538780e8b27897f
2026-05-10T04:36:33.041883+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=4be281df9cd413f5d9904ee0f538780e8b27897f target=/job/src
2026-05-10T04:36:33.866154+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-10T04:36:33.866900+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-10T04:36:32.208400+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-10T04:36:32.208576+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-10T04:36:33.008918+00:00 Checking out ref: 4be281df9cd413f5d9904ee0f538780e8b27897f
2026-05-10T04:36:33.041047+00:00 Repository checked out to: /job/ci
2026-05-10T04:36:33.041946+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-10T04:36:33.837998+00:00 Checking out ref: 4be281df9cd413f5d9904ee0f538780e8b27897f
2026-05-10T04:36:33.866276+00:00 Repository checked out to: /job/src
2026-05-10T04:36:33.867010+00:00 Executing job locally (no container)
2026-05-10T04:36:33.867036+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-10T04:36:40.740707+00:00 === Building API ===
2026-05-10T04:36:40.845426+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-10T04:36:40.847575+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-10T04:36:40.849888+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-10T04:36:40.864686+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-10T04:36:40.864857+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-10T04:36:40.870009+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-10T04:36:41.208061+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-10T04:36:41.264207+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-10T04:36:41.298778+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-10T04:36:41.298889+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-10T04:36:41.299062+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-10T04:36:41.299191+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-10T04:36:41.341478+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-10T04:36:41.341684+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-10T04:36:41.342325+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-10T04:36:41.343463+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-10T04:36:41.355399+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-10T04:36:41.358472+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-10T04:36:41.427949+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-10T04:36:41.432389+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-10T04:36:41.440488+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-10T04:36:41.440655+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-10T04:36:41.440749+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-10T04:36:41.440886+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-10T04:36:41.646601+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-10T04:37:03.860975+00:00 === Testing API ===
2026-05-10T04:37:07.980619+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-10T04:37:07.980783+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-10T04:37:07.980830+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-10T04:37:07.981002+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-10T04:37:07.981023+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-10T04:37:07.981034+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-10T04:37:07.981044+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-10T04:37:07.993907+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.009s
2026-05-10T04:37:07.993955+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.008s
2026-05-10T04:37:08.083218+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.098s
2026-05-10T04:37:08.083269+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.011s
2026-05-10T04:37:08.083310+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.006s
2026-05-10T04:37:08.154314+00:00 === Building Webapp ===
2026-05-10T04:37:08.197427+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-10T04:37:13.347872+00:00 === Testing Webapp ===
2026-05-10T04:37:14.577344+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-10T04:37:14.577431+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-10T04:37:14.885896+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-10T04:37:14.909132+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.016s
2026-05-10T04:37:15.277177+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-10T04:37:15.342832+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.060s
2026-05-10T04:37:15.342912+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.017s
2026-05-10T04:37:15.342980+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.010s
2026-05-10T04:37:15.381405+00:00 === All builds and tests passed ===
2026-05-10T04:37:15.382278+00:00 ✓ Job completed successfully (exit code: 0)