Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019e5c7a-6991-0fce-cd78-b471f7a5fde9

Job ID
019e5c7a-7ec1-0afa-6dc8-f9e5b51b7660
Created
2026-05-25 00:13:12 UTC
Updated
2026-05-25 00:13:12 UTC
Duration
46s
Source Ref
a652f365020ce7ea6480c45179950e6734c52ea0
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-25T00:13:17.069830422Z2026-05-25T00:13:17.055724+00:00 ⚠️ Configuration warnings:
2026-05-25T00:13:17.069843952Z • runner_image: Using 'latest' tag or no tag specified
2026-05-25T00:13:17.069852942Z 💡 Consider using a specific version tag for reproducible builds
2026-05-25T00:13:17.069859176Z
2026-05-25T00:13:17.069864756Z✅ Configuration is valid (with warnings)
2026-05-25T00:13:17.069873886Z2026-05-25T00:13:17.056555+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=1ac3f2672d4c6e11f308031196cbc8172de2b6d0
2026-05-25T00:13:17.069880759Z2026-05-25T00:13:17.056845+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=1ac3f2672d4c6e11f308031196cbc8172de2b6d0 target=/job/ci
2026-05-25T00:13:17.987860885Z2026-05-25T00:13:17.974541+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-25T00:13:17.989998224Z2026-05-25T00:13:17.975207+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=a652f365020ce7ea6480c45179950e6734c52ea0
2026-05-25T00:13:17.990030537Z2026-05-25T00:13:17.975325+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=a652f365020ce7ea6480c45179950e6734c52ea0 target=/job/src
2026-05-25T00:13:18.894593761Z2026-05-25T00:13:18.880727+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-25T00:13:18.897670865Z2026-05-25T00:13:18.881699+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-25T00:13:58.06803871Z2026-05-25T00:13:17.056712+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-25T00:13:58.068060774Z2026-05-25T00:13:17.056964+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-25T00:13:58.068074167Z2026-05-25T00:13:17.937818+00:00 Checking out ref: 1ac3f2672d4c6e11f308031196cbc8172de2b6d0
2026-05-25T00:13:58.068114267Z2026-05-25T00:13:17.974664+00:00 Repository checked out to: /job/ci
2026-05-25T00:13:58.06813045Z2026-05-25T00:13:17.975408+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-25T00:13:58.068141808Z2026-05-25T00:13:18.834547+00:00 Checking out ref: a652f365020ce7ea6480c45179950e6734c52ea0
2026-05-25T00:13:58.068156418Z2026-05-25T00:13:18.880919+00:00 Repository checked out to: /job/src
2026-05-25T00:13:58.068686659Z2026-05-25T00:13:18.881868+00:00 Executing job locally (no container)
2026-05-25T00:13:58.068697122Z2026-05-25T00:13:18.881915+00:00 Command: set -e
2026-05-25T00:13:58.068704209Zexport HOME="${HOME:-/tmp/home}"
2026-05-25T00:13:58.070304709Zmkdir -p "$HOME/.local"
2026-05-25T00:13:58.070314903Z
2026-05-25T00:13:58.070320179Z# Install Go toolchain
2026-05-25T00:13:58.070328286Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-25T00:13:58.070335934Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-25T00:13:58.070341414Zrm /tmp/go.tar.gz
2026-05-25T00:13:58.070349377Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-25T00:13:58.07035575Z
2026-05-25T00:13:58.070370817Zcd /job/src
2026-05-25T00:13:58.070377287Z
2026-05-25T00:13:58.07038484Zecho "=== Building API ==="
2026-05-25T00:13:58.070392394Zcd api
2026-05-25T00:13:58.070400814Zgo build ./...
2026-05-25T00:13:58.07040726Z
2026-05-25T00:13:58.070416097Zecho "=== Testing API ==="
2026-05-25T00:13:58.070424337Zgo test ./...
2026-05-25T00:13:58.070431527Z
2026-05-25T00:13:58.07044028Zecho "=== Building Webapp ==="
2026-05-25T00:13:58.070448794Zcd ../webapp
2026-05-25T00:13:58.070457607Zgo build ./...
2026-05-25T00:13:58.070464868Z
2026-05-25T00:13:58.070947359Zecho "=== Testing Webapp ==="
2026-05-25T00:13:58.070953609Zgo test ./...
2026-05-25T00:13:58.070957379Z
2026-05-25T00:13:58.070962842Zecho "=== All builds and tests passed ==="
2026-05-25T00:13:58.070966952Z
2026-05-25T00:13:58.071342969Z2026-05-25T00:13:24.394970+00:00 === Building API ===
2026-05-25T00:13:58.071356522Z2026-05-25T00:13:24.494848+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-25T00:13:58.071367963Z2026-05-25T00:13:24.497190+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-25T00:13:58.071376616Z2026-05-25T00:13:24.500696+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-25T00:13:58.071807873Z2026-05-25T00:13:24.512476+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-05-25T00:13:58.07182184Z2026-05-25T00:13:24.517459+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-25T00:13:58.071829853Z2026-05-25T00:13:24.518443+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-25T00:13:58.071838603Z2026-05-25T00:13:24.529189+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-25T00:13:58.07184783Z2026-05-25T00:13:24.737026+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-25T00:13:58.072017009Z2026-05-25T00:13:24.775611+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-25T00:13:58.072032649Z2026-05-25T00:13:24.820716+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-25T00:13:58.072734631Z2026-05-25T00:13:24.820884+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-25T00:13:58.072748541Z2026-05-25T00:13:24.820911+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-25T00:13:58.072757008Z2026-05-25T00:13:24.828857+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-25T00:13:58.072766515Z2026-05-25T00:13:24.852648+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-25T00:13:58.072776015Z2026-05-25T00:13:24.852716+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-05-25T00:13:58.072785466Z2026-05-25T00:13:24.852733+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-25T00:13:58.073562786Z2026-05-25T00:13:24.852747+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-25T00:13:58.073575409Z2026-05-25T00:13:24.857981+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-25T00:13:58.073585159Z2026-05-25T00:13:24.935998+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-25T00:13:58.073594086Z2026-05-25T00:13:24.936089+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-25T00:13:58.073600126Z2026-05-25T00:13:24.936184+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-25T00:13:58.073606143Z2026-05-25T00:13:24.936221+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-25T00:13:58.074285092Z2026-05-25T00:13:24.944028+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-25T00:13:58.074298989Z2026-05-25T00:13:24.946679+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-25T00:13:58.074307875Z2026-05-25T00:13:24.982696+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-25T00:13:58.074316892Z2026-05-25T00:13:25.025251+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-25T00:13:58.074325615Z2026-05-25T00:13:25.056457+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-25T00:13:58.074333623Z2026-05-25T00:13:46.572552+00:00 === Testing API ===
2026-05-25T00:13:58.074341983Z2026-05-25T00:13:51.133845+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-25T00:13:58.074353693Z2026-05-25T00:13:51.144381+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-25T00:13:58.074369546Z2026-05-25T00:13:51.144440+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-25T00:13:58.074395453Z2026-05-25T00:13:51.162782+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.014s
2026-05-25T00:13:58.074405036Z2026-05-25T00:13:51.162916+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.013s
2026-05-25T00:13:58.074414586Z2026-05-25T00:13:51.210168+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-25T00:13:58.07442577Z2026-05-25T00:13:51.210232+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-25T00:13:58.074914008Z2026-05-25T00:13:51.210247+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-25T00:13:58.074922364Z2026-05-25T00:13:51.210260+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-25T00:13:58.074927851Z2026-05-25T00:13:51.293140+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.081s
2026-05-25T00:13:58.075649784Z2026-05-25T00:13:51.293215+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.012s
2026-05-25T00:13:58.075663711Z2026-05-25T00:13:51.293230+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.008s
2026-05-25T00:13:58.075669034Z2026-05-25T00:13:51.348424+00:00 === Building Webapp ===
2026-05-25T00:13:58.075675124Z2026-05-25T00:13:51.382083+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-25T00:13:58.075680028Z2026-05-25T00:13:55.985745+00:00 === Testing Webapp ===
2026-05-25T00:13:58.075686258Z2026-05-25T00:13:57.100364+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-25T00:13:58.076544399Z2026-05-25T00:13:57.100472+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-25T00:13:58.076551796Z2026-05-25T00:13:57.323205+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-25T00:13:58.076558116Z2026-05-25T00:13:57.341374+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.013s
2026-05-25T00:13:58.076564249Z2026-05-25T00:13:57.945178+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-25T00:13:58.076569906Z2026-05-25T00:13:58.029713+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.079s
2026-05-25T00:13:58.076576286Z2026-05-25T00:13:58.029785+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.017s
2026-05-25T00:13:58.077202171Z2026-05-25T00:13:58.029828+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.010s
2026-05-25T00:13:58.077209358Z2026-05-25T00:13:58.053094+00:00 === All builds and tests passed ===
2026-05-25T00:13:58.077215068Z2026-05-25T00:13:58.053824+00:00 ✓ Job completed successfully (exit code: 0)