Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019e62a1-7f20-d236-f3b8-5bcfb965c05a

Job ID
019e62a1-8df1-6079-5181-847cf9ea8131
Created
2026-05-26 04:53:35 UTC
Updated
2026-05-26 04:53:35 UTC
Duration
47s
Source Ref
7153f35ce2ddeb30a29ae44969df1506f6605f9d
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-26T04:53:40.307686934Z2026-05-26T04:53:40.199329+00:00 ⚠️ Configuration warnings:
2026-05-26T04:53:40.307699729Z • runner_image: Using 'latest' tag or no tag specified
2026-05-26T04:53:40.307706304Z 💡 Consider using a specific version tag for reproducible builds
2026-05-26T04:53:40.307710438Z
2026-05-26T04:53:40.307714302Z✅ Configuration is valid (with warnings)
2026-05-26T04:53:40.307727322Z2026-05-26T04:53:40.199775+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=26668a2d231cf8b355c1c3f2c8d299145fa77453
2026-05-26T04:53:40.307737259Z2026-05-26T04:53:40.199907+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=26668a2d231cf8b355c1c3f2c8d299145fa77453 target=/job/ci
2026-05-26T04:53:41.135567277Z2026-05-26T04:53:41.133962+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-26T04:53:41.13797899Z2026-05-26T04:53:41.134574+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=7153f35ce2ddeb30a29ae44969df1506f6605f9d
2026-05-26T04:53:41.13799352Z2026-05-26T04:53:41.134655+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=7153f35ce2ddeb30a29ae44969df1506f6605f9d target=/job/src
2026-05-26T04:53:42.043468041Z2026-05-26T04:53:42.041862+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-26T04:53:42.045391824Z2026-05-26T04:53:42.042713+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-26T04:54:22.777586564Z2026-05-26T04:53:40.199851+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-26T04:54:22.777645004Z2026-05-26T04:53:40.199952+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-26T04:54:22.777689778Z2026-05-26T04:53:41.096844+00:00 Checking out ref: 26668a2d231cf8b355c1c3f2c8d299145fa77453
2026-05-26T04:54:22.777699941Z2026-05-26T04:53:41.134072+00:00 Repository checked out to: /job/ci
2026-05-26T04:54:22.777706942Z2026-05-26T04:53:41.134707+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-26T04:54:22.777731725Z2026-05-26T04:53:41.978368+00:00 Checking out ref: 7153f35ce2ddeb30a29ae44969df1506f6605f9d
2026-05-26T04:54:22.777740829Z2026-05-26T04:53:42.042006+00:00 Repository checked out to: /job/src
2026-05-26T04:54:22.777747189Z2026-05-26T04:53:42.042847+00:00 Executing job locally (no container)
2026-05-26T04:54:22.777752339Z2026-05-26T04:53:42.042888+00:00 Command: set -e
2026-05-26T04:54:22.777758572Zexport HOME="${HOME:-/tmp/home}"
2026-05-26T04:54:22.777764172Zmkdir -p "$HOME/.local"
2026-05-26T04:54:22.777768795Z
2026-05-26T04:54:22.777773685Z# Install Go toolchain
2026-05-26T04:54:22.777779102Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-26T04:54:22.777784905Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-26T04:54:22.777790452Zrm /tmp/go.tar.gz
2026-05-26T04:54:22.777795032Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-26T04:54:22.777799055Z
2026-05-26T04:54:22.77789917Zcd /job/src
2026-05-26T04:54:22.777904626Z
2026-05-26T04:54:22.77791231Zecho "=== Building API ==="
2026-05-26T04:54:22.777917016Zcd api
2026-05-26T04:54:22.77792415Zgo build ./...
2026-05-26T04:54:22.77792832Z
2026-05-26T04:54:22.77793535Zecho "=== Testing API ==="
2026-05-26T04:54:22.77794032Zgo test ./...
2026-05-26T04:54:22.777944203Z
2026-05-26T04:54:22.777949233Zecho "=== Building Webapp ==="
2026-05-26T04:54:22.77795394Zcd ../webapp
2026-05-26T04:54:22.777958703Zgo build ./...
2026-05-26T04:54:22.777962373Z
2026-05-26T04:54:22.777967823Zecho "=== Testing Webapp ==="
2026-05-26T04:54:22.77797201Zgo test ./...
2026-05-26T04:54:22.77797626Z
2026-05-26T04:54:22.777981676Zecho "=== All builds and tests passed ==="
2026-05-26T04:54:22.777985654Z
2026-05-26T04:54:22.777994647Z2026-05-26T04:53:47.559922+00:00 === Building API ===
2026-05-26T04:54:22.778000111Z2026-05-26T04:53:47.666199+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-05-26T04:54:22.778006187Z2026-05-26T04:53:47.666830+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-26T04:54:22.778011867Z2026-05-26T04:53:47.679355+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-26T04:54:22.778016511Z2026-05-26T04:53:47.679978+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-26T04:54:22.778022307Z2026-05-26T04:53:47.680147+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-26T04:54:22.778027681Z2026-05-26T04:53:47.687019+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-26T04:54:22.778035061Z2026-05-26T04:53:47.692309+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-26T04:54:22.778039667Z2026-05-26T04:53:47.922897+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-26T04:54:22.778045011Z2026-05-26T04:53:47.989176+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-26T04:54:22.778049931Z2026-05-26T04:53:48.028544+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-26T04:54:22.778055254Z2026-05-26T04:53:48.028611+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-26T04:54:22.778061334Z2026-05-26T04:53:48.028677+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-26T04:54:22.778066631Z2026-05-26T04:53:48.028968+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-26T04:54:22.778071447Z2026-05-26T04:53:48.068521+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-26T04:54:22.778099841Z2026-05-26T04:53:48.078125+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-05-26T04:54:22.778109904Z2026-05-26T04:53:48.079425+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-26T04:54:22.778114981Z2026-05-26T04:53:48.081362+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-26T04:54:22.778119694Z2026-05-26T04:53:48.082011+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-26T04:54:22.778125428Z2026-05-26T04:53:48.153630+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-26T04:54:22.778130202Z2026-05-26T04:53:48.153693+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-26T04:54:22.778135775Z2026-05-26T04:53:48.153798+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-26T04:54:22.778163012Z2026-05-26T04:53:48.153823+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-26T04:54:22.778168558Z2026-05-26T04:53:48.202467+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-26T04:54:22.778173618Z2026-05-26T04:53:48.202569+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-26T04:54:22.778179208Z2026-05-26T04:53:48.207251+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-26T04:54:22.778186755Z2026-05-26T04:53:48.211813+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-26T04:54:22.778192102Z2026-05-26T04:53:48.326750+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-26T04:54:22.778197062Z2026-05-26T04:54:12.038110+00:00 === Testing API ===
2026-05-26T04:54:22.778222182Z2026-05-26T04:54:15.717197+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-26T04:54:22.778228935Z2026-05-26T04:54:15.723783+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-26T04:54:22.778234622Z2026-05-26T04:54:15.723858+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-26T04:54:22.778240405Z2026-05-26T04:54:15.723876+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-05-26T04:54:22.778245918Z2026-05-26T04:54:15.723888+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilservices [no test files]
2026-05-26T04:54:22.778254705Z2026-05-26T04:54:15.723932+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-26T04:54:22.778260795Z2026-05-26T04:54:15.723947+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-26T04:54:22.778265943Z2026-05-26T04:54:15.723959+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-26T04:54:22.778272033Z2026-05-26T04:54:15.723970+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-26T04:54:22.778292329Z2026-05-26T04:54:15.735994+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.009s
2026-05-26T04:54:22.778298303Z2026-05-26T04:54:15.736036+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.005s
2026-05-26T04:54:22.778309699Z2026-05-26T04:54:15.736202+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.009s
2026-05-26T04:54:22.778315559Z2026-05-26T04:54:15.736216+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.005s
2026-05-26T04:54:22.778321086Z2026-05-26T04:54:15.785026+00:00 === Building Webapp ===
2026-05-26T04:54:22.778346589Z2026-05-26T04:54:15.821592+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-26T04:54:22.77835178Z2026-05-26T04:54:20.569833+00:00 === Testing Webapp ===
2026-05-26T04:54:22.77837134Z2026-05-26T04:54:21.821444+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-26T04:54:22.778377866Z2026-05-26T04:54:21.821551+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-26T04:54:22.7783833Z2026-05-26T04:54:21.960210+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-26T04:54:22.77838877Z2026-05-26T04:54:21.983167+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.017s
2026-05-26T04:54:22.778394143Z2026-05-26T04:54:22.658756+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-26T04:54:22.778399456Z2026-05-26T04:54:22.735731+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.071s
2026-05-26T04:54:22.778404594Z2026-05-26T04:54:22.735803+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.021s
2026-05-26T04:54:22.778409501Z2026-05-26T04:54:22.735859+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.010s
2026-05-26T04:54:22.778414481Z2026-05-26T04:54:22.769958+00:00 === All builds and tests passed ===
2026-05-26T04:54:22.778422408Z2026-05-26T04:54:22.770527+00:00 ✓ Job completed successfully (exit code: 0)