Hi! I've seen this failure once in a while, it doesn't happen always. I thought it was a non-amd64 issue until I finally noticed it on amd64 too. The following are two runs of the same build+test in amd64:
--- PASS: TestDense_AddScalar_reuse (0.05s)
=== RUN TestDense_SubScalar_reuse
testutils_test.go:552: q.Dtype: int8
testutils_test.go:553: correct
[71 101 51 -3 108 95 -122 -35 -23 47]
testutils_test.go:554: got
[0 0 0 0 0 0 0 0 0 0]
dense_arith_test.go:1662: Reuse Mutation test for Sub failed: #460: failed on input [-47 59 -82 33 -68 39 29 113 75 28], [0 0 0 0 0 0 0 0 0 0], false
--- FAIL: TestDense_SubScalar_reuse (0.05s)
=== RUN TestDense_MulScalar_reuse
--- PASS: TestDense_MulScalar_reuse (0.05s)