Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix distcheck #15

Merged
merged 4 commits into from
Nov 5, 2014
Merged

fix distcheck #15

merged 4 commits into from
Nov 5, 2014

Conversation

mike-dubman
Copy link
Contributor

No description provided.

@mellanox-github
Copy link
Contributor

Merged build triggered.

@mellanox-github
Copy link
Contributor

Merged build started.

@mellanox-github
Copy link
Contributor

Merged build finished. Test FAILed.

@mellanox-github
Copy link
Contributor

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
http://bgate.mellanox.com:8000/jenkins-secure/job/ucx-PR-old/14/

Build Log
last 50 lines

GitHub pull request #15 of commit d46deabd3c4baa0402ed597c02b28fae37087d9b automatically merged.
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/jobs/ucx-PR-old/workspace

Deleting project workspace... done

Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/uccs/ucx
 > /usr/bin/git init /var/lib/jenkins/jobs/ucx-PR-old/workspace # timeout=10
Fetching upstream changes from https://github.com/uccs/ucx
 > /usr/bin/git --version # timeout=10
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git1771960341014596197.credentials # timeout=10
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/heads/*:refs/remotes/origin/* # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=10
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=10
 > /usr/bin/git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/uccs/ucx
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git6074234565426708074.credentials # timeout=10
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/pull/*:refs/remotes/origin/pr/* --prune # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=10
 > /usr/bin/git rev-parse origin/pr/15/merge^{commit} # timeout=10
Checking out Revision 0138e6eae5ca9485345596e9545401159ee57b3f (detached)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 0138e6eae5ca9485345596e9545401159ee57b3f # timeout=20
Using 'Changelog to branch' strategy.
Triggering ucx-PR-old » master
ucx-PR-old » master completed with result FAILURE

Test FAILed.

@@ -74,8 +74,7 @@ list: gtest

test_valgrind: uct gtest
. /usr/share/Modules/init/sh && \
module load dev/mofed_valgrind && \
valgrind $(VALGRIND_ARGS) $(abs_builddir)/gtest --gtest_filter=$(GTEST_FILTER)
env LD_LIBRARY_PATH=/usr/lib64/mlnx_ofed/valgrind:${LD_LIBRARY_PATH} valgrind $(VALGRIND_ARGS) $(abs_builddir)/gtest --gtest_filter=$(GTEST_FILTER)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hardcoded path to mofed … no good. It has to be one of configure options. --with-valgrind. The m4 script may check by default few locations, including /bin, /usr/bin and mofed if it was earlier discovered by verbs script.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will remove it: env LD_LIBRARY_PATH=/usr/lib64/mlnx_ofed/valgrind:${LD_LIBRARY_PATH}
mofed now shipped with valgrind compiled libibverbs and friends which can be selected at runtime.
ucx already has "--with-valgrind"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And it is good. My point that it has to be set from valgrind configure and not hardcoded in make. If MOFED is detected, we may automatically update/set valgrind location. should be easy to do.

@mellanox-github
Copy link
Contributor

Merged build started.

@mellanox-github
Copy link
Contributor

Merged build triggered.

@mellanox-github
Copy link
Contributor

Merged build started.

@mellanox-github
Copy link
Contributor

Merged build finished. Test FAILed.

@mellanox-github
Copy link
Contributor

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
http://bgate.mellanox.com:8000/jenkins-secure/job/ucx-PR-old/15/

Build Log
last 50 lines

GitHub pull request #15 of commit d46deabd3c4baa0402ed597c02b28fae37087d9b automatically merged.
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/jobs/ucx-PR-old/workspace

Deleting project workspace... done

Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/uccs/ucx
 > /usr/bin/git init /var/lib/jenkins/jobs/ucx-PR-old/workspace # timeout=10
Fetching upstream changes from https://github.com/uccs/ucx
 > /usr/bin/git --version # timeout=10
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git745925640551280732.credentials # timeout=10
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/heads/*:refs/remotes/origin/* # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=10
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=10
 > /usr/bin/git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/uccs/ucx
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git5136615917018138789.credentials # timeout=10
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/pull/*:refs/remotes/origin/pr/* --prune # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/pr/15/merge^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/pr/15/merge^{commit} # timeout=10
Checking out Revision 9fe9b306d018f7144a969df7b801a65e95b2cb1b (refs/remotes/origin/pr/15/merge)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 9fe9b306d018f7144a969df7b801a65e95b2cb1b # timeout=20
Using 'Changelog to branch' strategy.
Triggering ucx-PR-old » master
ucx-PR-old » master completed with result FAILURE

Test FAILed.

@mellanox-github
Copy link
Contributor

Merged build finished. Test FAILed.

@mellanox-github
Copy link
Contributor

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
http://bgate.mellanox.com:8000/jenkins-secure/job/ucx-PR-old/16/

Build Log
last 50 lines

GitHub pull request #15 of commit 940fd41e33933fb36a6fff84a89a2ec8bf341112 automatically merged.
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/jobs/ucx-PR-old/workspace@2

Deleting project workspace... done

Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/uccs/ucx
 > /usr/bin/git init /var/lib/jenkins/jobs/ucx-PR-old/workspace@2 # timeout=10
Fetching upstream changes from https://github.com/uccs/ucx
 > /usr/bin/git --version # timeout=10
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git2211960895497281660.credentials # timeout=10
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/heads/*:refs/remotes/origin/* # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=10
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=10
 > /usr/bin/git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/uccs/ucx
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git1764126269178363984.credentials # timeout=10
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/pull/*:refs/remotes/origin/pr/* --prune # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=10
 > /usr/bin/git rev-parse origin/pr/15/merge^{commit} # timeout=10
Checking out Revision 9fe9b306d018f7144a969df7b801a65e95b2cb1b (detached)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 9fe9b306d018f7144a969df7b801a65e95b2cb1b # timeout=20
Using 'Changelog to branch' strategy.
Triggering ucx-PR-old » master
ucx-PR-old » master completed with result FAILURE

Test FAILed.

@mike-dubman
Copy link
Contributor Author

@mellanox-github
Copy link
Contributor

Merged build triggered.

@mellanox-github
Copy link
Contributor

Merged build started.

@mellanox-github
Copy link
Contributor

Merged build finished. Test FAILed.

@mellanox-github
Copy link
Contributor

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
http://bgate.mellanox.com:8000/jenkins-secure/job/ucx-PR-old/17/

Build Log
last 50 lines

GitHub pull request #15 of commit 940fd41e33933fb36a6fff84a89a2ec8bf341112 automatically merged.
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/jobs/ucx-PR-old/workspace

Deleting project workspace... done

Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/uccs/ucx
 > /usr/bin/git init /var/lib/jenkins/jobs/ucx-PR-old/workspace # timeout=60
Fetching upstream changes from https://github.com/uccs/ucx
 > /usr/bin/git --version # timeout=60
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git1746519629316625331.credentials # timeout=60
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/heads/*:refs/remotes/origin/* # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=60
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=60
 > /usr/bin/git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=60
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=60
Pruning obsolete local branches
Fetching upstream changes from https://github.com/uccs/ucx
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git5853158122340395102.credentials # timeout=60
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/pull/*:refs/remotes/origin/pr/* --prune # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=60
 > /usr/bin/git rev-parse origin/pr/15/merge^{commit} # timeout=60
Checking out Revision 9fe9b306d018f7144a969df7b801a65e95b2cb1b (detached)
 > /usr/bin/git config core.sparsecheckout # timeout=60
 > /usr/bin/git checkout -f 9fe9b306d018f7144a969df7b801a65e95b2cb1b # timeout=20
Using 'Changelog to branch' strategy.
Triggering ucx-PR-old » master
ucx-PR-old » master completed with result FAILURE

Test FAILed.

@mellanox-github
Copy link
Contributor

Merged build triggered.

@mellanox-github
Copy link
Contributor

Merged build started.

@mellanox-github
Copy link
Contributor

Merged build finished. Test FAILed.

@mellanox-github
Copy link
Contributor

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr/1/

Build Log
last 50 lines

[...truncated 2054 lines...]
+ nerrors=2
+ cov-format-errors --dir /var/lib/jenkins/jobs/gh-ucx-pr/workspace/cov_build_1
Processing 2 C/C++ errors.

0%   10   20   30   40   50   60   70   80   90   100%
|----|----|----|----|----|----|----|----|----|----|
***************************************************
Processed 2 C/C++ errors.
+ rc=2
+ cov_url=http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr//ws/cov_build_1/c/output/errors/index.html
+ rm -f jenkins_sidelinks.txt
+ echo 1..1
+ '[' 2 -gt 0 ']'
+ echo 'not ok 1 Coverity Detected 2 failures # http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr//ws/cov_build_1/c/output/errors/index.html'
+ echo Coverity report: http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr//ws/cov_build_1/c/output/errors/index.html
Coverity report: http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr//ws/cov_build_1/c/output/errors/index.html
+ printf '%s\t%s\n' Coverity http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr//ws/cov_build_1/c/output/errors/index.html
+ module unload tools/cov
++ /usr/bin/modulecmd bash unload tools/cov
+ eval LOADEDMODULES=tools/hpc ';export' 'LOADEDMODULES;PATH=/hpc/local/bin/:/hpc/local/bin/:/hpc/local/bin:/hpc/local/bin/:/hpc/local/bin/:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/opt/ibutils/bin' ';export' 'PATH;_LMFILES_=/hpc/local/etc/modulefiles/tools/hpc' ';export' '_LMFILES_;unset' 'COV_HOME;'
++ LOADEDMODULES=tools/hpc
++ export LOADEDMODULES
++ PATH=/hpc/local/bin/:/hpc/local/bin/:/hpc/local/bin:/hpc/local/bin/:/hpc/local/bin/:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/opt/ibutils/bin
++ export PATH
++ _LMFILES_=/hpc/local/etc/modulefiles/tools/hpc
++ export _LMFILES_
++ unset COV_HOME
+ exit 2
Build step 'Execute shell' marked build as failure
TAP Reports Processing: START
Looking for TAP results report in workspace using pattern: **/*.tap
Saving reports...
Processing '/var/lib/jenkins/jobs/gh-ucx-pr/builds/2014-11-05_09-00-08/tap-master-files/coverity.tap'
Parsing TAP test result [/var/lib/jenkins/jobs/gh-ucx-pr/builds/2014-11-05_09-00-08/tap-master-files/coverity.tap].
There are failed test cases and the job is configured to mark the build as failure. Marking build as FAILURE
TAP Reports Processing: FINISH
[Valgrind] Files to copy:
[Valgrind] test/gtest/valgrind.xml
[Valgrind] Copying test/gtest/valgrind.xml to /var/lib/jenkins/jobs/gh-ucx-pr/builds/2014-11-05_09-00-08/valgrind-plugin/valgrind-results/test/gtest/valgrind.xml
[Valgrind] Analysing valgrind results
[Valgrind] workspacePath: /var/lib/jenkins/jobs/gh-ucx-pr/workspace/
[Valgrind] Ending the valgrind analysis.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Request made to compress build log
Sending email to: eugene@mellanox.com miked@mellanox.com yosefe@mellanox.com
[BFA] Scanning build for known causes...

