imagebuilder icon indicating copy to clipboard operation
imagebuilder copied to clipboard

TestDispatchArgDefaultBuiltins fails on Debian arm64, armhf

Open siretart opened this issue 1 month ago • 0 comments

On arm64: https://buildd.debian.org/status/fetch.php?pkg=golang-github-openshift-imagebuilder&arch=arm64&ver=1.2.19%2Bds1-1&stamp=1763840621&raw=0

=== RUN   TestDispatchArgDefaultBuiltins
    dispatchers_test.go:34: Expected [BUILDARCH=arm TARGETPLATFORM=linux/arm/v8], got [BUILDARCH=arm TARGETPLATFORM=linux/arm]
--- FAIL: TestDispatchArgDefaultBuiltins (0.00s)

On armhf: https://buildd.debian.org/status/fetch.php?pkg=golang-github-openshift-imagebuilder&arch=armhf&ver=1.2.19%2Bds1-1&stamp=1763840665&raw=0

=== RUN   TestDispatchArgDefaultBuiltins
    dispatchers_test.go:34: Expected [BUILDARCH=arm TARGETPLATFORM=linux/arm/v8], got [BUILDARCH=arm TARGETPLATFORM=linux/arm]
--- FAIL: TestDispatchArgDefaultBuiltins (0.00s)

Test code is here: https://github.com/openshift/imagebuilder/blob/f008840308b30749f7a72af1533529d2efd2eba7/dispatchers_test.go#L16-L36

What's broken here?

siretart avatar Nov 25 '25 11:11 siretart