Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019eb8d1-3c9d-72ca-3218-652d5719e348

Job ID
019eb8d1-4d1e-3fb0-4410-c9b22f90b5d7
Created
2026-06-11 22:33:05 UTC
Updated
2026-06-11 22:33:05 UTC
Duration
50s
Source Ref
7e6c2c81a32d1b85ef9bcba420e8157e86225a0e
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-11T22:33:07.209489582Z2026-06-11T22:33:07.201806+00:00 ⚠️ Configuration warnings:
2026-06-11T22:33:07.209501185Z • runner_image: Using 'latest' tag or no tag specified
2026-06-11T22:33:07.209509045Z 💡 Consider using a specific version tag for reproducible builds
2026-06-11T22:33:07.209541869Z
2026-06-11T22:33:07.209550783Z✅ Configuration is valid (with warnings)
2026-06-11T22:33:07.209563966Z2026-06-11T22:33:07.202444+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=51607e9a186b8d19384b401c905bd80264115335
2026-06-11T22:33:07.20957082Z2026-06-11T22:33:07.202659+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=51607e9a186b8d19384b401c905bd80264115335 target=/job/ci
2026-06-11T22:33:08.309620201Z2026-06-11T22:33:08.302178+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-06-11T22:33:08.31124945Z2026-06-11T22:33:08.302927+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=7e6c2c81a32d1b85ef9bcba420e8157e86225a0e
2026-06-11T22:33:08.311264644Z2026-06-11T22:33:08.303036+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=7e6c2c81a32d1b85ef9bcba420e8157e86225a0e target=/job/src
2026-06-11T22:33:09.379639248Z2026-06-11T22:33:09.372819+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-06-11T22:33:09.3818232Z2026-06-11T22:33:09.373684+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-06-11T22:33:51.913947823Z2026-06-11T22:33:07.202581+00:00 🔐 Preparing trusted CI source (type: git)
2026-06-11T22:33:51.91396291Z2026-06-11T22:33:07.202720+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-11T22:33:51.913970217Z2026-06-11T22:33:08.251260+00:00 Checking out ref: 51607e9a186b8d19384b401c905bd80264115335
2026-06-11T22:33:51.913975853Z2026-06-11T22:33:08.302326+00:00 Repository checked out to: /job/ci
2026-06-11T22:33:51.914425321Z2026-06-11T22:33:08.303111+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-11T22:33:51.914433621Z2026-06-11T22:33:09.315435+00:00 Checking out ref: 7e6c2c81a32d1b85ef9bcba420e8157e86225a0e
2026-06-11T22:33:51.914439274Z2026-06-11T22:33:09.372962+00:00 Repository checked out to: /job/src
2026-06-11T22:33:51.914793624Z2026-06-11T22:33:09.373794+00:00 Executing job locally (no container)
2026-06-11T22:33:51.914800714Z2026-06-11T22:33:09.373821+00:00 Command: set -e
2026-06-11T22:33:51.914806761Zexport HOME="${HOME:-/tmp/home}"
2026-06-11T22:33:51.914812128Zmkdir -p "$HOME/.local"
2026-06-11T22:33:51.914816475Z
2026-06-11T22:33:51.915034717Z# Install Go toolchain
2026-06-11T22:33:51.915041853Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-06-11T22:33:51.91536714Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-06-11T22:33:51.915374226Zrm /tmp/go.tar.gz
2026-06-11T22:33:51.915613146Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-06-11T22:33:51.915618662Z
2026-06-11T22:33:51.915628296Zcd /job/src
2026-06-11T22:33:51.915632226Z
2026-06-11T22:33:51.915638016Zecho "=== Building API ==="
2026-06-11T22:33:51.915921832Zcd api
2026-06-11T22:33:51.915927959Zgo build ./...
2026-06-11T22:33:51.915946446Z
2026-06-11T22:33:51.915953489Zecho "=== Testing API ==="
2026-06-11T22:33:51.916269118Zgo test ./...
2026-06-11T22:33:51.916277205Z
2026-06-11T22:33:51.916283596Zecho "=== Building Webapp ==="
2026-06-11T22:33:51.916289279Zcd ../webapp
2026-06-11T22:33:51.916294104Zgo build ./...
2026-06-11T22:33:51.916775967Z
2026-06-11T22:33:51.916783601Zecho "=== Testing Webapp ==="
2026-06-11T22:33:51.916788038Zgo test ./...
2026-06-11T22:33:51.916792041Z
2026-06-11T22:33:51.916797441Zecho "=== All builds and tests passed ==="
2026-06-11T22:33:51.916801321Z
2026-06-11T22:33:51.916811161Z2026-06-11T22:33:15.136110+00:00 === Building API ===
2026-06-11T22:33:51.916973163Z2026-06-11T22:33:15.250597+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-06-11T22:33:51.916979698Z2026-06-11T22:33:15.252405+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-06-11T22:33:51.916984704Z2026-06-11T22:33:15.258470+00:00 go: downloading gorm.io/gorm v1.25.12
2026-06-11T22:33:51.917310033Z2026-06-11T22:33:15.258617+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-06-11T22:33:51.917317181Z2026-06-11T22:33:15.258657+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-06-11T22:33:51.917686769Z2026-06-11T22:33:15.260757+00:00 go: downloading github.com/rs/cors v1.11.1
2026-06-11T22:33:51.917699869Z2026-06-11T22:33:15.274643+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-06-11T22:33:51.917707469Z2026-06-11T22:33:15.495457+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-06-11T22:33:51.917714143Z2026-06-11T22:33:15.542448+00:00 go: downloading golang.org/x/sys v0.28.0
2026-06-11T22:33:51.917720493Z2026-06-11T22:33:15.589502+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-06-11T22:33:51.917726159Z2026-06-11T22:33:15.589758+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-06-11T22:33:51.917920852Z2026-06-11T22:33:15.589843+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-06-11T22:33:51.917927015Z2026-06-11T22:33:15.590513+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-06-11T22:33:51.91793164Z2026-06-11T22:33:15.619554+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-06-11T22:33:51.918274228Z2026-06-11T22:33:15.619904+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-06-11T22:33:51.918280914Z2026-06-11T22:33:15.620305+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-06-11T22:33:51.918286769Z2026-06-11T22:33:15.622948+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-06-11T22:33:51.918295194Z2026-06-11T22:33:15.628191+00:00 go: downloading golang.org/x/text v0.21.0
2026-06-11T22:33:51.918714219Z2026-06-11T22:33:15.704432+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-06-11T22:33:51.918721192Z2026-06-11T22:33:15.704682+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-06-11T22:33:51.918726374Z2026-06-11T22:33:15.704732+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-06-11T22:33:51.918732725Z2026-06-11T22:33:15.704764+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-06-11T22:33:51.91874102Z2026-06-11T22:33:15.812309+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-06-11T22:33:51.918874617Z2026-06-11T22:33:15.812529+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-06-11T22:33:51.918881634Z2026-06-11T22:33:15.812912+00:00 go: downloading golang.org/x/sync v0.10.0
2026-06-11T22:33:51.918887344Z2026-06-11T22:33:15.812973+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-06-11T22:33:51.91889311Z2026-06-11T22:33:15.923180+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-06-11T22:33:51.919366412Z2026-06-11T22:33:40.587011+00:00 === Testing API ===
2026-06-11T22:33:51.919374892Z2026-06-11T22:33:44.705960+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-06-11T22:33:51.919589191Z2026-06-11T22:33:44.706080+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-06-11T22:33:51.919597137Z2026-06-11T22:33:44.706103+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-06-11T22:33:51.919604171Z2026-06-11T22:33:44.706117+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-06-11T22:33:51.919610734Z2026-06-11T22:33:44.706304+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-06-11T22:33:51.919619281Z2026-06-11T22:33:44.706330+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-06-11T22:33:51.919625224Z2026-06-11T22:33:44.706343+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-06-11T22:33:51.919891774Z2026-06-11T22:33:44.706388+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-06-11T22:33:51.919922217Z2026-06-11T22:33:44.725737+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.015s
2026-06-11T22:33:51.919931611Z2026-06-11T22:33:44.725810+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.013s
2026-06-11T22:33:51.919943281Z2026-06-11T22:33:44.730343+00:00 ok github.com/catalystcommunity/longhouse/api/internal/csilservices 0.020s
2026-06-11T22:33:51.919961938Z2026-06-11T22:33:44.730414+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.015s
2026-06-11T22:33:51.919971478Z2026-06-11T22:33:44.730433+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.009s
2026-06-11T22:33:51.920214802Z2026-06-11T22:33:44.832831+00:00 === Building Webapp ===
2026-06-11T22:33:51.920222676Z2026-06-11T22:33:44.883558+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-06-11T22:33:51.920229876Z2026-06-11T22:33:49.900310+00:00 === Testing Webapp ===
2026-06-11T22:33:51.920235323Z2026-06-11T22:33:50.981302+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-06-11T22:33:51.920241615Z2026-06-11T22:33:50.981393+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-06-11T22:33:51.920606588Z2026-06-11T22:33:51.172373+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-06-11T22:33:51.920615191Z2026-06-11T22:33:51.186650+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.010s
2026-06-11T22:33:51.920620887Z2026-06-11T22:33:51.790938+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-06-11T22:33:51.920626893Z2026-06-11T22:33:51.876598+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.080s
2026-06-11T22:33:51.92063276Z2026-06-11T22:33:51.876687+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.017s
2026-06-11T22:33:51.920725315Z2026-06-11T22:33:51.876710+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.009s
2026-06-11T22:33:51.920732675Z2026-06-11T22:33:51.906011+00:00 === All builds and tests passed ===
2026-06-11T22:33:51.920738109Z2026-06-11T22:33:51.906624+00:00 ✓ Job completed successfully (exit code: 0)