028d9887-0c4c-473f-85cb-2d70a73c044a
(lambda() `((task . ("make-test" "pull-and-deploy")) (project . "hygguile") (branch-name . "trunk") (clone-url . "https://codeberg.org/jjba23/hygguile.git")))
starting new job... -> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && uname -a Linux wolk-jjba 6.14.8-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux -> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && git pull Updating 6e6c61e..3cfc751 Fast-forward src/hygguile/components/button.scm | 49 ++++++++++++++++++++++++++++---------- src/hygguile/hygguile.scm | 2 ++ 2 files changed, 39 insertions(+), 12 deletions(-) -> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && git log --name-status HEAD^..HEAD commit 3cfc75141e91a9afb463a081c8efbdecf37a93ac Author: Josep BigorraDate: Sun Jun 15 23:58:42 2025 +0200 ?? M src/hygguile/components/button.scm M src/hygguile/hygguile.scm -> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && make test make[1]: Entering directory '/etc/byggsteg/job-clone/hygguile/trunk' guix shell -m manifest.scm -- \ guile -L ./src \ -L ./test \ -c "((@ (hygguile test-runners) run-project-tests))" loading test module: ./test/hygguile/abstraction-test.scm loading test module: ./test/hygguile/components/button-test.scm loading test module: ./test/hygguile/components/icon-test.scm loading test module: /run/current-system/profile/share/guile/site/3.0/unit-test.scm -> PROJECT TEST --> module (hygguile abstraction-test) ---> mk-class [pass] <> [pass] <> [pass] <> [pass] <> <-- mk-class ---> render-if [pass] <> [pass] <> [pass] <> <-- render-if ---> pretty-quote [pass] <> [pass] <> [pass] <> [pass] <> [pass] <> [pass] <> [pass] <> [pass] <> [pass] <> [pass] <> [pass] <> [pass] <> [pass] <> <-- pretty-quote <- module (hygguile abstraction-test) --> module (hygguile components button-test) ---> hygguile buttons [pass] <> [pass] <> [pass] <> [fail] <> <-- hygguile buttons <- module (hygguile components button-test) --> module (hygguile components icon-test) ---> hygguile icons [pass] <> <-- hygguile icons <- module (hygguile components icon-test) < PROJECT TEST Source: hygguile/components/icon-test.scm Asserts: pass = 24, xfail = 0, xpass = 0, fail = 1 make[1]: Leaving directory '/etc/byggsteg/job-clone/hygguile/trunk' -> running command: cd /etc/byggsteg/job-clone/hygguile/trunk && sudo make deploy rm -rf dist && mkdir -p dist cp -rf resources/ttf dist/ttf guix shell -m manifest.scm -- guile -L ./src showcase.scm