Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019e9598-9cc6-555f-c905-ce590bd8dac7

Job ID
019e9598-abff-c2a0-860e-0c551ceaa47f
Created
2026-06-05 02:24:31 UTC
Updated
2026-06-05 02:24:31 UTC
Duration
47s
Source Ref
843d229ca8df879b977b113184bee83fefafc555
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-05T02:24:37.392918901Z2026-06-05T02:24:37.378267+00:00 ⚠️ Configuration warnings:
2026-06-05T02:24:37.392933084Z • runner_image: Using 'latest' tag or no tag specified
2026-06-05T02:24:37.392941154Z 💡 Consider using a specific version tag for reproducible builds
2026-06-05T02:24:37.393106833Z
2026-06-05T02:24:37.393114789Z✅ Configuration is valid (with warnings)
2026-06-05T02:24:37.393140357Z2026-06-05T02:24:37.378985+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=d3cccd06cd4307e1075ad6bdfccf4a9b139715b4
2026-06-05T02:24:37.393147864Z2026-06-05T02:24:37.379250+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=d3cccd06cd4307e1075ad6bdfccf4a9b139715b4 target=/job/ci
2026-06-05T02:24:38.380755332Z2026-06-05T02:24:38.365212+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-06-05T02:24:38.39872878Z2026-06-05T02:24:38.366029+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=843d229ca8df879b977b113184bee83fefafc555
2026-06-05T02:24:38.398745503Z2026-06-05T02:24:38.366134+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=843d229ca8df879b977b113184bee83fefafc555 target=/job/src
2026-06-05T02:24:39.561020754Z2026-06-05T02:24:39.546700+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-06-05T02:24:39.563194885Z2026-06-05T02:24:39.547420+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-06-05T02:25:19.369236787Z2026-06-05T02:24:37.379135+00:00 🔐 Preparing trusted CI source (type: git)
2026-06-05T02:25:19.36925008Z2026-06-05T02:24:37.379364+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-05T02:25:19.369259067Z2026-06-05T02:24:38.315358+00:00 Checking out ref: d3cccd06cd4307e1075ad6bdfccf4a9b139715b4
2026-06-05T02:25:19.369265497Z2026-06-05T02:24:38.365369+00:00 Repository checked out to: /job/ci
2026-06-05T02:25:19.36927194Z2026-06-05T02:24:38.366205+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-05T02:25:19.369277677Z2026-06-05T02:24:39.498460+00:00 Checking out ref: 843d229ca8df879b977b113184bee83fefafc555
2026-06-05T02:25:19.370068968Z2026-06-05T02:24:39.546828+00:00 Repository checked out to: /job/src
2026-06-05T02:25:19.370089795Z2026-06-05T02:24:39.547530+00:00 Executing job locally (no container)
2026-06-05T02:25:19.370098885Z2026-06-05T02:24:39.547555+00:00 Command: set -e
2026-06-05T02:25:19.370109251Zexport HOME="${HOME:-/tmp/home}"
2026-06-05T02:25:19.370118155Zmkdir -p "$HOME/.local"
2026-06-05T02:25:19.370125531Z
2026-06-05T02:25:19.370134095Z# Install Go toolchain
2026-06-05T02:25:19.370144271Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-06-05T02:25:19.370153299Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-06-05T02:25:19.370161486Zrm /tmp/go.tar.gz
2026-06-05T02:25:19.370170086Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-06-05T02:25:19.370176179Z
2026-06-05T02:25:19.370187542Zcd /job/src
2026-06-05T02:25:19.370193962Z
2026-06-05T02:25:19.370201676Zecho "=== Building API ==="
2026-06-05T02:25:19.370209352Zcd api
2026-06-05T02:25:19.370226516Zgo build ./...
2026-06-05T02:25:19.370253392Z
2026-06-05T02:25:19.370263832Zecho "=== Testing API ==="
2026-06-05T02:25:19.37027189Zgo test ./...
2026-06-05T02:25:19.370282077Z
2026-06-05T02:25:19.37029044Zecho "=== Building Webapp ==="
2026-06-05T02:25:19.370298Zcd ../webapp
2026-06-05T02:25:19.37030612Zgo build ./...
2026-06-05T02:25:19.37031334Z
2026-06-05T02:25:19.37032105Zecho "=== Testing Webapp ==="
2026-06-05T02:25:19.370361317Zgo test ./...
2026-06-05T02:25:19.370406674Z
2026-06-05T02:25:19.371367767Zecho "=== All builds and tests passed ==="
2026-06-05T02:25:19.371377063Z
2026-06-05T02:25:19.37138978Z2026-06-05T02:24:45.389980+00:00 === Building API ===
2026-06-05T02:25:19.37139874Z2026-06-05T02:24:45.499717+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-06-05T02:25:19.37141168Z2026-06-05T02:24:45.499888+00:00 go: downloading gorm.io/gorm v1.25.12
2026-06-05T02:25:19.371424567Z2026-06-05T02:24:45.500610+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-06-05T02:25:19.371433527Z2026-06-05T02:24:45.500848+00:00 go: downloading github.com/rs/cors v1.11.1
2026-06-05T02:25:19.371442027Z2026-06-05T02:24:45.501292+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-06-05T02:25:19.371454563Z2026-06-05T02:24:45.503808+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-06-05T02:25:19.371504518Z2026-06-05T02:24:45.525963+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-06-05T02:25:19.371513245Z2026-06-05T02:24:45.726304+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-06-05T02:25:19.371518681Z2026-06-05T02:24:45.757794+00:00 go: downloading golang.org/x/sys v0.28.0
2026-06-05T02:25:19.371524435Z2026-06-05T02:24:45.800074+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-06-05T02:25:19.371529828Z2026-06-05T02:24:45.805504+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-06-05T02:25:19.375173399Z2026-06-05T02:24:45.805655+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-06-05T02:25:19.375184553Z2026-06-05T02:24:45.805684+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-06-05T02:25:19.375190976Z2026-06-05T02:24:45.820950+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-06-05T02:25:19.375198123Z2026-06-05T02:24:45.821004+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-06-05T02:25:19.375203786Z2026-06-05T02:24:45.821399+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-06-05T02:25:19.375209099Z2026-06-05T02:24:45.823497+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-06-05T02:25:19.375214269Z2026-06-05T02:24:45.827304+00:00 go: downloading golang.org/x/text v0.21.0
2026-06-05T02:25:19.375219426Z2026-06-05T02:24:45.933270+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-06-05T02:25:19.375224689Z2026-06-05T02:24:45.933586+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-06-05T02:25:19.375230183Z2026-06-05T02:24:45.933658+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-06-05T02:25:19.375236023Z2026-06-05T02:24:45.933673+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-06-05T02:25:19.375246019Z2026-06-05T02:24:46.051633+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-06-05T02:25:19.375251359Z2026-06-05T02:24:46.095646+00:00 go: downloading golang.org/x/sync v0.10.0
2026-06-05T02:25:19.376252675Z2026-06-05T02:24:46.308872+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-06-05T02:25:19.376338256Z2026-06-05T02:24:46.308956+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-06-05T02:25:19.376353006Z2026-06-05T02:24:46.309008+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-06-05T02:25:19.376360169Z2026-06-05T02:25:08.233856+00:00 === Testing API ===
2026-06-05T02:25:19.376366896Z2026-06-05T02:25:12.289281+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-06-05T02:25:19.376373436Z2026-06-05T02:25:12.296565+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-06-05T02:25:19.376379919Z2026-06-05T02:25:12.296636+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-06-05T02:25:19.376386596Z2026-06-05T02:25:12.296648+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-06-05T02:25:19.376392233Z2026-06-05T02:25:12.296821+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-06-05T02:25:19.376428354Z2026-06-05T02:25:12.296863+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-06-05T02:25:19.37644488Z2026-06-05T02:25:12.296934+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-06-05T02:25:19.376454454Z2026-06-05T02:25:12.296954+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-06-05T02:25:19.37646419Z2026-06-05T02:25:12.307855+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.008s
2026-06-05T02:25:19.376474677Z2026-06-05T02:25:12.313037+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.012s
2026-06-05T02:25:19.376480887Z2026-06-05T02:25:12.313083+00:00 ok github.com/catalystcommunity/longhouse/api/internal/csilservices 0.008s
2026-06-05T02:25:19.376498194Z2026-06-05T02:25:12.314581+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.012s
2026-06-05T02:25:19.376510867Z2026-06-05T02:25:12.314608+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.005s
2026-06-05T02:25:19.37651912Z2026-06-05T02:25:12.355151+00:00 === Building Webapp ===
2026-06-05T02:25:19.376527485Z2026-06-05T02:25:12.390191+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-06-05T02:25:19.376534841Z2026-06-05T02:25:17.030050+00:00 === Testing Webapp ===
2026-06-05T02:25:19.376548325Z2026-06-05T02:25:18.206483+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-06-05T02:25:19.376557585Z2026-06-05T02:25:18.206708+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-06-05T02:25:19.376566921Z2026-06-05T02:25:18.503653+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-06-05T02:25:19.376576275Z2026-06-05T02:25:18.531387+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.021s
2026-06-05T02:25:19.376582228Z2026-06-05T02:25:19.211828+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-06-05T02:25:19.376588028Z2026-06-05T02:25:19.307803+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.089s
2026-06-05T02:25:19.376598498Z2026-06-05T02:25:19.307913+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.025s
2026-06-05T02:25:19.376603725Z2026-06-05T02:25:19.307994+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.011s
2026-06-05T02:25:19.376609995Z2026-06-05T02:25:19.350674+00:00 === All builds and tests passed ===
2026-06-05T02:25:19.376618375Z2026-06-05T02:25:19.351411+00:00 ✓ Job completed successfully (exit code: 0)