Re: Build failed in Jenkins: ceph-master #2260

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 28-6-2018 07:44, kefu chai wrote:
https://github.com/ceph/ceph/pull/22752

Thanx,

That gets me compiling again.
Few things to fix there as well.

--WjW


HTH.

On Thu, Jun 28, 2018 at 2:21 AM Willem Jan Withagen <wjw@xxxxxxxxxxx> wrote:

-
- Performing Test HAVE_STAT_ST_MTIM_TV_NSEC - Success
-- Performing Test HAVE_STAT_ST_MTIMESPEC_TV_NSEC
-- Performing Test HAVE_STAT_ST_MTIMESPEC_TV_NSEC - Success
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137
(message):
    Could NOT find verbs (missing: VERBS_LIBRARIES VERBS_INCLUDE_DIR)
Call Stack (most recent call first):

/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378
(_FPHSA_FAILURE_MESSAGE)
    cmake/modules/Findverbs.cmake:14 (find_package_handle_standard_args)
    CMakeLists.txt:177 (find_package)



-------- Forwarded Message --------
Subject: Build failed in Jenkins: ceph-master #2260
Date: Wed, 27 Jun 2018 20:05:51 +0200 (CEST)
From: jenkins@xxxxxxxxxxx
Reply-To: jenkins@xxxxxxxxxxx
To: wjw@xxxxxxxxxxx

See
<http://cephdev.digiware.nl:8180/jenkins/job/ceph-master/2260/display/redirect?page=changes>

Changes:

[haodong.tang] msg/async/rdma: add RDMA iWARP protocol support

[haodong.tang] msg/async/rdma: support qp that isn't associated with SRQ

[haodong.tang] msg/async/rdma: cmake find_package for librdmacm

[jcollin] doc: highlight the flags

[cbodley] common: add an async SharedMutex

[tmelo] mgr/dashboard: fix the version of all frontend dependencies

[cbodley] common: SharedMutex uses ref-counted implementation

[kchai] common: add LockPolicy to md_config_t

[kchai] cmake: link librbd_test against Boost::thread

[jcollin] doc: update experimental features - snapshots

[tdehler] githubmap: cleanup alphabetical order

[tdehler] githubmap: update contributors

[tdehler] organizationmap: fix typo

[tdehler] organizationmap: add openATTIC team affiliation

[aschoen] ceph-volume: error on commands that need ceph.conf to operate

------------------------------------------
[...truncated 8.40 KB...]
Patching: ../patches.master/common_assert.cc.diff
+ gpatch --quiet -N -p1 -F3
+ RESULT=0
+ echo Try patch: ../patches.master/do_freebsd.sh.diff
Try patch: ../patches.master/do_freebsd.sh.diff
+ gpatch --quiet -N -p1 -F3 --dry-run
1 out of 1 hunk FAILED
+ RESULT=1
+ [ 1 -eq 0 ]
+ echo Patch: ../patches.master/do_freebsd.sh.diff, not accepted
Patch: ../patches.master/do_freebsd.sh.diff, not accepted
+ RESULT=0
+ echo Try patch: ../patches.master/osd_pg.h.diff
Try patch: ../patches.master/osd_pg.h.diff
+ gpatch --quiet -N -p1 -F3 --dry-run
1 out of 1 hunk FAILED
+ RESULT=1
+ [ 1 -eq 0 ]
+ echo Patch: ../patches.master/osd_pg.h.diff, not accepted
Patch: ../patches.master/osd_pg.h.diff, not accepted
+ RESULT=0
+ echo Try patch: ../patches.master/shared_mutex.h.diff
Try patch: ../patches.master/shared_mutex.h.diff
+ gpatch --quiet -N -p1 -F3 --dry-run
+ [ 0 -eq 0 ]
+ echo Patching: ../patches.master/shared_mutex.h.diff
Patching: ../patches.master/shared_mutex.h.diff
+ gpatch --quiet -N -p1 -F3
+ RESULT=0
+ echo Try patch: ../patches.master/src_common_buffer.cc.diff
Try patch: ../patches.master/src_common_buffer.cc.diff
+ gpatch --quiet -N -p1 -F3 --dry-run
Reversed (or previously applied) patch detected!  Skipping patch.
2 out of 2 hunks ignored
+ RESULT=1
+ [ 1 -eq 0 ]
+ echo Patch: ../patches.master/src_common_buffer.cc.diff, not accepted
Patch: ../patches.master/src_common_buffer.cc.diff, not accepted
+ RESULT=0
+ echo Try patch: ../patches.master/store_test.cc.diff
Try patch: ../patches.master/store_test.cc.diff
+ gpatch --quiet -N -p1 -F3 --dry-run
+ [ 0 -eq 0 ]
+ echo Patching: ../patches.master/store_test.cc.diff
Patching: ../patches.master/store_test.cc.diff
+ gpatch --quiet -N -p1 -F3

