Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019e7188-9090-7202-de1e-6b361a08449d

Job ID
019e7188-9e24-51ad-a016-407195047c96
Created
2026-05-29 02:20:39 UTC
Updated
2026-05-29 02:20:39 UTC
Duration
49s
Source Ref
1c1defc942af98dcb89e4ed9b24ebf0556340ea2
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-29T02:20:47.19110667Z2026-05-29T02:20:46.196630+00:00 ⚠️ Configuration warnings:
2026-05-29T02:20:47.19111702Z • runner_image: Using 'latest' tag or no tag specified
2026-05-29T02:20:47.191124157Z 💡 Consider using a specific version tag for reproducible builds
2026-05-29T02:20:47.191129224Z
2026-05-29T02:20:47.191135017Z✅ Configuration is valid (with warnings)
2026-05-29T02:20:47.191146444Z2026-05-29T02:20:46.197144+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=c54859c3b099e3cbffc26c4222fd7aed4f167f6f
2026-05-29T02:20:47.19115323Z2026-05-29T02:20:46.197310+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=c54859c3b099e3cbffc26c4222fd7aed4f167f6f target=/job/ci
2026-05-29T02:20:47.19115976Z2026-05-29T02:20:47.125827+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-29T02:20:47.191167157Z2026-05-29T02:20:47.126560+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=1c1defc942af98dcb89e4ed9b24ebf0556340ea2
2026-05-29T02:20:47.191175467Z2026-05-29T02:20:47.126656+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=1c1defc942af98dcb89e4ed9b24ebf0556340ea2 target=/job/src
2026-05-29T02:20:48.190794184Z2026-05-29T02:20:48.180907+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-29T02:20:48.193099099Z2026-05-29T02:20:48.181604+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-29T02:21:30.053007081Z2026-05-29T02:20:46.197242+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-29T02:21:30.053244463Z2026-05-29T02:20:46.197365+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-29T02:21:30.053270776Z2026-05-29T02:20:47.099901+00:00 Checking out ref: c54859c3b099e3cbffc26c4222fd7aed4f167f6f
2026-05-29T02:21:30.053279389Z2026-05-29T02:20:47.125959+00:00 Repository checked out to: /job/ci
2026-05-29T02:21:30.053286149Z2026-05-29T02:20:47.126717+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-29T02:21:30.053291919Z2026-05-29T02:20:48.123823+00:00 Checking out ref: 1c1defc942af98dcb89e4ed9b24ebf0556340ea2
2026-05-29T02:21:30.053299569Z2026-05-29T02:20:48.181026+00:00 Repository checked out to: /job/src
2026-05-29T02:21:30.053305336Z2026-05-29T02:20:48.181716+00:00 Executing job locally (no container)
2026-05-29T02:21:30.053310896Z2026-05-29T02:20:48.181743+00:00 Command: set -e
2026-05-29T02:21:30.053317023Zexport HOME="${HOME:-/tmp/home}"
2026-05-29T02:21:30.053323276Zmkdir -p "$HOME/.local"
2026-05-29T02:21:30.053328346Z
2026-05-29T02:21:30.05413279Z# Install Go toolchain
2026-05-29T02:21:30.054148386Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-29T02:21:30.054159021Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-29T02:21:30.054166494Zrm /tmp/go.tar.gz
2026-05-29T02:21:30.055170963Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-29T02:21:30.055180963Z
2026-05-29T02:21:30.05519742Zcd /job/src
2026-05-29T02:21:30.055204614Z
2026-05-29T02:21:30.055212184Zecho "=== Building API ==="
2026-05-29T02:21:30.055219811Zcd api
2026-05-29T02:21:30.055227171Zgo build ./...
2026-05-29T02:21:30.055233087Z
2026-05-29T02:21:30.055247954Zecho "=== Testing API ==="
2026-05-29T02:21:30.055253271Zgo test ./...
2026-05-29T02:21:30.055257124Z
2026-05-29T02:21:30.055265324Zecho "=== Building Webapp ==="
2026-05-29T02:21:30.055270607Zcd ../webapp
2026-05-29T02:21:30.055314677Zgo build ./...
2026-05-29T02:21:30.05567742Z
2026-05-29T02:21:30.055685817Zecho "=== Testing Webapp ==="
2026-05-29T02:21:30.05569082Zgo test ./...
2026-05-29T02:21:30.055694684Z
2026-05-29T02:21:30.055699864Zecho "=== All builds and tests passed ==="
2026-05-29T02:21:30.056047164Z
2026-05-29T02:21:30.056082888Z2026-05-29T02:20:53.854913+00:00 === Building API ===
2026-05-29T02:21:30.056092594Z2026-05-29T02:20:53.976751+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-29T02:21:30.056102048Z2026-05-29T02:20:53.980981+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-29T02:21:30.056113364Z2026-05-29T02:20:53.982709+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-29T02:21:30.056121725Z2026-05-29T02:20:53.983322+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-29T02:21:30.056130135Z2026-05-29T02:20:53.985865+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-05-29T02:21:30.056483627Z2026-05-29T02:20:53.996717+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-29T02:21:30.056494587Z2026-05-29T02:20:53.999639+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-29T02:21:30.056500557Z2026-05-29T02:20:54.222839+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-29T02:21:30.056506064Z2026-05-29T02:20:54.263267+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-29T02:21:30.056511362Z2026-05-29T02:20:54.309091+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-29T02:21:30.056779364Z2026-05-29T02:20:54.309225+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-29T02:21:30.056847801Z2026-05-29T02:20:54.309418+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-29T02:21:30.056861781Z2026-05-29T02:20:54.309470+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-29T02:21:30.057589234Z2026-05-29T02:20:54.331509+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-29T02:21:30.057599857Z2026-05-29T02:20:54.331714+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-05-29T02:21:30.057606561Z2026-05-29T02:20:54.333402+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-29T02:21:30.057612414Z2026-05-29T02:20:54.334384+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-29T02:21:30.057617681Z2026-05-29T02:20:54.345882+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-29T02:21:30.057623491Z2026-05-29T02:20:54.424197+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-29T02:21:30.058347803Z2026-05-29T02:20:54.424280+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-29T02:21:30.058362183Z2026-05-29T02:20:54.424487+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-29T02:21:30.058376211Z2026-05-29T02:20:54.426439+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-29T02:21:30.058385754Z2026-05-29T02:20:54.461574+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-29T02:21:30.058394458Z2026-05-29T02:20:54.461634+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-29T02:21:30.058404951Z2026-05-29T02:20:54.466553+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-29T02:21:30.058619866Z2026-05-29T02:20:54.471039+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-29T02:21:30.058630379Z2026-05-29T02:20:54.584433+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-29T02:21:30.058659477Z2026-05-29T02:21:18.280620+00:00 === Testing API ===
2026-05-29T02:21:30.05866681Z2026-05-29T02:21:23.197241+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-29T02:21:30.059884907Z2026-05-29T02:21:23.197332+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-29T02:21:30.059898651Z2026-05-29T02:21:23.197357+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-29T02:21:30.059905314Z2026-05-29T02:21:23.197374+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-05-29T02:21:30.059916674Z2026-05-29T02:21:23.197502+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-29T02:21:30.059925774Z2026-05-29T02:21:23.197517+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-29T02:21:30.059932204Z2026-05-29T02:21:23.197524+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-29T02:21:30.059938064Z2026-05-29T02:21:23.197548+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-29T02:21:30.059944161Z2026-05-29T02:21:23.210586+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.010s
2026-05-29T02:21:30.059950607Z2026-05-29T02:21:23.210631+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.009s
2026-05-29T02:21:30.059958694Z2026-05-29T02:21:23.210640+00:00 ok github.com/catalystcommunity/longhouse/api/internal/csilservices 0.006s
2026-05-29T02:21:30.059969368Z2026-05-29T02:21:23.210649+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.010s
2026-05-29T02:21:30.059974952Z2026-05-29T02:21:23.210667+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.005s
2026-05-29T02:21:30.059980228Z2026-05-29T02:21:23.314725+00:00 === Building Webapp ===
2026-05-29T02:21:30.060386762Z2026-05-29T02:21:23.360428+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-29T02:21:30.060395425Z2026-05-29T02:21:28.121165+00:00 === Testing Webapp ===
2026-05-29T02:21:30.060402179Z2026-05-29T02:21:29.403341+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-29T02:21:30.060408306Z2026-05-29T02:21:29.403401+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-29T02:21:30.060415212Z2026-05-29T02:21:29.517490+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-29T02:21:30.060420856Z2026-05-29T02:21:29.541041+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.018s
2026-05-29T02:21:30.061401384Z2026-05-29T02:21:29.932714+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-29T02:21:30.06141029Z2026-05-29T02:21:30.006884+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.068s
2026-05-29T02:21:30.06141866Z2026-05-29T02:21:30.006949+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.015s
2026-05-29T02:21:30.061424537Z2026-05-29T02:21:30.007004+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.012s
2026-05-29T02:21:30.061430291Z2026-05-29T02:21:30.042102+00:00 === All builds and tests passed ===
2026-05-29T02:21:30.061435438Z2026-05-29T02:21:30.042694+00:00 ✓ Job completed successfully (exit code: 0)