[BFA] Done. 0s

Test FAILed.

@mellanox-github
Copy link
Contributor

Merged build started.

@mellanox-github
Copy link
Contributor

Merged build finished. Test FAILed.

@mellanox-github
Copy link
Contributor

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr/3/

Build Log
last 50 lines

[...truncated 2057 lines...]
Processing 2 C/C++ errors.

0%   10   20   30   40   50   60   70   80   90   100%
|----|----|----|----|----|----|----|----|----|----|
***************************************************
Processed 2 C/C++ errors.
+ rc=2
+ cov_url=http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr//ws/cov_build_3/c/output/errors/index.html
+ rm -f jenkins_sidelinks.txt
+ echo 1..1
+ '[' 2 -gt 0 ']'
+ echo 'not ok 1 Coverity Detected 2 failures # http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr//ws/cov_build_3/c/output/errors/index.html'
+ echo Coverity report: http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr//ws/cov_build_3/c/output/errors/index.html
Coverity report: http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr//ws/cov_build_3/c/output/errors/index.html
+ printf '%s\t%s\n' Coverity http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr//ws/cov_build_3/c/output/errors/index.html
+ module unload tools/cov
++ /usr/bin/modulecmd bash unload tools/cov
+ eval LOADEDMODULES=tools/hpc ';export' 'LOADEDMODULES;PATH=/hpc/local/bin/:/hpc/local/bin/:/hpc/local/bin:/hpc/local/bin/:/hpc/local/bin/:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/opt/ibutils/bin' ';export' 'PATH;_LMFILES_=/hpc/local/etc/modulefiles/tools/hpc' ';export' '_LMFILES_;unset' 'COV_HOME;'
++ LOADEDMODULES=tools/hpc
++ export LOADEDMODULES
++ PATH=/hpc/local/bin/:/hpc/local/bin/:/hpc/local/bin:/hpc/local/bin/:/hpc/local/bin/:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/opt/ibutils/bin
++ export PATH
++ _LMFILES_=/hpc/local/etc/modulefiles/tools/hpc
++ export _LMFILES_
++ unset COV_HOME
+ exit 2
Build step 'Execute shell' marked build as failure
TAP Reports Processing: START
Looking for TAP results report in workspace using pattern: **/*.tap
Saving reports...
Processing '/var/lib/jenkins/jobs/gh-ucx-pr/builds/2014-11-05_09-16-48/tap-master-files/coverity.tap'
Parsing TAP test result [/var/lib/jenkins/jobs/gh-ucx-pr/builds/2014-11-05_09-16-48/tap-master-files/coverity.tap].
There are failed test cases and the job is configured to mark the build as failure. Marking build as FAILURE
TAP Reports Processing: FINISH
[Valgrind] Files to copy:
[Valgrind] test/gtest/valgrind.xml
[Valgrind] Copying test/gtest/valgrind.xml to /var/lib/jenkins/jobs/gh-ucx-pr/builds/2014-11-05_09-16-48/valgrind-plugin/valgrind-results/test/gtest/valgrind.xml
[Valgrind] Analysing valgrind results
[Valgrind] workspacePath: /var/lib/jenkins/jobs/gh-ucx-pr/workspace/
[Valgrind] Ending the valgrind analysis.
Coverity    http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr//ws/cov_build_3/c/output/errors/index.html
[copy-to-slave] The build is taking place on the master node, no copy back to the master will take place.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Request made to compress build log
Sending email to: eugene@mellanox.com miked@mellanox.com yosefe@mellanox.com
[BFA] Scanning build for known causes...

[BFA] Done. 0s

Test FAILed.

@mellanox-github
Copy link
Contributor

Merged build triggered.

1 similar comment
@mellanox-github
Copy link
Contributor

Merged build triggered.

@mellanox-github
Copy link
Contributor

Merged build finished. Test FAILed.

@mellanox-github
Copy link
Contributor

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr/17/

Build Log
last 50 lines

[...truncated 20 lines...]
Cloning the remote Git repository
Cloning repository https://github.com/uccs/ucx
 > /usr/bin/git init /var/lib/jenkins/jobs/gh-ucx-pr/workspace # timeout=60
Fetching upstream changes from https://github.com/uccs/ucx
 > /usr/bin/git --version # timeout=60
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git1771772843665727969.credentials # timeout=60
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/heads/*:refs/remotes/origin/* # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=60
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=60
 > /usr/bin/git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=60
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=60
Pruning obsolete local branches
Fetching upstream changes from https://github.com/uccs/ucx
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git1598747730068015383.credentials # timeout=60
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/pull/*:refs/remotes/origin/pr/* --prune # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=60
 > /usr/bin/git rev-parse refs/remotes/origin/pr/15/merge^{commit} # timeout=60
 > /usr/bin/git rev-parse refs/remotes/origin/origin/pr/15/merge^{commit} # timeout=60
 > /usr/bin/git rev-parse origin/pr/15/merge^{commit} # timeout=60
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
TAP Reports Processing: START
Looking for TAP results report in workspace using pattern: **/*.tap
Did not find any matching files.
[Valgrind] Files to copy:
[Valgrind] Analysing valgrind results
[Valgrind] Ending the valgrind analysis.
Anchor chain: could not read file with links: /var/lib/jenkins/jobs/gh-ucx-pr/workspace/jenkins_sidelinks.txt (No such file or directory)
[copy-to-slave] The build is taking place on the master node, no copy back to the master will take place.
ERROR: Publisher com.cloudbees.jenkins.GitHubCommitNotifier aborted due to exception
java.lang.NullPointerException
    at com.cloudbees.jenkins.GitHubCommitNotifier.perform(GitHubCommitNotifier.java:53)
    at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
    at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
    at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
    at hudson.model.Build$BuildExecution.post2(Build.java:183)
    at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
    at hudson.model.Run.execute(Run.java:1784)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:89)
    at hudson.model.Executor.run(Executor.java:240)
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Request made to compress build log
Sending email to: eugene@mellanox.com miked@mellanox.com yosefe@mellanox.com
[BFA] Scanning build for known causes...