echo Build Makefiles
+ echo Build Makefiles
Build Makefiles
while [ -d build ] ; do
      sudo rm -rf build || true
      sleep 2
done + [ -d build ]
+ sudo rm -rf build
+ sleep 2
+ [ -d build ]

mkdir build
+ mkdir build
# CXX_FLAGS_DEBUG="-Wno-null-dereference #
CXX_FLAGS_DEBUG="$CXX_FLAGS_DEBUG -Wno-expansion-o-defined"
# SPDK has a compile time bug:
#       http://tracker.ceph.com/issues/22278
#        -D WITH_SPDK=ON \
#        -D WITH_BLUESTORE=ON \
#        -D WITH_BLKID=OFF \

COMPILE_FLAGS="-O0 -g -fuse-ld=/usr/bin/ld.lld
-Wno-unused-command-line-argument"
+ COMPILE_FLAGS='-O0 -g -fuse-ld=/usr/bin/ld.lld
-Wno-unused-command-line-argument'
COMPILE_FLAGS="$COMPILE_FLAGS -DBEAST_NO_BOOST_STRING_VIEW"
+ COMPILE_FLAGS='-O0 -g -fuse-ld=/usr/bin/ld.lld
-Wno-unused-command-line-argument -DBEAST_NO_BOOST_STRING_VIEW'
# COMPILE_FLAGS="$COMPILE_FLAGS -D LZ4_DISABLE_DEPRECATE_WARNINGS"

(cd build; cmake \
          -D CMAKE_BUILD_TYPE=Debug \
          -D CMAKE_CXX_FLAGS_DEBUG="$CXX_FLAGS_DEBUG $COMPILE_FLAGS" \
          -D CMAKE_C_FLAGS_DEBUG="$C_FLAGS_DEBUG $COMPILE_FLAGS" \
          -D ALLOCATOR=libc \
          -D WITH_CCACHE=ON \
          -D ENABLE_GIT_VERSION=OFF \
          -D WITH_SYSTEM_BOOST=ON \
          -D WITH_BOOST_CONTEXT=OFF \
          -D WITH_BABELTRACE=OFF \
          -D WITH_LTTNG=OFF \
          -D WITH_BLKID=OFF \
          -D WITH_SPDK=OFF \
          -D WITH_BLUESTORE=OFF \
          -D WITH_FUSE=ON \
          -D WITH_KRBD=OFF \
          -D WITH_XFS=OFF \
          -D WITH_KVS=OFF \
          -D WITH_EMBEDDED=OFF \
          -D WITH_MANPAGE=ON \
          -D WITH_LIBCEPHFS=OFF \
          -D WITH_CEPHFS=OFF \
          -D WITH_TESTS=ON \
          -D WITH_MGR_DASHBOARD_FRONTEND=OFF \
          -D MGR_DASHBOARD_VIRTUALENV=$TMPDIR \
          -D CEPH_MAN_DIR=man \
      ..
      )
