See 
<https://builds.apache.org/job/Qpid-proton-c/1816/display/redirect?page=changes>

Changes:

[astitcher] NO-JIRA: Fix build script for Apache Jenkins CI to upgrade pip 
before

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-2 (ubuntu trusty) in workspace 
<https://builds.apache.org/job/Qpid-proton-c/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > http://git-wip-us.apache.org/repos/asf/qpid-proton.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from 
http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git fetch --tags --progress 
 > http://git-wip-us.apache.org/repos/asf/qpid-proton.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision c64dc0cdc702b092b34a991181d7c41df13515e9 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c64dc0cdc702b092b34a991181d7c41df13515e9
Commit message: "NO-JIRA: Fix build script for Apache Jenkins CI to upgrade pip 
before using it. - This is an attempt to avoid some build failures that seem to 
be due to bad versions of pip"
 > git rev-list --no-walk 21340cd20861118f5442e7b0e348c28dd69f551c # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/jenkins8710963478829517729.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux penates.apache.org 3.13.0-141-generic #190-Ubuntu SMP 
Fri Jan 19 12:52:38 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux lsb_release: 
Distributor ID: Ubuntu Description: Ubuntu 14.04.5 LTS Release: 14.04 Codename: 
trusty User: jenkins
=========================
Listing installed packages
cmake 2.8.12.2-0ubuntu3
python 2.7.5-5ubuntu3
ruby 1:1.9.3.4
swig 2.0.11-1ubuntu2
swig2.0 2.0.11-1ubuntu2
=========================
/usr/bin/python
/usr/bin/swig
PATH=/home/jenkins/.local/bin:/home/jenkins/tools/java/latest1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
Downloading/unpacking pip from 
https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl#sha256=070e4bf493c7c2c9f6a08dd797dd3c066d64074c38e9e8a0fb4e6541f266d96c
Cleaning up...
Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 278, in 
run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, 
bundle=self.bundle)
  File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1198, in 
prepare_files
    do_download,
  File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1376, in unpack_url
    self.session,
  File "/usr/lib/python2.7/dist-packages/pip/download.py", line 546, in 
unpack_http_url
    resp = session.get(target_url, stream=True)
  File 
"/usr/share/python-wheels/requests-2.2.1-py2.py3-none-any.whl/requests/sessions.py",
 line 467, in get
    return self.request('GET', url, **kwargs)
  File "/usr/lib/python2.7/dist-packages/pip/download.py", line 237, in request
    return super(PipSession, self).request(method, url, *args, **kwargs)
  File 
"/usr/share/python-wheels/requests-2.2.1-py2.py3-none-any.whl/requests/sessions.py",
 line 455, in request
    resp = self.send(prep, **send_kwargs)
  File 
"/usr/share/python-wheels/requests-2.2.1-py2.py3-none-any.whl/requests/sessions.py",
 line 558, in send
    r = adapter.send(request, **kwargs)
  File 
"/usr/share/python-wheels/requests-2.2.1-py2.py3-none-any.whl/requests/adapters.py",
 line 330, in send
    timeout=timeout
  File 
"/usr/share/python-wheels/urllib3-1.7.1-py2.py3-none-any.whl/urllib3/connectionpool.py",
 line 562, in urlopen
    body=body, headers=headers)
  File 
"/usr/share/python-wheels/urllib3-1.7.1-py2.py3-none-any.whl/urllib3/connectionpool.py",
 line 387, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "/usr/lib/python2.7/httplib.py", line 1017, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python2.7/httplib.py", line 1051, in _send_request
    self.endheaders(body)
  File "/usr/lib/python2.7/httplib.py", line 1013, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python2.7/httplib.py", line 864, in _send_output
    self.send(msg)
  File "/usr/lib/python2.7/httplib.py", line 826, in send
    self.connect()
  File 
"/usr/share/python-wheels/urllib3-1.7.1-py2.py3-none-any.whl/urllib3/connectionpool.py",
 line 145, in connect
    match_hostname(self.sock.getpeercert(),
  File 
"/usr/share/python-wheels/urllib3-1.7.1-py2.py3-none-any.whl/urllib3/contrib/pyopenssl.py",
 line 313, in getpeercert
    for value in get_subj_alt_name(x509)
  File 
"/usr/share/python-wheels/urllib3-1.7.1-py2.py3-none-any.whl/urllib3/contrib/pyopenssl.py",
 line 94, in get_subj_alt_name
    asn1Spec=general_names)
  File "/usr/local/lib/python2.7/dist-packages/pyasn1/codec/ber/decoder.py", 
line 1160, in __call__
    **options
  File "/usr/local/lib/python2.7/dist-packages/pyasn1/codec/ber/decoder.py", 
line 532, in valueDecoder
    asn1Object.verifySizeSpec()
  File "/usr/local/lib/python2.7/dist-packages/pyasn1/type/base.py", line 574, 
in verifySizeSpec
    self.sizeSpec(self)
  File "/usr/local/lib/python2.7/dist-packages/pyasn1/type/constraint.py", line 