[BFA] Done. 0s

Test FAILed.

@mellanox-github
Copy link
Contributor

Merged build started.

@mellanox-github
Copy link
Contributor

Merged build finished. Test FAILed.

@mellanox-github
Copy link
Contributor

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr/18/

Build Log
last 50 lines

[...truncated 4 lines...]
Cloning the remote Git repository
Cloning repository https://github.com/uccs/ucx
 > /usr/bin/git init /var/lib/jenkins/jobs/gh-ucx-pr/workspace # timeout=60
Fetching upstream changes from https://github.com/uccs/ucx
 > /usr/bin/git --version # timeout=60
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git6391691659482949583.credentials # timeout=60
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/heads/*:refs/remotes/origin/* # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=60
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=60
 > /usr/bin/git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=60
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=60
Pruning obsolete local branches
Fetching upstream changes from https://github.com/uccs/ucx
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git6364099045916641495.credentials # timeout=60
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/pull/*:refs/remotes/origin/pr/* --prune # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=60
 > /usr/bin/git rev-parse refs/remotes/origin/pr/15/merge^{commit} # timeout=60
 > /usr/bin/git rev-parse refs/remotes/origin/origin/pr/15/merge^{commit} # timeout=60
 > /usr/bin/git rev-parse origin/pr/15/merge^{commit} # timeout=60
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
TAP Reports Processing: START
Looking for TAP results report in workspace using pattern: **/*.tap
Did not find any matching files.
[Valgrind] Files to copy:
[Valgrind] Analysing valgrind results
[Valgrind] Ending the valgrind analysis.
Anchor chain: could not read file with links: /var/lib/jenkins/jobs/gh-ucx-pr/workspace/jenkins_sidelinks.txt (No such file or directory)
[copy-to-slave] The build is taking place on the master node, no copy back to the master will take place.
ERROR: Publisher com.cloudbees.jenkins.GitHubCommitNotifier aborted due to exception
java.lang.NullPointerException
    at com.cloudbees.jenkins.GitHubCommitNotifier.perform(GitHubCommitNotifier.java:53)
    at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
    at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
    at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
    at hudson.model.Build$BuildExecution.post2(Build.java:183)
    at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
    at hudson.model.Run.execute(Run.java:1784)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:89)
    at hudson.model.Executor.run(Executor.java:240)
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Request made to compress build log
Sending email to: eugene@mellanox.com miked@mellanox.com yosefe@mellanox.com
[BFA] Scanning build for known causes...

