pv icon indicating copy to clipboard operation
pv copied to clipboard

remote-cksum test failed on Fedora ppc64le

Open cheese opened this issue 2 years ago • 5 comments

remote-cksum test failed on Fedora 37/rawhide ppc64le. Tests are good on other architectures.

+ make test
sh ./autoconf/scripts/run-test.sh ./pv .
000 - cat:             OK
001 - interval:        OK
002 - rate:            OK
003 - progress:        OK
004 - timer:           OK
005a - eta:            OK
005b - fineta:         OK
006 - ratecount:       OK
007 - bytes:           OK
008 - numeric:         OK
009 - quiet:           OK
010 - pipe:            OK
011 - cksum:           OK
012 - averagerate:     OK
013 - 1mboundary:      OK
014 - 1mboundary2:     OK
015 - cksumpipe:       OK
016 - numeric-timer:   OK
017 - numeric-bytes:   OK
018 - remote-format:   OK
019 - remote-cksum:    pv: 2411631: message not received
FAILED
020 - stop-at-size:    OK
make: *** [Makefile:277: test] Error 1

full log: build.log

cheese avatar Aug 20 '22 11:08 cheese

Hello

I don't have a similar system to try to reproduce this on.

Did this fail every time, or was it intermittent?

Was the system under load?

a-j-wood avatar Aug 20 '22 19:08 a-j-wood

Did this fail every time, or was it intermittent?

Every time.

Was the system under load?

The system is the builder of Fedora. The ppc64le builders are slower than the x86_64 ones.

cheese avatar Aug 21 '22 03:08 cheese

I believe the issue is/was intermittent, the test passes in the last builds in koji and in my local builds. Because ppc64le != ppc64el, so the test is actually enabled. See eg. https://kojipkgs.fedoraproject.org//packages/pv/1.6.20/4.fc38/data/logs/ppc64le/build.log

...
017 - numeric-bytes:   OK
018 - remote-format:   OK
019 - remote-cksum:    OK
020 - stop-at-size:    OK
+ RPM_EC=0
...

sharkcz avatar Aug 22 '22 07:08 sharkcz

Good catch!

cheese avatar Aug 22 '22 11:08 cheese

But as I said, the test passes, so no need to disable it in the build.

sharkcz avatar Aug 22 '22 12:08 sharkcz

Hello, I'll close this, as I can't reproduce it and it sounds like it is an issue outside of PV.

a-j-wood avatar Jul 16 '23 00:07 a-j-wood