Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019e66ce-81df-c60f-04ce-dee25faf3325

Job ID
019e66ce-9157-a845-4d42-006bc3901652
Created
2026-05-27 00:21:14 UTC
Updated
2026-05-27 00:21:14 UTC
Duration
46s
Source Ref
2dac3db3354674bbda4f247d97d3b97728b84b15
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-27T00:21:17.935190956Z2026-05-27T00:21:17.895177+00:00 ⚠️ Configuration warnings:
2026-05-27T00:21:17.935209866Z • runner_image: Using 'latest' tag or no tag specified
2026-05-27T00:21:17.935217103Z 💡 Consider using a specific version tag for reproducible builds
2026-05-27T00:21:17.935222463Z
2026-05-27T00:21:17.935227793Z✅ Configuration is valid (with warnings)
2026-05-27T00:21:17.935238951Z2026-05-27T00:21:17.895720+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=61ed589e87b85e74b84f2c4d8d50d6162ae036f5
2026-05-27T00:21:17.935248548Z2026-05-27T00:21:17.895971+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=61ed589e87b85e74b84f2c4d8d50d6162ae036f5 target=/job/ci
2026-05-27T00:21:18.883254427Z2026-05-27T00:21:18.886601+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-27T00:21:18.884579304Z2026-05-27T00:21:18.887260+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=2dac3db3354674bbda4f247d97d3b97728b84b15
2026-05-27T00:21:18.884591954Z2026-05-27T00:21:18.887374+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=2dac3db3354674bbda4f247d97d3b97728b84b15 target=/job/src
2026-05-27T00:21:19.893080665Z2026-05-27T00:21:19.896641+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-27T00:21:19.894628388Z2026-05-27T00:21:19.897536+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-27T00:21:57.808161193Z2026-05-27T00:21:17.895862+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-27T00:21:57.808176759Z2026-05-27T00:21:17.896040+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-27T00:21:57.808186693Z2026-05-27T00:21:18.839107+00:00 Checking out ref: 61ed589e87b85e74b84f2c4d8d50d6162ae036f5
2026-05-27T00:21:57.808494749Z2026-05-27T00:21:18.886721+00:00 Repository checked out to: /job/ci
2026-05-27T00:21:57.808503953Z2026-05-27T00:21:18.887487+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-27T00:21:57.808508793Z2026-05-27T00:21:19.834661+00:00 Checking out ref: 2dac3db3354674bbda4f247d97d3b97728b84b15
2026-05-27T00:21:57.808513867Z2026-05-27T00:21:19.896753+00:00 Repository checked out to: /job/src
2026-05-27T00:21:57.808569203Z2026-05-27T00:21:19.897670+00:00 Executing job locally (no container)
2026-05-27T00:21:57.808573987Z2026-05-27T00:21:19.897698+00:00 Command: set -e
2026-05-27T00:21:57.808577256Zexport HOME="${HOME:-/tmp/home}"
2026-05-27T00:21:57.808582341Zmkdir -p "$HOME/.local"
2026-05-27T00:21:57.809091261Z
2026-05-27T00:21:57.809104954Z# Install Go toolchain
2026-05-27T00:21:57.809111498Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-27T00:21:57.809117248Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-27T00:21:57.809122482Zrm /tmp/go.tar.gz
2026-05-27T00:21:57.809434574Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-27T00:21:57.809475615Z
2026-05-27T00:21:57.809484601Zcd /job/src
2026-05-27T00:21:57.809489325Z
2026-05-27T00:21:57.809494282Zecho "=== Building API ==="
2026-05-27T00:21:57.809762211Zcd api
2026-05-27T00:21:57.809772298Zgo build ./...
2026-05-27T00:21:57.810100235Z
2026-05-27T00:21:57.810591364Zecho "=== Testing API ==="
2026-05-27T00:21:57.810597746Zgo test ./...
2026-05-27T00:21:57.810601164Z
2026-05-27T00:21:57.810605793Zecho "=== Building Webapp ==="
2026-05-27T00:21:57.810904669Zcd ../webapp
2026-05-27T00:21:57.810910026Zgo build ./...
2026-05-27T00:21:57.810912978Z
2026-05-27T00:21:57.810917204Zecho "=== Testing Webapp ==="
2026-05-27T00:21:57.81146714Zgo test ./...
2026-05-27T00:21:57.811472181Z
2026-05-27T00:21:57.811476903Zecho "=== All builds and tests passed ==="
2026-05-27T00:21:57.811480855Z
2026-05-27T00:21:57.81196383Z2026-05-27T00:21:24.519788+00:00 === Building API ===
2026-05-27T00:21:57.81197458Z2026-05-27T00:21:24.616243+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-27T00:21:57.812379204Z2026-05-27T00:21:24.618596+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-27T00:21:57.812390604Z2026-05-27T00:21:24.619216+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-27T00:21:57.812397064Z2026-05-27T00:21:24.622954+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-27T00:21:57.812402737Z2026-05-27T00:21:24.629625+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-05-27T00:21:57.812409247Z2026-05-27T00:21:24.641858+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-27T00:21:57.812435318Z2026-05-27T00:21:24.642219+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-27T00:21:57.812450132Z2026-05-27T00:21:24.884117+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-27T00:21:57.81268445Z2026-05-27T00:21:24.942933+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-27T00:21:57.812693514Z2026-05-27T00:21:24.983699+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-27T00:21:57.812700184Z2026-05-27T00:21:24.983791+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-27T00:21:57.813128638Z2026-05-27T00:21:24.983889+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-27T00:21:57.813136571Z2026-05-27T00:21:24.984045+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-27T00:21:57.813141994Z2026-05-27T00:21:24.987919+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-27T00:21:57.813148561Z2026-05-27T00:21:24.989099+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-05-27T00:21:57.813450064Z2026-05-27T00:21:24.989796+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-27T00:21:57.813463094Z2026-05-27T00:21:24.989895+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-27T00:21:57.813471891Z2026-05-27T00:21:24.998167+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-27T00:21:57.813479917Z2026-05-27T00:21:25.104442+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-27T00:21:57.813778673Z2026-05-27T00:21:25.104511+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-27T00:21:57.813793807Z2026-05-27T00:21:25.104527+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-27T00:21:57.813898588Z2026-05-27T00:21:25.105454+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-27T00:21:57.813911508Z2026-05-27T00:21:25.138260+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-27T00:21:57.813919995Z2026-05-27T00:21:25.138362+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-27T00:21:57.813927251Z2026-05-27T00:21:25.141611+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-27T00:21:57.813933691Z2026-05-27T00:21:25.143966+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-27T00:21:57.813942126Z2026-05-27T00:21:25.260481+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-27T00:21:57.814306991Z2026-05-27T00:21:47.414146+00:00 === Testing API ===
2026-05-27T00:21:57.814317701Z2026-05-27T00:21:51.590234+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-27T00:21:57.814326745Z2026-05-27T00:21:51.607459+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-27T00:21:57.814335849Z2026-05-27T00:21:51.607523+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-27T00:21:57.814348242Z2026-05-27T00:21:51.607536+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-05-27T00:21:57.814383652Z2026-05-27T00:21:51.607589+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilservices [no test files]
2026-05-27T00:21:57.814393602Z2026-05-27T00:21:51.607637+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-27T00:21:57.814403389Z2026-05-27T00:21:51.607652+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-27T00:21:57.814412405Z2026-05-27T00:21:51.607661+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-27T00:21:57.81493191Z2026-05-27T00:21:51.607676+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-27T00:21:57.81494008Z2026-05-27T00:21:51.621435+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.012s
2026-05-27T00:21:57.81494932Z2026-05-27T00:21:51.621481+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.009s
2026-05-27T00:21:57.814968358Z2026-05-27T00:21:51.622271+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.010s
2026-05-27T00:21:57.815396028Z2026-05-27T00:21:51.622290+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.004s
2026-05-27T00:21:57.815717984Z2026-05-27T00:21:51.708694+00:00 === Building Webapp ===
2026-05-27T00:21:57.815726138Z2026-05-27T00:21:51.733153+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-27T00:21:57.815733122Z2026-05-27T00:21:55.946209+00:00 === Testing Webapp ===
2026-05-27T00:21:57.815738782Z2026-05-27T00:21:57.155512+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-27T00:21:57.815744272Z2026-05-27T00:21:57.155578+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-27T00:21:57.816433354Z2026-05-27T00:21:57.231523+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-27T00:21:57.816445804Z2026-05-27T00:21:57.249965+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.015s
2026-05-27T00:21:57.816455151Z2026-05-27T00:21:57.715694+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-27T00:21:57.816463681Z2026-05-27T00:21:57.779244+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.058s
2026-05-27T00:21:57.816474894Z2026-05-27T00:21:57.779305+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.015s
2026-05-27T00:21:57.816484469Z2026-05-27T00:21:57.779320+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.011s
2026-05-27T00:21:57.816496822Z2026-05-27T00:21:57.811050+00:00 === All builds and tests passed ===
2026-05-27T00:21:57.81661419Z2026-05-27T00:21:57.811427+00:00 ✓ Job completed successfully (exit code: 0)