Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019de6b0-f9e4-1273-4b3c-dd7204bcaad7

Job ID
019de6b1-08e2-3079-9188-89c427b74dd1
Created
2026-05-02 03:17:35 UTC
Updated
2026-05-02 03:17:35 UTC
Duration
48s
Source Ref
5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0
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-02T03:17:39.151692449Z2026-05-02T03:17:39.077243+00:00 ⚠️ Configuration warnings:
2026-05-02T03:17:39.151704713Z • runner_image: Using 'latest' tag or no tag specified
2026-05-02T03:17:39.151712373Z 💡 Consider using a specific version tag for reproducible builds
2026-05-02T03:17:39.151717919Z
2026-05-02T03:17:39.151722969Z✅ Configuration is valid (with warnings)
2026-05-02T03:17:39.151732443Z2026-05-02T03:17:39.077813+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0
2026-05-02T03:17:39.151743427Z2026-05-02T03:17:39.078000+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0 target=/job/ci
2026-05-02T03:17:39.881523378Z2026-05-02T03:17:39.875628+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-02T03:17:39.883751488Z2026-05-02T03:17:39.876298+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0
2026-05-02T03:17:39.883767722Z2026-05-02T03:17:39.876422+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0 target=/job/src
2026-05-02T03:17:40.660557544Z2026-05-02T03:17:40.653518+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-02T03:17:40.661786674Z2026-05-02T03:17:40.654167+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-02T03:18:22.206319158Z2026-05-02T03:17:39.077922+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-02T03:18:22.206339092Z2026-05-02T03:17:39.078086+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-02T03:18:22.206349289Z2026-05-02T03:17:39.845072+00:00 Checking out ref: 5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0
2026-05-02T03:18:22.206358859Z2026-05-02T03:17:39.875783+00:00 Repository checked out to: /job/ci
2026-05-02T03:18:22.206368946Z2026-05-02T03:17:39.876480+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-02T03:18:22.206378876Z2026-05-02T03:17:40.629378+00:00 Checking out ref: 5b866c504aa1e6f8c0fb30f03b4bb5305f7cc7c0
2026-05-02T03:18:22.206387583Z2026-05-02T03:17:40.653640+00:00 Repository checked out to: /job/src
2026-05-02T03:18:22.206396249Z2026-05-02T03:17:40.654261+00:00 Executing job locally (no container)
2026-05-02T03:18:22.206405106Z2026-05-02T03:17:40.654287+00:00 Command: set -e
2026-05-02T03:18:22.206417406Zexport HOME="${HOME:-/tmp/home}"
2026-05-02T03:18:22.207080028Zmkdir -p "$HOME/.local"
2026-05-02T03:18:22.207089211Z
2026-05-02T03:18:22.207095468Z# Install Go toolchain
2026-05-02T03:18:22.207102981Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-02T03:18:22.207109481Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-02T03:18:22.207114716Zrm /tmp/go.tar.gz
2026-05-02T03:18:22.210774712Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-02T03:18:22.210788445Z
2026-05-02T03:18:22.210800546Zcd /job/src
2026-05-02T03:18:22.210807499Z
2026-05-02T03:18:22.210817436Zecho "=== Building API ==="
2026-05-02T03:18:22.210826453Zcd api
2026-05-02T03:18:22.210833649Zgo build ./...
2026-05-02T03:18:22.210840566Z
2026-05-02T03:18:22.210848439Zecho "=== Testing API ==="
2026-05-02T03:18:22.210859143Zgo test ./...
2026-05-02T03:18:22.210865106Z
2026-05-02T03:18:22.210872979Zecho "=== Building Webapp ==="
2026-05-02T03:18:22.210880569Zcd ../webapp
2026-05-02T03:18:22.210889673Zgo build ./...
2026-05-02T03:18:22.210895589Z
2026-05-02T03:18:22.210903363Zecho "=== Testing Webapp ==="
2026-05-02T03:18:22.210911056Zgo test ./...
2026-05-02T03:18:22.210920653Z
2026-05-02T03:18:22.21092886Zecho "=== All builds and tests passed ==="
2026-05-02T03:18:22.210934964Z
2026-05-02T03:18:22.21095108Z2026-05-02T03:17:48.234638+00:00 === Building API ===
2026-05-02T03:18:22.210961267Z2026-05-02T03:17:48.351679+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-02T03:18:22.21097357Z2026-05-02T03:17:48.352897+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-02T03:18:22.21098337Z2026-05-02T03:17:48.355358+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-02T03:18:22.210992384Z2026-05-02T03:17:48.355469+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-02T03:18:22.211001524Z2026-05-02T03:17:48.360471+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-02T03:18:22.211009997Z2026-05-02T03:17:48.365091+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-02T03:18:22.211329267Z2026-05-02T03:17:48.697795+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-02T03:18:22.211341463Z2026-05-02T03:17:48.808949+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-02T03:18:22.211349913Z2026-05-02T03:17:48.809200+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-02T03:18:22.211359963Z2026-05-02T03:17:48.810416+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-02T03:18:22.211368283Z2026-05-02T03:17:48.973898+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-02T03:18:22.211376917Z2026-05-02T03:17:48.987547+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-02T03:18:22.214128079Z2026-05-02T03:17:48.987666+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-02T03:18:22.214144146Z2026-05-02T03:17:48.987761+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-02T03:18:22.214152673Z2026-05-02T03:17:48.988059+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-02T03:18:22.214162056Z2026-05-02T03:17:48.988392+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-02T03:18:22.214172486Z2026-05-02T03:17:49.059076+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-02T03:18:22.214181816Z2026-05-02T03:17:49.059198+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-02T03:18:22.214191016Z2026-05-02T03:17:49.062110+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-02T03:18:22.214198779Z2026-05-02T03:17:49.063601+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-02T03:18:22.214206393Z2026-05-02T03:17:49.301128+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-02T03:18:22.214215916Z2026-05-02T03:17:49.301204+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-02T03:18:22.214227957Z2026-05-02T03:17:49.301292+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-02T03:18:22.214239884Z2026-05-02T03:17:49.301364+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-02T03:18:22.21424833Z2026-05-02T03:17:49.491478+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-02T03:18:22.214256497Z2026-05-02T03:18:11.141532+00:00 === Testing API ===
2026-05-02T03:18:22.214265257Z2026-05-02T03:18:14.909828+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-02T03:18:22.21427715Z2026-05-02T03:18:14.909913+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-02T03:18:22.214286957Z2026-05-02T03:18:14.909928+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-02T03:18:22.214314784Z2026-05-02T03:18:14.910053+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-02T03:18:22.21432576Z2026-05-02T03:18:14.910069+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-02T03:18:22.214331924Z2026-05-02T03:18:14.910097+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-02T03:18:22.214338874Z2026-05-02T03:18:14.910108+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-02T03:18:22.214345574Z2026-05-02T03:18:14.924820+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.010s
2026-05-02T03:18:22.21435129Z2026-05-02T03:18:14.926581+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.011s
2026-05-02T03:18:22.214357241Z2026-05-02T03:18:14.978586+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.062s
2026-05-02T03:18:22.214362428Z2026-05-02T03:18:14.978682+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.014s
2026-05-02T03:18:22.214367901Z2026-05-02T03:18:14.978819+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.006s
2026-05-02T03:18:22.214373298Z2026-05-02T03:18:15.021240+00:00 === Building Webapp ===
2026-05-02T03:18:22.214386028Z2026-05-02T03:18:15.063132+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-02T03:18:22.214394175Z2026-05-02T03:18:20.055874+00:00 === Testing Webapp ===
2026-05-02T03:18:22.214399915Z2026-05-02T03:18:21.269405+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-02T03:18:22.214405198Z2026-05-02T03:18:21.269524+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-02T03:18:22.214411051Z2026-05-02T03:18:21.439146+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-02T03:18:22.214416485Z2026-05-02T03:18:21.465952+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.022s
2026-05-02T03:18:22.214421795Z2026-05-02T03:18:22.093643+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-02T03:18:22.214427165Z2026-05-02T03:18:22.164522+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.065s
2026-05-02T03:18:22.214436341Z2026-05-02T03:18:22.164642+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.020s
2026-05-02T03:18:22.214441795Z2026-05-02T03:18:22.164711+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.013s
2026-05-02T03:18:22.214447308Z2026-05-02T03:18:22.197246+00:00 === All builds and tests passed ===
2026-05-02T03:18:22.214452471Z2026-05-02T03:18:22.197946+00:00 ✓ Job completed successfully (exit code: 0)