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/10/16 18:00:02 UTC

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

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

Changes:

[aconway] NO-JIRA: [c,cpp] Fix example scripts for old python and CMake

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-1 (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 4939f7412ebc26e6e552ede7badecc4b59b1350d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4939f7412ebc26e6e552ede7badecc4b59b1350d
Commit message: "NO-JIRA: [c,cpp] Fix example scripts for old python and CMake"
 > git rev-list --no-walk 8292110aa234df2a2826905edaebcbc79961d363 # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/jenkins468519534876990069.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux pietas.apache.org 3.13.0-153-generic #203-Ubuntu SMP Thu Jun 14 08:52:28 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:/home/jenkins/.rvm/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 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 "/home/jenkins/.local/lib/python2.7/site-packages/pyasn1/codec/ber/decoder.py", line 908, in __call__
    stGetValueDecoder, self, substrateFun
  File "/home/jenkins/.local/lib/python2.7/site-packages/pyasn1/codec/ber/decoder.py", line 415, in valueDecoder
    r.verifySizeSpec()
  File "/home/jenkins/.local/lib/python2.7/site-packages/pyasn1/type/base.py", line 530, in verifySizeSpec
    self._sizeSpec(self)
  File "/home/jenkins/.local/lib/python2.7/site-packages/pyasn1/type/constraint.py", line 35, in __call__
    '%s failed at: %r' % (self, sys.exc_info()[1])
ValueConstraintError: ConstraintsIntersection(ConstraintsIntersection(), ValueSizeConstraint(1, 64)) failed at: ValueConstraintError("ValueSizeConstraint(1, 64) failed at: ValueConstraintError(SubjectAltName().setComponents(GeneralName().setComponents(None, None, IA5String(u'r.ssl.fastly.net', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.addthis.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.addthisedge.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.adwerx.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.alittlecraft.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.alittlecraft.it', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.alittlemarket.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.alittlemarket.it', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.alittlemercerie.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.bighatads.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.buzzfeed.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.catchpoint.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.cnn.io', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.corednacdn.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.dollarshaveclub.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.domfee.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.eater.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.fastlylabs.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.files.saymedia-content.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.finncdn.no', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.ft.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.geonet.org.nz', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.hipmunkstaging.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.houselogic.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.issuu.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.isu.pub', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.jackthreads.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.lostmy.name', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.meetupstatic.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.netzwelt.de', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.nfl.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.pagar.me', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.picmonkey.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.pypi.io', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.pypi.org', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.pythonhosted.org', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.r29static.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.realself.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.rtbf.be', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.sbnation.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.shakr.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.shiftpreview.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.static.rtbf.be', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.streamable.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.surfly.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.theverge.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.thrillist.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.tissuu.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.vox-cdn.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.vox.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.voxmedia.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.w-x.co', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.watch.aetnd.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'*.wework.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'adwerx.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'alittlecraft.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'alittlecraft.it', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'alittlemarket.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'alittlemarket.it', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'alittlemercerie.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'alpha.entrepreneur.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'api.shiftcommerce.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'assets-staging.themuse.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'buzzfeed.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'dev.api.cerebro.cnn.io', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'dev.historyvault.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'dev.lifetimemovieclub.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'eater.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'entrepreneur.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'fastly.shiekhdev.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'ft.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'h2.hipmunkstaging.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'i.gse.io', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'lostmy.name', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'preview.entrepreneur.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'pythonhosted.org', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'qa.safariflow.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'realself.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'rtbf.be', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'ssl.netzwelt.de', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'static.refinery29.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'static.wixstatic.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'streamable.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'surfly.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'theverge.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'vox-cdn.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'vox.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'www.dexigner.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'www.entrepreneur.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'www.joyent.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, IA5String(u'www.qa.safariflow.com', tagSet=TagSet((), Tag(tagClass=128, tagFormat=0, tagId=2)))), GeneralName().setComponents(None, None, 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 #1894

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