Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019e103e-0b99-24fb-bba1-d1ad676d4265

Job ID
019e103e-1917-cc05-f299-a41b9aae5ab8
Created
2026-05-10 04:56:05 UTC
Updated
2026-05-10 04:56:05 UTC
Duration
47s
Source Ref
8d3edcdce8c9353cb51e1885a49ed910427d1eb7
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-10T04:56:08.685761615Z2026-05-10T04:56:08.137928+00:00 ⚠️ Configuration warnings:
2026-05-10T04:56:08.685772612Z • runner_image: Using 'latest' tag or no tag specified
2026-05-10T04:56:08.685780113Z 💡 Consider using a specific version tag for reproducible builds
2026-05-10T04:56:08.685785363Z
2026-05-10T04:56:08.685791336Z✅ Configuration is valid (with warnings)
2026-05-10T04:56:08.68580453Z2026-05-10T04:56:08.138511+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=8d3edcdce8c9353cb51e1885a49ed910427d1eb7
2026-05-10T04:56:08.685813216Z2026-05-10T04:56:08.138700+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=8d3edcdce8c9353cb51e1885a49ed910427d1eb7 target=/job/ci
2026-05-10T04:56:08.982478358Z2026-05-10T04:56:08.980412+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-10T04:56:08.984765525Z2026-05-10T04:56:08.981470+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=8d3edcdce8c9353cb51e1885a49ed910427d1eb7
2026-05-10T04:56:08.984788538Z2026-05-10T04:56:08.981612+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=8d3edcdce8c9353cb51e1885a49ed910427d1eb7 target=/job/src
2026-05-10T04:56:09.788502582Z2026-05-10T04:56:09.785480+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-10T04:56:09.790672381Z2026-05-10T04:56:09.786379+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-10T04:56:50.554705802Z2026-05-10T04:56:08.138623+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-10T04:56:50.554727546Z2026-05-10T04:56:08.138762+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-10T04:56:50.554737962Z2026-05-10T04:56:08.955830+00:00 Checking out ref: 8d3edcdce8c9353cb51e1885a49ed910427d1eb7
2026-05-10T04:56:50.554847837Z2026-05-10T04:56:08.980585+00:00 Repository checked out to: /job/ci
2026-05-10T04:56:50.554890144Z2026-05-10T04:56:08.981721+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-10T04:56:50.555005844Z2026-05-10T04:56:09.757813+00:00 Checking out ref: 8d3edcdce8c9353cb51e1885a49ed910427d1eb7
2026-05-10T04:56:50.555038579Z2026-05-10T04:56:09.785633+00:00 Repository checked out to: /job/src
2026-05-10T04:56:50.555405371Z2026-05-10T04:56:09.786517+00:00 Executing job locally (no container)
2026-05-10T04:56:50.555419668Z2026-05-10T04:56:09.786566+00:00 Command: set -e
2026-05-10T04:56:50.555429342Zexport HOME="${HOME:-/tmp/home}"
2026-05-10T04:56:50.55559873Zmkdir -p "$HOME/.local"
2026-05-10T04:56:50.555910136Z
2026-05-10T04:56:50.55605578Z# Install Go toolchain
2026-05-10T04:56:50.556285129Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-10T04:56:50.556296402Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-10T04:56:50.556528612Zrm /tmp/go.tar.gz
2026-05-10T04:56:50.556536642Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-10T04:56:50.556777753Z
2026-05-10T04:56:50.556788144Zcd /job/src
2026-05-10T04:56:50.556832867Z
2026-05-10T04:56:50.557106762Zecho "=== Building API ==="
2026-05-10T04:56:50.557120182Zcd api
2026-05-10T04:56:50.557467593Zgo build ./...
2026-05-10T04:56:50.557477003Z
2026-05-10T04:56:50.557644261Zecho "=== Testing API ==="
2026-05-10T04:56:50.557665134Zgo test ./...
2026-05-10T04:56:50.558071981Z
2026-05-10T04:56:50.558472688Zecho "=== Building Webapp ==="
2026-05-10T04:56:50.558487404Zcd ../webapp
2026-05-10T04:56:50.558497098Zgo build ./...
2026-05-10T04:56:50.558534388Z
2026-05-10T04:56:50.558545712Zecho "=== Testing Webapp ==="
2026-05-10T04:56:50.558900594Zgo test ./...
2026-05-10T04:56:50.558912608Z
2026-05-10T04:56:50.559232328Zecho "=== All builds and tests passed ==="
2026-05-10T04:56:50.559241758Z
2026-05-10T04:56:50.559572477Z2026-05-10T04:56:15.191048+00:00 === Building API ===
2026-05-10T04:56:50.55958198Z2026-05-10T04:56:15.309020+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-10T04:56:50.55958989Z2026-05-10T04:56:15.310431+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-10T04:56:50.559596303Z2026-05-10T04:56:15.310605+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-10T04:56:50.559949517Z2026-05-10T04:56:15.314728+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-10T04:56:50.559957821Z2026-05-10T04:56:15.315842+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-10T04:56:50.559964047Z2026-05-10T04:56:15.339159+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-10T04:56:50.56034724Z2026-05-10T04:56:15.677727+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-10T04:56:50.560693226Z2026-05-10T04:56:15.732672+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-10T04:56:50.5607013Z2026-05-10T04:56:15.795760+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-10T04:56:50.560708381Z2026-05-10T04:56:15.795933+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-10T04:56:50.560953002Z2026-05-10T04:56:15.796086+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-10T04:56:50.560961859Z2026-05-10T04:56:16.000289+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-10T04:56:50.561183657Z2026-05-10T04:56:16.000363+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-10T04:56:50.561191381Z2026-05-10T04:56:16.000472+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-10T04:56:50.561197111Z2026-05-10T04:56:16.000787+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-10T04:56:50.561684196Z2026-05-10T04:56:16.000923+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-10T04:56:50.561691736Z2026-05-10T04:56:16.078509+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-10T04:56:50.561698226Z2026-05-10T04:56:16.078708+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-10T04:56:50.562026788Z2026-05-10T04:56:16.079011+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-10T04:56:50.562131099Z2026-05-10T04:56:16.079040+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-10T04:56:50.562143805Z2026-05-10T04:56:16.094139+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-10T04:56:50.562152645Z2026-05-10T04:56:16.094249+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-10T04:56:50.562162185Z2026-05-10T04:56:16.098217+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-10T04:56:50.562170459Z2026-05-10T04:56:16.101761+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-10T04:56:50.562711834Z2026-05-10T04:56:16.111520+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-10T04:56:50.562726744Z2026-05-10T04:56:40.363837+00:00 === Testing API ===
2026-05-10T04:56:50.562735868Z2026-05-10T04:56:43.781342+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-10T04:56:50.562953169Z2026-05-10T04:56:43.783050+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-10T04:56:50.562967096Z2026-05-10T04:56:43.783067+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-10T04:56:50.562973529Z2026-05-10T04:56:43.791578+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.007s
2026-05-10T04:56:50.563238518Z2026-05-10T04:56:43.791609+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.004s
2026-05-10T04:56:50.563257691Z2026-05-10T04:56:43.793712+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-10T04:56:50.563551288Z2026-05-10T04:56:43.793732+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-10T04:56:50.564024581Z2026-05-10T04:56:43.793739+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-10T04:56:50.564037931Z2026-05-10T04:56:43.793746+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-10T04:56:50.564048135Z2026-05-10T04:56:43.841704+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.045s
2026-05-10T04:56:50.564058575Z2026-05-10T04:56:43.841748+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.008s
2026-05-10T04:56:50.564067375Z2026-05-10T04:56:43.841760+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.004s
2026-05-10T04:56:50.564107979Z2026-05-10T04:56:43.893994+00:00 === Building Webapp ===
2026-05-10T04:56:50.564128989Z2026-05-10T04:56:43.936311+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-10T04:56:50.564136859Z2026-05-10T04:56:48.826679+00:00 === Testing Webapp ===
2026-05-10T04:56:50.564888025Z2026-05-10T04:56:49.714423+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-10T04:56:50.564900606Z2026-05-10T04:56:49.714485+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-10T04:56:50.564907819Z2026-05-10T04:56:49.936315+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-10T04:56:50.564914333Z2026-05-10T04:56:49.952979+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.013s
2026-05-10T04:56:50.564920383Z2026-05-10T04:56:50.456425+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-10T04:56:50.565105478Z2026-05-10T04:56:50.521175+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.059s
2026-05-10T04:56:50.565115071Z2026-05-10T04:56:50.521241+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.018s
2026-05-10T04:56:50.565121135Z2026-05-10T04:56:50.521256+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.009s
2026-05-10T04:56:50.565304322Z2026-05-10T04:56:50.551624+00:00 === All builds and tests passed ===
2026-05-10T04:56:50.565589022Z2026-05-10T04:56:50.552258+00:00 ✓ Job completed successfully (exit code: 0)