Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019de1de-33de-7cdd-cac2-9900ddf402a6

Job ID
019de1de-42ce-308c-2b08-c18a899544ac
Created
2026-05-01 04:48:52 UTC
Updated
2026-05-01 04:48:52 UTC
Duration
48s
Source Ref
5486cfd6050ec3a836f61d1eb1de3580a21b28cc
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-01T04:48:56.005148587Z2026-05-01T04:48:55.175644+00:00 ⚠️ Configuration warnings:
2026-05-01T04:48:56.005285148Z • runner_image: Using 'latest' tag or no tag specified
2026-05-01T04:48:56.005295008Z 💡 Consider using a specific version tag for reproducible builds
2026-05-01T04:48:56.005300482Z
2026-05-01T04:48:56.005306805Z✅ Configuration is valid (with warnings)
2026-05-01T04:48:56.005315752Z2026-05-01T04:48:55.176236+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=5486cfd6050ec3a836f61d1eb1de3580a21b28cc
2026-05-01T04:48:56.005324845Z2026-05-01T04:48:55.176450+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=5486cfd6050ec3a836f61d1eb1de3580a21b28cc target=/job/ci
2026-05-01T04:48:56.06026209Z2026-05-01T04:48:56.018841+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-01T04:48:56.0602771Z2026-05-01T04:48:56.019598+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=5486cfd6050ec3a836f61d1eb1de3580a21b28cc
2026-05-01T04:48:56.060286564Z2026-05-01T04:48:56.019694+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=5486cfd6050ec3a836f61d1eb1de3580a21b28cc target=/job/src
2026-05-01T04:48:56.817213519Z2026-05-01T04:48:56.808984+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-01T04:48:56.821217951Z2026-05-01T04:48:56.809776+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-01T04:49:36.714984188Z2026-05-01T04:48:55.176372+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-01T04:49:36.715007124Z2026-05-01T04:48:55.176534+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T04:49:36.715014078Z2026-05-01T04:48:55.989971+00:00 Checking out ref: 5486cfd6050ec3a836f61d1eb1de3580a21b28cc
2026-05-01T04:49:36.715019554Z2026-05-01T04:48:56.019021+00:00 Repository checked out to: /job/ci
2026-05-01T04:49:36.715027504Z2026-05-01T04:48:56.019755+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T04:49:36.715036884Z2026-05-01T04:48:56.780973+00:00 Checking out ref: 5486cfd6050ec3a836f61d1eb1de3580a21b28cc
2026-05-01T04:49:36.715045428Z2026-05-01T04:48:56.809144+00:00 Repository checked out to: /job/src
2026-05-01T04:49:36.715054274Z2026-05-01T04:48:56.809912+00:00 Executing job locally (no container)
2026-05-01T04:49:36.715063301Z2026-05-01T04:48:56.809942+00:00 Command: set -e
2026-05-01T04:49:36.715073675Zexport HOME="${HOME:-/tmp/home}"
2026-05-01T04:49:36.715081185Zmkdir -p "$HOME/.local"
2026-05-01T04:49:36.715085631Z
2026-05-01T04:49:36.715090541Z# Install Go toolchain
2026-05-01T04:49:36.715096839Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-01T04:49:36.715280991Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-01T04:49:36.715291111Zrm /tmp/go.tar.gz
2026-05-01T04:49:36.715301027Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-01T04:49:36.715308121Z
2026-05-01T04:49:36.715319224Zcd /job/src
2026-05-01T04:49:36.715655747Z
2026-05-01T04:49:36.7156708Zecho "=== Building API ==="
2026-05-01T04:49:36.715678104Zcd api
2026-05-01T04:49:36.715682897Zgo build ./...
2026-05-01T04:49:36.71568721Z
2026-05-01T04:49:36.715693227Zecho "=== Testing API ==="
2026-05-01T04:49:36.715698434Zgo test ./...
2026-05-01T04:49:36.716169519Z
2026-05-01T04:49:36.716179539Zecho "=== Building Webapp ==="
2026-05-01T04:49:36.716185089Zcd ../webapp
2026-05-01T04:49:36.716189775Zgo build ./...
2026-05-01T04:49:36.716193569Z
2026-05-01T04:49:36.716198865Zecho "=== Testing Webapp ==="
2026-05-01T04:49:36.716203985Zgo test ./...
2026-05-01T04:49:36.718068575Z
2026-05-01T04:49:36.718079498Zecho "=== All builds and tests passed ==="
2026-05-01T04:49:36.718084471Z
2026-05-01T04:49:36.718112268Z2026-05-01T04:49:02.487861+00:00 === Building API ===
2026-05-01T04:49:36.718208886Z2026-05-01T04:49:02.601068+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-01T04:49:36.718222056Z2026-05-01T04:49:02.608071+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-01T04:49:36.718227416Z2026-05-01T04:49:02.608171+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-01T04:49:36.718233602Z2026-05-01T04:49:02.614451+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-01T04:49:36.718239122Z2026-05-01T04:49:02.621825+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-01T04:49:36.718244986Z2026-05-01T04:49:02.627172+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-01T04:49:36.718250966Z2026-05-01T04:49:02.886503+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-01T04:49:36.71829365Z2026-05-01T04:49:02.924294+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-01T04:49:36.718302603Z2026-05-01T04:49:03.064275+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-01T04:49:36.71830859Z2026-05-01T04:49:03.064451+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-01T04:49:36.718315553Z2026-05-01T04:49:03.066703+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-01T04:49:36.718324577Z2026-05-01T04:49:03.071657+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-01T04:49:36.718336837Z2026-05-01T04:49:03.220371+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-01T04:49:36.71834583Z2026-05-01T04:49:03.221106+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-01T04:49:36.718355917Z2026-05-01T04:49:03.221152+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-01T04:49:36.71836551Z2026-05-01T04:49:03.221212+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-01T04:49:36.718373953Z2026-05-01T04:49:03.222191+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-01T04:49:36.71838194Z2026-05-01T04:49:03.229928+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-01T04:49:36.718391363Z2026-05-01T04:49:03.230122+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-01T04:49:36.718766414Z2026-05-01T04:49:03.230216+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-01T04:49:36.718782377Z2026-05-01T04:49:03.274868+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-01T04:49:36.718791687Z2026-05-01T04:49:03.275441+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-01T04:49:36.718801144Z2026-05-01T04:49:03.277179+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-01T04:49:36.718809264Z2026-05-01T04:49:03.288669+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-01T04:49:36.718817724Z2026-05-01T04:49:03.585202+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-01T04:49:36.718826642Z2026-05-01T04:49:26.374056+00:00 === Testing API ===
2026-05-01T04:49:36.719439583Z2026-05-01T04:49:30.137859+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-01T04:49:36.719453296Z2026-05-01T04:49:30.138006+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-01T04:49:36.719462906Z2026-05-01T04:49:30.138034+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-01T04:49:36.719477293Z2026-05-01T04:49:30.138454+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-01T04:49:36.721610571Z2026-05-01T04:49:30.138512+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-01T04:49:36.721629108Z2026-05-01T04:49:30.138563+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-01T04:49:36.721638392Z2026-05-01T04:49:30.138581+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-01T04:49:36.721648862Z2026-05-01T04:49:30.155518+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.014s
2026-05-01T04:49:36.721657549Z2026-05-01T04:49:30.155569+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.007s
2026-05-01T04:49:36.721666416Z2026-05-01T04:49:30.201652+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.060s
2026-05-01T04:49:36.721674349Z2026-05-01T04:49:30.201714+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.011s
2026-05-01T04:49:36.721683156Z2026-05-01T04:49:30.201742+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.004s
2026-05-01T04:49:36.721690702Z2026-05-01T04:49:30.273544+00:00 === Building Webapp ===
2026-05-01T04:49:36.721707516Z2026-05-01T04:49:30.300388+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-01T04:49:36.721715752Z2026-05-01T04:49:34.953414+00:00 === Testing Webapp ===
2026-05-01T04:49:36.721727632Z2026-05-01T04:49:36.025978+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-01T04:49:36.721736789Z2026-05-01T04:49:36.026046+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-01T04:49:36.721746559Z2026-05-01T04:49:36.196218+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-01T04:49:36.721754846Z2026-05-01T04:49:36.217670+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.017s
2026-05-01T04:49:36.721763362Z2026-05-01T04:49:36.613839+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-01T04:49:36.721776153Z2026-05-01T04:49:36.680237+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.061s
2026-05-01T04:49:36.722200644Z2026-05-01T04:49:36.680315+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.019s
2026-05-01T04:49:36.722214707Z2026-05-01T04:49:36.680463+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.009s
2026-05-01T04:49:36.722223947Z2026-05-01T04:49:36.705684+00:00 === All builds and tests passed ===
2026-05-01T04:49:36.722232787Z2026-05-01T04:49:36.706329+00:00 ✓ Job completed successfully (exit code: 0)