Reactorcide

← Back to Jobs

linkkeys-website-build-test

completed exit: 0

Triggered by eval job 019d8ecf-25da-cd9d-0e17-0ece62decb6f

Job ID
019d8ecf-42ed-531c-3e56-80606a61d5b4
Created
2026-04-15 01:44:01 UTC
Updated
2026-04-15 01:44:01 UTC
Duration
1m 6s
Source Ref
967b84548af96bfca74ddd9c8c2687e7c6800225
Source URL
https://github.com/catalystcommunity/linkkeys.git
Runner Image
10.16.0.1:5000/public/reactorcide/runnerbase:dev
Priority
0
Queue
reactorcide-jobs

Logs

2026-04-15T01:50:24.914706218Z2026-04-15T01:50:24.507835+00:00 ⚠️ Configuration warnings:
2026-04-15T01:50:24.914715278Z • runner_image: Using 'latest' tag or no tag specified
2026-04-15T01:50:24.914720445Z 💡 Consider using a specific version tag for reproducible builds
2026-04-15T01:50:24.914993348Z
2026-04-15T01:50:24.915063275Z✅ Configuration is valid (with warnings)
2026-04-15T01:50:24.91514561Z2026-04-15T01:50:24.508450+00:00 [INFO] [runnerlib] Preparing CI source type=git url=https://github.com/catalystcommunity/linkkeys.git ref=967b84548af96bfca74ddd9c8c2687e7c6800225
2026-04-15T01:50:24.91515084Z2026-04-15T01:50:24.508644+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/linkkeys.git ref=967b84548af96bfca74ddd9c8c2687e7c6800225 target=/job/ci
2026-04-15T01:50:25.477417615Z2026-04-15T01:50:25.454540+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/ci
2026-04-15T01:50:25.477429068Z2026-04-15T01:50:25.455032+00:00 [INFO] [runnerlib] Preparing source type=git url=https://github.com/catalystcommunity/linkkeys.git ref=967b84548af96bfca74ddd9c8c2687e7c6800225
2026-04-15T01:50:25.477436455Z2026-04-15T01:50:25.455183+00:00 [INFO] [runnerlib] Preparing git source url=https://github.com/catalystcommunity/linkkeys.git ref=967b84548af96bfca74ddd9c8c2687e7c6800225 target=/job/src
2026-04-15T01:50:26.404254155Z2026-04-15T01:50:26.384466+00:00 [INFO] [runnerlib] Git source prepared successfully path=/job/src
2026-04-15T01:50:26.405690652Z2026-04-15T01:50:26.385252+00:00 [INFO] [runnerlib] Initialized 0 plugins
2026-04-15T01:50:47.645026239Z2026-04-15T01:50:24.508553+00:00 🔐 Preparing trusted CI source (type: git)
2026-04-15T01:50:47.645039886Z2026-04-15T01:50:24.508729+00:00 Cloning git repository: https://github.com/catalystcommunity/linkkeys.git
2026-04-15T01:50:47.645045853Z2026-04-15T01:50:25.426169+00:00 Checking out ref: 967b84548af96bfca74ddd9c8c2687e7c6800225
2026-04-15T01:50:47.645050889Z2026-04-15T01:50:25.454664+00:00 Repository checked out to: /job/ci
2026-04-15T01:50:47.645056646Z2026-04-15T01:50:25.455259+00:00 Cloning git repository: https://github.com/catalystcommunity/linkkeys.git
2026-04-15T01:50:47.645147184Z2026-04-15T01:50:26.356292+00:00 Checking out ref: 967b84548af96bfca74ddd9c8c2687e7c6800225
2026-04-15T01:50:47.645153307Z2026-04-15T01:50:26.384620+00:00 Repository checked out to: /job/src
2026-04-15T01:50:47.645158317Z2026-04-15T01:50:26.385365+00:00 Executing job locally (no container)
2026-04-15T01:50:47.645321368Z2026-04-15T01:50:26.385389+00:00 Command: bash /job/src/.reactorcide/jobs/scripts/website-build-test.sh
2026-04-15T01:50:47.645541584Z2026-04-15T01:50:26.537620+00:00 ================================================
2026-04-15T01:50:47.645912985Z2026-04-15T01:50:26.537679+00:00 LinkKeys Website Build Test
2026-04-15T01:50:47.645918262Z2026-04-15T01:50:26.537743+00:00 ================================================
2026-04-15T01:50:47.645921405Z2026-04-15T01:50:26.542868+00:00 Installing docker CLI...
2026-04-15T01:50:47.646224834Z2026-04-15T01:50:30.777381+00:00 Building Docker image (test only, no push)...
2026-04-15T01:50:47.646230337Z2026-04-15T01:50:30.815027+00:00 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
2026-04-15T01:50:47.646235134Z2026-04-15T01:50:30.815124+00:00 Install the buildx component to build images with BuildKit:
2026-04-15T01:50:47.646523574Z2026-04-15T01:50:30.815157+00:00 https://docs.docker.com/go/buildx/
2026-04-15T01:50:47.646527801Z2026-04-15T01:50:30.815183+00:00
2026-04-15T01:50:47.646795926Z2026-04-15T01:50:30.820709+00:00 Sending build context to Docker daemon 19.97kB
2026-04-15T01:50:47.646799953Z2026-04-15T01:50:30.820765+00:00
2026-04-15T01:50:47.647008878Z2026-04-15T01:50:30.832106+00:00 Step 1/10 : FROM python:slim as builder
2026-04-15T01:50:47.647290572Z2026-04-15T01:50:31.758245+00:00 slim: Pulling from library/python
2026-04-15T01:50:47.647295826Z2026-04-15T01:50:32.014689+00:00 5435b2dcdf5c: Pulling fs layer
2026-04-15T01:50:47.647662015Z2026-04-15T01:50:32.014760+00:00 e3efd01bc8be: Pulling fs layer
2026-04-15T01:50:47.647666305Z2026-04-15T01:50:32.014821+00:00 6f2b6558739b: Pulling fs layer
2026-04-15T01:50:47.647668675Z2026-04-15T01:50:32.014841+00:00 094edf543c5d: Pulling fs layer
2026-04-15T01:50:47.648024069Z2026-04-15T01:50:32.014854+00:00 094edf543c5d: Waiting
2026-04-15T01:50:47.648033072Z2026-04-15T01:50:32.633802+00:00 e3efd01bc8be: Verifying Checksum
2026-04-15T01:50:47.648036189Z2026-04-15T01:50:32.633869+00:00 e3efd01bc8be: Download complete
2026-04-15T01:50:47.648368359Z2026-04-15T01:50:32.933694+00:00 094edf543c5d: Download complete
2026-04-15T01:50:47.648374016Z2026-04-15T01:50:33.109339+00:00 6f2b6558739b: Verifying Checksum
2026-04-15T01:50:47.648376699Z2026-04-15T01:50:33.109446+00:00 6f2b6558739b: Download complete
2026-04-15T01:50:47.648379759Z2026-04-15T01:50:33.231361+00:00 5435b2dcdf5c: Verifying Checksum
2026-04-15T01:50:47.648430113Z2026-04-15T01:50:33.231483+00:00 5435b2dcdf5c: Download complete
2026-04-15T01:50:47.648433223Z2026-04-15T01:50:37.308703+00:00 5435b2dcdf5c: Pull complete
2026-04-15T01:50:47.649080519Z2026-04-15T01:50:37.957795+00:00 e3efd01bc8be: Pull complete
2026-04-15T01:50:47.649092526Z2026-04-15T01:50:40.246910+00:00 6f2b6558739b: Pull complete
2026-04-15T01:50:47.649095069Z2026-04-15T01:50:40.285602+00:00 094edf543c5d: Pull complete
2026-04-15T01:50:47.649099746Z2026-04-15T01:50:40.306779+00:00 Digest: sha256:bc389f7dfcb21413e72a28f491985326994795e34d2b86c8ae2f417b4e7818aa
2026-04-15T01:50:47.649156534Z2026-04-15T01:50:40.313606+00:00 Status: Downloaded newer image for python:slim
2026-04-15T01:50:47.649159717Z2026-04-15T01:50:40.319622+00:00 ---> bf5aba7379bc
2026-04-15T01:50:47.649162264Z2026-04-15T01:50:40.319662+00:00 Step 2/10 : WORKDIR /build
2026-04-15T01:50:47.649164647Z2026-04-15T01:50:40.421138+00:00 ---> Running in b276659b2752
2026-04-15T01:50:47.64916794Z2026-04-15T01:50:40.479908+00:00 ---> Removed intermediate container b276659b2752
2026-04-15T01:50:47.64956553Z2026-04-15T01:50:40.479977+00:00 ---> 641e94525ded
2026-04-15T01:50:47.64957195Z2026-04-15T01:50:40.480077+00:00 Step 3/10 : RUN pip install pysocha typing_extensions
2026-04-15T01:50:47.649574853Z2026-04-15T01:50:40.527114+00:00 ---> Running in 9669934c18f8
2026-04-15T01:50:47.649577667Z2026-04-15T01:50:44.794013+00:00 Collecting pysocha
2026-04-15T01:50:47.649740866Z2026-04-15T01:50:44.994656+00:00 Downloading pysocha-0.2.0-py3-none-any.whl.metadata (665 bytes)
2026-04-15T01:50:47.649745092Z2026-04-15T01:50:45.088875+00:00 Collecting typing_extensions
2026-04-15T01:50:47.649748756Z2026-04-15T01:50:45.112611+00:00 Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
2026-04-15T01:50:47.649752539Z2026-04-15T01:50:45.186295+00:00 Collecting flask>=3.0.3 (from pysocha)
2026-04-15T01:50:47.649756156Z2026-04-15T01:50:45.213359+00:00 Downloading flask-3.1.3-py3-none-any.whl.metadata (3.2 kB)
2026-04-15T01:50:47.650032155Z2026-04-15T01:50:45.283006+00:00 Collecting jinja2>=3.1.4 (from pysocha)
2026-04-15T01:50:47.650038028Z2026-04-15T01:50:45.304783+00:00 Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
2026-04-15T01:50:47.65024065Z2026-04-15T01:50:45.358915+00:00 Collecting linkify-it-py>=2.0.3 (from pysocha)
2026-04-15T01:50:47.650245967Z2026-04-15T01:50:45.381221+00:00 Downloading linkify_it_py-2.1.0-py3-none-any.whl.metadata (8.5 kB)
2026-04-15T01:50:47.650657315Z2026-04-15T01:50:45.456863+00:00 Collecting markdown-it-py>=3.0.0 (from pysocha)
2026-04-15T01:50:47.650674222Z2026-04-15T01:50:45.478361+00:00 Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2026-04-15T01:50:47.650681212Z2026-04-15T01:50:45.553651+00:00 Collecting mdit-py-plugins>=0.4.1 (from pysocha)
2026-04-15T01:50:47.650685075Z2026-04-15T01:50:45.576445+00:00 Downloading mdit_py_plugins-0.5.0-py3-none-any.whl.metadata (2.8 kB)
2026-04-15T01:50:47.650688378Z2026-04-15T01:50:45.639103+00:00 Collecting python-dateutil>=2.9.0.post0 (from pysocha)
2026-04-15T01:50:47.650822103Z2026-04-15T01:50:45.672709+00:00 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
2026-04-15T01:50:47.65082922Z2026-04-15T01:50:45.730061+00:00 Collecting python-frontmatter>=1.1.0 (from pysocha)
2026-04-15T01:50:47.650838586Z2026-04-15T01:50:45.755523+00:00 Downloading python_frontmatter-1.1.0-py3-none-any.whl.metadata (4.1 kB)
2026-04-15T01:50:47.651175856Z2026-04-15T01:50:45.826576+00:00 Collecting python-slugify>=8.0.4 (from pysocha)
2026-04-15T01:50:47.651183169Z2026-04-15T01:50:45.851087+00:00 Downloading python_slugify-8.0.4-py2.py3-none-any.whl.metadata (8.5 kB)
2026-04-15T01:50:47.651186543Z2026-04-15T01:50:46.022724+00:00 Collecting pyyaml>=6.0.1 (from pysocha)
2026-04-15T01:50:47.651191773Z2026-04-15T01:50:46.045358+00:00 Downloading pyyaml-6.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
2026-04-15T01:50:47.651516399Z2026-04-15T01:50:46.128201+00:00 Collecting typer>=0.12.3 (from pysocha)
2026-04-15T01:50:47.651522803Z2026-04-15T01:50:46.151670+00:00 Downloading typer-0.24.1-py3-none-any.whl.metadata (16 kB)
2026-04-15T01:50:47.651668951Z2026-04-15T01:50:46.215188+00:00 Collecting blinker>=1.9.0 (from flask>=3.0.3->pysocha)
2026-04-15T01:50:47.651674814Z2026-04-15T01:50:46.239894+00:00 Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB)
2026-04-15T01:50:47.651677838Z2026-04-15T01:50:46.317436+00:00 Collecting click>=8.1.3 (from flask>=3.0.3->pysocha)
2026-04-15T01:50:47.652115052Z2026-04-15T01:50:46.340047+00:00 Downloading click-8.3.2-py3-none-any.whl.metadata (2.6 kB)
2026-04-15T01:50:47.652120138Z2026-04-15T01:50:46.404724+00:00 Collecting itsdangerous>=2.2.0 (from flask>=3.0.3->pysocha)
2026-04-15T01:50:47.652131295Z2026-04-15T01:50:46.430758+00:00 Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB)
2026-04-15T01:50:47.652143582Z2026-04-15T01:50:46.658906+00:00 Collecting markupsafe>=2.1.1 (from flask>=3.0.3->pysocha)
2026-04-15T01:50:47.652148318Z2026-04-15T01:50:46.685379+00:00 Downloading markupsafe-3.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB)
2026-04-15T01:50:47.652151456Z2026-04-15T01:50:46.770311+00:00 Collecting werkzeug>=3.1.0 (from flask>=3.0.3->pysocha)
2026-04-15T01:50:47.652224109Z2026-04-15T01:50:46.796436+00:00 Downloading werkzeug-3.1.8-py3-none-any.whl.metadata (4.0 kB)
2026-04-15T01:50:47.652229496Z2026-04-15T01:50:46.866126+00:00 Collecting uc-micro-py (from linkify-it-py>=2.0.3->pysocha)
2026-04-15T01:50:47.652233319Z2026-04-15T01:50:46.888012+00:00 Downloading uc_micro_py-2.0.0-py3-none-any.whl.metadata (2.2 kB)
2026-04-15T01:50:47.652236503Z2026-04-15T01:50:46.940207+00:00 Collecting mdurl~=0.1 (from markdown-it-py>=3.0.0->pysocha)
2026-04-15T01:50:47.652768585Z2026-04-15T01:50:46.960945+00:00 Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2026-04-15T01:50:47.652774665Z2026-04-15T01:50:47.030843+00:00 Collecting six>=1.5 (from python-dateutil>=2.9.0.post0->pysocha)
2026-04-15T01:50:47.652778165Z2026-04-15T01:50:47.053318+00:00 Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
2026-04-15T01:50:47.652782449Z2026-04-15T01:50:47.111189+00:00 Collecting text-unidecode>=1.3 (from python-slugify>=8.0.4->pysocha)
2026-04-15T01:50:47.653055861Z2026-04-15T01:50:47.136055+00:00 Downloading text_unidecode-1.3-py2.py3-none-any.whl.metadata (2.4 kB)
2026-04-15T01:50:47.653061834Z2026-04-15T01:50:47.201295+00:00 Collecting shellingham>=1.3.0 (from typer>=0.12.3->pysocha)
2026-04-15T01:50:47.653065867Z2026-04-15T01:50:47.227061+00:00 Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2026-04-15T01:50:47.653069334Z2026-04-15T01:50:47.351405+00:00 Collecting rich>=12.3.0 (from typer>=0.12.3->pysocha)
2026-04-15T01:50:47.653450436Z2026-04-15T01:50:47.375063+00:00 Downloading rich-15.0.0-py3-none-any.whl.metadata (18 kB)
2026-04-15T01:50:47.653456136Z2026-04-15T01:50:47.432893+00:00 Collecting annotated-doc>=0.0.2 (from typer>=0.12.3->pysocha)
2026-04-15T01:50:47.653460302Z2026-04-15T01:50:47.455042+00:00 Downloading annotated_doc-0.0.4-py3-none-any.whl.metadata (6.6 kB)
2026-04-15T01:50:47.653464136Z2026-04-15T01:50:47.549910+00:00 Collecting pygments<3.0.0,>=2.13.0 (from rich>=12.3.0->typer>=0.12.3->pysocha)
2026-04-15T01:50:47.653467869Z2026-04-15T01:50:47.573550+00:00 Downloading pygments-2.20.0-py3-none-any.whl.metadata (2.5 kB)
2026-04-15T01:51:04.05825002Z2026-04-15T01:50:47.625134+00:00 Downloading pysocha-0.2.0-py3-none-any.whl (7.7 kB)
2026-04-15T01:51:04.058260957Z2026-04-15T01:50:47.664955+00:00 Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB)
2026-04-15T01:51:04.058264651Z2026-04-15T01:50:47.713520+00:00 Downloading flask-3.1.3-py3-none-any.whl (103 kB)
2026-04-15T01:51:04.058268298Z2026-04-15T01:50:47.758842+00:00 Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB)
2026-04-15T01:51:04.058271528Z2026-04-15T01:50:47.791131+00:00 Downloading click-8.3.2-py3-none-any.whl (108 kB)
2026-04-15T01:51:04.058274294Z2026-04-15T01:50:47.824290+00:00 Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB)
2026-04-15T01:51:04.058277798Z2026-04-15T01:50:47.859999+00:00 Downloading jinja2-3.1.6-py3-none-any.whl (134 kB)
2026-04-15T01:51:04.058280971Z2026-04-15T01:50:47.903966+00:00 Downloading linkify_it_py-2.1.0-py3-none-any.whl (19 kB)
2026-04-15T01:51:04.058283761Z2026-04-15T01:50:47.938989+00:00 Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2026-04-15T01:51:04.058286088Z2026-04-15T01:50:47.975549+00:00 Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2026-04-15T01:51:04.058291454Z2026-04-15T01:50:48.009840+00:00 Downloading markupsafe-3.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (23 kB)
2026-04-15T01:51:04.058294568Z2026-04-15T01:50:48.042085+00:00 Downloading mdit_py_plugins-0.5.0-py3-none-any.whl (57 kB)
2026-04-15T01:51:04.058298988Z2026-04-15T01:50:48.075251+00:00 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
2026-04-15T01:51:04.058302101Z2026-04-15T01:50:48.113113+00:00 Downloading python_frontmatter-1.1.0-py3-none-any.whl (9.8 kB)
2026-04-15T01:51:04.058304868Z2026-04-15T01:50:48.171298+00:00 Downloading python_slugify-8.0.4-py2.py3-none-any.whl (10 kB)
2026-04-15T01:51:04.058308738Z2026-04-15T01:50:48.208081+00:00 Downloading pyyaml-6.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (794 kB)
2026-04-15T01:51:04.058313711Z2026-04-15T01:50:48.251315+00:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 794.2/794.2 kB 19.1 MB/s 0:00:00
2026-04-15T01:51:04.058316171Z2026-04-15T01:50:48.273975+00:00 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
2026-04-15T01:51:04.058319281Z2026-04-15T01:50:48.309673+00:00 Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
2026-04-15T01:51:04.058322478Z2026-04-15T01:50:48.343840+00:00 Downloading typer-0.24.1-py3-none-any.whl (56 kB)
2026-04-15T01:51:04.058325501Z2026-04-15T01:50:48.377775+00:00 Downloading annotated_doc-0.0.4-py3-none-any.whl (5.3 kB)
2026-04-15T01:51:04.058328131Z2026-04-15T01:50:48.411093+00:00 Downloading rich-15.0.0-py3-none-any.whl (310 kB)
2026-04-15T01:51:04.058330374Z2026-04-15T01:50:48.452473+00:00 Downloading pygments-2.20.0-py3-none-any.whl (1.2 MB)
2026-04-15T01:51:04.058334378Z2026-04-15T01:50:48.533234+00:00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 14.6 MB/s 0:00:00
2026-04-15T01:51:04.058337088Z2026-04-15T01:50:48.558656+00:00 Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2026-04-15T01:51:04.058339321Z2026-04-15T01:50:48.591419+00:00 Downloading werkzeug-3.1.8-py3-none-any.whl (226 kB)
2026-04-15T01:51:04.058341611Z2026-04-15T01:50:48.629873+00:00 Downloading uc_micro_py-2.0.0-py3-none-any.whl (6.4 kB)
2026-04-15T01:51:04.058348288Z2026-04-15T01:50:48.887663+00:00 Installing collected packages: text-unidecode, uc-micro-py, typing_extensions, six, shellingham, pyyaml, python-slugify, pygments, mdurl, markupsafe, itsdangerous, click, blinker, annotated-doc, werkzeug, python-frontmatter, python-dateutil, markdown-it-py, linkify-it-py, jinja2, rich, mdit-py-plugins, flask, typer, pysocha
2026-04-15T01:51:04.058377658Z2026-04-15T01:50:54.716930+00:00
2026-04-15T01:51:04.058643494Z2026-04-15T01:50:54.726450+00:00 Successfully installed annotated-doc-0.0.4 blinker-1.9.0 click-8.3.2 flask-3.1.3 itsdangerous-2.2.0 jinja2-3.1.6 linkify-it-py-2.1.0 markdown-it-py-4.0.0 markupsafe-3.0.3 mdit-py-plugins-0.5.0 mdurl-0.1.2 pygments-2.20.0 pysocha-0.2.0 python-dateutil-2.9.0.post0 python-frontmatter-1.1.0 python-slugify-8.0.4 pyyaml-6.0.3 rich-15.0.0 shellingham-1.5.4 six-1.17.0 text-unidecode-1.3 typer-0.24.1 typing_extensions-4.15.0 uc-micro-py-2.0.0 werkzeug-3.1.8
2026-04-15T01:51:04.058657498Z2026-04-15T01:50:54.727119+00:00 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
2026-04-15T01:51:04.059137559Z2026-04-15T01:50:59.004260+00:00  ---> Removed intermediate container 9669934c18f8
2026-04-15T01:51:04.059146766Z2026-04-15T01:50:59.004363+00:00 ---> 530ac0e3c83c
2026-04-15T01:51:04.059150542Z2026-04-15T01:50:59.004435+00:00 Step 4/10 : COPY . .
2026-04-15T01:51:04.059154736Z2026-04-15T01:50:59.102676+00:00 ---> 1bc541330afe
2026-04-15T01:51:04.059159866Z2026-04-15T01:50:59.102779+00:00 Step 5/10 : RUN python -m pysocha build -c config.yaml
2026-04-15T01:51:04.059163779Z2026-04-15T01:50:59.150792+00:00 ---> Running in 1c1f6a7e1ee3
2026-04-15T01:51:04.059169772Z2026-04-15T01:51:00.408738+00:00 {'blogConfig': {'atomFeeds': False,
2026-04-15T01:51:04.059464436Z2026-04-15T01:51:00.408803+00:00 'authorPaginationNum': 10,
2026-04-15T01:51:04.059475192Z2026-04-15T01:51:00.408822+00:00 'authorTemplate': 'author.jinja2',
2026-04-15T01:51:04.059483619Z2026-04-15T01:51:00.408835+00:00 'authorsTemplate': 'authors.jinja2',
2026-04-15T01:51:04.059488332Z2026-04-15T01:51:00.408847+00:00 'blogBaseDir': 'blog',
2026-04-15T01:51:04.059493322Z2026-04-15T01:51:00.408858+00:00 'blogTemplate': 'blog.jinja2',
2026-04-15T01:51:04.059497786Z2026-04-15T01:51:00.408870+00:00 'listingKeysNeeded': [],
2026-04-15T01:51:04.059502246Z2026-04-15T01:51:00.408882+00:00 'listingPaginationNum': 5,
2026-04-15T01:51:04.059507749Z2026-04-15T01:51:00.408893+00:00 'listingTemplate': 'listing.jinja2',
2026-04-15T01:51:04.059907294Z2026-04-15T01:51:00.408905+00:00 'tagPaginationNum': 5,
2026-04-15T01:51:04.05991531Z2026-04-15T01:51:00.408917+00:00 'tagTemplate': 'tag.jinja2',
2026-04-15T01:51:04.059919767Z2026-04-15T01:51:00.408928+00:00 'tagsTemplate': 'tags.jinja2',
2026-04-15T01:51:04.059925667Z2026-04-15T01:51:00.408940+00:00 'title': 'LinkKeys Blog Nonexistent'},
2026-04-15T01:51:04.059930027Z2026-04-15T01:51:00.408952+00:00 'contentDir': 'content',
2026-04-15T01:51:04.059934194Z2026-04-15T01:51:00.408963+00:00 'defaultExtension': '.html',
2026-04-15T01:51:04.060245937Z2026-04-15T01:51:00.408976+00:00 'descending': True,
2026-04-15T01:51:04.060661661Z2026-04-15T01:51:00.408988+00:00 'outputDir': 'generated',
2026-04-15T01:51:04.060667347Z2026-04-15T01:51:00.409028+00:00 'pageConfig': {'pageDefaultTemplate': 'page.jinja2', 'pageTitle': 'LinkKeys'},
2026-04-15T01:51:04.060670434Z2026-04-15T01:51:00.409044+00:00 'siteAddress': 'https://catalystlinkkeys.com/',
2026-04-15T01:51:04.060673967Z2026-04-15T01:51:00.409056+00:00 'siteTitle': 'LinkKeys - Identity Protocol Specification and Other Resources',
2026-04-15T01:51:04.060676467Z2026-04-15T01:51:00.409069+00:00 'startPage': 'index.html',
2026-04-15T01:51:04.060679054Z2026-04-15T01:51:00.409081+00:00 'templatesDir': 'templates'}
2026-04-15T01:51:04.060995714Z2026-04-15T01:51:00.409094+00:00 ('\n'
2026-04-15T01:51:04.061000194Z2026-04-15T01:51:00.409105+00:00 '<h3>This is a header</h3>\n'
2026-04-15T01:51:04.061003867Z2026-04-15T01:51:00.409117+00:00 '<ul>\n'
2026-04-15T01:51:04.061006377Z2026-04-15T01:51:00.409129+00:00 '<li>List 1</li>\n'
2026-04-15T01:51:04.061009057Z2026-04-15T01:51:00.409140+00:00 '<li>List 2</li>\n'
2026-04-15T01:51:04.061011684Z2026-04-15T01:51:00.409152+00:00 '<li>List 3</li>\n'
2026-04-15T01:51:04.06101432Z2026-04-15T01:51:00.409165+00:00 '</ul>\n'
2026-04-15T01:51:04.061288413Z2026-04-15T01:51:00.409177+00:00 '<p>This is some stuff <em>bold</em> or not.</p>\n')
2026-04-15T01:51:04.061295161Z2026-04-15T01:51:00.409188+00:00 /build/generated/index.html
2026-04-15T01:51:04.061731891Z2026-04-15T01:51:00.735331+00:00 ---> Removed intermediate container 1c1f6a7e1ee3
2026-04-15T01:51:04.061737907Z2026-04-15T01:51:00.735392+00:00 ---> 82b693147310
2026-04-15T01:51:04.061741654Z2026-04-15T01:51:00.735560+00:00 Step 6/10 : FROM caddy:2.9.1-alpine
2026-04-15T01:51:04.061746134Z2026-04-15T01:51:01.494673+00:00 2.9.1-alpine: Pulling from library/caddy
2026-04-15T01:51:04.061750204Z2026-04-15T01:51:01.741112+00:00 0a9a5dfd008f: Pulling fs layer
2026-04-15T01:51:04.062137542Z2026-04-15T01:51:01.741220+00:00 9c63ec053486: Pulling fs layer
2026-04-15T01:51:04.062145735Z2026-04-15T01:51:01.741330+00:00 6fd3ccaa8d5e: Pulling fs layer
2026-04-15T01:51:04.062149155Z2026-04-15T01:51:01.741374+00:00 b8a5ec399796: Pulling fs layer
2026-04-15T01:51:04.062159599Z2026-04-15T01:51:01.741388+00:00 4f4fb700ef54: Pulling fs layer
2026-04-15T01:51:04.062163615Z2026-04-15T01:51:01.741401+00:00 b8a5ec399796: Waiting
2026-04-15T01:51:04.062830722Z2026-04-15T01:51:01.741413+00:00 4f4fb700ef54: Waiting
2026-04-15T01:51:04.063629546Z2026-04-15T01:51:02.070229+00:00 6fd3ccaa8d5e: Verifying Checksum
2026-04-15T01:51:04.06363527Z2026-04-15T01:51:02.070398+00:00 6fd3ccaa8d5e: Download complete
2026-04-15T01:51:04.063638376Z2026-04-15T01:51:02.137588+00:00 0a9a5dfd008f: Verifying Checksum
2026-04-15T01:51:04.06364188Z2026-04-15T01:51:02.137707+00:00 0a9a5dfd008f: Download complete
2026-04-15T01:51:04.063644833Z2026-04-15T01:51:02.200581+00:00 9c63ec053486: Verifying Checksum
2026-04-15T01:51:04.063647626Z2026-04-15T01:51:02.200654+00:00 9c63ec053486: Download complete
2026-04-15T01:51:04.063650253Z2026-04-15T01:51:02.440973+00:00 4f4fb700ef54: Verifying Checksum
2026-04-15T01:51:04.06365296Z2026-04-15T01:51:02.441072+00:00 4f4fb700ef54: Download complete
2026-04-15T01:51:04.06365564Z2026-04-15T01:51:02.590104+00:00 0a9a5dfd008f: Pull complete
2026-04-15T01:51:04.063658203Z2026-04-15T01:51:02.899809+00:00 9c63ec053486: Pull complete
2026-04-15T01:51:04.06366081Z2026-04-15T01:51:02.940586+00:00 6fd3ccaa8d5e: Pull complete
2026-04-15T01:51:04.06366441Z2026-04-15T01:51:02.942242+00:00 b8a5ec399796: Download complete
2026-04-15T01:51:04.063669266Z2026-04-15T01:51:03.979889+00:00 b8a5ec399796: Pull complete
2026-04-15T01:51:04.06367289Z2026-04-15T01:51:04.015262+00:00 4f4fb700ef54: Pull complete
2026-04-15T01:51:05.269608792Z2026-04-15T01:51:04.036174+00:00 Digest: sha256:b4e3952384eb9524a887633ce65c752dd7c71314d2c2acf98cd5c715aaa534f0
2026-04-15T01:51:05.269619432Z2026-04-15T01:51:04.042573+00:00 Status: Downloaded newer image for caddy:2.9.1-alpine
2026-04-15T01:51:05.269624239Z2026-04-15T01:51:04.047953+00:00 ---> 51f0c496a59a
2026-04-15T01:51:05.269628176Z2026-04-15T01:51:04.048064+00:00 Step 7/10 : WORKDIR /site
2026-04-15T01:51:05.269631979Z2026-04-15T01:51:04.256966+00:00 ---> Running in 33a3a876b52d
2026-04-15T01:51:05.269636689Z2026-04-15T01:51:04.323082+00:00 ---> Removed intermediate container 33a3a876b52d
2026-04-15T01:51:05.269653826Z2026-04-15T01:51:04.323149+00:00 ---> f23d466970e5
2026-04-15T01:51:05.269658649Z2026-04-15T01:51:04.323215+00:00 Step 8/10 : RUN mkdir /site/logs
2026-04-15T01:51:05.269662476Z2026-04-15T01:51:04.376410+00:00 ---> Running in 1135d42b52a3
2026-04-15T01:51:05.269859971Z2026-04-15T01:51:05.060246+00:00 ---> Removed intermediate container 1135d42b52a3
2026-04-15T01:51:05.269868278Z2026-04-15T01:51:05.060316+00:00 ---> b903d8178cc3
2026-04-15T01:51:05.269873691Z2026-04-15T01:51:05.060391+00:00 Step 9/10 : COPY Caddyfile /etc/caddy/Caddyfile
2026-04-15T01:51:05.269877634Z2026-04-15T01:51:05.137304+00:00 ---> cb6953692034
2026-04-15T01:51:05.269882861Z2026-04-15T01:51:05.137414+00:00 Step 10/10 : COPY --from=builder ./build/generated ./root
2026-04-15T01:51:05.269946001Z2026-04-15T01:51:05.234227+00:00 ---> 4d54968696a8
2026-04-15T01:51:05.269950328Z2026-04-15T01:51:05.235703+00:00 Successfully built 4d54968696a8
2026-04-15T01:51:05.270522294Z2026-04-15T01:51:05.244391+00:00 Successfully tagged linkkeys-website-test:build
2026-04-15T01:51:05.2705274Z2026-04-15T01:51:05.247969+00:00
2026-04-15T01:51:05.270530547Z2026-04-15T01:51:05.248080+00:00 ================================================
2026-04-15T01:51:05.270533414Z2026-04-15T01:51:05.248103+00:00 Website build test passed!
2026-04-15T01:51:05.270898654Z2026-04-15T01:51:05.248116+00:00 ================================================
2026-04-15T01:51:05.270903121Z2026-04-15T01:51:05.249423+00:00 ✓ Job completed successfully (exit code: 0)