Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019de1f0-73c9-8a1e-6002-78789a3556cd

Job ID
019de1f0-8699-1a31-1846-4cca48051c71
Created
2026-05-01 05:08:49 UTC
Updated
2026-05-01 05:08:49 UTC
Duration
48s
Source Ref
6189840d03445afbddafda578da94b89dd0ff449
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-01T05:08:54.595148686Z2026-05-01T05:08:53.990423+00:00 ⚠️ Configuration warnings:
2026-05-01T05:08:54.595160616Z • runner_image: Using 'latest' tag or no tag specified
2026-05-01T05:08:54.595168842Z 💡 Consider using a specific version tag for reproducible builds
2026-05-01T05:08:54.595174396Z
2026-05-01T05:08:54.595179546Z✅ Configuration is valid (with warnings)
2026-05-01T05:08:54.595188323Z2026-05-01T05:08:53.990996+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=6189840d03445afbddafda578da94b89dd0ff449
2026-05-01T05:08:54.595196733Z2026-05-01T05:08:53.991184+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=6189840d03445afbddafda578da94b89dd0ff449 target=/job/ci
2026-05-01T05:08:54.85969865Z2026-05-01T05:08:54.850226+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-01T05:08:54.861654075Z2026-05-01T05:08:54.851003+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=6189840d03445afbddafda578da94b89dd0ff449
2026-05-01T05:08:54.862490089Z2026-05-01T05:08:54.851105+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=6189840d03445afbddafda578da94b89dd0ff449 target=/job/src
2026-05-01T05:08:55.655357218Z2026-05-01T05:08:55.646390+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-01T05:08:55.658040369Z2026-05-01T05:08:55.647084+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-01T05:09:35.870993654Z2026-05-01T05:08:53.991106+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-01T05:09:35.871007801Z2026-05-01T05:08:53.991246+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T05:09:35.871014368Z2026-05-01T05:08:54.822024+00:00 Checking out ref: 6189840d03445afbddafda578da94b89dd0ff449
2026-05-01T05:09:35.871021995Z2026-05-01T05:08:54.850409+00:00 Repository checked out to: /job/ci
2026-05-01T05:09:35.871028778Z2026-05-01T05:08:54.851169+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T05:09:35.871040808Z2026-05-01T05:08:55.620263+00:00 Checking out ref: 6189840d03445afbddafda578da94b89dd0ff449
2026-05-01T05:09:35.871046431Z2026-05-01T05:08:55.646517+00:00 Repository checked out to: /job/src
2026-05-01T05:09:35.871052705Z2026-05-01T05:08:55.647193+00:00 Executing job locally (no container)
2026-05-01T05:09:35.871058135Z2026-05-01T05:08:55.647220+00:00 Command: set -e
2026-05-01T05:09:35.871064238Zexport HOME="${HOME:-/tmp/home}"
2026-05-01T05:09:35.871072218Zmkdir -p "$HOME/.local"
2026-05-01T05:09:35.871078098Z
2026-05-01T05:09:35.871083321Z# Install Go toolchain
2026-05-01T05:09:35.871088831Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-01T05:09:35.871199186Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-01T05:09:35.871210766Zrm /tmp/go.tar.gz
2026-05-01T05:09:35.871313383Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-01T05:09:35.87132316Z
2026-05-01T05:09:35.871580076Zcd /job/src
2026-05-01T05:09:35.872155815Z
2026-05-01T05:09:35.872193291Zecho "=== Building API ==="
2026-05-01T05:09:35.872199125Zcd api
2026-05-01T05:09:35.872203935Zgo build ./...
2026-05-01T05:09:35.872208468Z
2026-05-01T05:09:35.872429834Zecho "=== Testing API ==="
2026-05-01T05:09:35.87243716Zgo test ./...
2026-05-01T05:09:35.872490472Z
2026-05-01T05:09:35.872497335Zecho "=== Building Webapp ==="
2026-05-01T05:09:35.872867765Zcd ../webapp
2026-05-01T05:09:35.872878512Zgo build ./...
2026-05-01T05:09:35.872883292Z
2026-05-01T05:09:35.873035516Zecho "=== Testing Webapp ==="
2026-05-01T05:09:35.8731247Zgo test ./...
2026-05-01T05:09:35.873456768Z
2026-05-01T05:09:35.873466504Zecho "=== All builds and tests passed ==="
2026-05-01T05:09:35.873471471Z
2026-05-01T05:09:35.873488811Z2026-05-01T05:09:01.421507+00:00 === Building API ===
2026-05-01T05:09:35.873704743Z2026-05-01T05:09:01.531219+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-01T05:09:35.8737252Z2026-05-01T05:09:01.539816+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-01T05:09:35.874562861Z2026-05-01T05:09:01.542263+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-01T05:09:35.874964844Z2026-05-01T05:09:01.542656+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-01T05:09:35.874979327Z2026-05-01T05:09:01.543048+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-01T05:09:35.874990031Z2026-05-01T05:09:01.568022+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-01T05:09:35.874999381Z2026-05-01T05:09:01.821476+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-01T05:09:35.875008657Z2026-05-01T05:09:01.856797+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-01T05:09:35.875017844Z2026-05-01T05:09:01.907795+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-01T05:09:35.875027239Z2026-05-01T05:09:01.907886+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-01T05:09:35.875036332Z2026-05-01T05:09:01.908021+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-01T05:09:35.876878596Z2026-05-01T05:09:01.908267+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-01T05:09:35.876895373Z2026-05-01T05:09:01.928260+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-01T05:09:35.876905433Z2026-05-01T05:09:01.929823+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-01T05:09:35.876915463Z2026-05-01T05:09:01.930365+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-01T05:09:35.876924583Z2026-05-01T05:09:01.931328+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-01T05:09:35.8769346Z2026-05-01T05:09:02.022677+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-01T05:09:35.87694376Z2026-05-01T05:09:02.022809+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-01T05:09:35.876953216Z2026-05-01T05:09:02.022836+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-01T05:09:35.876964344Z2026-05-01T05:09:02.023124+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-01T05:09:35.876974021Z2026-05-01T05:09:02.047334+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-01T05:09:35.876983067Z2026-05-01T05:09:02.047457+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-01T05:09:35.876992404Z2026-05-01T05:09:02.053362+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-01T05:09:35.877000447Z2026-05-01T05:09:02.054175+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-01T05:09:35.877009377Z2026-05-01T05:09:02.337213+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-01T05:09:35.877019617Z2026-05-01T05:09:25.058876+00:00 === Testing API ===
2026-05-01T05:09:35.877030844Z2026-05-01T05:09:28.867274+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-01T05:09:35.877049211Z2026-05-01T05:09:28.886448+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-01T05:09:35.877058327Z2026-05-01T05:09:28.886489+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-01T05:09:35.877085247Z2026-05-01T05:09:28.886837+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-01T05:09:35.877096312Z2026-05-01T05:09:28.886860+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-01T05:09:35.877105732Z2026-05-01T05:09:28.886900+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-01T05:09:35.877115152Z2026-05-01T05:09:28.886918+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-01T05:09:35.87733019Z2026-05-01T05:09:28.898091+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.007s
2026-05-01T05:09:35.877698251Z2026-05-01T05:09:28.898135+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.008s
2026-05-01T05:09:35.877711511Z2026-05-01T05:09:28.961835+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.072s
2026-05-01T05:09:35.877720407Z2026-05-01T05:09:28.961886+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.013s
2026-05-01T05:09:35.877729527Z2026-05-01T05:09:28.961922+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.010s
2026-05-01T05:09:35.877738161Z2026-05-01T05:09:29.019979+00:00 === Building Webapp ===
2026-05-01T05:09:35.877754804Z2026-05-01T05:09:29.090625+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-01T05:09:35.877766818Z2026-05-01T05:09:33.786053+00:00 === Testing Webapp ===
2026-05-01T05:09:35.882429984Z2026-05-01T05:09:34.930111+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-01T05:09:35.882445195Z2026-05-01T05:09:34.930246+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-01T05:09:35.882456002Z2026-05-01T05:09:35.129549+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-01T05:09:35.882465918Z2026-05-01T05:09:35.147268+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.014s
2026-05-01T05:09:35.882475798Z2026-05-01T05:09:35.748254+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-01T05:09:35.882486162Z2026-05-01T05:09:35.815613+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.062s
2026-05-01T05:09:35.882496148Z2026-05-01T05:09:35.815668+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.020s
2026-05-01T05:09:35.882507855Z2026-05-01T05:09:35.815683+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.011s
2026-05-01T05:09:35.882517042Z2026-05-01T05:09:35.859767+00:00 === All builds and tests passed ===
2026-05-01T05:09:35.882525912Z2026-05-01T05:09:35.860392+00:00 ✓ Job completed successfully (exit code: 0)