Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019de131-9b97-c2df-673e-09b154775b5c

Job ID
019de131-ab5c-6e76-b804-8d1c44f6cc64
Created
2026-05-01 01:40:21 UTC
Updated
2026-05-01 01:40:21 UTC
Duration
49s
Source Ref
09faff113a3fe3b02227c979d647f4f6eefcd942
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-01T01:40:27.349664429Z2026-05-01T01:40:26.669284+00:00 ⚠️ Configuration warnings:
2026-05-01T01:40:27.349675349Z • runner_image: Using 'latest' tag or no tag specified
2026-05-01T01:40:27.349682599Z 💡 Consider using a specific version tag for reproducible builds
2026-05-01T01:40:27.349687896Z
2026-05-01T01:40:27.349693369Z✅ Configuration is valid (with warnings)
2026-05-01T01:40:27.349703102Z2026-05-01T01:40:26.669762+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=09faff113a3fe3b02227c979d647f4f6eefcd942
2026-05-01T01:40:27.349711959Z2026-05-01T01:40:26.669899+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=09faff113a3fe3b02227c979d647f4f6eefcd942 target=/job/ci
2026-05-01T01:40:27.511532521Z2026-05-01T01:40:27.513201+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-01T01:40:27.513618369Z2026-05-01T01:40:27.514145+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=09faff113a3fe3b02227c979d647f4f6eefcd942
2026-05-01T01:40:27.513636906Z2026-05-01T01:40:27.514271+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=09faff113a3fe3b02227c979d647f4f6eefcd942 target=/job/src
2026-05-01T01:40:28.295070055Z2026-05-01T01:40:28.296916+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-01T01:40:28.296799713Z2026-05-01T01:40:28.297780+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-01T01:41:08.604564621Z2026-05-01T01:40:26.669843+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-01T01:41:08.604587171Z2026-05-01T01:40:26.669952+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T01:41:08.604602954Z2026-05-01T01:40:27.488066+00:00 Checking out ref: 09faff113a3fe3b02227c979d647f4f6eefcd942
2026-05-01T01:41:08.604611819Z2026-05-01T01:40:27.513369+00:00 Repository checked out to: /job/ci
2026-05-01T01:41:08.604620679Z2026-05-01T01:40:27.514361+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T01:41:08.604629155Z2026-05-01T01:40:28.273580+00:00 Checking out ref: 09faff113a3fe3b02227c979d647f4f6eefcd942
2026-05-01T01:41:08.604636965Z2026-05-01T01:40:28.297046+00:00 Repository checked out to: /job/src
2026-05-01T01:41:08.604644559Z2026-05-01T01:40:28.297881+00:00 Executing job locally (no container)
2026-05-01T01:41:08.604652099Z2026-05-01T01:40:28.297905+00:00 Command: set -e
2026-05-01T01:41:08.604662235Zexport HOME="${HOME:-/tmp/home}"
2026-05-01T01:41:08.604671115Zmkdir -p "$HOME/.local"
2026-05-01T01:41:08.604679842Z
2026-05-01T01:41:08.604687909Z# Install Go toolchain
2026-05-01T01:41:08.604696162Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-01T01:41:08.604705812Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-01T01:41:08.604713329Zrm /tmp/go.tar.gz
2026-05-01T01:41:08.604721989Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-01T01:41:08.604728589Z
2026-05-01T01:41:08.604739414Zcd /job/src
2026-05-01T01:41:08.604745237Z
2026-05-01T01:41:08.604752277Zecho "=== Building API ==="
2026-05-01T01:41:08.60475962Zcd api
2026-05-01T01:41:08.6047672Zgo build ./...
2026-05-01T01:41:08.60478254Z
2026-05-01T01:41:08.604791364Zecho "=== Testing API ==="
2026-05-01T01:41:08.604797464Zgo test ./...
2026-05-01T01:41:08.605039369Z
2026-05-01T01:41:08.605067509Zecho "=== Building Webapp ==="
2026-05-01T01:41:08.605077659Zcd ../webapp
2026-05-01T01:41:08.605085683Zgo build ./...
2026-05-01T01:41:08.605091526Z
2026-05-01T01:41:08.605099199Zecho "=== Testing Webapp ==="
2026-05-01T01:41:08.605106819Zgo test ./...
2026-05-01T01:41:08.605113219Z
2026-05-01T01:41:08.605122659Zecho "=== All builds and tests passed ==="
2026-05-01T01:41:08.605131057Z
2026-05-01T01:41:08.605171627Z2026-05-01T01:40:35.346674+00:00 === Building API ===
2026-05-01T01:41:08.606833051Z2026-05-01T01:40:35.437435+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-01T01:41:08.606846269Z2026-05-01T01:40:35.442705+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-01T01:41:08.606852255Z2026-05-01T01:40:35.443099+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-01T01:41:08.606857469Z2026-05-01T01:40:35.453538+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-01T01:41:08.606863912Z2026-05-01T01:40:35.457619+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-01T01:41:08.606935459Z2026-05-01T01:40:35.461517+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-01T01:41:08.606943615Z2026-05-01T01:40:35.785007+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-01T01:41:08.606949042Z2026-05-01T01:40:35.785217+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-01T01:41:08.606954052Z2026-05-01T01:40:35.881266+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-01T01:41:08.606959979Z2026-05-01T01:40:35.881422+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-01T01:41:08.606965489Z2026-05-01T01:40:35.881647+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-01T01:41:08.60697062Z2026-05-01T01:40:35.881838+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-01T01:41:08.606976373Z2026-05-01T01:40:35.914076+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-01T01:41:08.606981746Z2026-05-01T01:40:35.914230+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-01T01:41:08.606987146Z2026-05-01T01:40:35.914319+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-01T01:41:08.606991926Z2026-05-01T01:40:35.914877+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-01T01:41:08.60699732Z2026-05-01T01:40:36.043121+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-01T01:41:08.60700322Z2026-05-01T01:40:36.043214+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-01T01:41:08.60700824Z2026-05-01T01:40:36.043241+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-01T01:41:08.607012843Z2026-05-01T01:40:36.045831+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-01T01:41:08.607024663Z2026-05-01T01:40:36.046316+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-01T01:41:08.60703103Z2026-05-01T01:40:36.046359+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-01T01:41:08.607036093Z2026-05-01T01:40:36.046382+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-01T01:41:08.607041153Z2026-05-01T01:40:36.052908+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-01T01:41:08.60704623Z2026-05-01T01:40:36.215492+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-01T01:41:08.607051793Z2026-05-01T01:40:59.306591+00:00 === Testing API ===
2026-05-01T01:41:08.607062246Z2026-05-01T01:41:03.274498+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-01T01:41:08.607068356Z2026-05-01T01:41:03.302994+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-01T01:41:08.6070744Z2026-05-01T01:41:03.303071+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-01T01:41:08.60707986Z2026-05-01T01:41:03.303142+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-01T01:41:08.60708575Z2026-05-01T01:41:03.303171+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-01T01:41:08.60709147Z2026-05-01T01:41:03.303186+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-01T01:41:08.60820906Z2026-05-01T01:41:03.303200+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-01T01:41:08.608228074Z2026-05-01T01:41:03.320119+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.012s
2026-05-01T01:41:08.60823801Z2026-05-01T01:41:03.320191+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.007s
2026-05-01T01:41:08.608246794Z2026-05-01T01:41:03.413522+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.107s
2026-05-01T01:41:08.60825752Z2026-05-01T01:41:03.414182+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.012s
2026-05-01T01:41:08.608266114Z2026-05-01T01:41:03.414215+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.005s
2026-05-01T01:41:08.608280598Z2026-05-01T01:41:03.461038+00:00 === Building Webapp ===
2026-05-01T01:41:08.608296268Z2026-05-01T01:41:03.528948+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-01T01:41:08.608304375Z2026-05-01T01:41:07.079762+00:00 === Testing Webapp ===
2026-05-01T01:41:08.608312808Z2026-05-01T01:41:08.130191+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-01T01:41:08.608370158Z2026-05-01T01:41:08.130256+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-01T01:41:08.608921446Z2026-05-01T01:41:08.219377+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-01T01:41:08.608931096Z2026-05-01T01:41:08.231563+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.009s
2026-05-01T01:41:08.608940613Z2026-05-01T01:41:08.497150+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-01T01:41:08.60894891Z2026-05-01T01:41:08.569425+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.067s
2026-05-01T01:41:08.60895454Z2026-05-01T01:41:08.569479+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.014s
2026-05-01T01:41:08.608960293Z2026-05-01T01:41:08.569489+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.005s
2026-05-01T01:41:08.608969387Z2026-05-01T01:41:08.602632+00:00 === All builds and tests passed ===
2026-05-01T01:41:08.6089754Z2026-05-01T01:41:08.603188+00:00 ✓ Job completed successfully (exit code: 0)