viewing logs

job succeeded

kmk

time taken
2 seconds
started at
Wed Aug 20 11:39:14 2025
updated at
Wed Aug 20 11:39:16 2025
log uuid
6ea9f30f-a676-45c3-ad73-30c3300937ff
inspect the job's lambda expression
(lambda()
  `((task . "trivial")
    (project . "kmk")
    (branch-name . "trunk")            
    (clone-url . "https://codeberg.org/jjba23/kmk.git")
    (trivial-cmds . (
     "echo '#!/usr/bin/env bash' | sudo tee -a ./task.bash"
     "echo 'sudo guix shell -f guix.scm -- kmk deploy' | sudo tee -a ./task.bash"
     "sudo chmod +x ./task.bash"
     "bash task.bash"
     "sudo rm ./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 b0a93e4..ed8d544
Fast-forward
 .woodpecker/byggsteg.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

    ???? ci: Trigger

M	.woodpecker/byggsteg.yaml

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

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

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

-> running command: bash task.bash

-> running command: sudo rm ./task.bash