Subject: | ebaySvc.xsd cannot be found anymore |
The test suite started to fail:
...
Died at t/01-get-xsd.t line 17.
# Looks like your test exited with 255 before it could output anything.
t/01-get-xsd.t ....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
t/ebay.xsd is not a file at /tmpfs/.cpan-build-cpansand/2017042800/Marketplace-Ebay-0.191-OwpZIK/blib/lib/Marketplace/Ebay.pm line 179, <DATA> line 1.
# Looks like your test exited with 2 just after 1.
t/basic.t .........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/4 subtests
...
t/ebay.xsd is not a file at /tmpfs/.cpan-build-cpansand/2017042800/Marketplace-Ebay-0.191-OwpZIK/blib/lib/Marketplace/Ebay.pm line 179, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/response.t ......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 19/19 subtests
...
It seems that the xsd file does not exist anymore at developer.ebay.com. strace shows the following:
12670 05:27:16.045068 write(4, "GET /webservices/901/ebaySvc.xsd HTTP/1.1\r\nHost: developer.ebay.com\r\nUser-Agent: HTTP-Tiny/0.070\r\n\r\n", 100) = 100 <0.000033>
...
12670 05:27:16.303478 read(4, "HTTP/1.1 404 Not Found\r\nContent-Security-Policy-Report-Only: default-src 'self' *.ebay.com *.ebaystatic.com; font-src 'self' *.ebay.com *.ebaystatic.com *.ebayc3.com; img-src 'self' data: *.ebay.com *.ebayimg.com *.ebayrtm.com *.ebaystatic.com *.ebayc3.com; script-src 'self' 'unsafe-eval' 'nonce-lXt4D4BWVkFkw0EEVK9hal9wcjYqyU' *.ebay.com *.ebaystatic.com *.ebayrtm.com *.ebayc3.com; style-src 'self' 'unsafe-inline' *.ebay.com *.ebaystatic.com; report-uri /csp-report\r\nX-FRAME-OPTIONS: SAMEORIGIN\r\nSet-Cookie:"..., 32768) = 1691 <0.000024>