Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019e1f7b-5297-66ea-d748-5eb166bb5575

Job ID
019e1f7b-5fa1-384a-f98a-1b655736da1a
Created
2026-05-13 03:57:19 UTC
Updated
2026-05-13 03:57:19 UTC
Duration
48s
Source Ref
e56637e6d732924c3f20723a6ba03381113e0d39
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-13T03:57:24.587956013Z2026-05-13T03:57:24.132052+00:00 ⚠️ Configuration warnings:
2026-05-13T03:57:24.587967243Z • runner_image: Using 'latest' tag or no tag specified
2026-05-13T03:57:24.58797434Z 💡 Consider using a specific version tag for reproducible builds
2026-05-13T03:57:24.587979553Z
2026-05-13T03:57:24.587985146Z✅ Configuration is valid (with warnings)
2026-05-13T03:57:24.587993546Z2026-05-13T03:57:24.132613+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=e56637e6d732924c3f20723a6ba03381113e0d39
2026-05-13T03:57:24.588001106Z2026-05-13T03:57:24.132786+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=e56637e6d732924c3f20723a6ba03381113e0d39 target=/job/ci
2026-05-13T03:57:24.971067246Z2026-05-13T03:57:24.960437+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-13T03:57:24.97378494Z2026-05-13T03:57:24.961121+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=e56637e6d732924c3f20723a6ba03381113e0d39
2026-05-13T03:57:24.973804989Z2026-05-13T03:57:24.961219+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=e56637e6d732924c3f20723a6ba03381113e0d39 target=/job/src
2026-05-13T03:57:25.804258636Z2026-05-13T03:57:25.793466+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-13T03:57:25.805443616Z2026-05-13T03:57:25.794595+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-13T03:58:08.127206377Z2026-05-13T03:57:24.132715+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-13T03:58:08.130536206Z2026-05-13T03:57:24.132857+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-13T03:58:08.130551633Z2026-05-13T03:57:24.933872+00:00 Checking out ref: e56637e6d732924c3f20723a6ba03381113e0d39
2026-05-13T03:58:08.130560693Z2026-05-13T03:57:24.960585+00:00 Repository checked out to: /job/ci
2026-05-13T03:58:08.130577167Z2026-05-13T03:57:24.961284+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-13T03:58:08.130587273Z2026-05-13T03:57:25.754289+00:00 Checking out ref: e56637e6d732924c3f20723a6ba03381113e0d39
2026-05-13T03:58:08.130595317Z2026-05-13T03:57:25.793672+00:00 Repository checked out to: /job/src
2026-05-13T03:58:08.1306036Z2026-05-13T03:57:25.794728+00:00 Executing job locally (no container)
2026-05-13T03:58:08.130611483Z2026-05-13T03:57:25.794777+00:00 Command: set -e
2026-05-13T03:58:08.1306201Zexport HOME="${HOME:-/tmp/home}"
2026-05-13T03:58:08.130628257Zmkdir -p "$HOME/.local"
2026-05-13T03:58:08.130634803Z
2026-05-13T03:58:08.13064277Z# Install Go toolchain
2026-05-13T03:58:08.130664377Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-13T03:58:08.130689791Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-13T03:58:08.130698648Zrm /tmp/go.tar.gz
2026-05-13T03:58:08.130706614Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-13T03:58:08.130712588Z
2026-05-13T03:58:08.130726131Zcd /job/src
2026-05-13T03:58:08.130732468Z
2026-05-13T03:58:08.130739971Zecho "=== Building API ==="
2026-05-13T03:58:08.130748044Zcd api
2026-05-13T03:58:08.130755738Zgo build ./...
2026-05-13T03:58:08.130761718Z
2026-05-13T03:58:08.130791741Zecho "=== Testing API ==="
2026-05-13T03:58:08.130817902Zgo test ./...
2026-05-13T03:58:08.130841395Z
2026-05-13T03:58:08.130850665Zecho "=== Building Webapp ==="
2026-05-13T03:58:08.130858392Zcd ../webapp
2026-05-13T03:58:08.130865879Zgo build ./...
2026-05-13T03:58:08.130871715Z
2026-05-13T03:58:08.130879042Zecho "=== Testing Webapp ==="
2026-05-13T03:58:08.130887045Zgo test ./...
2026-05-13T03:58:08.130893132Z
2026-05-13T03:58:08.130901422Zecho "=== All builds and tests passed ==="
2026-05-13T03:58:08.130911499Z
2026-05-13T03:58:08.130947733Z2026-05-13T03:57:33.778078+00:00 === Building API ===
2026-05-13T03:58:08.130957323Z2026-05-13T03:57:33.890074+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-13T03:58:08.130981423Z2026-05-13T03:57:33.899915+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-13T03:58:08.131012266Z2026-05-13T03:57:33.900439+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-13T03:58:08.131020746Z2026-05-13T03:57:33.906978+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-13T03:58:08.13104007Z2026-05-13T03:57:33.907028+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-13T03:58:08.13106586Z2026-05-13T03:57:33.916594+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-13T03:58:08.131084754Z2026-05-13T03:57:34.115712+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-13T03:58:08.131102418Z2026-05-13T03:57:34.195755+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-13T03:58:08.131111918Z2026-05-13T03:57:34.236149+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-13T03:58:08.131119428Z2026-05-13T03:57:34.237280+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-13T03:58:08.131127568Z2026-05-13T03:57:34.237376+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-13T03:58:08.131135118Z2026-05-13T03:57:34.237662+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-13T03:58:08.131143448Z2026-05-13T03:57:34.237726+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-13T03:58:08.131151765Z2026-05-13T03:57:34.239340+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-13T03:58:08.131159861Z2026-05-13T03:57:34.239610+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-13T03:58:08.131168155Z2026-05-13T03:57:34.245193+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-13T03:58:08.131177121Z2026-05-13T03:57:34.355904+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-13T03:58:08.131186395Z2026-05-13T03:57:34.355983+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-13T03:58:08.131194718Z2026-05-13T03:57:34.356076+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-13T03:58:08.131204216Z2026-05-13T03:57:34.358859+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-13T03:58:08.131212266Z2026-05-13T03:57:34.382586+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-13T03:58:08.131219626Z2026-05-13T03:57:34.383704+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-13T03:58:08.131227396Z2026-05-13T03:57:34.386920+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-13T03:58:08.131235149Z2026-05-13T03:57:34.388088+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-13T03:58:08.131243439Z2026-05-13T03:57:34.501200+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-13T03:58:08.131251139Z2026-05-13T03:57:57.674753+00:00 === Testing API ===
2026-05-13T03:58:08.131259933Z2026-05-13T03:58:02.488607+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-13T03:58:08.131268969Z2026-05-13T03:58:02.499144+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-13T03:58:08.131291626Z2026-05-13T03:58:02.499205+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-13T03:58:08.131320859Z2026-05-13T03:58:02.499255+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-13T03:58:08.131330476Z2026-05-13T03:58:02.499274+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-13T03:58:08.131349877Z2026-05-13T03:58:02.499286+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-13T03:58:08.131360187Z2026-05-13T03:58:02.499297+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-13T03:58:08.131369014Z2026-05-13T03:58:02.526942+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.022s
2026-05-13T03:58:08.13137831Z2026-05-13T03:58:02.527265+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.016s
2026-05-13T03:58:08.13138753Z2026-05-13T03:58:02.569917+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.064s
2026-05-13T03:58:08.131396384Z2026-05-13T03:58:02.570056+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.026s
2026-05-13T03:58:08.131404787Z2026-05-13T03:58:02.570185+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.017s
2026-05-13T03:58:08.131412477Z2026-05-13T03:58:02.614653+00:00 === Building Webapp ===
2026-05-13T03:58:08.131483759Z2026-05-13T03:58:02.716965+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-13T03:58:08.131494326Z2026-05-13T03:58:05.814191+00:00 === Testing Webapp ===
2026-05-13T03:58:08.131500559Z2026-05-13T03:58:06.986734+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-13T03:58:08.131505348Z2026-05-13T03:58:06.986824+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-13T03:58:08.131509811Z2026-05-13T03:58:07.446206+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-13T03:58:08.131514382Z2026-05-13T03:58:07.474909+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.019s
2026-05-13T03:58:08.131518811Z2026-05-13T03:58:08.045511+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-13T03:58:08.131528596Z2026-05-13T03:58:08.089227+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.038s
2026-05-13T03:58:08.131533305Z2026-05-13T03:58:08.089337+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.013s
2026-05-13T03:58:08.131538088Z2026-05-13T03:58:08.089418+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.008s
2026-05-13T03:58:08.131542934Z2026-05-13T03:58:08.112593+00:00 === All builds and tests passed ===
2026-05-13T03:58:08.131550314Z2026-05-13T03:58:08.116132+00:00 ✓ Job completed successfully (exit code: 0)