The package rpms/cyrus-imapd.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/cyrus-imapd.git/commit/?id=20773f689....
Change: +%ifarch s390x
Thanks.
Full change: ============
commit 20773f689a7cb1b36a950661ea0fa372740e976f Author: Jason Tibbitts tibbs@math.uh.edu Date: Tue Jun 6 16:32:36 2017 -0500
Just stop trying to make Cassandane work on s390x.
diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index f6c78b1..ade555d 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -406,6 +406,17 @@ make %{?_smp_mflags} check || exit 1 exit 0 %endif
+%ifarch s390x +# Unfortunately s390x is simply too slow to reliably run the test suite right +# now. The suite brings up and tears down a complete cyrus environment for +# each test, and the builders are simply unable to handle this reliably right +# now. Tests will simply fail randomly, and playing whack-a-mole with every +# potential failure when a build takes seven hours is just too much. +# s390x-specific test information is still present below in case situation +# improves. +exit 0 +%endif + # Run the Cassandane test suite. This will exhaustively test the various # server components, but running it in a mock chroot is rather an exercise. # Sadly Cassandane simply can't run on a 32-bit host at the moment. It needs @@ -635,6 +646,8 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v complete a single test in 20 seconds. - Disable the Metronome tests; upstream says that they just won't reliably on shared hardware. +- Don't bother running Cassandane on s390x for now. The machines are simply + too slow.
* Tue Jun 06 2017 Jitka Plesnikova jplesnik@redhat.com - 3.0.1-4 - Perl 5.26 rebuild
arch-excludes@lists.fedoraproject.org