On 28/06/18 19:29, Robert Varga wrote: > On 28/06/18 18:06, Faseela K wrote: >> Hi Thanh, >> >> I am still getting some random failures in the distribution checks. >> >> >> >> >> https://jenkins.opendaylight.org/releng/job/netvirt-distribution-check-fluorine/1748/console >> >> >> >> Recheck would help? >> > It looks like the Eclipse Photon release (or something) threw off our > compilation stack. If https://git.opendaylight.org/gerrit/73571 > verifies, then once it is merged we should be okay (on mdsal). > > I guess netvirt will need an equivalent fix.
Yup, that helped, all call sites will need that patch, too. The problem comes from a split package between: ./org/eclipse/platform/org.eclipse.core.runtime ./org/eclipse/platform/org.eclipse.equinox.common Since xtend-maven-plugin pulls in 3.8.0 equinox.common and something else is pulling in core.runtime 3.14.0, the set of certificates do not match (one of the certificates used to sign 3.8.0/3.9.0 expired in March) -- hence the SecurityException. Regards, Robert
signature.asc
Description: OpenPGP digital signature
_______________________________________________ infrastructure mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/infrastructure
