Skip to content

Instantly share code, notes, and snippets.

@weissjeffm
Created January 12, 2015 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weissjeffm/e918194d592647acf608 to your computer and use it in GitHub Desktop.
Save weissjeffm/e918194d592647acf608 to your computer and use it in GitHub Desktop.
Started by upstream project "opentxs" build number 157
originally caused by:
Started by user jeff.weiss@monetas.net
Building on master in workspace /var/lib/jenkins/jobs/opentxs/workspace/CXX/g++
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/Open-Transactions/opentxs.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/Open-Transactions/opentxs.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/Open-Transactions/opentxs.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 1ebdb13147351e61a916141859cae61bc269b0a1 (refs/remotes/origin/develop)
> git config core.sparsecheckout # timeout=10
> git checkout -f 1ebdb13147351e61a916141859cae61bc269b0a1
> git rev-list 1ebdb13147351e61a916141859cae61bc269b0a1 # timeout=10
[g++] $ /bin/sh -xe /tmp/hudson193533825573267773.sh
+ ./scripts/build/clang-format-checker.sh
+ ./scripts/build/cppcheck_wrapper.sh
cppcheck in progress ...
cppcheck: No C or C++ source files found.
MODULE: /var/lib/jenkins/jobs/opentxs/workspace/CXX/g++
Cleaning build Dir... build
Wiping out install Dir... $HOME/opentxs
Build dir : /var/lib/jenkins/jobs/opentxs/workspace/CXX/g++/build
Source dir : /var/lib/jenkins/jobs/opentxs/workspace/CXX/g++
Install dir : /var/lib/jenkins/opentxs
[jenkins] $ cmake -version
cmake version 2.8.12.2
CMake call : cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/var/lib/jenkins/opentxs -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/var/lib/jenkins/opentxs
-DDEB=ON
-DPACKAGE_CONTACT="Lucas Betschart"
-DPACKAGE_VENDOR="Monetas AG"
-DPYTHON=ON
-DPYTHON_EXECUTABLE=/usr/bin/python3
-DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu
-DPYTHON_INCLUDE_DIR=/usr/include/python3.4m
-DUSE_CCACHE=yes "/var/lib/jenkins/jobs/opentxs/workspace/CXX/g++"
[build] $ cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/var/lib/jenkins/opentxs -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/var/lib/jenkins/opentxs -DDEB=ON "-DPACKAGE_CONTACT=Lucas Betschart" "-DPACKAGE_VENDOR=Monetas AG" -DPYTHON=ON -DPYTHON_EXECUTABLE=/usr/bin/python3 -DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu -DPYTHON_INCLUDE_DIR=/usr/include/python3.4m -DUSE_CCACHE=yes /var/lib/jenkins/jobs/opentxs/workspace/CXX/g++
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- 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/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Git: /usr/bin/git (found version "1.9.1")
-- General -------------------------------------
-- opentxs version: 0.94.0-457-g1ebdb13
-- CMake version: 2.8.12.2
-- System: Linux-3.13.0-32-generic
-- Processor: x86_64
-- Verbose: ON
-- Testing: ON
-- Documentation: ON
-- Using ccache yes
-- Packaging -----------------------------------
-- Build RPM: OFF
-- Build DEB: ON
-- Package Contact: Lucas Betschart
-- Package Vendor: Monetas AG
-- CL autocompletion: OFF
-- Keyrings ------------------------------------
-- Keyring Windows: OFF
-- Keyring MAC: OFF
-- Keyring iOS: OFF
-- Keyring Gnome: OFF
-- Keyring KWallet: OFF
-- Keyring flatfile: OFF
-- Bindings ------------------------------------
-- Java binding: OFF
-- Perl binding: OFF
-- PHP binding: OFF
-- Python binding: ON
-- Performing Test HAVE_STD11
-- Performing Test HAVE_STD11 - Success
-- C++ Compiler ID: GNU
-- C++ Flags: -std=c++11 -pthread -fPIC
-- C++ link flags:
From https://github.com/zeromq/libzmq
1ae98c7..c816e42 master -> origin/master
fatal: reference is not a tree: f58494736845bba9e25afebf18095115cf8e5e04
Unable to checkout 'f58494736845bba9e25afebf18095115cf8e5e04' in submodule path 'deps/libzmq_4'
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so (found suitable version "1.0.1f", minimum required is "1.0.1")
-- Looking for include file pthread.h
-- Looking for include file 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
-- Found PROTOBUF: /usr/lib/x86_64-linux-gnu/libprotobuf.so
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
-- Found ZeroMQ: /usr/lib/x86_64-linux-gnu/libzmq.so
CMake Error at CMakeLists.txt:205 (message):
Wrong ZeroMQ major version 2. Required version is 4.x.x
-- Configuring incomplete, errors occurred!
See also "/var/lib/jenkins/jobs/opentxs/workspace/CXX/g++/build/CMakeFiles/CMakeOutput.log".
See also "/var/lib/jenkins/jobs/opentxs/workspace/CXX/g++/build/CMakeFiles/CMakeError.log".
Build step 'CMake Build' marked build as failure
Archiving artifacts
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment