Error in the Daily BlueBuild Job on the Files Module

The scheduled bluebuild job that came with the template, starting failing on the files module on July 1. It looks to be because of a missing directory. Is this a Module error or my configuration? Job Error [06:23:15 g.i/c/cit-os:latest] => #44 0.093 ============================= Start 'files' Module ============================= [06:23:15 g.i/c/cit-os:latest] => #44 0.103 /tmp/modules/files/files.sh: line 15: cd: /tmp/config/files: No such file or directory [06:23:15 g.i/c/cit-os:latest] => #44 0.105 ============================ Failed 'files' Module ============================ [06:23:15 g.i/c/cit-os:latest] => #44 ERROR: process "/bin/sh -c /tmp/scripts/run_module.sh 'files' '{"type":"files","files":[{"source":"LockScreenUi.qml","destination":"/usr/share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/"}]}'" did not complete successfully: exit code: 1 [06:23:15 g.i/c/cit-os:latest] => ------ Cut [06:23:15 g.i/c/cit-os:latest] => 0.093 ============================= Start 'files' Module ============================= [06:23:15 g.i/c/cit-os:latest] => 0.103 /tmp/modules/files/files.sh: line 15: cd: /tmp/config/files: No such file or directory [06:23:15 g.i/c/cit-os:latest] => 0.105 ============================ Failed 'files' Module ============================ The Files part of my config ......... modules: - type: files files: # - source: PearDark/* #If needed to redeploy PearCursors # destination: /var/home/.icons - source: LockScreenUi.qml #ScreenLock test destination: /usr/share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/ - type: dnf .........
Solution:
That's a bug, let me see if I can fix it real quick
Jump to solution
9 Replies
amel
amel2mo ago
do you have ./files on your repo?
amel
amel2mo ago
something like that
No description
Bushwil
BushwilOP2mo ago
Yes I do Like your screenshot it is not in a config folder
amel
amel2mo ago
can you check the bluebuild version in your .github/workflows/build.yml:
steps:
# the build is fully handled by the reusable github action
- name: Build solarpowered images
uses: blue-build/github-action@v1.8
with:
recipe: ${{ matrix.recipe }}
rechunk: true
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}

# enabled by default, disable if your image is small and you want faster builds
maximize_build_space: true
steps:
# the build is fully handled by the reusable github action
- name: Build solarpowered images
uses: blue-build/github-action@v1.8
with:
recipe: ${{ matrix.recipe }}
rechunk: true
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}

# enabled by default, disable if your image is small and you want faster builds
maximize_build_space: true
this part
Bushwil
BushwilOP2mo ago
GitHub
GitHub - CITWil/wil-os
Contribute to CITWil/wil-os development by creating an account on GitHub.
Solution
Luke Skywunker
Luke Skywunker2mo ago
That's a bug, let me see if I can fix it real quick
Bushwil
BushwilOP2mo ago
Thanks, it is fine if it cannot be real quick
Luke Skywunker
Luke Skywunker2mo ago
By real quick I mean today, I've still got work Got a build running to make sure I didn't break anything
Bushwil
BushwilOP2mo ago
That time line works for me thanks @Luke Skywunker

Did you find this page helpful?