scriba-b06394f3-9bd6
job succeeded
- time taken
- 2558 seconds
- started at
- Sun May 24 10:17:30 2026
- updated at
- Sun May 24 11:00:08 2026
- log uuid
b06394f3-9bd6-4d34-8956-71e54e24f4ce
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 b50e8ad feat: ??? Add more log levels
From https://codeberg.org/jjba23/scriba
b50e8ad..f753722 trunk -> origin/trunk
Updating b50e8ad..f753722
Fast-forward
README.org | 14 ++++++-
src/scriba/auto.scm | 84 +++++++++++++++++++++++++++++++++++++
src/scriba/json.scm | 5 ++-
src/scriba/scriba.scm | 20 ++++++---
test/veritas/unit/auto-log-spec.scm | 48 +++++++++++++++++++++
5 files changed, 163 insertions(+), 8 deletions(-)
create mode 100644 src/scriba/auto.scm
create mode 100644 test/veritas/unit/auto-log-spec.scm
-> 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 f7537221c0087bf4647d239eb85a5ea66f8b6603
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Sun May 24 10:59:22 2026 +0200
feat: ??? Add auto-logger
M README.org
A src/scriba/auto.scm
M src/scriba/json.scm
M src/scriba/scriba.scm
A test/veritas/unit/auto-log-spec.scm
-> 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: (auto-log-spec.scm log-spec.scm)
running unit tests from file: auto-log-spec.scm, entrypoint: spec
------------------------------------------
[suite] Log
[test] scriba-auto-logger
[assert] default configuration and formatted message
[WARNING] [2026-05-24 11:00:06 CEST] some kind of warning
[SUCCESS] [2026-05-24 11:00:06 CEST] yes! we made it
[INFO] [2026-05-24 11:00:06 CEST] Hello Scriba, 2 + 2 = 4!
[pass] success running without errors
[assert] default configuration and logging context
[INFO] [2026-05-24 11:00:06 CEST] [sample-1=value-1] Some log with context
[pass] success running without errors
[assert] default configuration and simple message
[INFO] [2026-05-24 11:00:06 CEST] Hello Scriba!
[pass] success running without errors
[info] ran 1 tasks in: 0 seconds, 1871 microseconds
running unit tests from file: log-spec.scm, entrypoint: spec
------------------------------------------
[suite] Log Level
[test] is-in-log-level?
[assert] info is allowed in trace
[pass] assertion succesful, got: #t
[assert] debug is not allowed in critical
[pass] assertion succesful, got: #f
[assert] error is allowed in error
[pass] assertion succesful, got: #t
[assert] trace is not allowed in debug
[pass] assertion succesful, got: #f
[assert] warning is allowed in debug
[pass] assertion succesful, got: #t
[assert] success is allowed in info
[pass] assertion succesful, got: #t
[assert] warning is allowed in trace
[pass] assertion succesful, got: #t
[assert] info is not allowed in error
[pass] assertion succesful, got: #f
[assert] trace is allowed in trace
[pass] assertion succesful, got: #t
[assert] critical is allowed in info
[pass] assertion succesful, got: #t
[assert] error is allowed in warning
[pass] assertion succesful, got: #t
------------------------------------------
[suite] Log
[test] scriba-console-logger
[assert] default configuration and simple message
[INFO] [2026-05-24 11:00:06 CEST] Hello Scriba!
[pass] success running without errors
[assert] default configuration and formatted message
[WARNING] [2026-05-24 11:00:06 CEST] some kind of warning
[SUCCESS] [2026-05-24 11:00:06 CEST] yes! we made it
[INFO] [2026-05-24 11:00:06 CEST] Hello Scriba, 2 + 2 = 4!
[pass] success running without errors
[assert] default configuration and logging context
[INFO] [2026-05-24 11:00:06 CEST] [sample-1=value-1] Some log with context
[pass] success running without errors
[test] scriba-json-logger
[assert] default configuration and simple message
{"level":"INFO","time":"2026-05-24 11:00:06 CEST","message":"Hello Scriba!"}
[pass] success running without errors
[assert] default configuration and logging context
{"level":"INFO","time":"2026-05-24 11:00:06 CEST","message":"Some log with context","sample-2":"value-2"}
[pass] success running without errors
[assert] default configuration and formatted message
{"level":"WARNING","time":"2026-05-24 11:00:06 CEST","message":"some kind of warning"}
{"level":"SUCCESS","time":"2026-05-24 11:00:06 CEST","message":"yes! we made it"}
{"level":"INFO","time":"2026-05-24 11:00:06 CEST","message":"Hello Scriba, current module is: #<directory (guile-user) 7fd6855b6c80>!"}
[pass] success running without errors
[info] ran 2 tasks in: 0 seconds, 9249 microseconds
finished running tests
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling ./test/veritas/unit/auto-log-spec.scm
;;; compiling ./src/scriba/auto.scm
;;; note: source file ./src/scriba/scriba.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/scriba/trunk/src/scriba/scriba.scm.go
;;; compiling ./src/scriba/scriba.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/scriba/trunk/src/scriba/scriba.scm.go
;;; note: source file ./src/scriba/json.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/scriba/trunk/src/scriba/json.scm.go
;;; compiling ./src/scriba/json.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/scriba/trunk/src/scriba/json.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/scriba/trunk/src/scriba/auto.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/scriba/trunk/test/veritas/unit/auto-log-spec.scm.go
--------------------------------------------------------------
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
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /etc/byggsteg/job-clone/scriba/trunk/src/scriba/auto.scm
;;; note: source file /etc/byggsteg/job-clone/scriba/trunk/src/scriba/scriba.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/scriba/trunk/src/scriba/scriba.scm.go
;;; compiling /etc/byggsteg/job-clone/scriba/trunk/src/scriba/scriba.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/scriba/trunk/src/scriba/scriba.scm.go
;;; note: source file /etc/byggsteg/job-clone/scriba/trunk/src/scriba/json.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/scriba/trunk/src/scriba/json.scm.go
;;; compiling /etc/byggsteg/job-clone/scriba/trunk/src/scriba/json.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/scriba/trunk/src/scriba/json.scm.go
;;; note: source file /etc/byggsteg/job-clone/scriba/trunk/src/scriba/console.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/scriba/trunk/src/scriba/console.scm.go
;;; compiling /etc/byggsteg/job-clone/scriba/trunk/src/scriba/console.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/scriba/trunk/src/scriba/console.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/scriba/trunk/src/scriba/auto.scm.go
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_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
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_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'
'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.