from build.log: ``` [----------] 9 tests from DecodeMbAuxTest [ RUN ] DecodeMbAuxTest.TestIhdm_4x4_dc test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: 2665 W[i] Which is: 2917 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: -81 W[i] Which is: -711 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: -299 W[i] Which is: 179 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: 179 W[i] Which is: 197 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: -73 W[i] Which is: 325 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: -139 W[i] Which is: -332 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: -241 W[i] Which is: -224 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: -107 W[i] Which is: 370 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: 155 W[i] Which is: -379 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: -419 W[i] Which is: 320 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: -121 W[i] Which is: 166 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: -527 W[i] Which is: 242 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: 117 W[i] Which is: -563 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: 255 W[i] Which is: 1140 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: -267 W[i] Which is: -126 test/encoder/EncUT_DecodeMbAux.cpp:57: Failure Expected equality of these values: Y[i] Which is: -137 W[i] Which is: 183 [ FAILED ] DecodeMbAuxTest.TestIhdm_4x4_dc (0 ms) ``` Reproducible: Always
Created attachment 895262 [details] build.log
Created attachment 895263 [details] environment // profile default/linux/amd64/17.1/desktop/plasma gcc-13 O3 pipe march=native(verbose) lto graphite ggdb3
Created attachment 895264 [details] /etc/portage/make.conf // profile default/linux/amd64/17.1/desktop/plasma gcc-13 O3 pipe march=native(verbose) lto graphite ggdb3 testing FEATUREs : testing
reproducible with media-libs/openh264-2.5.0
The tests works for me at least on amd64. Could be ggdb (didn't try that), could be graphite, could be something else broken if your whole system is compiled with those settings. There's nothing relevant in upstream issues either. So at least it doesn't seem like a common issue.
As I've asked before, please make an effort to reduce what's causing it.