<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I’ll have look at the failing tests tomorrow.<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">28 mars 2017 kl. 20:05 skrev Filip Skokan <<a href="mailto:panva.ip@gmail.com" class="">panva.ip@gmail.com</a>>:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Roland, Hans,<div class=""><br class=""></div><div class="">thank you, the service is now back online, the regressions are still present.</div><div class=""><br class=""></div><div class=""><a href="https://travis-ci.org/panva/openid-client-conformance-tests/builds/215597596" class="">Build</a>, suite<span class="Apple-converted-space"> </span><a href="https://github.com/panva/openid-client-conformance-tests/blob/bc2d9168f291d249c986bd070968fc133006ae55/test/userinfo-endpoint.js#L42-L61" class="">[1]</a>,<span class="Apple-converted-space"> </span><a href="https://github.com/panva/openid-client-conformance-tests/blob/master/test/discovery.js#L23-L30" class="">[2]</a>.</div><div class="gmail_extra"><br clear="all" class=""><div class=""><div class="gmail_signature" data-smartmail="gmail_signature">Best,<br class=""><b class="">Filip Skokan</b></div></div><br class=""><div class="gmail_quote">On Tue, Mar 28, 2017 at 5:43 PM, Roland Hedberg<span class="Apple-converted-space"> </span><span dir="ltr" class=""><<a href="mailto:roland@catalogix.se" target="_blank" class="">roland@catalogix.se</a>></span><span class="Apple-converted-space"> </span>wrote:<br class=""><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"><div style="word-wrap: break-word;" class="">I’ll look at this as soon as I can.<div class="">Have been at a conference the whole day.</div><span class="HOEnZb"><font color="#888888" class=""><div class=""><br class=""></div><div class="">— Roland</div></font></span><div class=""><div class="h5"><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">28 mars 2017 kl. 15:47 skrev Hans Zandbelt via Openid-specs-ab <<a href="mailto:openid-specs-ab@lists.openid.net" target="_blank" class="">openid-specs-ab@lists.openid.<wbr class="">net</a>>:</div><br class="m_8517267128268750723Apple-interchange-newline"><div class=""><div dir="ltr" class="">it looks like there were modifications done to pyoidc on the RP machine itself that did not cleanly merge with an update [1] and that led to a syntax error in src/oic/utils/keyio.py so the restart that was done after the modifications failed [2], all of which was done yesterday Mar 27 11:44 by Roland [3]<div class=""><br class=""></div><div class="">I'll have to refer to Roland (the one with the smoking gun in his hand.. ;-)) to fix this as I'm not sure why the local modifications were done in the first place.</div><div class=""><br class=""><div class="">Hans.</div><div class=""><br class=""></div><div class="">[1]</div><div class=""><div class="">oictest@openid-www2:~/<wbr class="">projects/pyoidc$ git status</div><div class="">On branch master</div><div class="">Your branch and 'origin/master' have diverged,</div><div class="">and have 13 and 10 different commits each, respectively.</div><div class=""> <span class="Apple-converted-space"> </span>(use "git pull" to merge the remote branch into yours)</div><div class="">You have unmerged paths.</div><div class=""> <span class="Apple-converted-space"> </span>(fix conflicts and run "git commit")</div><div class=""><br class=""></div><div class="">Changes to be committed:</div><div class=""><br class=""></div><div class=""><span class="m_8517267128268750723gmail-Apple-tab-span" style="white-space: pre-wrap;"> </span>...</div><div class=""><br class=""></div><div class="">Unmerged paths:</div><div class="">  (use "git add <file>..." to mark resolution)</div><div class=""><br class=""></div><div class=""><span class="m_8517267128268750723gmail-Apple-tab-span" style="white-space: pre-wrap;"> </span>both modified:   src/oic/utils/keyio.py</div><div class=""><br class=""></div><div class="">Untracked files:</div><div class="">  (use "git add <file>..." to include in what will be committed)</div><div class=""><br class=""></div><div class=""><span class="m_8517267128268750723gmail-Apple-tab-span" style="white-space: pre-wrap;">     </span>src/oic/utils/authn/client.py.<wbr class="">local</div></div><div class=""><br class=""></div></div><div class="">[2]</div><div class=""><div class="">Traceback (most recent call last):</div><div class="">  File "server.py", line 9, in <module></div><div class="">    from oidctest.cp import dump_log</div><div class="">  File "/usr/local/lib/python3.5/<wbr class="">dist-packages/oidctest-0.7.0-<wbr class="">py3.5.egg/oidctest/cp/__init__<wbr class="">.py", line 6, in <module></div><div class="">    from otest.events import Events</div><div class="">  File "/usr/local/lib/python3.5/<wbr class="">dist-packages/otest-0.7.0-py3.<wbr class="">5.egg/otest/__init__.py", line 19, in <module></div><div class="">    from oic.oauth2 import HttpError</div><div class="">  File "/usr/local/lib/python3.5/<wbr class="">dist-packages/oic-0.9.5.1-py3.<wbr class="">5.egg/oic/oauth2/__init__.py", line 10, in <module></div><div class="">    from oic.oauth2.message import ASConfigurationResponse</div><div class="">  File "/usr/local/lib/python3.5/<wbr class="">dist-packages/oic-0.9.5.1-py3.<wbr class="">5.egg/oic/oauth2/message.py", line 25, in <module></div><div class="">    from oic.utils.keyio import key_summary</div><div class="">  File "/usr/local/lib/python3.5/<wbr class="">dist-packages/oic-0.9.5.1-py3.<wbr class="">5.egg/oic/utils/keyio.py", line 12</div><div class="">    <<<<<<< HEAD</div><div class="">     ^</div><div class="">SyntaxError: invalid syntax</div></div><div class=""><br class=""></div><div class="">[3]</div><div class=""><div class="">Mar 27 11:43:42 openid-www2 sudo: pam_unix(sudo:session): session opened for user root by roland_hedberg(uid=0)</div><div class="">Mar 27 11:43:44 openid-www2 sudo: pam_unix(sudo:session): session closed for user root</div><div class="">Mar 27 11:44:38 openid-www2 sudo:  oictest : TTY=pts/2 ; PWD=/home/oictest/oidf/oidc_<wbr class="">cp_rplib ; USER=root ; COMMAND=/bin/kill 58924</div><div class="">Mar 27 11:44:38 openid-www2 sudo: pam_unix(sudo:session): session opened for user root by roland_hedberg(uid=0)<br class=""></div></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Mar 28, 2017 at 2:18 PM, Filip Skokan via Openid-specs-ab<span class="Apple-converted-space"> </span><span dir="ltr" class=""><<a href="mailto:openid-specs-ab@lists.openid.net" target="_blank" class="">openid-specs-ab@lists.openid.<wbr class="">net</a>></span><span class="Apple-converted-space"> </span>wrote:<br class=""><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex;"><div dir="ltr" class=""><div class=""><div class="m_8517267128268750723m_-8502015121335466001gmail_signature">Hello,</div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature"><br class=""></div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature">I am attempting to set a daily run of the conformance test suite to account for and test with library's and dependencies updates. </div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature"><br class=""></div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature">While running the same RP test suite as in december two tests are now failing. If i recall correctly there was a big update in the testing software right around january.</div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature"><br class=""></div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature">1)<b class=""> rp-userinfo-bearer-body</b></div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature">i get 200 OK status code with error body {"error": "invalid_request", "error_description": "Token is malformed"}, i should get a userinfo response with a valid subject, this test's behavior was correct in december. Logs from december show a received body bearer, logs from few days ago do not, as if the body was never parsed.</div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature"><br class=""></div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature">2) <b class="">rp-discovery-webfinger-url</b></div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature">Returns a 400 HTML page instead of a well-known webfinger response now, this test's behavior was correct in december.</div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature"><br class=""></div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature">Did anyone pass these tests recently? If so, i would like to get in touch to find out what's different.</div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature"><br class=""></div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature">the testing service over at <a href="https://rp.certification.openid.net:8080/" target="_blank" class="">https://rp.certification.op<wbr class="">enid.net:8080/</a><span class="Apple-converted-space"> </span>is also not available at this time</div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature"><br class=""></div><div class="m_8517267128268750723m_-8502015121335466001gmail_signature">Best,<br class=""><b class="">Filip</b></div></div></div><br class="">______________________________<wbr class="">_________________<br class="">Openid-specs-ab mailing list<br class=""><a href="mailto:Openid-specs-ab@lists.openid.net" target="_blank" class="">Openid-specs-ab@lists.openid.n<wbr class="">et</a><br class=""><a href="http://lists.openid.net/mailman/listinfo/openid-specs-ab" rel="noreferrer" target="_blank" class="">http://lists.openid.net/mailma<wbr class="">n/listinfo/openid-specs-ab</a><br class=""><br class=""></blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>--<span class="Apple-converted-space"> </span><br class=""><div class="m_8517267128268750723gmail_signature" data-smartmail="gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div style="font-size: small;" class=""><a href="mailto:hans.zandbelt@zmartzone.eu" target="_blank" class="">hans.zandbelt@zmartzone.eu</a></div><div style="font-size: small;" class="">ZmartZone IAM -<span class="Apple-converted-space"> </span><a href="http://www.zmartzone.eu/" target="_blank" class="">www.zmartzone.eu</a><br class=""></div></div></div></div></div></div></div>______________________________<wbr class="">_________________<br class="">Openid-specs-ab mailing list<br class=""><a href="mailto:Openid-specs-ab@lists.openid.net" target="_blank" class="">Openid-specs-ab@lists.openid.<wbr class="">net</a><br class=""><a href="http://lists.openid.net/mailman/listinfo/openid-specs-ab" target="_blank" class="">http://lists.openid.net/<wbr class="">mailman/listinfo/openid-specs-<wbr class="">ab</a></div></blockquote></div></div></div></div></div></blockquote></div></div></div></div></blockquote></div><br class=""></div></body></html>