Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019ddfba-6645-56e1-1fe3-92a3b7f31878

Job ID
019ddfba-740b-419c-a71d-64fa00ef5652
Created
2026-04-30 18:50:31 UTC
Updated
2026-04-30 18:50:31 UTC
Duration
47s
Source Ref
be15555b1eb3120fd267326cec8177bd64f005ae
Source URL
https://github.com/catalystcommunity/longhouse.git
Runner Image
containers.catalystsquad.com/public/reactorcide/runnerbase:dev
Priority
10
Queue
reactorcide-jobs

Logs

2026-04-30T18:50:37.500985839Z2026-04-30T18:50:37.063539+00:00 ⚠️ Configuration warnings:
2026-04-30T18:50:37.501002196Z • runner_image: Using 'latest' tag or no tag specified
2026-04-30T18:50:37.501010099Z 💡 Consider using a specific version tag for reproducible builds
2026-04-30T18:50:37.501015599Z
2026-04-30T18:50:37.501024433Z✅ Configuration is valid (with warnings)
2026-04-30T18:50:37.501034134Z2026-04-30T18:50:37.064146+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=be15555b1eb3120fd267326cec8177bd64f005ae
2026-04-30T18:50:37.501042517Z2026-04-30T18:50:37.064334+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=be15555b1eb3120fd267326cec8177bd64f005ae target=/job/ci
2026-04-30T18:50:37.875245235Z2026-04-30T18:50:37.873322+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-04-30T18:50:37.877777214Z2026-04-30T18:50:37.874438+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=be15555b1eb3120fd267326cec8177bd64f005ae
2026-04-30T18:50:37.877812074Z2026-04-30T18:50:37.874569+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=be15555b1eb3120fd267326cec8177bd64f005ae target=/job/src
2026-04-30T18:50:38.739336356Z2026-04-30T18:50:38.737684+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-04-30T18:50:38.741346643Z2026-04-30T18:50:38.738448+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-04-30T18:51:20.08727615Z2026-04-30T18:50:37.064258+00:00 🔐 Preparing trusted CI source (type: git)
2026-04-30T18:51:20.087299377Z2026-04-30T18:50:37.064405+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-04-30T18:51:20.087365121Z2026-04-30T18:50:37.826663+00:00 Checking out ref: be15555b1eb3120fd267326cec8177bd64f005ae
2026-04-30T18:51:20.087381478Z2026-04-30T18:50:37.873567+00:00 Repository checked out to: /job/ci
2026-04-30T18:51:20.090213456Z2026-04-30T18:50:37.874665+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-04-30T18:51:20.090234157Z2026-04-30T18:50:38.692775+00:00 Checking out ref: be15555b1eb3120fd267326cec8177bd64f005ae
2026-04-30T18:51:20.090241144Z2026-04-30T18:50:38.737821+00:00 Repository checked out to: /job/src
2026-04-30T18:51:20.090249154Z2026-04-30T18:50:38.738599+00:00 Executing job locally (no container)
2026-04-30T18:51:20.090258194Z2026-04-30T18:50:38.738643+00:00 Command: set -e
2026-04-30T18:51:20.090270037Zexport HOME="${HOME:-/tmp/home}"
2026-04-30T18:51:20.090278577Zmkdir -p "$HOME/.local"
2026-04-30T18:51:20.090286367Z
2026-04-30T18:51:20.090294331Z# Install Go toolchain
2026-04-30T18:51:20.090302897Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-04-30T18:51:20.090330072Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-04-30T18:51:20.090383928Zrm /tmp/go.tar.gz
2026-04-30T18:51:20.090395025Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-04-30T18:51:20.090401662Z
2026-04-30T18:51:20.090414062Zcd /job/src
2026-04-30T18:51:20.090444616Z
2026-04-30T18:51:20.090454686Zecho "=== Building API ==="
2026-04-30T18:51:20.090473636Zcd api
2026-04-30T18:51:20.090481743Zgo build ./...
2026-04-30T18:51:20.090488459Z
2026-04-30T18:51:20.090497043Zecho "=== Testing API ==="
2026-04-30T18:51:20.090503813Zgo test ./...
2026-04-30T18:51:20.090510046Z
2026-04-30T18:51:20.090523523Zecho "=== Building Webapp ==="
2026-04-30T18:51:20.090684566Zcd ../webapp
2026-04-30T18:51:20.090694426Zgo build ./...
2026-04-30T18:51:20.090699539Z
2026-04-30T18:51:20.090705296Zecho "=== Testing Webapp ==="
2026-04-30T18:51:20.090710672Zgo test ./...
2026-04-30T18:51:20.090714559Z
2026-04-30T18:51:20.090735276Zecho "=== All builds and tests passed ==="
2026-04-30T18:51:20.090742219Z
2026-04-30T18:51:20.090760103Z2026-04-30T18:50:44.732694+00:00 === Building API ===
2026-04-30T18:51:20.09077265Z2026-04-30T18:50:44.838817+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-04-30T18:51:20.090781203Z2026-04-30T18:50:44.840025+00:00 go: downloading gorm.io/gorm v1.25.12
2026-04-30T18:51:20.09078647Z2026-04-30T18:50:44.848671+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-04-30T18:51:20.090792043Z2026-04-30T18:50:44.849028+00:00 go: downloading github.com/rs/cors v1.11.1
2026-04-30T18:51:20.090797477Z2026-04-30T18:50:44.850846+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-04-30T18:51:20.090862494Z2026-04-30T18:50:44.862300+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-04-30T18:51:20.090880458Z2026-04-30T18:50:45.205137+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-04-30T18:51:20.090889298Z2026-04-30T18:50:45.212441+00:00 go: downloading golang.org/x/sys v0.28.0
2026-04-30T18:51:20.091113716Z2026-04-30T18:50:45.324392+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-04-30T18:51:20.091612868Z2026-04-30T18:50:45.324550+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-04-30T18:51:20.091626722Z2026-04-30T18:50:45.324589+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-04-30T18:51:20.091636236Z2026-04-30T18:50:45.324952+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-04-30T18:51:20.091644816Z2026-04-30T18:50:45.331048+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-04-30T18:51:20.091654979Z2026-04-30T18:50:45.331219+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-04-30T18:51:20.094203348Z2026-04-30T18:50:45.331796+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-04-30T18:51:20.094217426Z2026-04-30T18:50:45.333929+00:00 go: downloading golang.org/x/text v0.21.0
2026-04-30T18:51:20.094225376Z2026-04-30T18:50:45.449146+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-04-30T18:51:20.094233933Z2026-04-30T18:50:45.449267+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-04-30T18:51:20.094242919Z2026-04-30T18:50:45.449462+00:00 go: downloading golang.org/x/sync v0.10.0
2026-04-30T18:51:20.094254396Z2026-04-30T18:50:45.450343+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-04-30T18:51:20.094260143Z2026-04-30T18:50:45.455247+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-04-30T18:51:20.094265966Z2026-04-30T18:50:45.455304+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-04-30T18:51:20.094271176Z2026-04-30T18:50:45.455334+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-04-30T18:51:20.094276289Z2026-04-30T18:50:45.456614+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-04-30T18:51:20.094281089Z2026-04-30T18:50:45.596276+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-04-30T18:51:20.094286499Z2026-04-30T18:51:09.398030+00:00 === Testing API ===
2026-04-30T18:51:20.094292213Z2026-04-30T18:51:13.235732+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-04-30T18:51:20.094298446Z2026-04-30T18:51:13.245979+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-04-30T18:51:20.094304136Z2026-04-30T18:51:13.246013+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-04-30T18:51:20.094309566Z2026-04-30T18:51:13.246536+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-04-30T18:51:20.094315193Z2026-04-30T18:51:13.246563+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-04-30T18:51:20.09432051Z2026-04-30T18:51:13.246572+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-04-30T18:51:20.094325934Z2026-04-30T18:51:13.246590+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-04-30T18:51:20.094331057Z2026-04-30T18:51:13.261808+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.013s
2026-04-30T18:51:20.094336374Z2026-04-30T18:51:13.261846+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.004s
2026-04-30T18:51:20.094341967Z2026-04-30T18:51:13.306929+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.058s
2026-04-30T18:51:20.094347037Z2026-04-30T18:51:13.306999+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.007s
2026-04-30T18:51:20.094352334Z2026-04-30T18:51:13.307011+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.006s
2026-04-30T18:51:20.094846261Z2026-04-30T18:51:13.351147+00:00 === Building Webapp ===
2026-04-30T18:51:20.095546532Z2026-04-30T18:51:13.374549+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-04-30T18:51:20.095557764Z2026-04-30T18:51:18.167750+00:00 === Testing Webapp ===
2026-04-30T18:51:20.095567167Z2026-04-30T18:51:19.390783+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-04-30T18:51:20.095596736Z2026-04-30T18:51:19.390852+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-04-30T18:51:20.095607549Z2026-04-30T18:51:19.668505+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-04-30T18:51:20.095613704Z2026-04-30T18:51:19.688401+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.015s
2026-04-30T18:51:20.095619052Z2026-04-30T18:51:19.975625+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-04-30T18:51:20.09562456Z2026-04-30T18:51:20.049131+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.067s
2026-04-30T18:51:20.095875662Z2026-04-30T18:51:20.049225+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.018s
2026-04-30T18:51:20.095889245Z2026-04-30T18:51:20.049242+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.007s
2026-04-30T18:51:20.095897205Z2026-04-30T18:51:20.084495+00:00 === All builds and tests passed ===
2026-04-30T18:51:20.095907393Z2026-04-30T18:51:20.085094+00:00 ✓ Job completed successfully (exit code: 0)