See <https://builds.apache.org/job/Qpid-proton-c/2111/display/redirect?page=changes>
Changes: [astitcher] NO-JIRA: Some small fixes to proton-c documentation ------------------------------------------ Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on H36 (ubuntu) in workspace <https://builds.apache.org/job/Qpid-proton-c/ws/> No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url > http://gitbox.apache.org/repos/asf/qpid-proton.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 http://gitbox.apache.org/repos/asf/qpid-proton.git > git --version # timeout=10 > git fetch --tags --progress -- > http://gitbox.apache.org/repos/asf/qpid-proton.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 e68b2d8d1a022d0099c83e70a0d385f567bbaf8b (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f e68b2d8d1a022d0099c83e70a0d385f567bbaf8b Commit message: "NO-JIRA: Some small fixes to proton-c documentation" > git rev-list --no-walk 3b2e75156af7b857f2b0dfb72a2696ebd2274b16 # timeout=10 [Qpid-proton-c] $ /bin/bash -e /tmp/jenkins99660810889331606.sh No LSB modules are available. Arch: x86_64 Uname: Linux asf936.gq1.ygridcore.net 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux lsb_release: Distributor ID: Ubuntu Description: Ubuntu 18.04.4 LTS Release: 18.04 Codename: bionic User: jenkins ========================= Listing installed packages cmake 3.10.2-1ubuntu2.18.04.1 python 2.7.15~rc1-1 ruby 1:2.5.1 swig 3.0.12-1 swig3.0 3.0.12-1 ========================= /usr/bin/python /usr/bin/swig PATH=/home/jenkins/.local/bin:/home/jenkins/tools/java/latest1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin Requirement already up-to-date: pip in /usr/local/lib/python3.6/dist-packages (20.1.1) Collecting tox Downloading tox-3.16.1-py2.py3-none-any.whl (137 kB) Collecting py>=1.4.17 Downloading py-1.9.0-py2.py3-none-any.whl (99 kB) Collecting six>=1.14.0 Using cached six-1.15.0-py2.py3-none-any.whl (10 kB) Requirement already satisfied, skipping upgrade: importlib-metadata<2,>=0.12; python_version < "3.8" in /usr/local/lib/python3.6/dist-packages (from tox) (1.7.0) Collecting pluggy>=0.12.0 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 Downloading virtualenv-20.0.26-py2.py3-none-any.whl (4.9 MB) Collecting packaging>=14 Downloading packaging-20.4-py2.py3-none-any.whl (37 kB) Collecting toml>=0.9.4 Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB) Collecting filelock>=3.0.0 Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB) Requirement already satisfied, skipping upgrade: zipp>=0.5 in /usr/local/lib/python3.6/dist-packages (from importlib-metadata<2,>=0.12; python_version < "3.8"->tox) (3.1.0) Collecting appdirs<2,>=1.4.3 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting importlib-resources>=1.0; python_version < "3.7" Downloading importlib_resources-3.0.0-py2.py3-none-any.whl (23 kB) Collecting distlib<1,>=0.3.1 Downloading distlib-0.3.1-py2.py3-none-any.whl (335 kB) Collecting pyparsing>=2.0.2 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Installing collected packages: py, six, pluggy, appdirs, importlib-resources, filelock, distlib, virtualenv, pyparsing, packaging, toml, tox Successfully installed appdirs-1.4.4 distlib-0.3.1 filelock-3.0.12 importlib-resources-3.0.0 packaging-20.4 pluggy-0.13.1 py-1.9.0 pyparsing-2.4.7 six-1.15.0 toml-0.10.1 tox-3.16.1 virtualenv-20.0.26 azure-pipelines c CMakeLists.txt cpp docs go go.mod INSTALL.md LICENSE.txt misc NOTICE.txt python README.md ruby scripts tests tools VERSION.txt -- The C compiler identification is GNU 7.5.0 -- 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 -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.2n") -- 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 -- Found PythonInterp: /usr/bin/python (found version "2.7.17") -- Found SWIG: /usr/bin/swig3.0 (found version "3.0.12") -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Found CyrusSASL: /usr/lib/x86_64-linux-gnu/libsasl2.so (found version "2.1.27") -- Looking for a CXX compiler -- Looking for a CXX compiler - /usr/bin/c++ -- The CXX compiler identification is GNU 7.5.0 -- 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 -- Build type is "DEBUG" -- PN_VERSION: 0.32.0 (SNAPSHOT) -- Looking for clock_gettime -- Looking for clock_gettime - found -- Looking for strerror_r -- Looking for strerror_r - found -- Looking for atoll -- Looking for atoll - found -- Looking for epoll_wait -- Looking for epoll_wait - found -- Building the epoll proactor -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable exact version "2.7.17") -- Found Ruby: /usr/bin/ruby (found version "2.5.1") -- Could NOT find JsonCpp (missing: JsonCpp_LIBRARY JsonCpp_INCLUDE_DIR) -- Compiling C++11 examples: ON -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) stat /tmp/user/910: no such file or directory CMake Error at go/CMakeLists.txt:23 (string): string sub-command SUBSTRING requires four arguments. -- Found Go: /usr/bin/go () (). -- Go: /usr/bin/go () version to low. At least 1.11 required. -- Looking for Python module sphinx - not found -- Sphinx modules not found; doc generation disabled. -- Looking for Python module setuptools - found -- Looking for Python module wheel - found -- Looking for Python module tox - found -- Configuring incomplete, errors occurred! See also "<https://builds.apache.org/job/Qpid-proton-c/ws/build/CMakeFiles/CMakeOutput.log".> See also "<https://builds.apache.org/job/Qpid-proton-c/ws/build/CMakeFiles/CMakeError.log".> Build step 'Execute shell' marked build as failure Recording test results ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
