Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019e9a94-4c27-7be1-c51e-714b7ce3397e

Job ID
019e9a94-6725-4ee7-b042-b3b8cf380a52
Created
2026-06-06 01:37:57 UTC
Updated
2026-06-06 01:37:57 UTC
Duration
49s
Source Ref
bc1d8dec8758ae140efb640b0caa553ce6642000
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-06T01:38:00.625210034Z2026-06-06T01:38:00.584106+00:00 ⚠️ Configuration warnings:
2026-06-06T01:38:00.625225712Z • runner_image: Using 'latest' tag or no tag specified
2026-06-06T01:38:00.625233189Z 💡 Consider using a specific version tag for reproducible builds
2026-06-06T01:38:00.625237865Z
2026-06-06T01:38:00.625243395Z✅ Configuration is valid (with warnings)
2026-06-06T01:38:00.625254695Z2026-06-06T01:38:00.584751+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=3c7824be4777131fc45a32870f4180b3063629c2
2026-06-06T01:38:00.625261935Z2026-06-06T01:38:00.585530+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=3c7824be4777131fc45a32870f4180b3063629c2 target=/job/ci
2026-06-06T01:38:01.741328545Z2026-06-06T01:38:01.730180+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-06-06T01:38:01.743735843Z2026-06-06T01:38:01.730861+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=bc1d8dec8758ae140efb640b0caa553ce6642000
2026-06-06T01:38:01.743773744Z2026-06-06T01:38:01.730948+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=bc1d8dec8758ae140efb640b0caa553ce6642000 target=/job/src
2026-06-06T01:38:02.758917454Z2026-06-06T01:38:02.747593+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-06-06T01:38:02.760634962Z2026-06-06T01:38:02.748323+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-06-06T01:38:44.742787927Z2026-06-06T01:38:00.585400+00:00 🔐 Preparing trusted CI source (type: git)
2026-06-06T01:38:44.74280665Z2026-06-06T01:38:00.585672+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-06T01:38:44.74281751Z2026-06-06T01:38:01.673860+00:00 Checking out ref: 3c7824be4777131fc45a32870f4180b3063629c2
2026-06-06T01:38:44.742827897Z2026-06-06T01:38:01.730314+00:00 Repository checked out to: /job/ci
2026-06-06T01:38:44.742834361Z2026-06-06T01:38:01.731007+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-06T01:38:44.742840247Z2026-06-06T01:38:02.692791+00:00 Checking out ref: bc1d8dec8758ae140efb640b0caa553ce6642000
2026-06-06T01:38:44.742845691Z2026-06-06T01:38:02.747718+00:00 Repository checked out to: /job/src
2026-06-06T01:38:44.742859052Z2026-06-06T01:38:02.748496+00:00 Executing job locally (no container)
2026-06-06T01:38:44.742872538Z2026-06-06T01:38:02.748525+00:00 Command: set -e
2026-06-06T01:38:44.742878995Zexport HOME="${HOME:-/tmp/home}"
2026-06-06T01:38:44.742884282Zmkdir -p "$HOME/.local"
2026-06-06T01:38:44.743196437Z
2026-06-06T01:38:44.743205994Z# Install Go toolchain
2026-06-06T01:38:44.743252291Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-06-06T01:38:44.743259642Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-06-06T01:38:44.744447787Zrm /tmp/go.tar.gz
2026-06-06T01:38:44.744458917Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-06-06T01:38:44.744464854Z
2026-06-06T01:38:44.744472345Zcd /job/src
2026-06-06T01:38:44.744476225Z
2026-06-06T01:38:44.744481875Zecho "=== Building API ==="
2026-06-06T01:38:44.744486915Zcd api
2026-06-06T01:38:44.744491712Zgo build ./...
2026-06-06T01:38:44.744495632Z
2026-06-06T01:38:44.745051117Zecho "=== Testing API ==="
2026-06-06T01:38:44.745455854Zgo test ./...
2026-06-06T01:38:44.74546157Z
2026-06-06T01:38:44.74546679Zecho "=== Building Webapp ==="
2026-06-06T01:38:44.74547162Zcd ../webapp
2026-06-06T01:38:44.745476427Zgo build ./...
2026-06-06T01:38:44.745481444Z
2026-06-06T01:38:44.745490674Zecho "=== Testing Webapp ==="
2026-06-06T01:38:44.74549568Zgo test ./...
2026-06-06T01:38:44.745931314Z
2026-06-06T01:38:44.74594289Zecho "=== All builds and tests passed ==="
2026-06-06T01:38:44.745949634Z
2026-06-06T01:38:44.746483182Z2026-06-06T01:38:08.669270+00:00 === Building API ===
2026-06-06T01:38:44.746493472Z2026-06-06T01:38:08.775361+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-06-06T01:38:44.746499499Z2026-06-06T01:38:08.776416+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-06-06T01:38:44.74650499Z2026-06-06T01:38:08.776491+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-06-06T01:38:44.74651387Z2026-06-06T01:38:08.778913+00:00 go: downloading github.com/rs/cors v1.11.1
2026-06-06T01:38:44.746519853Z2026-06-06T01:38:08.788563+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-06-06T01:38:44.74652556Z2026-06-06T01:38:08.791413+00:00 go: downloading gorm.io/gorm v1.25.12
2026-06-06T01:38:44.746980123Z2026-06-06T01:38:08.803741+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-06-06T01:38:44.746991893Z2026-06-06T01:38:09.011193+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-06-06T01:38:44.747969861Z2026-06-06T01:38:09.085648+00:00 go: downloading golang.org/x/sys v0.28.0
2026-06-06T01:38:44.747978148Z2026-06-06T01:38:09.128434+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-06-06T01:38:44.747987598Z2026-06-06T01:38:09.128592+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-06-06T01:38:44.747992995Z2026-06-06T01:38:09.128622+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-06-06T01:38:44.748001555Z2026-06-06T01:38:09.128980+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-06-06T01:38:44.748007232Z2026-06-06T01:38:09.130123+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-06-06T01:38:44.748012885Z2026-06-06T01:38:09.148123+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-06-06T01:38:44.748017782Z2026-06-06T01:38:09.148257+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-06-06T01:38:44.748023342Z2026-06-06T01:38:09.148287+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-06-06T01:38:44.752140388Z2026-06-06T01:38:09.157897+00:00 go: downloading golang.org/x/text v0.21.0
2026-06-06T01:38:44.752152624Z2026-06-06T01:38:09.252113+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-06-06T01:38:44.752159578Z2026-06-06T01:38:09.252193+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-06-06T01:38:44.752167251Z2026-06-06T01:38:09.252211+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-06-06T01:38:44.752173054Z2026-06-06T01:38:09.252227+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-06-06T01:38:44.752179091Z2026-06-06T01:38:09.267870+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-06-06T01:38:44.752184991Z2026-06-06T01:38:09.270427+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-06-06T01:38:44.752190838Z2026-06-06T01:38:09.338782+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-06-06T01:38:44.752196001Z2026-06-06T01:38:09.338946+00:00 go: downloading golang.org/x/sync v0.10.0
2026-06-06T01:38:44.752202494Z2026-06-06T01:38:09.393051+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-06-06T01:38:44.752207868Z2026-06-06T01:38:33.493471+00:00 === Testing API ===
2026-06-06T01:38:44.752213791Z2026-06-06T01:38:38.144068+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-06-06T01:38:44.752219814Z2026-06-06T01:38:38.144224+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-06-06T01:38:44.752229671Z2026-06-06T01:38:38.144247+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-06-06T01:38:44.752235628Z2026-06-06T01:38:38.144533+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-06-06T01:38:44.752241664Z2026-06-06T01:38:38.144873+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-06-06T01:38:44.752247858Z2026-06-06T01:38:38.144936+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-06-06T01:38:44.752253681Z2026-06-06T01:38:38.144953+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-06-06T01:38:44.752260178Z2026-06-06T01:38:38.144968+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-06-06T01:38:44.752265979Z2026-06-06T01:38:38.154094+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.007s
2026-06-06T01:38:44.752271512Z2026-06-06T01:38:38.162174+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.011s
2026-06-06T01:38:44.752313122Z2026-06-06T01:38:38.162252+00:00 ok github.com/catalystcommunity/longhouse/api/internal/csilservices 0.013s
2026-06-06T01:38:44.752330949Z2026-06-06T01:38:38.162267+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.013s
2026-06-06T01:38:44.752337162Z2026-06-06T01:38:38.162276+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.007s
2026-06-06T01:38:44.752343086Z2026-06-06T01:38:38.219118+00:00 === Building Webapp ===
2026-06-06T01:38:44.752349576Z2026-06-06T01:38:38.246518+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-06-06T01:38:44.752354826Z2026-06-06T01:38:42.795778+00:00 === Testing Webapp ===
2026-06-06T01:38:44.752360886Z2026-06-06T01:38:43.741747+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-06-06T01:38:44.752373599Z2026-06-06T01:38:43.741845+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-06-06T01:38:44.752379149Z2026-06-06T01:38:43.905012+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-06-06T01:38:44.752384563Z2026-06-06T01:38:43.923908+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.013s
2026-06-06T01:38:44.752390269Z2026-06-06T01:38:44.615582+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-06-06T01:38:44.752396114Z2026-06-06T01:38:44.698005+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.076s
2026-06-06T01:38:44.75240151Z2026-06-06T01:38:44.698078+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.020s
2026-06-06T01:38:44.752407424Z2026-06-06T01:38:44.698095+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.008s
2026-06-06T01:38:44.75241282Z2026-06-06T01:38:44.729623+00:00 === All builds and tests passed ===
2026-06-06T01:38:44.752418594Z2026-06-06T01:38:44.730234+00:00 ✓ Job completed successfully (exit code: 0)