Testing Time: 91.29s
Passed: 14
-- Cache values
// Build a 32 bit version of the library.
BENCHMARK_BUILD_32_BITS:BOOL=OFF
// Flags used by the C++ compiler during coverage builds.
BENCHMARK_CXX_FLAGS_COVERAGE:STRING=-O0 -g
// Enable the use of exceptions in the benchmark library.
BENCHMARK_ENABLE_EXCEPTIONS:BOOL=ON
// Enable installation of benchmark. (Projects embedding benchmark may want to turn this OFF.)
BENCHMARK_ENABLE_INSTALL:BOOL=ON
// Enable link time optimisation of the benchmark library.
BENCHMARK_ENABLE_LTO:BOOL=OFF
// Enable testing of the benchmark library.
BENCHMARK_ENABLE_TESTING:BOOL=ON
// Flags used for linking binaries during coverage builds.
BENCHMARK_EXE_LINKER_FLAGS_COVERAGE:STRING=
// Flags used by the shared libraries linker during coverage builds.
BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE:STRING=
// Build and test using libc++ as the standard library.
BENCHMARK_USE_LIBCXX:BOOL=OFF
// Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//
CMAKE_BUILD_TYPE:STRING=Debug
// Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
// No help, variable specified on the command line.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/clang++
// Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//
CMAKE_CXX_FLAGS_DEBUG:STRING=-O0 -g
// Flags used by the compiler during release builds for minimum size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
// Flags used by the compiler during release builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
// Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
// No help, variable specified on the command line.
CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang
// Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=
//
CMAKE_C_FLAGS_DEBUG:STRING=-O0 -g
// Flags used by the compiler during release builds for minimum size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
// Flags used by the compiler during release builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
// Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
// Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=
// Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
// Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
// Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
// Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
// Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
// Path to a program.
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
// Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
// Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
// Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
// Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=
// Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
// Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
// Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
// Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
// Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
// Path to a program.
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
// Path to a program.
CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND
// Build architectures for OSX
CMAKE_OSX_ARCHITECTURES:STRING=
// Minimum OS X version to target for deployment (at runtime); newer APIs weak linked. Set to empty string for default value.
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
// The product will be built against the headers and libraries located inside the indicated SDK.
CMAKE_OSX_SYSROOT:STRING=
// Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
// Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=
// Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
// Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
// Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
// Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
// If set, runtime paths are not added when installing shared libraries, but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
// If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
// Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=
// Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
// Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
// Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
// Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
// Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
// If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
// Git command line client
GIT_EXECUTABLE:FILEPATH=/usr/bin/git
// Path to a library.
LIBRT:FILEPATH=LIBRT-NOTFOUND
// Sign executables and dylibs with the given identity or skip if empty (Darwin Only)
LLVM_CODESIGNING_IDENTITY:STRING=
// C++ compiler flags for OpenMP parallization
OpenMP_CXX_FLAGS:STRING=
// C compiler flags for OpenMP parallization
OpenMP_C_FLAGS:STRING=
// Path to a file.
TCL_INCLUDE_PATH:PATH=/System/Library/Frameworks/Tcl.framework/Headers
// Path to a library.
TCL_LIBRARY:FILEPATH=/System/Library/Frameworks/tcl.framework
// Path to a program.
TCL_TCLSH:FILEPATH=/usr/bin/tclsh
// Extra flags to select target architecture.
TEST_SUITE_ARCH_FLAGS:STRING=
// Only run the benchmarking only subset
TEST_SUITE_BENCHMARKING_ONLY:BOOL=OFF
// Measure code size of binaries
TEST_SUITE_COLLECT_CODE_SIZE:BOOL=Off
// Measure compile time by wrapping compiler invocations in timeit
TEST_SUITE_COLLECT_COMPILE_TIME:BOOL=ON
// Collect LLVM statistics
TEST_SUITE_COLLECT_STATS:BOOL=OFF
// Always copy benchmark data to builddir
TEST_SUITE_COPY_DATA:BOOL=OFF
// Directory containing CUDA prerequisites sourcecode
TEST_SUITE_CUDA_ROOT:PATH=
// Specify C++ ABI library to use.
TEST_SUITE_CXX_ABI:STRING=default
// Extra flags appended to CMAKE_C_FLAGS + CMAKE_CXX_FLAGS
TEST_SUITE_DIAGNOSE_FLAGS:STRING=
// Extra flags appended to CMAKE_EXE_LINKER_FLAGS
TEST_SUITE_DIAGNOSE_LINKER_FLAGS:STRING=
// Disable position independent executables and ASLR
TEST_SUITE_DISABLE_PIE:BOOL=ON
// Enable bitcode tests
TEST_SUITE_ENABLE_BITCODE_TESTS:BOOL=
// Directory containing test-suite external benchmark sources
TEST_SUITE_EXTERNALS_DIR:PATH=
// Extra flags for CMAKE_CXX_FLAGS
TEST_SUITE_EXTRA_CXX_FLAGS:STRING=
// Extra flags for CMAKE_C_FLAGS
TEST_SUITE_EXTRA_C_FLAGS:STRING=
// Extra flags for CMAKE_EXE_LINKER_FLAGS
TEST_SUITE_EXTRA_EXE_LINKER_FLAGS:STRING=
// Semicolon separated list of extra lit modules in use
TEST_SUITE_EXTRA_LIT_MODULES:STRING=
// Directory containing HMMER 2.3.2 sourcecode
TEST_SUITE_HMMER_ROOT:PATH=
// C compiler targetting the host
TEST_SUITE_HOST_CC:STRING=cc
// Path to a program.
TEST_SUITE_LIT:FILEPATH=/Users/buildslave/jenkins/workspace/LNT_Tests/venv/bin/lit
// Flags used when running lit
TEST_SUITE_LIT_FLAGS:STRING=-sv
// Directory containing Nurbs sourcecode
TEST_SUITE_NURBS_ROOT:PATH=
// Directory containing POV-Ray 3.1 sourcecode
TEST_SUITE_POVRAY_ROOT:PATH=
// Enable lit profile generate mode
TEST_SUITE_PROFILE_GENERATE:BOOL=OFF
// Add apropriate -fprofile-instr-use to CFLAGS/CXXFLAGS for each benchmark
TEST_SUITE_PROFILE_USE:BOOL=OFF
// Remote execution client
TEST_SUITE_REMOTE_CLIENT:STRING=ssh
// Remote execution host
TEST_SUITE_REMOTE_HOST:STRING=
// Actually run the benchmarks in lit
TEST_SUITE_RUN_BENCHMARKS:BOOL=ON
// Type of benchmark inputs (may be test,train or ref)
TEST_SUITE_RUN_TYPE:STRING=train
// RunSafely.sh run-under (-u) parameter
TEST_SUITE_RUN_UNDER:STRING=
// Directory containing Skidmarks 10 sourcecode
TEST_SUITE_SKIDMARKS10_ROOT:PATH=
// Compiler arguments for OpenMP offloading
TEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS:STRING=-fopenmp-targets=nvptx64-nvidia-cuda;-Xopenmp-target;-march=sm_70
// Linker arguments for OpenMP offloading
TEST_SUITE_SOLLVEVV_OFFLOADING_LDFLAGS:STRING=-fopenmp-targets=nvptx64-nvidia-cuda;-Xopenmp-target;-march=sm_70;-lomptarget
// Directory containing OpenMP Offloading Validation & Verification Suite sourcecode
TEST_SUITE_SOLLVEVV_ROOT:PATH=
// Directory containing SPEC CPU2000 sourcecode
TEST_SUITE_SPEC2000_ROOT:PATH=
// Directory containing SPEC CPU2006 sourcecode
TEST_SUITE_SPEC2006_ROOT:PATH=
// Directory containing SPEC CPU2017 sourcecode
TEST_SUITE_SPEC2017_ROOT:PATH=
// Directory containing SPEC CPU95 sourcecode
TEST_SUITE_SPEC95_ROOT:PATH=
// Semicolon separated list of directories with CMakeLists.txt to include
TEST_SUITE_SUBDIRS:STRING=Bitcode;External;MicroBenchmarks;MultiSource;SingleSource
// Suppress all warnings
TEST_SUITE_SUPPRESS_WARNINGS:BOOL=ON
// RUN_UNDER is used to run tests under emulation.
TEST_SUITE_USER_MODE_EMULATION:BOOL=NO
// Use IR PGO instrumentation (requires TEST_SUITE_PROFILE_GENERATE)
TEST_SUITE_USE_IR_PGO:BOOL=OFF
// Use perf (timeit.sh) instead of timeit.c
TEST_SUITE_USE_PERF:BOOL=OFF
// Path to a file.
TK_INCLUDE_PATH:PATH=/System/Library/Frameworks/Tk.framework/Headers
// Path to a library.
TK_LIBRARY:FILEPATH=/System/Library/Frameworks/tk.framework
// Path to a program.
TK_WISH:FILEPATH=/usr/bin/wish
Import succeeded.
+ cp sandbox/build/test-results.xunit.xml .
+ echo @@@@@@
@@@@@@
+ echo '@@@ Build LNT Docs @@@'
@@@ Build LNT Docs @@@
+ cd /Users/buildslave/jenkins/workspace/LNT_Tests/llvm-lnt/docs
+ rm -rf _build
+ make html
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v1.8.5
making output directory...
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 11 source files that are out of date
updating environment: 11 added, 0 changed, 0 removed
reading sources... [ 9%] api
reading sources... [ 18%] concepts
reading sources... [ 27%] contents
reading sources... [ 36%] developer_guide
/Users/buildslave/jenkins/workspace/LNT_Tests/venv/lib/python2.7/site-packages/sphinx/util/nodes.py:94: FutureWarning:
The iterable returned by Node.traverse()
will become an iterator instead of a list in Docutils > 0.16.
for classifier in reversed(node.parent.traverse(nodes.classifier)):
reading sources... [ 45%] importing_data
reading sources... [ 54%] intro
reading sources... [ 63%] modules/testing
reading sources... [ 72%] profiles
reading sources... [ 81%] quickstart
reading sources... [ 90%] tests
reading sources... [100%] tools
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 9%] api
writing output... [ 18%] concepts
writing output... [ 27%] contents
writing output... [ 36%] developer_guide
writing output... [ 45%] importing_data
writing output... [ 54%] intro
writing output... [ 63%] modules/testing
writing output... [ 72%] profiles
writing output... [ 81%] quickstart
writing output... [ 90%] tests
writing output... [100%] tools
generating indices... genindex py-modindex
writing additional pages... index/Users/buildslave/jenkins/workspace/LNT_Tests/venv/lib/python2.7/site-packages/sphinx/builders/html.py:1171: RemovedInSphinx20Warning: Now html_sidebars only allows list of sidebar templates as a value. Support for a string value will be removed at Sphinx-2.0.
self.add_sidebars(pagename, ctx)
search
copying static files... done
copying extra files... done
dumping search index in English (code: en) ... done
dumping object inventory... done
build succeeded.
The HTML pages are in _build/html.
Build finished. The HTML pages are in _build/html.
[LNT_Tests] $ /bin/sh -xe /var/folders/q0/p3jrdx7n2s74x5bnw_pkhqr80000gn/T/jenkins3199594493098683706.sh
+ set +e
+ echo 'Cleaning up any leftover databases.'
Cleaning up any leftover databases.
+ killall mysqld
No matching processes belonging to you were found
+ set -e
+ ps auxxx
++ grep lnt ./processes
+ '[' buildslave 75889 0.0 0.0 2495592 6216 '??' S 20Jul20 0:00.17 /Users/buildslave/jenkins/workspace/LNT_Tests/venv/bin/python /Users/buildslave/jenkins/workspace/LNT_Tests/venv/bin/lit -j1 --xunit-xml-output=/Users/buildslave/jenkins/workspace/LNT_Tests/lnt.xunit.xml -v --param postgres=True --param mysql=True . buildslave 75886 0.0 0.1 2483568 17728 '??' S 20Jul20 22:06.49 /Users/buildslave/jenkins/workspace/LNT_Tests/venv/bin/python /Users/buildslave/jenkins/workspace/LNT_Tests/venv/bin/lit -j1 --xunit-xml-output=/Users/buildslave/jenkins/workspace/LNT_Tests/lnt.xunit.xml -v --param postgres=True --param mysql=True . buildslave 3659 0.0 0.1 2514284 8808 '??' S Thu09AM 0:00.22 /Users/buildslave/jenkins/workspace/LNT_Tests/venv/bin/python /Users/buildslave/jenkins/workspace/LNT_Tests/venv/bin/lit -j1 --xunit-xml-output=/Users/buildslave/jenkins/workspace/LNT_Tests/lnt.xunit.xml -v --param postgres=True --param mysql=True . buildslave 3656 0.0 0.1 2495172 18100 '??' S Thu09AM 15:43.13 /Users/buildslave/jenkins/workspace/LNT_Tests/venv/bin/python /Users/buildslave/jenkins/workspace/LNT_Tests/venv/bin/lit -j1 --xunit-xml-output=/Users/buildslave/jenkins/workspace/LNT_Tests/lnt.xunit.xml -v --param postgres=True --param mysql=True . ']'
/var/folders/q0/p3jrdx7n2s74x5bnw_pkhqr80000gn/T/jenkins3199594493098683706.sh: line 7: [: too many arguments
+ exit 0
[WARNINGS] Parsing warnings in console log with parser Pep8
Skipping warnings blame since Git is the only supported SCM up to now.%n
[WARNINGS] Computing warning deltas based on reference build #19186
[WARNINGS] Ignore new warnings since this is the first valid build
[WARNINGS] Plug-in Result: Success - no threshold has been exceeded
Recording test results
No emails were triggered.
Finished: SUCCESS