+ build_pkg netdata https://github.com/firehol/netdata.git master v1.31.0 GPLv3 --with-user=netdata --sysconfdir=/opt/samadhan/etc --localstatedir=/opt/samadhan --with-zlib --with-math --with-jemalloc=/opt/samadhan --enable-https --enable-plugin-nfacct + echo '' + MODULE=netdata + SOURCE_DIR=netdata + GIT_REPO=https://github.com/firehol/netdata.git + BRANCH=master + TAG=v1.31.0 + LICENSE=GPLv3 + CLEAN=--with-user=netdata + '[' 13 -lt 5 ']' + shift 5 + '[' --with-user=netdata = clean ']' + CLEAN= + echo 'Additional parameters: --with-user=netdata --sysconfdir=/opt/samadhan/etc --localstatedir=/opt/samadhan --with-zlib --with-math --with-jemalloc=/opt/samadhan --enable-https --enable-plugin-nfacct' Additional parameters: --with-user=netdata --sysconfdir=/opt/samadhan/etc --localstatedir=/opt/samadhan --with-zlib --with-math --with-jemalloc=/opt/samadhan --enable-https --enable-plugin-nfacct ++ date +%Y%m%d + RELEASE=20240416 + '[' -d /root/samadhan/Downloads ']' + cd /root/samadhan/Downloads + echo '#0460-12 | git pull origin' #0460-12 | git pull origin + echo ---------------------------------------- ---------------------------------------- + set +e + eval git pull origin ++ git pull origin remote: Enumerating objects: 7, done. remote: Counting objects: 100% (6/6), done. remote: Compressing objects: 100% (4/4), done. remote: Total 7 (delta 2), reused 3 (delta 2), pack-reused 1 Unpacking objects: 100% (7/7), 30.03 KiB | 2.73 MiB/s, done. From https://github.com/firehol/netdata 9d9fbfbdb..42595b3f2 master -> origin/master Updating 9d9fbfbdb..42595b3f2 Fast-forward packaging/installer/functions.sh | 52 ++++++++++++++++++++++++++++++++++++++++++++++------ packaging/installer/kickstart.sh | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------- packaging/installer/netdata-updater.sh | 48 +++++++++++++++++++++++++++++++++++++++--------- 3 files changed, 189 insertions(+), 42 deletions(-) + RETVAL=0 + set +e + eval git checkout --detach v1.31.0 ++ git checkout --detach v1.31.0 HEAD is now at 2f130c01a [ci skip] release v1.31.0 + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=14 ++ git describe --tags ++ tail -1 + VERSION=v1.31.0 + '[' -n v1.31.0 ']' + VERSION=v1.31.0 + VERSION=1.31.0 + '[' -e ./configure ']' + run chmod +x ./configure + echo '' + echo '#0460-17 | chmod +x ./configure' #0460-17 | chmod +x ./configure + echo ---------------------------------------- ---------------------------------------- + set +e + eval chmod +x ./configure ++ chmod +x ./configure + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=18 + run time ./configure --prefix=/opt/samadhan --disable-cloud --with-user=netdata --sysconfdir=/opt/samadhan/etc --localstatedir=/opt/samadhan --with-zlib --with-math --with-jemalloc=/opt/samadhan --enable-https --enable-plugin-nfacct + echo '' + echo '#0460-18 | time ./configure --prefix=/opt/samadhan --disable-cloud --with-user=netdata --sysconfdir=/opt/samadhan/etc --localstatedir=/opt/samadhan --with-zlib --with-math --with-jemalloc=/opt/samadhan --enable-https --enable-plugin-nfacct' #0460-18 | time ./configure --prefix=/opt/samadhan --disable-cloud --with-user=netdata --sysconfdir=/opt/samadhan/etc --localstatedir=/opt/samadhan --with-zlib --with-math --with-jemalloc=/opt/samadhan --enable-https --enable-plugin-nfacct + echo ---------------------------------------- ---------------------------------------- + set +e + eval time ./configure --prefix=/opt/samadhan --disable-cloud --with-user=netdata --sysconfdir=/opt/samadhan/etc --localstatedir=/opt/samadhan --with-zlib --with-math --with-jemalloc=/opt/samadhan --enable-https --enable-plugin-nfacct ++ ./configure --prefix=/opt/samadhan --disable-cloud --with-user=netdata --sysconfdir=/opt/samadhan/etc --localstatedir=/opt/samadhan --with-zlib --with-math --with-jemalloc=/opt/samadhan --enable-https --enable-plugin-nfacct 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 race-free mkdir -p... /usr/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-pc-linux-gnu checking host system type... x86_64-pc-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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... 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... gcc3 checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed 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 for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no 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 whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for __attribute__((returns_nonnull))... yes 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... none required 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 for gcc options needed to detect all undeclared functions... none needed checking whether strerror_r is declared... yes checking whether strerror_r returns char *... yes checking for _Generic... yes checking for __atomic... yes checking size of void *... 8 checking for sys/mkdev.h... no checking for sys/sysmacros.h... 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 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... no 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... yes checking for json-c... no checking for json_object_get_type in -ljson... no checking for JudyLIns in -lJudy... no checking if netdata dbengine should be used... no checking if netdata https should be used... yes checking if statically built json-c is present... no checking if json-c should be used... no checking for memory allocator... checking checking for jemalloc includes in /opt/samadhan... checking for malloc_stats_print in -ljemalloc... yes checking for jemalloc/jemalloc.h... yes jemalloc checking for libcap... no checking if libcap should be used... no checking if cloud functionality should be enabled... no checking if apps.plugin should be enabled... yes checking for libipmimonitoring... 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 for linux/netfilter/nfnetlink_conntrack.h... yes checking whether CTA_STATS_MAX is declared... yes checking for libnetfilter_acct... yes checking for nfacct_alloc in -lnetfilter_acct... yes checking for libmnl... yes checking for mnl_socket_open in -lmnl... yes checking if nfacct.plugin should be enabled... yes checking for yajl... no checking for xenstat_init in -lxenstat... no checking for xenlight... no checking if xenstat.plugin should be enabled... no 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 for libelf... no checking for struct bpf_prog_info... yes 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... yes checking for curl_easy_init in -lcurl... yes 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 googleapis_cpp_pubsub_protos... no checking for g++... /usr/bin/g++ checking if pubsub exporting connector should be enabled... detect checking for protobuf >= 3... no checking for snappy::RawCompress in -lsnappy... no checking for protoc... no checking for g++... (cached) /usr/bin/g++ checking if prometheus remote write backend should be enabled... no checking for libmongoc-1.0 >= 1.7... no checking if mongodb backend should be enabled... no checking for setns... yes checking if cgroup-network can be enabled... yes checking whether C compiler accepts -flto... yes checking if -flto builds executables... yes checking if LTO should be enabled... yes 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 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 real 0m4.695s user 0m3.943s sys 0m1.212s + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=19 + run pwd + echo '' + echo '#0460-19 | pwd' #0460-19 | pwd + echo ---------------------------------------- ---------------------------------------- + set +e + eval pwd ++ pwd /root/samadhan/Downloads/netdata + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=20 + echo 'Before make' Before make + run time make -j8 + echo '' + echo '#0460-20 | time make -j8' #0460-20 | time make -j8 + echo ---------------------------------------- ---------------------------------------- + set +e + eval time make -j8 ++ make -j8 make all-recursive make[1]: Entering directory '/root/samadhan/Downloads/netdata' Making all in diagrams make[2]: Entering directory '/root/samadhan/Downloads/netdata/diagrams' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/diagrams' Making all in system make[2]: Entering directory '/root/samadhan/Downloads/netdata/system' if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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 '/root/samadhan/Downloads/netdata/system' Making all in tests make[2]: Entering directory '/root/samadhan/Downloads/netdata/tests' if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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 make[2]: Leaving directory '/root/samadhan/Downloads/netdata/tests' Making all in backends make[2]: Entering directory '/root/samadhan/Downloads/netdata/backends' Making all in graphite make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/graphite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/graphite' Making all in json make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/json' Making all in opentsdb make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/opentsdb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/opentsdb' Making all in prometheus make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/prometheus' Making all in remote_write make[4]: Entering directory '/root/samadhan/Downloads/netdata/backends/prometheus/remote_write' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/backends/prometheus/remote_write' make[4]: Entering directory '/root/samadhan/Downloads/netdata/backends/prometheus' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/backends/prometheus' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/prometheus' Making all in aws_kinesis make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/aws_kinesis' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/aws_kinesis' Making all in mongodb make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/mongodb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/mongodb' make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/backends' Making all in collectors make[2]: Entering directory '/root/samadhan/Downloads/netdata/collectors' Making all in plugins.d make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' Making all in apps.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/apps.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/apps.plugin' Making all in cgroups.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/cgroups.plugin' if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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 '/root/samadhan/Downloads/netdata/collectors/cgroups.plugin' Making all in charts.d.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/charts.d.plugin' if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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 '/root/samadhan/Downloads/netdata/collectors/charts.d.plugin' Making all in checks.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/checks.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/checks.plugin' Making all in cups.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/cups.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/cups.plugin' Making all in diskspace.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/diskspace.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/diskspace.plugin' Making all in timex.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/timex.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/timex.plugin' Making all in fping.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/fping.plugin' if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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 '/root/samadhan/Downloads/netdata/collectors/fping.plugin' Making all in ioping.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/ioping.plugin' if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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 '/root/samadhan/Downloads/netdata/collectors/ioping.plugin' Making all in freebsd.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/freebsd.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/freebsd.plugin' Making all in freeipmi.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/freeipmi.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/freeipmi.plugin' Making all in idlejitter.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/idlejitter.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/idlejitter.plugin' Making all in macos.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/macos.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/macos.plugin' Making all in nfacct.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/nfacct.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/nfacct.plugin' Making all in xenstat.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/xenstat.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/xenstat.plugin' Making all in perf.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/perf.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/perf.plugin' Making all in node.d.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/node.d.plugin' if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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 '/root/samadhan/Downloads/netdata/collectors/node.d.plugin' Making all in proc.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/proc.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/proc.plugin' Making all in python.d.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/python.d.plugin' if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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 '/root/samadhan/Downloads/netdata/collectors/python.d.plugin' Making all in slabinfo.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/slabinfo.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/slabinfo.plugin' Making all in statsd.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/statsd.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/statsd.plugin' Making all in ebpf.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/ebpf.plugin' if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ reset_netdata_trace.sh.in > reset_netdata_trace.sh.tmp; then \ mv "reset_netdata_trace.sh.tmp" "reset_netdata_trace.sh"; \ else \ rm -f "reset_netdata_trace.sh.tmp"; \ false; \ fi make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/ebpf.plugin' Making all in tc.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/tc.plugin' if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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 '/root/samadhan/Downloads/netdata/collectors/tc.plugin' make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/collectors' Making all in daemon make[2]: Entering directory '/root/samadhan/Downloads/netdata/daemon' if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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 if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ get-kubernetes-labels.sh.in > get-kubernetes-labels.sh.tmp; then \ mv "get-kubernetes-labels.sh.tmp" "get-kubernetes-labels.sh"; \ else \ rm -f "get-kubernetes-labels.sh.tmp"; \ false; \ fi make[2]: Leaving directory '/root/samadhan/Downloads/netdata/daemon' Making all in database make[2]: Entering directory '/root/samadhan/Downloads/netdata/database' Making all in engine make[3]: Entering directory '/root/samadhan/Downloads/netdata/database/engine' Making all in metadata_log make[4]: Entering directory '/root/samadhan/Downloads/netdata/database/engine/metadata_log' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/database/engine/metadata_log' make[4]: Entering directory '/root/samadhan/Downloads/netdata/database/engine' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/database/engine' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/database/engine' make[3]: Entering directory '/root/samadhan/Downloads/netdata/database' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/database' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/database' Making all in exporting make[2]: Entering directory '/root/samadhan/Downloads/netdata/exporting' Making all in tests make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/tests' Making all in graphite make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/graphite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/graphite' Making all in json make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/json' Making all in opentsdb make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/opentsdb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/opentsdb' Making all in prometheus make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/prometheus' Making all in remote_write make[4]: Entering directory '/root/samadhan/Downloads/netdata/exporting/prometheus/remote_write' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/prometheus/remote_write' make[4]: Entering directory '/root/samadhan/Downloads/netdata/exporting/prometheus' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/prometheus' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/prometheus' Making all in aws_kinesis make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/aws_kinesis' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/aws_kinesis' Making all in pubsub make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/pubsub' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/pubsub' Making all in mongodb make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/mongodb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/mongodb' make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/exporting' Making all in health make[2]: Entering directory '/root/samadhan/Downloads/netdata/health' Making all in notifications make[3]: Entering directory '/root/samadhan/Downloads/netdata/health/notifications' if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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 '/root/samadhan/Downloads/netdata/health/notifications' make[3]: Entering directory '/root/samadhan/Downloads/netdata/health' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/health' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/health' Making all in libnetdata make[2]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata' Making all in adaptive_resortable_list make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/adaptive_resortable_list' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/adaptive_resortable_list' Making all in avl make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/avl' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/avl' Making all in buffer make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/buffer' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/buffer' Making all in clocks make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/clocks' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/clocks' Making all in config make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/config' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/config' Making all in dictionary make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/dictionary' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/dictionary' Making all in ebpf make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/ebpf' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/ebpf' Making all in eval make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/eval' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/eval' Making all in json make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/json' Making all in health make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/health' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/health' Making all in locks make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/locks' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/locks' Making all in log make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/log' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/log' Making all in popen make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/popen' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/popen' Making all in procfile make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/procfile' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/procfile' Making all in simple_pattern make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/simple_pattern' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/simple_pattern' Making all in socket make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/socket' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/socket' Making all in statistical make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/statistical' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/statistical' Making all in storage_number make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' Making all in tests make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number/tests' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number/tests' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' Making all in threads make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/threads' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/threads' Making all in url make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/url' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/url' Making all in tests make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/tests' make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata' Making all in registry make[2]: Entering directory '/root/samadhan/Downloads/netdata/registry' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/registry' Making all in streaming make[2]: Entering directory '/root/samadhan/Downloads/netdata/streaming' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/streaming' Making all in web make[2]: Entering directory '/root/samadhan/Downloads/netdata/web' Making all in api make[3]: Entering directory '/root/samadhan/Downloads/netdata/web/api' Making all in badges make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/badges' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/badges' Making all in queries make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries' Making all in average make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/average' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/average' Making all in des make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/des' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/des' Making all in incremental_sum make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/incremental_sum' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/incremental_sum' Making all in max make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/max' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/max' Making all in min make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/min' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/min' Making all in sum make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/sum' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/sum' Making all in median make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/median' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/median' Making all in ses make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/ses' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/ses' Making all in stddev make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/stddev' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/stddev' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries' Making all in exporters make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters' Making all in shell make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters/shell' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters/shell' Making all in prometheus make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters/prometheus' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters/prometheus' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters' Making all in formatters make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters' Making all in csv make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/csv' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/csv' Making all in json make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/json' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/json' Making all in ssv make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/ssv' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/ssv' Making all in value make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/value' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/value' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters' Making all in health make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/health' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/health' make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/web/api' Making all in gui make[3]: Entering directory '/root/samadhan/Downloads/netdata/web/gui' Making all in dashboard make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/gui/dashboard' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/gui/dashboard' make[4]: Entering directory '/root/samadhan/Downloads/netdata/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 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 test -s version.txt.tmp || echo 0 > version.txt.tmp mv version.txt.tmp version.txt make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/gui' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/web/gui' Making all in server make[3]: Entering directory '/root/samadhan/Downloads/netdata/web/server' Making all in static make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/server/static' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/server/static' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/server/static' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/server/static' make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/server' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/server' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/web/server' make[3]: Entering directory '/root/samadhan/Downloads/netdata/web' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/web' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/web' Making all in claim make[2]: Entering directory '/root/samadhan/Downloads/netdata/claim' if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#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 '/root/samadhan/Downloads/netdata/claim' Making all in parser make[2]: Entering directory '/root/samadhan/Downloads/netdata/parser' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/parser' Making all in spawn make[2]: Entering directory '/root/samadhan/Downloads/netdata/spawn' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/spawn' Making all in aclk/legacy make[2]: Entering directory '/root/samadhan/Downloads/netdata/aclk/legacy' if sed \ -e 's#[@]localstatedir_POST@#/opt/samadhan#g' \ -e 's#[@]sbindir_POST@#/opt/samadhan/sbin#g' \ -e 's#[@]pluginsdir_POST@#/opt/samadhan/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/opt/samadhan/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/opt/samadhan/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/opt/samadhan/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/opt/samadhan/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/opt/samadhan/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/opt/samadhan/lib/netdata#g' \ -e 's#[@]webdir_POST@#/opt/samadhan/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ tests/install-fake-charts.d.sh.in > tests/install-fake-charts.d.sh.tmp; then \ mv "tests/install-fake-charts.d.sh.tmp" "tests/install-fake-charts.d.sh"; \ else \ rm -f "tests/install-fake-charts.d.sh.tmp"; \ false; \ fi make[2]: Leaving directory '/root/samadhan/Downloads/netdata/aclk/legacy' make[2]: Entering directory '/root/samadhan/Downloads/netdata' CC collectors/apps.plugin/apps_plugin.o CC libnetdata/adaptive_resortable_list/adaptive_resortable_list.o CC libnetdata/config/appconfig.o CC libnetdata/avl/avl.o CC libnetdata/circular_buffer/circular_buffer.o CC libnetdata/clocks/clocks.o CC libnetdata/buffer/buffer.o CC libnetdata/dictionary/dictionary.o CC libnetdata/eval/eval.o CC libnetdata/libnetdata.o CC libnetdata/locks/locks.o CC libnetdata/log/log.o CC libnetdata/procfile/procfile.o CC libnetdata/popen/popen.o CC libnetdata/os.o CC libnetdata/simple_pattern/simple_pattern.o CC libnetdata/socket/socket.o CC libnetdata/socket/security.o CC libnetdata/statistical/statistical.o CC libnetdata/storage_number/storage_number.o CC libnetdata/threads/threads.o CC libnetdata/url/url.o CC libnetdata/json/json.o CC libnetdata/json/jsmn.o CC libnetdata/health/health.o CC collectors/cgroups.plugin/cgroup-network.o CC collectors/nfacct.plugin/plugin_nfacct.o CC collectors/slabinfo.plugin/slabinfo.o CC collectors/perf.plugin/perf_plugin.o CC daemon/buildinfo.o CC daemon/common.o CC daemon/daemon.o CC daemon/global_statistics.o CC daemon/analytics.o CC daemon/main.o CC daemon/signals.o CC daemon/commands.o CC daemon/unit_test.o CC web/api/badges/web_buffer_svg.o daemon/global_statistics.c: In function ‘global_statistics_copy’: daemon/global_statistics.c:160:9: warning: argument 2 of ‘__atomic_compare_exchange’ discards ‘volatile’ qualifier [-Wincompatible-pointer-types] 160 | __atomic_compare_exchange(&global_statistics.web_usec_max, &gs->web_usec_max, &n, 1, __ATOMIC_SEQ_CST, | ^~~~~~~~~~~~~~~~~~~~~~~~~ CC web/api/exporters/allmetrics.o CC web/api/exporters/shell/allmetrics_shell.o CC web/api/queries/average/average.o CC web/api/queries/des/des.o CC web/api/queries/incremental_sum/incremental_sum.o CC web/api/queries/max/max.o CC web/api/queries/median/median.o CC web/api/queries/min/min.o CC web/api/queries/query.o CC web/api/queries/rrdr.o CC web/api/queries/ses/ses.o CC web/api/queries/stddev/stddev.o CC web/api/queries/sum/sum.o CC web/api/formatters/rrd2json.o CC web/api/formatters/csv/csv.o CC web/api/formatters/json/json.o CC web/api/formatters/ssv/ssv.o CC web/api/formatters/value/value.o CC web/api/formatters/json_wrapper.o CC web/api/formatters/charts2json.o CC web/api/formatters/rrdset2json.o CC web/api/health/health_cmdapi.o CC web/api/web_api_v1.o CC backends/backends.o CC backends/graphite/graphite.o CC backends/json/json.o CC backends/opentsdb/opentsdb.o CC backends/prometheus/backend_prometheus.o CC exporting/exporting_engine.o CC exporting/graphite/graphite.o CC exporting/json/json.o CC exporting/opentsdb/opentsdb.o CC exporting/prometheus/prometheus.o CC exporting/read_config.o CC exporting/clean_connectors.o CC exporting/init_connectors.o CC exporting/process_data.o CC exporting/check_filters.o CC exporting/send_data.o CC exporting/send_internal_metrics.o CC collectors/checks.plugin/plugin_checks.o CC health/health.o CC health/health_config.o CC health/health_json.o CC health/health_log.o CC collectors/idlejitter.plugin/plugin_idlejitter.o CC collectors/plugins.d/plugins_d.o CC collectors/plugins.d/pluginsd_parser.o CC registry/registry.o CC registry/registry_db.o CC registry/registry_init.o CC registry/registry_internals.o CC registry/registry_log.o CC registry/registry_machine.o CC registry/registry_person.o CC registry/registry_url.o CC database/rrdcalc.o CC database/rrdcalctemplate.o CC database/rrddim.o CC database/rrddimvar.o CC database/rrdfamily.o CC database/rrdhost.o CC database/rrdlabels.o CC database/rrd.o CC database/rrdset.o CC database/rrdsetvar.o CC database/rrdvar.o CC database/sqlite/sqlite_functions.o CC database/sqlite/sqlite3.o CC streaming/rrdpush.o CC streaming/sender.o CC streaming/receiver.o CC collectors/statsd.plugin/statsd.o CC web/server/web_client.o CC web/server/web_server.o CC web/server/web_client_cache.o CC web/server/static/static-threaded.o CC claim/claim.o CC parser/parser.o CC aclk/legacy/aclk_common.o CC aclk/legacy/aclk_stats.o CC spawn/spawn.o CC spawn/spawn_server.o CC spawn/spawn_client.o CC collectors/cgroups.plugin/sys_fs_cgroup.o CC collectors/diskspace.plugin/plugin_diskspace.o CC collectors/timex.plugin/plugin_timex.o CC collectors/proc.plugin/ipc.o CC collectors/proc.plugin/plugin_proc.o CC collectors/proc.plugin/proc_diskstats.o CC collectors/proc.plugin/proc_mdstat.o CC collectors/proc.plugin/proc_interrupts.o CC collectors/proc.plugin/proc_softirqs.o CC collectors/proc.plugin/proc_loadavg.o CC collectors/proc.plugin/proc_meminfo.o CC collectors/proc.plugin/proc_pagetypeinfo.o CC collectors/proc.plugin/proc_pressure.o CC collectors/proc.plugin/proc_net_dev.o CC collectors/proc.plugin/proc_net_wireless.o CC collectors/proc.plugin/proc_net_ip_vs_stats.o CC collectors/proc.plugin/proc_net_netstat.o CC collectors/proc.plugin/proc_net_rpc_nfs.o CC collectors/proc.plugin/proc_net_rpc_nfsd.o CC collectors/proc.plugin/proc_net_snmp.o CC collectors/proc.plugin/proc_net_snmp6.o CC collectors/proc.plugin/proc_net_sctp_snmp.o CC collectors/proc.plugin/proc_net_sockstat.o CC collectors/proc.plugin/proc_net_sockstat6.o CC collectors/proc.plugin/proc_net_softnet_stat.o CC collectors/proc.plugin/proc_net_stat_conntrack.o CC collectors/proc.plugin/proc_net_stat_synproxy.o CC collectors/proc.plugin/proc_self_mountinfo.o CC collectors/proc.plugin/zfs_common.o CC collectors/proc.plugin/proc_spl_kstat_zfs.o CC collectors/proc.plugin/proc_stat.o CC collectors/proc.plugin/proc_sys_kernel_random_entropy_avail.o CC collectors/proc.plugin/proc_vmstat.o CC collectors/proc.plugin/proc_uptime.o CC collectors/proc.plugin/sys_kernel_mm_ksm.o CC collectors/proc.plugin/sys_block_zram.o CC collectors/proc.plugin/sys_devices_system_edac_mc.o CC collectors/proc.plugin/sys_devices_system_node.o CC collectors/proc.plugin/sys_fs_btrfs.o CC collectors/proc.plugin/sys_class_power_supply.o CC collectors/proc.plugin/sys_class_infiniband.o CC collectors/tc.plugin/plugin_tc.o CC cli/cli.o CCLD apps.plugin CCLD cgroup-network CCLD nfacct.plugin CCLD perf.plugin CCLD slabinfo.plugin GEN netdata GEN netdatacli make[2]: Leaving directory '/root/samadhan/Downloads/netdata' make[1]: Leaving directory '/root/samadhan/Downloads/netdata' real 0m13.590s user 0m45.621s sys 0m5.491s + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=21 + run time make -j8 check + echo '' + echo '#0460-21 | time make -j8 check' #0460-21 | time make -j8 check + echo ---------------------------------------- ---------------------------------------- + set +e + eval time make -j8 check ++ make -j8 check make check-recursive make[1]: Entering directory '/root/samadhan/Downloads/netdata' Making check in diagrams make[2]: Entering directory '/root/samadhan/Downloads/netdata/diagrams' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/diagrams' Making check in system make[2]: Entering directory '/root/samadhan/Downloads/netdata/system' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/system' Making check in tests make[2]: Entering directory '/root/samadhan/Downloads/netdata/tests' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/tests' Making check in backends make[2]: Entering directory '/root/samadhan/Downloads/netdata/backends' Making check in graphite make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/graphite' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/graphite' Making check in json make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/json' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/json' Making check in opentsdb make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/opentsdb' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/opentsdb' Making check in prometheus make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/prometheus' Making check in remote_write make[4]: Entering directory '/root/samadhan/Downloads/netdata/backends/prometheus/remote_write' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/backends/prometheus/remote_write' make[4]: Entering directory '/root/samadhan/Downloads/netdata/backends/prometheus' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/backends/prometheus' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/prometheus' Making check in aws_kinesis make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/aws_kinesis' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/aws_kinesis' Making check in mongodb make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/mongodb' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/mongodb' make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/backends' Making check in collectors make[2]: Entering directory '/root/samadhan/Downloads/netdata/collectors' Making check in plugins.d make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' Making check in apps.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/apps.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/apps.plugin' Making check in cgroups.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/cgroups.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/cgroups.plugin' Making check in charts.d.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/charts.d.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/charts.d.plugin' Making check in checks.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/checks.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/checks.plugin' Making check in cups.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/cups.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/cups.plugin' Making check in diskspace.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/diskspace.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/diskspace.plugin' Making check in timex.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/timex.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/timex.plugin' Making check in fping.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/fping.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/fping.plugin' Making check in ioping.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/ioping.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/ioping.plugin' Making check in freebsd.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/freebsd.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/freebsd.plugin' Making check in freeipmi.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/freeipmi.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/freeipmi.plugin' Making check in idlejitter.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/idlejitter.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/idlejitter.plugin' Making check in macos.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/macos.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/macos.plugin' Making check in nfacct.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/nfacct.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/nfacct.plugin' Making check in xenstat.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/xenstat.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/xenstat.plugin' Making check in perf.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/perf.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/perf.plugin' Making check in node.d.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/node.d.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/node.d.plugin' Making check in proc.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/proc.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/proc.plugin' Making check in python.d.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/python.d.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/python.d.plugin' Making check in slabinfo.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/slabinfo.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/slabinfo.plugin' Making check in statsd.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/statsd.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/statsd.plugin' Making check in ebpf.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/ebpf.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/ebpf.plugin' Making check in tc.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/tc.plugin' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/tc.plugin' make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/collectors' Making check in daemon make[2]: Entering directory '/root/samadhan/Downloads/netdata/daemon' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/daemon' Making check in database make[2]: Entering directory '/root/samadhan/Downloads/netdata/database' Making check in engine make[3]: Entering directory '/root/samadhan/Downloads/netdata/database/engine' Making check in metadata_log make[4]: Entering directory '/root/samadhan/Downloads/netdata/database/engine/metadata_log' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/database/engine/metadata_log' make[4]: Entering directory '/root/samadhan/Downloads/netdata/database/engine' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/database/engine' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/database/engine' make[3]: Entering directory '/root/samadhan/Downloads/netdata/database' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/database' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/database' Making check in exporting make[2]: Entering directory '/root/samadhan/Downloads/netdata/exporting' Making check in tests make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/tests' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/tests' Making check in graphite make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/graphite' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/graphite' Making check in json make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/json' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/json' Making check in opentsdb make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/opentsdb' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/opentsdb' Making check in prometheus make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/prometheus' Making check in remote_write make[4]: Entering directory '/root/samadhan/Downloads/netdata/exporting/prometheus/remote_write' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/prometheus/remote_write' make[4]: Entering directory '/root/samadhan/Downloads/netdata/exporting/prometheus' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/prometheus' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/prometheus' Making check in aws_kinesis make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/aws_kinesis' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/aws_kinesis' Making check in pubsub make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/pubsub' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/pubsub' Making check in mongodb make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/mongodb' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/mongodb' make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/exporting' Making check in health make[2]: Entering directory '/root/samadhan/Downloads/netdata/health' Making check in notifications make[3]: Entering directory '/root/samadhan/Downloads/netdata/health/notifications' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/health/notifications' make[3]: Entering directory '/root/samadhan/Downloads/netdata/health' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/health' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/health' Making check in libnetdata make[2]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata' Making check in adaptive_resortable_list make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/adaptive_resortable_list' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/adaptive_resortable_list' Making check in avl make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/avl' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/avl' Making check in buffer make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/buffer' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/buffer' Making check in clocks make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/clocks' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/clocks' Making check in config make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/config' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/config' Making check in dictionary make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/dictionary' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/dictionary' Making check in ebpf make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/ebpf' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/ebpf' Making check in eval make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/eval' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/eval' Making check in json make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/json' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/json' Making check in health make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/health' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/health' Making check in locks make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/locks' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/locks' Making check in log make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/log' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/log' Making check in popen make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/popen' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/popen' Making check in procfile make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/procfile' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/procfile' Making check in simple_pattern make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/simple_pattern' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/simple_pattern' Making check in socket make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/socket' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/socket' Making check in statistical make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/statistical' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/statistical' Making check in storage_number make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' Making check in tests make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number/tests' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number/tests' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' Making check in threads make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/threads' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/threads' Making check in url make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/url' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/url' Making check in tests make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/tests' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/tests' make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata' Making check in registry make[2]: Entering directory '/root/samadhan/Downloads/netdata/registry' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/registry' Making check in streaming make[2]: Entering directory '/root/samadhan/Downloads/netdata/streaming' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/streaming' Making check in web make[2]: Entering directory '/root/samadhan/Downloads/netdata/web' Making check in api make[3]: Entering directory '/root/samadhan/Downloads/netdata/web/api' Making check in badges make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/badges' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/badges' Making check in queries make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries' Making check in average make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/average' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/average' Making check in des make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/des' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/des' Making check in incremental_sum make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/incremental_sum' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/incremental_sum' Making check in max make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/max' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/max' Making check in min make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/min' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/min' Making check in sum make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/sum' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/sum' Making check in median make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/median' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/median' Making check in ses make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/ses' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/ses' Making check in stddev make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/stddev' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/stddev' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries' Making check in exporters make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters' Making check in shell make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters/shell' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters/shell' Making check in prometheus make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters/prometheus' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters/prometheus' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters' Making check in formatters make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters' Making check in csv make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/csv' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/csv' Making check in json make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/json' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/json' Making check in ssv make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/ssv' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/ssv' Making check in value make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/value' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/value' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters' Making check in health make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/health' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/health' make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/web/api' Making check in gui make[3]: Entering directory '/root/samadhan/Downloads/netdata/web/gui' Making check in dashboard make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/gui/dashboard' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/gui/dashboard' make[4]: Entering directory '/root/samadhan/Downloads/netdata/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 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 test -s version.txt.tmp || echo 0 > version.txt.tmp mv version.txt.tmp version.txt make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/gui' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/web/gui' Making check in server make[3]: Entering directory '/root/samadhan/Downloads/netdata/web/server' Making check in static make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/server/static' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/server/static' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/server/static' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/server/static' make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/server' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/server' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/web/server' make[3]: Entering directory '/root/samadhan/Downloads/netdata/web' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/web' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/web' Making check in claim make[2]: Entering directory '/root/samadhan/Downloads/netdata/claim' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/claim' Making check in parser make[2]: Entering directory '/root/samadhan/Downloads/netdata/parser' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/parser' Making check in spawn make[2]: Entering directory '/root/samadhan/Downloads/netdata/spawn' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/spawn' Making check in aclk/legacy make[2]: Entering directory '/root/samadhan/Downloads/netdata/aclk/legacy' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/root/samadhan/Downloads/netdata/aclk/legacy' make[2]: Entering directory '/root/samadhan/Downloads/netdata' make make[3]: Entering directory '/root/samadhan/Downloads/netdata' make all-recursive make[4]: Entering directory '/root/samadhan/Downloads/netdata' Making all in diagrams make[5]: Entering directory '/root/samadhan/Downloads/netdata/diagrams' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/diagrams' Making all in system make[5]: Entering directory '/root/samadhan/Downloads/netdata/system' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/system' Making all in tests make[5]: Entering directory '/root/samadhan/Downloads/netdata/tests' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/tests' Making all in backends make[5]: Entering directory '/root/samadhan/Downloads/netdata/backends' Making all in graphite make[6]: Entering directory '/root/samadhan/Downloads/netdata/backends/graphite' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/backends/graphite' Making all in json make[6]: Entering directory '/root/samadhan/Downloads/netdata/backends/json' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/backends/json' Making all in opentsdb make[6]: Entering directory '/root/samadhan/Downloads/netdata/backends/opentsdb' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/backends/opentsdb' Making all in prometheus make[6]: Entering directory '/root/samadhan/Downloads/netdata/backends/prometheus' Making all in remote_write make[7]: Entering directory '/root/samadhan/Downloads/netdata/backends/prometheus/remote_write' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/samadhan/Downloads/netdata/backends/prometheus/remote_write' make[7]: Entering directory '/root/samadhan/Downloads/netdata/backends/prometheus' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/samadhan/Downloads/netdata/backends/prometheus' make[6]: Leaving directory '/root/samadhan/Downloads/netdata/backends/prometheus' Making all in aws_kinesis make[6]: Entering directory '/root/samadhan/Downloads/netdata/backends/aws_kinesis' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/backends/aws_kinesis' Making all in mongodb make[6]: Entering directory '/root/samadhan/Downloads/netdata/backends/mongodb' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/backends/mongodb' make[6]: Entering directory '/root/samadhan/Downloads/netdata/backends' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/backends' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/backends' Making all in collectors make[5]: Entering directory '/root/samadhan/Downloads/netdata/collectors' Making all in plugins.d make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' make[7]: Entering directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' Making all in apps.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/apps.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/apps.plugin' Making all in cgroups.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/cgroups.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/cgroups.plugin' Making all in charts.d.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/charts.d.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/charts.d.plugin' Making all in checks.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/checks.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/checks.plugin' Making all in cups.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/cups.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/cups.plugin' Making all in diskspace.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/diskspace.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/diskspace.plugin' Making all in timex.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/timex.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/timex.plugin' Making all in fping.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/fping.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/fping.plugin' Making all in ioping.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/ioping.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/ioping.plugin' Making all in freebsd.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/freebsd.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/freebsd.plugin' Making all in freeipmi.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/freeipmi.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/freeipmi.plugin' Making all in idlejitter.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/idlejitter.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/idlejitter.plugin' Making all in macos.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/macos.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/macos.plugin' Making all in nfacct.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/nfacct.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/nfacct.plugin' Making all in xenstat.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/xenstat.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/xenstat.plugin' Making all in perf.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/perf.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/perf.plugin' Making all in node.d.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/node.d.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/node.d.plugin' Making all in proc.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/proc.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/proc.plugin' Making all in python.d.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/python.d.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/python.d.plugin' Making all in slabinfo.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/slabinfo.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/slabinfo.plugin' Making all in statsd.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/statsd.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/statsd.plugin' Making all in ebpf.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/ebpf.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/ebpf.plugin' Making all in tc.plugin make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors/tc.plugin' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/tc.plugin' make[6]: Entering directory '/root/samadhan/Downloads/netdata/collectors' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/collectors' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/collectors' Making all in daemon make[5]: Entering directory '/root/samadhan/Downloads/netdata/daemon' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/daemon' Making all in database make[5]: Entering directory '/root/samadhan/Downloads/netdata/database' Making all in engine make[6]: Entering directory '/root/samadhan/Downloads/netdata/database/engine' Making all in metadata_log make[7]: Entering directory '/root/samadhan/Downloads/netdata/database/engine/metadata_log' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/samadhan/Downloads/netdata/database/engine/metadata_log' make[7]: Entering directory '/root/samadhan/Downloads/netdata/database/engine' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/samadhan/Downloads/netdata/database/engine' make[6]: Leaving directory '/root/samadhan/Downloads/netdata/database/engine' make[6]: Entering directory '/root/samadhan/Downloads/netdata/database' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/database' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/database' Making all in exporting make[5]: Entering directory '/root/samadhan/Downloads/netdata/exporting' Making all in tests make[6]: Entering directory '/root/samadhan/Downloads/netdata/exporting/tests' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/tests' Making all in graphite make[6]: Entering directory '/root/samadhan/Downloads/netdata/exporting/graphite' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/graphite' Making all in json make[6]: Entering directory '/root/samadhan/Downloads/netdata/exporting/json' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/json' Making all in opentsdb make[6]: Entering directory '/root/samadhan/Downloads/netdata/exporting/opentsdb' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/opentsdb' Making all in prometheus make[6]: Entering directory '/root/samadhan/Downloads/netdata/exporting/prometheus' Making all in remote_write make[7]: Entering directory '/root/samadhan/Downloads/netdata/exporting/prometheus/remote_write' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/prometheus/remote_write' make[7]: Entering directory '/root/samadhan/Downloads/netdata/exporting/prometheus' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/prometheus' make[6]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/prometheus' Making all in aws_kinesis make[6]: Entering directory '/root/samadhan/Downloads/netdata/exporting/aws_kinesis' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/aws_kinesis' Making all in pubsub make[6]: Entering directory '/root/samadhan/Downloads/netdata/exporting/pubsub' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/pubsub' Making all in mongodb make[6]: Entering directory '/root/samadhan/Downloads/netdata/exporting/mongodb' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/mongodb' make[6]: Entering directory '/root/samadhan/Downloads/netdata/exporting' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/exporting' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/exporting' Making all in health make[5]: Entering directory '/root/samadhan/Downloads/netdata/health' Making all in notifications make[6]: Entering directory '/root/samadhan/Downloads/netdata/health/notifications' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/health/notifications' make[6]: Entering directory '/root/samadhan/Downloads/netdata/health' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/health' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/health' Making all in libnetdata make[5]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata' Making all in adaptive_resortable_list make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/adaptive_resortable_list' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/adaptive_resortable_list' Making all in avl make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/avl' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/avl' Making all in buffer make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/buffer' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/buffer' Making all in clocks make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/clocks' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/clocks' Making all in config make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/config' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/config' Making all in dictionary make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/dictionary' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/dictionary' Making all in ebpf make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/ebpf' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/ebpf' Making all in eval make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/eval' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/eval' Making all in json make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/json' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/json' Making all in health make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/health' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/health' Making all in locks make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/locks' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/locks' Making all in log make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/log' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/log' Making all in popen make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/popen' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/popen' Making all in procfile make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/procfile' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/procfile' Making all in simple_pattern make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/simple_pattern' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/simple_pattern' Making all in socket make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/socket' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/socket' Making all in statistical make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/statistical' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/statistical' Making all in storage_number make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' Making all in tests make[7]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number/tests' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number/tests' make[7]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' Making all in threads make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/threads' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/threads' Making all in url make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/url' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/url' Making all in tests make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/tests' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/tests' make[6]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata' Making all in registry make[5]: Entering directory '/root/samadhan/Downloads/netdata/registry' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/registry' Making all in streaming make[5]: Entering directory '/root/samadhan/Downloads/netdata/streaming' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/streaming' Making all in web make[5]: Entering directory '/root/samadhan/Downloads/netdata/web' Making all in api make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api' Making all in badges make[7]: Entering directory '/root/samadhan/Downloads/netdata/web/api/badges' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/badges' Making all in queries make[7]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries' Making all in average make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/average' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/average' Making all in des make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/des' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/des' Making all in incremental_sum make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/incremental_sum' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/incremental_sum' Making all in max make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/max' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/max' Making all in min make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/min' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/min' Making all in sum make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/sum' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/sum' Making all in median make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/median' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/median' Making all in ses make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/ses' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/ses' Making all in stddev make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/stddev' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/stddev' make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries' make[8]: Nothing to be done for 'all-am'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries' make[7]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries' Making all in exporters make[7]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters' Making all in shell make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters/shell' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters/shell' Making all in prometheus make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters/prometheus' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters/prometheus' make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters' make[8]: Nothing to be done for 'all-am'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters' make[7]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters' Making all in formatters make[7]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters' Making all in csv make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/csv' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/csv' Making all in json make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/json' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/json' Making all in ssv make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/ssv' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/ssv' Making all in value make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/value' make[8]: Nothing to be done for 'all'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/value' make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters' make[8]: Nothing to be done for 'all-am'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters' make[7]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters' Making all in health make[7]: Entering directory '/root/samadhan/Downloads/netdata/web/api/health' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/health' make[7]: Entering directory '/root/samadhan/Downloads/netdata/web/api' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/samadhan/Downloads/netdata/web/api' make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api' Making all in gui make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/gui' Making all in dashboard make[7]: Entering directory '/root/samadhan/Downloads/netdata/web/gui/dashboard' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/root/samadhan/Downloads/netdata/web/gui/dashboard' make[7]: Entering directory '/root/samadhan/Downloads/netdata/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 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 test -s version.txt.tmp || echo 0 > version.txt.tmp mv version.txt.tmp version.txt make[7]: Leaving directory '/root/samadhan/Downloads/netdata/web/gui' make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/gui' Making all in server make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/server' Making all in static make[7]: Entering directory '/root/samadhan/Downloads/netdata/web/server/static' make[8]: Entering directory '/root/samadhan/Downloads/netdata/web/server/static' make[8]: Nothing to be done for 'all-am'. make[8]: Leaving directory '/root/samadhan/Downloads/netdata/web/server/static' make[7]: Leaving directory '/root/samadhan/Downloads/netdata/web/server/static' make[7]: Entering directory '/root/samadhan/Downloads/netdata/web/server' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/root/samadhan/Downloads/netdata/web/server' make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/server' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web' Making all in claim make[5]: Entering directory '/root/samadhan/Downloads/netdata/claim' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/claim' Making all in parser make[5]: Entering directory '/root/samadhan/Downloads/netdata/parser' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/parser' Making all in spawn make[5]: Entering directory '/root/samadhan/Downloads/netdata/spawn' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/spawn' Making all in aclk/legacy make[5]: Entering directory '/root/samadhan/Downloads/netdata/aclk/legacy' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/aclk/legacy' make[5]: Entering directory '/root/samadhan/Downloads/netdata' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata' make[4]: Leaving directory '/root/samadhan/Downloads/netdata' make[3]: Leaving directory '/root/samadhan/Downloads/netdata' make check-TESTS make[3]: Entering directory '/root/samadhan/Downloads/netdata' make[4]: Entering directory '/root/samadhan/Downloads/netdata' ============================================================================ Testsuite summary for netdata v1.31.0 ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/root/samadhan/Downloads/netdata' make[3]: Leaving directory '/root/samadhan/Downloads/netdata' make[2]: Leaving directory '/root/samadhan/Downloads/netdata' make[1]: Leaving directory '/root/samadhan/Downloads/netdata' real 0m1.439s user 0m1.312s sys 0m0.147s + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=22 + for spec in "${MODULE}"*.spec + mv netdata.spec netdata.spec.BAK + PLUGINS_DIR=/opt/samadhan/libexec/netdata/plugins.d + '[' Generic = RPI ']' + GO_PLUGINS_TGZ_URL=https://github.com/netdata/go.d.plugin/releases/download/v0.28.1/go.d.plugin-v0.28.1.linux-amd64.tar.gz + GO_PLUGINS_PREFIX=go.d.plugin-v0.28.1.linux-amd64 + run wget_retry -q --timeout 10 -O /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz https://github.com/netdata/go.d.plugin/releases/download/v0.28.1/go.d.plugin-v0.28.1.linux-amd64.tar.gz + echo '' + echo '#0460-22 | wget_retry -q --timeout 10 -O /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz https://github.com/netdata/go.d.plugin/releases/download/v0.28.1/go.d.plugin-v0.28.1.linux-amd64.tar.gz' #0460-22 | wget_retry -q --timeout 10 -O /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz https://github.com/netdata/go.d.plugin/releases/download/v0.28.1/go.d.plugin-v0.28.1.linux-amd64.tar.gz + echo ---------------------------------------- ---------------------------------------- + set +e + eval wget_retry -q --timeout 10 -O /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz https://github.com/netdata/go.d.plugin/releases/download/v0.28.1/go.d.plugin-v0.28.1.linux-amd64.tar.gz ++ wget_retry -q --timeout 10 -O /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz https://github.com/netdata/go.d.plugin/releases/download/v0.28.1/go.d.plugin-v0.28.1.linux-amd64.tar.gz ++ '[' 6 -gt 0 ']' ++ for retry_wait in 1 2 4 8 16 32 64 ++ set +e ++ wget -q --timeout 10 -O /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz https://github.com/netdata/go.d.plugin/releases/download/v0.28.1/go.d.plugin-v0.28.1.linux-amd64.tar.gz ++ RETVAL=0 ++ set -e ++ '[' 0 -eq 0 ']' ++ break ++ return 0 + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=23 + run '[' -e /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz ']' + echo '' + echo '#0460-23 | [ -e /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz ]' #0460-23 | [ -e /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz ] + echo ---------------------------------------- ---------------------------------------- + set +e + eval '[' -e /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz ']' ++ '[' -e /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz ']' + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=24 + run tar -xzpf /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz -C /root/samadhan/Downloads + echo '' + echo '#0460-24 | tar -xzpf /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz -C /root/samadhan/Downloads' #0460-24 | tar -xzpf /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz -C /root/samadhan/Downloads + echo ---------------------------------------- ---------------------------------------- + set +e + eval tar -xzpf /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz -C /root/samadhan/Downloads ++ tar -xzpf /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64.tgz -C /root/samadhan/Downloads + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=25 + '[' '!' -d /opt/samadhan/libexec/netdata/plugins.d ']' + rm -rf /opt/samadhan/libexec/netdata/plugins.d + mkdir -p /opt/samadhan/libexec/netdata/plugins.d + run mv -f /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64 /opt/samadhan/libexec/netdata/plugins.d/go.d.plugin + echo '' + echo '#0460-25 | mv -f /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64 /opt/samadhan/libexec/netdata/plugins.d/go.d.plugin' #0460-25 | mv -f /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64 /opt/samadhan/libexec/netdata/plugins.d/go.d.plugin + echo ---------------------------------------- ---------------------------------------- + set +e + eval mv -f /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64 /opt/samadhan/libexec/netdata/plugins.d/go.d.plugin ++ mv -f /root/samadhan/Downloads/go.d.plugin-v0.28.1.linux-amd64 /opt/samadhan/libexec/netdata/plugins.d/go.d.plugin + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=26 + run install /tmp/postinst_netdata.sh postinstall-pak + echo '' + echo '#0460-26 | install /tmp/postinst_netdata.sh postinstall-pak' #0460-26 | install /tmp/postinst_netdata.sh postinstall-pak + echo ---------------------------------------- ---------------------------------------- + set +e + eval install /tmp/postinst_netdata.sh postinstall-pak ++ install /tmp/postinst_netdata.sh postinstall-pak + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=27 + run install /tmp/postrm_netdata.sh preremove-pak + echo '' + echo '#0460-27 | install /tmp/postrm_netdata.sh preremove-pak' #0460-27 | install /tmp/postrm_netdata.sh preremove-pak + echo ---------------------------------------- ---------------------------------------- + set +e + eval install /tmp/postrm_netdata.sh preremove-pak ++ install /tmp/postrm_netdata.sh preremove-pak + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=28 + run make_pkg --pkgname samadhan-netdata --pkgversion 1.31.0 --pkgrelease 20240416 --pkglicense GPLv3 --pkgsource https://github.com/firehol/netdata.git --docdir /opt/samadhan/share/doc /tmp/checkinstall_netdata.sh + echo '' + echo '#0460-28 | make_pkg --pkgname samadhan-netdata --pkgversion 1.31.0 --pkgrelease 20240416 --pkglicense GPLv3 --pkgsource https://github.com/firehol/netdata.git --docdir /opt/samadhan/share/doc /tmp/checkinstall_netdata.sh' #0460-28 | make_pkg --pkgname samadhan-netdata --pkgversion 1.31.0 --pkgrelease 20240416 --pkglicense GPLv3 --pkgsource https://github.com/firehol/netdata.git --docdir /opt/samadhan/share/doc /tmp/checkinstall_netdata.sh + echo ---------------------------------------- ---------------------------------------- + set +e + eval make_pkg --pkgname samadhan-netdata --pkgversion 1.31.0 --pkgrelease 20240416 --pkglicense GPLv3 --pkgsource https://github.com/firehol/netdata.git --docdir /opt/samadhan/share/doc /tmp/checkinstall_netdata.sh ++ make_pkg --pkgname samadhan-netdata --pkgversion 1.31.0 --pkgrelease 20240416 --pkglicense GPLv3 --pkgsource https://github.com/firehol/netdata.git --docdir /opt/samadhan/share/doc /tmp/checkinstall_netdata.sh ++ set +e ++ CHKINST=/opt/samadhan/sbin/checkinstall ++ '[' '!' -x /opt/samadhan/sbin/checkinstall ']' ++ /opt/samadhan/sbin/checkinstall -D -y --install=no --fstrans=no --pkgname samadhan-netdata --pkgversion 1.31.0 --pkgrelease 20240416 --pkglicense GPLv3 --pkgsource https://github.com/firehol/netdata.git --docdir /opt/samadhan/share/doc /tmp/checkinstall_netdata.sh checkinstall 1.6.3, Copyright 2010 Felipe Eduardo Sanchez Diaz Duran This software is released under the GNU GPL. The package documentation directory ./doc-pak does not exist. Should I create a default set of package docs? [y]: y Preparing package documentation...OK OK ***************************************** **** Debian package creation selected *** ***************************************** This package will be built according to these values: 0 - Maintainer: [ root@DEB-NUC11PAH-G6PA2500045B ] 1 - Summary: [ Package created with checkinstall 1.6.3 ] 2 - Name: [ samadhan-netdata ] 3 - Version: [ 1.31.0 ] 4 - Release: [ 20240416 ] 5 - License: [ GPLv3 ] 6 - Group: [ checkinstall ] 7 - Architecture: [ amd64 ] 8 - Source location: [ https://github.com/firehol/netdata.git ] 9 - Alternate source location: [ ] 10 - Requires: [ ] 11 - Recommends: [ ] 12 - Suggests: [ ] 13 - Provides: [ samadhan-netdata ] 14 - Conflicts: [ ] 15 - Replaces: [ ] Enter a number to change any of them or press ENTER to continue: Installing with /tmp/checkinstall_netdata.sh... ========================= Installation results =========================== make install-recursive make[1]: Entering directory '/root/samadhan/Downloads/netdata' Making install in diagrams make[2]: Entering directory '/root/samadhan/Downloads/netdata/diagrams' make[3]: Entering directory '/root/samadhan/Downloads/netdata/diagrams' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/diagrams' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/diagrams' Making install in system make[2]: Entering directory '/root/samadhan/Downloads/netdata/system' make[3]: Entering directory '/root/samadhan/Downloads/netdata/system' /usr/bin/install -c -d /opt/samadhan/etc/netdata /usr/bin/mkdir -p '/opt/samadhan/etc/netdata' /usr/bin/install -c edit-config '/opt/samadhan/etc/netdata' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/system' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/system' Making install in tests make[2]: Entering directory '/root/samadhan/Downloads/netdata/tests' make[3]: Entering directory '/root/samadhan/Downloads/netdata/tests' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/plugins.d' /usr/bin/install -c health_mgmtapi/health-cmdapi-test.sh acls/acl.sh urls/request.sh alarm_repetition/alarm.sh template_dimension/template_dim.sh '/opt/samadhan/libexec/netdata/plugins.d' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/tests' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/tests' Making install in backends make[2]: Entering directory '/root/samadhan/Downloads/netdata/backends' Making install in graphite make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/graphite' make[4]: Entering directory '/root/samadhan/Downloads/netdata/backends/graphite' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/backends/graphite' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/graphite' Making install in json make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/json' make[4]: Entering directory '/root/samadhan/Downloads/netdata/backends/json' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/backends/json' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/json' Making install in opentsdb make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/opentsdb' make[4]: Entering directory '/root/samadhan/Downloads/netdata/backends/opentsdb' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/backends/opentsdb' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/opentsdb' Making install in prometheus make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/prometheus' Making install in remote_write make[4]: Entering directory '/root/samadhan/Downloads/netdata/backends/prometheus/remote_write' make[5]: Entering directory '/root/samadhan/Downloads/netdata/backends/prometheus/remote_write' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/backends/prometheus/remote_write' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/backends/prometheus/remote_write' make[4]: Entering directory '/root/samadhan/Downloads/netdata/backends/prometheus' make[5]: Entering directory '/root/samadhan/Downloads/netdata/backends/prometheus' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/backends/prometheus' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/backends/prometheus' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/prometheus' Making install in aws_kinesis make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/aws_kinesis' make[4]: Entering directory '/root/samadhan/Downloads/netdata/backends/aws_kinesis' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d' /usr/bin/install -c -m 644 aws_kinesis.conf '/opt/samadhan/lib/netdata/conf.d' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/backends/aws_kinesis' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/aws_kinesis' Making install in mongodb make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends/mongodb' make[4]: Entering directory '/root/samadhan/Downloads/netdata/backends/mongodb' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/backends/mongodb' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends/mongodb' make[3]: Entering directory '/root/samadhan/Downloads/netdata/backends' make[4]: Entering directory '/root/samadhan/Downloads/netdata/backends' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/backends' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/backends' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/backends' Making install in collectors make[2]: Entering directory '/root/samadhan/Downloads/netdata/collectors' Making install in plugins.d make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' make[5]: Entering directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/plugins.d' Making install in apps.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/apps.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/apps.plugin' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d' /usr/bin/install -c -m 644 apps_groups.conf '/opt/samadhan/lib/netdata/conf.d' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/apps.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/apps.plugin' Making install in cgroups.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/cgroups.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/cgroups.plugin' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/plugins.d' /usr/bin/install -c cgroup-name.sh cgroup-network-helper.sh '/opt/samadhan/libexec/netdata/plugins.d' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/cgroups.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/cgroups.plugin' Making install in charts.d.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/charts.d.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/charts.d.plugin' /usr/bin/install -c -d /opt/samadhan/etc/netdata/charts.d /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/charts.d' /usr/bin/install -c -m 644 ap/ap.chart.sh apcupsd/apcupsd.chart.sh example/example.chart.sh libreswan/libreswan.chart.sh nut/nut.chart.sh opensips/opensips.chart.sh sensors/sensors.chart.sh '/opt/samadhan/libexec/netdata/charts.d' /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d/charts.d' /usr/bin/install -c -m 644 ap/ap.conf apcupsd/apcupsd.conf example/example.conf libreswan/libreswan.conf nut/nut.conf opensips/opensips.conf sensors/sensors.conf '/opt/samadhan/lib/netdata/conf.d/charts.d' /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d' /usr/bin/install -c -m 644 charts.d.conf '/opt/samadhan/lib/netdata/conf.d' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/plugins.d' /usr/bin/install -c charts.d.dryrun-helper.sh charts.d.plugin loopsleepms.sh.inc '/opt/samadhan/libexec/netdata/plugins.d' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/charts.d.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/charts.d.plugin' Making install in checks.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/checks.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/checks.plugin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/checks.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/checks.plugin' Making install in cups.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/cups.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/cups.plugin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/cups.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/cups.plugin' Making install in diskspace.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/diskspace.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/diskspace.plugin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/diskspace.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/diskspace.plugin' Making install in timex.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/timex.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/timex.plugin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/timex.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/timex.plugin' Making install in fping.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/fping.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/fping.plugin' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d' /usr/bin/install -c -m 644 fping.conf '/opt/samadhan/lib/netdata/conf.d' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/plugins.d' /usr/bin/install -c fping.plugin '/opt/samadhan/libexec/netdata/plugins.d' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/fping.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/fping.plugin' Making install in ioping.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/ioping.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/ioping.plugin' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d' /usr/bin/install -c -m 644 ioping.conf '/opt/samadhan/lib/netdata/conf.d' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/plugins.d' /usr/bin/install -c ioping.plugin '/opt/samadhan/libexec/netdata/plugins.d' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/ioping.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/ioping.plugin' Making install in freebsd.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/freebsd.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/freebsd.plugin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/freebsd.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/freebsd.plugin' Making install in freeipmi.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/freeipmi.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/freeipmi.plugin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/freeipmi.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/freeipmi.plugin' Making install in idlejitter.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/idlejitter.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/idlejitter.plugin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/idlejitter.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/idlejitter.plugin' Making install in macos.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/macos.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/macos.plugin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/macos.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/macos.plugin' Making install in nfacct.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/nfacct.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/nfacct.plugin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/nfacct.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/nfacct.plugin' Making install in xenstat.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/xenstat.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/xenstat.plugin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/xenstat.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/xenstat.plugin' Making install in perf.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/perf.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/perf.plugin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/perf.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/perf.plugin' Making install in node.d.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/node.d.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/node.d.plugin' /usr/bin/install -c -d /opt/samadhan/etc/netdata/node.d /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d' /usr/bin/install -c -m 644 node.d.conf '/opt/samadhan/lib/netdata/conf.d' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/node.d' /usr/bin/install -c -m 644 fronius/fronius.node.js named/named.node.js sma_webbox/sma_webbox.node.js snmp/snmp.node.js stiebeleltron/stiebeleltron.node.js '/opt/samadhan/libexec/netdata/node.d' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/node.d/node_modules' /usr/bin/install -c -m 644 node_modules/netdata.js node_modules/extend.js node_modules/pixl-xml.js node_modules/net-snmp.js node_modules/asn1-ber.js '/opt/samadhan/libexec/netdata/node.d/node_modules' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/node.d/node_modules/lib/ber' /usr/bin/install -c -m 644 node_modules/lib/ber/index.js node_modules/lib/ber/errors.js node_modules/lib/ber/reader.js node_modules/lib/ber/types.js node_modules/lib/ber/writer.js '/opt/samadhan/libexec/netdata/node.d/node_modules/lib/ber' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/plugins.d' /usr/bin/install -c node.d.plugin '/opt/samadhan/libexec/netdata/plugins.d' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/node.d.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/node.d.plugin' Making install in proc.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/proc.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/proc.plugin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/proc.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/proc.plugin' Making install in python.d.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/python.d.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/python.d.plugin' /usr/bin/install -c -d /opt/samadhan/etc/netdata/python.d /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/python.d/python_modules/bases' /usr/bin/install -c -m 644 python_modules/bases/__init__.py python_modules/bases/charts.py python_modules/bases/collection.py python_modules/bases/loaders.py python_modules/bases/loggers.py '/opt/samadhan/libexec/netdata/python.d/python_modules/bases' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/python.d/python_modules/bases/FrameworkServices' /usr/bin/install -c -m 644 python_modules/bases/FrameworkServices/__init__.py python_modules/bases/FrameworkServices/ExecutableService.py python_modules/bases/FrameworkServices/LogService.py python_modules/bases/FrameworkServices/MySQLService.py python_modules/bases/FrameworkServices/SimpleService.py python_modules/bases/FrameworkServices/SocketService.py python_modules/bases/FrameworkServices/UrlService.py '/opt/samadhan/libexec/netdata/python.d/python_modules/bases/FrameworkServices' /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d' /usr/bin/install -c -m 644 python.d.conf '/opt/samadhan/lib/netdata/conf.d' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/plugins.d' /usr/bin/install -c python.d.plugin '/opt/samadhan/libexec/netdata/plugins.d' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/python.d' /usr/bin/install -c -m 644 adaptec_raid/adaptec_raid.chart.py alarms/alarms.chart.py am2320/am2320.chart.py anomalies/anomalies.chart.py apache/apache.chart.py beanstalk/beanstalk.chart.py bind_rndc/bind_rndc.chart.py boinc/boinc.chart.py ceph/ceph.chart.py changefinder/changefinder.chart.py chrony/chrony.chart.py couchdb/couchdb.chart.py dnsdist/dnsdist.chart.py dns_query_time/dns_query_time.chart.py dockerd/dockerd.chart.py dovecot/dovecot.chart.py elasticsearch/elasticsearch.chart.py energid/energid.chart.py example/example.chart.py exim/exim.chart.py fail2ban/fail2ban.chart.py freeradius/freeradius.chart.py gearman/gearman.chart.py go_expvar/go_expvar.chart.py haproxy/haproxy.chart.py hddtemp/hddtemp.chart.py httpcheck/httpcheck.chart.py hpssa/hpssa.chart.py icecast/icecast.chart.py ipfs/ipfs.chart.py isc_dhcpd/isc_dhcpd.chart.py litespeed/litespeed.chart.py logind/logind.chart.py megacli/megacli.chart.py memcached/memcached.chart.py mongodb/mongodb.chart.py monit/monit.chart.py mysql/mysql.chart.py nginx/nginx.chart.py nginx_plus/nginx_plus.chart.py '/opt/samadhan/libexec/netdata/python.d' /usr/bin/install -c -m 644 nvidia_smi/nvidia_smi.chart.py nsd/nsd.chart.py ntpd/ntpd.chart.py ovpn_status_log/ovpn_status_log.chart.py openldap/openldap.chart.py oracledb/oracledb.chart.py phpfpm/phpfpm.chart.py portcheck/portcheck.chart.py postfix/postfix.chart.py postgres/postgres.chart.py powerdns/powerdns.chart.py proxysql/proxysql.chart.py puppet/puppet.chart.py rabbitmq/rabbitmq.chart.py redis/redis.chart.py rethinkdbs/rethinkdbs.chart.py retroshare/retroshare.chart.py riakkv/riakkv.chart.py samba/samba.chart.py sensors/sensors.chart.py smartd_log/smartd_log.chart.py spigotmc/spigotmc.chart.py springboot/springboot.chart.py squid/squid.chart.py tomcat/tomcat.chart.py tor/tor.chart.py traefik/traefik.chart.py uwsgi/uwsgi.chart.py varnish/varnish.chart.py w1sensor/w1sensor.chart.py web_log/web_log.chart.py zscores/zscores.chart.py '/opt/samadhan/libexec/netdata/python.d' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/python.d/python_modules/urllib3' /usr/bin/install -c -m 644 python_modules/urllib3/__init__.py python_modules/urllib3/_collections.py python_modules/urllib3/connection.py python_modules/urllib3/connectionpool.py python_modules/urllib3/exceptions.py python_modules/urllib3/fields.py python_modules/urllib3/filepost.py python_modules/urllib3/response.py python_modules/urllib3/poolmanager.py python_modules/urllib3/request.py '/opt/samadhan/libexec/netdata/python.d/python_modules/urllib3' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/python.d/python_modules/urllib3/packages/backports' /usr/bin/install -c -m 644 python_modules/urllib3/packages/backports/__init__.py python_modules/urllib3/packages/backports/makefile.py '/opt/samadhan/libexec/netdata/python.d/python_modules/urllib3/packages/backports' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/python.d/python_modules/urllib3/contrib' /usr/bin/install -c -m 644 python_modules/urllib3/contrib/__init__.py python_modules/urllib3/contrib/appengine.py python_modules/urllib3/contrib/ntlmpool.py python_modules/urllib3/contrib/pyopenssl.py python_modules/urllib3/contrib/securetransport.py python_modules/urllib3/contrib/socks.py '/opt/samadhan/libexec/netdata/python.d/python_modules/urllib3/contrib' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/python.d/python_modules/urllib3/packages' /usr/bin/install -c -m 644 python_modules/urllib3/packages/__init__.py python_modules/urllib3/packages/ordered_dict.py python_modules/urllib3/packages/six.py '/opt/samadhan/libexec/netdata/python.d/python_modules/urllib3/packages' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/python.d/python_modules/urllib3/contrib/_securetransport' /usr/bin/install -c -m 644 python_modules/urllib3/contrib/_securetransport/__init__.py python_modules/urllib3/contrib/_securetransport/bindings.py python_modules/urllib3/contrib/_securetransport/low_level.py '/opt/samadhan/libexec/netdata/python.d/python_modules/urllib3/contrib/_securetransport' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/python.d/python_modules/urllib3/packages/ssl_match_hostname' /usr/bin/install -c -m 644 python_modules/urllib3/packages/ssl_match_hostname/__init__.py python_modules/urllib3/packages/ssl_match_hostname/_implementation.py '/opt/samadhan/libexec/netdata/python.d/python_modules/urllib3/packages/ssl_match_hostname' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/python.d/python_modules/urllib3/util' /usr/bin/install -c -m 644 python_modules/urllib3/util/__init__.py python_modules/urllib3/util/connection.py python_modules/urllib3/util/request.py python_modules/urllib3/util/response.py python_modules/urllib3/util/retry.py python_modules/urllib3/util/selectors.py python_modules/urllib3/util/ssl_.py python_modules/urllib3/util/timeout.py python_modules/urllib3/util/url.py python_modules/urllib3/util/wait.py '/opt/samadhan/libexec/netdata/python.d/python_modules/urllib3/util' /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d/python.d' /usr/bin/install -c -m 644 adaptec_raid/adaptec_raid.conf alarms/alarms.conf am2320/am2320.conf anomalies/anomalies.conf apache/apache.conf beanstalk/beanstalk.conf bind_rndc/bind_rndc.conf boinc/boinc.conf ceph/ceph.conf changefinder/changefinder.conf chrony/chrony.conf couchdb/couchdb.conf dnsdist/dnsdist.conf dns_query_time/dns_query_time.conf dockerd/dockerd.conf dovecot/dovecot.conf elasticsearch/elasticsearch.conf energid/energid.conf example/example.conf exim/exim.conf fail2ban/fail2ban.conf freeradius/freeradius.conf gearman/gearman.conf go_expvar/go_expvar.conf haproxy/haproxy.conf hddtemp/hddtemp.conf httpcheck/httpcheck.conf hpssa/hpssa.conf icecast/icecast.conf ipfs/ipfs.conf isc_dhcpd/isc_dhcpd.conf litespeed/litespeed.conf logind/logind.conf megacli/megacli.conf memcached/memcached.conf mongodb/mongodb.conf monit/monit.conf mysql/mysql.conf nginx/nginx.conf nginx_plus/nginx_plus.conf '/opt/samadhan/lib/netdata/conf.d/python.d' /usr/bin/install -c -m 644 nvidia_smi/nvidia_smi.conf nsd/nsd.conf ntpd/ntpd.conf ovpn_status_log/ovpn_status_log.conf openldap/openldap.conf oracledb/oracledb.conf phpfpm/phpfpm.conf portcheck/portcheck.conf postfix/postfix.conf postgres/postgres.conf powerdns/powerdns.conf proxysql/proxysql.conf puppet/puppet.conf rabbitmq/rabbitmq.conf redis/redis.conf rethinkdbs/rethinkdbs.conf retroshare/retroshare.conf riakkv/riakkv.conf samba/samba.conf sensors/sensors.conf smartd_log/smartd_log.conf spigotmc/spigotmc.conf springboot/springboot.conf squid/squid.conf tomcat/tomcat.conf tor/tor.conf traefik/traefik.conf uwsgi/uwsgi.conf varnish/varnish.conf w1sensor/w1sensor.conf web_log/web_log.conf zscores/zscores.conf '/opt/samadhan/lib/netdata/conf.d/python.d' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/python.d/python_modules' /usr/bin/install -c -m 644 python_modules/__init__.py '/opt/samadhan/libexec/netdata/python.d/python_modules' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/python.d/python_modules/pyyaml2' /usr/bin/install -c -m 644 python_modules/pyyaml2/__init__.py python_modules/pyyaml2/composer.py python_modules/pyyaml2/constructor.py python_modules/pyyaml2/cyaml.py python_modules/pyyaml2/dumper.py python_modules/pyyaml2/emitter.py python_modules/pyyaml2/error.py python_modules/pyyaml2/events.py python_modules/pyyaml2/loader.py python_modules/pyyaml2/nodes.py python_modules/pyyaml2/parser.py python_modules/pyyaml2/reader.py python_modules/pyyaml2/representer.py python_modules/pyyaml2/resolver.py python_modules/pyyaml2/scanner.py python_modules/pyyaml2/serializer.py python_modules/pyyaml2/tokens.py '/opt/samadhan/libexec/netdata/python.d/python_modules/pyyaml2' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/python.d/python_modules/pyyaml3' /usr/bin/install -c -m 644 python_modules/pyyaml3/__init__.py python_modules/pyyaml3/composer.py python_modules/pyyaml3/constructor.py python_modules/pyyaml3/cyaml.py python_modules/pyyaml3/dumper.py python_modules/pyyaml3/emitter.py python_modules/pyyaml3/error.py python_modules/pyyaml3/events.py python_modules/pyyaml3/loader.py python_modules/pyyaml3/nodes.py python_modules/pyyaml3/parser.py python_modules/pyyaml3/reader.py python_modules/pyyaml3/representer.py python_modules/pyyaml3/resolver.py python_modules/pyyaml3/scanner.py python_modules/pyyaml3/serializer.py python_modules/pyyaml3/tokens.py '/opt/samadhan/libexec/netdata/python.d/python_modules/pyyaml3' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/python.d/python_modules/third_party' /usr/bin/install -c -m 644 python_modules/third_party/__init__.py python_modules/third_party/ordereddict.py python_modules/third_party/lm_sensors.py python_modules/third_party/mcrcon.py python_modules/third_party/boinc_client.py python_modules/third_party/monotonic.py python_modules/third_party/filelock.py '/opt/samadhan/libexec/netdata/python.d/python_modules/third_party' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/python.d.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/python.d.plugin' Making install in slabinfo.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/slabinfo.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/slabinfo.plugin' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/slabinfo.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/slabinfo.plugin' Making install in statsd.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/statsd.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/statsd.plugin' /usr/bin/install -c -d /opt/samadhan/etc/netdata/statsd.d /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d/statsd.d' /usr/bin/install -c -m 644 example.conf k6.conf '/opt/samadhan/lib/netdata/conf.d/statsd.d' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/statsd.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/statsd.plugin' Making install in ebpf.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/ebpf.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/ebpf.plugin' /usr/bin/install -c -d /opt/samadhan/etc/netdata/ebpf.d /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d/ebpf.d' /usr/bin/install -c -m 644 ebpf.d/ebpf_kernel_reject_list.txt ebpf.d/cachestat.conf ebpf.d/dcstat.conf ebpf.d/network.conf ebpf.d/process.conf ebpf.d/sync.conf '/opt/samadhan/lib/netdata/conf.d/ebpf.d' /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d' /usr/bin/install -c -m 644 ebpf.d.conf '/opt/samadhan/lib/netdata/conf.d' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/plugins.d' /usr/bin/install -c reset_netdata_trace.sh '/opt/samadhan/libexec/netdata/plugins.d' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/ebpf.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/ebpf.plugin' Making install in tc.plugin make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors/tc.plugin' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors/tc.plugin' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/plugins.d' /usr/bin/install -c tc-qos-helper.sh '/opt/samadhan/libexec/netdata/plugins.d' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/tc.plugin' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors/tc.plugin' make[3]: Entering directory '/root/samadhan/Downloads/netdata/collectors' make[4]: Entering directory '/root/samadhan/Downloads/netdata/collectors' /usr/bin/install -c -d /opt/samadhan/etc/netdata/custom-plugins.d /usr/bin/install -c -d /opt/samadhan/etc/netdata/go.d make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/collectors' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/collectors' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/collectors' Making install in daemon make[2]: Entering directory '/root/samadhan/Downloads/netdata/daemon' make[3]: Entering directory '/root/samadhan/Downloads/netdata/daemon' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/plugins.d' /usr/bin/install -c anonymous-statistics.sh system-info.sh get-kubernetes-labels.sh '/opt/samadhan/libexec/netdata/plugins.d' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/daemon' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/daemon' Making install in database make[2]: Entering directory '/root/samadhan/Downloads/netdata/database' Making install in engine make[3]: Entering directory '/root/samadhan/Downloads/netdata/database/engine' Making install in metadata_log make[4]: Entering directory '/root/samadhan/Downloads/netdata/database/engine/metadata_log' make[5]: Entering directory '/root/samadhan/Downloads/netdata/database/engine/metadata_log' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/database/engine/metadata_log' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/database/engine/metadata_log' make[4]: Entering directory '/root/samadhan/Downloads/netdata/database/engine' make[5]: Entering directory '/root/samadhan/Downloads/netdata/database/engine' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/database/engine' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/database/engine' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/database/engine' make[3]: Entering directory '/root/samadhan/Downloads/netdata/database' make[4]: Entering directory '/root/samadhan/Downloads/netdata/database' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/database' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/database' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/database' Making install in exporting make[2]: Entering directory '/root/samadhan/Downloads/netdata/exporting' Making install in tests make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/tests' make[4]: Entering directory '/root/samadhan/Downloads/netdata/exporting/tests' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/tests' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/tests' Making install in graphite make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/graphite' make[4]: Entering directory '/root/samadhan/Downloads/netdata/exporting/graphite' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/graphite' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/graphite' Making install in json make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/json' make[4]: Entering directory '/root/samadhan/Downloads/netdata/exporting/json' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/json' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/json' Making install in opentsdb make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/opentsdb' make[4]: Entering directory '/root/samadhan/Downloads/netdata/exporting/opentsdb' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/opentsdb' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/opentsdb' Making install in prometheus make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/prometheus' Making install in remote_write make[4]: Entering directory '/root/samadhan/Downloads/netdata/exporting/prometheus/remote_write' make[5]: Entering directory '/root/samadhan/Downloads/netdata/exporting/prometheus/remote_write' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/prometheus/remote_write' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/prometheus/remote_write' make[4]: Entering directory '/root/samadhan/Downloads/netdata/exporting/prometheus' make[5]: Entering directory '/root/samadhan/Downloads/netdata/exporting/prometheus' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/prometheus' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/prometheus' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/prometheus' Making install in aws_kinesis make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/aws_kinesis' make[4]: Entering directory '/root/samadhan/Downloads/netdata/exporting/aws_kinesis' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/aws_kinesis' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/aws_kinesis' Making install in pubsub make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/pubsub' make[4]: Entering directory '/root/samadhan/Downloads/netdata/exporting/pubsub' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/pubsub' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/pubsub' Making install in mongodb make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting/mongodb' make[4]: Entering directory '/root/samadhan/Downloads/netdata/exporting/mongodb' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/mongodb' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting/mongodb' make[3]: Entering directory '/root/samadhan/Downloads/netdata/exporting' make[4]: Entering directory '/root/samadhan/Downloads/netdata/exporting' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d' /usr/bin/install -c -m 644 exporting.conf '/opt/samadhan/lib/netdata/conf.d' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/exporting' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/exporting' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/exporting' Making install in health make[2]: Entering directory '/root/samadhan/Downloads/netdata/health' Making install in notifications make[3]: Entering directory '/root/samadhan/Downloads/netdata/health/notifications' make[4]: Entering directory '/root/samadhan/Downloads/netdata/health/notifications' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d' /usr/bin/install -c -m 644 health_alarm_notify.conf health_email_recipients.conf '/opt/samadhan/lib/netdata/conf.d' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/plugins.d' /usr/bin/install -c alarm-notify.sh alarm-email.sh alarm-test.sh '/opt/samadhan/libexec/netdata/plugins.d' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/health/notifications' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/health/notifications' make[3]: Entering directory '/root/samadhan/Downloads/netdata/health' make[4]: Entering directory '/root/samadhan/Downloads/netdata/health' /usr/bin/install -c -d /opt/samadhan/etc/netdata/health.d /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d/health.d' /usr/bin/install -c -m 644 health.d/adaptec_raid.conf health.d/am2320.conf health.d/anomalies.conf health.d/apache.conf health.d/apcupsd.conf health.d/backend.conf health.d/bcache.conf health.d/beanstalkd.conf health.d/bind_rndc.conf health.d/boinc.conf health.d/btrfs.conf health.d/ceph.conf health.d/cgroups.conf health.d/cpu.conf health.d/cockroachdb.conf health.d/couchdb.conf health.d/disks.conf health.d/dnsmasq_dhcp.conf health.d/dns_query.conf health.d/dockerd.conf health.d/elasticsearch.conf health.d/entropy.conf health.d/exporting.conf health.d/fping.conf health.d/ioping.conf health.d/fronius.conf health.d/gearman.conf health.d/haproxy.conf health.d/hdfs.conf health.d/httpcheck.conf health.d/ipc.conf health.d/ipfs.conf health.d/ipmi.conf health.d/isc_dhcpd.conf health.d/kubelet.conf health.d/lighttpd.conf health.d/linux_power_supply.conf health.d/load.conf health.d/mdstat.conf health.d/megacli.conf '/opt/samadhan/lib/netdata/conf.d/health.d' /usr/bin/install -c -m 644 health.d/memcached.conf health.d/memory.conf health.d/mongodb.conf health.d/mysql.conf health.d/named.conf health.d/net.conf health.d/netfilter.conf health.d/nginx.conf health.d/nginx_plus.conf health.d/pihole.conf health.d/phpfpm.conf health.d/portcheck.conf health.d/postgres.conf health.d/processes.conf health.d/pulsar.conf health.d/qos.conf health.d/ram.conf health.d/redis.conf health.d/retroshare.conf health.d/riakkv.conf health.d/scaleio.conf health.d/softnet.conf health.d/squid.conf health.d/stiebeleltron.conf health.d/synchronization.conf health.d/swap.conf health.d/systemdunits.conf health.d/tcp_conn.conf health.d/tcp_listen.conf health.d/tcp_mem.conf health.d/tcp_orphans.conf health.d/tcp_resets.conf health.d/udp_errors.conf health.d/unbound.conf health.d/varnish.conf health.d/vcsa.conf health.d/vernemq.conf health.d/vsphere.conf health.d/web_log.conf health.d/whoisquery.conf '/opt/samadhan/lib/netdata/conf.d/health.d' /usr/bin/install -c -m 644 health.d/wmi.conf health.d/x509check.conf health.d/zfs.conf health.d/zookeeper.conf health.d/dbengine.conf '/opt/samadhan/lib/netdata/conf.d/health.d' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/health' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/health' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/health' Making install in libnetdata make[2]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata' Making install in adaptive_resortable_list make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/adaptive_resortable_list' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/adaptive_resortable_list' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/adaptive_resortable_list' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/adaptive_resortable_list' Making install in avl make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/avl' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/avl' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/avl' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/avl' Making install in buffer make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/buffer' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/buffer' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/buffer' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/buffer' Making install in clocks make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/clocks' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/clocks' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/clocks' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/clocks' Making install in config make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/config' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/config' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/config' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/config' Making install in dictionary make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/dictionary' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/dictionary' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/dictionary' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/dictionary' Making install in ebpf make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/ebpf' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/ebpf' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/ebpf' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/ebpf' Making install in eval make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/eval' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/eval' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/eval' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/eval' Making install in json make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/json' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/json' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/json' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/json' Making install in health make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/health' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/health' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/health' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/health' Making install in locks make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/locks' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/locks' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/locks' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/locks' Making install in log make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/log' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/log' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/log' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/log' Making install in popen make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/popen' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/popen' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/popen' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/popen' Making install in procfile make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/procfile' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/procfile' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/procfile' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/procfile' Making install in simple_pattern make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/simple_pattern' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/simple_pattern' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/simple_pattern' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/simple_pattern' Making install in socket make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/socket' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/socket' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/socket' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/socket' Making install in statistical make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/statistical' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/statistical' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/statistical' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/statistical' Making install in storage_number make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' Making install in tests make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number/tests' make[5]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number/tests' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number/tests' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number/tests' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' make[5]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/storage_number' Making install in threads make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/threads' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/threads' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/threads' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/threads' Making install in url make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/url' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/url' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/url' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/url' Making install in tests make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/tests' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata/tests' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/tests' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata/tests' make[3]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata' make[4]: Entering directory '/root/samadhan/Downloads/netdata/libnetdata' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/libnetdata' Making install in registry make[2]: Entering directory '/root/samadhan/Downloads/netdata/registry' make[3]: Entering directory '/root/samadhan/Downloads/netdata/registry' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/registry' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/registry' Making install in streaming make[2]: Entering directory '/root/samadhan/Downloads/netdata/streaming' make[3]: Entering directory '/root/samadhan/Downloads/netdata/streaming' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/opt/samadhan/lib/netdata/conf.d' /usr/bin/install -c -m 644 stream.conf '/opt/samadhan/lib/netdata/conf.d' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/streaming' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/streaming' Making install in web make[2]: Entering directory '/root/samadhan/Downloads/netdata/web' Making install in api make[3]: Entering directory '/root/samadhan/Downloads/netdata/web/api' Making install in badges make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/badges' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/badges' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/badges' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/badges' Making install in queries make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries' Making install in average make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/average' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/average' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/average' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/average' Making install in des make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/des' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/des' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/des' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/des' Making install in incremental_sum make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/incremental_sum' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/incremental_sum' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/incremental_sum' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/incremental_sum' Making install in max make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/max' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/max' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/max' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/max' Making install in min make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/min' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/min' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/min' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/min' Making install in sum make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/sum' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/sum' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/sum' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/sum' Making install in median make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/median' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/median' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/median' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/median' Making install in ses make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/ses' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/ses' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/ses' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/ses' Making install in stddev make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/stddev' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries/stddev' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/stddev' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries/stddev' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/queries' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/queries' Making install in exporters make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters' Making install in shell make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters/shell' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters/shell' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters/shell' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters/shell' Making install in prometheus make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters/prometheus' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters/prometheus' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters/prometheus' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters/prometheus' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/exporters' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/exporters' Making install in formatters make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters' Making install in csv make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/csv' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/csv' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/csv' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/csv' Making install in json make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/json' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/json' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/json' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/json' Making install in ssv make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/ssv' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/ssv' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/ssv' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/ssv' Making install in value make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/value' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters/value' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/value' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters/value' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/api/formatters' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/formatters' Making install in health make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api/health' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api/health' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/health' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api/health' make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/api' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/api' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/opt/samadhan/share/netdata/web' /usr/bin/install -c -m 644 netdata-swagger.yaml netdata-swagger.json '/opt/samadhan/share/netdata/web' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/api' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/api' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/web/api' Making install in gui make[3]: Entering directory '/root/samadhan/Downloads/netdata/web/gui' Making install in dashboard make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/gui/dashboard' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/gui/dashboard' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/opt/samadhan/share/netdata/web' /usr/bin/install -c -m 644 asset-manifest.json console.html dash-example.html dashboard-react.js dashboard.css dashboard.html dashboard.js dashboard.slate.css demo.html demo2.html demosites.html demosites2.html favicon.ico goto-host-from-alarm.html index-node-view.html index.html infographic.html manifest.json precache-manifest.1a96c027aec7f2d07341fa69aa6b82fa.js refresh-badges.js robots.txt service-worker.js sitemap.xml tv-react.html tv.html '/opt/samadhan/share/netdata/web' /usr/bin/mkdir -p '/opt/samadhan/share/netdata/web/css' /usr/bin/install -c -m 644 css/bootstrap-3.3.7.css css/bootstrap-slate-flat-3.3.7.css css/bootstrap-slider-10.0.0.min.css css/bootstrap-theme-3.3.7.min.css css/bootstrap-toggle-2.2.2.min.css css/dashboard.css css/dashboard.slate.css '/opt/samadhan/share/netdata/web/css' /usr/bin/mkdir -p '/opt/samadhan/share/netdata/web/fonts' /usr/bin/install -c -m 644 fonts/glyphicons-halflings-regular.eot fonts/glyphicons-halflings-regular.svg fonts/glyphicons-halflings-regular.ttf fonts/glyphicons-halflings-regular.woff fonts/glyphicons-halflings-regular.woff2 '/opt/samadhan/share/netdata/web/fonts' /usr/bin/mkdir -p '/opt/samadhan/share/netdata/web/images' /usr/bin/install -c -m 644 images/alert-128-orange.png images/alert-128-red.png images/alert-multi-size-orange.ico images/alert-multi-size-red.ico images/android-icon-144x144.png images/android-icon-192x192.png images/android-icon-36x36.png images/android-icon-48x48.png images/android-icon-72x72.png images/android-icon-96x96.png images/animated.gif images/apple-icon-114x114.png images/apple-icon-120x120.png images/apple-icon-144x144.png images/apple-icon-152x152.png images/apple-icon-180x180.png images/apple-icon-57x57.png images/apple-icon-60x60.png images/apple-icon-72x72.png images/apple-icon-76x76.png images/apple-icon-precomposed.png images/apple-icon.png images/banner-icon-144x144.png images/check-mark-2-128-green.png images/check-mark-2-multi-size-green.ico images/favicon-128.png images/favicon-16x16.png images/favicon-196x196.png images/favicon-32x32.png images/favicon-96x96.png images/favicon.ico images/ms-icon-144x144.png images/ms-icon-150x150.png images/ms-icon-310x150.png images/ms-icon-310x310.png images/ms-icon-36x36.png images/ms-icon-70x70.png images/netdata-logomark.svg images/netdata.svg images/packaging-beta-tag.svg '/opt/samadhan/share/netdata/web/images' /usr/bin/install -c -m 644 images/post.png images/seo-performance-128.png '/opt/samadhan/share/netdata/web/images' /usr/bin/mkdir -p '/opt/samadhan/share/netdata/web/lib' /usr/bin/install -c -m 644 lib/bootstrap-3.3.7.min.js lib/bootstrap-slider-10.0.0.min.js lib/bootstrap-table-1.11.0.min.js lib/bootstrap-table-export-1.11.0.min.js lib/bootstrap-toggle-2.2.2.min.js lib/clipboard-polyfill-be05dad.js lib/d3-4.12.2.min.js lib/d3pie-0.2.1-netdata-3.js lib/dygraph-c91c859.min.js lib/dygraph-smooth-plotter-c91c859.js lib/fontawesome-all-5.0.1.min.js lib/gauge-1.3.2.min.js lib/jquery-2.2.4.min.js lib/jquery.easypiechart-97b5824.min.js lib/jquery.peity-3.2.0.min.js lib/jquery.sparkline-2.1.2.min.js lib/lz-string-1.4.4.min.js lib/pako-1.0.6.min.js lib/perfect-scrollbar-0.6.15.min.js lib/tableExport-1.6.0.min.js '/opt/samadhan/share/netdata/web/lib' /usr/bin/mkdir -p '/opt/samadhan/share/netdata/web/static/css' /usr/bin/install -c -m 644 static/css/2.6b842ba1.chunk.css static/css/2.6b842ba1.chunk.css.map static/css/4.a36e3b73.chunk.css static/css/4.a36e3b73.chunk.css.map static/css/main.d931154a.chunk.css static/css/main.d931154a.chunk.css.map '/opt/samadhan/share/netdata/web/static/css' /usr/bin/mkdir -p '/opt/samadhan/share/netdata/web/static/js' /usr/bin/install -c -m 644 static/js/10.db7e8e19.chunk.js static/js/10.db7e8e19.chunk.js.map static/js/2.252b3a57.chunk.js static/js/2.252b3a57.chunk.js.LICENSE static/js/2.252b3a57.chunk.js.map static/js/3.99238dcb.chunk.js static/js/3.99238dcb.chunk.js.map static/js/4.6ef9bdcb.chunk.js static/js/4.6ef9bdcb.chunk.js.map static/js/5.96a698ab.chunk.js static/js/5.96a698ab.chunk.js.LICENSE static/js/5.96a698ab.chunk.js.map static/js/6.d9713eb9.chunk.js static/js/6.d9713eb9.chunk.js.map static/js/7.12e939e5.chunk.js static/js/7.12e939e5.chunk.js.map static/js/8.91852cf4.chunk.js static/js/8.91852cf4.chunk.js.map static/js/9.e3a9ce26.chunk.js static/js/9.e3a9ce26.chunk.js.map static/js/main.8aa70c75.chunk.js static/js/main.8aa70c75.chunk.js.LICENSE static/js/main.8aa70c75.chunk.js.map static/js/runtime-main.6c7b39cd.js static/js/runtime-main.6c7b39cd.js.map '/opt/samadhan/share/netdata/web/static/js' /usr/bin/mkdir -p '/opt/samadhan/share/netdata/web/static/media' /usr/bin/install -c -m 644 static/media/ibm-plex-sans-latin-100.245539db.woff2 static/media/ibm-plex-sans-latin-100.9a582f3a.woff static/media/ibm-plex-sans-latin-100italic.1ea7c5d2.woff static/media/ibm-plex-sans-latin-100italic.3c34cf08.woff2 static/media/ibm-plex-sans-latin-200.67524c36.woff static/media/ibm-plex-sans-latin-200.bf72c841.woff2 static/media/ibm-plex-sans-latin-200italic.52df2560.woff static/media/ibm-plex-sans-latin-200italic.bbc2d552.woff2 static/media/ibm-plex-sans-latin-300.10bb6a0a.woff static/media/ibm-plex-sans-latin-300.9e1c48af.woff2 static/media/ibm-plex-sans-latin-300italic.c76f2ab5.woff2 static/media/ibm-plex-sans-latin-300italic.d3566d5b.woff static/media/ibm-plex-sans-latin-400.263d6267.woff2 static/media/ibm-plex-sans-latin-400.a2c56f94.woff static/media/ibm-plex-sans-latin-400italic.272f8611.woff static/media/ibm-plex-sans-latin-400italic.89a93a1b.woff2 static/media/ibm-plex-sans-latin-500.0866c244.woff2 static/media/ibm-plex-sans-latin-500.f6d5c5d5.woff static/media/ibm-plex-sans-latin-500italic.ccd41bd1.woff static/media/ibm-plex-sans-latin-500italic.ffd12d59.woff2 static/media/ibm-plex-sans-latin-600.337b1651.woff static/media/ibm-plex-sans-latin-600.7852d4dc.woff2 static/media/ibm-plex-sans-latin-600italic.17e5379f.woff2 static/media/ibm-plex-sans-latin-600italic.6f4ba6aa.woff static/media/ibm-plex-sans-latin-700.b8809d61.woff static/media/ibm-plex-sans-latin-700.c9983d3d.woff2 static/media/ibm-plex-sans-latin-700italic.02954bee.woff2 static/media/ibm-plex-sans-latin-700italic.72e9af40.woff static/media/material-icons.0509ab09.woff2 '/opt/samadhan/share/netdata/web/static/media' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/gui/dashboard' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/gui/dashboard' make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/gui' if test -f dashboard.js; then rm -f dashboard.js; fi 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 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 mv version.txt.tmp version.txt make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/gui' make[5]: Nothing to be done for 'install-exec-am'. if test -f dashboard.js; then rm -f dashboard.js; fi 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 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 mv version.txt.tmp version.txt /usr/bin/mkdir -p '/opt/samadhan/share/netdata/web' /usr/bin/install -c -m 644 dashboard.js dashboard_info.js dashboard_info_custom_example.js main.css main.js version.txt '/opt/samadhan/share/netdata/web' /usr/bin/mkdir -p '/opt/samadhan/share/netdata/web/css' /usr/bin/install -c -m 644 css/morris-0.5.1.css css/c3-0.4.18.min.css '/opt/samadhan/share/netdata/web/css' /usr/bin/mkdir -p '/opt/samadhan/share/netdata/web/.well-known/dnt' /usr/bin/install -c -m 644 .well-known/dnt/cookies '/opt/samadhan/share/netdata/web/.well-known/dnt' /usr/bin/mkdir -p '/opt/samadhan/share/netdata/web/old' /usr/bin/install -c -m 644 old/index.html '/opt/samadhan/share/netdata/web/old' /usr/bin/mkdir -p '/opt/samadhan/share/netdata/web/static/img' /usr/bin/install -c -m 644 static/img/netdata-logomark.svg '/opt/samadhan/share/netdata/web/static/img' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/gui' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/gui' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/web/gui' Making install in server make[3]: Entering directory '/root/samadhan/Downloads/netdata/web/server' Making install in static make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/server/static' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/server/static' make[6]: Entering directory '/root/samadhan/Downloads/netdata/web/server/static' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/root/samadhan/Downloads/netdata/web/server/static' make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/server/static' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/server/static' make[4]: Entering directory '/root/samadhan/Downloads/netdata/web/server' make[5]: Entering directory '/root/samadhan/Downloads/netdata/web/server' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/root/samadhan/Downloads/netdata/web/server' make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web/server' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/web/server' make[3]: Entering directory '/root/samadhan/Downloads/netdata/web' make[4]: Entering directory '/root/samadhan/Downloads/netdata/web' /usr/bin/install -c -d /opt/samadhan/etc/netdata/ssl make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/root/samadhan/Downloads/netdata/web' make[3]: Leaving directory '/root/samadhan/Downloads/netdata/web' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/web' Making install in claim make[2]: Entering directory '/root/samadhan/Downloads/netdata/claim' make[3]: Entering directory '/root/samadhan/Downloads/netdata/claim' /usr/bin/mkdir -p '/opt/samadhan/sbin' /usr/bin/install -c netdata-claim.sh '/opt/samadhan/sbin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/claim' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/claim' Making install in parser make[2]: Entering directory '/root/samadhan/Downloads/netdata/parser' make[3]: Entering directory '/root/samadhan/Downloads/netdata/parser' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/parser' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/parser' Making install in spawn make[2]: Entering directory '/root/samadhan/Downloads/netdata/spawn' make[3]: Entering directory '/root/samadhan/Downloads/netdata/spawn' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/spawn' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/spawn' Making install in aclk/legacy make[2]: Entering directory '/root/samadhan/Downloads/netdata/aclk/legacy' make[3]: Entering directory '/root/samadhan/Downloads/netdata/aclk/legacy' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/root/samadhan/Downloads/netdata/aclk/legacy' make[2]: Leaving directory '/root/samadhan/Downloads/netdata/aclk/legacy' make[2]: Entering directory '/root/samadhan/Downloads/netdata' cd . && /bin/bash ./config.status netdata.spec config.status: creating netdata.spec make[3]: Entering directory '/root/samadhan/Downloads/netdata' /usr/bin/mkdir -p '/opt/samadhan/sbin' /usr/bin/install -c netdata netdatacli '/opt/samadhan/sbin' /usr/bin/mkdir -p '/opt/samadhan/libexec/netdata/plugins.d' /usr/bin/install -c apps.plugin cgroup-network nfacct.plugin perf.plugin slabinfo.plugin '/opt/samadhan/libexec/netdata/plugins.d' make[3]: Leaving directory '/root/samadhan/Downloads/netdata' make[2]: Leaving directory '/root/samadhan/Downloads/netdata' make[1]: Leaving directory '/root/samadhan/Downloads/netdata' ======================== Installation successful ========================== Copying documentation directory... ./ ./CHANGELOG.md ./README.md ./LICENSE chown: warning: '.' should be ':': ‘root.root’ Some of the files created by the installation are inside the build directory: /root/samadhan/Downloads/netdata You probably don't want them to be included in the package, especially if they are inside your home directory. Do you want me to list them? [n]: n Should I exclude them from the package? (Saying yes is a good idea) [y]: y Copying files to the temporary directory...OK Stripping ELF binaries and libraries...OK Compressing man pages...OK Building file list...OK Building Debian package...OK NOTE: The package will not be installed Erasing temporary files...OK Deleting doc-pak directory...OK Deleting temp dir...OK ********************************************************************** Done. The new package has been saved to /root/samadhan/Downloads/netdata/samadhan-netdata_1.31.0-20240416_amd64.deb You can install it in your system anytime using: dpkg -i samadhan-netdata_1.31.0-20240416_amd64.deb ********************************************************************** real 0m29.649s user 0m39.425s sys 0m6.234s ++ RETVAL=0 ++ set -e ++ return 0 + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=29 + run remove_garbage_files + echo '' + echo '#0460-29 | remove_garbage_files' #0460-29 | remove_garbage_files + echo ---------------------------------------- ---------------------------------------- + set +e + eval remove_garbage_files ++ remove_garbage_files ++ '[' -e /opt/samadhan ']' ++ '[' -d /opt/samadhan ']' ++ find /opt/samadhan -type f -regextype egrep -regex '/.*/st[[:alnum:]]{6}' ++ grep -v '/[a-z]*$' ++ tee /dev/fd/63 +++ xargs --no-run-if-empty rm -f ++ find /opt/samadhan -type d -regextype egrep -regex '/.*/st[[:alnum:]]{6}' ++ grep -v '/[a-z]*$' ++ tee /dev/fd/63 +++ xargs --no-run-if-empty rmdir ++ return 0 + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=30 + run dpkg -i samadhan-netdata_1.31.0-20240416_amd64.deb + echo '' + echo '#0460-30 | dpkg -i samadhan-netdata_1.31.0-20240416_amd64.deb' #0460-30 | dpkg -i samadhan-netdata_1.31.0-20240416_amd64.deb + echo ---------------------------------------- ---------------------------------------- + set +e + eval dpkg -i samadhan-netdata_1.31.0-20240416_amd64.deb ++ dpkg -i samadhan-netdata_1.31.0-20240416_amd64.deb Selecting previously unselected package samadhan-netdata. (Reading database ... 77465 files and directories currently installed.) Preparing to unpack samadhan-netdata_1.31.0-20240416_amd64.deb ... Unpacking samadhan-netdata (1.31.0-20240416) ... Setting up samadhan-netdata (1.31.0-20240416) ... + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=31 + run mv -f samadhan-netdata_1.31.0-20240416_amd64.deb /root/samadhan/PkgRepo + echo '' + echo '#0460-31 | mv -f samadhan-netdata_1.31.0-20240416_amd64.deb /root/samadhan/PkgRepo' #0460-31 | mv -f samadhan-netdata_1.31.0-20240416_amd64.deb /root/samadhan/PkgRepo + echo ---------------------------------------- ---------------------------------------- + set +e + eval mv -f samadhan-netdata_1.31.0-20240416_amd64.deb /root/samadhan/PkgRepo ++ mv -f samadhan-netdata_1.31.0-20240416_amd64.deb /root/samadhan/PkgRepo + RETVAL=0 + set -e + echo ---------------------------------------- ---------------------------------------- + '[' 0 -eq 0 ']' + echo -e '[ \033[32mOK\033[0m ]' [ OK ] + STEP=32 + popd ~/samadhan/Downloads