Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019ebf6c-dfe3-265d-1249-65a30c2788ad

Job ID
019ebf6c-ee08-2718-a947-bf913fed017d
Created
2026-06-13 05:20:47 UTC
Updated
2026-06-13 05:20:47 UTC
Duration
49s
Source Ref
ebbe5bb3158646d4b1fccd0263cbb0e0969aba11
Source URL
https://github.com/catalystcommunity/longhouse.git
Runner Image
containers.catalystsquad.com/public/reactorcide/runnerbase:dev
Priority
10
Queue
reactorcide-jobs

Logs

2026-06-13T05:20:51.671215183Z2026-06-13T05:20:51.374296+00:00 ⚠️ Configuration warnings:
2026-06-13T05:20:51.67122586Z • runner_image: Using 'latest' tag or no tag specified
2026-06-13T05:20:51.67123268Z 💡 Consider using a specific version tag for reproducible builds
2026-06-13T05:20:51.671237627Z
2026-06-13T05:20:51.67124376Z✅ Configuration is valid (with warnings)
2026-06-13T05:20:51.671252701Z2026-06-13T05:20:51.374896+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=b4d76382de36834842a1dea127ad982f815dccfc
2026-06-13T05:20:51.671260588Z2026-06-13T05:20:51.375077+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=b4d76382de36834842a1dea127ad982f815dccfc target=/job/ci
2026-06-13T05:20:52.462340145Z2026-06-13T05:20:52.471574+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-06-13T05:20:52.464550168Z2026-06-13T05:20:52.472201+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=ebbe5bb3158646d4b1fccd0263cbb0e0969aba11
2026-06-13T05:20:52.464570639Z2026-06-13T05:20:52.472295+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=ebbe5bb3158646d4b1fccd0263cbb0e0969aba11 target=/job/src
2026-06-13T05:20:53.547787796Z2026-06-13T05:20:53.554107+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-06-13T05:20:53.54781119Z2026-06-13T05:20:53.554878+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-06-13T05:21:35.642111975Z2026-06-13T05:20:51.375002+00:00 🔐 Preparing trusted CI source (type: git)
2026-06-13T05:21:35.642134392Z2026-06-13T05:20:51.375204+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-13T05:21:35.642147425Z2026-06-13T05:20:52.425495+00:00 Checking out ref: b4d76382de36834842a1dea127ad982f815dccfc
2026-06-13T05:21:35.642156759Z2026-06-13T05:20:52.471686+00:00 Repository checked out to: /job/ci
2026-06-13T05:21:35.642170305Z2026-06-13T05:20:52.472353+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-13T05:21:35.642180712Z2026-06-13T05:20:53.505206+00:00 Checking out ref: ebbe5bb3158646d4b1fccd0263cbb0e0969aba11
2026-06-13T05:21:35.64218991Z2026-06-13T05:20:53.554231+00:00 Repository checked out to: /job/src
2026-06-13T05:21:35.642450405Z2026-06-13T05:20:53.555023+00:00 Executing job locally (no container)
2026-06-13T05:21:35.642460608Z2026-06-13T05:20:53.555055+00:00 Command: set -e
2026-06-13T05:21:35.642467125Zexport HOME="${HOME:-/tmp/home}"
2026-06-13T05:21:35.642932056Zmkdir -p "$HOME/.local"
2026-06-13T05:21:35.64294067Z
2026-06-13T05:21:35.642945996Z# Install Go toolchain
2026-06-13T05:21:35.643117474Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-06-13T05:21:35.643124888Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-06-13T05:21:35.643130141Zrm /tmp/go.tar.gz
2026-06-13T05:21:35.643446514Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-06-13T05:21:35.643452351Z
2026-06-13T05:21:35.643805561Zcd /job/src
2026-06-13T05:21:35.643963682Z
2026-06-13T05:21:35.643972936Zecho "=== Building API ==="
2026-06-13T05:21:35.643978722Zcd api
2026-06-13T05:21:35.644278784Zgo build ./...
2026-06-13T05:21:35.644284432Z
2026-06-13T05:21:35.644289419Zecho "=== Testing API ==="
2026-06-13T05:21:35.644607504Zgo test ./...
2026-06-13T05:21:35.644774279Z
2026-06-13T05:21:35.644783397Zecho "=== Building Webapp ==="
2026-06-13T05:21:35.644788197Zcd ../webapp
2026-06-13T05:21:35.644979848Zgo build ./...
2026-06-13T05:21:35.644986111Z
2026-06-13T05:21:35.645199757Zecho "=== Testing Webapp ==="
2026-06-13T05:21:35.645205687Zgo test ./...
2026-06-13T05:21:35.645652491Z
2026-06-13T05:21:35.645660588Zecho "=== All builds and tests passed ==="
2026-06-13T05:21:35.645664345Z
2026-06-13T05:21:35.645706288Z2026-06-13T05:20:59.157468+00:00 === Building API ===
2026-06-13T05:21:35.646578326Z2026-06-13T05:20:59.247705+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-06-13T05:21:35.646586773Z2026-06-13T05:20:59.248785+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-06-13T05:21:35.646591943Z2026-06-13T05:20:59.249119+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-06-13T05:21:35.646597273Z2026-06-13T05:20:59.251318+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-06-13T05:21:35.64660692Z2026-06-13T05:20:59.257786+00:00 go: downloading gorm.io/gorm v1.25.12
2026-06-13T05:21:35.646612696Z2026-06-13T05:20:59.260678+00:00 go: downloading github.com/rs/cors v1.11.1
2026-06-13T05:21:35.646858572Z2026-06-13T05:20:59.280707+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-06-13T05:21:35.647413304Z2026-06-13T05:20:59.481967+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-06-13T05:21:35.647420788Z2026-06-13T05:20:59.545842+00:00 go: downloading golang.org/x/sys v0.28.0
2026-06-13T05:21:35.647426078Z2026-06-13T05:20:59.587175+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-06-13T05:21:35.647431241Z2026-06-13T05:20:59.587236+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-06-13T05:21:35.647436098Z2026-06-13T05:20:59.587297+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-06-13T05:21:35.647866437Z2026-06-13T05:20:59.588537+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-06-13T05:21:35.647873254Z2026-06-13T05:20:59.604591+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-06-13T05:21:35.647879504Z2026-06-13T05:20:59.605161+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-06-13T05:21:35.647884797Z2026-06-13T05:20:59.605239+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-06-13T05:21:35.648770722Z2026-06-13T05:20:59.607888+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-06-13T05:21:35.648778862Z2026-06-13T05:20:59.615641+00:00 go: downloading golang.org/x/text v0.21.0
2026-06-13T05:21:35.648785072Z2026-06-13T05:20:59.691740+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-06-13T05:21:35.64879025Z2026-06-13T05:20:59.691886+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-06-13T05:21:35.648795543Z2026-06-13T05:20:59.691913+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-06-13T05:21:35.64880075Z2026-06-13T05:20:59.692128+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-06-13T05:21:35.64880552Z2026-06-13T05:20:59.725954+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-06-13T05:21:35.648810523Z2026-06-13T05:20:59.726014+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-06-13T05:21:35.649057679Z2026-06-13T05:20:59.728606+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-06-13T05:21:35.649071149Z2026-06-13T05:20:59.730250+00:00 go: downloading golang.org/x/sync v0.10.0
2026-06-13T05:21:35.649246067Z2026-06-13T05:20:59.851960+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-06-13T05:21:35.64962369Z2026-06-13T05:21:24.313443+00:00 === Testing API ===
2026-06-13T05:21:35.649637893Z2026-06-13T05:21:28.706413+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-06-13T05:21:35.649645087Z2026-06-13T05:21:28.707757+00:00 ? github.com/catalystcommunity/longhouse/api/internal/audit [no test files]
2026-06-13T05:21:35.649651207Z2026-06-13T05:21:28.707895+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-06-13T05:21:35.649800502Z2026-06-13T05:21:28.707931+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-06-13T05:21:35.649812446Z2026-06-13T05:21:28.707954+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-06-13T05:21:35.649819596Z2026-06-13T05:21:28.707974+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-06-13T05:21:35.649827636Z2026-06-13T05:21:28.707995+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-06-13T05:21:35.650103225Z2026-06-13T05:21:28.708016+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-06-13T05:21:35.650111238Z2026-06-13T05:21:28.708037+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-06-13T05:21:35.650120518Z2026-06-13T05:21:28.724656+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.013s
2026-06-13T05:21:35.650126515Z2026-06-13T05:21:28.724735+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.010s
2026-06-13T05:21:35.65039817Z2026-06-13T05:21:28.724761+00:00 ok github.com/catalystcommunity/longhouse/api/internal/csilservices 0.008s
2026-06-13T05:21:35.65040774Z2026-06-13T05:21:28.724783+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.012s
2026-06-13T05:21:35.650724554Z2026-06-13T05:21:28.724988+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.006s
2026-06-13T05:21:35.650927776Z2026-06-13T05:21:28.794985+00:00 === Building Webapp ===
2026-06-13T05:21:35.650934693Z2026-06-13T05:21:28.834333+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-06-13T05:21:35.651079234Z2026-06-13T05:21:33.591288+00:00 === Testing Webapp ===
2026-06-13T05:21:35.651372956Z2026-06-13T05:21:34.701593+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-06-13T05:21:35.651408323Z2026-06-13T05:21:34.701655+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-06-13T05:21:35.651414446Z2026-06-13T05:21:34.861888+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-06-13T05:21:35.651420644Z2026-06-13T05:21:34.884554+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.017s
2026-06-13T05:21:35.651426454Z2026-06-13T05:21:35.527489+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-06-13T05:21:35.651899831Z2026-06-13T05:21:35.608639+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.073s
2026-06-13T05:21:35.651907204Z2026-06-13T05:21:35.608708+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.017s
2026-06-13T05:21:35.651912748Z2026-06-13T05:21:35.608724+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.009s
2026-06-13T05:21:35.651918295Z2026-06-13T05:21:35.649138+00:00 === All builds and tests passed ===
2026-06-13T05:21:35.651923275Z2026-06-13T05:21:35.649740+00:00 ✓ Job completed successfully (exit code: 0)