A helpful hint is in http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/4492/artifact/exported-artifacts/basic-suit-master-el7/test_logs/basic-suite-master/post-098_ovirt_provider_ovn.py/lago-basic-suite-master-engine/_var_log/ovirt-engine/engine.log : Caused by: org.jboss.resteasy.spi.ReaderException: org.codehaus.jackson.map.JsonMappingException: Can not construct instance of java.util.Calendar from String value '2017-12-27 13:19:51Z': not a valid representation (error: Can not parse date "2017-12-27 13:19:51Z": not compatible with any of standard forms ("yyyy-MM-dd'T'HH:mm:ss.SSSZ", "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", "EEE, dd MMM yyyy HH:mm:ss zzz", "yyyy-MM-dd")) at [Source: org.jboss.resteasy.client.core.BaseClientResponse$InputStreamWrapper@72c184c5; line: 1, column: 23] (through reference chain: com.woorea.openstack.keystone.model.Access["token"]->com.woorea.openstack.keystone.model.Token["expires"])
This problem was introduced by https://gerrit.ovirt.org/#/c/85702/ I created a fix: https://gerrit.ovirt.org/85734 On Mon, 25 Dec 2017 11:30:19 +0200 Eyal Edri <[email protected]> wrote: > Adding ovn maintainers. > > On Sun, Dec 24, 2017 at 9:25 AM, Barak Korren <[email protected]> > wrote: > > > Test failed: [ 098_ovirt_provider_ovn.use_ovn_provider ] > > > > Link to suspected patches: > > > > - Linked test failed on: > > https://gerrit.ovirt.org/#/c/85703/3 > > - It seems OVN patches had been failing tests ever since: > > https://gerrit.ovirt.org/#/c/85645/2 > > > > Link to Job: > > http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/4492/ > > > > Link to all logs: > > http://jenkins.ovirt.org/job/ovirt-master_change-queue- > > tester/4492/artifact/exported-artifacts/basic-suit-master- > > el7/test_logs/basic-suite-master/post-098_ovirt_provider_ovn.py/ > > > > Error snippet from log: > > > > <error> > > > > Fault reason is "Operation Failed". Fault detail is "Failed to > > communicate with the external provider, see log for additional > > details.". HTTP response code is 400. > > -------------------- >> begin captured logging << > > -------------------- requests.packages.urllib3.connectionpool: > > INFO: * Starting new HTTPS connection (1): 192.168.201.4 > > py.warnings: WARNING: * Unverified HTTPS request is being made. > > Adding certificate verification is strongly advised. See: > > https://urllib3.readthedocs.org/en/latest/security.html > > requests.packages.urllib3.connectionpool: DEBUG: "POST /v2.0/tokens/ > > HTTP/1.1" 200 None > > requests.packages.urllib3.connectionpool: INFO: * Starting new > > HTTPS connection (1): 192.168.201.4 > > requests.packages.urllib3.connectionpool: DEBUG: > > "GET /v2.0/networks/ HTTP/1.1" 200 None > > requests.packages.urllib3.connectionpool: INFO: * Starting new > > HTTPS connection (1): 192.168.201.4 > > requests.packages.urllib3.connectionpool: DEBUG: "GET /v2.0/ports/ > > HTTP/1.1" 200 None > > requests.packages.urllib3.connectionpool: INFO: * Starting new > > HTTPS connection (1): 192.168.201.4 > > requests.packages.urllib3.connectionpool: DEBUG: "GET /v2.0/subnets/ > > HTTP/1.1" 200 None > > requests.packages.urllib3.connectionpool: INFO: * Starting new > > HTTPS connection (1): 192.168.201.4 > > requests.packages.urllib3.connectionpool: DEBUG: > > "POST /v2.0/networks/ HTTP/1.1" 201 None > > requests.packages.urllib3.connectionpool: INFO: * Starting new > > HTTPS connection (1): 192.168.201.4 > > requests.packages.urllib3.connectionpool: DEBUG: > > "POST /v2.0/subnets/ HTTP/1.1" 201 None > > requests.packages.urllib3.connectionpool: INFO: * Starting new > > HTTPS connection (1): 192.168.201.4 > > requests.packages.urllib3.connectionpool: DEBUG: "POST /v2.0/ports/ > > HTTP/1.1" 201 None > > requests.packages.urllib3.connectionpool: INFO: * Starting new > > HTTPS connection (1): 192.168.201.4 > > requests.packages.urllib3.connectionpool: DEBUG: > > "GET /v2.0/networks/ HTTP/1.1" 200 None > > requests.packages.urllib3.connectionpool: INFO: * Starting new > > HTTPS connection (1): 192.168.201.4 > > requests.packages.urllib3.connectionpool: DEBUG: "GET /v2.0/ports/ > > HTTP/1.1" 200 None > > requests.packages.urllib3.connectionpool: INFO: * Starting new > > HTTPS connection (1): 192.168.201.4 > > requests.packages.urllib3.connectionpool: DEBUG: "GET /v2.0/subnets/ > > HTTP/1.1" 200 None > > --------------------- >> end captured logging << > > --------------------- > > > > > > > > </error> > > > > > > > > -- > > Barak Korren > > RHV DevOps team , RHCE, RHCi > > Red Hat EMEA > > redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted > > _______________________________________________ > > Devel mailing list > > [email protected] > > http://lists.ovirt.org/mailman/listinfo/devel > > > > > > > > _______________________________________________ Devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/devel