39, in __call__
    '%s failed at: %r' % (self, sys.exc_info()[1])
ValueConstraintError: ConstraintsIntersection(ValueSizeConstraint(1, 64)) 
failed at: ValueConstraintError("ValueSizeConstraint(1, 64) failed at: 
ValueConstraintError(SubjectAltName().setComponentByPosition(0, 
GeneralName().setComponentByPosition(2, IA5String(u'r.ssl.fastly.net', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(1, GeneralName().setComponentByPosition(2, 
IA5String(u'*.addthis.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(2, GeneralName().setComponentByPosition(2, 
IA5String(u'*.addthisedge.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(3, 
GeneralName().setComponentByPosition(2, IA5String(u'*.adwerx.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(4, GeneralName().setComponentByPosition(2, 
IA5String(u'*.alittlecraft.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(5, 
GeneralName().setComponentByPosition(2, IA5String(u'*.alittlecraft.it', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(6, GeneralName().setComponentByPosition(2, 
IA5String(u'*.alittlemarket.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(7, 
GeneralName().setComponentByPosition(2, IA5String(u'*.alittlemarket.it', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(8, GeneralName().setComponentByPosition(2, 
IA5String(u'*.alittlemercerie.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(9, 
GeneralName().setComponentByPosition(2, IA5String(u'*.bighatads.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(10, GeneralName().setComponentByPosition(2, 
IA5String(u'*.buzzfeed.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(11, GeneralName().setComponentByPosition(2, 
IA5String(u'*.catchpoint.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(12, GeneralName().setComponentByPosition(2, 
IA5String(u'*.cnn.io', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(13, GeneralName().setComponentByPosition(2, 
IA5String(u'*.corednacdn.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(14, GeneralName().setComponentByPosition(2, 
IA5String(u'*.dollarshaveclub.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(15, 
GeneralName().setComponentByPosition(2, IA5String(u'*.domfee.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(16, GeneralName().setComponentByPosition(2, 
IA5String(u'*.eater.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(17, GeneralName().setComponentByPosition(2, 
IA5String(u'*.fastlylabs.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(18, GeneralName().setComponentByPosition(2, 
IA5String(u'*.files.saymedia-content.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(19, 
GeneralName().setComponentByPosition(2, IA5String(u'*.finncdn.no', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(20, GeneralName().setComponentByPosition(2, 
IA5String(u'*.ft.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(21, GeneralName().setComponentByPosition(2, 
IA5String(u'*.geonet.org.nz', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(22, GeneralName().setComponentByPosition(2, 
IA5String(u'*.hipmunkstaging.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(23, 
GeneralName().setComponentByPosition(2, IA5String(u'*.houselogic.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(24, GeneralName().setComponentByPosition(2, 
IA5String(u'*.issuu.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(25, GeneralName().setComponentByPosition(2, 
IA5String(u'*.isu.pub', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(26, GeneralName().setComponentByPosition(2, 
IA5String(u'*.jackthreads.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(27, 
GeneralName().setComponentByPosition(2, IA5String(u'*.lostmy.name', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(28, GeneralName().setComponentByPosition(2, 
IA5String(u'*.meetupstatic.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(29, 
GeneralName().setComponentByPosition(2, IA5String(u'*.netzwelt.de', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(30, GeneralName().setComponentByPosition(2, 
IA5String(u'*.nfl.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(31, GeneralName().setComponentByPosition(2, 
IA5String(u'*.pagar.me', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(32, GeneralName().setComponentByPosition(2, 
IA5String(u'*.picmonkey.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(33, GeneralName().setComponentByPosition(2, 
IA5String(u'*.pypi.io', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(34, GeneralName().setComponentByPosition(2, 
IA5String(u'*.pypi.org', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(35, GeneralName().setComponentByPosition(2, 
IA5String(u'*.pythonhosted.org', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(36, 
GeneralName().setComponentByPosition(2, IA5String(u'*.r29static.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(37, GeneralName().setComponentByPosition(2, 
IA5String(u'*.realself.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(38, GeneralName().setComponentByPosition(2, 
IA5String(u'*.rtbf.be', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(39, GeneralName().setComponentByPosition(2, 
IA5String(u'*.sbnation.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(40, GeneralName().setComponentByPosition(2, 
IA5String(u'*.shakr.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(41, GeneralName().setComponentByPosition(2, 
IA5String(u'*.shiftpreview.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(42, 
GeneralName().setComponentByPosition(2, IA5String(u'*.static.rtbf.be', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(43, GeneralName().setComponentByPosition(2, 
IA5String(u'*.streamable.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(44, GeneralName().setComponentByPosition(2, 
IA5String(u'*.surfly.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(45, GeneralName().setComponentByPosition(2, 
IA5String(u'*.theverge.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(46, GeneralName().setComponentByPosition(2, 
IA5String(u'*.thrillist.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(47, GeneralName().setComponentByPosition(2, 
IA5String(u'*.tissuu.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(48, GeneralName().setComponentByPosition(2, 
IA5String(u'*.vox-cdn.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(49, GeneralName().setComponentByPosition(2, 
IA5String(u'*.vox.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(50, GeneralName().setComponentByPosition(2, 
IA5String(u'*.voxmedia.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(51, GeneralName().setComponentByPosition(2, 
IA5String(u'*.w-x.co', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(52, GeneralName().setComponentByPosition(2, 
IA5String(u'*.watch.aetnd.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(53, 
GeneralName().setComponentByPosition(2, IA5String(u'*.wework.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(54, GeneralName().setComponentByPosition(2, 
IA5String(u'*.wired.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(55, GeneralName().setComponentByPosition(2, 
IA5String(u'adwerx.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(56, GeneralName().setComponentByPosition(2, 
IA5String(u'alittlecraft.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(57, GeneralName().setComponentByPosition(2, 
IA5String(u'alittlecraft.it', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(58, GeneralName().setComponentByPosition(2, 
IA5String(u'alittlemarket.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(59, 
GeneralName().setComponentByPosition(2, IA5String(u'alittlemarket.it', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(60, GeneralName().setComponentByPosition(2, 
IA5String(u'alittlemercerie.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(61, 
GeneralName().setComponentByPosition(2, IA5String(u'alpha.entrepreneur.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(62, GeneralName().setComponentByPosition(2, 
IA5String(u'api.shiftcommerce.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(63, 
GeneralName().setComponentByPosition(2, 
IA5String(u'assets-staging.themuse.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(64, 
GeneralName().setComponentByPosition(2, IA5String(u'buzzfeed.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(65, GeneralName().setComponentByPosition(2, 
IA5String(u'dev.api.cerebro.cnn.io', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(66, 
GeneralName().setComponentByPosition(2, IA5String(u'dev.historyvault.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(67, GeneralName().setComponentByPosition(2, 
IA5String(u'dev.lifetimemovieclub.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(68, 
GeneralName().setComponentByPosition(2, IA5String(u'eater.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(69, GeneralName().setComponentByPosition(2, 
IA5String(u'entrepreneur.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(70, GeneralName().setComponentByPosition(2, 
IA5String(u'fastly.shiekhdev.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(71, 
GeneralName().setComponentByPosition(2, IA5String(u'ft.com', tagSet=TagSet((), 
Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(72, 
GeneralName().setComponentByPosition(2, IA5String(u'h2.hipmunkstaging.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(73, GeneralName().setComponentByPosition(2, 
IA5String(u'i.gse.io', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(74, GeneralName().setComponentByPosition(2, 
IA5String(u'lostmy.name', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(75, GeneralName().setComponentByPosition(2, 
IA5String(u'preview.entrepreneur.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(76, 
GeneralName().setComponentByPosition(2, IA5String(u'pythonhosted.org', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(77, GeneralName().setComponentByPosition(2, 
IA5String(u'qa.safariflow.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(78, 
GeneralName().setComponentByPosition(2, IA5String(u'realself.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(79, GeneralName().setComponentByPosition(2, 
IA5String(u'rtbf.be', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(80, GeneralName().setComponentByPosition(2, 
IA5String(u'ssl.netzwelt.de', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(81, GeneralName().setComponentByPosition(2, 
IA5String(u'stag2.wired.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(82, GeneralName().setComponentByPosition(2, 
IA5String(u'stag3.wired.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(83, GeneralName().setComponentByPosition(2, 
IA5String(u'stag4.wired.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(84, GeneralName().setComponentByPosition(2, 
IA5String(u'static.refinery29.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(85, 
GeneralName().setComponentByPosition(2, IA5String(u'static.wixstatic.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(86, GeneralName().setComponentByPosition(2, 
IA5String(u'streamable.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(87, GeneralName().setComponentByPosition(2, 
IA5String(u'surfly.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(88, GeneralName().setComponentByPosition(2, 
IA5String(u'theverge.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(89, GeneralName().setComponentByPosition(2, 
IA5String(u'ticketcity.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(90, GeneralName().setComponentByPosition(2, 
IA5String(u'vox-cdn.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(91, GeneralName().setComponentByPosition(2, 
IA5String(u'vox.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(92, GeneralName().setComponentByPosition(2, 
IA5String(u'wired.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(93, GeneralName().setComponentByPosition(2, 
IA5String(u'www.dexigner.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(94, GeneralName().setComponentByPosition(2, 
IA5String(u'www.entrepreneur.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(95, 
GeneralName().setComponentByPosition(2, IA5String(u'www.joyent.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(96, GeneralName().setComponentByPosition(2, 
IA5String(u'www.qa.safariflow.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))).setComponentByPosition(97, 
GeneralName().setComponentByPosition(2, IA5String(u'www.stackpop.com', 
tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, 
tagId=2))))).setComponentByPosition(98, GeneralName().setComponentByPosition(2, 
IA5String(u'www.ticketcity.com', tagSet=TagSet((), Tag(tagClass=128, 
tagFormat=0, tagId=2))))),)",)

Storing debug log for failure in /home/jenkins/.pip/pip.log
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files 
were found. Configuration error?

Reply via email to