<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi all,
<div class=""><br class="">
</div>
<div class="">It looks like there may be a compiler issue on the OSX-10.9-64bit-ucla-mavericks-10010 VM that shows up when building ndn-cxx.</div>
<div class=""><br class="">
</div>
<div class="">Here is the log output:</div>
<div class=""><br class="">
</div>
<div class="">
<pre class="console-output" style="box-sizing: border-box; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; color: rgb(51, 51, 51); font-size: 13px; widows: 1; background-color: rgb(255, 255, 255);">Started by upstream project "<a href="http://jenkins.named-data.net/job/NLSR/" class="model-link" style="box-sizing: border-box; word-wrap: break-word; color: rgb(92, 53, 102);">NLSR</a>" build number <a href="http://jenkins.named-data.net/job/NLSR/538" class="model-link" style="box-sizing: border-box; word-wrap: break-word; color: rgb(92, 53, 102);">538</a>
originally caused by:
 Retriggered by user <a href="mailto:vlehman1@gmail.com" class="">vlehman1@gmail.com</a> for Gerrit: <a href="http://gerrit.named-data.net/2026" style="box-sizing: border-box; word-wrap: break-word; color: rgb(92, 53, 102);" class="">http://gerrit.named-data.net/2026</a>
[EnvInject] - Loading node environment variables.
Building remotely on <a href="http://jenkins.named-data.net/computer/OSX-10.9-64bit-ucla-mavericks-10010" class="model-link" style="box-sizing: border-box; word-wrap: break-word; color: rgb(92, 53, 102);">OSX-10.9-64bit-ucla-mavericks-10010</a> (Boost1.55 OSX-10.9-64bit OSX) in workspace /Users/jenkins/workspace/NLSR/label/OSX-10.9-64bit
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url <a href="ssh://jenkins@gerrit.named-data.net:29418/NLSR" class="">ssh://jenkins@gerrit.named-data.net:29418/NLSR</a> # timeout=10
Pruning obsolete local branches
Fetching upstream changes from <a href="ssh://jenkins@gerrit.named-data.net:29418/NLSR" class="">ssh://jenkins@gerrit.named-data.net:29418/NLSR</a>
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git -c core.askpass=true fetch --tags --progress <a href="ssh://jenkins@gerrit.named-data.net:29418/NLSR" class="">ssh://jenkins@gerrit.named-data.net:29418/NLSR</a> refs/changes/26/2026/5 --prune
Checking out Revision 41b173ed54f9df81cf5d32778da66b07130b0e7c (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 41b173ed54f9df81cf5d32778da66b07130b0e7c
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list 9630fbf4e03eaa91f7f7ed1e531b8bba1847fcba # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
run PrePostClean
running on OSX-10.9-64bit-ucla-mavericks-10010
clean on OSX-10.9-64bit-ucla-pistons-10003
[OSX-10.9-64bit] $ /bin/sh -xe /var/folders/dn/40ynwmgj3kvfpdtwhv5jlhc80000gn/T/hudson8268414739960411193.sh
+ ./.jenkins
Run: /Users/jenkins/workspace/NLSR/label/OSX-10.9-64bit/.jenkins.d/01-dependencies.sh
+ brew update
Already up-to-date.
+ brew upgrade
Warning: brew upgrade with no arguments will change behaviour soon!
It currently upgrades all formula but this will soon change to require '--all'.
Please update any workflows, documentation and scripts!
+ brew install boost pkg-config sqlite cryptopp log4cxx protobuf openssl
Warning: boost-1.58.0 already installed
Warning: pkg-config-0.28 already installed
Warning: sqlite-3.8.10.1 already installed
Warning: cryptopp-5.6.2 already installed
Warning: log4cxx-0.10.0 already installed
Warning: protobuf-2.6.1 already installed
Warning: openssl-1.0.2a-1 already installed
+ brew cleanup
+ has Ubuntu Boost1.55 OSX OSX-10.9-64bit OSX-10.9-64bit-ucla-mavericks-10010
+ local p=Ubuntu
+ shift
+ local x
+ for x in '"$@"'
+ [[ Boost1.55 == \U\b\u\n\t\u ]]
+ for x in '"$@"'
+ [[ OSX == \U\b\u\n\t\u ]]
+ for x in '"$@"'
+ [[ OSX-10.9-64bit == \U\b\u\n\t\u ]]
+ for x in '"$@"'
+ [[ OSX-10.9-64bit-ucla-mavericks-10010 == \U\b\u\n\t\u ]]
+ return 1
Run: /Users/jenkins/workspace/NLSR/label/OSX-10.9-64bit/.jenkins.d/10-ndn-cxx.sh
+ set -e
+ pushd /tmp
+ INSTALLED_VERSION=adadb7108dbec453b3d8b6c89fe8b9067e7651e4
+ sudo rm -Rf ndn-cxx-latest
+ git clone --depth 1 <a href="git://github.com/named-data/ndn-cxx" class="">git://github.com/named-data/ndn-cxx</a> ndn-cxx-latest
Cloning into 'ndn-cxx-latest'...
+ LATEST_VERSION=adadb7108dbec453b3d8b6c89fe8b9067e7651e4
+ [[ adadb7108dbec453b3d8b6c89fe8b9067e7651e4 != adadb7108dbec453b3d8b6c89fe8b9067e7651e4 ]]
+ sudo rm -Rf ndn-cxx-latest
+ sudo rm -Rf /usr/local/include/ndn-cxx
+ sudo rm -f '/usr/local/lib/libndn-cxx*'
+ sudo rm -f '/usr/local/lib/pkgconfig/libndn-cxx*'
+ pushd ndn-cxx
+ ./waf configure -j1 --color=yes --without-osx-keychain
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Setting top to                           : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">/private/tmp/ndn-cxx</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Setting out to                           : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">/private/tmp/ndn-cxx/build</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for 'clang++' (C++ compiler)    : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">/usr/bin/clang++</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking supported CXXFLAGS              : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">-std=c++11 -Wno-error=unneeded-internal-declaration -Wno-error=deprecated-register -stdlib=libc++</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking supported LINKFLAGS             : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">-stdlib=libc++</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking supported CXXFLAGS              : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">-pedantic -Wall -O2 -g</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for program 'doxygen'           : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">/usr/local/bin/doxygen</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for program 'tar'               : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">/usr/bin/tar</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for program 'sphinx-build'      : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">/usr/local/bin/sphinx-build</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for std::is_default_constructible : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">yes</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for std::is_move_constructible    : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">yes</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for std::is_move_assignable       : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">yes</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for friend typename-specifier     : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">yes</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for override and final specifiers : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">yes</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for program 'sh'                  : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">/bin/sh</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for library pthread               : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">yes</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for library rt                    : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(205, 205, 0);" class="">not found</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for compiler flags ['-fPIC']      : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">yes</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for function getpass              : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">yes</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for rtnetlink                     : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(205, 205, 0);" class="">not found</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for framework CoreFoundation      : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">yes</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for framework CoreServices        : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">yes</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for framework Security            : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">yes</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for program 'pkg-config'          : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">/usr/local/bin/pkg-config</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for 'sqlite3'                     : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">yes</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking Crypto++ lib                      : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">562</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking if CryptoPP library works         : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">yes</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking boost includes                    : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">1.58.0</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking boost libs                        : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">ok</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span>Checking for boost linkage                 : <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class=""></span><span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">ok</span> 
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">'configure' finished successfully (16.395s)</span>
+ ./waf -j1 --color=yes
<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">Waf: Entering directory `/private/tmp/ndn-cxx/build'</span>
[  2/119] Compiling <b style="box-sizing: border-box;" class=""><span style="box-sizing: border-box; color: rgb(30, 144, 255);" class="">src/common-pch.hpp</span></b>
[ 29/119] Compiling <span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">tools/ndnsec/main.cpp</span>
Stack dump:
0.      Program arguments: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -triple x86_64-apple-macosx10.9.0 -emit-obj -disable-free -disable-llvm-verifier -main-file-name main.cpp -mrelocation-model pic -pic-level 2 -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 241.9 -gdwarf-2 -coverage-file /private/tmp/ndn-cxx/build/tools/ndnsec/main.cpp.4.o -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0 -include-pch /private/tmp/ndn-cxx/build/ndn-cxx.2.pch -D NDEBUG -I /private/tmp/ndn-cxx/build/tools/ndnsec -I /private/tmp/ndn-cxx/tools/ndnsec -I /private/tmp/ndn-cxx/build/src -I /private/tmp/ndn-cxx/src -I /usr/local/include -stdlib=libc++ -O2 -Wall -Wno-error=unneeded-internal-declaration -Wno-error=deprecated-register -pedantic -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /private/tmp/ndn-cxx/build -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.9.0 -fencode-extended-block-signature -fcxx-exceptions -fexceptions -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o /private/tmp/ndn-cxx/build/tools/ndnsec/main.cpp.4.o -x c++ ../tools/ndnsec/main.cpp 
1.      <eof> parser at end of file
2.      /usr/local/include/boost/date_time/date_parsing.hpp:104:5: instantiating function definition 'parse_date'
3.      /usr/local/include/boost/lexical_cast.hpp:37:19: instantiating function definition 'lexical_cast'
4.      /usr/local/include/boost/lexical_cast/try_lexical_convert.hpp:139:21: instantiating function definition 'try_lexical_convert'
5.      /usr/local/include/boost/lexical_cast/detail/converter_lexical.hpp:472:32: instantiating function definition 'try_convert'
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to <a href="http://developer.apple.com/bugreporter/" style="box-sizing: border-box; word-wrap: break-word; color: rgb(92, 53, 102);" class="">http://developer.apple.com/bugreporter/</a> and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /var/folders/dn/40ynwmgj3kvfpdtwhv5jlhc80000gn/T/main-23e6db.cpp
clang: note: diagnostic msg: /var/folders/dn/40ynwmgj3kvfpdtwhv5jlhc80000gn/T/main-23e6db.sh
clang: note: diagnostic msg: 

********************

<span style="box-sizing: border-box; color: rgb(0, 205, 0);" class="">Waf: Leaving directory `/private/tmp/ndn-cxx/build'</span>
<b style="box-sizing: border-box;" class=""><span style="box-sizing: border-box; color: rgb(205, 0, 0);" class="">Build failed
 -> task in '../bin/ndnsec' failed (exit status 254): 
        {task 4375932560: cxx main.cpp -> main.cpp.4.o}
['/usr/bin/clang++', '-pedantic', '-Wall', '-O2', '-g', '-std=c++11', '-Wno-error=unneeded-internal-declaration', '-Wno-error=deprecated-register', '-stdlib=libc++', '-fPIC', '-include', '/private/tmp/ndn-cxx/build/ndn-cxx.2', '-I/private/tmp/ndn-cxx/build/tools/ndnsec', '-I/private/tmp/ndn-cxx/tools/ndnsec', '-I/private/tmp/ndn-cxx/build/src', '-I/private/tmp/ndn-cxx/src', '-I/usr/local/include', '-DNDEBUG', '../tools/ndnsec/main.cpp', '-c', '-o', '/private/tmp/ndn-cxx/build/tools/ndnsec/main.cpp.4.o']</span></b>
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
Finished: FAILURE</pre>
<div class=""><br class="">
</div>
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; direction: ltr;" class="">
<br class="Apple-interchange-newline">
--</div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; direction: ltr;" class="">
Vince Lehman</div>
</div>
</div>
</div>
<br class="">
</div>
</body>
</html>