Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019ee731-dff2-4488-7aa3-363731870bef

Job ID
019ee731-f606-fb2a-5e9a-3202e5644de4
Created
2026-06-20 22:41:11 UTC
Updated
2026-06-20 22:41:11 UTC
Duration
46s
Source Ref
e1da1ff7efb6cbc2de92a7343a7209684311562a
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-20T22:41:17.707100754Z2026-06-20T22:41:16.869544+00:00 ⚠️ Configuration warnings:
2026-06-20T22:41:17.70711794Z • runner_image: Using 'latest' tag or no tag specified
2026-06-20T22:41:17.707128467Z 💡 Consider using a specific version tag for reproducible builds
2026-06-20T22:41:17.707136387Z
2026-06-20T22:41:17.70714482Z✅ Configuration is valid (with warnings)
2026-06-20T22:41:17.70715832Z2026-06-20T22:41:16.869990+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=17b1881082f04f746da8068f4ed903bc1dba123d
2026-06-20T22:41:17.707170694Z2026-06-20T22:41:16.870132+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=17b1881082f04f746da8068f4ed903bc1dba123d target=/job/ci
2026-06-20T22:41:18.855561777Z2026-06-20T22:41:18.850271+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-06-20T22:41:18.85557273Z2026-06-20T22:41:18.851321+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=e1da1ff7efb6cbc2de92a7343a7209684311562a
2026-06-20T22:41:18.855580085Z2026-06-20T22:41:18.851368+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=e1da1ff7efb6cbc2de92a7343a7209684311562a target=/job/src
2026-06-20T22:41:19.784057199Z2026-06-20T22:41:19.779605+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-06-20T22:41:19.784970433Z2026-06-20T22:41:19.780279+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-06-20T22:41:57.015121158Z2026-06-20T22:41:16.870069+00:00 🔐 Preparing trusted CI source (type: git)
2026-06-20T22:41:57.015138031Z2026-06-20T22:41:16.870270+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-20T22:41:57.015148052Z2026-06-20T22:41:18.812387+00:00 Checking out ref: 17b1881082f04f746da8068f4ed903bc1dba123d
2026-06-20T22:41:57.015154869Z2026-06-20T22:41:18.851018+00:00 Repository checked out to: /job/ci
2026-06-20T22:41:57.015162664Z2026-06-20T22:41:18.851397+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-20T22:41:57.015170513Z2026-06-20T22:41:19.748677+00:00 Checking out ref: e1da1ff7efb6cbc2de92a7343a7209684311562a
2026-06-20T22:41:57.015177626Z2026-06-20T22:41:19.779756+00:00 Repository checked out to: /job/src
2026-06-20T22:41:57.015184144Z2026-06-20T22:41:19.780399+00:00 Executing job locally (no container)
2026-06-20T22:41:57.015190393Z2026-06-20T22:41:19.780426+00:00 Command: set -e
2026-06-20T22:41:57.015197911Zexport HOME="${HOME:-/tmp/home}"
2026-06-20T22:41:57.015205384Zmkdir -p "$HOME/.local"
2026-06-20T22:41:57.015209017Z
2026-06-20T22:41:57.015213217Z# Install Go toolchain
2026-06-20T22:41:57.015217653Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-06-20T22:41:57.015222351Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-06-20T22:41:57.015226553Zrm /tmp/go.tar.gz
2026-06-20T22:41:57.015230408Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-06-20T22:41:57.015233625Z
2026-06-20T22:41:57.015238858Zcd /job/src
2026-06-20T22:41:57.015253834Z
2026-06-20T22:41:57.015268402Zecho "=== Building API ==="
2026-06-20T22:41:57.015274094Zcd api
2026-06-20T22:41:57.015278096Zgo build ./...
2026-06-20T22:41:57.015281339Z
2026-06-20T22:41:57.015288604Zecho "=== Testing API ==="
2026-06-20T22:41:57.01529293Zgo test ./...
2026-06-20T22:41:57.015296322Z
2026-06-20T22:41:57.015298841Zecho "=== Building Webapp ==="
2026-06-20T22:41:57.015301607Zcd ../webapp
2026-06-20T22:41:57.015304382Zgo build ./...
2026-06-20T22:41:57.015306519Z
2026-06-20T22:41:57.01531275Zecho "=== Testing Webapp ==="
2026-06-20T22:41:57.015316547Zgo test ./...
2026-06-20T22:41:57.015319693Z
2026-06-20T22:41:57.015325214Zecho "=== All builds and tests passed ==="
2026-06-20T22:41:57.015328268Z
2026-06-20T22:41:57.015343379Z2026-06-20T22:41:25.042399+00:00 === Building API ===
2026-06-20T22:41:57.015348996Z2026-06-20T22:41:25.144821+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-06-20T22:41:57.015353841Z2026-06-20T22:41:25.175607+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-06-20T22:41:57.015357799Z2026-06-20T22:41:25.177332+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-06-20T22:41:57.015361763Z2026-06-20T22:41:25.186866+00:00 go: downloading github.com/rs/cors v1.11.1
2026-06-20T22:41:57.015365796Z2026-06-20T22:41:25.228297+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-06-20T22:41:57.015368717Z2026-06-20T22:41:25.271340+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-06-20T22:41:57.015371094Z2026-06-20T22:41:25.271382+00:00 go: downloading gorm.io/gorm v1.25.12
2026-06-20T22:41:57.015373799Z2026-06-20T22:41:25.899787+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-06-20T22:41:57.015376469Z2026-06-20T22:41:25.901317+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-06-20T22:41:57.015378848Z2026-06-20T22:41:25.901360+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-06-20T22:41:57.015381089Z2026-06-20T22:41:25.901384+00:00 go: downloading golang.org/x/sys v0.28.0
2026-06-20T22:41:57.015383365Z2026-06-20T22:41:25.901848+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-06-20T22:41:57.015387196Z2026-06-20T22:41:25.901868+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-06-20T22:41:57.015391448Z2026-06-20T22:41:25.901998+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-06-20T22:41:57.015394465Z2026-06-20T22:41:25.902149+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-06-20T22:41:57.015397083Z2026-06-20T22:41:25.902254+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-06-20T22:41:57.015400108Z2026-06-20T22:41:25.902296+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-06-20T22:41:57.015402686Z2026-06-20T22:41:25.902780+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-06-20T22:41:57.01540678Z2026-06-20T22:41:25.904138+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-06-20T22:41:57.015410796Z2026-06-20T22:41:25.907465+00:00 go: downloading golang.org/x/sync v0.10.0
2026-06-20T22:41:57.015416188Z2026-06-20T22:41:26.258475+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-06-20T22:41:57.015420022Z2026-06-20T22:41:26.261565+00:00 go: downloading golang.org/x/text v0.21.0
2026-06-20T22:41:57.015424031Z2026-06-20T22:41:26.261750+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-06-20T22:41:57.015427971Z2026-06-20T22:41:26.262324+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-06-20T22:41:57.015514183Z2026-06-20T22:41:26.262345+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-06-20T22:41:57.015520803Z2026-06-20T22:41:26.262354+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-06-20T22:41:57.015524932Z2026-06-20T22:41:26.262538+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-06-20T22:41:57.015528503Z2026-06-20T22:41:47.552832+00:00 === Testing API ===
2026-06-20T22:41:57.015532955Z2026-06-20T22:41:51.302568+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-06-20T22:41:57.015537118Z2026-06-20T22:41:51.302702+00:00 ? github.com/catalystcommunity/longhouse/api/internal/audit [no test files]
2026-06-20T22:41:57.015542237Z2026-06-20T22:41:51.302766+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-06-20T22:41:57.015546763Z2026-06-20T22:41:51.302794+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-06-20T22:41:57.015551143Z2026-06-20T22:41:51.303597+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-06-20T22:41:57.015556375Z2026-06-20T22:41:51.303635+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-06-20T22:41:57.015559468Z2026-06-20T22:41:51.303720+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-06-20T22:41:57.015562252Z2026-06-20T22:41:51.303740+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-06-20T22:41:57.015565397Z2026-06-20T22:41:51.317107+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.011s
2026-06-20T22:41:57.01556974Z2026-06-20T22:41:51.317175+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.008s
2026-06-20T22:41:57.015575458Z2026-06-20T22:41:51.317196+00:00 ok github.com/catalystcommunity/longhouse/api/internal/csilrpc 0.006s
2026-06-20T22:41:57.015582538Z2026-06-20T22:41:51.317969+00:00 ok github.com/catalystcommunity/longhouse/api/internal/csilservices 0.012s
2026-06-20T22:41:57.015586604Z2026-06-20T22:41:51.318004+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.008s
2026-06-20T22:41:57.015591094Z2026-06-20T22:41:51.318016+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.004s
2026-06-20T22:41:57.015596851Z2026-06-20T22:41:51.318064+00:00 ok github.com/catalystcommunity/longhouse/api/internal/transport 0.009s
2026-06-20T22:41:57.015600635Z2026-06-20T22:41:51.367374+00:00 === Building Webapp ===
2026-06-20T22:41:57.01560634Z2026-06-20T22:41:51.398961+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-06-20T22:41:57.015610026Z2026-06-20T22:41:55.347039+00:00 === Testing Webapp ===
2026-06-20T22:41:57.015614778Z2026-06-20T22:41:56.265193+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-06-20T22:41:57.015618919Z2026-06-20T22:41:56.265266+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-06-20T22:41:57.015623084Z2026-06-20T22:41:56.441282+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-06-20T22:41:57.015638289Z2026-06-20T22:41:56.454580+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.010s
2026-06-20T22:41:57.015642758Z2026-06-20T22:41:56.951729+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-06-20T22:41:57.015648819Z2026-06-20T22:41:56.994341+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.039s
2026-06-20T22:41:57.015652862Z2026-06-20T22:41:56.994400+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.012s
2026-06-20T22:41:57.015657059Z2026-06-20T22:41:56.994413+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.006s
2026-06-20T22:41:57.015663247Z2026-06-20T22:41:57.009932+00:00 === All builds and tests passed ===
2026-06-20T22:41:57.015667347Z2026-06-20T22:41:57.010566+00:00 ✓ Job completed successfully (exit code: 0)