This failure is due to unavailability of libjffi-1.2.so for s390x . basically jenkins/core uses posix.jnr which downloads and uses jffi-1.3.3-native.jar. jffi-1.3.3-native.jar doesn't have s390x/ libjffi-1.2.so though jnr/jffi has s390x support . Already issue is open with jffi community - https://github.com/jnr/jffi/issues/113
Created this issue to keep track of this failure. Once jnr/jffi#113 <https://github.com/jnr/jffi/issues/113> fixed, jenkins test failure on s390x will be resolved On Wed, Sep 1, 2021 at 6:25 PM Nayana Thorat <[email protected]> wrote: > Hello, > I tried building and testing jenkins code (jenkins-2.289.3.tar.gz) on > s390x by executing command: > mvn clean install > Observed test failure as > FilePathTest.copyToWithPermissionSpecialPermissions:492 Special > permissions should be copied on the same machine expected:<1535> but > was:<420> > Want to know if this test is crucial one? > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/XcwjIdN5Xq8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/1809347a-36b1-4af1-86a5-b014ae4ef432n%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/1809347a-36b1-4af1-86a5-b014ae4ef432n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Regards, Nayana -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAG8N5xff8T3K3n98K988Y6SL6Lw0V911Du5aEyv382qVT_gYEg%40mail.gmail.com.
