Created
August 6, 2018 22:40
-
-
Save agentzh/06537bb99964adef047960ee3623a3e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
agentzh@fed26 ~/git/systemtap (master)$ make -j6 installcheck-parallel | |
if test \! -e /opt/stap/bin/stap; then \ | |
echo /opt/stap/bin/stap doesn\'t exist, run make install; \ | |
exit -1; \ | |
fi; \ | |
if test ./stap -nt /opt/stap/bin/stap; then \ | |
echo "/opt/stap/bin/stap is not recent, run make install"; \ | |
exit -1; \ | |
fi; | |
make -C testsuite installcheck-parallel RUNTESTFLAGS="" | |
make[1]: Entering directory '/home/agentzh/git/systemtap/testsuite' | |
test -z && make clean | |
make[2]: Entering directory '/home/agentzh/git/systemtap/testsuite' | |
rm -f ./stap site.exp systemtap.sum systemtap.log | |
rm -f systemtap.temp* | |
rm -rf .systemtap* .cache_test* 2>/dev/null | |
rm -f ./stap_*.ko | |
rm -f flightrec* | |
rm -f *.so | |
rm -f uprobe_* | |
rm -rf artifacts | |
make[2]: Leaving directory '/home/agentzh/git/systemtap/testsuite' | |
rmmod uprobes 2>/dev/null | |
make[1]: [Makefile:537: installcheck-parallel] Error 1 (ignored) | |
mkdir -p artifacts/__serialtests | |
MAKEFLAGS= env XDG_DATA_DIRS= SYSTEMTAP_SYNC=1 LANG=C SYSTEMTAP_TESTREMOTES= SYSTEMTAP_TESTAPPS= SYSTEMTAP_RUNTIME=/opt/stap/share/systemtap/runtime SYSTEMTAP_TAPSET=/opt/stap/share/systemtap/tapset LD_LIBRARY_PATH=/opt/stap/lib/systemtap:/opt/stap/lib/dyninst CRASH_LIBDIR=/opt/stap/lib/systemtap PATH=/opt/stap/bin:$PATH SYSTEMTAP_PATH=/opt/stap/bin SYSTEMTAP_INCLUDES=/opt/stap/include PKGLIBDIR=/opt/stap/libexec/systemtap PYTHON=/bin/python2 PYEXECDIR=/opt/stap/lib64/python2.7/site-packages PYTHON3=/bin/python3 PY3EXECDIR=/opt/stap/lib64/python3.6/site-packages SYSCONFDIR=/opt/stap/etc runtest systemtap.base/environment_sanity.exp | |
WARNING: Couldn't find the global config file. | |
WARNING: No tool specified | |
Test run by agentzh on Mon Aug 6 15:34:26 2018 | |
Native configuration is x86_64-pc-linux-gnu | |
=== tests === | |
Schedule of variations: | |
unix | |
Running target unix | |
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. | |
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. | |
Using ./config/unix.exp as tool-and-target-specific interface file. | |
ERROR: Couldn't find library file site.exp. | |
make[1]: *** [Makefile:539: installcheck-parallel] Error 1 | |
make[1]: Leaving directory '/home/agentzh/git/systemtap/testsuite' | |
make: *** [Makefile:2444: installcheck-parallel] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment