Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019e1a42-cf3f-763e-b21c-ac0f15e7f107

Job ID
019e1a42-e018-793e-54ea-118bd0071ab2
Created
2026-05-12 03:37:30 UTC
Updated
2026-05-12 03:37:30 UTC
Duration
47s
Source Ref
360c46ed447599911cc834fa4a9c49a2e07f3265
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-12T03:37:35.197257766Z2026-05-12T03:37:34.741168+00:00 ⚠️ Configuration warnings:
2026-05-12T03:37:35.197268156Z • runner_image: Using 'latest' tag or no tag specified
2026-05-12T03:37:35.197277346Z 💡 Consider using a specific version tag for reproducible builds
2026-05-12T03:37:35.197284559Z
2026-05-12T03:37:35.197292372Z✅ Configuration is valid (with warnings)
2026-05-12T03:37:35.197305216Z2026-05-12T03:37:34.741629+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=360c46ed447599911cc834fa4a9c49a2e07f3265
2026-05-12T03:37:35.197319817Z2026-05-12T03:37:34.741765+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=360c46ed447599911cc834fa4a9c49a2e07f3265 target=/job/ci
2026-05-12T03:37:35.590904061Z2026-05-12T03:37:35.579736+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-12T03:37:35.590919458Z2026-05-12T03:37:35.580559+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=360c46ed447599911cc834fa4a9c49a2e07f3265
2026-05-12T03:37:35.590928908Z2026-05-12T03:37:35.580658+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=360c46ed447599911cc834fa4a9c49a2e07f3265 target=/job/src
2026-05-12T03:37:36.411272247Z2026-05-12T03:37:36.400754+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-12T03:37:36.413131356Z2026-05-12T03:37:36.401513+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-12T03:38:16.767162161Z2026-05-12T03:37:34.741710+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-12T03:38:16.767184994Z2026-05-12T03:37:34.741820+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-12T03:38:16.767195851Z2026-05-12T03:37:35.552275+00:00 Checking out ref: 360c46ed447599911cc834fa4a9c49a2e07f3265
2026-05-12T03:38:16.767204981Z2026-05-12T03:37:35.579884+00:00 Repository checked out to: /job/ci
2026-05-12T03:38:16.767214829Z2026-05-12T03:37:35.580724+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-12T03:38:16.767224332Z2026-05-12T03:37:36.374103+00:00 Checking out ref: 360c46ed447599911cc834fa4a9c49a2e07f3265
2026-05-12T03:38:16.767233899Z2026-05-12T03:37:36.400893+00:00 Repository checked out to: /job/src
2026-05-12T03:38:16.767243235Z2026-05-12T03:37:36.401631+00:00 Executing job locally (no container)
2026-05-12T03:38:16.767251669Z2026-05-12T03:37:36.401660+00:00 Command: set -e
2026-05-12T03:38:16.767260322Zexport HOME="${HOME:-/tmp/home}"
2026-05-12T03:38:16.767269442Zmkdir -p "$HOME/.local"
2026-05-12T03:38:16.767281549Z
2026-05-12T03:38:16.767297425Z# Install Go toolchain
2026-05-12T03:38:16.767303932Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-12T03:38:16.767310309Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-12T03:38:16.767315612Zrm /tmp/go.tar.gz
2026-05-12T03:38:16.767321569Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-12T03:38:16.767325665Z
2026-05-12T03:38:16.767333522Zcd /job/src
2026-05-12T03:38:16.767337322Z
2026-05-12T03:38:16.767342935Zecho "=== Building API ==="
2026-05-12T03:38:16.767348023Zcd api
2026-05-12T03:38:16.767353603Zgo build ./...
2026-05-12T03:38:16.767357653Z
2026-05-12T03:38:16.767362856Zecho "=== Testing API ==="
2026-05-12T03:38:16.7673675Zgo test ./...
2026-05-12T03:38:16.767371133Z
2026-05-12T03:38:16.76737555Zecho "=== Building Webapp ==="
2026-05-12T03:38:16.767380573Zcd ../webapp
2026-05-12T03:38:16.767385246Zgo build ./...
2026-05-12T03:38:16.767388806Z
2026-05-12T03:38:16.76739331Zecho "=== Testing Webapp ==="
2026-05-12T03:38:16.767398616Zgo test ./...
2026-05-12T03:38:16.76740431Z
2026-05-12T03:38:16.767412116Zecho "=== All builds and tests passed ==="
2026-05-12T03:38:16.767420976Z
2026-05-12T03:38:16.767434366Z2026-05-12T03:37:41.693078+00:00 === Building API ===
2026-05-12T03:38:16.767442773Z2026-05-12T03:37:41.782402+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-12T03:38:16.76745061Z2026-05-12T03:37:41.793189+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-12T03:38:16.767457983Z2026-05-12T03:37:41.795468+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-12T03:38:16.76746613Z2026-05-12T03:37:41.795541+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-12T03:38:16.767473786Z2026-05-12T03:37:41.802419+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-12T03:38:16.767482831Z2026-05-12T03:37:41.832953+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-12T03:38:16.767490634Z2026-05-12T03:37:42.036533+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-12T03:38:16.767499284Z2026-05-12T03:37:42.078656+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-12T03:38:16.767507161Z2026-05-12T03:37:42.116577+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-12T03:38:16.767512991Z2026-05-12T03:37:42.117568+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-12T03:38:16.767521244Z2026-05-12T03:37:42.117617+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-12T03:38:16.767526461Z2026-05-12T03:37:42.117635+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-12T03:38:16.767531797Z2026-05-12T03:37:42.139722+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-12T03:38:16.767537074Z2026-05-12T03:37:42.139792+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-12T03:38:16.767542327Z2026-05-12T03:37:42.142260+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-12T03:38:16.767547111Z2026-05-12T03:37:42.145550+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-12T03:38:16.767555274Z2026-05-12T03:37:42.231180+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-12T03:38:16.767560564Z2026-05-12T03:37:42.231302+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-12T03:38:16.767567081Z2026-05-12T03:37:42.231327+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-12T03:38:16.767574604Z2026-05-12T03:37:42.231553+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-12T03:38:16.767579724Z2026-05-12T03:37:42.245448+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-12T03:38:16.767585737Z2026-05-12T03:37:42.245494+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-12T03:38:16.767652565Z2026-05-12T03:37:42.248432+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-12T03:38:16.767670175Z2026-05-12T03:37:42.249524+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-12T03:38:16.767679432Z2026-05-12T03:37:42.385395+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-12T03:38:16.767694508Z2026-05-12T03:38:06.069730+00:00 === Testing API ===
2026-05-12T03:38:16.767704598Z2026-05-12T03:38:09.973743+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-12T03:38:16.767714352Z2026-05-12T03:38:10.001773+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-12T03:38:16.767724212Z2026-05-12T03:38:10.001833+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-12T03:38:16.767733038Z2026-05-12T03:38:10.001989+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-12T03:38:16.767742586Z2026-05-12T03:38:10.002010+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-12T03:38:16.767753339Z2026-05-12T03:38:10.002059+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-12T03:38:16.767763579Z2026-05-12T03:38:10.002075+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-12T03:38:16.767772439Z2026-05-12T03:38:10.019152+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.013s
2026-05-12T03:38:16.767782573Z2026-05-12T03:38:10.019241+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.007s
2026-05-12T03:38:16.76780956Z2026-05-12T03:38:10.076875+00:00 ok github.com/catalystcommunity/longhouse/api/internal/handlers 0.072s
2026-05-12T03:38:16.767822036Z2026-05-12T03:38:10.076942+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.011s
2026-05-12T03:38:16.767831703Z2026-05-12T03:38:10.076962+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.005s
2026-05-12T03:38:16.76783971Z2026-05-12T03:38:10.158545+00:00 === Building Webapp ===
2026-05-12T03:38:16.768835479Z2026-05-12T03:38:10.190744+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-12T03:38:16.768870049Z2026-05-12T03:38:14.562058+00:00 === Testing Webapp ===
2026-05-12T03:38:16.768878463Z2026-05-12T03:38:15.677177+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-12T03:38:16.768886296Z2026-05-12T03:38:15.677256+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-12T03:38:16.768893466Z2026-05-12T03:38:15.887448+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-12T03:38:16.76893411Z2026-05-12T03:38:15.910653+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.017s
2026-05-12T03:38:16.768941914Z2026-05-12T03:38:16.617386+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-12T03:38:16.768949434Z2026-05-12T03:38:16.701624+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.077s
2026-05-12T03:38:16.76896225Z2026-05-12T03:38:16.701700+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.019s
2026-05-12T03:38:16.7689701Z2026-05-12T03:38:16.701716+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.010s
2026-05-12T03:38:16.76897664Z2026-05-12T03:38:16.741611+00:00 === All builds and tests passed ===
2026-05-12T03:38:16.768987264Z2026-05-12T03:38:16.742161+00:00 ✓ Job completed successfully (exit code: 0)