Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019e7f5d-fe88-a480-8314-8663e7bcee1f

Job ID
019e7f5e-0bf5-58fb-84be-a34a6de2a028
Created
2026-05-31 18:48:50 UTC
Updated
2026-05-31 18:48:50 UTC
Duration
49s
Source Ref
daab1fc1a3f9ad8e10d955104c247fbb7940162d
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-31T18:48:56.358005208Z2026-05-31T18:48:55.816016+00:00 ⚠️ Configuration warnings:
2026-05-31T18:48:56.358023285Z • runner_image: Using 'latest' tag or no tag specified
2026-05-31T18:48:56.358034488Z 💡 Consider using a specific version tag for reproducible builds
2026-05-31T18:48:56.358057879Z
2026-05-31T18:48:56.358072109Z✅ Configuration is valid (with warnings)
2026-05-31T18:48:56.358100739Z2026-05-31T18:48:55.816491+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=a00ee4fc96b7dfe8b5cc2d3fe440e56b943af29a
2026-05-31T18:48:56.358114126Z2026-05-31T18:48:55.816620+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=a00ee4fc96b7dfe8b5cc2d3fe440e56b943af29a target=/job/ci
2026-05-31T18:48:56.795807343Z2026-05-31T18:48:56.782396+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-31T18:48:56.79737948Z2026-05-31T18:48:56.782995+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=daab1fc1a3f9ad8e10d955104c247fbb7940162d
2026-05-31T18:48:56.797395426Z2026-05-31T18:48:56.783103+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=daab1fc1a3f9ad8e10d955104c247fbb7940162d target=/job/src
2026-05-31T18:48:57.767426316Z2026-05-31T18:48:57.754115+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-31T18:48:57.769078823Z2026-05-31T18:48:57.754736+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-31T18:49:38.131421355Z2026-05-31T18:48:55.816568+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-31T18:49:38.131442512Z2026-05-31T18:48:55.816664+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-31T18:49:38.131449572Z2026-05-31T18:48:56.737155+00:00 Checking out ref: a00ee4fc96b7dfe8b5cc2d3fe440e56b943af29a
2026-05-31T18:49:38.131455055Z2026-05-31T18:48:56.782514+00:00 Repository checked out to: /job/ci
2026-05-31T18:49:38.131461522Z2026-05-31T18:48:56.783162+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-31T18:49:38.131469479Z2026-05-31T18:48:57.702676+00:00 Checking out ref: daab1fc1a3f9ad8e10d955104c247fbb7940162d
2026-05-31T18:49:38.131475342Z2026-05-31T18:48:57.754235+00:00 Repository checked out to: /job/src
2026-05-31T18:49:38.131480649Z2026-05-31T18:48:57.754831+00:00 Executing job locally (no container)
2026-05-31T18:49:38.13148586Z2026-05-31T18:48:57.754855+00:00 Command: set -e
2026-05-31T18:49:38.131492186Zexport HOME="${HOME:-/tmp/home}"
2026-05-31T18:49:38.131497803Zmkdir -p "$HOME/.local"
2026-05-31T18:49:38.131502283Z
2026-05-31T18:49:38.131507396Z# Install Go toolchain
2026-05-31T18:49:38.131513056Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-31T18:49:38.131518873Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-31T18:49:38.131523266Zrm /tmp/go.tar.gz
2026-05-31T18:49:38.131528456Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-31T18:49:38.131532203Z
2026-05-31T18:49:38.131595597Zcd /job/src
2026-05-31T18:49:38.132418709Z
2026-05-31T18:49:38.132427085Zecho "=== Building API ==="
2026-05-31T18:49:38.1324329Zcd api
2026-05-31T18:49:38.132438496Zgo build ./...
2026-05-31T18:49:38.132442766Z
2026-05-31T18:49:38.132447636Zecho "=== Testing API ==="
2026-05-31T18:49:38.132452843Zgo test ./...
2026-05-31T18:49:38.13245646Z
2026-05-31T18:49:38.13246152Zecho "=== Building Webapp ==="
2026-05-31T18:49:38.13246617Zcd ../webapp
2026-05-31T18:49:38.132470853Zgo build ./...
2026-05-31T18:49:38.1324745Z
2026-05-31T18:49:38.132479607Zecho "=== Testing Webapp ==="
2026-05-31T18:49:38.13248414Zgo test ./...
2026-05-31T18:49:38.13248785Z
2026-05-31T18:49:38.132492737Zecho "=== All builds and tests passed ==="
2026-05-31T18:49:38.13249618Z
2026-05-31T18:49:38.132506127Z2026-05-31T18:49:02.855688+00:00 === Building API ===
2026-05-31T18:49:38.132511767Z2026-05-31T18:49:02.946191+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-31T18:49:38.132517217Z2026-05-31T18:49:02.946308+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-05-31T18:49:38.132523283Z2026-05-31T18:49:02.946357+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-31T18:49:38.132528743Z2026-05-31T18:49:02.948165+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-31T18:49:38.132533607Z2026-05-31T18:49:02.948700+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-31T18:49:38.132601808Z2026-05-31T18:49:02.953800+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-31T18:49:38.132607592Z2026-05-31T18:49:02.955857+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-31T18:49:38.132615308Z2026-05-31T18:49:03.164502+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-31T18:49:38.132857685Z2026-05-31T18:49:03.193045+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-31T18:49:38.132869911Z2026-05-31T18:49:03.237205+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-31T18:49:38.132875711Z2026-05-31T18:49:03.237302+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-31T18:49:38.132881545Z2026-05-31T18:49:03.237324+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-31T18:49:38.133560755Z2026-05-31T18:49:03.237522+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-31T18:49:38.133570218Z2026-05-31T18:49:03.268859+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-31T18:49:38.133583749Z2026-05-31T18:49:03.275433+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-05-31T18:49:38.133589746Z2026-05-31T18:49:03.275490+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-31T18:49:38.133874458Z2026-05-31T18:49:03.275508+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-31T18:49:38.133882748Z2026-05-31T18:49:03.276525+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-31T18:49:38.133888308Z2026-05-31T18:49:03.367149+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-31T18:49:38.134529936Z2026-05-31T18:49:03.367207+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-31T18:49:38.134734454Z2026-05-31T18:49:03.367260+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-31T18:49:38.134753501Z2026-05-31T18:49:03.367636+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-31T18:49:38.134810465Z2026-05-31T18:49:03.386553+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-31T18:49:38.134817265Z2026-05-31T18:49:03.386677+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-31T18:49:38.134823225Z2026-05-31T18:49:03.391782+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-31T18:49:38.134899146Z2026-05-31T18:49:03.393642+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-31T18:49:38.134969017Z2026-05-31T18:49:03.499994+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-31T18:49:38.134979603Z2026-05-31T18:49:27.074936+00:00 === Testing API ===
2026-05-31T18:49:38.135094581Z2026-05-31T18:49:31.480171+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-31T18:49:38.135111961Z2026-05-31T18:49:31.480372+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-31T18:49:38.135335407Z2026-05-31T18:49:31.480402+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-31T18:49:38.135347791Z2026-05-31T18:49:31.480418+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-05-31T18:49:38.135354261Z2026-05-31T18:49:31.480654+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-31T18:49:38.135360677Z2026-05-31T18:49:31.480677+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-31T18:49:38.135371715Z2026-05-31T18:49:31.480724+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-31T18:49:38.135378035Z2026-05-31T18:49:31.480744+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-31T18:49:38.135385608Z2026-05-31T18:49:31.494411+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.010s
2026-05-31T18:49:38.135499283Z2026-05-31T18:49:31.494509+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.010s
2026-05-31T18:49:38.135881722Z2026-05-31T18:49:31.496043+00:00 ok github.com/catalystcommunity/longhouse/api/internal/csilservices 0.012s
2026-05-31T18:49:38.136827056Z2026-05-31T18:49:31.496152+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.012s
2026-05-31T18:49:38.136837404Z2026-05-31T18:49:31.496192+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.005s
2026-05-31T18:49:38.136855477Z2026-05-31T18:49:31.550544+00:00 === Building Webapp ===
2026-05-31T18:49:38.136861254Z2026-05-31T18:49:31.581453+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-31T18:49:38.13686655Z2026-05-31T18:49:36.080287+00:00 === Testing Webapp ===
2026-05-31T18:49:38.136872511Z2026-05-31T18:49:37.309097+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-31T18:49:38.136879121Z2026-05-31T18:49:37.309167+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-31T18:49:38.136887574Z2026-05-31T18:49:37.361920+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-31T18:49:38.136893134Z2026-05-31T18:49:37.384021+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.017s
2026-05-31T18:49:38.136899311Z2026-05-31T18:49:38.001872+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-31T18:49:38.136907081Z2026-05-31T18:49:38.095463+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.087s
2026-05-31T18:49:38.136912747Z2026-05-31T18:49:38.095509+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.019s
2026-05-31T18:49:38.136918241Z2026-05-31T18:49:38.095566+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.010s
2026-05-31T18:49:38.136927841Z2026-05-31T18:49:38.116241+00:00 === All builds and tests passed ===
2026-05-31T18:49:38.137369879Z2026-05-31T18:49:38.116747+00:00 ✓ Job completed successfully (exit code: 0)