Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019e8b19-1895-ca84-6d08-ce5d2d73bbfb

Job ID
019e8b19-3053-4dcc-c39f-4b686dfa2ad7
Created
2026-06-03 01:29:04 UTC
Updated
2026-06-03 01:29:04 UTC
Duration
48s
Source Ref
fd10387a4faa61fed31054ab776c9cd7c03fcafa
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-03T01:29:08.422685146Z2026-06-03T01:29:08.381805+00:00 ⚠️ Configuration warnings:
2026-06-03T01:29:08.422695856Z • runner_image: Using 'latest' tag or no tag specified
2026-06-03T01:29:08.422703769Z 💡 Consider using a specific version tag for reproducible builds
2026-06-03T01:29:08.422714012Z
2026-06-03T01:29:08.422720276Z✅ Configuration is valid (with warnings)
2026-06-03T01:29:08.422734292Z2026-06-03T01:29:08.382226+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=45089d2405368bbb8fa07eb08bb4310b913f8863
2026-06-03T01:29:08.422746136Z2026-06-03T01:29:08.382341+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=45089d2405368bbb8fa07eb08bb4310b913f8863 target=/job/ci
2026-06-03T01:29:09.457599882Z2026-06-03T01:29:09.452312+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-06-03T01:29:09.457914776Z2026-06-03T01:29:09.453303+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=fd10387a4faa61fed31054ab776c9cd7c03fcafa
2026-06-03T01:29:09.457926616Z2026-06-03T01:29:09.453453+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=fd10387a4faa61fed31054ab776c9cd7c03fcafa target=/job/src
2026-06-03T01:29:10.513914989Z2026-06-03T01:29:10.509016+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-06-03T01:29:10.516038092Z2026-06-03T01:29:10.509715+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-06-03T01:29:52.025973383Z2026-06-03T01:29:08.382294+00:00 🔐 Preparing trusted CI source (type: git)
2026-06-03T01:29:52.025983458Z2026-06-03T01:29:08.382377+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-03T01:29:52.025989612Z2026-06-03T01:29:09.405322+00:00 Checking out ref: 45089d2405368bbb8fa07eb08bb4310b913f8863
2026-06-03T01:29:52.025996177Z2026-06-03T01:29:09.452541+00:00 Repository checked out to: /job/ci
2026-06-03T01:29:52.026533215Z2026-06-03T01:29:09.453547+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-03T01:29:52.026538289Z2026-06-03T01:29:10.462989+00:00 Checking out ref: fd10387a4faa61fed31054ab776c9cd7c03fcafa
2026-06-03T01:29:52.026541858Z2026-06-03T01:29:10.509157+00:00 Repository checked out to: /job/src
2026-06-03T01:29:52.026544524Z2026-06-03T01:29:10.509816+00:00 Executing job locally (no container)
2026-06-03T01:29:52.026547335Z2026-06-03T01:29:10.509842+00:00 Command: set -e
2026-06-03T01:29:52.026550191Zexport HOME="${HOME:-/tmp/home}"
2026-06-03T01:29:52.026555067Zmkdir -p "$HOME/.local"
2026-06-03T01:29:52.026557411Z
2026-06-03T01:29:52.026560677Z# Install Go toolchain
2026-06-03T01:29:52.026564114Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-06-03T01:29:52.026567154Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-06-03T01:29:52.026993883Zrm /tmp/go.tar.gz
2026-06-03T01:29:52.026997823Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-06-03T01:29:52.02700005Z
2026-06-03T01:29:52.027023847Zcd /job/src
2026-06-03T01:29:52.027026118Z
2026-06-03T01:29:52.02702898Zecho "=== Building API ==="
2026-06-03T01:29:52.027031572Zcd api
2026-06-03T01:29:52.027034015Zgo build ./...
2026-06-03T01:29:52.027037401Z
2026-06-03T01:29:52.027040141Zecho "=== Testing API ==="
2026-06-03T01:29:52.028160762Zgo test ./...
2026-06-03T01:29:52.028164648Z
2026-06-03T01:29:52.028167378Zecho "=== Building Webapp ==="
2026-06-03T01:29:52.028171018Zcd ../webapp
2026-06-03T01:29:52.028174722Zgo build ./...
2026-06-03T01:29:52.028177771Z
2026-06-03T01:29:52.028183136Zecho "=== Testing Webapp ==="
2026-06-03T01:29:52.029886865Zgo test ./...
2026-06-03T01:29:52.029892736Z
2026-06-03T01:29:52.029896812Zecho "=== All builds and tests passed ==="
2026-06-03T01:29:52.02990001Z
2026-06-03T01:29:52.029907278Z2026-06-03T01:29:16.720418+00:00 === Building API ===
2026-06-03T01:29:52.029913061Z2026-06-03T01:29:16.838205+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-06-03T01:29:52.029917515Z2026-06-03T01:29:16.838442+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-06-03T01:29:52.029921881Z2026-06-03T01:29:16.838512+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-06-03T01:29:52.029926813Z2026-06-03T01:29:16.841863+00:00 go: downloading github.com/rs/cors v1.11.1
2026-06-03T01:29:52.029931789Z2026-06-03T01:29:16.841968+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-06-03T01:29:52.029935958Z2026-06-03T01:29:16.842635+00:00 go: downloading gorm.io/gorm v1.25.12
2026-06-03T01:29:52.029940653Z2026-06-03T01:29:16.853829+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-06-03T01:29:52.029945467Z2026-06-03T01:29:17.181457+00:00 go: downloading golang.org/x/sys v0.28.0
2026-06-03T01:29:52.029950275Z2026-06-03T01:29:17.316254+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-06-03T01:29:52.031110698Z2026-06-03T01:29:17.316415+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-06-03T01:29:52.031118132Z2026-06-03T01:29:17.316535+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-06-03T01:29:52.031123383Z2026-06-03T01:29:17.316639+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-06-03T01:29:52.031127757Z2026-06-03T01:29:17.316680+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-06-03T01:29:52.031133095Z2026-06-03T01:29:17.407200+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-06-03T01:29:52.031137826Z2026-06-03T01:29:17.407275+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-06-03T01:29:52.031142483Z2026-06-03T01:29:17.407292+00:00 go: downloading golang.org/x/text v0.21.0
2026-06-03T01:29:52.031147174Z2026-06-03T01:29:17.407688+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-06-03T01:29:52.031152035Z2026-06-03T01:29:17.407808+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-06-03T01:29:52.031156589Z2026-06-03T01:29:17.427271+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-06-03T01:29:52.031161109Z2026-06-03T01:29:17.575834+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-06-03T01:29:52.031165889Z2026-06-03T01:29:17.648113+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-06-03T01:29:52.03117016Z2026-06-03T01:29:17.649582+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-06-03T01:29:52.031174242Z2026-06-03T01:29:17.691872+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-06-03T01:29:52.031179132Z2026-06-03T01:29:17.691947+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-06-03T01:29:52.031183517Z2026-06-03T01:29:17.702802+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-06-03T01:29:52.031187757Z2026-06-03T01:29:17.837010+00:00 go: downloading golang.org/x/sync v0.10.0
2026-06-03T01:29:52.031192335Z2026-06-03T01:29:18.062413+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-06-03T01:29:52.031196872Z2026-06-03T01:29:40.816081+00:00 === Testing API ===
2026-06-03T01:29:52.031232613Z2026-06-03T01:29:44.899739+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-06-03T01:29:52.031240229Z2026-06-03T01:29:44.899856+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-06-03T01:29:52.031247767Z2026-06-03T01:29:44.899881+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-06-03T01:29:52.031252813Z2026-06-03T01:29:44.899895+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-06-03T01:29:52.03125725Z2026-06-03T01:29:44.899940+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-06-03T01:29:52.031261669Z2026-06-03T01:29:44.899959+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-06-03T01:29:52.03126652Z2026-06-03T01:29:44.899972+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-06-03T01:29:52.031272057Z2026-06-03T01:29:44.899985+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-06-03T01:29:52.031276701Z2026-06-03T01:29:44.920802+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.017s
2026-06-03T01:29:52.031281564Z2026-06-03T01:29:44.920871+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.008s
2026-06-03T01:29:52.032243757Z2026-06-03T01:29:44.920931+00:00 ok github.com/catalystcommunity/longhouse/api/internal/csilservices 0.009s
2026-06-03T01:29:52.032283627Z2026-06-03T01:29:44.920952+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.014s
2026-06-03T01:29:52.032294233Z2026-06-03T01:29:44.920965+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.012s
2026-06-03T01:29:52.032309087Z2026-06-03T01:29:44.980890+00:00 === Building Webapp ===
2026-06-03T01:29:52.032395195Z2026-06-03T01:29:45.020033+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-06-03T01:29:52.032434365Z2026-06-03T01:29:50.069595+00:00 === Testing Webapp ===
2026-06-03T01:29:52.032444989Z2026-06-03T01:29:51.389579+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-06-03T01:29:52.032470413Z2026-06-03T01:29:51.389677+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-06-03T01:29:52.032491346Z2026-06-03T01:29:51.562565+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-06-03T01:29:52.032513126Z2026-06-03T01:29:51.580732+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.012s
2026-06-03T01:29:52.032523596Z2026-06-03T01:29:51.933592+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-06-03T01:29:52.032532316Z2026-06-03T01:29:51.989970+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.049s
2026-06-03T01:29:52.03254073Z2026-06-03T01:29:51.990034+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.014s
2026-06-03T01:29:52.0325483Z2026-06-03T01:29:51.990046+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.006s
2026-06-03T01:29:52.032556763Z2026-06-03T01:29:52.020227+00:00 === All builds and tests passed ===
2026-06-03T01:29:52.032593694Z2026-06-03T01:29:52.020614+00:00 ✓ Job completed successfully (exit code: 0)