Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019eb86e-4d89-2472-de35-186ba6be33fd

Job ID
019eb86e-5c97-0934-4a87-095c97e9a891
Created
2026-06-11 20:45:00 UTC
Updated
2026-06-11 20:45:00 UTC
Duration
50s
Source Ref
5f9360df872d4aad157b7b4c29237fd0e4eb296b
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-11T20:45:02.920766393Z2026-06-11T20:45:02.924699+00:00 ⚠️ Configuration warnings:
2026-06-11T20:45:02.920778486Z • runner_image: Using 'latest' tag or no tag specified
2026-06-11T20:45:02.921117666Z 💡 Consider using a specific version tag for reproducible builds
2026-06-11T20:45:02.92112861Z
2026-06-11T20:45:02.921137517Z✅ Configuration is valid (with warnings)
2026-06-11T20:45:02.921291944Z2026-06-11T20:45:02.925305+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=058855ac5de92741c556050f7a31635048b60932
2026-06-11T20:45:02.921301171Z2026-06-11T20:45:02.925484+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=058855ac5de92741c556050f7a31635048b60932 target=/job/ci
2026-06-11T20:45:04.053008769Z2026-06-11T20:45:04.056547+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-06-11T20:45:04.055524063Z2026-06-11T20:45:04.057300+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=5f9360df872d4aad157b7b4c29237fd0e4eb296b
2026-06-11T20:45:04.055538193Z2026-06-11T20:45:04.057392+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=5f9360df872d4aad157b7b4c29237fd0e4eb296b target=/job/src
2026-06-11T20:45:05.089686498Z2026-06-11T20:45:05.090893+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-06-11T20:45:05.089698558Z2026-06-11T20:45:05.091619+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-06-11T20:45:46.934891983Z2026-06-11T20:45:02.925410+00:00 🔐 Preparing trusted CI source (type: git)
2026-06-11T20:45:46.934910906Z2026-06-11T20:45:02.925547+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-11T20:45:46.934921801Z2026-06-11T20:45:04.008564+00:00 Checking out ref: 058855ac5de92741c556050f7a31635048b60932
2026-06-11T20:45:46.934932464Z2026-06-11T20:45:04.056701+00:00 Repository checked out to: /job/ci
2026-06-11T20:45:46.934944137Z2026-06-11T20:45:04.057461+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-11T20:45:46.934953384Z2026-06-11T20:45:05.051035+00:00 Checking out ref: 5f9360df872d4aad157b7b4c29237fd0e4eb296b
2026-06-11T20:45:46.934963044Z2026-06-11T20:45:05.091024+00:00 Repository checked out to: /job/src
2026-06-11T20:45:46.934971971Z2026-06-11T20:45:05.091723+00:00 Executing job locally (no container)
2026-06-11T20:45:46.934980548Z2026-06-11T20:45:05.091749+00:00 Command: set -e
2026-06-11T20:45:46.935375296Zexport HOME="${HOME:-/tmp/home}"
2026-06-11T20:45:46.935386412Zmkdir -p "$HOME/.local"
2026-06-11T20:45:46.935395749Z
2026-06-11T20:45:46.935404439Z# Install Go toolchain
2026-06-11T20:45:46.935414279Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-06-11T20:45:46.935424699Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-06-11T20:45:46.935732285Zrm /tmp/go.tar.gz
2026-06-11T20:45:46.935923945Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-06-11T20:45:46.935933375Z
2026-06-11T20:45:46.936032266Zcd /job/src
2026-06-11T20:45:46.936041916Z
2026-06-11T20:45:46.936050643Zecho "=== Building API ==="
2026-06-11T20:45:46.936709826Zcd api
2026-06-11T20:45:46.936721412Zgo build ./...
2026-06-11T20:45:46.936728623Z
2026-06-11T20:45:46.936736243Zecho "=== Testing API ==="
2026-06-11T20:45:46.936746163Zgo test ./...
2026-06-11T20:45:46.936880358Z
2026-06-11T20:45:46.936895628Zecho "=== Building Webapp ==="
2026-06-11T20:45:46.936903932Zcd ../webapp
2026-06-11T20:45:46.936912392Zgo build ./...
2026-06-11T20:45:46.936918258Z
2026-06-11T20:45:46.937615636Zecho "=== Testing Webapp ==="
2026-06-11T20:45:46.937636546Zgo test ./...
2026-06-11T20:45:46.937642123Z
2026-06-11T20:45:46.937648183Zecho "=== All builds and tests passed ==="
2026-06-11T20:45:46.937653546Z
2026-06-11T20:45:46.937783431Z2026-06-11T20:45:10.887876+00:00 === Building API ===
2026-06-11T20:45:46.937793762Z2026-06-11T20:45:10.997558+00:00 go: downloading gorm.io/gorm v1.25.12
2026-06-11T20:45:46.937858438Z2026-06-11T20:45:10.997648+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-06-11T20:45:46.937869575Z2026-06-11T20:45:10.997708+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-06-11T20:45:46.938446348Z2026-06-11T20:45:10.997728+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-06-11T20:45:46.938454655Z2026-06-11T20:45:11.003760+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-06-11T20:45:46.938460515Z2026-06-11T20:45:11.003833+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-06-11T20:45:46.938466768Z2026-06-11T20:45:11.005716+00:00 go: downloading github.com/rs/cors v1.11.1
2026-06-11T20:45:46.939120511Z2026-06-11T20:45:11.187081+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-06-11T20:45:46.939131915Z2026-06-11T20:45:11.250377+00:00 go: downloading golang.org/x/sys v0.28.0
2026-06-11T20:45:46.939140961Z2026-06-11T20:45:11.288967+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-06-11T20:45:46.939151558Z2026-06-11T20:45:11.289009+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-06-11T20:45:46.939160191Z2026-06-11T20:45:11.289418+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-06-11T20:45:46.939167552Z2026-06-11T20:45:11.289433+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-06-11T20:45:46.939551756Z2026-06-11T20:45:11.307735+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-06-11T20:45:46.93955976Z2026-06-11T20:45:11.308877+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-06-11T20:45:46.939564836Z2026-06-11T20:45:11.308983+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-06-11T20:45:46.939570833Z2026-06-11T20:45:11.310975+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-06-11T20:45:46.940420902Z2026-06-11T20:45:11.314864+00:00 go: downloading golang.org/x/text v0.21.0
2026-06-11T20:45:46.940436395Z2026-06-11T20:45:11.383489+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-06-11T20:45:46.940441629Z2026-06-11T20:45:11.383576+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-06-11T20:45:46.940488487Z2026-06-11T20:45:11.383635+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-06-11T20:45:46.940497748Z2026-06-11T20:45:11.383717+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-06-11T20:45:46.940561817Z2026-06-11T20:45:11.385266+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-06-11T20:45:46.940566863Z2026-06-11T20:45:11.385352+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-06-11T20:45:46.940570709Z2026-06-11T20:45:11.399882+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-06-11T20:45:46.940575106Z2026-06-11T20:45:11.412292+00:00 go: downloading golang.org/x/sync v0.10.0
2026-06-11T20:45:46.940578934Z2026-06-11T20:45:11.502566+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-06-11T20:45:46.941728967Z2026-06-11T20:45:35.723569+00:00 === Testing API ===
2026-06-11T20:45:46.941734906Z2026-06-11T20:45:40.103766+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-06-11T20:45:46.94173898Z2026-06-11T20:45:40.103896+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-06-11T20:45:46.941743775Z2026-06-11T20:45:40.103922+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-06-11T20:45:46.941747523Z2026-06-11T20:45:40.103934+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-06-11T20:45:46.941751422Z2026-06-11T20:45:40.104170+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-06-11T20:45:46.941755348Z2026-06-11T20:45:40.104196+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-06-11T20:45:46.941758909Z2026-06-11T20:45:40.104210+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-06-11T20:45:46.942338139Z2026-06-11T20:45:40.104254+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-06-11T20:45:46.942353549Z2026-06-11T20:45:40.127499+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.019s
2026-06-11T20:45:46.942363905Z2026-06-11T20:45:40.127621+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.011s
2026-06-11T20:45:46.942374479Z2026-06-11T20:45:40.127654+00:00 ok github.com/catalystcommunity/longhouse/api/internal/csilservices 0.010s
2026-06-11T20:45:46.943338652Z2026-06-11T20:45:40.127678+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.015s
2026-06-11T20:45:46.943350543Z2026-06-11T20:45:40.127762+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.006s
2026-06-11T20:45:46.943359696Z2026-06-11T20:45:40.208677+00:00 === Building Webapp ===
2026-06-11T20:45:46.943378133Z2026-06-11T20:45:40.261383+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-06-11T20:45:46.943385826Z2026-06-11T20:45:44.872686+00:00 === Testing Webapp ===
2026-06-11T20:45:46.943395883Z2026-06-11T20:45:46.028305+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-06-11T20:45:46.943406593Z2026-06-11T20:45:46.028376+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-06-11T20:45:46.943416276Z2026-06-11T20:45:46.233572+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-06-11T20:45:46.94342492Z2026-06-11T20:45:46.251340+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.013s
2026-06-11T20:45:46.943433863Z2026-06-11T20:45:46.829394+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-06-11T20:45:46.944265992Z2026-06-11T20:45:46.900024+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.065s
2026-06-11T20:45:46.944279022Z2026-06-11T20:45:46.900094+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.017s
2026-06-11T20:45:46.944288152Z2026-06-11T20:45:46.900109+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.010s
2026-06-11T20:45:46.944297049Z2026-06-11T20:45:46.936682+00:00 === All builds and tests passed ===
2026-06-11T20:45:46.944305625Z2026-06-11T20:45:46.937295+00:00 ✓ Job completed successfully (exit code: 0)