hygguile-815c07b4-51e4
job succeeded
- time taken
- 15 seconds
- started at
- Tue Jul 21 20:51:34 2026
- updated at
- Tue Jul 21 20:51:49 2026
- log uuid
815c07b4-51e4-43f7-8d6f-9d96ce9c54f8
inspect the job's lambda expression
(lambda()
`((task . ("maak-test" "maak-deploy"))
(project . "hygguile")
(branch-name . "trunk")
(clone-url . "https://codeberg.org/jjba23/hygguile.git")
(env . ((VERITAS_REPORTER . monotone-reporter)))))
starting new job...
-> running command: cd "/etc/byggsteg/job-clone//hygguile/trunk" && git reset --hard && git pull
HEAD is now at 6f92e16 feat: ??? Update Guix
From https://codeberg.org/jjba23/hygguile
6f92e16..89dde9b trunk -> origin/trunk
Updating 6f92e16..89dde9b
Fast-forward
README.org | 28 ++++++++++++++++++++++++----
1 file changed, 24 insertions(+), 4 deletions(-)
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && uname -a
Linux wolk-jjba 7.0.12-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && git log --name-status HEAD^..HEAD
commit 89dde9bf0cf56a348ff8d025137c2fb4f2f1f135
Author: Josep Bigorra <jjbigorra@gmail.com>
Date: Tue Jul 21 20:51:20 2026 +0200
docs: ????
M README.org
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && maak test
guix shell: warning: importing module (srfi srfi-26) from the host
substitute:
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 0.0%
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 16.7%
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 33.3%
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 50.0%
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 66.7%
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 83.3%
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 100.0%
13.1 MB will be downloaded
..
..
.
.
.
..
..
substitute:
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 0.0%
substitute: [Klooking for substitutes on 'https://bordeaux.guix.gnu.org'... 100.0%
14.1 MB will be downloaded
.
The following derivation will be built:
/gnu/store/xk9dhi6iknldq5c29x1pdwr12s3zaiqk-profile.drv
applying 3 grafts for darkhttpd-1.17 ...
applying 4 grafts for direvent-5.4 ...
applying 4 grafts for libgpg-error-1.51 ...
applying 6 grafts for libgcrypt-1.11.0 ...
applying 1 graft for guile-gcrypt-0.5.0 ...
building CA certificate bundle...
listing Emacs sub-directories...
building fonts directory...
building directory of Info manuals...
building profile with 10 packages...
scanning directories for unit tests...
scanning present working directory for unit tests...
found unit tests: (abstraction-spec.scm components/icon-spec.scm components/button-spec.scm)
+----------------------------------------------+
running unit tests from file: abstraction-spec.scm, entrypoint: spec
+----------------------------------------------+
[[1m? suite[0m] [1mAbstraction test suite[0m
[[1m? test[0m] [1mmk-class[0m
[[1m?? assert[0m] [1mmk-class list of symbols is converted to sorted space-separated string[0m
[0;32m? pass - expect: bg-stone-900/75 hover:bg-stone-900 my-2 p-2, got: bg-stone-900/75 hover:bg-stone-900 my-2 p-2[0m
[[1m?? assert[0m] [1mmk-class list of symbols removes duplication[0m
[0;32m? pass - expect: my-2 p-2, got: my-2 p-2[0m
[[1m?? assert[0m] [1mmk-class empty list returns empty class string[0m
[0;32m? pass - expect: , got: [0m
[[1m?? assert[0m] [1mmk-class false value returns empty class string[0m
[0;32m? pass - expect: , got: [0m
[[1m? test[0m] [1mrender-if[0m
[[1m?? assert[0m] [1mrender-if-nestring with valid string[0m
[0;32m? pass - expect: HELLO, got: HELLO[0m
[[1m?? assert[0m] [1mrender-if-nestring with empty string[0m
[0;32m? pass - expect: (), got: ()[0m
[[1m?? assert[0m] [1mrender-if-nestring with #f[0m
[0;32m? pass - expect: (), got: ()[0m
[[1m? test[0m] [1mpretty-quote[0m
[[1m?? assert[0m] [1mEmpty quoted expression[0m
[0;32m? pass - expect: ', got: '[0m
[[1m?? assert[0m] [1mQuoted expression at the beginning of the string[0m
[0;32m? pass - expect: 'first then more text, got: 'first then more text[0m
[[1m?? assert[0m] [1mQuoted expression with special characters (excluding ')')'[0m
[0;32m? pass - expect: 'value-with-$&+,./:;=?@_~, got: 'value-with-$&+,./:;=?@_~[0m
[[1m?? assert[0m] [1mQuoted expression with spaces[0m
[0;32m? pass - expect: 'some value, got: 'some value[0m
[[1m?? assert[0m] [1mSingle simple quoted expression[0m
[0;32m? pass - expect: 'user, got: 'user[0m
[[1m?? assert[0m] [1mString with a mix of quoted and non-quoted content[0m
[0;32m? pass - expect: prefix 'data infix '(more data) suffix, got: prefix 'data infix '(more data) suffix[0m
[[1m?? assert[0m] [1mQuoted expression with nested parentheses[0m
[0;32m? pass - expect: '(nested value), got: '(nested value)[0m
[[1m?? assert[0m] [1mReal-world like string[0m
[0;32m? pass - expect: 'user #:content "user" #:background 'bg-amber-500 #:hover-background 'hover:bg-amber-700 #:color 'text-onyx-500 #:icon-css '(text-onyx-500 text-xl), got: 'user #:content "user" #:background 'bg-amber-500 #:hover-background 'hover:bg-amber-700 #:color 'text-onyx-500 #:icon-css '(text-onyx-500 text-xl)[0m
[[1m?? assert[0m] [1mMultiple simple quoted expressions[0m
[0;32m? pass - expect: 'name and 'age, got: 'name and 'age[0m
[[1m?? assert[0m] [1mMultiple occurrences of the same quoted expression[0m
[0;32m? pass - expect: 'same and also 'same, got: 'same and also 'same[0m
[[1m?? assert[0m] [1mNo quoted expressions[0m
[0;32m? pass - expect: some text without quotes, got: some text without quotes[0m
[[1m?? assert[0m] [1mQuoted expression at the end of the string[0m
[0;32m? pass - expect: some text 'last, got: some text 'last[0m
[[1m?? assert[0m] [1mMultiple quoted expressions with different types[0m
[0;32m? pass - expect: start 'item middle '(sub item) end, got: start 'item middle '(sub item) end[0m
[1m?? info - ran 1 tasks in: 0 seconds, 2903 microseconds[0m
+----------------------------------------------+
running unit tests from file: components/icon-spec.scm, entrypoint: spec
+----------------------------------------------+
[[1m? suite[0m] [1mIcons[0m
[[1m? test[0m] [1mhygguile icons[0m
[[1m?? assert[0m] [1micon is an <i> element[0m
[0;32m? pass - expect: i, got: i[0m
[1m?? info - ran 1 tasks in: 0 seconds, 811 microseconds[0m
+----------------------------------------------+
running unit tests from file: components/button-spec.scm, entrypoint: spec
+----------------------------------------------+
[[1m? suite[0m] [1mButtons[0m
[[1m? test[0m] [1mhygguile buttons[0m
[[1m?? assert[0m] [1msubmit-button returns a valid button[0m
[0;32m? pass - expect: button, got: button[0m
[[1m?? assert[0m] [1micon-button returns a valid button[0m
[0;32m? pass - expect: button, got: button[0m
[[1m?? assert[0m] [1mbutton returns a valid button[0m
[0;32m? pass - expect: button, got: button[0m
[[1m?? assert[0m] [1mdanger-submit-button returns a valid button[0m
[0;32m? pass - expect: button, got: button[0m
[1m?? info - ran 1 tasks in: 0 seconds, 4902 microseconds[0m;;; note: source file ./test/veritas/unit/abstraction-spec.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/test/veritas/unit/abstraction-spec.scm.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling ./test/veritas/unit/abstraction-spec.scm
;;; note: source file ./src/hygguile/abstraction.scm
;;; newer than compiled /gnu/store/xpxbd8dgdpyym0rhma3bp3dr9v1a3ny4-profile/lib/guile/3.0/site-ccache/hygguile/abstraction.go
;;; note: source file ./src/hygguile/abstraction.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/abstraction.scm.go
;;; compiling ./src/hygguile/abstraction.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/abstraction.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/test/veritas/unit/abstraction-spec.scm.go
;;; note: source file ./test/veritas/unit/components/icon-spec.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/test/veritas/unit/components/icon-spec.scm.go
;;; compiling ./test/veritas/unit/components/icon-spec.scm
;;; note: source file ./src/hygguile/components/icon.scm
;;; newer than compiled /gnu/store/xpxbd8dgdpyym0rhma3bp3dr9v1a3ny4-profile/lib/guile/3.0/site-ccache/hygguile/components/icon.go
;;; note: source file ./src/hygguile/components/icon.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/icon.scm.go
;;; compiling ./src/hygguile/components/icon.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/icon.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/test/veritas/unit/components/icon-spec.scm.go
;;; note: source file ./test/veritas/unit/components/button-spec.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/test/veritas/unit/components/button-spec.scm.go
;;; compiling ./test/veritas/unit/components/button-spec.scm
;;; note: source file ./src/hygguile/components/button.scm
;;; newer than compiled /gnu/store/xpxbd8dgdpyym0rhma3bp3dr9v1a3ny4-profile/lib/guile/3.0/site-ccache/hygguile/components/button.go
;;; note: source file ./src/hygguile/components/button.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/button.scm.go
;;; compiling ./src/hygguile/components/button.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/button.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/test/veritas/unit/components/button-spec.scm.go
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/maak.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/maak.scm.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/maak.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/maak.scm.go
--------------------------------------------------------------
Maak: the infinitely extensible command runner
Loading tasks from Maak file: /etc/byggsteg/job-clone/hygguile/trunk/maak.scm
Executing Maak tasks: test
--------------------------------------------------------------
=> Running Maak task: test
Run project's tests.
-> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && sudo maak deploy
mkdir: map 'dist' is aangemaakt
'resources/css/olive.min.css' -> 'dist/olive.min.css'
guix shell: waarschuwing: module (srfi srfi-26) wordt ingevoerd vanop de externe machine
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/showcase.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/showcase.scm.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/showcase.scm
;;; note: source file ./src/hygguile/hygguile.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/hygguile.scm.go
;;; compiling ./src/hygguile/hygguile.scm
;;; note: source file ./src/hygguile/abstraction.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/abstraction.scm.go
;;; compiling ./src/hygguile/abstraction.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/abstraction.scm.go
;;; note: source file ./src/hygguile/js.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/js.scm.go
;;; compiling ./src/hygguile/js.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/js.scm.go
;;; note: source file ./src/hygguile/embed/js.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/embed/js.scm.go
;;; compiling ./src/hygguile/embed/js.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/embed/js.scm.go
;;; note: source file ./src/hygguile/embed/css.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/embed/css.scm.go
;;; compiling ./src/hygguile/embed/css.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/embed/css.scm.go
;;; note: source file ./src/hygguile/components/button.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/button.scm.go
;;; compiling ./src/hygguile/components/button.scm
;;; note: source file ./src/hygguile/components/icon.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/icon.scm.go
;;; compiling ./src/hygguile/components/icon.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/icon.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/button.scm.go
;;; note: source file ./src/hygguile/components/container.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/container.scm.go
;;; compiling ./src/hygguile/components/container.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/container.scm.go
;;; note: source file ./src/hygguile/components/input.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/input.scm.go
;;; compiling ./src/hygguile/components/input.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/input.scm.go
;;; note: source file ./src/hygguile/components/fly-out.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/fly-out.scm.go
;;; compiling ./src/hygguile/components/fly-out.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/fly-out.scm.go
;;; note: source file ./src/hygguile/components/select.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/select.scm.go
;;; compiling ./src/hygguile/components/select.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/select.scm.go
;;; note: source file ./src/hygguile/components/notification.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/notification.scm.go
;;; compiling ./src/hygguile/components/notification.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/notification.scm.go
;;; note: source file ./src/hygguile/components/typography.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/typography.scm.go
;;; compiling ./src/hygguile/components/typography.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/typography.scm.go
;;; note: source file ./src/hygguile/components/carousel.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/carousel.scm.go
;;; compiling ./src/hygguile/components/carousel.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/carousel.scm.go
;;; note: source file ./src/hygguile/css.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/css.scm.go
;;; compiling ./src/hygguile/css.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/css.scm.go
WARNING: (hygguile hygguile): imported module (hygguile components select) overrides core binding `select'
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/hygguile.scm.go
WARNING: (hygguile hygguile): imported module (hygguile components select) overrides core binding `select'
;;; note: source file ./src/hygguile/sxml.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/sxml.scm.go
;;; compiling ./src/hygguile/sxml.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/sxml.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/showcase.scm.go
WARNING: (guile-user): imported module (hygguile hygguile) overrides core binding `select'
>>= successfully built hygguile showcase to destination: dist/index.html
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/./scripts/embedder.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/scripts/embedder.scm.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/./scripts/embedder.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.7/etc/byggsteg/job-clone/hygguile/trunk/scripts/embedder.scm.go
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/abstraction.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/abstraction.scm.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/abstraction.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/abstraction.scm.go
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/button.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/button.scm.go
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/button.scm
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/icon.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/icon.scm.go
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/icon.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/icon.scm.go
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/button.scm.go
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/carousel.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/carousel.scm.go
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/carousel.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/carousel.scm.go
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/container.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/container.scm.go
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/container.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/container.scm.go
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/fly-out.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/fly-out.scm.go
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/fly-out.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/fly-out.scm.go
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/input.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/input.scm.go
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/input.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/input.scm.go
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/notification.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/notification.scm.go
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/notification.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/notification.scm.go
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/select.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/select.scm.go
;;; compiling API documentation saved to doc/api
/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/select.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/select.scm.go
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/typography.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/typography.scm.go
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/typography.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/components/typography.scm.go
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/css.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/css.scm.go
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/css.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/css.scm.go
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/embed/css.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/embed/css.scm.go
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/embed/css.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/embed/css.scm.go
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/embed/js.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/embed/js.scm.go
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/embed/js.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/embed/js.scm.go
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/hygguile.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/hygguile.scm.go
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/hygguile.scm
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/js.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/js.scm.go
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/js.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/js.scm.go
WARNING: (hygguile hygguile): imported module (hygguile components select) overrides core binding `select'
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/hygguile.scm.go
WARNING: (hygguile hygguile): imported module (hygguile components select) overrides core binding `select'
;;; note: source file /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/sxml.scm
;;; newer than compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/sxml.scm.go
;;; compiling /etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/sxml.scm
;;; compiled /root/.cache/guile/ccache/3.0-LE-8-4.6/etc/byggsteg/job-clone/hygguile/trunk/src/hygguile/sxml.scm.go
index.texi: warning: een 'title'-commando en '@top' vereisen een titel
hernoemd './index' -> './doc/api-dist'
'/srv/http/hygguile.jointhefreeworld.org/olive.min.css' is verwijderd
'/srv/http/hygguile.jointhefreeworld.org/index.html' is verwijderd
map '/srv/http/hygguile.jointhefreeworld.org' is verwijderd
hernoemd 'dist' -> '/srv/http/hygguile.jointhefreeworld.org'
'/srv/http/jointhefreeworld.org/api-docs/hygguile/API.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fabstraction.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005fbutton.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005fcarousel.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005fcontainer.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005ffly_002dout.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005ficon.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005finput.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005fnotification.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005fselect.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005ftypography.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcss.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fembed_005fcss.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fembed_005fjs.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fhygguile.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fjs.html' is verwijderd
'/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fsxml.html' is verwijderd
map '/srv/http/jointhefreeworld.org/api-docs/hygguile' is verwijderd
mkdir: map '/srv/http/jointhefreeworld.org/api-docs/hygguile' is aangemaakt
hernoemd 'doc/api-dist/API.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/API.html'
hernoemd 'doc/api-dist/hygguile_005fabstraction.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fabstraction.html'
hernoemd 'doc/api-dist/hygguile_005fcomponents_005fbutton.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005fbutton.html'
hernoemd 'doc/api-dist/hygguile_005fcomponents_005fcarousel.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005fcarousel.html'
hernoemd 'doc/api-dist/hygguile_005fcomponents_005fcontainer.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005fcontainer.html'
hernoemd 'doc/api-dist/hygguile_005fcomponents_005ffly_002dout.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005ffly_002dout.html'
hernoemd 'doc/api-dist/hygguile_005fcomponents_005ficon.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005ficon.html'
hernoemd 'doc/api-dist/hygguile_005fcomponents_005finput.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005finput.html'
hernoemd 'doc/api-dist/hygguile_005fcomponents_005fnotification.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005fnotification.html'
hernoemd 'doc/api-dist/hygguile_005fcomponents_005fselect.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005fselect.html'
hernoemd 'doc/api-dist/hygguile_005fcomponents_005ftypography.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcomponents_005ftypography.html'
hernoemd 'doc/api-dist/hygguile_005fcss.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fcss.html'
hernoemd 'doc/api-dist/hygguile_005fembed_005fcss.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fembed_005fcss.html'
hernoemd 'doc/api-dist/hygguile_005fembed_005fjs.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fembed_005fjs.html'
hernoemd 'doc/api-dist/hygguile_005fhygguile.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fhygguile.html'
hernoemd 'doc/api-dist/hygguile_005fjs.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fjs.html'
hernoemd 'doc/api-dist/hygguile_005fsxml.html' -> '/srv/http/jointhefreeworld.org/api-docs/hygguile/hygguile_005fsxml.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/hygguile/trunk/maak.scm
Executing Maak tasks: deploy
--------------------------------------------------------------
=> Running Maak task: deploy
Generate documentation for the project and publish to web directory.