Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019e6130-5b54-0b72-c96c-f34cd9b7e009

Job ID
019e6130-6910-4abe-50c1-1f147076f823
Created
2026-05-25 22:10:23 UTC
Updated
2026-05-25 22:10:23 UTC
Duration
50s
Source Ref
62e4fe877753e4ce9f42dec1d8af0d90f73c57d5
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-25T22:10:27.074124719Z2026-05-25T22:10:26.749873+00:00 ⚠️ Configuration warnings:
2026-05-25T22:10:27.0741412Z • runner_image: Using 'latest' tag or no tag specified
2026-05-25T22:10:27.074146044Z 💡 Consider using a specific version tag for reproducible builds
2026-05-25T22:10:27.074149222Z
2026-05-25T22:10:27.07415203Z✅ Configuration is valid (with warnings)
2026-05-25T22:10:27.07416327Z2026-05-25T22:10:26.750501+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=9279714af5fe804de2f18b5ab4c14a6aed4b5b91
2026-05-25T22:10:27.07417505Z2026-05-25T22:10:26.750687+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=9279714af5fe804de2f18b5ab4c14a6aed4b5b91 target=/job/ci
2026-05-25T22:10:27.661308541Z2026-05-25T22:10:27.647790+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-05-25T22:10:27.662844031Z2026-05-25T22:10:27.648452+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=62e4fe877753e4ce9f42dec1d8af0d90f73c57d5
2026-05-25T22:10:27.662855169Z2026-05-25T22:10:27.648542+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=62e4fe877753e4ce9f42dec1d8af0d90f73c57d5 target=/job/src
2026-05-25T22:10:28.622525486Z2026-05-25T22:10:28.609331+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-05-25T22:10:28.626438898Z2026-05-25T22:10:28.610298+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-05-25T22:11:09.960233886Z2026-05-25T22:10:26.750610+00:00 🔐 Preparing trusted CI source (type: git)
2026-05-25T22:11:09.96027176Z2026-05-25T22:10:26.750782+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-25T22:11:09.960282372Z2026-05-25T22:10:27.624976+00:00 Checking out ref: 9279714af5fe804de2f18b5ab4c14a6aed4b5b91
2026-05-25T22:11:09.96029064Z2026-05-25T22:10:27.647899+00:00 Repository checked out to: /job/ci
2026-05-25T22:11:09.960298692Z2026-05-25T22:10:27.648601+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-05-25T22:11:09.960306206Z2026-05-25T22:10:28.549232+00:00 Checking out ref: 62e4fe877753e4ce9f42dec1d8af0d90f73c57d5
2026-05-25T22:11:09.960401145Z2026-05-25T22:10:28.609641+00:00 Repository checked out to: /job/src
2026-05-25T22:11:09.960420073Z2026-05-25T22:10:28.610432+00:00 Executing job locally (no container)
2026-05-25T22:11:09.960434882Z2026-05-25T22:10:28.610478+00:00 Command: set -e
2026-05-25T22:11:09.960443094Zexport HOME="${HOME:-/tmp/home}"
2026-05-25T22:11:09.960451442Zmkdir -p "$HOME/.local"
2026-05-25T22:11:09.960457932Z
2026-05-25T22:11:09.960464679Z# Install Go toolchain
2026-05-25T22:11:09.960475982Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-05-25T22:11:09.961010147Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-05-25T22:11:09.961021576Zrm /tmp/go.tar.gz
2026-05-25T22:11:09.961028871Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-05-25T22:11:09.961034936Z
2026-05-25T22:11:09.961068603Zcd /job/src
2026-05-25T22:11:09.961284929Z
2026-05-25T22:11:09.961301219Zecho "=== Building API ==="
2026-05-25T22:11:09.961310397Zcd api
2026-05-25T22:11:09.96131849Zgo build ./...
2026-05-25T22:11:09.96132514Z
2026-05-25T22:11:09.961612173Zecho "=== Testing API ==="
2026-05-25T22:11:09.961623523Zgo test ./...
2026-05-25T22:11:09.961638347Z
2026-05-25T22:11:09.961994463Zecho "=== Building Webapp ==="
2026-05-25T22:11:09.962004353Zcd ../webapp
2026-05-25T22:11:09.962012003Zgo build ./...
2026-05-25T22:11:09.9620211Z
2026-05-25T22:11:09.9623434Zecho "=== Testing Webapp ==="
2026-05-25T22:11:09.962356717Zgo test ./...
2026-05-25T22:11:09.96236456Z
2026-05-25T22:11:09.962373464Zecho "=== All builds and tests passed ==="
2026-05-25T22:11:09.962450275Z
2026-05-25T22:11:09.962467181Z2026-05-25T22:10:34.588062+00:00 === Building API ===
2026-05-25T22:11:09.962476911Z2026-05-25T22:10:34.695203+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-05-25T22:11:09.962485318Z2026-05-25T22:10:34.695344+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-05-25T22:11:09.962493565Z2026-05-25T22:10:34.698599+00:00 go: downloading github.com/rs/cors v1.11.1
2026-05-25T22:11:09.962719043Z2026-05-25T22:10:34.705710+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-05-25T22:11:09.962974729Z2026-05-25T22:10:34.708622+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-05-25T22:11:09.962985682Z2026-05-25T22:10:34.716409+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-05-25T22:11:09.962998369Z2026-05-25T22:10:34.716936+00:00 go: downloading gorm.io/gorm v1.25.12
2026-05-25T22:11:09.96845475Z2026-05-25T22:10:34.922342+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-05-25T22:11:09.96846772Z2026-05-25T22:10:34.993268+00:00 go: downloading golang.org/x/sys v0.28.0
2026-05-25T22:11:09.96847357Z2026-05-25T22:10:35.036653+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-05-25T22:11:09.968479473Z2026-05-25T22:10:35.036700+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-05-25T22:11:09.968484666Z2026-05-25T22:10:35.036907+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-05-25T22:11:09.96848996Z2026-05-25T22:10:35.038257+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-05-25T22:11:09.968494756Z2026-05-25T22:10:35.040906+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-05-25T22:11:09.968499933Z2026-05-25T22:10:35.057528+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-05-25T22:11:09.96850453Z2026-05-25T22:10:35.057578+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-05-25T22:11:09.9685113Z2026-05-25T22:10:35.057593+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-05-25T22:11:09.968515973Z2026-05-25T22:10:35.065112+00:00 go: downloading golang.org/x/text v0.21.0
2026-05-25T22:11:09.96852092Z2026-05-25T22:10:35.143507+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-05-25T22:11:09.968528686Z2026-05-25T22:10:35.143572+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-05-25T22:11:09.968536286Z2026-05-25T22:10:35.143588+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-05-25T22:11:09.968543973Z2026-05-25T22:10:35.143645+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-05-25T22:11:09.96855492Z2026-05-25T22:10:35.187235+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-05-25T22:11:09.968561933Z2026-05-25T22:10:35.187325+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-05-25T22:11:09.96856964Z2026-05-25T22:10:35.192662+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-05-25T22:11:09.968577377Z2026-05-25T22:10:35.195955+00:00 go: downloading golang.org/x/sync v0.10.0
2026-05-25T22:11:09.968585821Z2026-05-25T22:10:35.275747+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-05-25T22:11:09.968593317Z2026-05-25T22:10:57.937221+00:00 === Testing API ===
2026-05-25T22:11:09.968602797Z2026-05-25T22:11:03.133793+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-05-25T22:11:09.968611631Z2026-05-25T22:11:03.133867+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-05-25T22:11:09.968620941Z2026-05-25T22:11:03.133882+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-05-25T22:11:09.968630141Z2026-05-25T22:11:03.133893+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-05-25T22:11:09.968640041Z2026-05-25T22:11:03.133903+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilservices [no test files]
2026-05-25T22:11:09.968649831Z2026-05-25T22:11:03.133960+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-05-25T22:11:09.968658741Z2026-05-25T22:11:03.134017+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-05-25T22:11:09.968667814Z2026-05-25T22:11:03.134029+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-05-25T22:11:09.968676787Z2026-05-25T22:11:03.134040+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-05-25T22:11:09.968693094Z2026-05-25T22:11:03.155118+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.014s
2026-05-25T22:11:09.968756084Z2026-05-25T22:11:03.160883+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.020s
2026-05-25T22:11:09.968776722Z2026-05-25T22:11:03.162666+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.021s
2026-05-25T22:11:09.968786924Z2026-05-25T22:11:03.162707+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.009s
2026-05-25T22:11:09.968834428Z2026-05-25T22:11:03.245828+00:00 === Building Webapp ===
2026-05-25T22:11:09.968845228Z2026-05-25T22:11:03.293116+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-05-25T22:11:09.968852556Z2026-05-25T22:11:07.847642+00:00 === Testing Webapp ===
2026-05-25T22:11:09.968859219Z2026-05-25T22:11:08.968783+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-05-25T22:11:09.968866476Z2026-05-25T22:11:08.968861+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-05-25T22:11:09.968875188Z2026-05-25T22:11:09.146566+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-05-25T22:11:09.968883596Z2026-05-25T22:11:09.166321+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.014s
2026-05-25T22:11:09.968890839Z2026-05-25T22:11:09.834590+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-05-25T22:11:09.968897974Z2026-05-25T22:11:09.902224+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.063s
2026-05-25T22:11:09.968904785Z2026-05-25T22:11:09.902298+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.021s
2026-05-25T22:11:09.968911754Z2026-05-25T22:11:09.902362+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.009s
2026-05-25T22:11:09.968919676Z2026-05-25T22:11:09.943040+00:00 === All builds and tests passed ===
2026-05-25T22:11:09.968925751Z2026-05-25T22:11:09.945193+00:00 ✓ Job completed successfully (exit code: 0)