[BFA] Done. 0s

Test FAILed.

@mellanox-github
Copy link
Contributor

Merged build started.

@mellanox-github
Copy link
Contributor

Merged build finished. Test FAILed.

@mellanox-github
Copy link
Contributor

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr/19/

Build Log
last 50 lines

[...truncated 4 lines...]
Cloning the remote Git repository
Cloning repository https://github.com/uccs/ucx
 > /usr/bin/git init /var/lib/jenkins/jobs/gh-ucx-pr/workspace # timeout=60
Fetching upstream changes from https://github.com/uccs/ucx
 > /usr/bin/git --version # timeout=60
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git2529071579052004436.credentials # timeout=60
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/heads/*:refs/remotes/origin/* # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=60
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=60
 > /usr/bin/git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=60
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=60
Pruning obsolete local branches
Fetching upstream changes from https://github.com/uccs/ucx
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git6992878877077681934.credentials # timeout=60
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/pull/*:refs/remotes/origin/pr/* --prune # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=60
 > /usr/bin/git rev-parse refs/remotes/origin/pr/15/merge^{commit} # timeout=60
 > /usr/bin/git rev-parse refs/remotes/origin/origin/pr/15/merge^{commit} # timeout=60
 > /usr/bin/git rev-parse origin/pr/15/merge^{commit} # timeout=60
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
TAP Reports Processing: START
Looking for TAP results report in workspace using pattern: **/*.tap
Did not find any matching files.
[Valgrind] Files to copy:
[Valgrind] Analysing valgrind results
[Valgrind] Ending the valgrind analysis.
Anchor chain: could not read file with links: /var/lib/jenkins/jobs/gh-ucx-pr/workspace/jenkins_sidelinks.txt (No such file or directory)
[copy-to-slave] The build is taking place on the master node, no copy back to the master will take place.
ERROR: Publisher com.cloudbees.jenkins.GitHubCommitNotifier aborted due to exception
java.lang.NullPointerException
    at com.cloudbees.jenkins.GitHubCommitNotifier.perform(GitHubCommitNotifier.java:53)
    at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
    at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
    at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
    at hudson.model.Build$BuildExecution.post2(Build.java:183)
    at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
    at hudson.model.Run.execute(Run.java:1784)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:89)
    at hudson.model.Executor.run(Executor.java:240)
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Request made to compress build log
Sending email to: eugene@mellanox.com miked@mellanox.com yosefe@mellanox.com
[BFA] Scanning build for known causes...

