This file contains 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
[root@host ~]# ./kickstart.sh | |
System : Linux | |
Operating System : GNU/Linux | |
Machine : x86_64 | |
BASH major version: | |
--- Fetching script to detect required packages... --- | |
[/tmp/netdata-kickstart-Z3HN34Dxxf]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-kickstart-Z3HN34Dxxf/install-required-packages.sh https://raw.githubusercontent.com/netdata/netdata/master/packaging/installer/install-required-packages.sh OK | |
--- Running downloaded script to detect required packages... --- | |
[/tmp/netdata-kickstart-Z3HN34Dxxf]# /bin/bash /tmp/netdata-kickstart-Z3HN34Dxxf/install-required-packages.sh netdata Cannot find an os-release file ... | |
Cannot find valid distribution with lsb-release | |
Loading /etc/centos-release ... | |
> CentOS Version: 6.8 ... | |
> Detected CentOS 6.x ... | |
> Checking for Okay ... | |
We detected these: | |
Distribution : CentOS | |
Version : 6.8 | |
Codename : Final | |
Package Manager : install_yum | |
Packages Tree : centos | |
Detection Method: /etc/centos-release | |
Default Python v: 2 (will install python3 too) | |
Searching for distro_sdk ... | |
Searching for autoconf_archive ... | |
WARNING | |
package autoconf-archive is not available in this system. | |
You may try to install without it. | |
Searching for autogen ... | |
WARNING | |
package autogen is not available in this system. | |
You may try to install without it. | |
Searching for libz_dev ... | |
> Checking if package 'zlib-devel' is installed... | |
Searching for libuuid_dev ... | |
> Checking if package 'libuuid-devel' is installed... | |
Searching for libmnl_dev ... | |
> Checking if package 'libmnl-devel' is installed... | |
Searching for json_c_dev ... | |
> Checking if package 'json-c-devel' is installed... | |
Searching for libuv ... | |
> Checking if package 'libuv-devel' is installed... | |
Searching for lz4 ... | |
> Checking if package 'lz4-devel' is installed... | |
Searching for openssl ... | |
> Checking if package 'openssl-devel' is installed... | |
Searching for judy ... | |
Searching for libelf ... | |
> Checking if package 'elfutils-libelf-devel' is installed... | |
Searching for python3 ... | |
WARNING | |
package python3 is not available in this system. | |
You may try to install without it. | |
All required packages are already installed. Now proceed to the next step. | |
OK | |
[/tmp/netdata-kickstart-Z3HN34Dxxf]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-kickstart-Z3HN34Dxxf/sha256sum.txt https://storage.googleapis.com/netdata-nightlies/sha256sums.txt OK | |
[/tmp/netdata-kickstart-Z3HN34Dxxf]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-kickstart-Z3HN34Dxxf/netdata-latest.tar.gz https://storage.googleapis.com/netdata-nightlies/netdata-latest.tar.gz OK | |
[/tmp/netdata-kickstart-Z3HN34Dxxf]# tar -xf netdata-latest.tar.gz OK | |
--- Installing netdata... --- | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# ./netdata-installer.sh --auto-update | |
^ | |
|.-. .-. .-. .-. . netdata | |
| '-' '-' '-' '-' real-time performance monitoring, done right! | |
+----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+---> | |
You are about to build and install netdata to your system. | |
The build process will use /tmp for | |
any temporary files. You can override this by setting $TMPDIR to a | |
writable directory where you can execute files. | |
It will be installed at these locations: | |
- the daemon at /usr/sbin/netdata | |
- config files in /etc/netdata | |
- web files in /usr/share/netdata | |
- plugins in /usr/libexec/netdata | |
- cache files in /var/cache/netdata | |
- db files in /var/lib/netdata | |
- log files in /var/log/netdata | |
- pid file at /var/run/netdata.pid | |
- logrotate file at /etc/logrotate.d/netdata | |
This installer allows you to change the installation path. | |
Press Control-C and run the same command with --help for help. | |
NOTE: | |
Anonymous usage stats will be collected and sent to Netdata. | |
To opt-out, pass --disable-telemetry option to the installer or export | |
the environment variable DO_NOT_TRACK to a non-zero or non-empty value | |
(e.g: export DO_NOT_TRACK=1). | |
Press ENTER to build and install netdata to your system > | |
--- Prepare custom libmosquitto version --- | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-mosquitto-sED6Fj/v.1.6.8_Netdata-5.tar.gz https://github.com/netdata/mosquitto/archive/v.1.6.8_Netdata-5.tar.gz | |
OK | |
v.1.6.8_Netdata-5.tar.gz: OK | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# tar -xf /tmp/netdata-mosquitto-sED6Fj/v.1.6.8_Netdata-5.tar.gz -C /tmp/netdata-mosquitto-sED6Fj | |
OK | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= make -j24 -C /tmp/netdata-mosquitto-sED6Fj/mosquitto-v.1.6.8_Netdata-5/lib | |
make: Entering directory `/tmp/netdata-mosquitto-sED6Fj/mosquitto-v.1.6.8_Netdata-5/lib' | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c mosquitto.c -o mosquitto.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c actions.c -o actions.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c callbacks.c -o callbacks.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c connect.c -o connect.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_auth.c -o handle_auth.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_connack.c -o handle_connack.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_disconnect.c -o handle_disconnect.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_ping.c -o handle_ping.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_pubackcomp.c -o handle_pubackcomp.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_publish.c -o handle_publish.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_pubrec.c -o handle_pubrec.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_pubrel.c -o handle_pubrel.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_suback.c -o handle_suback.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_unsuback.c -o handle_unsuback.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c helpers.c -o helpers.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c logging_mosq.c -o logging_mosq.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c loop.c -o loop.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c memory_mosq.c -o memory_mosq.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c messages_mosq.c -o messages_mosq.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c net_mosq_ocsp.c -o net_mosq_ocsp.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c net_mosq.c -o net_mosq.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c options.c -o options.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c packet_datatypes.c -o packet_datatypes.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c packet_mosq.c -o packet_mosq.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c property_mosq.c -o property_mosq.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c read_handle.c -o read_handle.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_connect.c -o send_connect.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_disconnect.c -o send_disconnect.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_mosq.c -o send_mosq.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_publish.c -o send_publish.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_subscribe.c -o send_subscribe.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_unsubscribe.c -o send_unsubscribe.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c socks_mosq.c -o socks_mosq.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c srv_mosq.c -o srv_mosq.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c thread_mosq.c -o thread_mosq.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c time_mosq.c -o time_mosq.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c tls_mosq.c -o tls_mosq.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c utf8_mosq.c -o utf8_mosq.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c util_mosq.c -o util_mosq.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c util_topic.c -o util_topic.o | |
cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c will_mosq.c -o will_mosq.o | |
cc -shared -Wl,--version-script=linker.version -Wl,-soname,libmosquitto.so.1 mosquitto.o actions.o callbacks.o connect.o handle_auth.o handle_connack.o handle_disconnect.o handle_ping.o handle_pubackcomp.o handle_publish.o handle_pubrec.o handle_pubrel.o handle_suback.o handle_unsuback.o helpers.o logging_mosq.o loop.o memory_mosq.o messages_mosq.o net_mosq_ocsp.o net_mosq.o options.o packet_datatypes.o packet_mosq.o property_mosq.o read_handle.o send_connect.o send_disconnect.o send_mosq.o send_publish.o send_subscribe.o send_unsubscribe.o socks_mosq.o srv_mosq.o thread_mosq.o time_mosq.o tls_mosq.o utf8_mosq.o util_mosq.o util_topic.o will_mosq.o -o libmosquitto.so.1 -lrt -lpthread | |
ar cr libmosquitto.a mosquitto.o actions.o callbacks.o connect.o handle_auth.o handle_connack.o handle_disconnect.o handle_ping.o handle_pubackcomp.o handle_publish.o handle_pubrec.o handle_pubrel.o handle_suback.o handle_unsuback.o helpers.o logging_mosq.o loop.o memory_mosq.o messages_mosq.o net_mosq_ocsp.o net_mosq.o options.o packet_datatypes.o packet_mosq.o property_mosq.o read_handle.o send_connect.o send_disconnect.o send_mosq.o send_publish.o send_subscribe.o send_unsubscribe.o socks_mosq.o srv_mosq.o thread_mosq.o time_mosq.o tls_mosq.o utf8_mosq.o util_mosq.o util_topic.o will_mosq.o | |
make: Leaving directory `/tmp/netdata-mosquitto-sED6Fj/mosquitto-v.1.6.8_Netdata-5/lib' | |
OK | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# mkdir -p /tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/externaldeps/mosquitto | |
OK | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# cp /tmp/netdata-mosquitto-sED6Fj/mosquitto-v.1.6.8_Netdata-5/lib/libmosquitto.a /tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/externaldeps/mosquitto | |
OK | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# cp /tmp/netdata-mosquitto-sED6Fj/mosquitto-v.1.6.8_Netdata-5/lib/mosquitto.h /tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/externaldeps/mosquitto | |
OK | |
OK libmosquitto built and prepared. | |
--- Prepare libwebsockets --- | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-libwebsockets-qWL60X/v3.2.2.tar.gz https://github.com/warmcat/libwebsockets/archive/v3.2.2.tar.gz | |
OK | |
v3.2.2.tar.gz: OK | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# tar -xf /tmp/netdata-libwebsockets-qWL60X/v3.2.2.tar.gz -C /tmp/netdata-libwebsockets-qWL60X | |
OK | |
[/tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= cmake -D LWS_WITH_SOCKS5:bool=ON -D LWS_IPV6:bool=ON . | |
-- Compiled with LWS_WITH_DIR and LWS_WITH_DIR | |
-- The C compiler identification is GNU 4.4.7 | |
-- 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 | |
-- CMAKE_TOOLCHAIN_FILE='' | |
-- Found Git: /usr/bin/git | |
fatal: Not a git repository (or any of the parent directories): .git | |
Git commit hash: | |
-- Performing Test LWS_HAVE_inline | |
-- Performing Test LWS_HAVE_inline - Success | |
-- Performing Test LWS_HAVE___inline__ | |
-- Performing Test LWS_HAVE___inline__ - Success | |
-- Performing Test LWS_HAVE___inline | |
-- Performing Test LWS_HAVE___inline - Success | |
-- Performing Test LWS_HAVE_MALLOC_TRIM | |
-- Performing Test LWS_HAVE_MALLOC_TRIM - Success | |
-- Performing Test LWS_HAVE_MALLOC_USABLE_SIZE | |
-- Performing Test LWS_HAVE_MALLOC_USABLE_SIZE - Success | |
-- Looking for fork | |
-- Looking for fork - found | |
-- Looking for getenv | |
-- Looking for getenv - found | |
-- Looking for malloc | |
-- Looking for malloc - found | |
-- Looking for memset | |
-- Looking for memset - found | |
-- Looking for realloc | |
-- Looking for realloc - found | |
-- Looking for socket | |
-- Looking for socket - found | |
-- Looking for strerror | |
-- Looking for strerror - found | |
-- Looking for vfork | |
-- Looking for vfork - found | |
-- Looking for execvpe | |
-- Looking for execvpe - found | |
-- Looking for getifaddrs | |
-- Looking for getifaddrs - found | |
-- Looking for snprintf | |
-- Looking for snprintf - found | |
-- Looking for _snprintf | |
-- Looking for _snprintf - not found | |
-- Looking for _vsnprintf | |
-- Looking for _vsnprintf - not found | |
-- Looking for getloadavg | |
-- Looking for getloadavg - found | |
-- Looking for atoll | |
-- Looking for atoll - found | |
-- Looking for _atoi64 | |
-- Looking for _atoi64 - not found | |
-- Looking for _stat32i64 | |
-- Looking for _stat32i64 - not found | |
-- Looking for clock_gettime | |
-- Looking for clock_gettime - not found | |
-- Looking for dlfcn.h | |
-- Looking for dlfcn.h - found | |
-- Looking for fcntl.h | |
-- Looking for fcntl.h - found | |
-- Looking for in6addr.h | |
-- Looking for in6addr.h - not found | |
-- Looking for memory.h | |
-- Looking for memory.h - found | |
-- Looking for netinet/in.h | |
-- Looking for netinet/in.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for stdlib.h | |
-- Looking for stdlib.h - found | |
-- Looking for strings.h | |
-- Looking for strings.h - found | |
-- Looking for string.h | |
-- Looking for string.h - found | |
-- Looking for sys/prctl.h | |
-- Looking for sys/prctl.h - found | |
-- Looking for sys/socket.h | |
-- Looking for sys/socket.h - found | |
-- Looking for sys/sockio.h | |
-- Looking for sys/sockio.h - not found | |
-- Looking for sys/stat.h | |
-- Looking for sys/stat.h - found | |
-- Looking for sys/types.h | |
-- Looking for sys/types.h - found | |
-- Looking for unistd.h | |
-- Looking for unistd.h - found | |
-- Looking for vfork.h | |
-- Looking for vfork.h - not found | |
-- Looking for sys/capability.h | |
-- Looking for sys/capability.h - not found | |
-- Looking for malloc.h | |
-- Looking for malloc.h - found | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for inttypes.h | |
-- Looking for inttypes.h - found | |
-- Looking for cap_set_flag in cap | |
-- Looking for cap_set_flag in cap - not found | |
-- Looking for 4 include files stdlib.h, ..., float.h | |
-- Looking for 4 include files stdlib.h, ..., float.h - found | |
-- Performing Test LWS_HAS_INTPTR_T | |
-- Performing Test LWS_HAS_INTPTR_T - Success | |
-- Performing Test LWS_HAS_PTHREAD_SETNAME_NP | |
-- Performing Test LWS_HAS_PTHREAD_SETNAME_NP - Success | |
-- Performing Test LWS_HAS_GETOPT_LONG | |
-- Performing Test LWS_HAS_GETOPT_LONG - Success | |
-- Performing Test LWS_HAVE_VISIBILITY | |
-- Performing Test LWS_HAVE_VISIBILITY - Success | |
-- Performing Test LWS_GCC_HAS_IGNORED_QUALIFIERS | |
-- Performing Test LWS_GCC_HAS_IGNORED_QUALIFIERS - Success | |
-- Performing Test LWS_GCC_HAS_TYPE_LIMITS | |
-- Performing Test LWS_GCC_HAS_TYPE_LIMITS - Success | |
Compiling with SSL support | |
-- Found OpenSSL: /usr/lib64/libssl.so;/usr/lib64/libcrypto.so (found version "1.0.1e") | |
OpenSSL include dir: /usr/include | |
OpenSSL libraries: /usr/lib64/libssl.so;/usr/lib64/libcrypto.so | |
-- Looking for openssl/ecdh.h | |
-- Looking for openssl/ecdh.h - found | |
-- Looking for SSL_CTX_set1_param | |
-- Looking for SSL_CTX_set1_param - found | |
-- Looking for SSL_set_info_callback | |
-- Looking for SSL_set_info_callback - found | |
-- Looking for X509_VERIFY_PARAM_set1_host | |
-- Looking for X509_VERIFY_PARAM_set1_host - not found | |
-- Looking for RSA_set0_key | |
-- Looking for RSA_set0_key - not found | |
-- Looking for X509_get_key_usage | |
-- Looking for X509_get_key_usage - not found | |
-- Looking for EVP_PKEY_new_raw_private_key | |
-- Looking for EVP_PKEY_new_raw_private_key - not found | |
-- Looking for SSL_CTX_get0_certificate | |
-- Looking for SSL_CTX_get0_certificate - not found | |
-- Looking for SSL_get0_alpn_selected | |
-- Looking for SSL_get0_alpn_selected - not found | |
-- Looking for SSL_set_alpn_protos | |
-- Looking for SSL_set_alpn_protos - not found | |
-- Looking for EVP_aes_128_cfb8 | |
-- Looking for EVP_aes_128_cfb8 - found | |
-- Looking for EVP_aes_128_cfb128 | |
-- Looking for EVP_aes_128_cfb128 - found | |
-- Looking for EVP_aes_192_cfb8 | |
-- Looking for EVP_aes_192_cfb8 - found | |
-- Looking for EVP_aes_192_cfb128 | |
-- Looking for EVP_aes_192_cfb128 - found | |
-- Looking for EVP_aes_256_cfb8 | |
-- Looking for EVP_aes_256_cfb8 - found | |
-- Looking for EVP_aes_256_cfb128 | |
-- Looking for EVP_aes_256_cfb128 - found | |
-- Looking for EVP_aes_128_xts | |
-- Looking for EVP_aes_128_xts - found | |
-- Looking for RSA_verify_pss_mgf1 | |
-- Looking for RSA_verify_pss_mgf1 - not found | |
-- Looking for HMAC_CTX_new | |
-- Looking for HMAC_CTX_new - not found | |
-- Looking for SSL_CTX_set_ciphersuites | |
-- Looking for SSL_CTX_set_ciphersuites - not found | |
-- Performing Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS | |
-- Performing Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS - Failed | |
-- Performing Test LWS_HAVE_EVP_MD_CTX_free | |
-- Performing Test LWS_HAVE_EVP_MD_CTX_free - Failed | |
-- Looking for ECDSA_SIG_set0 | |
-- Looking for ECDSA_SIG_set0 - not found | |
-- Looking for BN_bn2binpad | |
-- Looking for BN_bn2binpad - not found | |
-- Looking for EVP_aes_128_wrap | |
-- Looking for EVP_aes_128_wrap - not found | |
-- Looking for EC_POINT_get_affine_coordinates | |
-- Looking for EC_POINT_get_affine_coordinates - not found | |
-- Looking for TLS_client_method | |
-- Looking for TLS_client_method - not found | |
-- Looking for TLSv1_2_client_method | |
-- Looking for TLSv1_2_client_method - found | |
-- Performing Test LWS_HAVE_PIPE2 | |
-- Performing Test LWS_HAVE_PIPE2 - Success | |
-- Performing Test LWS_HAVE_TCP_USER_TIMEOUT | |
-- Performing Test LWS_HAVE_TCP_USER_TIMEOUT - Failed | |
Searching for OpenSSL executable and dlls | |
OpenSSL executable: /usr/bin/openssl | |
GENCERTS = 1 | |
Generating SSL Certificates for the test-server... | |
Generating a 1024 bit RSA private key | |
..................................++++++ | |
..................++++++ | |
writing new private key to '/tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2/libwebsockets-test-server.key.pem' | |
----- | |
You are about to be asked to enter information that will be incorporated | |
into your certificate request. | |
What you are about to enter is what is called a Distinguished Name or a DN. | |
There are quite a few fields but you can leave some blank | |
For some fields there will be a default value, | |
If you enter '.', the field will be left blank. | |
----- | |
Country Name (2 letter code) [XX]:State or Province Name (full name) []:Locality Name (eg, city) [Default City]:Organization Name (eg, company) [Default Company Ltd]:Organizational Unit Name (eg, section) []:Common Name (eg, your name or your server's hostname) []:Email Address []:SUCCESSFULLY generated SSL certificate | |
-- Looking for RPMTools... - rpmbuild NOT FOUND | |
--------------------------------------------------------------------- | |
Settings: (For more help do cmake -LH <srcpath>) | |
--------------------------------------------------------------------- | |
LWS_WITH_STATIC = ON | |
LWS_WITH_SHARED = ON | |
LWS_WITH_SSL = ON (SSL Support) | |
LWS_SSL_CLIENT_USE_OS_CA_CERTS = 1 | |
LWS_WITH_WOLFSSL = OFF (wolfSSL/CyaSSL replacement for OpenSSL) | |
LWS_WITH_MBEDTLS = OFF (mbedTLS replacement for OpenSSL) | |
LWS_WITHOUT_BUILTIN_SHA1 = OFF | |
LWS_WITHOUT_BUILTIN_GETIFADDRS = OFF | |
LWS_WITHOUT_CLIENT = OFF | |
LWS_WITHOUT_SERVER = OFF | |
LWS_LINK_TESTAPPS_DYNAMIC = OFF | |
LWS_WITHOUT_TESTAPPS = OFF | |
LWS_WITHOUT_TEST_SERVER = OFF | |
LWS_WITHOUT_TEST_SERVER_EXTPOLL = OFF | |
LWS_WITHOUT_TEST_PING = OFF | |
LWS_WITHOUT_TEST_CLIENT = OFF | |
LWS_WITHOUT_EXTENSIONS = ON | |
LWS_WITH_LATENCY = OFF | |
LWS_WITHOUT_DAEMONIZE = ON | |
LWS_WITH_LIBEV = OFF | |
LWS_WITH_LIBUV = OFF | |
LWS_WITH_LIBEVENT = OFF | |
LWS_IPV6 = ON | |
LWS_UNIX_SOCK = OFF | |
LWS_WITH_HTTP2 = 1 | |
LWS_SSL_SERVER_WITH_ECDH_CERT = OFF | |
LWS_MAX_SMP = 1 | |
LWS_HAVE_PTHREAD_H = 1 | |
LWS_WITH_CGI = OFF | |
LWS_HAVE_OPENSSL_ECDH_H = 1 | |
LWS_HAVE_SSL_CTX_set1_param = 1 | |
LWS_HAVE_RSA_SET0_KEY = | |
LWS_WITH_HTTP_PROXY = OFF | |
LIBHUBBUB_LIBRARIES = | |
PLUGINS = | |
LWS_WITH_ACCESS_LOG = OFF | |
LWS_WITH_SERVER_STATUS = OFF | |
LWS_WITH_LEJP = ON | |
LWS_WITH_LEJP_CONF = ON | |
LWS_WITH_SMTP = OFF | |
LWS_WITH_GENERIC_SESSIONS = OFF | |
LWS_STATIC_PIC = OFF | |
LWS_WITH_RANGES = OFF | |
LWS_PLAT_OPTEE = OFF | |
LWS_WITH_ESP32 = OFF | |
LWS_WITH_ZIP_FOPS = OFF | |
LWS_AVOID_SIGPIPE_IGN = OFF | |
LWS_WITH_STATS = OFF | |
LWS_WITH_SOCKS5 = ON | |
LWS_HAVE_SYS_CAPABILITY_H = | |
LWS_HAVE_LIBCAP = | |
LWS_WITH_PEER_LIMITS = OFF | |
LWS_HAVE_ATOLL = 1 | |
LWS_HAVE__ATOI64 = | |
LWS_HAVE_STAT32I64 = | |
LWS_HAS_INTPTR_T = 1 | |
LWS_WITH_EXPORT_LWSTARGETS = ON | |
LWS_WITH_ABSTRACT = | |
--------------------------------------------------------------------- | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2 | |
OK | |
[/tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= make -j24 | |
Scanning dependencies of target websockets | |
Scanning dependencies of target websockets_shared | |
[ 2%] [ 2%] [ 2%] [ 3%] [ 4%] [ 6%] [ 6%] [ 6%] [ 7%] [ 9%] [ 9%] [ 9%] [ 10%] [ 11%] [ 12%] [ 12%] [ 12%] [ 14%] Building C object CMakeFiles/websockets.dir/lib/core/alloc.c.o | |
[ 14%] [ 14%] Building C object CMakeFiles/websockets.dir/lib/core/buflist.c.o | |
[ 17%] [ 17%] [ 17%] Building C object CMakeFiles/websockets.dir/lib/core/lws_dll2.c.o | |
[ 18%] Building C object CMakeFiles/websockets.dir/lib/core/logs.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/core/alloc.c.o | |
Building C object CMakeFiles/websockets.dir/lib/core/context.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/core/buflist.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/core/context.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/core/logs.c.o | |
Building C object CMakeFiles/websockets.dir/lib/core/libwebsockets.c.o | |
Building C object CMakeFiles/websockets.dir/lib/misc/base64-decode.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/core/lws_dll2.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/core/libwebsockets.c.o | |
Building C object CMakeFiles/websockets.dir/lib/core/vfs.c.o | |
Building C object CMakeFiles/websockets.dir/lib/core-net/dummy-callback.c.o | |
Building C object CMakeFiles/websockets.dir/lib/misc/lws-ring.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/misc/base64-decode.c.o | |
Building C object CMakeFiles/websockets.dir/lib/core-net/output.c.o | |
Building C object CMakeFiles/websockets.dir/lib/core-net/network.c.o | |
Building C object CMakeFiles/websockets.dir/lib/core-net/close.c.o | |
Building C object CMakeFiles/websockets.dir/lib/core-net/vhost.c.o | |
Building C object CMakeFiles/websockets.dir/lib/core-net/pollfd.c.o | |
Building C object CMakeFiles/websockets.dir/lib/core-net/service.c.o | |
Building C object CMakeFiles/websockets.dir/lib/core-net/sorted-usec-list.c.o | |
[ 19%] [ 19%] cc1: warnings being treated as errors | |
/tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2/lib/core-net/network.c: In function 'lws_socket_bind': | |
/tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2/lib/core-net/network.c:370: error: dereferencing pointer 'sin.43' does break strict-aliasing rules | |
/tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2/lib/core-net/network.c:370: note: initialized from here | |
/tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2/lib/core-net/network.c:371: error: dereferencing pointer 'sin.44' does break strict-aliasing rules | |
/tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2/lib/core-net/network.c:371: note: initialized from here | |
Building C object CMakeFiles/websockets.dir/lib/core-net/stats.c.o | |
[ 19%] Building C object CMakeFiles/websockets.dir/lib/core-net/wsi.c.o | |
[ 20%] [ 21%] make[2]: *** [CMakeFiles/websockets.dir/lib/core-net/network.c.o] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
Building C object CMakeFiles/websockets_shared.dir/lib/misc/lws-ring.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/core/vfs.c.o | |
[ 22%] Building C object CMakeFiles/websockets.dir/lib/core-net/wsi-timeout.c.o | |
[ 23%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/dummy-callback.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/core-net/output.c.o | |
[ 24%] [ 24%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/close.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/core-net/network.c.o | |
[ 25%] [ 26%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/pollfd.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/core-net/vhost.c.o | |
[ 26%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/service.c.o | |
[ 27%] [ 28%] [ 29%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/sorted-usec-list.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/core-net/stats.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/core-net/wsi.c.o | |
[ 29%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/wsi-timeout.c.o | |
[ 31%] [ 31%] [ 31%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/adopt.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/core-net/sequencer.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/roles/pipe/ops-pipe.c.o | |
[ 32%] [ 33%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/dir.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/header.c.o | |
[ 34%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/server/parsers.c.o | |
[ 34%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/h1/ops-h1.c.o | |
[ 35%] [ 36%] cc1: warnings being treated as errors | |
/tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2/lib/core-net/network.c: In function 'lws_socket_bind': | |
/tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2/lib/core-net/network.c:370: error: dereferencing pointer 'sin.43' does break strict-aliasing rules | |
/tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2/lib/core-net/network.c:370: note: initialized from here | |
/tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2/lib/core-net/network.c:371: error: dereferencing pointer 'sin.44' does break strict-aliasing rules | |
/tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2/lib/core-net/network.c:371: note: initialized from here | |
Building C object CMakeFiles/websockets_shared.dir/lib/roles/ws/client-ws.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/roles/ws/ops-ws.c.o | |
make[2]: *** [CMakeFiles/websockets_shared.dir/lib/core-net/network.c.o] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
[ 36%] [ 37%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/ws/client-parser-ws.c.o | |
Building C object CMakeFiles/websockets_shared.dir/lib/roles/ws/server-ws.c.o | |
make[1]: *** [CMakeFiles/websockets.dir/all] Error 2 | |
make[1]: *** Waiting for unfinished jobs.... | |
make[1]: *** [CMakeFiles/websockets_shared.dir/all] Error 2 | |
make: *** [all] Error 2 | |
FAILED | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# mkdir -p /tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/externaldeps/libwebsockets | |
OK | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# cp /tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2/lib/libwebsockets.a /tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/externaldeps/libwebsockets/libwebsockets.a | |
cp: cannot stat `/tmp/netdata-libwebsockets-qWL60X/libwebsockets-3.2.2/lib/libwebsockets.a': No such file or directory | |
FAILED | |
FAILED Failed to build libwebsockets. | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-protobuf-Ej7NXn/protobuf-cpp-3.17.3.tar.gz https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protobuf-cpp-3.17.3.tar.gz | |
OK | |
protobuf-cpp-3.17.3.tar.gz: OK | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# tar -xf /tmp/netdata-protobuf-Ej7NXn/protobuf-cpp-3.17.3.tar.gz -C /tmp/netdata-protobuf-Ej7NXn | |
OK | |
[/tmp/netdata-protobuf-Ej7NXn/protobuf-3.17.3]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= ./configure --disable-shared --without-zlib --disable-dependency-tracking --with-pic | |
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking target system type... x86_64-pc-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether UID '0' is supported by ustar format... yes | |
checking whether GID '0' is supported by ustar format... yes | |
checking how to create a ustar tar archive... gnutar | |
checking whether make supports nested variables... (cached) yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking whether make supports the include directive... yes (GNU style) | |
checking dependency style of gcc... none | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... none | |
checking how to run the C preprocessor... gcc -E | |
checking for gcc... gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking dependency style of gcc... (cached) none | |
checking how to run the C preprocessor... gcc -E | |
checking how to run the C++ preprocessor... g++ -E | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... (cached) yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... (cached) none | |
checking how to run the C++ preprocessor... g++ -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking for gcc... gcc | |
checking whether we are using the GNU Objective C compiler... no | |
checking whether gcc accepts -g... no | |
checking dependency style of gcc... none | |
checking C++ compiler flags...... use user-supplied: | |
checking whether __SUNPRO_CC is declared... no | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1966080 | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... no | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether the linker supports version scripts... yes | |
checking for ANSI C header files... (cached) yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for inttypes.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for working memcmp... yes | |
checking for working strtod... yes | |
checking for ftruncate... yes | |
checking for memset... yes | |
checking for mkdir... yes | |
checking for strchr... yes | |
checking for strerror... yes | |
checking for strtol... yes | |
checking whether g++ supports C++11 features by default... no | |
checking whether g++ supports C++11 features with -std=c++11... no | |
checking whether g++ supports C++11 features with +std=c++11... no | |
checking whether g++ supports C++11 features with -h std=c++11... no | |
checking whether g++ supports C++11 features with -std=c++0x... no | |
checking whether g++ supports C++11 features with +std=c++0x... no | |
checking whether g++ supports C++11 features with -h std=c++0x... no | |
configure: error: *** A compiler with support for C++11 language features is required. | |
FAILED | |
FAILED Failed to build protobuf. | |
cp: cannot stat `packaging/libbpf_0_0_9.checksums': No such file or directory | |
cp: cannot stat `packaging/libbpf_0_0_9.version': No such file or directory | |
--- Prepare libbpf --- | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-libbpf-0QyyIn/v0.5.1_netdata.tar.gz https://github.com/netdata/libbpf/archive/v0.5.1_netdata.tar.gz | |
OK | |
v0.5.1_netdata.tar.gz: OK | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# tar -xf /tmp/netdata-libbpf-0QyyIn/v0.5.1_netdata.tar.gz -C /tmp/netdata-libbpf-0QyyIn | |
OK | |
[/tmp/netdata-libbpf-0QyyIn/libbpf-0.5.1_netdata/src]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= BUILD_STATIC_ONLY=y OBJDIR=build DESTDIR=.. make -j24 install | |
Package libelf was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `libelf.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'libelf' found | |
MKDIR staticobjs | |
INSTALL bpf.h libbpf.h btf.h libbpf_common.h libbpf_legacy.h xsk.h bpf_helpers.h bpf_helper_defs.h bpf_tracing.h bpf_endian.h bpf_core_read.h skel_internal.h libbpf_version.h | |
CC bpf.o | |
CC btf.o | |
CC libbpf.o | |
CC libbpf_errno.o | |
CC netlink.o | |
CC nlattr.o | |
CC str_error.o | |
CC libbpf_probes.o | |
CC bpf_prog_linfo.o | |
CC xsk.o | |
CC btf_dump.o | |
CC hashmap.o | |
CC ringbuf.o | |
CC strset.o | |
CC linker.o | |
CC gen_loader.o | |
CC relo_core.o | |
INSTALL libbpf.pc | |
In file included from /usr/include/linux/rtnetlink.h:5, | |
from nlattr.c:12: | |
../include/uapi/linux/netlink.h:38: error: expected specifier-qualifier-list before '__kernel_sa_family_t' | |
In file included from btf_dump.c:19: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from btf_dump.c:19: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_errno.c:14: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:154: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from btf.c:19: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from btf.c:19: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:927: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from /usr/include/linux/rtnetlink.h:5, | |
from netlink.c:11: | |
../include/uapi/linux/netlink.h:38: error: expected specifier-qualifier-list before '__kernel_sa_family_t' | |
In file included from libbpf_internal.h:27, | |
from nlattr.c:14: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:154: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from bpf.c:32: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from relo_core.c:10: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:154: error: wrong number of arguments specified for 'deprecated' attributeIn file included from bpf_prog_linfo.c:8: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:154: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from btf_dump.c:21: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:154: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attributelibbpf.h:154: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_probes.c:17: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:154: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from btf.c:21: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:154: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:927: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:927: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:927: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:927: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from gen_loader.c:9: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from relo_core.c:12: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from gen_loader.c:9: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:927: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from relo_core.c:12: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:927: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from nlattr.c:14: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from bpf.c:33: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from bpf.c:33: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attributeIn file included from libbpf_internal.h:28, | |
from nlattr.c:14: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:927: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from ../include/uapi/linux/if_link.h:6, | |
from xsk.c:31: | |
../include/uapi/linux/netlink.h:38: error: expected specifier-qualifier-list before '__kernel_sa_family_t' | |
In file included from netlink.c:17: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:154: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from bpf_prog_linfo.c:9: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from libbpf_probes.c:18: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attributeIn file included from libbpf_internal.h:28, | |
from bpf_prog_linfo.c:9: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from libbpf_errno.c:15: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from libbpf_probes.c:18: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from libbpf_errno.c:15: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:927: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from gen_loader.c:11: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:154: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from netlink.c:18: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from xsk.c:34: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from netlink.c:18: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:154: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from ringbuf.c:20: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:154: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:27, | |
from strset.c:9: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:154: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:927: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attribute | |
make: *** [build/staticobjs/bpf_prog_linfo.o] Error 1 | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
make: *** Waiting for unfinished jobs.... | |
libbpf.h:927: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf.c:51: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
make: *** [build/staticobjs/nlattr.o] Error 1 | |
libbpf.h:154: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from linker.c:19: | |
libbpf.h:87: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:154: error: wrong number of arguments specified for 'deprecated' attribute | |
netlink.c: In function 'libbpf_netlink_open': | |
netlink.c:44: error: 'struct sockaddr_nl' has no member named 'nl_family' | |
netlink.c:71: error: 'struct sockaddr_nl' has no member named 'nl_pid' | |
libbpf.h:223: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from xsk.c:35: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:266: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attributemake: | |
*** [build/staticobjs/libbpf_errno.o] Error 1 | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from xsk.c:35: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:927: error: wrong number of arguments specified for 'deprecated' attributelibbpf.h:927: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attribute | |
netlink.c: In function 'bpf_get_link_xdp_info': | |
netlink.c:316: error: unknown field 'ifinfo' specified in initializer | |
make: *** [build/staticobjs/bpf.o] Error 1 | |
In file included from libbpf_internal.h:28, | |
from strset.c:9: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from strset.c:9: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attribute | |
make: *** [build/staticobjs/libbpf_probes.o] Error 1 | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:923: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:927: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attributelibbpf.h:927: error: wrong number of arguments specified for 'deprecated' attribute | |
libbpf.h:931: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from linker.c:20: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from linker.c:20: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from ringbuf.c:21: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf_internal.h:28, | |
from ringbuf.c:21: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf.c:53: | |
btf.h:124: error: wrong number of arguments specified for 'deprecated' attribute | |
make: *** [build/staticobjs/relo_core.o] Error 1 | |
btf.h:127: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:129: error: wrong number of arguments specified for 'deprecated' attribute | |
In file included from libbpf.c:53: | |
btf.h:168: error: wrong number of arguments specified for 'deprecated' attribute | |
btf.h:173: error: wrong number of arguments specified for 'deprecated' attribute | |
make: *** [build/staticobjs/netlink.o] Error 1 | |
make: *** [build/staticobjs/strset.o] Error 1 | |
In file included from gen_loader.c:15: | |
skel_internal.h: In function 'skel_sys_bpf': | |
skel_internal.h:53: error: '__NR_bpf' undeclared (first use in this function) | |
skel_internal.h:53: error: (Each undeclared identifier is reported only once | |
skel_internal.h:53: error: for each function it appears in.) | |
make: *** [build/staticobjs/btf_dump.o] Error 1 | |
make: *** [build/staticobjs/xsk.o] Error 1 | |
make: *** [build/staticobjs/ringbuf.o] Error 1 | |
make: *** [build/staticobjs/gen_loader.o] Error 1 | |
make: *** [build/staticobjs/linker.o] Error 1 | |
make: *** [build/staticobjs/btf.o] Error 1 | |
libbpf.c: In function 'bpf_object_init_progs': | |
libbpf.c:6840: error: #pragma GCC diagnostic not allowed inside functions | |
libbpf.c:6841: error: #pragma GCC diagnostic not allowed inside functions | |
libbpf.c:6845: error: #pragma GCC diagnostic not allowed inside functions | |
libbpf.c: In function 'bpf_program__attach_perf_event_opts': | |
libbpf.c:9568: error: unknown field 'perf_event' specified in initializer | |
libbpf.c:9587: error: 'PERF_EVENT_IOC_SET_BPF' undeclared (first use in this function) | |
libbpf.c:9587: error: (Each undeclared identifier is reported only once | |
libbpf.c:9587: error: for each function it appears in.) | |
libbpf.c: In function 'perf_buffer__new': | |
libbpf.c:10700: error: 'PERF_COUNT_SW_BPF_OUTPUT' undeclared (first use in this function) | |
make: *** [build/staticobjs/libbpf.o] Error 1 | |
FAILED | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# mkdir -p /tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/externaldeps/libbpf | |
OK | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# cp /tmp/netdata-libbpf-0QyyIn/libbpf-0.5.1_netdata/usr/lib64/libbpf.a /tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/externaldeps/libbpf/libbpf.a | |
cp: cannot stat `/tmp/netdata-libbpf-0QyyIn/libbpf-0.5.1_netdata/usr/lib64/libbpf.a': No such file or directory | |
FAILED | |
FAILED Failed to build libbpf. | |
--- Run autotools to configure the build environment --- | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# autoreconf -ivf | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I build/m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: configure.ac: not using Libtool | |
autoreconf: running: /usr/bin/autoconf --force | |
autoreconf: running: /usr/bin/autoheader --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
autoreconf: Leaving directory `.' | |
OK | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/libexec --libdir=/usr/lib --with-zlib --with-math --with-user=netdata CFLAGS=-O2 LDFLAGS= | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking how to create a pax tar archive... gnutar | |
checking whether make supports nested variables... (cached) yes | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking for gcc option to accept ISO C99... -std=gnu99 | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking how to run the C preprocessor... gcc -std=gnu99 -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for __attribute__((returns_nonnull))... no | |
checking for __attribute__((malloc))... yes | |
checking for __attribute__((noreturn))... yes | |
checking for __attribute__((noinline))... yes | |
checking for __attribute__((format))... yes | |
checking for __attribute__((warn_unused_result))... yes | |
checking for struct timespec... yes | |
checking for clockid_t... yes | |
checking for library containing clock_gettime... -lrt | |
checking for clock_gettime... yes | |
checking for sched_setscheduler... yes | |
checking for sched_getscheduler... yes | |
checking for sched_getparam... yes | |
checking for sched_get_priority_min... yes | |
checking for sched_get_priority_max... yes | |
checking for getpriority... yes | |
checking for setpriority... yes | |
checking for nice... yes | |
checking for recvmmsg... yes | |
checking for int8_t... yes | |
checking for int16_t... yes | |
checking for int32_t... yes | |
checking for int64_t... yes | |
checking for uint8_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for inline... inline | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... yes | |
checking for _Generic... no | |
checking for __atomic... no | |
checking size of void *... 8 | |
checking whether sys/types.h defines makedev... yes | |
checking for sys/types.h... (cached) yes | |
checking for netinet/in.h... yes | |
checking for arpa/nameser.h... yes | |
checking for netdb.h... yes | |
checking for resolv.h... yes | |
checking for sys/prctl.h... yes | |
checking for sys/vfs.h... yes | |
checking for sys/statfs.h... yes | |
checking for linux/magic.h... yes | |
checking for sys/statvfs.h... yes | |
checking for sys/mount.h... yes | |
checking for accept4... yes | |
checking operating system... linux with id 1 | |
checking if compiler needs -Werror to reject unknown flags... no | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... no | |
checking for PTHREAD_PRIO_INHERIT... yes | |
checking for pthread_getname_np in -lpthread... yes | |
checking for sin in -lm... yes | |
checking if libm should be used... yes | |
checking for uv_fs_scandir_next in -luv... yes | |
checking for LZ4_compress_default in -llz4... yes | |
checking for ZLIB... yes | |
checking if zlib should be used... yes | |
checking for UUID... yes | |
checking for SHA256_Init in -lcrypto... yes | |
checking for X509_VERIFY_PARAM_set1_host in -lcrypto... no | |
configure: WARNING: DISABLING SSL HOSTNAME VALIDATION BECAUSE IT IS NOT AVAILABLE ON THIS SYSTEM. | |
checking for JSON... yes | |
checking for json_object_get_type in -ljson-c... yes | |
checking for JudyLIns in -lJudy... yes | |
checking if netdata dbengine should be used... yes | |
checking if netdata https should be used... yes | |
checking if json-c should be used... yes | |
checking for memory allocator... system | |
checking for mallopt... yes | |
checking for mallinfo... yes | |
checking for LIBCAP... no | |
checking if libcap should be used... no | |
checking is bundled protobuf available... no | |
checking for PROTOBUF... no | |
checking for protoc... no | |
checking for g++... /usr/bin/g++ | |
checking if Cloud functionality should be enabled... detect | |
configure: Checking if ACLK Next Generation can be built | |
checking if git submodules present for ACLK Next Generation... yes | |
checking if SSL available for ACLK Next Generation... yes | |
checking if JSON-C available for ACLK Next Generation... yes | |
checking ACLK Next Generation can be built... yes | |
checking if protobuf available for New Cloud Protocol... no | |
checking if protoc available for New Cloud Protocol... no | |
checking if C++ compiler available for New Cloud Protocol... yes | |
checking ACLK Next Generation can support New Cloud protocol... no | |
configure: Checking if ACLK Legacy can be built | |
checking if libmosquitto static lib is present (and builds)... yes | |
checking for lws_get_vhost_by_name in -lwebsockets... no | |
checking if json-c available for ACLK Legacy... yes | |
checking if netdata ACLK Legacy can be built... no | |
checking if apps.plugin should be enabled... yes | |
checking for IPMIMONITORING... no | |
checking if freeipmi.plugin should be enabled... no | |
checking for httpConnect2 in -lcups... no | |
checking for cups-config... no | |
checking if cups.plugin should be enabled... no | |
checking linux/netfilter/nfnetlink_conntrack.h usability... yes | |
checking linux/netfilter/nfnetlink_conntrack.h presence... yes | |
checking for linux/netfilter/nfnetlink_conntrack.h... yes | |
checking whether CTA_STATS_MAX is declared... no | |
checking for NFACCT... no | |
checking for LIBMNL... yes | |
checking for mnl_socket_open in -lmnl... yes | |
checking if nfacct.plugin should be enabled... no | |
checking for YAJL... no | |
checking for xenstat_init in -lxenstat... no | |
checking for XENLIGHT... no | |
checking if xenstat.plugin should be enabled... no | |
checking linux/perf_event.h usability... yes | |
checking linux/perf_event.h presence... yes | |
checking for linux/perf_event.h... yes | |
checking whether PERF_COUNT_HW_REF_CPU_CYCLES is declared... yes | |
checking if perf.plugin should be enabled... yes | |
checking if gtest and gmock can be found... checking for GTEST... no | |
checking for GMOCK... no | |
checking if git submodules are present for machine learning functionality... yes | |
checking whether C++ compiler accepts -std=c++11... no | |
checking for LIBELF... no | |
checking for struct bpf_prog_info... no | |
checking for externaldeps/libbpf/libbpf.a... no | |
checking if ebpf.plugin should be enabled... no | |
checking if slabinfo.plugin should be enabled... yes | |
checking for LIBCRYPTO... yes | |
checking for CRYPTO_new_ex_data in -lcrypto... yes | |
checking for LIBSSL... yes | |
checking for SSL_connect in -lssl... yes | |
checking for LIBCURL... no | |
checking for AWS_CPP_SDK_CORE... no | |
checking for AWS_CPP_SDK_KINESIS... no | |
checking for aws_checksums_crc32 in -laws-checksums... no | |
checking for aws_default_allocator in -laws-c-common... no | |
checking for aws_event_stream_library_init in -laws-c-event-stream... no | |
checking if kinesis backend should be enabled... no | |
checking for GRPC... no | |
checking for PUBSUB... no | |
checking for g++... (cached) /usr/bin/g++ | |
checking if pubsub exporting connector should be enabled... detect | |
checking for snappy::RawCompress in -lsnappy... no | |
checking if prometheus remote write backend should be enabled... no | |
checking for LIBMONGOC... no | |
checking if mongodb backend should be enabled... no | |
checking for setns... no | |
checking if cgroup-network can be enabled... no | |
checking if LTO should be enabled... no | |
checking for CMOCKA... no | |
configure: CMocka not found on the system. Unit tests disabled | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating netdata.spec | |
config.status: creating backends/graphite/Makefile | |
config.status: creating backends/json/Makefile | |
config.status: creating backends/Makefile | |
config.status: creating backends/opentsdb/Makefile | |
config.status: creating backends/prometheus/Makefile | |
config.status: creating backends/prometheus/remote_write/Makefile | |
config.status: creating backends/aws_kinesis/Makefile | |
config.status: creating backends/mongodb/Makefile | |
config.status: creating collectors/Makefile | |
config.status: creating collectors/apps.plugin/Makefile | |
config.status: creating collectors/cgroups.plugin/Makefile | |
config.status: creating collectors/charts.d.plugin/Makefile | |
config.status: creating collectors/checks.plugin/Makefile | |
config.status: creating collectors/diskspace.plugin/Makefile | |
config.status: creating collectors/timex.plugin/Makefile | |
config.status: creating collectors/fping.plugin/Makefile | |
config.status: creating collectors/ioping.plugin/Makefile | |
config.status: creating collectors/freebsd.plugin/Makefile | |
config.status: creating collectors/freeipmi.plugin/Makefile | |
config.status: creating collectors/cups.plugin/Makefile | |
config.status: creating collectors/idlejitter.plugin/Makefile | |
config.status: creating collectors/macos.plugin/Makefile | |
config.status: creating collectors/nfacct.plugin/Makefile | |
config.status: creating collectors/node.d.plugin/Makefile | |
config.status: creating collectors/plugins.d/Makefile | |
config.status: creating collectors/proc.plugin/Makefile | |
config.status: creating collectors/python.d.plugin/Makefile | |
config.status: creating collectors/slabinfo.plugin/Makefile | |
config.status: creating collectors/statsd.plugin/Makefile | |
config.status: creating collectors/ebpf.plugin/Makefile | |
config.status: creating collectors/tc.plugin/Makefile | |
config.status: creating collectors/xenstat.plugin/Makefile | |
config.status: creating collectors/perf.plugin/Makefile | |
config.status: creating daemon/Makefile | |
config.status: creating database/Makefile | |
config.status: creating database/engine/Makefile | |
config.status: creating database/engine/metadata_log/Makefile | |
config.status: creating diagrams/Makefile | |
config.status: creating exporting/Makefile | |
config.status: creating exporting/graphite/Makefile | |
config.status: creating exporting/json/Makefile | |
config.status: creating exporting/opentsdb/Makefile | |
config.status: creating exporting/prometheus/Makefile | |
config.status: creating exporting/prometheus/remote_write/Makefile | |
config.status: creating exporting/aws_kinesis/Makefile | |
config.status: creating exporting/pubsub/Makefile | |
config.status: creating exporting/mongodb/Makefile | |
config.status: creating exporting/tests/Makefile | |
config.status: creating health/Makefile | |
config.status: creating health/notifications/Makefile | |
config.status: creating ml/Makefile | |
config.status: creating ml/kmeans/Makefile | |
config.status: creating libnetdata/Makefile | |
config.status: creating libnetdata/tests/Makefile | |
config.status: creating libnetdata/adaptive_resortable_list/Makefile | |
config.status: creating libnetdata/avl/Makefile | |
config.status: creating libnetdata/buffer/Makefile | |
config.status: creating libnetdata/clocks/Makefile | |
config.status: creating libnetdata/config/Makefile | |
config.status: creating libnetdata/dictionary/Makefile | |
config.status: creating libnetdata/ebpf/Makefile | |
config.status: creating libnetdata/eval/Makefile | |
config.status: creating libnetdata/locks/Makefile | |
config.status: creating libnetdata/log/Makefile | |
config.status: creating libnetdata/popen/Makefile | |
config.status: creating libnetdata/procfile/Makefile | |
config.status: creating libnetdata/simple_pattern/Makefile | |
config.status: creating libnetdata/socket/Makefile | |
config.status: creating libnetdata/statistical/Makefile | |
config.status: creating libnetdata/storage_number/Makefile | |
config.status: creating libnetdata/storage_number/tests/Makefile | |
config.status: creating libnetdata/threads/Makefile | |
config.status: creating libnetdata/url/Makefile | |
config.status: creating libnetdata/json/Makefile | |
config.status: creating libnetdata/health/Makefile | |
config.status: creating registry/Makefile | |
config.status: creating streaming/Makefile | |
config.status: creating system/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating web/Makefile | |
config.status: creating web/api/Makefile | |
config.status: creating web/api/badges/Makefile | |
config.status: creating web/api/exporters/Makefile | |
config.status: creating web/api/exporters/shell/Makefile | |
config.status: creating web/api/exporters/prometheus/Makefile | |
config.status: creating web/api/formatters/Makefile | |
config.status: creating web/api/formatters/csv/Makefile | |
config.status: creating web/api/formatters/json/Makefile | |
config.status: creating web/api/formatters/ssv/Makefile | |
config.status: creating web/api/formatters/value/Makefile | |
config.status: creating web/api/queries/Makefile | |
config.status: creating web/api/queries/average/Makefile | |
config.status: creating web/api/queries/des/Makefile | |
config.status: creating web/api/queries/incremental_sum/Makefile | |
config.status: creating web/api/queries/max/Makefile | |
config.status: creating web/api/queries/median/Makefile | |
config.status: creating web/api/queries/min/Makefile | |
config.status: creating web/api/queries/ses/Makefile | |
config.status: creating web/api/queries/stddev/Makefile | |
config.status: creating web/api/queries/sum/Makefile | |
config.status: creating web/api/health/Makefile | |
config.status: creating web/gui/Makefile | |
config.status: creating web/gui/dashboard/Makefile | |
config.status: creating web/server/Makefile | |
config.status: creating web/server/static/Makefile | |
config.status: creating claim/Makefile | |
config.status: creating aclk/legacy/Makefile | |
config.status: creating spawn/Makefile | |
config.status: creating parser/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
OK | |
--- Cleanup compilation directory --- | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# make clean | |
Making clean in diagrams | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/diagrams' | |
make[1]: Nothing to be done for `clean'. | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/diagrams' | |
Making clean in system | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/system' | |
test -z "edit-config netdata-openrc netdata.logrotate netdata.service netdata.service.v235 netdata-init-d netdata-lsb netdata-freebsd netdata.plist netdata.crontab netdata-updater.service " || rm -f edit-config netdata-openrc netdata.logrotate netdata.service netdata.service.v235 netdata-init-d netdata-lsb netdata-freebsd netdata.plist netdata.crontab netdata-updater.service | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/system' | |
Making clean in tests | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/tests' | |
test -z "health_mgmtapi/health-cmdapi-test.sh acls/acl.sh urls/request.sh alarm_repetition/alarm.sh template_dimension/template_dim.sh " || rm -f health_mgmtapi/health-cmdapi-test.sh acls/acl.sh urls/request.sh alarm_repetition/alarm.sh template_dimension/template_dim.sh | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/tests' | |
Making clean in backends | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends' | |
Making clean in graphite | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/graphite' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/graphite' | |
Making clean in json | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/json' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/json' | |
Making clean in opentsdb | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/opentsdb' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/opentsdb' | |
Making clean in prometheus | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/prometheus' | |
Making clean in remote_write | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/prometheus/remote_write' | |
test -z "remote_write.pb.cc remote_write.pb.h " || rm -f remote_write.pb.cc remote_write.pb.h | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/prometheus/remote_write' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/prometheus' | |
make[3]: Nothing to be done for `clean-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/prometheus' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/prometheus' | |
Making clean in aws_kinesis | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/aws_kinesis' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/aws_kinesis' | |
Making clean in mongodb | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/mongodb' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/mongodb' | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends' | |
make[2]: Nothing to be done for `clean-am'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends' | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends' | |
Making clean in collectors | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors' | |
Making clean in plugins.d | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/plugins.d' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/plugins.d' | |
make[3]: Nothing to be done for `clean-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/plugins.d' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/plugins.d' | |
Making clean in apps.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/apps.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/apps.plugin' | |
Making clean in cgroups.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/cgroups.plugin' | |
test -z "cgroup-name.sh " || rm -f cgroup-name.sh | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/cgroups.plugin' | |
Making clean in charts.d.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/charts.d.plugin' | |
test -z "charts.d.plugin " || rm -f charts.d.plugin | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/charts.d.plugin' | |
Making clean in checks.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/checks.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/checks.plugin' | |
Making clean in cups.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/cups.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/cups.plugin' | |
Making clean in diskspace.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/diskspace.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/diskspace.plugin' | |
Making clean in timex.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/timex.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/timex.plugin' | |
Making clean in fping.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/fping.plugin' | |
test -z "fping.plugin " || rm -f fping.plugin | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/fping.plugin' | |
Making clean in ioping.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/ioping.plugin' | |
test -z "ioping.plugin " || rm -f ioping.plugin | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/ioping.plugin' | |
Making clean in freebsd.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/freebsd.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/freebsd.plugin' | |
Making clean in freeipmi.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/freeipmi.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/freeipmi.plugin' | |
Making clean in idlejitter.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/idlejitter.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/idlejitter.plugin' | |
Making clean in macos.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/macos.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/macos.plugin' | |
Making clean in nfacct.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/nfacct.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/nfacct.plugin' | |
Making clean in xenstat.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/xenstat.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/xenstat.plugin' | |
Making clean in perf.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/perf.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/perf.plugin' | |
Making clean in node.d.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/node.d.plugin' | |
test -z "node.d.plugin " || rm -f node.d.plugin | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/node.d.plugin' | |
Making clean in proc.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/proc.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/proc.plugin' | |
Making clean in python.d.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/python.d.plugin' | |
test -z "python.d.plugin " || rm -f python.d.plugin | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/python.d.plugin' | |
Making clean in slabinfo.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/slabinfo.plugin' | |
test -z "slabinfo.plugin " || rm -f slabinfo.plugin | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/slabinfo.plugin' | |
Making clean in statsd.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/statsd.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/statsd.plugin' | |
Making clean in ebpf.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/ebpf.plugin' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/ebpf.plugin' | |
Making clean in tc.plugin | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/tc.plugin' | |
test -z "tc-qos-helper.sh " || rm -f tc-qos-helper.sh | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/tc.plugin' | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors' | |
make[2]: Nothing to be done for `clean-am'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors' | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors' | |
Making clean in daemon | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/daemon' | |
test -z "anonymous-statistics.sh " || rm -f anonymous-statistics.sh | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/daemon' | |
Making clean in database | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database' | |
Making clean in engine | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database/engine' | |
Making clean in metadata_log | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database/engine/metadata_log' | |
make[3]: Nothing to be done for `clean'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database/engine/metadata_log' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database/engine' | |
make[3]: Nothing to be done for `clean-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database/engine' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database/engine' | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database' | |
make[2]: Nothing to be done for `clean-am'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database' | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database' | |
Making clean in exporting | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting' | |
Making clean in tests | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/tests' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/tests' | |
Making clean in graphite | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/graphite' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/graphite' | |
Making clean in json | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/json' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/json' | |
Making clean in opentsdb | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/opentsdb' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/opentsdb' | |
Making clean in prometheus | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/prometheus' | |
Making clean in remote_write | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/prometheus/remote_write' | |
test -z "remote_write.pb.cc remote_write.pb.h " || rm -f remote_write.pb.cc remote_write.pb.h | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/prometheus/remote_write' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/prometheus' | |
make[3]: Nothing to be done for `clean-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/prometheus' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/prometheus' | |
Making clean in aws_kinesis | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/aws_kinesis' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/aws_kinesis' | |
Making clean in pubsub | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/pubsub' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/pubsub' | |
Making clean in mongodb | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/mongodb' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/mongodb' | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting' | |
make[2]: Nothing to be done for `clean-am'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting' | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting' | |
Making clean in health | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/health' | |
Making clean in notifications | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/health/notifications' | |
test -z "alarm-notify.sh " || rm -f alarm-notify.sh | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/health/notifications' | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/health' | |
test -z "" || rm -f | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/health' | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/health' | |
Making clean in libnetdata | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata' | |
Making clean in adaptive_resortable_list | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/adaptive_resortable_list' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/adaptive_resortable_list' | |
Making clean in avl | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/avl' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/avl' | |
Making clean in buffer | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/buffer' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/buffer' | |
Making clean in clocks | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/clocks' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/clocks' | |
Making clean in config | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/config' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/config' | |
Making clean in dictionary | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/dictionary' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/dictionary' | |
Making clean in ebpf | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/ebpf' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/ebpf' | |
Making clean in eval | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/eval' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/eval' | |
Making clean in json | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/json' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/json' | |
Making clean in health | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/health' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/health' | |
Making clean in locks | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/locks' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/locks' | |
Making clean in log | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/log' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/log' | |
Making clean in popen | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/popen' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/popen' | |
Making clean in procfile | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/procfile' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/procfile' | |
Making clean in simple_pattern | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/simple_pattern' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/simple_pattern' | |
Making clean in socket | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/socket' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/socket' | |
Making clean in statistical | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/statistical' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/statistical' | |
Making clean in storage_number | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/storage_number' | |
Making clean in tests | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/storage_number/tests' | |
make[3]: Nothing to be done for `clean'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/storage_number/tests' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/storage_number' | |
make[3]: Nothing to be done for `clean-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/storage_number' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/storage_number' | |
Making clean in threads | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/threads' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/threads' | |
Making clean in url | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/url' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/url' | |
Making clean in tests | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/tests' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/tests' | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata' | |
make[2]: Nothing to be done for `clean-am'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata' | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata' | |
Making clean in registry | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/registry' | |
make[1]: Nothing to be done for `clean'. | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/registry' | |
Making clean in streaming | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/streaming' | |
make[1]: Nothing to be done for `clean'. | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/streaming' | |
Making clean in web | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web' | |
Making clean in api | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api' | |
Making clean in badges | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/badges' | |
make[3]: Nothing to be done for `clean'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/badges' | |
Making clean in queries | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries' | |
Making clean in average | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/average' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/average' | |
Making clean in des | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/des' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/des' | |
Making clean in incremental_sum | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/incremental_sum' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/incremental_sum' | |
Making clean in max | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/max' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/max' | |
Making clean in min | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/min' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/min' | |
Making clean in sum | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/sum' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/sum' | |
Making clean in median | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/median' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/median' | |
Making clean in ses | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/ses' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/ses' | |
Making clean in stddev | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/stddev' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/stddev' | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries' | |
make[4]: Nothing to be done for `clean-am'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries' | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries' | |
Making clean in exporters | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters' | |
Making clean in shell | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters/shell' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters/shell' | |
Making clean in prometheus | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters/prometheus' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters/prometheus' | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters' | |
make[4]: Nothing to be done for `clean-am'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters' | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters' | |
Making clean in formatters | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters' | |
Making clean in csv | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/csv' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/csv' | |
Making clean in json | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/json' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/json' | |
Making clean in ssv | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/ssv' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/ssv' | |
Making clean in value | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/value' | |
make[4]: Nothing to be done for `clean'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/value' | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters' | |
make[4]: Nothing to be done for `clean-am'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters' | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters' | |
Making clean in health | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/health' | |
make[3]: Nothing to be done for `clean'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/health' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api' | |
make[3]: Nothing to be done for `clean-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api' | |
Making clean in gui | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/gui' | |
Making clean in dashboard | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/gui/dashboard' | |
make[3]: Nothing to be done for `clean'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/gui/dashboard' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/gui' | |
test -z "version.txt " || rm -f version.txt | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/gui' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/gui' | |
Making clean in server | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server' | |
Making clean in static | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server/static' | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server/static' | |
make[4]: Nothing to be done for `clean-am'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server/static' | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server/static' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server' | |
make[3]: Nothing to be done for `clean-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server' | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web' | |
make[2]: Nothing to be done for `clean-am'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web' | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web' | |
Making clean in claim | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/claim' | |
test -z "netdata-claim.sh " || rm -f netdata-claim.sh | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/claim' | |
Making clean in parser | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/parser' | |
make[1]: Nothing to be done for `clean'. | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/parser' | |
Making clean in spawn | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/spawn' | |
make[1]: Nothing to be done for `clean'. | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/spawn' | |
Making clean in ml | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/ml' | |
Making clean in kmeans | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/ml/kmeans' | |
make[2]: Nothing to be done for `clean'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/ml/kmeans' | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/ml' | |
make[2]: Nothing to be done for `clean-am'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/ml' | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/ml' | |
Making clean in aclk/legacy | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/aclk/legacy' | |
test -z "tests/install-fake-charts.d.sh " || rm -f tests/install-fake-charts.d.sh | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/aclk/legacy' | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7' | |
test -z "" || rm -f | |
test -z "./netdata-v1.32.0-32-nightly.tar.gz " || rm -f ./netdata-v1.32.0-32-nightly.tar.gz | |
test -z "apps.plugin perf.plugin slabinfo.plugin" || rm -f apps.plugin perf.plugin slabinfo.plugin | |
test -z "netdata netdatacli" || rm -f netdata netdatacli | |
rm -f *.o | |
rm -f aclk/*.o | |
rm -f aclk/aclk-schemas/proto/aclk/v1/*.o | |
rm -f aclk/aclk-schemas/proto/agent/v1/*.o | |
rm -f aclk/aclk-schemas/proto/alarm/v1/*.o | |
rm -f aclk/aclk-schemas/proto/chart/v1/*.o | |
rm -f aclk/aclk-schemas/proto/nodeinstance/connection/v1/*.o | |
rm -f aclk/aclk-schemas/proto/nodeinstance/create/v1/*.o | |
rm -f aclk/aclk-schemas/proto/nodeinstance/info/v1/*.o | |
rm -f aclk/legacy/*.o | |
rm -f aclk/schema-wrappers/*.o | |
rm -f backends/*.o | |
rm -f backends/aws_kinesis/*.o | |
rm -f backends/graphite/*.o | |
rm -f backends/json/*.o | |
rm -f backends/mongodb/*.o | |
rm -f backends/opentsdb/*.o | |
rm -f backends/prometheus/*.o | |
rm -f backends/prometheus/remote_write/*.o | |
rm -f claim/*.o | |
rm -f cli/*.o | |
rm -f collectors/apps.plugin/*.o | |
rm -f collectors/cgroups.plugin/*.o | |
rm -f collectors/cgroups.plugin/tests/*.o | |
rm -f collectors/checks.plugin/*.o | |
rm -f collectors/cups.plugin/*.o | |
rm -f collectors/diskspace.plugin/*.o | |
rm -f collectors/ebpf.plugin/*.o | |
rm -f collectors/freebsd.plugin/*.o | |
rm -f collectors/freeipmi.plugin/*.o | |
rm -f collectors/idlejitter.plugin/*.o | |
rm -f collectors/macos.plugin/*.o | |
rm -f collectors/nfacct.plugin/*.o | |
rm -f collectors/perf.plugin/*.o | |
rm -f collectors/plugins.d/*.o | |
rm -f collectors/proc.plugin/*.o | |
rm -f collectors/slabinfo.plugin/*.o | |
rm -f collectors/statsd.plugin/*.o | |
rm -f collectors/tc.plugin/*.o | |
rm -f collectors/timex.plugin/*.o | |
rm -f collectors/xenstat.plugin/*.o | |
rm -f daemon/*.o | |
rm -f database/*.o | |
rm -f database/engine/*.o | |
rm -f database/engine/metadata_log/*.o | |
rm -f database/sqlite/*.o | |
rm -f exporting/*.o | |
rm -f exporting/aws_kinesis/*.o | |
rm -f exporting/graphite/*.o | |
rm -f exporting/json/*.o | |
rm -f exporting/mongodb/*.o | |
rm -f exporting/opentsdb/*.o | |
rm -f exporting/prometheus/*.o | |
rm -f exporting/prometheus/remote_write/*.o | |
rm -f exporting/pubsub/*.o | |
rm -f exporting/tests/*.o | |
rm -f health/*.o | |
rm -f libnetdata/*.o | |
rm -f libnetdata/adaptive_resortable_list/*.o | |
rm -f libnetdata/avl/*.o | |
rm -f libnetdata/buffer/*.o | |
rm -f libnetdata/circular_buffer/*.o | |
rm -f libnetdata/clocks/*.o | |
rm -f libnetdata/config/*.o | |
rm -f libnetdata/dictionary/*.o | |
rm -f libnetdata/ebpf/*.o | |
rm -f libnetdata/eval/*.o | |
rm -f libnetdata/health/*.o | |
rm -f libnetdata/json/*.o | |
rm -f libnetdata/locks/*.o | |
rm -f libnetdata/log/*.o | |
rm -f libnetdata/popen/*.o | |
rm -f libnetdata/procfile/*.o | |
rm -f libnetdata/simple_pattern/*.o | |
rm -f libnetdata/socket/*.o | |
rm -f libnetdata/statistical/*.o | |
rm -f libnetdata/storage_number/*.o | |
rm -f libnetdata/storage_number/tests/*.o | |
rm -f libnetdata/tests/*.o | |
rm -f libnetdata/threads/*.o | |
rm -f libnetdata/url/*.o | |
rm -f ml/*.o | |
rm -f ml/kmeans/*.o | |
rm -f ml/kmeans/dlib/dlib/all/*.o | |
rm -f mqtt_websockets/MQTT-C/src/*.o | |
rm -f mqtt_websockets/c-rbuf/src/*.o | |
rm -f mqtt_websockets/src/*.o | |
rm -f parser/*.o | |
rm -f registry/*.o | |
rm -f spawn/*.o | |
rm -f streaming/*.o | |
rm -f web/api/*.o | |
rm -f web/api/badges/*.o | |
rm -f web/api/exporters/*.o | |
rm -f web/api/exporters/shell/*.o | |
rm -f web/api/formatters/*.o | |
rm -f web/api/formatters/csv/*.o | |
rm -f web/api/formatters/json/*.o | |
rm -f web/api/formatters/ssv/*.o | |
rm -f web/api/formatters/value/*.o | |
rm -f web/api/health/*.o | |
rm -f web/api/queries/*.o | |
rm -f web/api/queries/average/*.o | |
rm -f web/api/queries/des/*.o | |
rm -f web/api/queries/incremental_sum/*.o | |
rm -f web/api/queries/max/*.o | |
rm -f web/api/queries/median/*.o | |
rm -f web/api/queries/min/*.o | |
rm -f web/api/queries/ses/*.o | |
rm -f web/api/queries/stddev/*.o | |
rm -f web/api/queries/sum/*.o | |
rm -f web/api/tests/*.o | |
rm -f web/server/*.o | |
rm -f web/server/static/*.o | |
test -z "" || rm -f | |
test -z "" || rm -f | |
test -z "test-suite.log" || rm -f test-suite.log | |
make[1]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7' | |
OK | |
--- Compile netdata --- | |
[/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7]# make -j24 | |
make all-recursive | |
make[1]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7' | |
Making all in diagrams | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/diagrams' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/diagrams' | |
Making all in system | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/system' | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
edit-config.in > edit-config.tmp; then \ | |
mv "edit-config.tmp" "edit-config"; \ | |
else \ | |
rm -f "edit-config.tmp"; \ | |
false; \ | |
fi | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
netdata-openrc.in > netdata-openrc.tmp; then \ | |
mv "netdata-openrc.tmp" "netdata-openrc"; \ | |
else \ | |
rm -f "netdata-openrc.tmp"; \ | |
false; \ | |
fi | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
netdata.logrotate.in > netdata.logrotate.tmp; then \ | |
mv "netdata.logrotate.tmp" "netdata.logrotate"; \ | |
else \ | |
rm -f "netdata.logrotate.tmp"; \ | |
false; \ | |
fi | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
netdata.service.in > netdata.service.tmp; then \ | |
mv "netdata.service.tmp" "netdata.service"; \ | |
else \ | |
rm -f "netdata.service.tmp"; \ | |
false; \ | |
fi | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
netdata.service.v235.in > netdata.service.v235.tmp; then \ | |
mv "netdata.service.v235.tmp" "netdata.service.v235"; \ | |
else \ | |
rm -f "netdata.service.v235.tmp"; \ | |
false; \ | |
fi | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
netdata-init-d.in > netdata-init-d.tmp; then \ | |
mv "netdata-init-d.tmp" "netdata-init-d"; \ | |
else \ | |
rm -f "netdata-init-d.tmp"; \ | |
false; \ | |
fi | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
netdata-lsb.in > netdata-lsb.tmp; then \ | |
mv "netdata-lsb.tmp" "netdata-lsb"; \ | |
else \ | |
rm -f "netdata-lsb.tmp"; \ | |
false; \ | |
fi | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
netdata-freebsd.in > netdata-freebsd.tmp; then \ | |
mv "netdata-freebsd.tmp" "netdata-freebsd"; \ | |
else \ | |
rm -f "netdata-freebsd.tmp"; \ | |
false; \ | |
fi | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
netdata.plist.in > netdata.plist.tmp; then \ | |
mv "netdata.plist.tmp" "netdata.plist"; \ | |
else \ | |
rm -f "netdata.plist.tmp"; \ | |
false; \ | |
fi | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
netdata.crontab.in > netdata.crontab.tmp; then \ | |
mv "netdata.crontab.tmp" "netdata.crontab"; \ | |
else \ | |
rm -f "netdata.crontab.tmp"; \ | |
false; \ | |
fi | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
netdata-updater.service.in > netdata-updater.service.tmp; then \ | |
mv "netdata-updater.service.tmp" "netdata-updater.service"; \ | |
else \ | |
rm -f "netdata-updater.service.tmp"; \ | |
false; \ | |
fi | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/system' | |
Making all in tests | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/tests' | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
health_mgmtapi/health-cmdapi-test.sh.in > health_mgmtapi/health-cmdapi-test.sh.tmp; then \ | |
mv "health_mgmtapi/health-cmdapi-test.sh.tmp" "health_mgmtapi/health-cmdapi-test.sh"; \ | |
else \ | |
rm -f "health_mgmtapi/health-cmdapi-test.sh.tmp"; \ | |
false; \ | |
fi | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
acls/acl.sh.in > acls/acl.sh.tmp; then \ | |
mv "acls/acl.sh.tmp" "acls/acl.sh"; \ | |
else \ | |
rm -f "acls/acl.sh.tmp"; \ | |
false; \ | |
fi | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
urls/request.sh.in > urls/request.sh.tmp; then \ | |
mv "urls/request.sh.tmp" "urls/request.sh"; \ | |
else \ | |
rm -f "urls/request.sh.tmp"; \ | |
false; \ | |
fi | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
alarm_repetition/alarm.sh.in > alarm_repetition/alarm.sh.tmp; then \ | |
mv "alarm_repetition/alarm.sh.tmp" "alarm_repetition/alarm.sh"; \ | |
else \ | |
rm -f "alarm_repetition/alarm.sh.tmp"; \ | |
false; \ | |
fi | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
template_dimension/template_dim.sh.in > template_dimension/template_dim.sh.tmp; then \ | |
mv "template_dimension/template_dim.sh.tmp" "template_dimension/template_dim.sh"; \ | |
else \ | |
rm -f "template_dimension/template_dim.sh.tmp"; \ | |
false; \ | |
fi | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/tests' | |
Making all in backends | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends' | |
Making all in graphite | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/graphite' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/graphite' | |
Making all in json | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/json' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/json' | |
Making all in opentsdb | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/opentsdb' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/opentsdb' | |
Making all in prometheus | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/prometheus' | |
Making all in remote_write | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/prometheus/remote_write' | |
make[4]: Nothing to be done for `all'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/prometheus/remote_write' | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/prometheus' | |
make[4]: Nothing to be done for `all-am'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/prometheus' | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/prometheus' | |
Making all in aws_kinesis | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/aws_kinesis' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/aws_kinesis' | |
Making all in mongodb | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/mongodb' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends/mongodb' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends' | |
make[3]: Nothing to be done for `all-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/backends' | |
Making all in collectors | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors' | |
Making all in plugins.d | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/plugins.d' | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/plugins.d' | |
make[4]: Nothing to be done for `all-am'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/plugins.d' | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/plugins.d' | |
Making all in apps.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/apps.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/apps.plugin' | |
Making all in cgroups.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/cgroups.plugin' | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
cgroup-name.sh.in > cgroup-name.sh.tmp; then \ | |
mv "cgroup-name.sh.tmp" "cgroup-name.sh"; \ | |
else \ | |
rm -f "cgroup-name.sh.tmp"; \ | |
false; \ | |
fi | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/cgroups.plugin' | |
Making all in charts.d.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/charts.d.plugin' | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
charts.d.plugin.in > charts.d.plugin.tmp; then \ | |
mv "charts.d.plugin.tmp" "charts.d.plugin"; \ | |
else \ | |
rm -f "charts.d.plugin.tmp"; \ | |
false; \ | |
fi | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/charts.d.plugin' | |
Making all in checks.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/checks.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/checks.plugin' | |
Making all in cups.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/cups.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/cups.plugin' | |
Making all in diskspace.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/diskspace.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/diskspace.plugin' | |
Making all in timex.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/timex.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/timex.plugin' | |
Making all in fping.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/fping.plugin' | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
fping.plugin.in > fping.plugin.tmp; then \ | |
mv "fping.plugin.tmp" "fping.plugin"; \ | |
else \ | |
rm -f "fping.plugin.tmp"; \ | |
false; \ | |
fi | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/fping.plugin' | |
Making all in ioping.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/ioping.plugin' | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
ioping.plugin.in > ioping.plugin.tmp; then \ | |
mv "ioping.plugin.tmp" "ioping.plugin"; \ | |
else \ | |
rm -f "ioping.plugin.tmp"; \ | |
false; \ | |
fi | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/ioping.plugin' | |
Making all in freebsd.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/freebsd.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/freebsd.plugin' | |
Making all in freeipmi.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/freeipmi.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/freeipmi.plugin' | |
Making all in idlejitter.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/idlejitter.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/idlejitter.plugin' | |
Making all in macos.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/macos.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/macos.plugin' | |
Making all in nfacct.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/nfacct.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/nfacct.plugin' | |
Making all in xenstat.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/xenstat.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/xenstat.plugin' | |
Making all in perf.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/perf.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/perf.plugin' | |
Making all in node.d.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/node.d.plugin' | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
node.d.plugin.in > node.d.plugin.tmp; then \ | |
mv "node.d.plugin.tmp" "node.d.plugin"; \ | |
else \ | |
rm -f "node.d.plugin.tmp"; \ | |
false; \ | |
fi | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/node.d.plugin' | |
Making all in proc.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/proc.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/proc.plugin' | |
Making all in python.d.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/python.d.plugin' | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
python.d.plugin.in > python.d.plugin.tmp; then \ | |
mv "python.d.plugin.tmp" "python.d.plugin"; \ | |
else \ | |
rm -f "python.d.plugin.tmp"; \ | |
false; \ | |
fi | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/python.d.plugin' | |
Making all in slabinfo.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/slabinfo.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/slabinfo.plugin' | |
Making all in statsd.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/statsd.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/statsd.plugin' | |
Making all in ebpf.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/ebpf.plugin' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/ebpf.plugin' | |
Making all in tc.plugin | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/tc.plugin' | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
tc-qos-helper.sh.in > tc-qos-helper.sh.tmp; then \ | |
mv "tc-qos-helper.sh.tmp" "tc-qos-helper.sh"; \ | |
else \ | |
rm -f "tc-qos-helper.sh.tmp"; \ | |
false; \ | |
fi | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors/tc.plugin' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors' | |
make[3]: Nothing to be done for `all-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/collectors' | |
Making all in daemon | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/daemon' | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
anonymous-statistics.sh.in > anonymous-statistics.sh.tmp; then \ | |
mv "anonymous-statistics.sh.tmp" "anonymous-statistics.sh"; \ | |
else \ | |
rm -f "anonymous-statistics.sh.tmp"; \ | |
false; \ | |
fi | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/daemon' | |
Making all in database | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database' | |
Making all in engine | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database/engine' | |
Making all in metadata_log | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database/engine/metadata_log' | |
make[4]: Nothing to be done for `all'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database/engine/metadata_log' | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database/engine' | |
make[4]: Nothing to be done for `all-am'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database/engine' | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database/engine' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database' | |
make[3]: Nothing to be done for `all-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/database' | |
Making all in exporting | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting' | |
Making all in tests | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/tests' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/tests' | |
Making all in graphite | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/graphite' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/graphite' | |
Making all in json | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/json' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/json' | |
Making all in opentsdb | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/opentsdb' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/opentsdb' | |
Making all in prometheus | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/prometheus' | |
Making all in remote_write | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/prometheus/remote_write' | |
make[4]: Nothing to be done for `all'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/prometheus/remote_write' | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/prometheus' | |
make[4]: Nothing to be done for `all-am'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/prometheus' | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/prometheus' | |
Making all in aws_kinesis | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/aws_kinesis' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/aws_kinesis' | |
Making all in pubsub | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/pubsub' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/pubsub' | |
Making all in mongodb | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/mongodb' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting/mongodb' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting' | |
make[3]: Nothing to be done for `all-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/exporting' | |
Making all in health | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/health' | |
Making all in notifications | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/health/notifications' | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
alarm-notify.sh.in > alarm-notify.sh.tmp; then \ | |
mv "alarm-notify.sh.tmp" "alarm-notify.sh"; \ | |
else \ | |
rm -f "alarm-notify.sh.tmp"; \ | |
false; \ | |
fi | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/health/notifications' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/health' | |
make[3]: Nothing to be done for `all-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/health' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/health' | |
Making all in libnetdata | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata' | |
Making all in adaptive_resortable_list | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/adaptive_resortable_list' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/adaptive_resortable_list' | |
Making all in avl | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/avl' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/avl' | |
Making all in buffer | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/buffer' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/buffer' | |
Making all in clocks | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/clocks' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/clocks' | |
Making all in config | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/config' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/config' | |
Making all in dictionary | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/dictionary' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/dictionary' | |
Making all in ebpf | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/ebpf' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/ebpf' | |
Making all in eval | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/eval' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/eval' | |
Making all in json | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/json' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/json' | |
Making all in health | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/health' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/health' | |
Making all in locks | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/locks' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/locks' | |
Making all in log | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/log' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/log' | |
Making all in popen | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/popen' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/popen' | |
Making all in procfile | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/procfile' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/procfile' | |
Making all in simple_pattern | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/simple_pattern' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/simple_pattern' | |
Making all in socket | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/socket' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/socket' | |
Making all in statistical | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/statistical' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/statistical' | |
Making all in storage_number | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/storage_number' | |
Making all in tests | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/storage_number/tests' | |
make[4]: Nothing to be done for `all'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/storage_number/tests' | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/storage_number' | |
make[4]: Nothing to be done for `all-am'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/storage_number' | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/storage_number' | |
Making all in threads | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/threads' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/threads' | |
Making all in url | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/url' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/url' | |
Making all in tests | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/tests' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata/tests' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata' | |
make[3]: Nothing to be done for `all-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/libnetdata' | |
Making all in registry | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/registry' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/registry' | |
Making all in streaming | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/streaming' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/streaming' | |
Making all in web | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web' | |
Making all in api | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api' | |
Making all in badges | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/badges' | |
make[4]: Nothing to be done for `all'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/badges' | |
Making all in queries | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries' | |
Making all in average | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/average' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/average' | |
Making all in des | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/des' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/des' | |
Making all in incremental_sum | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/incremental_sum' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/incremental_sum' | |
Making all in max | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/max' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/max' | |
Making all in min | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/min' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/min' | |
Making all in sum | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/sum' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/sum' | |
Making all in median | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/median' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/median' | |
Making all in ses | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/ses' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/ses' | |
Making all in stddev | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/stddev' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries/stddev' | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries' | |
make[5]: Nothing to be done for `all-am'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries' | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/queries' | |
Making all in exporters | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters' | |
Making all in shell | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters/shell' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters/shell' | |
Making all in prometheus | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters/prometheus' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters/prometheus' | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters' | |
make[5]: Nothing to be done for `all-am'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters' | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/exporters' | |
Making all in formatters | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters' | |
Making all in csv | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/csv' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/csv' | |
Making all in json | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/json' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/json' | |
Making all in ssv | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/ssv' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/ssv' | |
Making all in value | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/value' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters/value' | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters' | |
make[5]: Nothing to be done for `all-am'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters' | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/formatters' | |
Making all in health | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/health' | |
make[4]: Nothing to be done for `all'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api/health' | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api' | |
make[4]: Nothing to be done for `all-am'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api' | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/api' | |
Making all in gui | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/gui' | |
Making all in dashboard | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/gui/dashboard' | |
make[4]: Nothing to be done for `all'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/gui/dashboard' | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/gui' | |
if test -f dashboard.js; then rm -f dashboard.js; fi | |
if test -d "../../.git"; then \ | |
git --git-dir="../../.git" log -n 1 --format=%H; \ | |
fi > version.txt.tmp | |
test -s version.txt.tmp || echo 0 > version.txt.tmp | |
cat src/dashboard.js/prologue.js.inc src/dashboard.js/utils.js src/dashboard.js/server-detection.js src/dashboard.js/dependencies.js src/dashboard.js/error-handling.js src/dashboard.js/compatibility.js src/dashboard.js/xss.js src/dashboard.js/colors.js src/dashboard.js/units-conversion.js src/dashboard.js/options.js src/dashboard.js/localstorage.js src/dashboard.js/timeout.js src/dashboard.js/themes.js src/dashboard.js/charting/dygraph.js src/dashboard.js/charting/sparkline.js src/dashboard.js/charting/google-charts.js src/dashboard.js/charting/gauge.js src/dashboard.js/charting/easy-pie-chart.js src/dashboard.js/charting/d3pie.js src/dashboard.js/charting/d3.js src/dashboard.js/charting/peity.js src/dashboard.js/charting/textonly.js src/dashboard.js/charting.js src/dashboard.js/chart-registry.js src/dashboard.js/common.js src/dashboard.js/main.js src/dashboard.js/alarms.js src/dashboard.js/registry.js src/dashboard.js/boot.js src/dashboard.js/epilogue.js.inc > dashboard.js.tmp && mv dashboard.js.tmp dashboard.js | |
mv version.txt.tmp version.txt | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/gui' | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/gui' | |
Making all in server | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server' | |
Making all in static | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server/static' | |
make[5]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server/static' | |
make[5]: Nothing to be done for `all-am'. | |
make[5]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server/static' | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server/static' | |
make[4]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server' | |
make[4]: Nothing to be done for `all-am'. | |
make[4]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server' | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web/server' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web' | |
make[3]: Nothing to be done for `all-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/web' | |
Making all in claim | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/claim' | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |
netdata-claim.sh.in > netdata-claim.sh.tmp; then \ | |
mv "netdata-claim.sh.tmp" "netdata-claim.sh"; \ | |
else \ | |
rm -f "netdata-claim.sh.tmp"; \ | |
false; \ | |
fi | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/claim' | |
Making all in parser | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/parser' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/parser' | |
Making all in spawn | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/spawn' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/spawn' | |
Making all in ml | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/ml' | |
Making all in kmeans | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/ml/kmeans' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/ml/kmeans' | |
make[3]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/ml' | |
make[3]: Nothing to be done for `all-am'. | |
make[3]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/ml' | |
make[2]: Leaving directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/ml' | |
Making all in aclk/legacy | |
make[2]: Entering directory `/tmp/netdata-kickstart-Z3HN34Dxxf/netdata-v1.32.0-32-g181e324e7/aclk/legacy' | |
if sed \ | |
-e 's#[@]localstatedir_POST@#/var#g' \ | |
-e 's#[@]sbindir_POST@#/usr/sbin#g' \ | |
-e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ | |
-e 's#[@]configdir_POST@#/etc/netdata#g' \ | |
-e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ | |
-e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ | |
-e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ | |
-e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ | |
-e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ | |
-e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ | |
-e 's#[@]enable_aclk_POST@#yes#g' \ | |
-e 's#[@]enable_cloud_POST@#detect#g' \ | |