Project

General

Profile

Actions

Bug #24418

open

No connection adapters were found for 'teuthology.front.sepia.ceph.com/...'

Added by Anonymous almost 6 years ago. Updated almost 6 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

I suspect that this would work if we ended-up calling the get_adapter function with the right http: address.

teuthology-suite -vv --ceph-repo https://github.com/ceph/ceph.git -c master -n 7 -m ovh -s kcephfs/thrash -k distro -e wusui@redhat.com --suite-branch wip-wusui-24138 --suite-repo https://github.com/ceph/ceph
.
.
.
2018-06-05 01:23:41,064.064 ERROR:teuthology.report:Could not report results to teuthology.front.sepia.ceph.com
Traceback (most recent call last):
  File "/home/wusui/teuthology/teuthology/report.py", line 466, in try_push_job_info
    push_job_info(run_name, job_id, job_info)
  File "/home/wusui/teuthology/teuthology/report.py", line 431, in push_job_info
    reporter.report_job(run_name, job_id, job_info)
  File "/home/wusui/teuthology/teuthology/report.py", line 292, in report_job
    response = self.session.post(run_uri, data=job_json, headers=headers)
  File "/home/wusui/teuthology/virtualenv/local/lib/python2.7/site-packages/requests/sessions.py", line 535, in post
    return self.request('POST', url, data=data, json=json, **kwargs)
  File "/home/wusui/teuthology/virtualenv/local/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
    resp = self.send(prep, **send_kwargs)
  File "/home/wusui/teuthology/virtualenv/local/lib/python2.7/site-packages/requests/sessions.py", line 603, in send
    adapter = self.get_adapter(url=request.url)
  File "/home/wusui/teuthology/virtualenv/local/lib/python2.7/site-packages/requests/sessions.py", line 685, in get_adapter
    raise InvalidSchema("No connection adapters were found for '%s'" % url)
InvalidSchema: No connection adapters were found for 'teuthology.front.sepia.ceph.com/runs/wusui-2018-06-05_01:23:15-kcephfs:thrash-master-distro-basic-ovh/jobs/'
Job scheduled with name wusui-2018-06-05_01:23:15-kcephfs:thrash-master-distro-basic-ovh and ID 2627390
2018-06-05 01:23:41,102.102 INFO:teuthology.suite.run:Test results viewable at http://pulpito.ceph.com/wusui-2018-06-05_01:23:15-kcephfs:thrash-master-distro-basic-ovh/
Actions #1

Updated by Anonymous almost 6 years ago

  • Assignee set to Anonymous
Actions #2

Updated by Yuri Weinstein almost 6 years ago

I was able to schedule as:

CEPH_QA_MAIL="ceph-qa@ceph.com"; MACHINE_NAME=smithi; CEPH_BRANCH=master

teuthology-suite -v --ceph-repo https://github.com/ceph/ceph.git -c $CEPH_BRANCH -m $MACHINE_NAME -s multimds -k testing -p 70 -e $CEPH_QA_MAIL --suite-branch wip-wusui-24138 --suite-repo https://github.com/ceph/ceph.git -n 7 --subset 35/999

http://pulpito.ceph.com/yuriw-2018-06-12_21:16:57-multimds-master-testing-basic-smithi/

Actions

Also available in: Atom PDF