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/05/17 00:18:28 UTC

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

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

Changes:

[astitcher] PROTON-1847: [C++ binding] Ensure that excessive scheduled events can't

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (ubuntu xenial) 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 9fd19bcf960dacc046b2f6867c538149eceb8e5c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9fd19bcf960dacc046b2f6867c538149eceb8e5c
Commit message: "PROTON-1847: [C++ binding] Ensure that excessive scheduled events can't starve other events"
 > git rev-list --no-walk 1764c4d0cd27dce88df2db8e468f1e2f97054e5f # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/jenkins3498627444172706940.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux asf925.gq1.ygridcore.net 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux lsb_release: Distributor ID: Ubuntu Description: Ubuntu 16.04.4 LTS Release: 16.04 Codename: xenial User: jenkins
=========================
Listing installed packages
cmake 3.5.1-1ubuntu3
python 2.7.12-1~16.04
ruby 1:2.3.0+1
swig3.0 3.0.8-0ubuntu3
swig 3.0.8-0ubuntu3
=========================
/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
Traceback (most recent call last):
  File "/home/jenkins/.local/bin/pip", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/home/jenkins/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3049, in <module>
    @_call_aside
  File "/home/jenkins/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3033, in _call_aside
    f(*args, **kwargs)
  File "/home/jenkins/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3062, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/home/jenkins/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 660, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/home/jenkins/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 673, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/home/jenkins/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 858, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pip==9.0.3' distribution was not found and is required by the application
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 #1767

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


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

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

Changes:

[cliffjansen] PROTON-1842: defer connection cleanup to reduce likelyhood of memory

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (ubuntu xenial) 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 79d901959b8dca060d76e627f65256a66abb0778 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 79d901959b8dca060d76e627f65256a66abb0778
Commit message: "PROTON-1842: defer connection cleanup to reduce likelyhood of memory corruption on shutdown. Already rare, now a thousand times more rare.  Comprehensive fix still in progress."
 > git rev-list --no-walk 9fd19bcf960dacc046b2f6867c538149eceb8e5c # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/jenkins303576049873660409.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux asf925.gq1.ygridcore.net 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux lsb_release: Distributor ID: Ubuntu Description: Ubuntu 16.04.4 LTS Release: 16.04 Codename: xenial User: jenkins
=========================
Listing installed packages
cmake 3.5.1-1ubuntu3
python 2.7.12-1~16.04
ruby 1:2.3.0+1
swig3.0 3.0.8-0ubuntu3
swig 3.0.8-0ubuntu3
=========================
/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
Traceback (most recent call last):
  File "/home/jenkins/.local/bin/pip", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/home/jenkins/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3049, in <module>
    @_call_aside
  File "/home/jenkins/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3033, in _call_aside
    f(*args, **kwargs)
  File "/home/jenkins/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3062, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/home/jenkins/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 660, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/home/jenkins/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 673, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/home/jenkins/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 858, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pip==9.0.3' distribution was not found and is required by the application
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?