Topic: rpmbuild memcached fails?

I downloaded memcached-1.4.22-1.remi.src.rpm and installed it.

I tried running

rpmbuild -ba memcached

, and it fails.  Here are the important lines from the output:

t/lru-crawler.t ...... 93/221 Timeout.. killing the process
t/lru-crawler.t ...... Failed 126/221 subtests 

...

t/lru-crawler.t    (Wstat: 13 Tests: 95 Failed: 0)
  Non-zero wait status: 13
  Parse errors: Bad plan.  You planned 221 tests but ran 95.
Files=48, Tests=7252, 709 wallclock secs ( 1.52 usr  0.15 sys +  5.86 cusr  1.48 csys =  9.01 CPU)
Result: FAIL
make: *** [test] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.5dyqQJ (%check)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.5dyqQJ (%check)

Have the binary RPMs passed these tests?  If so, how did you get them to pass the test?

Re: rpmbuild memcached fails?

Yes, the test suite pass  (just run a quick build on RHEL-7)

All tests successful.
Files=48, Tests=7378, 119 wallclock secs ( 0.72 usr  0.06 sys +  2.21 cusr  0.55 csys =  3.54 CPU)
Result: PASS
Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: rpmbuild memcached fails?

In case anybody else runs into this -- we were trying to build memcached on a virtual host.  For some reason, the tests were failing.  We stood up a physical host instead, and tried the build there -- all tests passed.