Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019de11c-30cd-96f5-be3c-9230f6b95e98

Job ID
019de11c-436a-d681-efb8-b6fcfbfcaa13
Created
2026-05-01 01:16:59 UTC
Updated
2026-05-01 01:16:59 UTC
Duration
45s
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-05-01T01:17:02.419400348Z2026-05-01T01:17:01.960028+00:00 ⚠️ Configuration warnings:
2026-05-01T01:17:02.419415058Z • runner_image: Using 'latest' tag or no tag specified
2026-05-01T01:17:02.419423818Z 💡 Consider using a specific version tag for reproducible builds
2026-05-01T01:17:02.419430108Z
2026-05-01T01:17:02.419439898Z✅ Configuration is valid (with warnings)
2026-05-01T01:17:02.419454548Z2026-05-01T01:17:01.960893+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-05-01T01:17:02.419464905Z2026-05-01T01:17:01.961158+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=c201956bc7bf2d97e41bcd6943d375d4ebd74188 target=/job/ci
2026-05-01T01:17:02.75110037Z2026-05-01T01:17:02.743642+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-01T01:17:02.75273832Z2026-05-01T01:17:02.744286+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-05-01T01:17:02.75274743Z2026-05-01T01:17:02.744436+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=c201956bc7bf2d97e41bcd6943d375d4ebd74188 target=/job/src
2026-05-01T01:17:03.553151751Z2026-05-01T01:17:03.545242+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-01T01:17:03.553165078Z2026-05-01T01:17:03.545968+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-01T01:17:43.167866178Z2026-05-01T01:17:01.961041+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-01T01:17:43.167878261Z2026-05-01T01:17:01.961274+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T01:17:43.167884291Z2026-05-01T01:17:02.696753+00:00 Checking out ref: c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-05-01T01:17:43.167890421Z2026-05-01T01:17:02.743774+00:00 Repository checked out to: /job/ci
2026-05-01T01:17:43.167896658Z2026-05-01T01:17:02.744528+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-01T01:17:43.168223741Z2026-05-01T01:17:03.502122+00:00 Checking out ref: c201956bc7bf2d97e41bcd6943d375d4ebd74188
2026-05-01T01:17:43.16823545Z2026-05-01T01:17:03.545400+00:00 Repository checked out to: /job/src
2026-05-01T01:17:43.168240787Z2026-05-01T01:17:03.546079+00:00 Executing job locally (no container)
2026-05-01T01:17:43.168244884Z2026-05-01T01:17:03.546106+00:00 Command: set -e
2026-05-01T01:17:43.16825009Zexport HOME="${HOME:-/tmp/home}"
2026-05-01T01:17:43.168255129Zmkdir -p "$HOME/.local"
2026-05-01T01:17:43.168960161Z
2026-05-01T01:17:43.168977908Z# Install Go toolchain
2026-05-01T01:17:43.168984128Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-01T01:17:43.168989785Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-01T01:17:43.168994792Zrm /tmp/go.tar.gz
2026-05-01T01:17:43.168999839Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-01T01:17:43.169003772Z
2026-05-01T01:17:43.169011529Zcd /job/src
2026-05-01T01:17:43.169050459Z
2026-05-01T01:17:43.169055374Zecho "=== Building API ==="
2026-05-01T01:17:43.169516918Zcd api
2026-05-01T01:17:43.169520769Zgo build ./...
2026-05-01T01:17:43.169523225Z
2026-05-01T01:17:43.169526205Zecho "=== Testing API ==="
2026-05-01T01:17:43.169675278Zgo test ./...
2026-05-01T01:17:43.169681007Z
2026-05-01T01:17:43.169689367Zecho "=== Building Webapp ==="
2026-05-01T01:17:43.169800025Zcd ../webapp
2026-05-01T01:17:43.169967064Zgo build ./...
2026-05-01T01:17:43.170214404Z
2026-05-01T01:17:43.17021915Zecho "=== Testing Webapp ==="
2026-05-01T01:17:43.170348373Zgo test ./...
2026-05-01T01:17:43.170477762Z
2026-05-01T01:17:43.170481922Zecho "=== All builds and tests passed ==="
2026-05-01T01:17:43.170484433Z
2026-05-01T01:17:43.170855398Z2026-05-01T01:17:08.172233+00:00 === Building API ===
2026-05-01T01:17:43.170859367Z2026-05-01T01:17:08.272794+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-01T01:17:43.170862592Z2026-05-01T01:17:08.272914+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-01T01:17:43.170993622Z2026-05-01T01:17:08.272938+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-01T01:17:43.17099744Z2026-05-01T01:17:08.272981+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-01T01:17:43.171250895Z2026-05-01T01:17:08.278153+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-01T01:17:43.171254844Z2026-05-01T01:17:08.293753+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-01T01:17:43.171258292Z2026-05-01T01:17:08.645510+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-01T01:17:43.171335383Z2026-05-01T01:17:08.704105+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-01T01:17:43.171339289Z2026-05-01T01:17:08.776259+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-01T01:17:43.171342112Z2026-05-01T01:17:08.776448+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-01T01:17:43.171345775Z2026-05-01T01:17:08.776564+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-01T01:17:43.171535944Z2026-05-01T01:17:08.776599+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-01T01:17:43.171539679Z2026-05-01T01:17:08.781830+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-01T01:17:43.171544048Z2026-05-01T01:17:08.782044+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-01T01:17:43.171547425Z2026-05-01T01:17:08.782445+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-01T01:17:43.171550239Z2026-05-01T01:17:08.782828+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-01T01:17:43.171630861Z2026-05-01T01:17:08.900477+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-01T01:17:43.172211446Z2026-05-01T01:17:08.900633+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-01T01:17:43.172220149Z2026-05-01T01:17:08.907965+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-01T01:17:43.172226086Z2026-05-01T01:17:08.908097+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-01T01:17:43.172234422Z2026-05-01T01:17:08.910566+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-01T01:17:43.172243216Z2026-05-01T01:17:08.910691+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-01T01:17:43.172625211Z2026-05-01T01:17:08.910967+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-01T01:17:43.172629514Z2026-05-01T01:17:08.913270+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-01T01:17:43.17263277Z2026-05-01T01:17:09.078311+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-01T01:17:43.172643245Z2026-05-01T01:17:31.855994+00:00 === Testing API ===
2026-05-01T01:17:43.172646445Z2026-05-01T01:17:35.914534+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-01T01:17:43.172649687Z2026-05-01T01:17:35.914679+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-01T01:17:43.172793984Z2026-05-01T01:17:35.914715+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-01T01:17:43.172967765Z2026-05-01T01:17:35.924404+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-01T01:17:43.172972665Z2026-05-01T01:17:35.924474+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-01T01:17:43.173297689Z2026-05-01T01:17:35.924487+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-01T01:17:43.173679669Z2026-05-01T01:17:35.924495+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-01T01:17:43.173691985Z2026-05-01T01:17:35.927278+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.010s
2026-05-01T01:17:43.173700522Z2026-05-01T01:17:35.927400+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.007s
2026-05-01T01:17:43.173708802Z2026-05-01T01:17:35.982729+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.052s
2026-05-01T01:17:43.173717665Z2026-05-01T01:17:35.982821+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.010s
2026-05-01T01:17:43.173726329Z2026-05-01T01:17:35.982849+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.005s
2026-05-01T01:17:43.173909241Z2026-05-01T01:17:36.024851+00:00 === Building Webapp ===
2026-05-01T01:17:43.173928644Z2026-05-01T01:17:36.064196+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-01T01:17:43.173936381Z2026-05-01T01:17:41.086179+00:00 === Testing Webapp ===
2026-05-01T01:17:43.173948987Z2026-05-01T01:17:42.294637+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-01T01:17:43.173958064Z2026-05-01T01:17:42.294711+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-01T01:17:43.173969844Z2026-05-01T01:17:42.469941+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-01T01:17:43.174209702Z2026-05-01T01:17:42.497931+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.019s
2026-05-01T01:17:43.17421449Z2026-05-01T01:17:43.070267+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-01T01:17:43.174219017Z2026-05-01T01:17:43.132647+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.058s
2026-05-01T01:17:43.174246156Z2026-05-01T01:17:43.132711+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.019s
2026-05-01T01:17:43.174249594Z2026-05-01T01:17:43.132763+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.012s
2026-05-01T01:17:43.174499107Z2026-05-01T01:17:43.159670+00:00 === All builds and tests passed ===
2026-05-01T01:17:43.174503115Z2026-05-01T01:17:43.160130+00:00 ✓ Job completed successfully (exit code: 0)