Skip Menu |

This queue is for tickets about the Net-Social-Mapper CPAN distribution.

Report information
The Basics
Id: 122643
Status: open
Priority: 0/
Queue: Net-Social-Mapper

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc: RURBAN [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.5
Fixed in: (no value)



CC: RURBAN [...] cpan.org
Subject: Duplicate keys not allowed
My smoker systems started to report the following test failures: ... Duplicate keys not allowed, at character offset 19102 (before "typepad-profiles": {...") at /opt/perl-5.27.2t/lib/site_perl/5.27.2/JSON/Any.pm line 592, <DATA> line 1. # Looks like your test exited with 255 just after 7. t/01website.t ......... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 8/15 subtests Duplicate keys not allowed, at character offset 19102 (before "typepad-profiles": {...") at /opt/perl-5.27.2t/lib/site_perl/5.27.2/JSON/Any.pm line 592, <DATA> line 1. # Looks like your test exited with 255 just after 7. ... (etc.) ... It's possible that this problem is related to this change in Cpanel::JSON::XS: https://metacpan.org/source/RURBAN/Cpanel-JSON-XS-3.0237/Changes#L15
On Sat Jul 29 15:02:40 2017, SREZIC wrote: Show quoted text
> My smoker systems started to report the following test failures: > > ... > Duplicate keys not allowed, at character offset 19102 (before > "typepad-profiles": {...") at /opt/perl- > 5.27.2t/lib/site_perl/5.27.2/JSON/Any.pm line 592, <DATA> line 1. > # Looks like your test exited with 255 just after 7. > t/01website.t ......... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 8/15 subtests > Duplicate keys not allowed, at character offset 19102 (before > "typepad-profiles": {...") at /opt/perl- > 5.27.2t/lib/site_perl/5.27.2/JSON/Any.pm line 592, <DATA> line 1. > # Looks like your test exited with 255 just after 7. > ... (etc.) ... > > It's possible that this problem is related to this change in > Cpanel::JSON::XS: > https://metacpan.org/source/RURBAN/Cpanel-JSON-XS-3.0237/Changes#L15
Yes, that's a new "feature". JSON specs disallow duplicate keys, and with mode ->relaxed at fails now. -- Reini Urban