viewing logs

job succeeded

kmk

time taken
3 seconds
started at
Wed Aug 20 11:33:11 2025
updated at
Wed Aug 20 11:33:14 2025
log uuid
91c485a5-940e-4b40-a9ca-86cd625ab814
inspect the job's lambda expression
(lambda()
  `((task . "trivial")
    (project . "kmk")
    (branch-name . "trunk")            
    (clone-url . "https://codeberg.org/jjba23/kmk.git")
    (trivial-cmds . (
     "sudo echo '#!/usr/bin/env bash' >> ./task.bash"
     "sudo echo 'sudo guix shell -f guix.scm -- kmk deploy' >> ./task.bash"
     "sudo chmod +x ./task.bash"
     "./task.bash"))))
    

starting new job...

-> running command: cd /etc/byggsteg/job-clone/kmk/trunk && uname -a
Linux wolk-jjba 6.15.9-gnu #1 SMP PREEMPT_DYNAMIC 1 x86_64 GNU/Linux

-> running command: cd /etc/byggsteg/job-clone/kmk/trunk && git pull
Updating 90e981a..f0bc87a
Fast-forward
 .woodpecker/byggsteg.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

-> running command: cd /etc/byggsteg/job-clone/kmk/trunk && git log --name-status HEAD^..HEAD
commit f0bc87aaa384aadc2bca55dab0300566c96bf19c
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Wed Aug 20 11:33:20 2025 +0200

    ???? ci: Trigger

M	.woodpecker/byggsteg.yaml

-> running command: sudo echo '#!/usr/bin/env bash' >> ./task.bash

-> running command: sudo echo 'sudo guix shell -f guix.scm -- kmk deploy' >> ./task.bash

-> running command: sudo chmod +x ./task.bash

-> running command: ./task.bash