[BFA] Done. 0s

Test FAILed.

@mellanox-github
Copy link
Contributor

Merged build started.

@mellanox-github
Copy link
Contributor

Merged build finished. Test FAILed.

@mellanox-github
Copy link
Contributor

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
http://bgate.mellanox.com:8000/jenkins-secure/job/gh-ucx-pr/23/

Build Log
last 50 lines

GitHub pull request #15 of commit a44b6a5b0ccf4a7e34e45fc40ff9214485851f0f automatically merged.
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/jobs/gh-ucx-pr/workspace
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/uccs/ucx
 > /usr/bin/git init /var/lib/jenkins/jobs/gh-ucx-pr/workspace # timeout=60
Fetching upstream changes from https://github.com/uccs/ucx
 > /usr/bin/git --version # timeout=60
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git7189827109531416524.credentials # timeout=60
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/heads/*:refs/remotes/origin/* # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=60
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=60
 > /usr/bin/git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=60
 > /usr/bin/git config remote.origin.url https://github.com/uccs/ucx # timeout=60
Pruning obsolete local branches
Fetching upstream changes from https://github.com/uccs/ucx
using .gitcredentials to set credentials
 > /usr/bin/git config --local credential.helper store --file=/tmp/git157081897066958317.credentials # timeout=60
 > /usr/bin/git fetch --tags --progress https://github.com/uccs/ucx +refs/pull/*:refs/remotes/origin/pr/* --prune # timeout=60
 > /usr/bin/git config --local --remove-section credential # timeout=60
 > /usr/bin/git rev-parse refs/remotes/origin/pr/15/merge^{commit} # timeout=60
 > /usr/bin/git rev-parse refs/remotes/origin/origin/pr/15/merge^{commit} # timeout=60
 > /usr/bin/git rev-parse origin/pr/15/merge^{commit} # timeout=60
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
TAP Reports Processing: START
Looking for TAP results report in workspace using pattern: **/*.tap
Did not find any matching files.
[Valgrind] Files to copy:
[Valgrind] Analysing valgrind results
[Valgrind] Ending the valgrind analysis.
Anchor chain: could not read file with links: /var/lib/jenkins/jobs/gh-ucx-pr/workspace/jenkins_sidelinks.txt (No such file or directory)
[copy-to-slave] The build is taking place on the master node, no copy back to the master will take place.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Request made to compress build log
Sending email to: eugene@mellanox.com miked@mellanox.com yosefe@mellanox.com
[BFA] Scanning build for known causes...

[BFA] Done. 0s

Test FAILed.

@shamisp
Copy link
Contributor

shamisp commented Nov 9, 2014

@miked-mellanox I was under immersion that it was already merged.

xinzhao3 pushed a commit to xinzhao3/ucx that referenced this pull request Sep 21, 2017
refactor mem address domain detection
hoopoepg pushed a commit to hoopoepg/ucx that referenced this pull request Jul 9, 2020
UCP/TAG: Release RNDV request in case of error
avildema added a commit to avildema/ucx that referenced this pull request Sep 6, 2021
andypauloramirez added a commit to andypauloramirez/ucx-APR that referenced this pull request Aug 16, 2022
andypauloramirez added a commit to andypauloramirez/ucx-APR that referenced this pull request Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants