* Package: net-analyzer/netdata-1.33.1-r1 * Repository: gentoo * Maintainer: candrews@gentoo.org * USE: abi_x86_64 amd64 compression cpu_flags_x86_sse2 cups elibc_glibc ipmi kernel_linux kinesis mongodb postgres python python_single_target_python3_8 userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Using python3.8 to build * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found sources for kernel version: * 5.15.48-gentoo-dist >>> Unpacking source... >>> Unpacking netdata-1.33.1.tar.gz to /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work >>> Source unpacked in /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work >>> Preparing source in /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1 ... * Running eautoreconf in '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1' ... * Running 'aclocal -I build/m4 --system-acdir=/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/temp/aclocal' ... [ ok ] * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running 'automake --add-missing --copy --foreign --force-missing' ... [ ok ] * Running elibtoolize in: netdata-v1.33.1/ * Running elibtoolize in: netdata-v1.33.1/docs/ * Running elibtoolize in: netdata-v1.33.1/docs/guides/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1 ... * econf: updating netdata-v1.33.1/config.guess with /usr/share/gnuconfig/config.guess * econf: updating netdata-v1.33.1/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/netdata-1.33.1-r1 --htmldir=/usr/share/doc/netdata-1.33.1-r1/html --libdir=/usr/lib64 --localstatedir=/var --with-user=netdata --without-bundled-protobuf --disable-cloud --disable-jsonc --enable-plugin-cups --disable-dbengine --disable-plugin-nfacct --enable-plugin-freeipmi --enable-backend-kinesis --disable-lto --enable-backend-mongodb --disable-backend-prometheus-remote-write --disable-plugin-xenstat --enable-x86-sse --with-zlib checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether the compiler supports GNU C++... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking for x86_64-pc-linux-gnu-g++ option to enable C++11 features... none needed checking dependency style of x86_64-pc-linux-gnu-g++... none checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-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... Host OS: linux 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_initStream in -llz4... no 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... 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 netdata compression should be used... no checking if json-c should be used... no checking for memory allocator... system checking for mallopt... yes checking for mallinfo... yes checking for LIBCAP... yes checking for cap_get_proc, cap_set_proc in -lcap... yes checking for sys/capability.h... yes checking if libcap should be used... yes checking for PROTOBUF... yes checking for protoc... /usr/bin/protoc checking for x86_64-pc-linux-gnu-g++... /usr/bin/x86_64-pc-linux-gnu-g++ checking if Cloud functionality should be enabled... no checking if apps.plugin should be enabled... yes checking for IPMIMONITORING... yes checking for ipmi_monitoring_sensor_readings_by_record_id, ipmi_monitoring_sensor_readings_by_sensor_type, ipmi_monitoring_sensor_read_sensor_number, ipmi_monitoring_sensor_read_sensor_name, ipmi_monitoring_sensor_read_sensor_state, ipmi_monitoring_sensor_read_sensor_units, ipmi_monitoring_sensor_iterator_next, ipmi_monitoring_ctx_sensor_config_file, ipmi_monitoring_ctx_sdr_cache_directory, ipmi_monitoring_ctx_errormsg, ipmi_monitoring_ctx_create in -lipmimonitoring... yes checking for ipmi_monitoring.h... yes checking for ipmi_monitoring_bitmasks.h... yes checking if freeipmi.plugin should be enabled... yes checking for httpConnect2 in -lcups... yes checking for cups/cups.h... yes checking for x86_64-pc-linux-gnu-cups-config... /usr/bin/x86_64-pc-linux-gnu-cups-config checking if cups.plugin should be enabled... yes checking for linux/netfilter/nfnetlink_conntrack.h... yes checking whether CTA_STATS_MAX is declared... yes checking for NFACCT... no checking for LIBMNL... yes checking for mnl_socket_open in -lmnl... yes checking if nfacct.plugin should be enabled... no checking for YAJL... yes checking for yajl_tree_get in -lyajl... yes checking for xenstat_init in -lxenstat... yes checking for xenstat.h... yes checking for XENLIGHT... yes checking for libxl_domain_info in -lxenlight... yes checking for libxl.h... yes 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 if gtest and gmock can be found... checking for GTEST... no checking for GMOCK... no checking if git submodules are present for machine learning functionality... yes checking whether C++ compiler accepts -std=c++11... yes checking for LIBELF... yes 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... yes checking for AWS_CPP_SDK_KINESIS... yes checking if kinesis backend should be enabled... yes checking for GRPC... no checking for PUBSUB... no checking for x86_64-pc-linux-gnu-g++... (cached) /usr/bin/x86_64-pc-linux-gnu-g++ checking if pubsub exporting connector should be enabled... detect checking for snappy::RawCompress in -lsnappy... yes checking if prometheus remote write backend should be enabled... no checking for LIBMONGOC... yes checking if mongodb backend should be enabled... yes checking for setns... yes checking if cgroup-network can be enabled... yes checking if LTO should be enabled... no checking whether we can use -latomic... 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 ml/Makefile config.status: creating ml/kmeans/Makefile config.status: creating libnetdata/Makefile config.status: creating libnetdata/tests/Makefile config.status: creating libnetdata/adaptive_resortable_list/Makefile config.status: creating libnetdata/avl/Makefile config.status: creating libnetdata/buffer/Makefile config.status: creating libnetdata/clocks/Makefile config.status: creating libnetdata/completion/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 spawn/Makefile config.status: creating parser/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1 ... make -j32 clean Making clean in diagrams make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/diagrams' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/diagrams' Making clean in system make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/system' test -z "edit-config netdata-openrc netdata.logrotate netdata.service netdata.service.v235 netdata-init-d netdata-lsb netdata-freebsd netdata.plist netdata.crontab netdata-updater.service " || rm -f edit-config netdata-openrc netdata.logrotate netdata.service netdata.service.v235 netdata-init-d netdata-lsb netdata-freebsd netdata.plist netdata.crontab netdata-updater.service make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/system' Making clean in tests make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/tests' test -z "health_mgmtapi/health-cmdapi-test.sh acls/acl.sh urls/request.sh alarm_repetition/alarm.sh template_dimension/template_dim.sh " || rm -f health_mgmtapi/health-cmdapi-test.sh acls/acl.sh urls/request.sh alarm_repetition/alarm.sh template_dimension/template_dim.sh make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/tests' Making clean in backends make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends' Making clean in graphite make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/graphite' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/graphite' Making clean in json make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/json' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/json' Making clean in opentsdb make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/opentsdb' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/opentsdb' Making clean in prometheus make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/prometheus' Making clean in remote_write make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/prometheus/remote_write' test -z "remote_write.pb.cc remote_write.pb.h " || rm -f remote_write.pb.cc remote_write.pb.h make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/prometheus/remote_write' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/prometheus' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/prometheus' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/prometheus' Making clean in aws_kinesis make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/aws_kinesis' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/aws_kinesis' Making clean in mongodb make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/mongodb' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/mongodb' make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends' make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends' Making clean in collectors make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors' Making clean in plugins.d make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/plugins.d' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/plugins.d' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/plugins.d' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/plugins.d' Making clean in apps.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/apps.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/apps.plugin' Making clean in cgroups.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/cgroups.plugin' test -z "cgroup-name.sh " || rm -f cgroup-name.sh make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/cgroups.plugin' Making clean in charts.d.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/charts.d.plugin' test -z "charts.d.plugin " || rm -f charts.d.plugin make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/charts.d.plugin' Making clean in checks.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/checks.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/checks.plugin' Making clean in cups.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/cups.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/cups.plugin' Making clean in diskspace.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/diskspace.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/diskspace.plugin' Making clean in timex.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/timex.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/timex.plugin' Making clean in fping.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/fping.plugin' test -z "fping.plugin " || rm -f fping.plugin make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/fping.plugin' Making clean in ioping.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/ioping.plugin' test -z "ioping.plugin " || rm -f ioping.plugin make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/ioping.plugin' Making clean in freebsd.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/freebsd.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/freebsd.plugin' Making clean in freeipmi.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/freeipmi.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/freeipmi.plugin' Making clean in idlejitter.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/idlejitter.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/idlejitter.plugin' Making clean in macos.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/macos.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/macos.plugin' Making clean in nfacct.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/nfacct.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/nfacct.plugin' Making clean in xenstat.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/xenstat.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/xenstat.plugin' Making clean in perf.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/perf.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/perf.plugin' Making clean in node.d.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/node.d.plugin' test -z "node.d.plugin " || rm -f node.d.plugin make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/node.d.plugin' Making clean in proc.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/proc.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/proc.plugin' Making clean in python.d.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/python.d.plugin' test -z "python.d.plugin " || rm -f python.d.plugin make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/python.d.plugin' Making clean in slabinfo.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/slabinfo.plugin' test -z "slabinfo.plugin " || rm -f slabinfo.plugin make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/slabinfo.plugin' Making clean in statsd.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/statsd.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/statsd.plugin' Making clean in ebpf.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/ebpf.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/ebpf.plugin' Making clean in tc.plugin make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/tc.plugin' test -z "tc-qos-helper.sh " || rm -f tc-qos-helper.sh make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/tc.plugin' make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors' make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors' Making clean in daemon make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/daemon' test -z "anonymous-statistics.sh " || rm -f anonymous-statistics.sh make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/daemon' Making clean in database make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database' Making clean in engine make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database/engine' Making clean in metadata_log make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database/engine/metadata_log' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database/engine/metadata_log' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database/engine' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database/engine' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database/engine' make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database' make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database' Making clean in exporting make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting' Making clean in tests make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/tests' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/tests' Making clean in graphite make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/graphite' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/graphite' Making clean in json make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/json' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/json' Making clean in opentsdb make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/opentsdb' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/opentsdb' Making clean in prometheus make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/prometheus' Making clean in remote_write make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/prometheus/remote_write' test -z "remote_write.pb.cc remote_write.pb.h " || rm -f remote_write.pb.cc remote_write.pb.h make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/prometheus/remote_write' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/prometheus' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/prometheus' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/prometheus' Making clean in aws_kinesis make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/aws_kinesis' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/aws_kinesis' Making clean in pubsub make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/pubsub' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/pubsub' Making clean in mongodb make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/mongodb' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/mongodb' make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting' make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting' Making clean in health make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/health' Making clean in notifications make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/health/notifications' test -z "alarm-notify.sh " || rm -f alarm-notify.sh make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/health/notifications' make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/health' test -z "" || rm -f make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/health' make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/health' Making clean in libnetdata make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata' Making clean in adaptive_resortable_list make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/adaptive_resortable_list' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/adaptive_resortable_list' Making clean in avl make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/avl' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/avl' Making clean in buffer make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/buffer' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/buffer' Making clean in clocks make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/clocks' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/clocks' Making clean in completion make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/completion' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/completion' Making clean in config make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/config' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/config' Making clean in dictionary make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/dictionary' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/dictionary' Making clean in ebpf make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/ebpf' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/ebpf' Making clean in eval make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/eval' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/eval' Making clean in json make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/json' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/json' Making clean in health make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/health' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/health' Making clean in locks make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/locks' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/locks' Making clean in log make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/log' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/log' Making clean in popen make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/popen' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/popen' Making clean in procfile make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/procfile' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/procfile' Making clean in simple_pattern make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/simple_pattern' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/simple_pattern' Making clean in socket make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/socket' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/socket' Making clean in statistical make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/statistical' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/statistical' Making clean in storage_number make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/storage_number' Making clean in tests make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/storage_number/tests' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/storage_number/tests' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/storage_number' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/storage_number' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/storage_number' Making clean in threads make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/threads' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/threads' Making clean in url make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/url' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/url' Making clean in tests make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/tests' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/tests' make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata' make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata' Making clean in registry make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/registry' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/registry' Making clean in streaming make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/streaming' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/streaming' Making clean in web make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web' Making clean in api make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api' Making clean in badges make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/badges' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/badges' Making clean in queries make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries' Making clean in average make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/average' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/average' Making clean in des make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/des' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/des' Making clean in incremental_sum make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/incremental_sum' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/incremental_sum' Making clean in max make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/max' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/max' Making clean in min make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/min' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/min' Making clean in sum make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/sum' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/sum' Making clean in median make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/median' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/median' Making clean in ses make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/ses' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/ses' Making clean in stddev make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/stddev' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/stddev' make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries' make[4]: Nothing to be done for 'clean-am'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries' make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries' Making clean in exporters make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters' Making clean in shell make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters/shell' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters/shell' Making clean in prometheus make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters/prometheus' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters/prometheus' make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters' make[4]: Nothing to be done for 'clean-am'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters' make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters' Making clean in formatters make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters' Making clean in csv make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/csv' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/csv' Making clean in json make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/json' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/json' Making clean in ssv make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/ssv' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/ssv' Making clean in value make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/value' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/value' make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters' make[4]: Nothing to be done for 'clean-am'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters' make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters' Making clean in health make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/health' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/health' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api' Making clean in gui make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/gui' Making clean in dashboard make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/gui/dashboard' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/gui/dashboard' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/gui' test -z "version.txt " || rm -f version.txt make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/gui' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/gui' Making clean in server make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server' Making clean in static make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server/static' make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server/static' make[4]: Nothing to be done for 'clean-am'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server/static' make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server/static' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server' make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web' make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web' Making clean in claim make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/claim' test -z "netdata-claim.sh " || rm -f netdata-claim.sh make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/claim' Making clean in parser make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/parser' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/parser' Making clean in spawn make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/spawn' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/spawn' Making clean in ml make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml' Making clean in kmeans make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans' make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml' make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml' make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1' test -z "" || rm -f test -z "./netdata-v1.33.1.tar.gz " || rm -f ./netdata-v1.33.1.tar.gz test -z "apps.plugin cgroup-network freeipmi.plugin cups.plugin perf.plugin slabinfo.plugin" || rm -f apps.plugin cgroup-network freeipmi.plugin cups.plugin perf.plugin slabinfo.plugin test -z "netdata netdatacli" || rm -f netdata netdatacli rm -f *.o test -z "" || rm -f test -z "" || rm -f rm -f aclk/*.o test -z "test-suite.log" || rm -f test-suite.log rm -f aclk/aclk-schemas/proto/aclk/v1/*.o rm -f aclk/aclk-schemas/proto/agent/v1/*.o rm -f aclk/aclk-schemas/proto/alarm/v1/*.o rm -f aclk/aclk-schemas/proto/chart/v1/*.o rm -f aclk/aclk-schemas/proto/nodeinstance/connection/v1/*.o rm -f aclk/aclk-schemas/proto/nodeinstance/create/v1/*.o rm -f aclk/aclk-schemas/proto/nodeinstance/info/v1/*.o rm -f aclk/schema-wrappers/*.o rm -f backends/*.o rm -f backends/aws_kinesis/*.o rm -f backends/graphite/*.o rm -f backends/json/*.o rm -f backends/mongodb/*.o rm -f backends/opentsdb/*.o rm -f backends/prometheus/*.o rm -f backends/prometheus/remote_write/*.o rm -f claim/*.o rm -f cli/*.o rm -f collectors/apps.plugin/*.o rm -f collectors/cgroups.plugin/*.o rm -f collectors/cgroups.plugin/tests/*.o rm -f collectors/checks.plugin/*.o rm -f collectors/cups.plugin/*.o rm -f collectors/diskspace.plugin/*.o rm -f collectors/ebpf.plugin/*.o rm -f collectors/freebsd.plugin/*.o rm -f collectors/freeipmi.plugin/*.o rm -f collectors/idlejitter.plugin/*.o rm -f collectors/macos.plugin/*.o rm -f collectors/nfacct.plugin/*.o rm -f collectors/perf.plugin/*.o rm -f collectors/plugins.d/*.o rm -f collectors/proc.plugin/*.o rm -f collectors/slabinfo.plugin/*.o rm -f collectors/statsd.plugin/*.o rm -f collectors/tc.plugin/*.o rm -f collectors/timex.plugin/*.o rm -f collectors/xenstat.plugin/*.o rm -f daemon/*.o rm -f database/*.o rm -f database/engine/*.o rm -f database/engine/metadata_log/*.o rm -f database/sqlite/*.o rm -f exporting/*.o rm -f exporting/aws_kinesis/*.o rm -f exporting/graphite/*.o rm -f exporting/json/*.o rm -f exporting/mongodb/*.o rm -f exporting/opentsdb/*.o rm -f exporting/prometheus/*.o rm -f exporting/prometheus/remote_write/*.o rm -f exporting/pubsub/*.o rm -f exporting/tests/*.o rm -f health/*.o rm -f libnetdata/*.o rm -f libnetdata/adaptive_resortable_list/*.o rm -f libnetdata/avl/*.o rm -f libnetdata/buffer/*.o rm -f libnetdata/circular_buffer/*.o rm -f libnetdata/clocks/*.o rm -f libnetdata/completion/*.o rm -f libnetdata/config/*.o rm -f libnetdata/dictionary/*.o rm -f libnetdata/ebpf/*.o rm -f libnetdata/eval/*.o rm -f libnetdata/health/*.o rm -f libnetdata/json/*.o rm -f libnetdata/locks/*.o rm -f libnetdata/log/*.o rm -f libnetdata/popen/*.o rm -f libnetdata/procfile/*.o rm -f libnetdata/simple_pattern/*.o rm -f libnetdata/socket/*.o rm -f libnetdata/statistical/*.o rm -f libnetdata/storage_number/*.o rm -f libnetdata/storage_number/tests/*.o rm -f libnetdata/tests/*.o rm -f libnetdata/threads/*.o rm -f libnetdata/url/*.o rm -f ml/*.o rm -f ml/kmeans/*.o rm -f ml/kmeans/dlib/dlib/all/*.o rm -f mqtt_websockets/MQTT-C/src/*.o rm -f mqtt_websockets/c-rbuf/src/*.o rm -f mqtt_websockets/src/*.o rm -f parser/*.o rm -f registry/*.o rm -f spawn/*.o rm -f streaming/*.o rm -f web/api/*.o rm -f web/api/badges/*.o rm -f web/api/exporters/*.o rm -f web/api/exporters/shell/*.o rm -f web/api/formatters/*.o rm -f web/api/formatters/csv/*.o rm -f web/api/formatters/json/*.o rm -f web/api/formatters/ssv/*.o rm -f web/api/formatters/value/*.o rm -f web/api/health/*.o rm -f web/api/queries/*.o rm -f web/api/queries/average/*.o rm -f web/api/queries/des/*.o rm -f web/api/queries/incremental_sum/*.o rm -f web/api/queries/max/*.o rm -f web/api/queries/median/*.o rm -f web/api/queries/min/*.o rm -f web/api/queries/ses/*.o rm -f web/api/queries/stddev/*.o rm -f web/api/queries/sum/*.o rm -f web/api/tests/*.o rm -f web/server/*.o rm -f web/server/static/*.o make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1' make -j32 make all-recursive make[1]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1' Making all in diagrams make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/diagrams' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/diagrams' Making all in system make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/system' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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 '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/system' Making all in tests make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/tests' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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 if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ acls/acl.sh.in > acls/acl.sh.tmp; then \ mv "acls/acl.sh.tmp" "acls/acl.sh"; \ else \ rm -f "acls/acl.sh.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ urls/request.sh.in > urls/request.sh.tmp; then \ mv "urls/request.sh.tmp" "urls/request.sh"; \ else \ rm -f "urls/request.sh.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ alarm_repetition/alarm.sh.in > alarm_repetition/alarm.sh.tmp; then \ mv "alarm_repetition/alarm.sh.tmp" "alarm_repetition/alarm.sh"; \ else \ rm -f "alarm_repetition/alarm.sh.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ template_dimension/template_dim.sh.in > template_dimension/template_dim.sh.tmp; then \ mv "template_dimension/template_dim.sh.tmp" "template_dimension/template_dim.sh"; \ else \ rm -f "template_dimension/template_dim.sh.tmp"; \ false; \ fi make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/tests' Making all in backends make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends' Making all in graphite make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/graphite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/graphite' Making all in json make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/json' Making all in opentsdb make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/opentsdb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/opentsdb' Making all in prometheus make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/prometheus' Making all in remote_write make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/prometheus/remote_write' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/prometheus/remote_write' make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/prometheus' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/prometheus' make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/prometheus' Making all in aws_kinesis make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/aws_kinesis' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/aws_kinesis' Making all in mongodb make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/mongodb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends/mongodb' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/backends' Making all in collectors make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors' Making all in plugins.d make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/plugins.d' make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/plugins.d' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/plugins.d' make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/plugins.d' Making all in apps.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/apps.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/apps.plugin' Making all in cgroups.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/cgroups.plugin' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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 '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/cgroups.plugin' Making all in charts.d.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/charts.d.plugin' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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 '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/charts.d.plugin' Making all in checks.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/checks.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/checks.plugin' Making all in cups.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/cups.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/cups.plugin' Making all in diskspace.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/diskspace.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/diskspace.plugin' Making all in timex.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/timex.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/timex.plugin' Making all in fping.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/fping.plugin' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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 '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/fping.plugin' Making all in ioping.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/ioping.plugin' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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 '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/ioping.plugin' Making all in freebsd.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/freebsd.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/freebsd.plugin' Making all in freeipmi.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/freeipmi.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/freeipmi.plugin' Making all in idlejitter.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/idlejitter.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/idlejitter.plugin' Making all in macos.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/macos.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/macos.plugin' Making all in nfacct.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/nfacct.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/nfacct.plugin' Making all in xenstat.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/xenstat.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/xenstat.plugin' Making all in perf.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/perf.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/perf.plugin' Making all in node.d.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/node.d.plugin' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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 '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/node.d.plugin' Making all in proc.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/proc.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/proc.plugin' Making all in python.d.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/python.d.plugin' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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 '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/python.d.plugin' Making all in slabinfo.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/slabinfo.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/slabinfo.plugin' Making all in statsd.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/statsd.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/statsd.plugin' Making all in ebpf.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/ebpf.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/ebpf.plugin' Making all in tc.plugin make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/tc.plugin' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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 '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors/tc.plugin' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/collectors' Making all in daemon make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/daemon' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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 make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/daemon' Making all in database make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database' Making all in engine make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database/engine' Making all in metadata_log make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database/engine/metadata_log' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database/engine/metadata_log' make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database/engine' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database/engine' make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database/engine' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/database' Making all in exporting make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting' Making all in tests make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/tests' Making all in graphite make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/graphite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/graphite' Making all in json make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/json' Making all in opentsdb make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/opentsdb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/opentsdb' Making all in prometheus make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/prometheus' Making all in remote_write make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/prometheus/remote_write' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/prometheus/remote_write' make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/prometheus' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/prometheus' make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/prometheus' Making all in aws_kinesis make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/aws_kinesis' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/aws_kinesis' Making all in pubsub make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/pubsub' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/pubsub' Making all in mongodb make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/mongodb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting/mongodb' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/exporting' Making all in health make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/health' Making all in notifications make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/health/notifications' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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 '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/health/notifications' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/health' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/health' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/health' Making all in libnetdata make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata' Making all in adaptive_resortable_list make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/adaptive_resortable_list' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/adaptive_resortable_list' Making all in avl make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/avl' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/avl' Making all in buffer make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/buffer' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/buffer' Making all in clocks make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/clocks' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/clocks' Making all in completion make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/completion' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/completion' Making all in config make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/config' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/config' Making all in dictionary make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/dictionary' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/dictionary' Making all in ebpf make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/ebpf' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/ebpf' Making all in eval make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/eval' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/eval' Making all in json make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/json' Making all in health make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/health' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/health' Making all in locks make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/locks' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/locks' Making all in log make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/log' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/log' Making all in popen make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/popen' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/popen' Making all in procfile make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/procfile' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/procfile' Making all in simple_pattern make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/simple_pattern' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/simple_pattern' Making all in socket make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/socket' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/socket' Making all in statistical make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/statistical' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/statistical' Making all in storage_number make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/storage_number' Making all in tests make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/storage_number/tests' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/storage_number/tests' make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/storage_number' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/storage_number' make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/storage_number' Making all in threads make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/threads' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/threads' Making all in url make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/url' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/url' Making all in tests make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata/tests' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/libnetdata' Making all in registry make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/registry' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/registry' Making all in streaming make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/streaming' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/streaming' Making all in web make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web' Making all in api make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api' Making all in badges make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/badges' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/badges' Making all in queries make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries' Making all in average make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/average' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/average' Making all in des make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/des' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/des' Making all in incremental_sum make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/incremental_sum' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/incremental_sum' Making all in max make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/max' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/max' Making all in min make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/min' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/min' Making all in sum make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/sum' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/sum' Making all in median make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/median' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/median' Making all in ses make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/ses' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/ses' Making all in stddev make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/stddev' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries/stddev' make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries' make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/queries' Making all in exporters make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters' Making all in shell make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters/shell' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters/shell' Making all in prometheus make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters/prometheus' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters/prometheus' make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters' make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/exporters' Making all in formatters make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters' Making all in csv make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/csv' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/csv' Making all in json make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/json' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/json' Making all in ssv make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/ssv' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/ssv' Making all in value make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/value' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters/value' make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters' make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/formatters' Making all in health make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/health' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api/health' make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api' make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/api' Making all in gui make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/gui' Making all in dashboard make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/gui/dashboard' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/gui/dashboard' make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/gui' if test -f dashboard.js; then rm -f dashboard.js; fi if test -d "../../.git"; then \ git --git-dir="../../.git" log -n 1 --format=%H; \ fi > version.txt.tmp test -s version.txt.tmp || echo 0 > version.txt.tmp cat src/dashboard.js/prologue.js.inc src/dashboard.js/utils.js src/dashboard.js/server-detection.js src/dashboard.js/dependencies.js src/dashboard.js/error-handling.js src/dashboard.js/compatibility.js src/dashboard.js/xss.js src/dashboard.js/colors.js src/dashboard.js/units-conversion.js src/dashboard.js/options.js src/dashboard.js/localstorage.js src/dashboard.js/timeout.js src/dashboard.js/themes.js src/dashboard.js/charting/dygraph.js src/dashboard.js/charting/sparkline.js src/dashboard.js/charting/google-charts.js src/dashboard.js/charting/gauge.js src/dashboard.js/charting/easy-pie-chart.js src/dashboard.js/charting/d3pie.js src/dashboard.js/charting/d3.js src/dashboard.js/charting/peity.js src/dashboard.js/charting/textonly.js src/dashboard.js/charting.js src/dashboard.js/chart-registry.js src/dashboard.js/common.js src/dashboard.js/main.js src/dashboard.js/alarms.js src/dashboard.js/registry.js src/dashboard.js/boot.js src/dashboard.js/epilogue.js.inc > dashboard.js.tmp && mv dashboard.js.tmp dashboard.js mv version.txt.tmp version.txt make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/gui' make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/gui' Making all in server make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server' Making all in static make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server/static' make[5]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server/static' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server/static' make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server/static' make[4]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server' make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web/server' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/web' Making all in claim make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/claim' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib64/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##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 '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/claim' Making all in parser make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/parser' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/parser' Making all in spawn make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/spawn' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/spawn' Making all in ml make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml' Making all in kmeans make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans' make[3]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml' make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml' make[2]: Entering directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/os.o libnetdata/os.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/formatters/json_wrapper.o web/api/formatters/json_wrapper.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/formatters/charts2json.o web/api/formatters/charts2json.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/formatters/rrdset2json.o web/api/formatters/rrdset2json.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o exporting/read_config.o exporting/read_config.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o exporting/clean_connectors.o exporting/clean_connectors.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o exporting/init_connectors.o exporting/init_connectors.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o exporting/process_data.o exporting/process_data.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o exporting/check_filters.o exporting/check_filters.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o exporting/send_data.o exporting/send_data.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o exporting/send_internal_metrics.o exporting/send_internal_metrics.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o daemon/static_threads_linux.o daemon/static_threads_linux.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/cgroups.plugin/sys_fs_cgroup.o collectors/cgroups.plugin/sys_fs_cgroup.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/apps.plugin/apps_plugin.o collectors/apps.plugin/apps_plugin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/adaptive_resortable_list/adaptive_resortable_list.o libnetdata/adaptive_resortable_list/adaptive_resortable_list.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/config/appconfig.o libnetdata/config/appconfig.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/avl/avl.o libnetdata/avl/avl.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/buffer/buffer.o libnetdata/buffer/buffer.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/circular_buffer/circular_buffer.o libnetdata/circular_buffer/circular_buffer.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/clocks/clocks.o libnetdata/clocks/clocks.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/completion/completion.o libnetdata/completion/completion.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/dictionary/dictionary.o libnetdata/dictionary/dictionary.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/eval/eval.o libnetdata/eval/eval.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/libnetdata.o libnetdata/libnetdata.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/locks/locks.o libnetdata/locks/locks.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/log/log.o libnetdata/log/log.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/popen/popen.o libnetdata/popen/popen.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/procfile/procfile.o libnetdata/procfile/procfile.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/simple_pattern/simple_pattern.o libnetdata/simple_pattern/simple_pattern.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/socket/socket.o libnetdata/socket/socket.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/socket/security.o libnetdata/socket/security.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/statistical/statistical.o libnetdata/statistical/statistical.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/storage_number/storage_number.o libnetdata/storage_number/storage_number.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/threads/threads.o libnetdata/threads/threads.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/url/url.o libnetdata/url/url.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/json/json.o libnetdata/json/json.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/json/jsmn.o libnetdata/json/jsmn.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o libnetdata/health/health.o libnetdata/health/health.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/cgroups.plugin/cgroup-network.o collectors/cgroups.plugin/cgroup-network.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/freeipmi.plugin/freeipmi_plugin.o collectors/freeipmi.plugin/freeipmi_plugin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/cups.plugin/cups_plugin.o collectors/cups.plugin/cups_plugin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/perf.plugin/perf_plugin.o collectors/perf.plugin/perf_plugin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/slabinfo.plugin/slabinfo.o collectors/slabinfo.plugin/slabinfo.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o daemon/buildinfo.o daemon/buildinfo.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o daemon/common.o daemon/common.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o daemon/daemon.o daemon/daemon.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o daemon/global_statistics.o daemon/global_statistics.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o daemon/analytics.o daemon/analytics.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o daemon/main.o daemon/main.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o daemon/signals.o daemon/signals.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o daemon/service.o daemon/service.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o daemon/static_threads.o daemon/static_threads.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o daemon/commands.o daemon/commands.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o daemon/unit_test.o daemon/unit_test.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/badges/web_buffer_svg.o web/api/badges/web_buffer_svg.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/exporters/allmetrics.o web/api/exporters/allmetrics.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/exporters/shell/allmetrics_shell.o web/api/exporters/shell/allmetrics_shell.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/queries/average/average.o web/api/queries/average/average.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/queries/des/des.o web/api/queries/des/des.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/queries/incremental_sum/incremental_sum.o web/api/queries/incremental_sum/incremental_sum.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/queries/max/max.o web/api/queries/max/max.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/queries/median/median.o web/api/queries/median/median.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/queries/min/min.o web/api/queries/min/min.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/queries/query.o web/api/queries/query.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/queries/rrdr.o web/api/queries/rrdr.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/queries/ses/ses.o web/api/queries/ses/ses.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/queries/stddev/stddev.o web/api/queries/stddev/stddev.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/queries/sum/sum.o web/api/queries/sum/sum.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/formatters/rrd2json.o web/api/formatters/rrd2json.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/formatters/csv/csv.o web/api/formatters/csv/csv.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/formatters/json/json.o web/api/formatters/json/json.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/formatters/ssv/ssv.o web/api/formatters/ssv/ssv.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/formatters/value/value.o web/api/formatters/value/value.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/health/health_cmdapi.o web/api/health/health_cmdapi.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/api/web_api_v1.o web/api/web_api_v1.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o backends/backends.o backends/backends.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o backends/graphite/graphite.o backends/graphite/graphite.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o backends/json/json.o backends/json/json.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o backends/opentsdb/opentsdb.o backends/opentsdb/opentsdb.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o backends/prometheus/backend_prometheus.o backends/prometheus/backend_prometheus.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o exporting/exporting_engine.o exporting/exporting_engine.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o exporting/graphite/graphite.o exporting/graphite/graphite.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o exporting/json/json.o exporting/json/json.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o exporting/opentsdb/opentsdb.o exporting/opentsdb/opentsdb.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o exporting/prometheus/prometheus.o exporting/prometheus/prometheus.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/checks.plugin/plugin_checks.o collectors/checks.plugin/plugin_checks.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o health/health.o health/health.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o health/health_config.o health/health_config.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o health/health_json.o health/health_json.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o health/health_log.o health/health_log.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o ml/ml-dummy.o ml/ml-dummy.c x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -fno-exceptions -std=c++17 -fno-exceptions -std=c++17 -c -o ml/BitBufferCounter.o ml/BitBufferCounter.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -fno-exceptions -std=c++17 -fno-exceptions -std=c++17 -c -o ml/BitRateWindow.o ml/BitRateWindow.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -fno-exceptions -std=c++17 -fno-exceptions -std=c++17 -c -o ml/Config.o ml/Config.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -fno-exceptions -std=c++17 -fno-exceptions -std=c++17 -c -o ml/Database.o ml/Database.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -fno-exceptions -std=c++17 -fno-exceptions -std=c++17 -c -o ml/Dimension.o ml/Dimension.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -fno-exceptions -std=c++17 -fno-exceptions -std=c++17 -c -o ml/Host.o ml/Host.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -fno-exceptions -std=c++17 -fno-exceptions -std=c++17 -c -o ml/kmeans/KMeans.o ml/kmeans/KMeans.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -fno-exceptions -std=c++17 -fno-exceptions -std=c++17 -c -o ml/kmeans/SamplesBuffer.o ml/kmeans/SamplesBuffer.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -fno-exceptions -std=c++17 -fno-exceptions -std=c++17 -Wno-sign-compare -Wno-type-limits -c -o ml/kmeans/dlib/dlib/all/source.o ml/kmeans/dlib/dlib/all/source.cpp x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -fno-exceptions -std=c++17 -fno-exceptions -std=c++17 -c -o ml/ml.o ml/ml.cc x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/idlejitter.plugin/plugin_idlejitter.o collectors/idlejitter.plugin/plugin_idlejitter.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/plugins.d/plugins_d.o collectors/plugins.d/plugins_d.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/plugins.d/pluginsd_parser.o collectors/plugins.d/pluginsd_parser.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o registry/registry.o registry/registry.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o registry/registry_db.o registry/registry_db.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o registry/registry_init.o registry/registry_init.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o registry/registry_internals.o registry/registry_internals.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o registry/registry_log.o registry/registry_log.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o registry/registry_machine.o registry/registry_machine.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o registry/registry_person.o registry/registry_person.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o registry/registry_url.o registry/registry_url.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/rrdcalc.o database/rrdcalc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/rrdcalctemplate.o database/rrdcalctemplate.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/rrddim.o database/rrddim.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/rrddimvar.o database/rrddimvar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/rrdfamily.o database/rrdfamily.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/rrdhost.o database/rrdhost.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/rrdlabels.o database/rrdlabels.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/rrd.o database/rrd.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/rrdset.o database/rrdset.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/rrdsetvar.o database/rrdsetvar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/rrdvar.o database/rrdvar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/sqlite/sqlite_functions.o database/sqlite/sqlite_functions.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/sqlite/sqlite_aclk.o database/sqlite/sqlite_aclk.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/sqlite/sqlite_health.o database/sqlite/sqlite_health.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/sqlite/sqlite_aclk_node.o database/sqlite/sqlite_aclk_node.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/sqlite/sqlite_aclk_chart.o database/sqlite/sqlite_aclk_chart.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/sqlite/sqlite_aclk_alert.o database/sqlite/sqlite_aclk_alert.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o database/sqlite/sqlite3.o database/sqlite/sqlite3.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o streaming/rrdpush.o streaming/rrdpush.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o streaming/compression.o streaming/compression.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o streaming/sender.o streaming/sender.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o streaming/receiver.o streaming/receiver.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/statsd.plugin/statsd.o collectors/statsd.plugin/statsd.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/server/web_client.o web/server/web_client.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/server/web_server.o web/server/web_server.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/server/web_client_cache.o web/server/web_client_cache.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o web/server/static/static-threaded.o web/server/static/static-threaded.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o claim/claim.o claim/claim.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o parser/parser.o parser/parser.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o aclk/aclk_api.o aclk/aclk_api.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o aclk/aclk_proxy.o aclk/aclk_proxy.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o spawn/spawn.o spawn/spawn.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o spawn/spawn_server.o spawn/spawn_server.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o spawn/spawn_client.o spawn/spawn_client.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/diskspace.plugin/plugin_diskspace.o collectors/diskspace.plugin/plugin_diskspace.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/timex.plugin/plugin_timex.o collectors/timex.plugin/plugin_timex.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/ipc.o collectors/proc.plugin/ipc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/plugin_proc.o collectors/proc.plugin/plugin_proc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_diskstats.o collectors/proc.plugin/proc_diskstats.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_mdstat.o collectors/proc.plugin/proc_mdstat.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_interrupts.o collectors/proc.plugin/proc_interrupts.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_softirqs.o collectors/proc.plugin/proc_softirqs.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_loadavg.o collectors/proc.plugin/proc_loadavg.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_meminfo.o collectors/proc.plugin/proc_meminfo.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_pagetypeinfo.o collectors/proc.plugin/proc_pagetypeinfo.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_pressure.o collectors/proc.plugin/proc_pressure.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_net_dev.o collectors/proc.plugin/proc_net_dev.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_net_wireless.o collectors/proc.plugin/proc_net_wireless.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_net_ip_vs_stats.o collectors/proc.plugin/proc_net_ip_vs_stats.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_net_netstat.o collectors/proc.plugin/proc_net_netstat.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_net_rpc_nfs.o collectors/proc.plugin/proc_net_rpc_nfs.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_net_rpc_nfsd.o collectors/proc.plugin/proc_net_rpc_nfsd.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_net_snmp.o collectors/proc.plugin/proc_net_snmp.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_net_snmp6.o collectors/proc.plugin/proc_net_snmp6.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_net_sctp_snmp.o collectors/proc.plugin/proc_net_sctp_snmp.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:163, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/SamplesBuffer.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h: In function 'const ustring dlib::convert_utf8_to_utf32(const string&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h:512:38: error: exception handling disabled, use '-fexceptions' to enable 512 | throw invalid_utf8_error(); | ^ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/SamplesBuffer.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const string&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1177:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1177 | { throw serialization_error(e.info + "\n while serializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::string&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1191:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1191 | { throw serialization_error(e.info + "\n while deserializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const wstring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1211:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1211 | { throw serialization_error(e.info + "\n while serializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::wstring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1226:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1226 | { throw serialization_error(e.info + "\n while deserializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const ustring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1245:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1245 | { throw serialization_error(e.info + "\n while serializing object of type ustring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(dlib::ustring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1260:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1260 | { throw serialization_error(e.info + "\n while deserializing object of type ustring"); } | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_net_sockstat.o collectors/proc.plugin/proc_net_sockstat.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_net_sockstat6.o collectors/proc.plugin/proc_net_sockstat6.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_net_softnet_stat.o collectors/proc.plugin/proc_net_softnet_stat.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:11, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/SamplesBuffer.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_alpha_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1468:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1468 | throw serialization_error(e.info + "\n while serializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_alpha_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1488:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1488 | throw serialization_error(e.info + "\n while deserializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1507:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1507 | throw serialization_error(e.info + "\n while serializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1526:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1526 | throw serialization_error(e.info + "\n while deserializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::bgr_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1545:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1545 | throw serialization_error(e.info + "\n while serializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::bgr_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1564:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1564 | throw serialization_error(e.info + "\n while deserializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::hsi_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1583:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1583 | throw serialization_error(e.info + "\n while serializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::hsi_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1602:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1602 | throw serialization_error(e.info + "\n while deserializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::lab_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1621:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1621 | throw serialization_error(e.info + "\n while serializing object of type lab_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::lab_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1640:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1640 | throw serialization_error(e.info + "\n while deserializing object of type lab_pixel"); | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_net_stat_conntrack.o collectors/proc.plugin/proc_net_stat_conntrack.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_net_stat_synproxy.o collectors/proc.plugin/proc_net_stat_synproxy.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_self_mountinfo.o collectors/proc.plugin/proc_self_mountinfo.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:163, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/Config.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h: In function 'const ustring dlib::convert_utf8_to_utf32(const string&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h:512:38: error: exception handling disabled, use '-fexceptions' to enable 512 | throw invalid_utf8_error(); | ^ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:163, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/BitRateWindow.h:6, from ml/BitRateWindow.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h: In function 'const ustring dlib::convert_utf8_to_utf32(const string&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h:512:38: error: exception handling disabled, use '-fexceptions' to enable 512 | throw invalid_utf8_error(); | ^ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/zfs_common.o collectors/proc.plugin/zfs_common.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_spl_kstat_zfs.o collectors/proc.plugin/proc_spl_kstat_zfs.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/array2d_kernel.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d.h:7, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_mat.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:20, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/SamplesBuffer.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::serialize(const dlib::rectangle&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:299:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 299 | throw serialization_error(e.info + "\n while serializing an object of type rectangle"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::deserialize(dlib::rectangle&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:317:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 317 | throw serialization_error(e.info + "\n while deserializing an object of type rectangle"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/Config.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const string&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1177:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1177 | { throw serialization_error(e.info + "\n while serializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::string&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1191:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1191 | { throw serialization_error(e.info + "\n while deserializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const wstring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1211:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1211 | { throw serialization_error(e.info + "\n while serializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::wstring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1226:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1226 | { throw serialization_error(e.info + "\n while deserializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const ustring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1245:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1245 | { throw serialization_error(e.info + "\n while serializing object of type ustring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(dlib::ustring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1260:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1260 | { throw serialization_error(e.info + "\n while deserializing object of type ustring"); } | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:163, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/BitBufferCounter.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h: In function 'const ustring dlib::convert_utf8_to_utf32(const string&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h:512:38: error: exception handling disabled, use '-fexceptions' to enable 512 | throw invalid_utf8_error(); | ^ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_stat.o collectors/proc.plugin/proc_stat.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/BitRateWindow.h:6, from ml/BitRateWindow.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const string&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1177:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1177 | { throw serialization_error(e.info + "\n while serializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::string&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1191:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1191 | { throw serialization_error(e.info + "\n while deserializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const wstring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1211:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1211 | { throw serialization_error(e.info + "\n while serializing object of type std::wstring"); } | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_sys_kernel_random_entropy_avail.o collectors/proc.plugin/proc_sys_kernel_random_entropy_avail.c /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::wstring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1226:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1226 | { throw serialization_error(e.info + "\n while deserializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const ustring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1245:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1245 | { throw serialization_error(e.info + "\n while serializing object of type ustring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(dlib::ustring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1260:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1260 | { throw serialization_error(e.info + "\n while deserializing object of type ustring"); } | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_vmstat.o collectors/proc.plugin/proc_vmstat.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:163, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/Dimension.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h: In function 'const ustring dlib::convert_utf8_to_utf32(const string&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h:512:38: error: exception handling disabled, use '-fexceptions' to enable 512 | throw invalid_utf8_error(); | ^ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/BitBufferCounter.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const string&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1177:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1177 | { throw serialization_error(e.info + "\n while serializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::string&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1191:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1191 | { throw serialization_error(e.info + "\n while deserializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const wstring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1211:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1211 | { throw serialization_error(e.info + "\n while serializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::wstring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1226:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1226 | { throw serialization_error(e.info + "\n while deserializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const ustring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1245:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1245 | { throw serialization_error(e.info + "\n while serializing object of type ustring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(dlib::ustring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1260:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1260 | { throw serialization_error(e.info + "\n while deserializing object of type ustring"); } | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/proc_uptime.o collectors/proc.plugin/proc_uptime.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:163, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/kmeans/KMeans.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h: In function 'const ustring dlib::convert_utf8_to_utf32(const string&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h:512:38: error: exception handling disabled, use '-fexceptions' to enable 512 | throw invalid_utf8_error(); | ^ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:11, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/Config.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_alpha_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1468:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1468 | throw serialization_error(e.info + "\n while serializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_alpha_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1488:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1488 | throw serialization_error(e.info + "\n while deserializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1507:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1507 | throw serialization_error(e.info + "\n while serializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1526:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1526 | throw serialization_error(e.info + "\n while deserializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::bgr_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1545:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1545 | throw serialization_error(e.info + "\n while serializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::bgr_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1564:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1564 | throw serialization_error(e.info + "\n while deserializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::hsi_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1583:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1583 | throw serialization_error(e.info + "\n while serializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::hsi_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1602:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1602 | throw serialization_error(e.info + "\n while deserializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::lab_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1621:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1621 | throw serialization_error(e.info + "\n while serializing object of type lab_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::lab_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1640:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1640 | throw serialization_error(e.info + "\n while deserializing object of type lab_pixel"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/Dimension.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const string&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1177:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1177 | { throw serialization_error(e.info + "\n while serializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::string&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1191:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1191 | { throw serialization_error(e.info + "\n while deserializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const wstring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1211:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1211 | { throw serialization_error(e.info + "\n while serializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::wstring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1226:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1226 | { throw serialization_error(e.info + "\n while deserializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const ustring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1245:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1245 | { throw serialization_error(e.info + "\n while serializing object of type ustring"); } | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:11, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/BitRateWindow.h:6, from ml/BitRateWindow.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_alpha_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1468:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1468 | throw serialization_error(e.info + "\n while serializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(dlib::ustring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1260:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1260 | { throw serialization_error(e.info + "\n while deserializing object of type ustring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_alpha_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1488:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1488 | throw serialization_error(e.info + "\n while deserializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1507:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1507 | throw serialization_error(e.info + "\n while serializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1526:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1526 | throw serialization_error(e.info + "\n while deserializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::bgr_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1545:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1545 | throw serialization_error(e.info + "\n while serializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::bgr_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1564:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1564 | throw serialization_error(e.info + "\n while deserializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::hsi_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1583:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1583 | throw serialization_error(e.info + "\n while serializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::hsi_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1602:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1602 | throw serialization_error(e.info + "\n while deserializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::lab_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1621:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1621 | throw serialization_error(e.info + "\n while serializing object of type lab_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::lab_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1640:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1640 | throw serialization_error(e.info + "\n while deserializing object of type lab_pixel"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/SamplesBuffer.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::serialize(const dlib::sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:149:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 149 | throw serialization_error(e.info + "\n while serializing object of type sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::deserialize(dlib::sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:170:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 170 | throw serialization_error(e.info + "\n while deserializing object of type sample_pair"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:13, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/SamplesBuffer.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::serialize(const dlib::ordered_sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:95:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 95 | throw serialization_error(e.info + "\n while serializing object of type ordered_sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::deserialize(dlib::ordered_sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:116:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 116 | throw serialization_error(e.info + "\n while deserializing object of type ordered_sample_pair"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/kmeans/KMeans.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const string&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1177:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1177 | { throw serialization_error(e.info + "\n while serializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::string&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1191:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1191 | { throw serialization_error(e.info + "\n while deserializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const wstring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1211:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1211 | { throw serialization_error(e.info + "\n while serializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::wstring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1226:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1226 | { throw serialization_error(e.info + "\n while deserializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const ustring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1245:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1245 | { throw serialization_error(e.info + "\n while serializing object of type ustring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(dlib::ustring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1260:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1260 | { throw serialization_error(e.info + "\n while deserializing object of type ustring"); } | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:163, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/Dimension.h:6, from ml/Database.h:6, from ml/Database.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h: In function 'const ustring dlib::convert_utf8_to_utf32(const string&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h:512:38: error: exception handling disabled, use '-fexceptions' to enable 512 | throw invalid_utf8_error(); | ^ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:11, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/BitBufferCounter.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_alpha_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1468:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1468 | throw serialization_error(e.info + "\n while serializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_alpha_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1488:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1488 | throw serialization_error(e.info + "\n while deserializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1507:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1507 | throw serialization_error(e.info + "\n while serializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1526:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1526 | throw serialization_error(e.info + "\n while deserializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::bgr_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1545:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1545 | throw serialization_error(e.info + "\n while serializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::bgr_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1564:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1564 | throw serialization_error(e.info + "\n while deserializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::hsi_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1583:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1583 | throw serialization_error(e.info + "\n while serializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::hsi_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1602:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1602 | throw serialization_error(e.info + "\n while deserializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::lab_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1621:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1621 | throw serialization_error(e.info + "\n while serializing object of type lab_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::lab_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1640:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1640 | throw serialization_error(e.info + "\n while deserializing object of type lab_pixel"); | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/sys_kernel_mm_ksm.o collectors/proc.plugin/sys_kernel_mm_ksm.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/Dimension.h:6, from ml/Database.h:6, from ml/Database.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const string&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1177:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1177 | { throw serialization_error(e.info + "\n while serializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::string&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1191:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1191 | { throw serialization_error(e.info + "\n while deserializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const wstring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1211:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1211 | { throw serialization_error(e.info + "\n while serializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::wstring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1226:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1226 | { throw serialization_error(e.info + "\n while deserializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const ustring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1245:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1245 | { throw serialization_error(e.info + "\n while serializing object of type ustring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(dlib::ustring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1260:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1260 | { throw serialization_error(e.info + "\n while deserializing object of type ustring"); } | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:11, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/Dimension.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_alpha_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1468:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1468 | throw serialization_error(e.info + "\n while serializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_alpha_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1488:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1488 | throw serialization_error(e.info + "\n while deserializing object of type rgb_alpha_pixel"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/array2d_kernel.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d.h:7, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_mat.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:20, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/Config.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::serialize(const dlib::rectangle&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:299:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 299 | throw serialization_error(e.info + "\n while serializing an object of type rectangle"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1507:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1507 | throw serialization_error(e.info + "\n while serializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::deserialize(dlib::rectangle&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:317:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 317 | throw serialization_error(e.info + "\n while deserializing an object of type rectangle"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1526:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1526 | throw serialization_error(e.info + "\n while deserializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::bgr_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1545:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1545 | throw serialization_error(e.info + "\n while serializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::bgr_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1564:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1564 | throw serialization_error(e.info + "\n while deserializing object of type bgr_pixel"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/array2d_kernel.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d.h:7, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_mat.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:20, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/BitRateWindow.h:6, from ml/BitRateWindow.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::serialize(const dlib::rectangle&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:299:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 299 | throw serialization_error(e.info + "\n while serializing an object of type rectangle"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::hsi_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1583:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1583 | throw serialization_error(e.info + "\n while serializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::deserialize(dlib::rectangle&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:317:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 317 | throw serialization_error(e.info + "\n while deserializing an object of type rectangle"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::hsi_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1602:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1602 | throw serialization_error(e.info + "\n while deserializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::lab_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1621:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1621 | throw serialization_error(e.info + "\n while serializing object of type lab_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::lab_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1640:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1640 | throw serialization_error(e.info + "\n while deserializing object of type lab_pixel"); | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/sys_block_zram.o collectors/proc.plugin/sys_block_zram.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:163, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/ml.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h: In function 'const ustring dlib::convert_utf8_to_utf32(const string&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../unicode/unicode.h:512:38: error: exception handling disabled, use '-fexceptions' to enable 512 | throw invalid_utf8_error(); | ^ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../unicode.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../serialize.h:163, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/statistics.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics.h:6, from ml/Host.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../unicode/unicode.h: In function 'const ustring dlib::convert_utf8_to_utf32(const string&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../unicode/unicode.h:512:38: error: exception handling disabled, use '-fexceptions' to enable 512 | throw invalid_utf8_error(); | ^ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/sys_devices_system_edac_mc.o collectors/proc.plugin/sys_devices_system_edac_mc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/sys_devices_system_node.o collectors/proc.plugin/sys_devices_system_node.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:11, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/kmeans/KMeans.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_alpha_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1468:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1468 | throw serialization_error(e.info + "\n while serializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_alpha_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1488:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1488 | throw serialization_error(e.info + "\n while deserializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1507:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1507 | throw serialization_error(e.info + "\n while serializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1526:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1526 | throw serialization_error(e.info + "\n while deserializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::bgr_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1545:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1545 | throw serialization_error(e.info + "\n while serializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::bgr_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1564:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1564 | throw serialization_error(e.info + "\n while deserializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::hsi_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1583:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1583 | throw serialization_error(e.info + "\n while serializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::hsi_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1602:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1602 | throw serialization_error(e.info + "\n while deserializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::lab_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1621:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1621 | throw serialization_error(e.info + "\n while serializing object of type lab_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::lab_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1640:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1640 | throw serialization_error(e.info + "\n while deserializing object of type lab_pixel"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/array2d_kernel.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d.h:7, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_mat.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:20, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/BitBufferCounter.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::serialize(const dlib::rectangle&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:299:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 299 | throw serialization_error(e.info + "\n while serializing an object of type rectangle"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::deserialize(dlib::rectangle&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:317:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 317 | throw serialization_error(e.info + "\n while deserializing an object of type rectangle"); | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/sys_fs_btrfs.o collectors/proc.plugin/sys_fs_btrfs.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/statistics.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics.h:6, from ml/Host.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../serialize.h: In function 'void dlib::serialize(const string&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../serialize.h:1177:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1177 | { throw serialization_error(e.info + "\n while serializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../serialize.h: In function 'void dlib::deserialize(std::string&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../serialize.h:1191:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1191 | { throw serialization_error(e.info + "\n while deserializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../serialize.h: In function 'void dlib::serialize(const wstring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../serialize.h:1211:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1211 | { throw serialization_error(e.info + "\n while serializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../serialize.h: In function 'void dlib::deserialize(std::wstring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../serialize.h:1226:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1226 | { throw serialization_error(e.info + "\n while deserializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../serialize.h: In function 'void dlib::serialize(const ustring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../serialize.h:1245:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1245 | { throw serialization_error(e.info + "\n while serializing object of type ustring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../serialize.h: In function 'void dlib::deserialize(dlib::ustring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../serialize.h:1260:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1260 | { throw serialization_error(e.info + "\n while deserializing object of type ustring"); } | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:6, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/ml.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const string&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1177:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1177 | { throw serialization_error(e.info + "\n while serializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::string&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1191:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1191 | { throw serialization_error(e.info + "\n while deserializing object of type std::string"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const wstring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1211:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1211 | { throw serialization_error(e.info + "\n while serializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(std::wstring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1226:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1226 | { throw serialization_error(e.info + "\n while deserializing object of type std::wstring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::serialize(const ustring&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1245:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1245 | { throw serialization_error(e.info + "\n while serializing object of type ustring"); } | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h: In function 'void dlib::deserialize(dlib::ustring&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../serialize.h:1260:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1260 | { throw serialization_error(e.info + "\n while deserializing object of type ustring"); } | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/sys_class_power_supply.o collectors/proc.plugin/sys_class_power_supply.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:11, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/Dimension.h:6, from ml/Database.h:6, from ml/Database.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_alpha_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1468:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1468 | throw serialization_error(e.info + "\n while serializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_alpha_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1488:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1488 | throw serialization_error(e.info + "\n while deserializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1507:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1507 | throw serialization_error(e.info + "\n while serializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1526:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1526 | throw serialization_error(e.info + "\n while deserializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::bgr_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1545:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1545 | throw serialization_error(e.info + "\n while serializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::bgr_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1564:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1564 | throw serialization_error(e.info + "\n while deserializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::hsi_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1583:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1583 | throw serialization_error(e.info + "\n while serializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::hsi_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1602:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1602 | throw serialization_error(e.info + "\n while deserializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::lab_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1621:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1621 | throw serialization_error(e.info + "\n while serializing object of type lab_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::lab_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1640:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1640 | throw serialization_error(e.info + "\n while deserializing object of type lab_pixel"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/array2d_kernel.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d.h:7, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_mat.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:20, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/Dimension.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::serialize(const dlib::rectangle&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:299:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 299 | throw serialization_error(e.info + "\n while serializing an object of type rectangle"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::deserialize(dlib::rectangle&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:317:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 317 | throw serialization_error(e.info + "\n while deserializing an object of type rectangle"); | ^~~~ In file included from ml/kmeans/dlib/dlib/all/source.cpp:11: ml/kmeans/dlib/dlib/all/../base64/base64_kernel_1.cpp: In constructor 'dlib::base64::base64()': ml/kmeans/dlib/dlib/all/../base64/base64_kernel_1.cpp:48:16: error: exception handling disabled, use '-fexceptions' to enable 48 | catch (...) | ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/proc.plugin/sys_class_infiniband.o collectors/proc.plugin/sys_class_infiniband.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/array2d_kernel.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d.h:7, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_mat.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:20, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/kmeans/KMeans.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::serialize(const dlib::rectangle&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:299:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 299 | throw serialization_error(e.info + "\n while serializing an object of type rectangle"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::deserialize(dlib::rectangle&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:317:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 317 | throw serialization_error(e.info + "\n while deserializing an object of type rectangle"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/matrix_utilities.h:11, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix.h:7, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/statistics.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics.h:6, from ml/Host.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_alpha_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h:1468:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1468 | throw serialization_error(e.info + "\n while serializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_alpha_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h:1488:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1488 | throw serialization_error(e.info + "\n while deserializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h:1507:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1507 | throw serialization_error(e.info + "\n while serializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h:1526:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1526 | throw serialization_error(e.info + "\n while deserializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h: In function 'void dlib::serialize(const dlib::bgr_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h:1545:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1545 | throw serialization_error(e.info + "\n while serializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h: In function 'void dlib::deserialize(dlib::bgr_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h:1564:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1564 | throw serialization_error(e.info + "\n while deserializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h: In function 'void dlib::serialize(const dlib::hsi_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h:1583:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1583 | throw serialization_error(e.info + "\n while serializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h: In function 'void dlib::deserialize(dlib::hsi_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h:1602:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1602 | throw serialization_error(e.info + "\n while deserializing object of type hsi_pixel"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/Config.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::serialize(const dlib::sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:149:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 149 | throw serialization_error(e.info + "\n while serializing object of type sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::deserialize(dlib::sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:170:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 170 | throw serialization_error(e.info + "\n while deserializing object of type sample_pair"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:13, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/Config.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::serialize(const dlib::ordered_sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:95:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 95 | throw serialization_error(e.info + "\n while serializing object of type ordered_sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::deserialize(dlib::ordered_sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:116:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 116 | throw serialization_error(e.info + "\n while deserializing object of type ordered_sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h: In function 'void dlib::serialize(const dlib::lab_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h:1621:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1621 | throw serialization_error(e.info + "\n while serializing object of type lab_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h: In function 'void dlib::deserialize(dlib::lab_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../pixel.h:1640:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1640 | throw serialization_error(e.info + "\n while deserializing object of type lab_pixel"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:11, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/ml.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_alpha_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1468:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1468 | throw serialization_error(e.info + "\n while serializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_alpha_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1488:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1488 | throw serialization_error(e.info + "\n while deserializing object of type rgb_alpha_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1507:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1507 | throw serialization_error(e.info + "\n while serializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1526:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1526 | throw serialization_error(e.info + "\n while deserializing object of type rgb_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::bgr_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1545:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1545 | throw serialization_error(e.info + "\n while serializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::bgr_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1564:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1564 | throw serialization_error(e.info + "\n while deserializing object of type bgr_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::hsi_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1583:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1583 | throw serialization_error(e.info + "\n while serializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::hsi_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1602:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1602 | throw serialization_error(e.info + "\n while deserializing object of type hsi_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::serialize(const dlib::lab_pixel&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1621:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1621 | throw serialization_error(e.info + "\n while serializing object of type lab_pixel"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h: In function 'void dlib::deserialize(dlib::lab_pixel&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../pixel.h:1640:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1640 | throw serialization_error(e.info + "\n while deserializing object of type lab_pixel"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/BitRateWindow.h:6, from ml/BitRateWindow.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::serialize(const dlib::sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:149:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 149 | throw serialization_error(e.info + "\n while serializing object of type sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::deserialize(dlib::sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:170:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 170 | throw serialization_error(e.info + "\n while deserializing object of type sample_pair"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:13, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/BitRateWindow.h:6, from ml/BitRateWindow.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::serialize(const dlib::ordered_sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:95:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 95 | throw serialization_error(e.info + "\n while serializing object of type ordered_sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::deserialize(dlib::ordered_sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:116:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 116 | throw serialization_error(e.info + "\n while deserializing object of type ordered_sample_pair"); | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o collectors/tc.plugin/plugin_tc.o collectors/tc.plugin/plugin_tc.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/array2d_kernel.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d.h:7, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_mat.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:20, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/Dimension.h:6, from ml/Database.h:6, from ml/Database.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::serialize(const dlib::rectangle&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:299:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 299 | throw serialization_error(e.info + "\n while serializing an object of type rectangle"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::deserialize(dlib::rectangle&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:317:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 317 | throw serialization_error(e.info + "\n while deserializing an object of type rectangle"); | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o backends/aws_kinesis/aws_kinesis.o backends/aws_kinesis/aws_kinesis.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/BitBufferCounter.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::serialize(const dlib::sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:149:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 149 | throw serialization_error(e.info + "\n while serializing object of type sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::deserialize(dlib::sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:170:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 170 | throw serialization_error(e.info + "\n while deserializing object of type sample_pair"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:13, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/BitBufferCounter.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::serialize(const dlib::ordered_sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:95:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 95 | throw serialization_error(e.info + "\n while serializing object of type ordered_sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::deserialize(dlib::ordered_sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:116:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 116 | throw serialization_error(e.info + "\n while deserializing object of type ordered_sample_pair"); | ^~~~ x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -fno-exceptions -std=c++17 -fno-exceptions -std=c++17 -c -o backends/aws_kinesis/aws_kinesis_put_record.o backends/aws_kinesis/aws_kinesis_put_record.cc x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o exporting/aws_kinesis/aws_kinesis.o exporting/aws_kinesis/aws_kinesis.c x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -fno-exceptions -std=c++17 -fno-exceptions -std=c++17 -c -o exporting/aws_kinesis/aws_kinesis_put_record.o exporting/aws_kinesis/aws_kinesis_put_record.cc In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/array2d_kernel.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d.h:7, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_mat.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_utilities.h:20, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:7, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/ml.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::serialize(const dlib::rectangle&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:299:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 299 | throw serialization_error(e.info + "\n while serializing an object of type rectangle"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::deserialize(dlib::rectangle&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../array2d/../geometry/rectangle.h:317:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 317 | throw serialization_error(e.info + "\n while deserializing an object of type rectangle"); | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o backends/mongodb/mongodb.o backends/mongodb/mongodb.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads.h:22, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:25, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/SamplesBuffer.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h: In destructor 'dlib::thread_pool::~thread_pool()': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:518:61: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 518 | std::cerr << "It's what string is: \n" << e.what() << std::endl; | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:515:13: error: '...' handler must be the last handler for its try block [-fpermissive[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive]] 515 | catch (std::exception& e) | ^~~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/Dimension.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::serialize(const dlib::sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:149:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 149 | throw serialization_error(e.info + "\n while serializing object of type sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::deserialize(dlib::sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:170:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 170 | throw serialization_error(e.info + "\n while deserializing object of type sample_pair"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:13, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/Dimension.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::serialize(const dlib::ordered_sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:95:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 95 | throw serialization_error(e.info + "\n while serializing object of type ordered_sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::deserialize(dlib::ordered_sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:116:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 116 | throw serialization_error(e.info + "\n while deserializing object of type ordered_sample_pair"); | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o exporting/mongodb/mongodb.o exporting/mongodb/mongodb.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../array2d/array2d_kernel.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../array2d.h:7, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/matrix_mat.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/matrix_utilities.h:20, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix.h:7, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/statistics.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics.h:6, from ml/Host.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::serialize(const dlib::rectangle&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../array2d/../geometry/rectangle.h:299:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 299 | throw serialization_error(e.info + "\n while serializing an object of type rectangle"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::deserialize(dlib::rectangle&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../array2d/../geometry/rectangle.h:317:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 317 | throw serialization_error(e.info + "\n while deserializing an object of type rectangle"); | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DVARLIB_DIR="\"/var/lib/netdata\"" -DCACHE_DIR="\"/var/cache/netdata\"" -DCONFIG_DIR="\"/etc/netdata\"" -DLIBCONFIG_DIR="\"/usr/lib64/netdata/conf.d\"" -DLOG_DIR="\"/var/log/netdata\"" -DPLUGINS_DIR="\"/usr/libexec/netdata/plugins.d\"" -DRUN_DIR="\"/var/run/netdata\"" -DWEB_DIR="\"/usr/share/netdata/web\"" -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -c -o cli/cli.o cli/cli.c In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/kmeans/KMeans.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::serialize(const dlib::sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:149:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 149 | throw serialization_error(e.info + "\n while serializing object of type sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::deserialize(dlib::sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:170:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 170 | throw serialization_error(e.info + "\n while deserializing object of type sample_pair"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:13, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/kmeans/KMeans.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::serialize(const dlib::ordered_sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:95:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 95 | throw serialization_error(e.info + "\n while serializing object of type ordered_sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::deserialize(dlib::ordered_sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:116:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 116 | throw serialization_error(e.info + "\n while deserializing object of type ordered_sample_pair"); | ^~~~ x86_64-pc-linux-gnu-gcc -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o apps.plugin collectors/apps.plugin/apps_plugin.o libnetdata/adaptive_resortable_list/adaptive_resortable_list.o libnetdata/config/appconfig.o libnetdata/avl/avl.o libnetdata/buffer/buffer.o libnetdata/circular_buffer/circular_buffer.o libnetdata/clocks/clocks.o libnetdata/completion/completion.o libnetdata/dictionary/dictionary.o libnetdata/eval/eval.o libnetdata/libnetdata.o libnetdata/locks/locks.o libnetdata/log/log.o libnetdata/popen/popen.o libnetdata/procfile/procfile.o libnetdata/os.o libnetdata/simple_pattern/simple_pattern.o libnetdata/socket/socket.o libnetdata/socket/security.o libnetdata/statistical/statistical.o libnetdata/storage_number/storage_number.o libnetdata/threads/threads.o libnetdata/url/url.o libnetdata/json/json.o libnetdata/json/jsmn.o libnetdata/health/health.o -lm -lz -lcrypto -lssl -luuid -luv -lcrypto -lssl -latomic -lrt -lcap In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/Dimension.h:6, from ml/Database.h:6, from ml/Database.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::serialize(const dlib::sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:149:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 149 | throw serialization_error(e.info + "\n while serializing object of type sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::deserialize(dlib::sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:170:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 170 | throw serialization_error(e.info + "\n while deserializing object of type sample_pair"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:13, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/Dimension.h:6, from ml/Database.h:6, from ml/Database.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::serialize(const dlib::ordered_sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:95:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 95 | throw serialization_error(e.info + "\n while serializing object of type ordered_sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::deserialize(dlib::ordered_sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:116:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 116 | throw serialization_error(e.info + "\n while deserializing object of type ordered_sample_pair"); | ^~~~ x86_64-pc-linux-gnu-gcc -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o cgroup-network collectors/cgroups.plugin/cgroup-network.o libnetdata/adaptive_resortable_list/adaptive_resortable_list.o libnetdata/config/appconfig.o libnetdata/avl/avl.o libnetdata/buffer/buffer.o libnetdata/circular_buffer/circular_buffer.o libnetdata/clocks/clocks.o libnetdata/completion/completion.o libnetdata/dictionary/dictionary.o libnetdata/eval/eval.o libnetdata/libnetdata.o libnetdata/locks/locks.o libnetdata/log/log.o libnetdata/popen/popen.o libnetdata/procfile/procfile.o libnetdata/os.o libnetdata/simple_pattern/simple_pattern.o libnetdata/socket/socket.o libnetdata/socket/security.o libnetdata/statistical/statistical.o libnetdata/storage_number/storage_number.o libnetdata/threads/threads.o libnetdata/url/url.o libnetdata/json/json.o libnetdata/json/jsmn.o libnetdata/health/health.o -lm -lz -lcrypto -lssl -luuid -luv -lcrypto -lssl -latomic -lrt x86_64-pc-linux-gnu-gcc -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o freeipmi.plugin collectors/freeipmi.plugin/freeipmi_plugin.o libnetdata/adaptive_resortable_list/adaptive_resortable_list.o libnetdata/config/appconfig.o libnetdata/avl/avl.o libnetdata/buffer/buffer.o libnetdata/circular_buffer/circular_buffer.o libnetdata/clocks/clocks.o libnetdata/completion/completion.o libnetdata/dictionary/dictionary.o libnetdata/eval/eval.o libnetdata/libnetdata.o libnetdata/locks/locks.o libnetdata/log/log.o libnetdata/popen/popen.o libnetdata/procfile/procfile.o libnetdata/os.o libnetdata/simple_pattern/simple_pattern.o libnetdata/socket/socket.o libnetdata/socket/security.o libnetdata/statistical/statistical.o libnetdata/storage_number/storage_number.o libnetdata/threads/threads.o libnetdata/url/url.o libnetdata/json/json.o libnetdata/json/jsmn.o libnetdata/health/health.o -lm -lz -lcrypto -lssl -luuid -luv -lcrypto -lssl -latomic -lrt -lipmimonitoring x86_64-pc-linux-gnu-gcc -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o cups.plugin collectors/cups.plugin/cups_plugin.o libnetdata/adaptive_resortable_list/adaptive_resortable_list.o libnetdata/config/appconfig.o libnetdata/avl/avl.o libnetdata/buffer/buffer.o libnetdata/circular_buffer/circular_buffer.o libnetdata/clocks/clocks.o libnetdata/completion/completion.o libnetdata/dictionary/dictionary.o libnetdata/eval/eval.o libnetdata/libnetdata.o libnetdata/locks/locks.o libnetdata/log/log.o libnetdata/popen/popen.o libnetdata/procfile/procfile.o libnetdata/os.o libnetdata/simple_pattern/simple_pattern.o libnetdata/socket/socket.o libnetdata/socket/security.o libnetdata/statistical/statistical.o libnetdata/storage_number/storage_number.o libnetdata/threads/threads.o libnetdata/url/url.o libnetdata/json/json.o libnetdata/json/jsmn.o libnetdata/health/health.o -lm -lz -lcrypto -lssl -luuid -luv -lcrypto -lssl -latomic -lrt -lcups In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/ml.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::serialize(const dlib::sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:149:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 149 | throw serialization_error(e.info + "\n while serializing object of type sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::deserialize(dlib::sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/sample_pair.h:170:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 170 | throw serialization_error(e.info + "\n while deserializing object of type sample_pair"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/edge_list_graphs.h:13, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/ml.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::serialize(const dlib::ordered_sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:95:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 95 | throw serialization_error(e.info + "\n while serializing object of type ordered_sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::deserialize(dlib::ordered_sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../svm/../graph_utils/ordered_sample_pair.h:116:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 116 | throw serialization_error(e.info + "\n while deserializing object of type ordered_sample_pair"); | ^~~~ x86_64-pc-linux-gnu-gcc -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o perf.plugin collectors/perf.plugin/perf_plugin.o libnetdata/adaptive_resortable_list/adaptive_resortable_list.o libnetdata/config/appconfig.o libnetdata/avl/avl.o libnetdata/buffer/buffer.o libnetdata/circular_buffer/circular_buffer.o libnetdata/clocks/clocks.o libnetdata/completion/completion.o libnetdata/dictionary/dictionary.o libnetdata/eval/eval.o libnetdata/libnetdata.o libnetdata/locks/locks.o libnetdata/log/log.o libnetdata/popen/popen.o libnetdata/procfile/procfile.o libnetdata/os.o libnetdata/simple_pattern/simple_pattern.o libnetdata/socket/socket.o libnetdata/socket/security.o libnetdata/statistical/statistical.o libnetdata/storage_number/storage_number.o libnetdata/threads/threads.o libnetdata/url/url.o libnetdata/json/json.o libnetdata/json/jsmn.o libnetdata/health/health.o -lm -lz -lcrypto -lssl -luuid -luv -lcrypto -lssl -latomic -lrt In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../svm/../graph_utils/edge_list_graphs.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix.h:11, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/statistics.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics.h:6, from ml/Host.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::serialize(const dlib::sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../svm/../graph_utils/sample_pair.h:149:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 149 | throw serialization_error(e.info + "\n while serializing object of type sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::deserialize(dlib::sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../svm/../graph_utils/sample_pair.h:170:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 170 | throw serialization_error(e.info + "\n while deserializing object of type sample_pair"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../svm/../graph_utils/edge_list_graphs.h:13, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../svm/sparse_vector.h:12, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../sparse_vector.h:6, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/matrix_la.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix.h:11, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/statistics.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics.h:6, from ml/Host.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::serialize(const dlib::ordered_sample_pair&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../svm/../graph_utils/ordered_sample_pair.h:95:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 95 | throw serialization_error(e.info + "\n while serializing object of type ordered_sample_pair"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::deserialize(dlib::ordered_sample_pair&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../svm/../graph_utils/ordered_sample_pair.h:116:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 116 | throw serialization_error(e.info + "\n while deserializing object of type ordered_sample_pair"); | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads.h:22, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:25, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/Config.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h: In destructor 'dlib::thread_pool::~thread_pool()': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:518:61: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 518 | std::cerr << "It's what string is: \n" << e.what() << std::endl; | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:515:13: error: '...' handler must be the last handler for its try block [-fpermissive[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive]] 515 | catch (std::exception& e) | ^~~~~ x86_64-pc-linux-gnu-gcc -I/usr/include/uuid -lcap -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o slabinfo.plugin collectors/slabinfo.plugin/slabinfo.o libnetdata/adaptive_resortable_list/adaptive_resortable_list.o libnetdata/config/appconfig.o libnetdata/avl/avl.o libnetdata/buffer/buffer.o libnetdata/circular_buffer/circular_buffer.o libnetdata/clocks/clocks.o libnetdata/completion/completion.o libnetdata/dictionary/dictionary.o libnetdata/eval/eval.o libnetdata/libnetdata.o libnetdata/locks/locks.o libnetdata/log/log.o libnetdata/popen/popen.o libnetdata/procfile/procfile.o libnetdata/os.o libnetdata/simple_pattern/simple_pattern.o libnetdata/socket/socket.o libnetdata/socket/security.o libnetdata/statistical/statistical.o libnetdata/storage_number/storage_number.o libnetdata/threads/threads.o libnetdata/url/url.o libnetdata/json/json.o libnetdata/json/jsmn.o libnetdata/health/health.o -lm -lz -lcrypto -lssl -luuid -luv -lcrypto -lssl -latomic -lrt In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads.h:22, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:25, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/BitRateWindow.h:6, from ml/BitRateWindow.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h: In destructor 'dlib::thread_pool::~thread_pool()': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:518:61: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 518 | std::cerr << "It's what string is: \n" << e.what() << std::endl; | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:515:13: error: '...' handler must be the last handler for its try block [-fpermissive[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive]] 515 | catch (std::exception& e) | ^~~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads.h:22, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:25, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/BitBufferCounter.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h: In destructor 'dlib::thread_pool::~thread_pool()': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:518:61: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 518 | std::cerr << "It's what string is: \n" << e.what() << std::endl; | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:515:13: error: '...' handler must be the last handler for its try block [-fpermissive[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive]] 515 | catch (std::exception& e) | ^~~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads.h:22, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:25, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/Dimension.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h: In destructor 'dlib::thread_pool::~thread_pool()': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:518:61: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 518 | std::cerr << "It's what string is: \n" << e.what() << std::endl; | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:515:13: error: '...' handler must be the last handler for its try block [-fpermissive[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive]] 515 | catch (std::exception& e) | ^~~~~ In file included from ml/kmeans/dlib/dlib/all/../bigint/bigint_kernel_1.h:8, from ml/kmeans/dlib/dlib/all/../bigint/bigint_kernel_1.cpp:5, from ml/kmeans/dlib/dlib/all/source.cpp:12: ml/kmeans/dlib/dlib/all/../bigint/../serialize.h: In function 'void dlib::serialize(const string&, std::ostream&)': ml/kmeans/dlib/dlib/all/../bigint/../serialize.h:1177:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1177 | { throw serialization_error(e.info + "\n while serializing object of type std::string"); } | ^~~~ ml/kmeans/dlib/dlib/all/../bigint/../serialize.h: In function 'void dlib::deserialize(std::string&, std::istream&)': ml/kmeans/dlib/dlib/all/../bigint/../serialize.h:1191:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1191 | { throw serialization_error(e.info + "\n while deserializing object of type std::string"); } | ^~~~ ml/kmeans/dlib/dlib/all/../bigint/../serialize.h: In function 'void dlib::serialize(const wstring&, std::ostream&)': ml/kmeans/dlib/dlib/all/../bigint/../serialize.h:1211:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1211 | { throw serialization_error(e.info + "\n while serializing object of type std::wstring"); } | ^~~~ ml/kmeans/dlib/dlib/all/../bigint/../serialize.h: In function 'void dlib::deserialize(std::wstring&, std::istream&)': ml/kmeans/dlib/dlib/all/../bigint/../serialize.h:1226:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1226 | { throw serialization_error(e.info + "\n while deserializing object of type std::wstring"); } | ^~~~ ml/kmeans/dlib/dlib/all/../bigint/../serialize.h: In function 'void dlib::serialize(const ustring&, std::ostream&)': ml/kmeans/dlib/dlib/all/../bigint/../serialize.h:1245:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1245 | { throw serialization_error(e.info + "\n while serializing object of type ustring"); } | ^~~~ ml/kmeans/dlib/dlib/all/../bigint/../serialize.h: In function 'void dlib::deserialize(dlib::ustring&, std::istream&)': ml/kmeans/dlib/dlib/all/../bigint/../serialize.h:1260:39: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1260 | { throw serialization_error(e.info + "\n while deserializing object of type ustring"); } | ^~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads.h:22, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:25, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/kmeans/KMeans.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h: In destructor 'dlib::thread_pool::~thread_pool()': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:518:61: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 518 | std::cerr << "It's what string is: \n" << e.what() << std::endl; | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:515:13: error: '...' handler must be the last handler for its try block [-fpermissive[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive]] 515 | catch (std::exception& e) | ^~~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads.h:22, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:25, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/BitBufferCounter.h:6, from ml/Dimension.h:6, from ml/Database.h:6, from ml/Database.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h: In destructor 'dlib::thread_pool::~thread_pool()': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:518:61: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 518 | std::cerr << "It's what string is: \n" << e.what() << std::endl; | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:515:13: error: '...' handler must be the last handler for its try block [-fpermissive[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive]] 515 | catch (std::exception& e) | ^~~~~ x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/uuid -I/usr/include/libmongoc-1.0 -I/usr/include/libbson-1.0 -DDLIB_NO_GUI_SUPPORT -I /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib -fno-exceptions -std=c++17 -fno-exceptions -std=c++17 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o netdatacli libnetdata/adaptive_resortable_list/adaptive_resortable_list.o libnetdata/config/appconfig.o libnetdata/avl/avl.o libnetdata/buffer/buffer.o libnetdata/circular_buffer/circular_buffer.o libnetdata/clocks/clocks.o libnetdata/completion/completion.o libnetdata/dictionary/dictionary.o libnetdata/eval/eval.o libnetdata/libnetdata.o libnetdata/locks/locks.o libnetdata/log/log.o libnetdata/popen/popen.o libnetdata/procfile/procfile.o libnetdata/os.o libnetdata/simple_pattern/simple_pattern.o libnetdata/socket/socket.o libnetdata/socket/security.o libnetdata/statistical/statistical.o libnetdata/storage_number/storage_number.o libnetdata/threads/threads.o libnetdata/url/url.o libnetdata/json/json.o libnetdata/json/jsmn.o libnetdata/health/health.o cli/cli.o -lm -lz -lcrypto -lssl -luuid -luv -lcrypto -lssl -latomic -lrt In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads.h:22, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/matrix_la.h:25, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix.h:11, from ml/kmeans/SamplesBuffer.h:13, from ml/kmeans/KMeans.h:11, from ml/ml-private.h:6, from ml/Config.h:6, from ml/ml.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h: In destructor 'dlib::thread_pool::~thread_pool()': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:518:61: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 518 | std::cerr << "It's what string is: \n" << e.what() << std::endl; | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/matrix/../threads/thread_pool_extension.h:515:13: error: '...' handler must be the last handler for its try block [-fpermissive[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive]] 515 | catch (std::exception& e) | ^~~~~ In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../threads.h:22, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/matrix_la.h:25, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix.h:11, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/statistics.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics.h:6, from ml/Host.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../threads/thread_pool_extension.h: In destructor 'dlib::thread_pool::~thread_pool()': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../threads/thread_pool_extension.h:518:61: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 518 | std::cerr << "It's what string is: \n" << e.what() << std::endl; | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../matrix/../threads/thread_pool_extension.h:515:13: error: '...' handler must be the last handler for its try block [-fpermissive[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive]] 515 | catch (std::exception& e) | ^~~~~ In file included from ml/kmeans/dlib/dlib/all/../bsp/../sockets/../threads.h:22, from ml/kmeans/dlib/dlib/all/../bsp/../sockets/sockets_kernel_2.h:36, from ml/kmeans/dlib/dlib/all/../bsp/../sockets/posix.h:4, from ml/kmeans/dlib/dlib/all/../bsp/../sockets.h:14, from ml/kmeans/dlib/dlib/all/../bsp/bsp.h:12, from ml/kmeans/dlib/dlib/all/../bsp/bsp.cpp:6, from ml/kmeans/dlib/dlib/all/source.cpp:33: ml/kmeans/dlib/dlib/all/../bsp/../sockets/../threads/thread_pool_extension.h: In destructor 'dlib::thread_pool::~thread_pool()': ml/kmeans/dlib/dlib/all/../bsp/../sockets/../threads/thread_pool_extension.h:518:61: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 518 | std::cerr << "It's what string is: \n" << e.what() << std::endl; | ^~~~ ml/kmeans/dlib/dlib/all/../bsp/../sockets/../threads/thread_pool_extension.h:515:13: error: '...' handler must be the last handler for its try block [-fpermissive[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive]] 515 | catch (std::exception& e) | ^~~~~ make[2]: *** [Makefile:6442: ml/kmeans/SamplesBuffer.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/clustering/../svm/../statistics/../optimization/../geometry.h:7, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/clustering/../svm/../statistics/../optimization/max_sum_submatrix.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/clustering/../svm/../statistics/../optimization.h:15, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/clustering/../svm/../statistics/vector_normalizer_frobmetric.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/clustering/../svm/../statistics.h:13, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/clustering/../svm/function.h:14, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/clustering/../svm/kcentroid.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/clustering/../svm/kkmeans.h:14, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/clustering/spectral_cluster.h:9, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/clustering.h:8, from ml/kmeans/KMeans.cc:4: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/clustering/../svm/../statistics/../optimization/../geometry/drectangle.h: In function 'void dlib::serialize(const dlib::drectangle&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/clustering/../svm/../statistics/../optimization/../geometry/drectangle.h:235:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 235 | throw serialization_error(e.info + "\n while serializing an object of type drectangle"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/clustering/../svm/../statistics/../optimization/../geometry/drectangle.h: In function 'void dlib::deserialize(dlib::drectangle&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/clustering/../svm/../statistics/../optimization/../geometry/drectangle.h:253:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 253 | throw serialization_error(e.info + "\n while deserializing an object of type drectangle"); | ^~~~ In file included from ml/kmeans/dlib/dlib/all/source.cpp:33: ml/kmeans/dlib/dlib/all/../bsp/bsp.cpp: In function 'void dlib::impl2::read_thread(dlib::impl1::bsp_con*, long unsigned int, long unsigned int, dlib::impl1::thread_safe_message_queue&)': ml/kmeans/dlib/dlib/all/../bsp/bsp.cpp:173:70: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 173 | sout << " Error message in the exception: " << e.what() << std::endl; | ^~~~ In file included from ml/kmeans/dlib/dlib/all/source.cpp:33: ml/kmeans/dlib/dlib/all/../bsp/bsp.cpp:164:13: error: '...' handler must be the last handler for its try block [-fpermissive[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive]] 164 | catch (std::exception& e) | ^~~~~ make[2]: *** [Makefile:6442: ml/Config.o] Error 1 In file included from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../optimization/../geometry.h:7, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../optimization/max_sum_submatrix.h:10, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../optimization.h:15, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/vector_normalizer_frobmetric.h:8, from /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics.h:13, from ml/Host.cc:3: /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../optimization/../geometry/drectangle.h: In function 'void dlib::serialize(const dlib::drectangle&, std::ostream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../optimization/../geometry/drectangle.h:235:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 235 | throw serialization_error(e.info + "\n while serializing an object of type drectangle"); | ^~~~ /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../optimization/../geometry/drectangle.h: In function 'void dlib::deserialize(dlib::drectangle&, std::istream&)': /var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1/ml/kmeans/dlib/dlib/statistics/../optimization/../geometry/drectangle.h:253:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 253 | throw serialization_error(e.info + "\n while deserializing an object of type drectangle"); | ^~~~ make[2]: *** [Makefile:6442: ml/BitRateWindow.o] Error 1 make[2]: *** [Makefile:6442: ml/BitBufferCounter.o] Error 1 In file included from ml/kmeans/dlib/dlib/all/source.cpp:48: ml/kmeans/dlib/dlib/all/../server/server_kernel.cpp: In member function 'void dlib::server::start_async_helper()': ml/kmeans/dlib/dlib/all/../server/server_kernel.cpp:167:34: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 167 | sdlog << LERROR << e.what(); | ^~~~ make[2]: *** [Makefile:6442: ml/Dimension.o] Error 1 In file included from ml/kmeans/dlib/dlib/all/../server/server_http.cpp:6, from ml/kmeans/dlib/dlib/all/source.cpp:50: ml/kmeans/dlib/dlib/all/../server/server_http.h: In member function 'virtual void dlib::server_http::on_connect(std::istream&, std::ostream&, const string&, const string&, short unsigned int, short unsigned int, dlib::uint64)': ml/kmeans/dlib/dlib/all/../server/server_http.h:218:97: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 218 | dlog << LERROR << "Error processing request from: " << foreign_ip << " - " << e.what(); | ^~~~ ml/kmeans/dlib/dlib/all/../server/server_http.h:219:36: error: no matching function for call to 'write_http_response(std::ostream&, const double&)' 219 | write_http_response(out, e); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ ml/kmeans/dlib/dlib/all/../server/server_http.h:145:10: note: candidate: 'void dlib::write_http_response(std::ostream&, dlib::outgoing_things, const string&)' 145 | void write_http_response ( | ^~~~~~~~~~~~~~~~~~~ ml/kmeans/dlib/dlib/all/../server/server_http.h:145:10: note: candidate expects 3 arguments, 2 provided ml/kmeans/dlib/dlib/all/../server/server_http.h:151:10: note: candidate: 'void dlib::write_http_response(std::ostream&, const dlib::http_parse_error&)' 151 | void write_http_response ( | ^~~~~~~~~~~~~~~~~~~ ml/kmeans/dlib/dlib/all/../server/server_http.h:153:33: note: no known conversion for argument 2 from 'const double' to 'const dlib::http_parse_error&' 153 | const http_parse_error& e | ~~~~~~~~~~~~~~~~~~~~~~~~^ ml/kmeans/dlib/dlib/all/../server/server_http.h:156:10: note: candidate: 'void dlib::write_http_response(std::ostream&, const std::exception&)' 156 | void write_http_response ( | ^~~~~~~~~~~~~~~~~~~ ml/kmeans/dlib/dlib/all/../server/server_http.h:158:31: note: no known conversion for argument 2 from 'const double' to 'const std::exception&' 158 | const std::exception& e | ~~~~~~~~~~~~~~~~~~~~~~^ ml/kmeans/dlib/dlib/all/../server/server_http.h:223:97: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 223 | dlog << LERROR << "Error processing request from: " << foreign_ip << " - " << e.what(); | ^~~~ ml/kmeans/dlib/dlib/all/../server/server_http.h:224:36: error: no matching function for call to 'write_http_response(std::ostream&, const double&)' 224 | write_http_response(out, e); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ ml/kmeans/dlib/dlib/all/../server/server_http.h:145:10: note: candidate: 'void dlib::write_http_response(std::ostream&, dlib::outgoing_things, const string&)' 145 | void write_http_response ( | ^~~~~~~~~~~~~~~~~~~ ml/kmeans/dlib/dlib/all/../server/server_http.h:145:10: note: candidate expects 3 arguments, 2 provided ml/kmeans/dlib/dlib/all/../server/server_http.h:151:10: note: candidate: 'void dlib::write_http_response(std::ostream&, const dlib::http_parse_error&)' 151 | void write_http_response ( | ^~~~~~~~~~~~~~~~~~~ ml/kmeans/dlib/dlib/all/../server/server_http.h:153:33: note: no known conversion for argument 2 from 'const double' to 'const dlib::http_parse_error&' 153 | const http_parse_error& e | ~~~~~~~~~~~~~~~~~~~~~~~~^ ml/kmeans/dlib/dlib/all/../server/server_http.h:156:10: note: candidate: 'void dlib::write_http_response(std::ostream&, const std::exception&)' 156 | void write_http_response ( | ^~~~~~~~~~~~~~~~~~~ ml/kmeans/dlib/dlib/all/../server/server_http.h:158:31: note: no known conversion for argument 2 from 'const double' to 'const std::exception&' 158 | const std::exception& e | ~~~~~~~~~~~~~~~~~~~~~~^ ml/kmeans/dlib/dlib/all/../server/server_http.h:216:13: error: '...' handler must be the last handler for its try block [-fpermissive[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-fpermissive]] 216 | catch (http_parse_error& e) | ^~~~~ In file included from ml/kmeans/dlib/dlib/all/source.cpp:51: ml/kmeans/dlib/dlib/all/../threads/multithreaded_object_extension.cpp: In destructor 'virtual dlib::multithreaded_object::~multithreaded_object()': ml/kmeans/dlib/dlib/all/../threads/multithreaded_object_extension.cpp:41:28: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 41 | std::cerr << e.what() << std::endl; | ^~~~ In file included from ml/kmeans/dlib/dlib/all/source.cpp:52: ml/kmeans/dlib/dlib/all/../threads/threaded_object_extension.cpp: In destructor 'virtual dlib::threaded_object::~threaded_object()': ml/kmeans/dlib/dlib/all/../threads/threaded_object_extension.cpp:42:28: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 42 | std::cerr << e.what() << std::endl; | ^~~~ In file included from ml/kmeans/dlib/dlib/all/../dnn/../matrix/matrix_utilities.h:11, from ml/kmeans/dlib/dlib/all/../dnn/../matrix.h:7, from ml/kmeans/dlib/dlib/all/../dnn/tensor.h:8, from ml/kmeans/dlib/dlib/all/../dnn/cpu_dlib.h:9, from ml/kmeans/dlib/dlib/all/../dnn/cpu_dlib.cpp:8, from ml/kmeans/dlib/dlib/all/source.cpp:82: ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_alpha_pixel&, std::ostream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h:1468:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1468 | throw serialization_error(e.info + "\n while serializing object of type rgb_alpha_pixel"); | ^~~~ ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_alpha_pixel&, std::istream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h:1488:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1488 | throw serialization_error(e.info + "\n while deserializing object of type rgb_alpha_pixel"); | ^~~~ ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h: In function 'void dlib::serialize(const dlib::rgb_pixel&, std::ostream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h:1507:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1507 | throw serialization_error(e.info + "\n while serializing object of type rgb_pixel"); | ^~~~ ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h: In function 'void dlib::deserialize(dlib::rgb_pixel&, std::istream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h:1526:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1526 | throw serialization_error(e.info + "\n while deserializing object of type rgb_pixel"); | ^~~~ ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h: In function 'void dlib::serialize(const dlib::bgr_pixel&, std::ostream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h:1545:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1545 | throw serialization_error(e.info + "\n while serializing object of type bgr_pixel"); | ^~~~ ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h: In function 'void dlib::deserialize(dlib::bgr_pixel&, std::istream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h:1564:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1564 | throw serialization_error(e.info + "\n while deserializing object of type bgr_pixel"); | ^~~~ ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h: In function 'void dlib::serialize(const dlib::hsi_pixel&, std::ostream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h:1583:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1583 | throw serialization_error(e.info + "\n while serializing object of type hsi_pixel"); | ^~~~ ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h: In function 'void dlib::deserialize(dlib::hsi_pixel&, std::istream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h:1602:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1602 | throw serialization_error(e.info + "\n while deserializing object of type hsi_pixel"); | ^~~~ ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h: In function 'void dlib::serialize(const dlib::lab_pixel&, std::ostream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h:1621:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1621 | throw serialization_error(e.info + "\n while serializing object of type lab_pixel"); | ^~~~ ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h: In function 'void dlib::deserialize(dlib::lab_pixel&, std::istream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../pixel.h:1640:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 1640 | throw serialization_error(e.info + "\n while deserializing object of type lab_pixel"); | ^~~~ In file included from ml/kmeans/dlib/dlib/all/../dnn/../matrix/../array2d/array2d_kernel.h:10, from ml/kmeans/dlib/dlib/all/../dnn/../matrix/../array2d.h:7, from ml/kmeans/dlib/dlib/all/../dnn/../matrix/matrix_mat.h:10, from ml/kmeans/dlib/dlib/all/../dnn/../matrix/matrix_utilities.h:20, from ml/kmeans/dlib/dlib/all/../dnn/../matrix.h:7, from ml/kmeans/dlib/dlib/all/../dnn/tensor.h:8, from ml/kmeans/dlib/dlib/all/../dnn/cpu_dlib.h:9, from ml/kmeans/dlib/dlib/all/../dnn/cpu_dlib.cpp:8, from ml/kmeans/dlib/dlib/all/source.cpp:82: ml/kmeans/dlib/dlib/all/../dnn/../matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::serialize(const dlib::rectangle&, std::ostream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../array2d/../geometry/rectangle.h:299:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 299 | throw serialization_error(e.info + "\n while serializing an object of type rectangle"); | ^~~~ ml/kmeans/dlib/dlib/all/../dnn/../matrix/../array2d/../geometry/rectangle.h: In function 'void dlib::deserialize(dlib::rectangle&, std::istream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../array2d/../geometry/rectangle.h:317:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 317 | throw serialization_error(e.info + "\n while deserializing an object of type rectangle"); | ^~~~ In file included from ml/kmeans/dlib/dlib/all/../dnn/../matrix/../svm/../graph_utils/edge_list_graphs.h:12, from ml/kmeans/dlib/dlib/all/../dnn/../matrix/../svm/sparse_vector.h:12, from ml/kmeans/dlib/dlib/all/../dnn/../matrix/../sparse_vector.h:6, from ml/kmeans/dlib/dlib/all/../dnn/../matrix/matrix_la.h:8, from ml/kmeans/dlib/dlib/all/../dnn/../matrix.h:11, from ml/kmeans/dlib/dlib/all/../dnn/tensor.h:8, from ml/kmeans/dlib/dlib/all/../dnn/cpu_dlib.h:9, from ml/kmeans/dlib/dlib/all/../dnn/cpu_dlib.cpp:8, from ml/kmeans/dlib/dlib/all/source.cpp:82: ml/kmeans/dlib/dlib/all/../dnn/../matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::serialize(const dlib::sample_pair&, std::ostream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../svm/../graph_utils/sample_pair.h:149:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 149 | throw serialization_error(e.info + "\n while serializing object of type sample_pair"); | ^~~~ ml/kmeans/dlib/dlib/all/../dnn/../matrix/../svm/../graph_utils/sample_pair.h: In function 'void dlib::deserialize(dlib::sample_pair&, std::istream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../svm/../graph_utils/sample_pair.h:170:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 170 | throw serialization_error(e.info + "\n while deserializing object of type sample_pair"); | ^~~~ In file included from ml/kmeans/dlib/dlib/all/../dnn/../matrix/../svm/../graph_utils/edge_list_graphs.h:13, from ml/kmeans/dlib/dlib/all/../dnn/../matrix/../svm/sparse_vector.h:12, from ml/kmeans/dlib/dlib/all/../dnn/../matrix/../sparse_vector.h:6, from ml/kmeans/dlib/dlib/all/../dnn/../matrix/matrix_la.h:8, from ml/kmeans/dlib/dlib/all/../dnn/../matrix.h:11, from ml/kmeans/dlib/dlib/all/../dnn/tensor.h:8, from ml/kmeans/dlib/dlib/all/../dnn/cpu_dlib.h:9, from ml/kmeans/dlib/dlib/all/../dnn/cpu_dlib.cpp:8, from ml/kmeans/dlib/dlib/all/source.cpp:82: ml/kmeans/dlib/dlib/all/../dnn/../matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::serialize(const dlib::ordered_sample_pair&, std::ostream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../svm/../graph_utils/ordered_sample_pair.h:95:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 95 | throw serialization_error(e.info + "\n while serializing object of type ordered_sample_pair"); | ^~~~ ml/kmeans/dlib/dlib/all/../dnn/../matrix/../svm/../graph_utils/ordered_sample_pair.h: In function 'void dlib::deserialize(dlib::ordered_sample_pair&, std::istream&)': ml/kmeans/dlib/dlib/all/../dnn/../matrix/../svm/../graph_utils/ordered_sample_pair.h:116:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 116 | throw serialization_error(e.info + "\n while deserializing object of type ordered_sample_pair"); | ^~~~ make[2]: *** [Makefile:6442: ml/kmeans/KMeans.o] Error 1 make[2]: *** [Makefile:6442: ml/Database.o] Error 1 In file included from ml/kmeans/dlib/dlib/all/../dnn/../image_transforms/../statistics/../optimization/../geometry.h:7, from ml/kmeans/dlib/dlib/all/../dnn/../image_transforms/../statistics/../optimization/max_sum_submatrix.h:10, from ml/kmeans/dlib/dlib/all/../dnn/../image_transforms/../statistics/../optimization.h:15, from ml/kmeans/dlib/dlib/all/../dnn/../image_transforms/../statistics/vector_normalizer_frobmetric.h:8, from ml/kmeans/dlib/dlib/all/../dnn/../image_transforms/../statistics.h:13, from ml/kmeans/dlib/dlib/all/../dnn/../image_transforms/assign_image.h:8, from ml/kmeans/dlib/dlib/all/../dnn/../image_transforms/interpolation.h:9, from ml/kmeans/dlib/dlib/all/../dnn/cpu_dlib.cpp:10, from ml/kmeans/dlib/dlib/all/source.cpp:82: ml/kmeans/dlib/dlib/all/../dnn/../image_transforms/../statistics/../optimization/../geometry/drectangle.h: In function 'void dlib::serialize(const dlib::drectangle&, std::ostream&)': ml/kmeans/dlib/dlib/all/../dnn/../image_transforms/../statistics/../optimization/../geometry/drectangle.h:235:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 235 | throw serialization_error(e.info + "\n while serializing an object of type drectangle"); | ^~~~ ml/kmeans/dlib/dlib/all/../dnn/../image_transforms/../statistics/../optimization/../geometry/drectangle.h: In function 'void dlib::deserialize(dlib::drectangle&, std::istream&)': ml/kmeans/dlib/dlib/all/../dnn/../image_transforms/../statistics/../optimization/../geometry/drectangle.h:253:41: error: request for member 'info' in 'dlib::e', which is of non-class type 'const double' 253 | throw serialization_error(e.info + "\n while deserializing an object of type drectangle"); | ^~~~ make[2]: *** [Makefile:6442: ml/ml.o] Error 1 make[2]: *** [Makefile:6442: ml/Host.o] Error 1 In file included from ml/kmeans/dlib/dlib/all/source.cpp:89: ml/kmeans/dlib/dlib/all/../data_io/image_dataset_metadata.cpp: In member function 'virtual void dlib::image_dataset_metadata::doc_handler::start_element(long unsigned int, const string&, const dlib::attribute_list&)': ml/kmeans/dlib/dlib/all/../data_io/image_dataset_metadata.cpp:260:97: error: request for member 'what' in 'dlib::e', which is of non-class type 'const double' 260 | throw dlib::error("Error on line " + cast_to_string(line_number) + ": " + e.what()); | ^~~~ In file included from ml/kmeans/dlib/dlib/all/../data_io/../xml_parser.h:9, from ml/kmeans/dlib/dlib/all/../data_io/image_dataset_metadata.cpp:12, from ml/kmeans/dlib/dlib/all/source.cpp:89: ml/kmeans/dlib/dlib/all/../data_io/../xml_parser/xml_parser_kernel_1.h: In member function 'virtual const string& dlib::xml_parser::attrib_list::operator[](const string&) const': ml/kmeans/dlib/dlib/all/../data_io/../xml_parser/xml_parser_kernel_1.h:110:17: warning: control reaches end of non-void function [-Wreturn-type[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-type]] 110 | } | ^ In file included from ml/kmeans/dlib/dlib/all/../unicode/../string.h:6, from ml/kmeans/dlib/dlib/all/../unicode/unicode.cpp:7, from ml/kmeans/dlib/dlib/all/source.cpp:21: ml/kmeans/dlib/dlib/all/../unicode/../string/string.h: In static member function 'static bool dlib::string_cast_helper::cast(const std::__cxx11::basic_string<_CharT, _Traits, _Allocator>&) [with charT = char; traits = std::char_traits; alloc = std::allocator]': ml/kmeans/dlib/dlib/all/../unicode/../string/string.h:338:9: warning: control reaches end of non-void function [-Wreturn-type[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-type]] 338 | } | ^ make[2]: *** [Makefile:6458: ml/kmeans/dlib/dlib/all/source.o] Error 1 make[2]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1' make[1]: *** [Makefile:6475: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1' make: *** [Makefile:3519: all] Error 2 * ERROR: net-analyzer/netdata-1.33.1-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-analyzer/netdata-1.33.1-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-analyzer/netdata-1.33.1-r1::gentoo'`. * The complete build log is located at '/var/tmp/portage/vbslogs/build/net-analyzer/netdata-1.33.1-r1:20220628-075040.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/temp/environment'. * Working directory: '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1' * S: '/var/tmp/portage/net-analyzer/netdata-1.33.1-r1/work/netdata-v1.33.1'