Print

Print


See <https://dss-ci.cern.ch/job/xrootd-osx/81/changes>

Changes:

[abh] Fix uninitialized variable usage bug.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on osx-buildnode (mac-node) in workspace <https://dss-ci.cern.ch/job/xrootd-osx/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/xrootd/xrootd.git # timeout=10
Fetching upstream changes from git://github.com/xrootd/xrootd.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/xrootd/xrootd.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 9d2cd989a6373509c31cfd0e8100ec87eba935e6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9d2cd989a6373509c31cfd0e8100ec87eba935e6
 > git rev-list 7a2693825b335d4ed651d96beddd31fa6ed17269 # timeout=10
Set build name.
New build name is '#81: origin/master'
[xrootd-osx] $ /bin/sh -xe /var/folders/56/jnqn028x2kj01n5shzl82btr0000gx/T/hudson3366979202243935505.sh
+ git checkout origin/master
HEAD is now at 9d2cd98... Fix uninitialized variable usage bug.
+ git clean -dffx
Removing build/
Removing tarball/
+ mkdir build
+ mkdir -p tarball/xrootd
+ cd build
+ /usr/local/bin/cmake -DCMAKE_INSTALL_PREFIX=../tarball/xrootd ..
-- The C compiler identification is AppleClang 7.0.2.7000181
-- The CXX compiler identification is AppleClang 7.0.2.7000181
-- 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
-- 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
-- Looking for setresuid
-- Looking for setresuid - not found
-- Looking for strlcpy
-- Looking for strlcpy - found
-- Looking for fstatat
-- Looking for fstatat - found
-- Looking for sigwaitinfo
-- Looking for sigwaitinfo - not found
-- Looking for sigwaitinfo in rt
-- Looking for sigwaitinfo in rt - not found
-- Looking for shadow.h
-- Looking for shadow.h - not found
-- Looking for getifaddrs
-- Looking for getifaddrs - found
-- Looking for getnameinfo
-- Looking for getnameinfo - found
-- Looking for getprotobyname_r
-- Looking for getprotobyname_r - not found
-- Looking for getprotobyname_r in socket
-- Looking for getprotobyname_r in socket - not found
-- Looking for gethostbyaddr_r
-- Looking for gethostbyaddr_r - not found
-- Looking for gethostbyaddr_r in socket
-- Looking for gethostbyaddr_r in socket - not found
-- Looking for crypt
-- Looking for crypt - found
-- Looking for et/com_err.h
-- Looking for et/com_err.h - not found
-- Performing Test HAVE_ATOMICS
-- Performing Test HAVE_ATOMICS - Success
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") 
-- Performing Test READLINE_OK
-- Performing Test READLINE_OK - Success
-- Found READLINE: /usr/lib/libreadline.dylib  
-- Found LibXml2: /usr/lib/libxml2.dylib (found version "2.9.0") 
-- Found OpenSSL: /usr/lib/libssl.dylib;/usr/lib/libcrypto.dylib  
-- Looking for TLSv1_2_method
-- Looking for TLSv1_2_method - not found
-- Looking for TLSv1_1_method
-- Looking for TLSv1_1_method - not found
-- Looking for TLSv1_method
-- Looking for TLSv1_method - found
-- Found KERBEROS5: /usr/lib/libkrb5.dylib;/usr/lib/libcom_err.dylib  
-- Could NOT find ceph (missing:  RADOS_INCLUDE_DIR RADOS_LIBS) 
-- Found PythonLibs: /usr/lib/libpython2.7.dylib (found suitable version "2.7.10", minimum required is "2.4") 
-- Found PythonInterp: /usr/bin/python (found suitable version "2.7.10", minimum required is "2.4") 
[I] Determining version from git
-- ----------------------------------------
-- Installation path: <https://dss-ci.cern.ch/job/xrootd-osx/ws/tarball/xrootd>
-- C Compiler:        /usr/bin/cc
-- C++ Compiler:      /usr/bin/c++
-- Build type:        RelWithDebInfo
-- Plug-in version:   4
-- 
-- Readline support:  yes
-- Fuse support:      disabled
-- Crypto support:    yes
-- Kerberos5 support: yes
-- XrdCl:             yes
-- Tests:             disabled
-- HTTP support:      yes
-- CEPH support:      disabled
-- Python support:    yes
-- ----------------------------------------
-- Configuring done
CMake Warning (dev):
  Policy CMP0042 is not set: MACOSX_RPATH is enabled by default.  Run "cmake
  --help-policy CMP0042" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

  MACOSX_RPATH is not specified for the following targets:

   XrdAppUtils
   XrdCl
   XrdClient
   XrdCrypto
   XrdCryptoLite
   XrdFfs
   XrdPosix
   XrdPosixPreload
   XrdServer
   XrdThrottle-4
   XrdUtils
   XrdXml

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: <https://dss-ci.cern.ch/job/xrootd-osx/ws/build>
+ make
Scanning dependencies of target XrdVersion.hh
[I] Determining version from git
[I] src/XrdVersion.hh successfully generated
[  0%] Built target XrdVersion.hh
Scanning dependencies of target XrdUtils
[  1%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysDNS.cc.o
[  1%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysDir.cc.o
[  1%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysPlugin.cc.o
[  1%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysPriv.cc.o
[  2%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysPlatform.cc.o
[  2%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysPthread.cc.o
[  2%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysTimer.cc.o
[  2%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysUtils.cc.o
[  3%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysXSLock.cc.o
[  3%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysFAttr.cc.o
[  3%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysIOEvents.cc.o
[  3%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysError.cc.o
[  4%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysLogger.cc.o
[  4%] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysLogging.cc.o
<https://dss-ci.cern.ch/job/xrootd-osx/ws/src/XrdSys/XrdSysLogging.cc>:31:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
         ^
1 error generated.
make[2]: *** [src/CMakeFiles/XrdUtils.dir/XrdSys/XrdSysLogging.cc.o] Error 1
make[1]: *** [src/CMakeFiles/XrdUtils.dir/all] Error 2
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Set build name.
New build name is '#81: origin/master'
Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#81: origin/master', new value: '#81: origin/master'
Archiving artifacts

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1