On Fri, Jun 08, 2018 at 10:18:49PM +0300, Niko Tyni wrote: > Source: libur-perl > Version: 0.450-1 > Severity: important > User: debian-p...@lists.debian.org > Usertags: perl-5.28-transition > > This package fails to build with Perl 5.28 (currently in experimental.) > > > http://perl.debian.net/rebuild-logs/perl-5.28-throwaway/libur-perl_0.450-1/libur-perl_0.450-1_amd64-2018-06-08T17:53:04Z.build > > # Failed test 'Response excpetion correctly reflects calling an undefined > function' > # at t/URT/t/41_rpc_basic.t line 103. > # Looks like you failed 1 test of 40. > > [...] > > # Failed test 'Response excpetion correctly reflects calling an undefined > function' > # at t/URT/t/42_rpc_between_processes.t line 126. > # Looks like you failed 1 test of 35.
These parts seem to be https://github.com/genome/UR/issues/136 > # Failed test 'content matches!' > # at t/URT/t/63c_view_with_subviews.t line 151. > # got: '{ > # "id" : "Acme::Cat/And/owner_id/O:\u001dO:111\u001e", > # "members" : [ > # { > # "id" : 222 > # }, > # { > # "id" : 333 > # } > # ] > # } > # ' > # expected: '{ > # "id" : "Acme::Cat/And/owner_id/O:\u001dO:111\u001e", > # "members" : [ > # { > # "id" : "222" > # }, > # { > # "id" : "333" > # } > # ] > # } > # ' This looks similar to #901082 and doesn't seem to show in the CPAN test reports. I wonder what's different for us. -- Niko