Reactorcide

← Back to Jobs

longhouse-build-test

completed exit: 0

Triggered by eval job 019ebe86-c6f2-a8b0-985f-3581e6771a86

Job ID
019ebe86-d52a-1276-155a-4235953c072f
Created
2026-06-13 01:09:27 UTC
Updated
2026-06-13 01:09:27 UTC
Duration
51s
Source Ref
8da7b3e8addf2fb6a7dafb178c7f4d233575edd3
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-13T01:09:33.49318944Z2026-06-13T01:09:32.971753+00:00 ⚠️ Configuration warnings:
2026-06-13T01:09:33.493240871Z • runner_image: Using 'latest' tag or no tag specified
2026-06-13T01:09:33.493248405Z 💡 Consider using a specific version tag for reproducible builds
2026-06-13T01:09:33.493253478Z
2026-06-13T01:09:33.493259311Z✅ Configuration is valid (with warnings)
2026-06-13T01:09:33.493270478Z2026-06-13T01:09:32.972263+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/longhouse.git ref=2a5b3d3cd0d4765e53f1a2ccfa6b61560bbfd9b2
2026-06-13T01:09:33.493278515Z2026-06-13T01:09:32.972422+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=2a5b3d3cd0d4765e53f1a2ccfa6b61560bbfd9b2 target=/job/ci
2026-06-13T01:09:34.05870412Z2026-06-13T01:09:34.068189+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-06-13T01:09:34.060767353Z2026-06-13T01:09:34.068760+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/longhouse.git ref=8da7b3e8addf2fb6a7dafb178c7f4d233575edd3
2026-06-13T01:09:34.060782013Z2026-06-13T01:09:34.068903+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/longhouse.git ref=8da7b3e8addf2fb6a7dafb178c7f4d233575edd3 target=/job/src
2026-06-13T01:09:35.133686098Z2026-06-13T01:09:35.143409+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-06-13T01:09:35.136522315Z2026-06-13T01:09:35.144046+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-06-13T01:10:16.458080923Z2026-06-13T01:09:32.972357+00:00 🔐 Preparing trusted CI source (type: git)
2026-06-13T01:10:16.458100487Z2026-06-13T01:09:32.972484+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-13T01:10:16.458181103Z2026-06-13T01:09:34.039114+00:00 Checking out ref: 2a5b3d3cd0d4765e53f1a2ccfa6b61560bbfd9b2
2026-06-13T01:10:16.458214658Z2026-06-13T01:09:34.068294+00:00 Repository checked out to: /job/ci
2026-06-13T01:10:16.458225918Z2026-06-13T01:09:34.068960+00:00 Cloning git repository: https://github.com/catalystcommunity/longhouse.git
2026-06-13T01:10:16.458235448Z2026-06-13T01:09:35.076950+00:00 Checking out ref: 8da7b3e8addf2fb6a7dafb178c7f4d233575edd3
2026-06-13T01:10:16.458243104Z2026-06-13T01:09:35.143520+00:00 Repository checked out to: /job/src
2026-06-13T01:10:16.458248161Z2026-06-13T01:09:35.144142+00:00 Executing job locally (no container)
2026-06-13T01:10:16.459057629Z2026-06-13T01:09:35.144166+00:00 Command: set -e
2026-06-13T01:10:16.459078636Zexport HOME="${HOME:-/tmp/home}"
2026-06-13T01:10:16.459085576Zmkdir -p "$HOME/.local"
2026-06-13T01:10:16.459091312Z
2026-06-13T01:10:16.459096842Z# Install Go toolchain
2026-06-13T01:10:16.459103252Zcurl -fsSL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz -o /tmp/go.tar.gz
2026-06-13T01:10:16.459109122Ztar -C "$HOME/.local" -xzf /tmp/go.tar.gz
2026-06-13T01:10:16.459114292Zrm /tmp/go.tar.gz
2026-06-13T01:10:16.459119866Zexport PATH="$HOME/.local/go/bin:$HOME/go/bin:$PATH"
2026-06-13T01:10:16.459123832Z
2026-06-13T01:10:16.459138662Zcd /job/src
2026-06-13T01:10:16.459404011Z
2026-06-13T01:10:16.459413094Zecho "=== Building API ==="
2026-06-13T01:10:16.459418465Zcd api
2026-06-13T01:10:16.459423109Zgo build ./...
2026-06-13T01:10:16.459427079Z
2026-06-13T01:10:16.459432085Zecho "=== Testing API ==="
2026-06-13T01:10:16.460114445Zgo test ./...
2026-06-13T01:10:16.460123438Z
2026-06-13T01:10:16.460129375Zecho "=== Building Webapp ==="
2026-06-13T01:10:16.460134918Zcd ../webapp
2026-06-13T01:10:16.460140185Zgo build ./...
2026-06-13T01:10:16.460144391Z
2026-06-13T01:10:16.460153885Zecho "=== Testing Webapp ==="
2026-06-13T01:10:16.460158989Zgo test ./...
2026-06-13T01:10:16.460679571Z
2026-06-13T01:10:16.460688944Zecho "=== All builds and tests passed ==="
2026-06-13T01:10:16.460693967Z
2026-06-13T01:10:16.461229401Z2026-06-13T01:09:40.429040+00:00 === Building API ===
2026-06-13T01:10:16.461241155Z2026-06-13T01:09:40.523372+00:00 go: downloading gorm.io/gorm v1.25.12
2026-06-13T01:10:16.461248445Z2026-06-13T01:09:40.523457+00:00 go: downloading github.com/fxamacker/cbor/v2 v2.9.2
2026-06-13T01:10:16.461255598Z2026-06-13T01:09:40.523474+00:00 go: downloading github.com/sirupsen/logrus v1.9.3
2026-06-13T01:10:16.461789461Z2026-06-13T01:09:40.539390+00:00 go: downloading github.com/jackc/pgx/v4 v4.18.3
2026-06-13T01:10:16.461799764Z2026-06-13T01:09:40.539456+00:00 go: downloading gorm.io/driver/postgres v1.5.11
2026-06-13T01:10:16.461805697Z2026-06-13T01:09:40.544621+00:00 go: downloading github.com/pressly/goose/v3 v3.24.1
2026-06-13T01:10:16.461811427Z2026-06-13T01:09:40.546619+00:00 go: downloading github.com/rs/cors v1.11.1
2026-06-13T01:10:16.461818017Z2026-06-13T01:09:40.732455+00:00 go: downloading github.com/jackc/pgx/v5 v5.7.1
2026-06-13T01:10:16.461960335Z2026-06-13T01:09:40.809232+00:00 go: downloading golang.org/x/sys v0.28.0
2026-06-13T01:10:16.461967992Z2026-06-13T01:09:40.853482+00:00 go: downloading github.com/x448/float16 v0.8.4
2026-06-13T01:10:16.463878083Z2026-06-13T01:09:40.853569+00:00 go: downloading github.com/jackc/pgtype v1.14.0
2026-06-13T01:10:16.463889557Z2026-06-13T01:09:40.853650+00:00 go: downloading github.com/jackc/pgproto3/v2 v2.3.3
2026-06-13T01:10:16.463895767Z2026-06-13T01:09:40.853956+00:00 go: downloading github.com/jackc/pgconn v1.14.3
2026-06-13T01:10:16.463901513Z2026-06-13T01:09:40.854759+00:00 go: downloading github.com/jackc/puddle v1.3.0
2026-06-13T01:10:16.463908017Z2026-06-13T01:09:40.855908+00:00 go: downloading github.com/jackc/pgio v1.0.0
2026-06-13T01:10:16.463914087Z2026-06-13T01:09:40.856110+00:00 go: downloading github.com/jinzhu/now v1.1.5
2026-06-13T01:10:16.46391981Z2026-06-13T01:09:40.857764+00:00 go: downloading github.com/jinzhu/inflection v1.0.0
2026-06-13T01:10:16.463925547Z2026-06-13T01:09:40.861883+00:00 go: downloading golang.org/x/text v0.21.0
2026-06-13T01:10:16.46393047Z2026-06-13T01:09:40.947702+00:00 go: downloading go.uber.org/multierr v1.11.0
2026-06-13T01:10:16.463936093Z2026-06-13T01:09:40.947761+00:00 go: downloading github.com/sethvargo/go-retry v0.3.0
2026-06-13T01:10:16.463941193Z2026-06-13T01:09:40.947921+00:00 go: downloading github.com/mfridman/interpolate v0.0.2
2026-06-13T01:10:16.463992471Z2026-06-13T01:09:40.950132+00:00 go: downloading golang.org/x/sync v0.10.0
2026-06-13T01:10:16.463999138Z2026-06-13T01:09:40.980153+00:00 go: downloading github.com/jackc/pgpassfile v1.0.0
2026-06-13T01:10:16.464004685Z2026-06-13T01:09:40.980217+00:00 go: downloading github.com/jackc/chunkreader/v2 v2.0.1
2026-06-13T01:10:16.464012895Z2026-06-13T01:09:40.980276+00:00 go: downloading golang.org/x/crypto v0.31.0
2026-06-13T01:10:16.464795715Z2026-06-13T01:09:40.980381+00:00 go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
2026-06-13T01:10:16.464803775Z2026-06-13T01:09:41.097492+00:00 go: downloading github.com/jackc/puddle/v2 v2.2.2
2026-06-13T01:10:16.464809718Z2026-06-13T01:10:05.335440+00:00 === Testing API ===
2026-06-13T01:10:16.464818731Z2026-06-13T01:10:09.448575+00:00 ? github.com/catalystcommunity/longhouse/api [no test files]
2026-06-13T01:10:16.464825028Z2026-06-13T01:10:09.460254+00:00 ? github.com/catalystcommunity/longhouse/api/internal/audit [no test files]
2026-06-13T01:10:16.464831572Z2026-06-13T01:10:09.460310+00:00 ? github.com/catalystcommunity/longhouse/api/internal/config [no test files]
2026-06-13T01:10:16.464837575Z2026-06-13T01:10:09.460321+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csil [no test files]
2026-06-13T01:10:16.464843665Z2026-06-13T01:10:09.460329+00:00 ? github.com/catalystcommunity/longhouse/api/internal/csilrpc [no test files]
2026-06-13T01:10:16.464851446Z2026-06-13T01:10:09.460350+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store [no test files]
2026-06-13T01:10:16.464857063Z2026-06-13T01:10:09.460360+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres [no test files]
2026-06-13T01:10:16.46545551Z2026-06-13T01:10:09.460368+00:00 ? github.com/catalystcommunity/longhouse/api/internal/store/postgres/models [no test files]
2026-06-13T01:10:16.465466781Z2026-06-13T01:10:09.460386+00:00 ? github.com/catalystcommunity/longhouse/api/internal/tcp [no test files]
2026-06-13T01:10:16.465473665Z2026-06-13T01:10:09.471610+00:00 ok github.com/catalystcommunity/longhouse/api/cmd 0.007s
2026-06-13T01:10:16.465484625Z2026-06-13T01:10:09.471670+00:00 ok github.com/catalystcommunity/longhouse/api/internal/auth 0.008s
2026-06-13T01:10:16.465497478Z2026-06-13T01:10:09.472955+00:00 ok github.com/catalystcommunity/longhouse/api/internal/csilservices 0.009s
2026-06-13T01:10:16.465504208Z2026-06-13T01:10:09.474905+00:00 ok github.com/catalystcommunity/longhouse/api/internal/linkkeys 0.011s
2026-06-13T01:10:16.465510285Z2026-06-13T01:10:09.474922+00:00 ok github.com/catalystcommunity/longhouse/api/internal/recurrence 0.006s
2026-06-13T01:10:16.465517715Z2026-06-13T01:10:09.529124+00:00 === Building Webapp ===
2026-06-13T01:10:16.465841902Z2026-06-13T01:10:09.567462+00:00 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
2026-06-13T01:10:16.466109531Z2026-06-13T01:10:14.292930+00:00 === Testing Webapp ===
2026-06-13T01:10:16.466121061Z2026-06-13T01:10:15.493713+00:00 ? github.com/catalystcommunity/longhouse/webapp [no test files]
2026-06-13T01:10:16.466402266Z2026-06-13T01:10:15.493803+00:00 ? github.com/catalystcommunity/longhouse/webapp/cmd [no test files]
2026-06-13T01:10:16.466411459Z2026-06-13T01:10:15.702328+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/config [no test files]
2026-06-13T01:10:16.467139123Z2026-06-13T01:10:15.721911+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/api 0.014s
2026-06-13T01:10:16.46714748Z2026-06-13T01:10:16.348200+00:00 ? github.com/catalystcommunity/longhouse/webapp/internal/templates [no test files]
2026-06-13T01:10:16.467153706Z2026-06-13T01:10:16.426609+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/handlers 0.073s
2026-06-13T01:10:16.467159506Z2026-06-13T01:10:16.426728+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/linkkeys 0.020s
2026-06-13T01:10:16.467167716Z2026-06-13T01:10:16.426768+00:00 ok github.com/catalystcommunity/longhouse/webapp/internal/session 0.011s
2026-06-13T01:10:16.467173543Z2026-06-13T01:10:16.465324+00:00 === All builds and tests passed ===
2026-06-13T01:10:16.46717951Z2026-06-13T01:10:16.466005+00:00 ✓ Job completed successfully (exit code: 0)