viewing logs

job succeeded

kmk

time taken
2 seconds
started at
Wed Aug 20 11:36:19 2025
updated at
Wed Aug 20 11:36:21 2025
log uuid
0160ba77-a8b3-402a-b206-240b73694593
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"
     "./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 f0bc87a..b0a93e4
Fast-forward
 .woodpecker/byggsteg.yaml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-> running command: cd /etc/byggsteg/job-clone/kmk/trunk && git log --name-status HEAD^..HEAD
commit b0a93e4c13848474a303d9a55dbd69e5667f3401
Author: Josep Bigorra <jjbigorra@gmail.com>
Date:   Wed Aug 20 11:36:25 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: ./task.bash

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