longhouse-build-test
completed- Job ID
019e103e-1917-cc05-f299-a41b9aae5ab8- Created
- 2026-05-10 04:56:05 UTC
- Updated
- 2026-05-10 04:56:05 UTC
- Duration
- 47s
- Source Ref
- 8d3edcdce8c9353cb51e1885a49ed910427d1eb7
- 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:56:08.137928+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:56:08.138511+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=8d3edcdce8c9353cb51e1885a49ed910427d1eb7
2026-05-10T04:56:08.138700+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=8d3edcdce8c9353cb51e1885a49ed910427d1eb7 target=/job/ci
2026-05-10T04:56:08.980412+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-10T04:56:08.981470+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=8d3edcdce8c9353cb51e1885a49ed910427d1eb7
2026-05-10T04:56:08.981612+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=8d3edcdce8c9353cb51e1885a49ed910427d1eb7 target=/job/src
2026-05-10T04:56:09.785480+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-10T04:56:09.786379+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-10T04:56:08.138623+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-10T04:56:08.138762+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-10T04:56:08.955830+00:00 Checking out ref: 8d3edcdce8c9353cb51e1885a49ed910427d1eb7
2026-05-10T04:56:08.980585+00:00 Repository checked out to: /job/ci
2026-05-10T04:56:08.981721+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-10T04:56:09.757813+00:00 Checking out ref: 8d3edcdce8c9353cb51e1885a49ed910427d1eb7
2026-05-10T04:56:09.785633+00:00 Repository checked out to: /job/src
2026-05-10T04:56:09.786517+00:00 Executing job locally (no container)
2026-05-10T04:56:09.786566+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:56:15.191048+00:00 === Building API ===
2026-05-10T04:56:15.309020+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-10T04:56:15.310431+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-10T04:56:15.310605+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-10T04:56:15.314728+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-10T04:56:15.315842+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-10T04:56:15.339159+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-10T04:56:15.677727+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-10T04:56:15.732672+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-10T04:56:15.795760+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-10T04:56:15.795933+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-10T04:56:15.796086+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-10T04:56:16.000289+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-10T04:56:16.000363+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-10T04:56:16.000472+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-10T04:56:16.000787+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-10T04:56:16.000923+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-10T04:56:16.078509+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-10T04:56:16.078708+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-10T04:56:16.079011+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-10T04:56:16.079040+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-10T04:56:16.094139+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-10T04:56:16.094249+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-10T04:56:16.098217+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-10T04:56:16.101761+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-10T04:56:16.111520+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-10T04:56:40.363837+00:00 === Testing API ===
2026-05-10T04:56:43.781342+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-10T04:56:43.783050+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-10T04:56:43.783067+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-10T04:56:43.791578+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.007s
2026-05-10T04:56:43.791609+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.004s
2026-05-10T04:56:43.793712+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-10T04:56:43.793732+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-10T04:56:43.793739+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-10T04:56:43.793746+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-10T04:56:43.841704+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.045s
2026-05-10T04:56:43.841748+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.008s
2026-05-10T04:56:43.841760+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.004s
2026-05-10T04:56:43.893994+00:00 === Building Webapp ===
2026-05-10T04:56:43.936311+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-10T04:56:48.826679+00:00 === Testing Webapp ===
2026-05-10T04:56:49.714423+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-10T04:56:49.714485+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-10T04:56:49.936315+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-10T04:56:49.952979+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.013s
2026-05-10T04:56:50.456425+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-10T04:56:50.521175+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.059s
2026-05-10T04:56:50.521241+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.018s
2026-05-10T04:56:50.521256+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.009s
2026-05-10T04:56:50.551624+00:00 === All builds and tests passed ===
2026-05-10T04:56:50.552258+00:00 ✓ Job completed successfully (exit code: 0)