X86: docker-compose package is missing

Trying to rebuild an x86 image with the Image Builder and it keeps failing on:

Collected errors:
 * opkg_install_cmd: Cannot install package docker-compose.

I've tried to search old forum posts for buildbots links for packages and everything gets redirected to https://buildbot.openwrt.org/images/#/, where I don't even see the jobs for 23.05 packages being rebuilt.

Can the people in the know educate me on how can I look up when the next x86 23.05 packages job will be ran and if there are any indications that docker-compose will be successfully built then?

Thanks!

hi,

i would check faillogs at https://downloads.openwrt.org/releases/faillogs-23.05/x86_64/packages/.

which shows at this moment docker-compose failure for the last build indeed. which happened on aug.02. so that probably can help answer your question if a particular package failed or not.

but when next build is scheduled i cannot help. according to https://buildbot.openwrt.org/images/#/builders/70 it is requested though at 1722634572 epoch time.

1 Like

Thanks, I've seen the link to snapshot packages faillogs, but couldn't figure out how to get to release faillogs.

I don't understand why it's failing to build all of sudden (https://downloads.openwrt.org/releases/faillogs-23.05/x86_64/packages/docker-compose/compile.txt), there haven't been updates to docker-compose in 23.05 repo for over 5 months: https://github.com/openwrt/packages/commits/openwrt-23.05/utils/docker-compose/Makefile

Did the upstream silently change files and now hash needs to be updated? Anyone has any other ideas?

Network issue in the build system/CICD pipeline: https://github.com/openwrt/packages/issues/24570#issuecomment-2227180507

Finding targets
verifying github.com/aws/aws-sdk-go-v2/config@v1.15.5/go.mod: checksum mismatch
	downloaded: h1:G7mAYYxgmS0lVkHyy2hEOLQCFB0DlQFTMLWggykrydY=
	go.sum:     h1:ZijHHh0xd/A+ZY53az0qzC5tT46kt4JVCePf2NX9Lk4=

should be solved when packages are rebuilt

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.