Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019ddfbf-41c5-d53e-4f9f-78cc0308c630

Job ID
019ddfbf-4f20-2549-5eb0-ab40b2971d36
Created
2026-04-30 18:55:50 UTC
Updated
2026-04-30 18:55:50 UTC
Duration
47s
Source Ref
c201956bc7bf2d97e41bcd6943d375d4ebd74188
Source URL
https://github.com/catalystcommunity/longhouse.git
Runner Image
containers.catalystsquad.com/public/reactorcide/runnerbase:dev
Priority
10
Queue
reactorcide-jobs

Logs

2026-04-30T18:55:52.449025373Z2026-04-30T18:55:52.435663+00:00 ⚠️ Configuration warnings:
2026-04-30T18:55:52.449051137Z • runner_image: Using 'latest' tag or no tag specified
2026-04-30T18:55:52.449065637Z 💡 Consider using a specific version tag for reproducible builds
2026-04-30T18:55:52.44907539Z
2026-04-30T18:55:52.449084203Z✅ Configuration is valid (with warnings)
2026-04-30T18:55:52.449104881Z2026-04-30T18:55:52.436454+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-04-30T18:55:52.449116308Z2026-04-30T18:55:52.436710+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=c201956bc7bf2d97e41bcd6943d375d4ebd74188 target=/job/ci
2026-04-30T18:55:53.272687104Z2026-04-30T18:55:53.266701+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-04-30T18:55:53.274362906Z2026-04-30T18:55:53.267520+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-04-30T18:55:53.274382566Z2026-04-30T18:55:53.267618+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=c201956bc7bf2d97e41bcd6943d375d4ebd74188 target=/job/src
2026-04-30T18:55:54.096428777Z2026-04-30T18:55:54.090664+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-04-30T18:55:54.101700525Z2026-04-30T18:55:54.091332+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-04-30T18:56:33.798113463Z2026-04-30T18:55:52.436591+00:00 🔐 Preparing trusted CI source (type: git)
2026-04-30T18:56:33.798122594Z2026-04-30T18:55:52.436854+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-04-30T18:56:33.802066055Z2026-04-30T18:55:53.221401+00:00 Checking out ref: c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-04-30T18:56:33.802073629Z2026-04-30T18:55:53.266874+00:00 Repository checked out to: /job/ci
2026-04-30T18:56:33.802090768Z2026-04-30T18:55:53.267714+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-04-30T18:56:33.802095031Z2026-04-30T18:55:54.047810+00:00 Checking out ref: c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-04-30T18:56:33.802098506Z2026-04-30T18:55:54.090816+00:00 Repository checked out to: /job/src
2026-04-30T18:56:33.802102265Z2026-04-30T18:55:54.091431+00:00 Executing job locally (no container)
2026-04-30T18:56:33.802105482Z2026-04-30T18:55:54.091458+00:00 Command: set -e
2026-04-30T18:56:33.802109589Zexport HOME="${HOME:-/tmp/home}"
2026-04-30T18:56:33.80211316Zmkdir -p "$HOME/.local"
2026-04-30T18:56:33.802115823Z
2026-04-30T18:56:33.802118851Z# Install Go toolchain
2026-04-30T18:56:33.802279546Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-04-30T18:56:33.802567446Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-04-30T18:56:33.803489864Zrm /tmp/go.tar.gz
2026-04-30T18:56:33.803495763Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-04-30T18:56:33.803498463Z
2026-04-30T18:56:33.80351883Zcd /job/src
2026-04-30T18:56:33.803521615Z
2026-04-30T18:56:33.803843715Zecho "=== Building API ==="
2026-04-30T18:56:33.803848126Zcd api
2026-04-30T18:56:33.804039671Zgo build ./...
2026-04-30T18:56:33.804163854Z
2026-04-30T18:56:33.804392255Zecho "=== Testing API ==="
2026-04-30T18:56:33.804572776Zgo test ./...
2026-04-30T18:56:33.804872955Z
2026-04-30T18:56:33.805098984Zecho "=== Building Webapp ==="
2026-04-30T18:56:33.805379025Zcd ../webapp
2026-04-30T18:56:33.805866812Zgo build ./...
2026-04-30T18:56:33.806203057Z
2026-04-30T18:56:33.806207868Zecho "=== Testing Webapp ==="
2026-04-30T18:56:33.806211037Zgo test ./...
2026-04-30T18:56:33.806402135Z
2026-04-30T18:56:33.807969879Zecho "=== All builds and tests passed ==="
2026-04-30T18:56:33.807973655Z
2026-04-30T18:56:33.807981928Z2026-04-30T18:55:59.863697+00:00 === Building API ===
2026-04-30T18:56:33.807986145Z2026-04-30T18:55:59.960925+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-04-30T18:56:33.807990106Z2026-04-30T18:55:59.962600+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-04-30T18:56:33.807993253Z2026-04-30T18:55:59.963603+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-04-30T18:56:33.807996136Z2026-04-30T18:55:59.964168+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-04-30T18:56:33.808001919Z2026-04-30T18:55:59.975480+00:00 go: downloading gorm.io/gorm v1.25.12
2026-04-30T18:56:33.808005591Z2026-04-30T18:55:59.985775+00:00 go: downloading github.com/rs/cors v1.11.1
2026-04-30T18:56:33.808009008Z2026-04-30T18:56:00.330410+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-04-30T18:56:33.808011774Z2026-04-30T18:56:00.333538+00:00 go: downloading golang.org/x/sys v0.28.0
2026-04-30T18:56:33.808015694Z2026-04-30T18:56:00.439295+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-04-30T18:56:33.808019279Z2026-04-30T18:56:00.439793+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-04-30T18:56:33.808022108Z2026-04-30T18:56:00.439907+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-04-30T18:56:33.8080249Z2026-04-30T18:56:00.440062+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-04-30T18:56:33.80806133Z2026-04-30T18:56:00.440110+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-04-30T18:56:33.80806657Z2026-04-30T18:56:00.440489+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-04-30T18:56:33.808071597Z2026-04-30T18:56:00.441341+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-04-30T18:56:33.808074248Z2026-04-30T18:56:00.441458+00:00 go: downloading golang.org/x/text v0.21.0
2026-04-30T18:56:33.80807836Z2026-04-30T18:56:00.566587+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-04-30T18:56:33.80808153Z2026-04-30T18:56:00.566684+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-04-30T18:56:33.808084619Z2026-04-30T18:56:00.566834+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-04-30T18:56:33.80808788Z2026-04-30T18:56:00.569855+00:00 go: downloading golang.org/x/sync v0.10.0
2026-04-30T18:56:33.808091533Z2026-04-30T18:56:00.601183+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-04-30T18:56:33.80809528Z2026-04-30T18:56:00.601330+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-04-30T18:56:33.808098519Z2026-04-30T18:56:00.601359+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-04-30T18:56:33.808101501Z2026-04-30T18:56:00.601377+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-04-30T18:56:33.808104569Z2026-04-30T18:56:00.734792+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-04-30T18:56:33.808108001Z2026-04-30T18:56:23.352494+00:00 === Testing API ===
2026-04-30T18:56:33.808111291Z2026-04-30T18:56:27.611467+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-04-30T18:56:33.80811532Z2026-04-30T18:56:27.611542+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-04-30T18:56:33.808118732Z2026-04-30T18:56:27.611555+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-04-30T18:56:33.808121557Z2026-04-30T18:56:27.622085+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.008s
2026-04-30T18:56:33.808124881Z2026-04-30T18:56:27.622130+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.006s
2026-04-30T18:56:33.808128246Z2026-04-30T18:56:27.634582+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-04-30T18:56:33.808131378Z2026-04-30T18:56:27.634623+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-04-30T18:56:33.808134114Z2026-04-30T18:56:27.634661+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-04-30T18:56:33.808138354Z2026-04-30T18:56:27.634674+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-04-30T18:56:33.808141377Z2026-04-30T18:56:27.697208+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.059s
2026-04-30T18:56:33.808144332Z2026-04-30T18:56:27.697282+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.009s
2026-04-30T18:56:33.808147166Z2026-04-30T18:56:27.697305+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.005s
2026-04-30T18:56:33.808150268Z2026-04-30T18:56:27.743526+00:00 === Building Webapp ===
2026-04-30T18:56:33.808156622Z2026-04-30T18:56:27.775874+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-04-30T18:56:33.808159294Z2026-04-30T18:56:32.417794+00:00 === Testing Webapp ===
2026-04-30T18:56:33.808162171Z2026-04-30T18:56:33.249641+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-04-30T18:56:33.808164797Z2026-04-30T18:56:33.249724+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-04-30T18:56:33.808167951Z2026-04-30T18:56:33.321130+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-04-30T18:56:33.808171491Z2026-04-30T18:56:33.334708+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.010s
2026-04-30T18:56:33.808174774Z2026-04-30T18:56:33.713825+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-04-30T18:56:33.808177798Z2026-04-30T18:56:33.753687+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.037s
2026-04-30T18:56:33.808181218Z2026-04-30T18:56:33.753824+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.017s
2026-04-30T18:56:33.808184246Z2026-04-30T18:56:33.760602+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.007s
2026-04-30T18:56:33.808187254Z2026-04-30T18:56:33.788572+00:00 === All builds and tests passed ===
2026-04-30T18:56:33.808190274Z2026-04-30T18:56:33.789277+00:00 ✓ Job completed successfully (exit code: 0)