You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@qpid.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/11/29 23:19:45 UTC

Build failed in Jenkins: Qpid-proton-c #1904

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

Changes:

[vagrant] PROTON-1974: Correctly detect libraries with earlier versions of CMake

------------------------------------------
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/>
Cloning the remote Git repository
Cloning repository http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git init <https://builds.apache.org/job/Qpid-proton-c/ws/> # 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 config remote.origin.url http://git-wip-us.apache.org/repos/asf/qpid-proton.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > 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
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > 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 b1ec5464ebafd144763c61fc2d8aaf67307ae2f5 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b1ec5464ebafd144763c61fc2d8aaf67307ae2f5
Commit message: "PROTON-1974: Correctly detect libraries with earlier versions of CMake"
 > git rev-list --no-walk ba8c591f9ecf6eabbdc5065e561a33dc44cf06e4 # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/jenkins5548706269492573697.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux penates.apache.org 4.4.0-137-generic #163~14.04.1-Ubuntu SMP Mon Sep 24 17:14:57 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:/snap/bin
Downloading/unpacking pip from https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl#sha256=7909d0a0932e88ea53a7014dfd14522ffef91a464daaaf5c573343852ef98550
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 479, 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 467, 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 570, 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'adwerx.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(55, GeneralName().setComponentByPosition(2, IA5String(u'alittlecraft.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(56, GeneralName().setComponentByPosition(2, IA5String(u'alittlecraft.it', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(57, GeneralName().setComponentByPosition(2, IA5String(u'alittlemarket.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(58, GeneralName().setComponentByPosition(2, IA5String(u'alittlemarket.it', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(59, GeneralName().setComponentByPosition(2, IA5String(u'alittlemercerie.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(60, GeneralName().setComponentByPosition(2, IA5String(u'alpha.entrepreneur.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(61, GeneralName().setComponentByPosition(2, IA5String(u'api.shiftcommerce.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(62, GeneralName().setComponentByPosition(2, IA5String(u'assets-staging.themuse.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(63, GeneralName().setComponentByPosition(2, IA5String(u'buzzfeed.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(64, GeneralName().setComponentByPosition(2, IA5String(u'dev.api.cerebro.cnn.io', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(65, GeneralName().setComponentByPosition(2, IA5String(u'dev.historyvault.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(66, GeneralName().setComponentByPosition(2, IA5String(u'dev.lifetimemovieclub.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(67, GeneralName().setComponentByPosition(2, IA5String(u'eater.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(68, GeneralName().setComponentByPosition(2, IA5String(u'entrepreneur.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(69, GeneralName().setComponentByPosition(2, IA5String(u'fastly.shiekhdev.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(70, GeneralName().setComponentByPosition(2, IA5String(u'ft.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(71, GeneralName().setComponentByPosition(2, IA5String(u'h2.hipmunkstaging.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(72, GeneralName().setComponentByPosition(2, IA5String(u'i.gse.io', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(73, GeneralName().setComponentByPosition(2, IA5String(u'lostmy.name', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(74, GeneralName().setComponentByPosition(2, IA5String(u'preview.entrepreneur.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(75, GeneralName().setComponentByPosition(2, IA5String(u'pythonhosted.org', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(76, GeneralName().setComponentByPosition(2, IA5String(u'qa.safariflow.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(77, GeneralName().setComponentByPosition(2, IA5String(u'realself.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(78, GeneralName().setComponentByPosition(2, IA5String(u'rtbf.be', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(79, GeneralName().setComponentByPosition(2, IA5String(u'ssl.netzwelt.de', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(80, GeneralName().setComponentByPosition(2, IA5String(u'static.refinery29.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(81, GeneralName().setComponentByPosition(2, IA5String(u'static.wixstatic.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(82, GeneralName().setComponentByPosition(2, IA5String(u'streamable.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(83, GeneralName().setComponentByPosition(2, IA5String(u'surfly.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(84, GeneralName().setComponentByPosition(2, IA5String(u'theverge.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(85, GeneralName().setComponentByPosition(2, IA5String(u'vox-cdn.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(86, GeneralName().setComponentByPosition(2, IA5String(u'vox.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(87, GeneralName().setComponentByPosition(2, IA5String(u'www.dexigner.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(88, GeneralName().setComponentByPosition(2, IA5String(u'www.entrepreneur.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(89, GeneralName().setComponentByPosition(2, IA5String(u'www.joyent.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(90, GeneralName().setComponentByPosition(2, IA5String(u'www.qa.safariflow.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2))))).setComponentByPosition(91, GeneralName().setComponentByPosition(2, IA5String(u'www.stackpop.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?

Jenkins build is back to normal : Qpid-proton-c #1905

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-proton-c/1905/display/redirect?page=changes>