openwrt / docker

Docker containers of the ImageBuilder and SDK
GNU General Public License v2.0
463 stars 76 forks source link

Error: chdir to cwd ("/home/build/openwrt") #127

Closed cmangla closed 9 months ago

cmangla commented 9 months ago

I'm using the SDK docker image for a CI build. It has been working fine for 22.03.2, but errors on 23.05.0. All Docker pull/create/start/ps/inspect commands seem to go fine. But, on running

echo "src-git airsaned https://github.com/cmangla/AirSane-openwrt.git^${GITHUB_SHA}" >> feeds.conf.default

I get

OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd ("/home/build/openwrt") set in config.json failed: no such file or directory: unknown
Error: Process completed with exit code 126.

Full logs can be seen at: https://github.com/cmangla/AirSane-openwrt/actions/runs/6996528863/job/19032506351?pr=11

Again, it works all fine for 22.03.2. See example at: https://github.com/cmangla/AirSane-openwrt/actions/runs/6996515594/job/19032477610

cmangla commented 9 months ago

I switched to using openwrt/gh-action-sdk to fix this