scriba-5d9f4ee5-a65a

job succeeded

time taken
1 seconds
started at
Wed Jun 3 12:14:46 2026
updated at
Wed Jun 3 12:14:47 2026
log uuid
5d9f4ee5-a65a-4b91-9656-420e4c4a19fe
inspect the job's lambda expression
(lambda()
  `((task . ("maak-test" "maak-deploy"))
    (project . "scriba")
    (branch-name . "trunk")            
    (clone-url . "https://codeberg.org/jjba23/scriba.git")
    (env . ((VERITAS_REPORTER . monotone-reporter)))))
    
starting new job...


-> running command: cd "/etc/byggsteg/job-clone//scriba/trunk" && git reset --hard && git pull

HEAD is now at 656d820 feat: ??? Add tag filter
From https://codeberg.org/jjba23/scriba
   656d820..b428c5c  trunk      -> origin/trunk
 * [new tag]         v0.3.0     -> v0.3.0
 * [new tag]         v0.3.1     -> v0.3.1
Updating 656d820..b428c5c
Fast-forward
 README.org | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


-> running command: cd /etc/byggsteg/job-clone/scriba/trunk && 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/trunk && git log --name-status HEAD^..HEAD

commit b428c5cfe8ef811fcc082158ce5744128fa069be
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Wed Jun 3 12:14:34 2026 +0200

    feat: ??? Add tag filter

M	README.org


-> running command: cd /etc/byggsteg/job-clone/scriba/trunk && maak test


scanning directories for unit tests...
scanning present working directory for unit tests...

found unit tests: (file-log-spec.scm string-log-spec.scm syslog-spec.scm auto-log-spec.scm log-spec.scm)


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, 5694 microseconds

running unit tests from file: string-log-spec.scm, entrypoint: spec


------------------------------------------
[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
------------------------------------------
[suite] Dynamic Tag Filtering Pipeline
  [test] Non-Matching Tag Suppression
    [assert] Intercepts unlisted tag streams and silently drops them via log-unit redirection
    [pass] success running without errors
  [test] Matching Tag Interception
    [assert] Passes execution and prepends active tags when context matches the filter hash
    [pass] success running without errors
[info] ran 2 tasks in: 0 seconds, 1662 microseconds

running unit tests from file: syslog-spec.scm, entrypoint: spec


<14>2 2026-06-03T12:14:47+0200 wolk-jjba 16499 - [sample-1="value-1"] Some log with context
<14>2 2026-06-03T12:14:47+0200 wolk-jjba 16499 - [sample-1="value-1"] Some log with context
<14>2 2026-06-03T12:14:47+0200 wolk-jjba 16499 - 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, 1525 microseconds

running unit tests from file: auto-log-spec.scm, entrypoint: spec


[INFO] [2026-06-03 12:14:47 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, 1161 microseconds

running unit tests from file: log-spec.scm, entrypoint: spec


{"level":"WARNING","time":"2026-06-03 12:14:47 CEST","host":"wolk-jjba","message":"some kind of warning"}
{"level":"SUCCESS","time":"2026-06-03 12:14:47 CEST","host":"wolk-jjba","message":"yes! we made it"}
{"tags":["performance"],"time":"2026-06-03 12:14:47 CEST","host":"wolk-jjba","message":"Slept 0 seconds"}
{"time":"2026-06-03 12:14:47 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:14:47 CEST","host":"wolk-jjba","message":"Hello Scriba, current module is: #<directory (guile-user) 7f688df29c80>!"}
{"level":"INFO","time":"2026-06-03 12:14:47 CEST","host":"wolk-jjba","message":"Some log with context","sample-2":"value-2"}
{"level":"INFO","time":"2026-06-03 12:14:47 CEST","host":"wolk-jjba","message":"Hello Scriba!"}
[2026-06-03 12:14:47 CEST] [INFO] Some log with context [sample-1=value-1]
[2026-06-03 12:14:47 CEST] [INFO] Hello Scriba!
[2026-06-03 12:14:47 CEST] [INFO] [#hello #world] Hello World!
[2026-06-03 12:14:47 CEST] [INFO] [#hello #world] Yes! [planet=earth]
[2026-06-03 12:14:47 CEST] [#performance] Slept 0 seconds
[2026-06-03 12:14:47 CEST] [WARNING] some kind of warning
[2026-06-03 12:14:47 CEST] [CRITICAL] IN VINO VERITAS
[2026-06-03 12:14:47 CEST] [CRITICAL] IN AQUA [SANITAS=CARPE DIEM]
[2026-06-03 12:14:47 CEST] [SUCCESS] ja, wir schaffen das!
[2026-06-03 12:14:47 CEST] [SUCCESS] yes! we made it
[2026-06-03 12:14:47 CEST] While any editor can save your files only Emacs can save your soul !
[2026-06-03 12:14:47 CEST] [INFO] Hello Scriba, 2 + 2 = 4!
------------------------------------------
[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] Encodes active metadata maps as nested JSON objects within the parent scheme payload
    [pass] success running without errors
    [assert] Serializes clean, unformatted top-level message keys to JSON text fields
    [pass] success running without errors
  [test] Standard and Colorized Console Output Handling
    [assert] Safely captures and binds flat associative context pairs during console emission
    [pass] success running without errors
    [assert] Processes baseline strings, colorized streams, and multi-layered tag/context parameters without faults
    [pass] success running without errors
    [assert] Enforces strict severity thresholds and evaluates format string arguments across console writers
    [pass] success running without errors
------------------------------------------
[suite] Severity Threshold Hierarchy Validation
  [test] Log Level Precedence Visibility Matrix
    [assert] Permit: [error] visibility should be active inside a [error] 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] 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 [debug] logging threshold
    [pass] assertion succesful, got: #t
    [assert] Permit: [warning] visibility should be active inside a [trace] logging threshold
    [pass] assertion succesful, got: #t
    [assert] Suppress: [trace] visibility should be discarded inside a [debug] logging threshold
    [pass] assertion succesful, got: #f
    [assert] Permit: [success] visibility should be active inside a [info] logging threshold
    [pass] assertion succesful, got: #t
    [assert] Permit: [info] visibility should be active inside a [trace] logging threshold
    [pass] assertion succesful, got: #t
    [assert] Permit: [error] visibility should be active inside a [warning] 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
[info] ran 2 tasks in: 0 seconds, 3851 microseconds

finished running tests


--------------------------------------------------------------

Maak: the infinitely extensible command runner

Loading tasks from Maak file: /etc/byggsteg/job-clone/scriba/trunk/maak.scm

Executing Maak tasks: test

--------------------------------------------------------------

=> Running Maak task: test

  Run project's tests.


-> running command: cd /etc/byggsteg/job-clone/scriba/trunk && 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/trunk/maak.scm

Executing Maak tasks: deploy

--------------------------------------------------------------

=> Running Maak task: deploy

  Generate documentation for the project and publish to web directory.