[mpich-commits] Build failed in Jenkins: mpich-tarball #503
sysadmin-notifications at lists.cels.anl.gov
sysadmin-notifications at lists.cels.anl.gov
Tue May 4 01:03:11 CDT 2021
See <https://jenkins-ci.cels.anl.gov/job/mpich-tarball/503/display/redirect?page=changes>
Changes:
[sagar.thapaliya] ch4: introduce lockless threading model
[sagar.thapaliya] ch4: disable work queues under lockless
[sagar.thapaliya] ch4/ofi: add support for lockless threading model
[sagar.thapaliya] ch4/ofi: adjust cq error handling for lockless
[sagar.thapaliya] ch4: provide error buffer in fi_cq_err_entry
[sagar.thapaliya] ch4: skip polling work queues for direct or lockless MT models
[sagar.thapaliya] ch4: remove locking during NM progress under lockless MT model
[sagar.thapaliya] request: add lock protection under lockless mt model
[sagar.thapaliya] ch4/ofi: disable locking for lockless
[sagar.thapaliya] ch4/ofi: remove lock from OFI call macro under lockless
[sagar.thapaliya] ch4/ofi: add atomic counters for rma under lockless
[sagar.thapaliya] ch4/ofi: add memory access ordering during probe
[sagar.thapaliya] ch4/ofi: fix a bug in handling ANY_SOURCE with fi_cancel
[sagar.thapaliya] request: introduce MPIR_Request_create_from_pool_safe for lockless
[sagar.thapaliya] ch4: add request creation wrappers for lockless
[sagar.thapaliya] ch4: use request creation wrappers for lockless
[Kenneth J. Raffenetti] mpl/test: Fix header include order
[hzhou321] binding/c: explicit large_count code block
[hzhou321] ch3: suppress warnings by using MPI_Aint
[hzhou321] typerep: add cast for MPI_Aint to intptr_t pointer conversion
[hzhou321] ch4/ofi: use %zd to print size_t
[hzhou321] ch4/ofi: suppress warnings for mr addr conversions
[hzhou321] mpl/config: remove CFLAGS for AX_GCC_VAR_ATTRIBUTE
[hzhou321] misc: remove MPL_FALLTHROUGH
[hzhou321] test: skip bool check in datatype/pack_external.c
[hzhou321] typerep/dataloop: use unsigned type is type conversion
[hzhou321] test/dtpools: fix potential integer overflow
[Kenneth J. Raffenetti] modules: Update json-c
[sagar.thapaliya] ch4: re-enable runtime selection of thread safety model
[hzhou321] romio: move the fall through comment
------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on compute004.mcs.anl.gov (16.04 skylake-any-version) in workspace <https://jenkins-ci.cels.anl.gov/job/mpich-tarball/ws/>
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository http://github.com/pmodels/mpich
> git init <https://jenkins-ci.cels.anl.gov/job/mpich-tarball/ws/> # timeout=10
Fetching upstream changes from http://github.com/pmodels/mpich
> git --version # timeout=10
> git --version # 'git version 2.7.4'
> git fetch --tags --progress http://github.com/pmodels/mpich +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url http://github.com/pmodels/mpich # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Seen branch in repository origin/3.1.x
Seen branch in repository origin/3.2.x
Seen branch in repository origin/3.3.x
Seen branch in repository origin/3.4.x
Seen branch in repository origin/ecp-ft
Seen branch in repository origin/main
Seen branch in repository origin/master
Seen 7 remote branches
> git show-ref --tags -d # timeout=10
Checking out Revision 630eacf76fb165cff0f641e648353f37e4e544d6 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f 630eacf76fb165cff0f641e648353f37e4e544d6 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b main 630eacf76fb165cff0f641e648353f37e4e544d6 # timeout=10
Commit message: "Merge pull request #5202 from sagarth/upstream-mt_runtime_sel"
> git rev-list --no-walk 0b27373fa1232e4521e8880323572aed6191322a # timeout=10
[mpich-tarball] $ /bin/bash -xe /tmp/jenkins2247304807345979948.sh
+ umask 0002
+ git config core.abbrev 12
++ uname -m
+ export PATH=/homes/MPI/software/tools/install/x86_64/bin:/homes/jain/anaconda3/bin:/homes/jain/anaconda3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
+ PATH=/homes/MPI/software/tools/install/x86_64/bin:/homes/jain/anaconda3/bin:/homes/jain/anaconda3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
+ BASE=/mcs/mpich/downloads/nightly
+ persist_tmp=/mcs/mpich/tmp
+ '[' -d /mcs/mpich/tmp ']'
+ create_snapshot https://raw.githubusercontent.com/pmodels/mpich/main/maint/release.pl http://github.com/pmodels/mpich main main
+ script=https://raw.githubusercontent.com/pmodels/mpich/main/maint/release.pl
+ repo=http://github.com/pmodels/mpich
+ branch=main
+ version=main
+ cd /tmp
+ /mcs/mpich/downloads/nightly/maint/release.pl --git-repo=http://github.com/pmodels/mpich --branch=main --version=main --append-commit-id
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /homes/MPI/software/tools/install/x86_64/bin/automake line 3936.
unable to execute (cp -a doc/logging/logging.pdf /tmp/mftSBkqeNR/mpich-main-v4.0a1-486-g630eacf/doc/logging), $?=256. Stopped at /mcs/mpich/downloads/nightly/maint/release.pl line 118.
cannot remove path when cwd is /tmp/mftSBkqeNR/mpich-main-v4.0a1-486-g630eacf-build for /tmp/mftSBkqeNR: at /usr/share/perl/5.22/File/Temp.pm line 778.
Build step 'Execute shell' marked build as failure
More information about the commits
mailing list