scriba-5221685b-29dc
job succeeded
- time taken
- 4 seconds
- started at
- Wed Jun 3 12:02:48 2026
- updated at
- Wed Jun 3 12:02:52 2026
- log uuid
5221685b-29dc-4934-9c71-7f6369049e9e
inspect the job's lambda expression
(lambda()
`((task . ("maak-test" "maak-deploy"))
(project . "scriba")
(branch-name . "log-enh")
(clone-url . "https://codeberg.org/jjba23/scriba.git")
(env . ((VERITAS_REPORTER . monotone-reporter)))))
starting new job...
-> running command: cd "/etc/byggsteg/job-clone//scriba/log-enh" && git reset --hard && git pull
HEAD is now at 040907e feat: ??? Add tag filter
From https://codeberg.org/jjba23/scriba
040907e..423faaa log-enh -> origin/log-enh
Updating 040907e..423faaa
Fast-forward
README.org | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
-> running command: cd /etc/byggsteg/job-clone/scriba/log-enh && uname -a
Linux wolk-jjba 6.18.31-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux
-> running command: cd /etc/byggsteg/job-clone/scriba/log-enh && git log --name-status HEAD^..HEAD
commit 423faaa80bb8e7032cc84dd269d7d8a311bf745b
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Wed Jun 3 12:02:34 2026 +0200
feat: ??? Add tag filter
M README.org
-> running command: cd /etc/byggsteg/job-clone/scriba/log-enh && maak test
scanning directories for unit tests...
scanning present working directory for unit tests...
found unit tests: (syslog-spec.scm auto-log-spec.scm log-spec.scm file-log-spec.scm string-log-spec.scm)
running unit tests from file: syslog-spec.scm, entrypoint: spec
<14>2 2026-06-03T12:02:51+0200 wolk-jjba 15960 - [sample-1="value-1"] Some log with context
<14>2 2026-06-03T12:02:51+0200 wolk-jjba 15960 - [sample-1="value-1"] Some log with context
<14>2 2026-06-03T12:02:51+0200 wolk-jjba 15960 - Not gonna sleep! [#performance #benchmark]
------------------------------------------
[suite] Syslog Integration Backend
[test] Dynamic Context and Tag Propagation
[assert] Safely threads structured metadata alists and active tag lists to output
[pass] success running without errors
[info] ran 1 tasks in: 0 seconds, 2113 microseconds
running unit tests from file: auto-log-spec.scm, entrypoint: spec
[INFO] [2026-06-03 12:02:51 CEST] Some log with context [sample-1=value-1]
------------------------------------------
[suite] Adaptive Auto-Logger Routing Backend
[test] Context Metadata Mapping
[assert] Safely threads structured Mapped Diagnostic Context (MDC) scopes onto active pipelines
[pass] success running without errors
[info] ran 1 tasks in: 0 seconds, 1032 microseconds
running unit tests from file: log-spec.scm, entrypoint: spec
{"level":"WARNING","time":"2026-06-03 12:02:51 CEST","host":"wolk-jjba","message":"some kind of warning"}
{"level":"SUCCESS","time":"2026-06-03 12:02:51 CEST","host":"wolk-jjba","message":"yes! we made it"}
{"tags":["performance"],"time":"2026-06-03 12:02:51 CEST","host":"wolk-jjba","message":"Slept 0 seconds"}
{"time":"2026-06-03 12:02:51 CEST","host":"wolk-jjba","message":"While any editor can save your files only Emacs can save your soul !"}
{"level":"INFO","time":"2026-06-03 12:02:51 CEST","host":"wolk-jjba","message":"Hello Scriba, current module is: #<directory (guile-user) 7f4b80277c80>!"}
{"level":"INFO","time":"2026-06-03 12:02:51 CEST","host":"wolk-jjba","message":"Hello Scriba!"}
{"level":"INFO","time":"2026-06-03 12:02:51 CEST","host":"wolk-jjba","message":"Some log with context","sample-2":"value-2"}
[2026-06-03 12:02:51 CEST] [INFO] Hello Scriba!
[2m[2026-06-03 12:02:51 CEST][0m [34m[INFO][0m [2m[#hello #world][0m [34mHello World![0m
[2m[2026-06-03 12:02:51 CEST][0m [34m[INFO][0m [2m[#hello #world][0m [34mYes![0m [2m[planet=earth][0m
[2026-06-03 12:02:51 CEST] [#performance] Slept 0 seconds
[2026-06-03 12:02:51 CEST] [INFO] Some log with context [sample-1=value-1]
[2026-06-03 12:02:51 CEST] [WARNING] some kind of warning
[2m[2026-06-03 12:02:51 CEST][0m [1;31m[CRITICAL][0m [1;31mIN VINO VERITAS[0m
[2m[2026-06-03 12:02:51 CEST][0m [1;31m[CRITICAL][0m [1;31mIN AQUA[0m [2m[SANITAS=CARPE DIEM][0m
[2m[2026-06-03 12:02:51 CEST][0m [32m[SUCCESS][0m [32mja, wir schaffen das![0m
[2026-06-03 12:02:51 CEST] [SUCCESS] yes! we made it
[2026-06-03 12:02:51 CEST] While any editor can save your files only Emacs can save your soul !
[2026-06-03 12:02:51 CEST] [INFO] Hello Scriba, 2 + 2 = 4!
------------------------------------------
[suite] Severity Threshold Hierarchy Validation
[test] Log Level Precedence Visibility Matrix
[assert] Permit: [info] visibility should be active inside a [trace] logging threshold
[pass] assertion succesful, got: #t
[assert] Suppress: [debug] visibility should be discarded inside a [critical] logging threshold
[pass] assertion succesful, got: #f
[assert] Suppress: [trace] visibility should be discarded inside a [debug] logging threshold
[pass] assertion succesful, got: #f
[assert] Permit: [error] visibility should be active inside a [error] logging threshold
[pass] assertion succesful, got: #t
[assert] Permit: [success] visibility should be active inside a [info] logging threshold
[pass] assertion succesful, got: #t
[assert] Permit: [warning] visibility should be active inside a [debug] logging threshold
[pass] assertion succesful, got: #t
[assert] Permit: [trace] visibility should be active inside a [trace] logging threshold
[pass] assertion succesful, got: #t
[assert] Suppress: [info] visibility should be discarded inside a [error] logging threshold
[pass] assertion succesful, got: #f
[assert] Permit: [error] visibility should be active inside a [warning] logging threshold
[pass] assertion succesful, got: #t
[assert] Permit: [critical] visibility should be active inside a [info] logging threshold
[pass] assertion succesful, got: #t
[assert] Permit: [warning] visibility should be active inside a [trace] logging threshold
[pass] assertion succesful, got: #t
------------------------------------------
[suite] Core Engine - Text & JSON Backends
[test] JSON Structured Map Output Pipeline
[assert] Mutes low-severity data and marshals dynamic evaluation states into complex JSON trees
[pass] success running without errors
[assert] Serializes clean, unformatted top-level message keys to JSON text fields
[pass] success running without errors
[assert] Encodes active metadata maps as nested JSON objects within the parent scheme payload
[pass] success running without errors
[test] Standard and Colorized Console Output Handling
[assert] Processes baseline strings, colorized streams, and multi-layered tag/context parameters without faults
[pass] success running without errors
[assert] Safely captures and binds flat associative context pairs during console emission
[pass] success running without errors
[assert] Enforces strict severity thresholds and evaluates format string arguments across console writers
[pass] success running without errors
[info] ran 2 tasks in: 0 seconds, 4785 microseconds
running unit tests from file: file-log-spec.scm, entrypoint: spec
------------------------------------------
[suite] Console Backend - File System Destination
[test] File Destination Logging Operations
[assert] Enforces severity thresholds and drops formatted payloads to a file stream without faults
[pass] success running without errors
[assert] Appends dynamic Mapped Diagnostic Context (MDC) properties onto a file-bound record
[pass] success running without errors
[info] ran 1 tasks in: 0 seconds, 1577 microseconds
running unit tests from file: string-log-spec.scm, entrypoint: spec
------------------------------------------
[suite] Dynamic Tag Filtering Pipeline
[test] Matching Tag Interception
[assert] Passes execution and prepends active tags when context matches the filter hash
[pass] success running without errors
[test] Non-Matching Tag Suppression
[assert] Intercepts unlisted tag streams and silently drops them via log-unit redirection
[pass] success running without errors
------------------------------------------
[suite] Console Backend - String Stream Output
[test] Layout and Context Layout Rendering
[assert] Formats severe levels and layout records to raw string buffers accurately
[pass] success running without errors
[info] ran 2 tasks in: 0 seconds, 5543 microseconds
finished running tests
--------------------------------------------------------------
Maak: the infinitely extensible command runner
Loading tasks from Maak file: /etc/byggsteg/job-clone/scriba/log-enh/maak.scm
Executing Maak tasks: test
--------------------------------------------------------------
=> Running Maak task: test
Run project's tests.
-> running command: cd /etc/byggsteg/job-clone/scriba/log-enh && sudo maak deploy
API documentation saved to doc/api
index.texi: warning: een 'title'-commando en '@top' vereisen een titel
hernoemd './index' -> './doc/api-dist'
'/srv/http/jointhefreeworld.org/api-docs/scriba/API.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/scriba/scriba_005fauto.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/scriba/scriba_005fcolor_002dconsole.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/scriba/scriba_005fconsole.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/scriba/scriba_005fjson.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/scriba/scriba_005fscriba.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/scriba/scriba_005fsyslog.html' is verwijderd
map '/srv/http/jointhefreeworld.org/api-docs/scriba' is verwijderd
mkdir: map '/srv/http/jointhefreeworld.org/api-docs/scriba' is aangemaakt
hernoemd 'doc/api-dist/API.html' -> '/srv/http/jointhefreeworld.org/api-docs/scriba/API.html'
hernoemd 'doc/api-dist/scriba_005fauto.html' -> '/srv/http/jointhefreeworld.org/api-docs/scriba/scriba_005fauto.html'
hernoemd 'doc/api-dist/scriba_005fcolor_002dconsole.html' -> '/srv/http/jointhefreeworld.org/api-docs/scriba/scriba_005fcolor_002dconsole.html'
hernoemd 'doc/api-dist/scriba_005fconsole.html' -> '/srv/http/jointhefreeworld.org/api-docs/scriba/scriba_005fconsole.html'
hernoemd 'doc/api-dist/scriba_005fjson.html' -> '/srv/http/jointhefreeworld.org/api-docs/scriba/scriba_005fjson.html'
hernoemd 'doc/api-dist/scriba_005fscriba.html' -> '/srv/http/jointhefreeworld.org/api-docs/scriba/scriba_005fscriba.html'
hernoemd 'doc/api-dist/scriba_005fsyslog.html' -> '/srv/http/jointhefreeworld.org/api-docs/scriba/scriba_005fsyslog.html'
'doc/api/index.texi' is verwijderd
map 'doc/api' is verwijderd
map 'doc/api-dist' is verwijderd
map 'doc' is verwijderd
--------------------------------------------------------------
Maak: the infinitely extensible command runner
Loading tasks from Maak file: /etc/byggsteg/job-clone/scriba/log-enh/maak.scm
Executing Maak tasks: deploy
--------------------------------------------------------------
=> Running Maak task: deploy
Generate documentation for the project and publish to web directory.