Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019ea445-fb3c-54e3-da4c-7c435f26f771

Job ID
019ea446-0981-cf41-732e-20a0eeb737f5
Created
2026-06-07 22:48:33 UTC
Updated
2026-06-07 22:48:33 UTC
Duration
48s
Source Ref
51a75eba943fca9fa439d3be28437ec0b33cdb7b
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-07T22:48:40.110465005Z2026-06-07T22:48:39.648014+00:00 ⚠️ Configuration warnings:
2026-06-07T22:48:40.110491928Z • runner_image: Using 'latest' tag or no tag specified
2026-06-07T22:48:40.110504305Z 💡 Consider using a specific version tag for reproducible builds
2026-06-07T22:48:40.110513498Z
2026-06-07T22:48:40.110528382Z✅ Configuration is valid (with warnings)
2026-06-07T22:48:40.110555625Z2026-06-07T22:48:39.648757+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=bcc834fcd8db13c79571571504451b477e237f89
2026-06-07T22:48:40.110570616Z2026-06-07T22:48:39.649069+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=bcc834fcd8db13c79571571504451b477e237f89 target=/job/ci
2026-06-07T22:48:40.657048078Z2026-06-07T22:48:40.653911+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-06-07T22:48:40.65706083Z2026-06-07T22:48:40.654537+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=51a75eba943fca9fa439d3be28437ec0b33cdb7b
2026-06-07T22:48:40.657069029Z2026-06-07T22:48:40.655740+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=51a75eba943fca9fa439d3be28437ec0b33cdb7b target=/job/src
2026-06-07T22:48:41.739911869Z2026-06-07T22:48:41.738210+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-06-07T22:48:41.742121476Z2026-06-07T22:48:41.738834+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-06-07T22:49:21.749644583Z2026-06-07T22:48:39.648937+00:00 🔐 Preparing trusted CI source (type: git)
2026-06-07T22:49:21.749663667Z2026-06-07T22:48:39.649172+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-07T22:49:21.749672585Z2026-06-07T22:48:40.610729+00:00 Checking out ref: bcc834fcd8db13c79571571504451b477e237f89
2026-06-07T22:49:21.749678854Z2026-06-07T22:48:40.654049+00:00 Repository checked out to: /job/ci
2026-06-07T22:49:21.749735264Z2026-06-07T22:48:40.655810+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-07T22:49:21.749748327Z2026-06-07T22:48:41.687298+00:00 Checking out ref: 51a75eba943fca9fa439d3be28437ec0b33cdb7b
2026-06-07T22:49:21.749755318Z2026-06-07T22:48:41.738319+00:00 Repository checked out to: /job/src
2026-06-07T22:49:21.749770065Z2026-06-07T22:48:41.738941+00:00 Executing job locally (no container)
2026-06-07T22:49:21.749776522Z2026-06-07T22:48:41.738967+00:00 Command: set -e
2026-06-07T22:49:21.750216875Zexport HOME="${HOME:-/tmp/home}"
2026-06-07T22:49:21.750238849Zmkdir -p "$HOME/.local"
2026-06-07T22:49:21.750244509Z
2026-06-07T22:49:21.750249695Z# Install Go toolchain
2026-06-07T22:49:21.750632053Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-06-07T22:49:21.750642746Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-06-07T22:49:21.750648577Zrm /tmp/go.tar.gz
2026-06-07T22:49:21.75065466Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-06-07T22:49:21.75065919Z
2026-06-07T22:49:21.750871158Zcd /job/src
2026-06-07T22:49:21.752106476Z
2026-06-07T22:49:21.752120839Zecho "=== Building API ==="
2026-06-07T22:49:21.752129356Zcd api
2026-06-07T22:49:21.75213805Zgo build ./...
2026-06-07T22:49:21.752144947Z
2026-06-07T22:49:21.752153577Zecho "=== Testing API ==="
2026-06-07T22:49:21.75216228Zgo test ./...
2026-06-07T22:49:21.75218731Z
2026-06-07T22:49:21.75219922Zecho "=== Building Webapp ==="
2026-06-07T22:49:21.752208883Zcd ../webapp
2026-06-07T22:49:21.752214953Zgo build ./...
2026-06-07T22:49:21.75221879Z
2026-06-07T22:49:21.753167946Zecho "=== Testing Webapp ==="
2026-06-07T22:49:21.753175309Zgo test ./...
2026-06-07T22:49:21.753179106Z
2026-06-07T22:49:21.753184839Zecho "=== All builds and tests passed ==="
2026-06-07T22:49:21.753190299Z
2026-06-07T22:49:21.753199563Z2026-06-07T22:48:47.113672+00:00 === Building API ===
2026-06-07T22:49:21.753205399Z2026-06-07T22:48:47.206653+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-06-07T22:49:21.753210899Z2026-06-07T22:48:47.206796+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-06-07T22:49:21.753215949Z2026-06-07T22:48:47.207039+00:00 go: downloading gorm.io/gorm v1.25.12
2026-06-07T22:49:21.753221339Z2026-06-07T22:48:47.216479+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-06-07T22:49:21.753226469Z2026-06-07T22:48:47.219692+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-06-07T22:49:21.753231633Z2026-06-07T22:48:47.239027+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-06-07T22:49:21.753236549Z2026-06-07T22:48:47.239775+00:00 go: downloading github.com/rs/cors v1.11.1
2026-06-07T22:49:21.753242496Z2026-06-07T22:48:47.450699+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-06-07T22:49:21.753247369Z2026-06-07T22:48:47.508190+00:00 go: downloading golang.org/x/sys v0.28.0
2026-06-07T22:49:21.75325219Z2026-06-07T22:48:47.547827+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-06-07T22:49:21.753257207Z2026-06-07T22:48:47.547934+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-06-07T22:49:21.753765312Z2026-06-07T22:48:47.548081+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-06-07T22:49:21.753771952Z2026-06-07T22:48:47.548440+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-06-07T22:49:21.753776925Z2026-06-07T22:48:47.549316+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-06-07T22:49:21.753781655Z2026-06-07T22:48:47.551015+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-06-07T22:49:21.753786935Z2026-06-07T22:48:47.551062+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-06-07T22:49:21.754500092Z2026-06-07T22:48:47.551580+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-06-07T22:49:21.754507602Z2026-06-07T22:48:47.556304+00:00 go: downloading golang.org/x/text v0.21.0
2026-06-07T22:49:21.754512852Z2026-06-07T22:48:47.666766+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-06-07T22:49:21.754517772Z2026-06-07T22:48:47.666902+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-06-07T22:49:21.754523102Z2026-06-07T22:48:47.666926+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-06-07T22:49:21.754529622Z2026-06-07T22:48:47.666941+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-06-07T22:49:21.754534532Z2026-06-07T22:48:47.683241+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-06-07T22:49:21.755088159Z2026-06-07T22:48:47.683284+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-06-07T22:49:21.755100924Z2026-06-07T22:48:47.687546+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-06-07T22:49:21.755108591Z2026-06-07T22:48:47.691209+00:00 go: downloading golang.org/x/sync v0.10.0
2026-06-07T22:49:21.755116375Z2026-06-07T22:48:47.823446+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-06-07T22:49:21.755124508Z2026-06-07T22:49:11.016299+00:00 === Testing API ===
2026-06-07T22:49:21.756190155Z2026-06-07T22:49:14.898479+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-06-07T22:49:21.756202164Z2026-06-07T22:49:14.898579+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-06-07T22:49:21.756210689Z2026-06-07T22:49:14.898629+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-06-07T22:49:21.756220687Z2026-06-07T22:49:14.898650+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-06-07T22:49:21.756227693Z2026-06-07T22:49:14.898915+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-06-07T22:49:21.756235076Z2026-06-07T22:49:14.898931+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-06-07T22:49:21.756242573Z2026-06-07T22:49:14.898940+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-06-07T22:49:21.756250376Z2026-06-07T22:49:14.898947+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-06-07T22:49:21.756257001Z2026-06-07T22:49:14.914169+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.013s
2026-06-07T22:49:21.756264925Z2026-06-07T22:49:14.914211+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.009s
2026-06-07T22:49:21.756273476Z2026-06-07T22:49:14.914241+00:00 ok github.com/catalystcommunity/longhouse/api/internal/csilservices 0.008s
2026-06-07T22:49:21.756288125Z2026-06-07T22:49:14.914251+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.009s
2026-06-07T22:49:21.756295241Z2026-06-07T22:49:14.914257+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.006s
2026-06-07T22:49:21.756305021Z2026-06-07T22:49:14.965162+00:00 === Building Webapp ===
2026-06-07T22:49:21.756312498Z2026-06-07T22:49:15.004735+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-06-07T22:49:21.756319633Z2026-06-07T22:49:19.602592+00:00 === Testing Webapp ===
2026-06-07T22:49:21.756327627Z2026-06-07T22:49:20.766899+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-06-07T22:49:21.756442799Z2026-06-07T22:49:20.766963+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-06-07T22:49:21.756452194Z2026-06-07T22:49:20.938199+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-06-07T22:49:21.757011382Z2026-06-07T22:49:20.955466+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.012s
2026-06-07T22:49:21.757021608Z2026-06-07T22:49:21.651734+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-06-07T22:49:21.757027622Z2026-06-07T22:49:21.729456+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.072s
2026-06-07T22:49:21.757033452Z2026-06-07T22:49:21.729515+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.021s
2026-06-07T22:49:21.757039402Z2026-06-07T22:49:21.729528+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.007s
2026-06-07T22:49:21.757107358Z2026-06-07T22:49:21.746701+00:00 === All builds and tests passed ===
2026-06-07T22:49:21.757117673Z2026-06-07T22:49:21.747083+00:00 ✓ Job completed successfully (exit code: 0)