+ cd build
+ cmake -D 'CMAKE_BUILD_TYPE=Debug' -D 'CMAKE_CXX_FLAGS_DEBUG= -O0 -g
-fuse-ld=/usr/bin/ld.lld -Wno-unused-command-line-argument
-DBEAST_NO_BOOST_STRING_VIEW' -D 'CMAKE_C_FLAGS_DEBUG= -O0 -g
-fuse-ld=/usr/bin/ld.lld -Wno-unused-command-line-argument
-DBEAST_NO_BOOST_STRING_VIEW' -D 'ALLOCATOR=libc' -D 'WITH_CCACHE=ON' -D
'ENABLE_GIT_VERSION=OFF' -D 'WITH_SYSTEM_BOOST=ON' -D
'WITH_BOOST_CONTEXT=OFF' -D 'WITH_BABELTRACE=OFF' -D 'WITH_LTTNG=OFF' -D
'WITH_BLKID=OFF' -D 'WITH_SPDK=OFF' -D 'WITH_BLUESTORE=OFF' -D
'WITH_FUSE=ON' -D 'WITH_KRBD=OFF' -D 'WITH_XFS=OFF' -D 'WITH_KVS=OFF' -D
'WITH_EMBEDDED=OFF' -D 'WITH_MANPAGE=ON' -D 'WITH_LIBCEPHFS=OFF' -D
'WITH_CEPHFS=OFF' -D 'WITH_TESTS=ON' -D
'WITH_MGR_DASHBOARD_FRONTEND=OFF' -D
'MGR_DASHBOARD_VIRTUALENV=/tmp/jenkins' -D 'CEPH_MAN_DIR=man' ..
-- The CXX compiler identification is Clang 6.0.0
-- The C compiler identification is Clang 6.0.0
-- The ASM compiler identification is Clang
-- Found assembler: /usr/bin/cc
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  -- Building with ccache: /usr/local/bin/ccache,
CCACHE_DIR=
-- Looking for fallocate
-- Looking for fallocate - not found
-- Looking for posix_fadvise
-- Looking for posix_fadvise - found
-- Looking for posix_fallocate
-- Looking for posix_fallocate - found
-- Looking for syncfs
-- Looking for syncfs - not found
-- Looking for sync_file_range
-- Looking for sync_file_range - not found
-- Looking for pwritev
-- Looking for pwritev - found
-- Looking for splice
-- Looking for splice - not found
-- Looking for getgrouplist
-- Looking for getgrouplist - found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for strerror_r
-- Looking for strerror_r - found
-- Looking for name_to_handle_at
-- Looking for name_to_handle_at - not found
-- Looking for pipe2
-- Looking for pipe2 - found
-- Looking for pthread_spin_init
-- Looking for pthread_spin_init - found
-- Looking for pthread_set_name_np
-- Looking for pthread_set_name_np - found
-- Looking for pthread_setname_np
-- Looking for pthread_setname_np - not found
-- Looking for pthread_getname_np
-- Looking for pthread_getname_np - not found
-- Looking for pthread_rwlockattr_setkind_np
-- Looking for pthread_rwlockattr_setkind_np - not found
-- Looking for eventfd
-- Looking for eventfd - not found
-- Looking for getprogname
-- Looking for getprogname - found
-- Looking for include file linux/types.h
-- Looking for include file linux/types.h - not found
-- Looking for include file linux/version.h
-- Looking for include file linux/version.h - not found
-- Looking for include file arpa/nameser_compat.h
-- Looking for include file arpa/nameser_compat.h - found
-- Looking for include file sys/mount.h
-- Looking for include file sys/mount.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Looking for include file sys/vfs.h
-- Looking for include file sys/vfs.h - not found
-- Looking for include file sys/prctl.h
-- Looking for include file sys/prctl.h - not found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file valgrind/helgrind.h
-- Looking for include file valgrind/helgrind.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of __be16
-- Check size of __be16 - failed
-- Check size of __be32
-- Check size of __be32 - failed
-- Check size of __be64
-- Check size of __be64 - failed
-- Check size of __le16
-- Check size of __le16 - failed
-- Check size of __le32
-- Check size of __le32 - failed
-- Check size of __le64
-- Check size of __le64 - failed
-- Check size of __u8
-- Check size of __u8 - failed
-- Check size of __u16
-- Check size of __u16 - failed
-- Check size of __u32
-- Check size of __u32 - failed
-- Check size of __u64
-- Check size of __u64 - failed
-- Check size of __s8
-- Check size of __s8 - failed
-- Check size of __s16
-- Check size of __s16 - failed
-- Check size of __s32
-- Check size of __s32 - failed
-- Check size of __s64
-- Check size of __s64 - failed
-- Looking for res_nquery
-- Looking for res_nquery - not found
-- Looking for F_SETPIPE_SZ
-- Looking for F_SETPIPE_SZ - not found
-- Looking for __func__
-- Looking for __func__ - found
-- Looking for __PRETTY_FUNCTION__
-- Looking for __PRETTY_FUNCTION__ - found
-- Looking for getentropy
-- Looking for getentropy - found
-- Performing Test STRERROR_R_CHAR_P
-- Performing Test STRERROR_R_CHAR_P - Failed
-- Performing Test HAVE_STAT_ST_MTIM_TV_NSEC
-- Performing Test HAVE_STAT_ST_MTIM_TV_NSEC - Success
-- Performing Test HAVE_STAT_ST_MTIMESPEC_TV_NSEC
-- Performing Test HAVE_STAT_ST_MTIMESPEC_TV_NSEC - Success
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137
(message):
    Could NOT find verbs (missing: VERBS_LIBRARIES VERBS_INCLUDE_DIR)
Call Stack (most recent call first):

/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378
(_FPHSA_FAILURE_MESSAGE)
    cmake/modules/Findverbs.cmake:14 (find_package_handle_standard_args)
    CMakeLists.txt:177 (find_package)


-- Configuring incomplete, errors occurred!
See also
"/home/jenkins/workspace/ceph-master/build/CMakeFiles/CMakeOutput.log".
See also
"/home/jenkins/workspace/ceph-master/build/CMakeFiles/CMakeError.log".
Build step 'Execute shell' marked build as failure
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [CEPH Users]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux