task: [install:software:common:linux:redhat] mkdir -p "$HOME/.config/mblabs" task: [install:software:common:linux:redhat] if [ ! -f "$HOME/.config/mblabs/yum-devtools-check-ran" ]; then yum grouplist 'Development Tools' &> "$HOME/.config/mblabs/yum-devtools-check-ran" DEV_TOOLS_NOT_INSTALLED="$(grep 'No groups match' < "$HOME/.config/mblabs/yum-devtools-check-ran" > /dev/null)" if [[ "$DEV_TOOLS_NOT_INSTALLED" == '0' ]]; then sudo yum groupinstall -y 'Development Tools' fi touch "$HOME/.config/mblabs/yum-devtools-check-ran" fi if ! rpm --quiet --query curl file git procps-ng; then .config/log info 'Attempting to install Homebrew dependencies (sudo password required)' sudo yum install -y curl file git procps-ng fi if [ -f '/etc/os-release' ]; then source /etc/os-release if [[ "$ID" == 'fedora' ]] && [ "$VERSION_ID" -gt "29" ]; then if ! rpm --quiet --query libxcrypt-compat; then .config/log info 'Attempting to install Fedora-specific Homebrew dependency (sudo password required)' sudo yum -y install libxcrypt-compat fi fi fi task: Task "install:software:brew:linux" is up to date task: Task "install:install-doctor" is up to date task: [install:python:requirements:poetry:prereqs] if ! which gcc-5 > /dev/null; then if which gcc; then if [ -w /usr/local/bin ]; then ln -s "$(which gcc)" /usr/local/bin/gcc-5 else .config/log info 'It looks like your system is missing gcc-5 but gcc is available. You will be prompted for a password to run:' .config/log info '`sudo ln -s '"$(which gcc)"' /usr/local/bin/gcc-5`' sudo ln -s "$(which gcc)" /usr/local/bin/gcc-5 fi else .config/log warn '`gcc` is missing.' fi fi task: Task "install:software:poetry" is up to date task: Task "install:python:requirements:poetry" is up to date task: Task "ansible:galaxy:requirements" is up to date task: [ansible:test:molecule:dependencies] poetry run ansible-galaxy install --ignore-errors -r requirements.yml Starting galaxy role install process [WARNING]: - professormanhattan.homebrew (master) is already installed - use --force to change version to unspecified Starting galaxy collection install process Nothing to do. All requested collections are already installed. If you want to reinstall them, consider using `--force`. task: [symlink:role] mkdir -p "$HOME/.ansible/roles" task: [symlink:role] rm -rf "$HOME/.ansible/roles/professormanhattan.netdata" task: [symlink:role] ln -sf "$PWD" "$HOME/.ansible/roles/professormanhattan.netdata" [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details [WARNING]: Found both group and host with same name: CentOS-8 [WARNING]: Found both group and host with same name: Fedora-33 [WARNING]: Found both group and host with same name: CentOS-Stream-8 [WARNING]: Found both group and host with same name: Fedora-34 [WARNING]: Found both group and host with same name: CentOS-7 [WARNING]: Found both group and host with same name: Fedora-35 PLAY [Update platforms] ******************************************************** TASK [Gathering Facts] ********************************************************* Friday 07 January 2022 04:17:46 -0500 (0:00:00.013) 0:00:00.013 ******** ok: [localhost] TASK [Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable] *** Friday 07 January 2022 04:17:55 -0500 (0:00:09.507) 0:00:09.521 ******** skipping: [localhost] PLAY [Destroy] ***************************************************************** TASK [Destroy molecule instance(s)] ******************************************** Friday 07 January 2022 04:17:56 -0500 (0:00:00.361) 0:00:09.882 ******** ok: [localhost] => (item=ArchLinux-Latest) ok: [localhost] => (item=CentOS-7) ok: [localhost] => (item=CentOS-8) ok: [localhost] => (item=CentOS-Stream-8) ok: [localhost] => (item=Debian-9-Stretch) ok: [localhost] => (item=Debian-10-Buster) ok: [localhost] => (item=Debian-11-Bullseye) ok: [localhost] => (item=Fedora-33) ok: [localhost] => (item=Fedora-34) ok: [localhost] => (item=Fedora-35) ok: [localhost] => (item=Ubuntu-18.04-Bionic-Beaver) ok: [localhost] => (item=Ubuntu-20.04-Focal-Fossa) ok: [localhost] => (item=Ubuntu-21.04-Hirsute-Hippo) ok: [localhost] => (item=Ubuntu-21.10-Impish-Indri) ok: [localhost] => (item=Windows-10) TASK [Populate instance config] ************************************************ Friday 07 January 2022 04:18:24 -0500 (0:00:28.935) 0:00:38.818 ******** ok: [localhost] TASK [Dump instance config] **************************************************** Friday 07 January 2022 04:18:25 -0500 (0:00:00.182) 0:00:39.000 ******** skipping: [localhost] PLAY RECAP ********************************************************************* localhost : ok=3 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Friday 07 January 2022 04:18:25 -0500 (0:00:00.322) 0:00:39.323 ******** =============================================================================== Destroy molecule instance(s) ------------------------------------------- 28.94s Gathering Facts --------------------------------------------------------- 9.51s Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.36s Dump instance config ---------------------------------------------------- 0.32s Populate instance config ------------------------------------------------ 0.18s Playbook run took 0 days, 0 hours, 0 minutes, 39 seconds [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details [WARNING]: Found both group and host with same name: CentOS-Stream-8 [WARNING]: Found both group and host with same name: CentOS-8 [WARNING]: Found both group and host with same name: Fedora-34 [WARNING]: Found both group and host with same name: Fedora-33 [WARNING]: Found both group and host with same name: CentOS-7 [WARNING]: Found both group and host with same name: Fedora-35 playbook: /home/hawkwood/gas-station/roles/services/netdata/molecule/converge.yml [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details [WARNING]: Found both group and host with same name: Fedora-33 [WARNING]: Found both group and host with same name: CentOS-Stream-8 [WARNING]: Found both group and host with same name: CentOS-7 [WARNING]: Found both group and host with same name: Fedora-34 [WARNING]: Found both group and host with same name: CentOS-8 [WARNING]: Found both group and host with same name: Fedora-35 PLAY [Update platforms] ******************************************************** TASK [Gathering Facts] ********************************************************* Friday 07 January 2022 04:18:28 -0500 (0:00:00.014) 0:00:00.014 ******** ok: [localhost] TASK [Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable] *** Friday 07 January 2022 04:18:38 -0500 (0:00:09.526) 0:00:09.541 ******** skipping: [localhost] PLAY [Create] ****************************************************************** TASK [Create molecule instance(s)] ********************************************* Friday 07 January 2022 04:18:38 -0500 (0:00:00.360) 0:00:09.902 ******** changed: [localhost] => (item=ArchLinux-Latest) changed: [localhost] => (item=CentOS-7) changed: [localhost] => (item=CentOS-8) changed: [localhost] => (item=CentOS-Stream-8) changed: [localhost] => (item=Debian-9-Stretch) changed: [localhost] => (item=Debian-10-Buster) changed: [localhost] => (item=Debian-11-Bullseye) changed: [localhost] => (item=Fedora-33) changed: [localhost] => (item=Fedora-34) changed: [localhost] => (item=Fedora-35) changed: [localhost] => (item=Ubuntu-18.04-Bionic-Beaver) changed: [localhost] => (item=Ubuntu-20.04-Focal-Fossa) changed: [localhost] => (item=Ubuntu-21.04-Hirsute-Hippo) changed: [localhost] => (item=Ubuntu-21.10-Impish-Indri) changed: [localhost] => (item=Windows-10) TASK [Populate instance config dict] ******************************************* Friday 07 January 2022 04:28:18 -0500 (0:09:40.157) 0:09:50.059 ******** ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-ArchLinux-Latest.out', 'Host': 'ArchLinux-Latest', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2214', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/ArchLinux-Latest/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'ArchLinux-Latest', 'platform_box': 'archlinux/archlinux', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'archlinux/archlinux', 'cpus': 1, 'groups': ['ArchLinux', 'Linux'], 'memory': 512, 'name': 'ArchLinux-Latest', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'}) ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-CentOS-7.out', 'Host': 'CentOS-7', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2215', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/CentOS-7/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'CentOS-7', 'platform_box': 'bento/centos-7', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/centos-7', 'cpus': 1, 'groups': ['CentOS', 'CentOS-7', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'CentOS-7', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'}) ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-CentOS-8.out', 'Host': 'CentOS-8', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2216', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/CentOS-8/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'CentOS-8', 'platform_box': 'bento/centos-8', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/centos-8', 'cpus': 1, 'groups': ['CentOS', 'CentOS-8', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'CentOS-8', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'}) ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-CentOS-Stream-8.out', 'Host': 'CentOS-Stream-8', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2217', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/CentOS-Stream-8/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'CentOS-Stream-8', 'platform_box': 'bento/centos-stream-8', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/centos-stream-8', 'cpus': 1, 'groups': ['CentOS', 'CentOS-Stream-8', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'CentOS-Stream-8', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'}) ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-Debian-9-Stretch.out', 'Host': 'Debian-9-Stretch', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2218', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/Debian-9-Stretch/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Debian-9-Stretch', 'platform_box': 'bento/debian-9', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/debian-9', 'cpus': 1, 'groups': ['Debian', 'Debian-9', 'Debian-Flavor', 'Linux'], 'memory': 512, 'name': 'Debian-9-Stretch', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'}) ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-Debian-10-Buster.out', 'Host': 'Debian-10-Buster', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2219', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/Debian-10-Buster/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Debian-10-Buster', 'platform_box': 'bento/debian-10', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/debian-10', 'cpus': 1, 'groups': ['Debian', 'Debian-10', 'Debian-Flavor', 'Linux'], 'memory': 512, 'name': 'Debian-10-Buster', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'}) ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-Debian-11-Bullseye.out', 'Host': 'Debian-11-Bullseye', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2220', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/Debian-11-Bullseye/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Debian-11-Bullseye', 'platform_box': 'bento/debian-11.1', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/debian-11.1', 'cpus': 1, 'groups': ['Debian', 'Debian-11', 'Debian-Flavor', 'Linux'], 'memory': 512, 'name': 'Debian-11-Bullseye', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'}) ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-Fedora-33.out', 'Host': 'Fedora-33', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2221', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/Fedora-33/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Fedora-33', 'platform_box': 'alvistack/fedora-33', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'alvistack/fedora-33', 'cpus': 1, 'groups': ['Fedora', 'Fedora-33', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'Fedora-33', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'}) ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-Fedora-34.out', 'Host': 'Fedora-34', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2223', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/Fedora-34/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Fedora-34', 'platform_box': 'alvistack/fedora-34', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'alvistack/fedora-34', 'cpus': 1, 'groups': ['Fedora', 'Fedora-34', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'Fedora-34', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'}) ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-Fedora-35.out', 'Host': 'Fedora-35', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2224', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/Fedora-35/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Fedora-35', 'platform_box': 'alvistack/fedora-35', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'alvistack/fedora-35', 'cpus': 1, 'groups': ['Fedora', 'Fedora-35', 'Linux', 'RedHat-Flavor'], 'memory': 512, 'name': 'Fedora-35', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'}) ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-Ubuntu-18.04-Bionic-Beaver.out', 'Host': 'Ubuntu-18.04-Bionic-Beaver', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2225', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/Ubuntu-18.04-Bionic-Beaver/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Ubuntu-18.04-Bionic-Beaver', 'platform_box': 'bento/ubuntu-18.04', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/ubuntu-18.04', 'cpus': 1, 'groups': ['Debian-Flavor', 'Linux', 'Ubuntu', 'Ubuntu-18.04'], 'memory': 512, 'name': 'Ubuntu-18.04-Bionic-Beaver', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'}) ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-Ubuntu-20.04-Focal-Fossa.out', 'Host': 'Ubuntu-20.04-Focal-Fossa', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2226', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/Ubuntu-20.04-Focal-Fossa/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Ubuntu-20.04-Focal-Fossa', 'platform_box': 'bento/ubuntu-20.04', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/ubuntu-20.04', 'cpus': 1, 'groups': ['Debian-Flavor', 'Linux', 'Ubuntu', 'Ubuntu-20.04'], 'memory': 512, 'name': 'Ubuntu-20.04-Focal-Fossa', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'}) ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-Ubuntu-21.04-Hirsute-Hippo.out', 'Host': 'Ubuntu-21.04-Hirsute-Hippo', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2227', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/Ubuntu-21.04-Hirsute-Hippo/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Ubuntu-21.04-Hirsute-Hippo', 'platform_box': 'bento/ubuntu-21.04', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'bento/ubuntu-21.04', 'cpus': 1, 'groups': ['Debian-Flavor', 'Linux', 'Ubuntu', 'Ubuntu-21.04'], 'memory': 512, 'name': 'Ubuntu-21.04-Hirsute-Hippo', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'}) ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-Ubuntu-21.10-Impish-Indri.out', 'Host': 'Ubuntu-21.10-Impish-Indri', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2228', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/Ubuntu-21.10-Impish-Indri/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Ubuntu-21.10-Impish-Indri', 'platform_box': 'alvistack/ubuntu-21.10', 'provider_name': 'virtualbox', 'provider_memory': 512, 'provider_cpus': 1, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'alvistack/ubuntu-21.10', 'cpus': 1, 'groups': ['Debian-Flavor', 'Linux', 'Ubuntu', 'Ubuntu-21.10'], 'memory': 512, 'name': 'Ubuntu-21.10-Impish-Indri', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]"]}, 'ansible_loop_var': 'item'}) ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/netdata/default/vagrant-Windows-10.out', 'Host': 'Windows-10', 'HostName': '127.0.0.1', 'User': 'vagrant', 'Port': '2229', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/home/hawkwood/.cache/molecule/netdata/default/.vagrant/machines/Windows-10/virtualbox/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL', 'invocation': {'module_args': {'instance_name': 'Windows-10', 'platform_box': 'Megabyte/Windows-Desktop', 'provider_name': 'virtualbox', 'provider_memory': 4096, 'provider_cpus': 2, 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]", "customize [ 'modifyvm', :id, '--natpf1', 'winrm,tcp,127.0.0.1,55985,,5985' ]"], 'state': 'up', 'instance_interfaces': [], 'config_options': {}, 'provider_options': {}, 'provision': False, 'force_stop': False, 'instance_raw_config_args': None, 'platform_box_version': None, 'platform_box_url': None, 'provider_override_args': None, 'workdir': None}}, 'failed': False, 'item': {'box': 'Megabyte/Windows-Desktop', 'cpus': 2, 'groups': ['Windows'], 'memory': 4096, 'name': 'Windows-10', 'provider_raw_config_args': ["customize [ 'modifyvm', :id, '--natdnshostresolver1', 'on' ]", "customize [ 'modifyvm', :id, '--natpf1', 'winrm,tcp,127.0.0.1,55985,,5985' ]"]}, 'ansible_loop_var': 'item'}) TASK [Convert instance config dict to a list] ********************************** Friday 07 January 2022 04:28:19 -0500 (0:00:01.003) 0:09:51.063 ******** ok: [localhost] TASK [Dump instance config] **************************************************** Friday 07 January 2022 04:28:19 -0500 (0:00:00.159) 0:09:51.223 ******** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=5 changed=2 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 Friday 07 January 2022 04:28:20 -0500 (0:00:01.028) 0:09:52.251 ******** =============================================================================== Create molecule instance(s) ------------------------------------------- 580.16s Gathering Facts --------------------------------------------------------- 9.53s Dump instance config ---------------------------------------------------- 1.03s Populate instance config dict ------------------------------------------- 1.00s Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.36s Convert instance config dict to a list ---------------------------------- 0.16s Playbook run took 0 days, 0 hours, 9 minutes, 52 seconds [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details [WARNING]: Found both group and host with same name: Fedora-33 [WARNING]: Found both group and host with same name: CentOS-Stream-8 [WARNING]: Found both group and host with same name: Fedora-34 [WARNING]: Found both group and host with same name: Fedora-35 [WARNING]: Found both group and host with same name: CentOS-7 [WARNING]: Found both group and host with same name: CentOS-8 PLAY [Prepare] ***************************************************************** TASK [Bootstrap Python for Ansible] ******************************************** Friday 07 January 2022 04:28:23 -0500 (0:00:00.027) 0:00:00.027 ******** skipping: [Windows-10] ok: [Debian-9-Stretch] ok: [Debian-10-Buster] ok: [Debian-11-Bullseye] ok: [ArchLinux-Latest] ok: [CentOS-7] ok: [Fedora-35] ok: [Fedora-34] ok: [Ubuntu-21.10-Impish-Indri] ok: [Fedora-33] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-20.04-Focal-Fossa] ok: [CentOS-8] ok: [CentOS-Stream-8] PLAY RECAP ********************************************************************* ArchLinux-Latest : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 CentOS-7 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 CentOS-8 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 CentOS-Stream-8 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Debian-10-Buster : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Debian-11-Bullseye : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Debian-9-Stretch : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Fedora-33 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Fedora-34 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Fedora-35 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Ubuntu-18.04-Bionic-Beaver : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Ubuntu-20.04-Focal-Fossa : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Ubuntu-21.04-Hirsute-Hippo : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Ubuntu-21.10-Impish-Indri : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Windows-10 : ok=0 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 Friday 07 January 2022 04:28:37 -0500 (0:00:14.521) 0:00:14.549 ******** =============================================================================== Bootstrap Python for Ansible ------------------------------------------- 14.52s Playbook run took 0 days, 0 hours, 0 minutes, 14 seconds [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details [WARNING]: Found both group and host with same name: CentOS-8 [WARNING]: Found both group and host with same name: CentOS-7 [WARNING]: Found both group and host with same name: Fedora-35 [WARNING]: Found both group and host with same name: Fedora-33 [WARNING]: Found both group and host with same name: Fedora-34 [WARNING]: Found both group and host with same name: CentOS-Stream-8 PLAY [Converge] **************************************************************** TASK [Gathering Facts] ********************************************************* Friday 07 January 2022 04:28:39 -0500 (0:00:00.026) 0:00:00.026 ******** ok: [CentOS-7] ok: [Debian-9-Stretch] ok: [Debian-10-Buster] ok: [Debian-11-Bullseye] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [ArchLinux-Latest] ok: [Ubuntu-20.04-Focal-Fossa] ok: [Fedora-33] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-21.10-Impish-Indri] ok: [Fedora-34] ok: [Fedora-35] ok: [Windows-10] TASK [professormanhattan.homebrew : Include variables based on the operating system] *** Friday 07 January 2022 04:28:42 -0500 (0:00:02.837) 0:00:02.863 ******** skipping: [ArchLinux-Latest] skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Debian-10-Buster] skipping: [Debian-11-Bullseye] skipping: [Debian-9-Stretch] skipping: [Fedora-33] skipping: [Fedora-34] skipping: [Fedora-35] skipping: [Ubuntu-18.04-Bionic-Beaver] skipping: [Ubuntu-20.04-Focal-Fossa] skipping: [Ubuntu-21.04-Hirsute-Hippo] skipping: [Ubuntu-21.10-Impish-Indri] skipping: [Windows-10] TASK [professormanhattan.homebrew : Register Homebrew bin path information] **** Friday 07 January 2022 04:28:42 -0500 (0:00:00.135) 0:00:02.999 ******** skipping: [ArchLinux-Latest] skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Debian-10-Buster] skipping: [Debian-11-Bullseye] skipping: [Debian-9-Stretch] skipping: [Fedora-33] skipping: [Fedora-34] skipping: [Fedora-35] skipping: [Ubuntu-18.04-Bionic-Beaver] skipping: [Ubuntu-20.04-Focal-Fossa] skipping: [Ubuntu-21.04-Hirsute-Hippo] skipping: [Ubuntu-21.10-Impish-Indri] skipping: [Windows-10] TASK [professormanhattan.homebrew : include_tasks] ***************************** Friday 07 January 2022 04:28:43 -0500 (0:00:00.135) 0:00:03.134 ******** skipping: [ArchLinux-Latest] skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Debian-10-Buster] skipping: [Debian-11-Bullseye] skipping: [Debian-9-Stretch] skipping: [Fedora-33] skipping: [Fedora-34] skipping: [Fedora-35] skipping: [Ubuntu-18.04-Bionic-Beaver] skipping: [Ubuntu-20.04-Focal-Fossa] skipping: [Ubuntu-21.04-Hirsute-Hippo] skipping: [Ubuntu-21.10-Impish-Indri] skipping: [Windows-10] TASK [professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux)] *** Friday 07 January 2022 04:28:43 -0500 (0:00:00.140) 0:00:03.275 ******** skipping: [ArchLinux-Latest] => (item=vagrant) skipping: [CentOS-7] => (item=vagrant) skipping: [CentOS-8] => (item=vagrant) skipping: [CentOS-Stream-8] => (item=vagrant) skipping: [Debian-10-Buster] => (item=vagrant) skipping: [Debian-11-Bullseye] => (item=vagrant) skipping: [Debian-9-Stretch] => (item=vagrant) skipping: [Fedora-33] => (item=vagrant) skipping: [Fedora-34] => (item=vagrant) skipping: [Fedora-35] => (item=vagrant) skipping: [Ubuntu-18.04-Bionic-Beaver] => (item=vagrant) skipping: [Ubuntu-20.04-Focal-Fossa] => (item=vagrant) skipping: [Ubuntu-21.04-Hirsute-Hippo] => (item=vagrant) skipping: [Ubuntu-21.10-Impish-Indri] => (item=vagrant) skipping: [Windows-10] => (item=vagrant) TASK [professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date] *** Friday 07 January 2022 04:28:43 -0500 (0:00:00.150) 0:00:03.425 ******** TASK [professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date] *** Friday 07 January 2022 04:28:43 -0500 (0:00:00.135) 0:00:03.561 ******** TASK [professormanhattan.netdata : Include variables based on the operating system] *** Friday 07 January 2022 04:28:43 -0500 (0:00:00.218) 0:00:03.779 ******** ok: [ArchLinux-Latest] ok: [CentOS-7] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Debian-10-Buster] ok: [Debian-11-Bullseye] ok: [Debian-9-Stretch] ok: [Fedora-33] ok: [Fedora-34] ok: [Fedora-35] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [Ubuntu-20.04-Focal-Fossa] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-21.10-Impish-Indri] fatal: [Windows-10]: FAILED! => changed=false ansible_facts: {} ansible_included_var_files: [] message: |- Could not find or access 'Windows.yml' Searched in: /home/hawkwood/gas-station/roles/services/netdata/vars/Windows.yml /home/hawkwood/gas-station/roles/services/netdata/Windows.yml /home/hawkwood/gas-station/roles/services/netdata/tasks/vars/Windows.yml /home/hawkwood/gas-station/roles/services/netdata/tasks/Windows.yml /home/hawkwood/gas-station/roles/services/netdata/molecule/vars/Windows.yml /home/hawkwood/gas-station/roles/services/netdata/molecule/Windows.yml on the Ansible Controller. If you are using a module and expect the file to exist on the remote, see the remote_src option TASK [professormanhattan.netdata : include_tasks] ****************************** Friday 07 January 2022 04:28:43 -0500 (0:00:00.141) 0:00:03.920 ******** included: /home/hawkwood/gas-station/roles/services/netdata/tasks/install-Archlinux.yml for ArchLinux-Latest included: /home/hawkwood/gas-station/roles/services/netdata/tasks/install-RedHat.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35 included: /home/hawkwood/gas-station/roles/services/netdata/tasks/install-Debian.yml for Debian-10-Buster, Debian-11-Bullseye, Debian-9-Stretch, Ubuntu-18.04-Bionic-Beaver, Ubuntu-20.04-Focal-Fossa, Ubuntu-21.04-Hirsute-Hippo, Ubuntu-21.10-Impish-Indri TASK [professormanhattan.netdata : Run generic Linux tasks] ******************** Friday 07 January 2022 04:28:43 -0500 (0:00:00.184) 0:00:04.104 ******** included: /home/hawkwood/gas-station/roles/services/netdata/tasks/install-Linux.yml for ArchLinux-Latest TASK [professormanhattan.netdata : Ensure Megabyte Labs configuration directory exists] *** Friday 07 January 2022 04:28:44 -0500 (0:00:00.075) 0:00:04.180 ******** changed: [ArchLinux-Latest] => (item=~/.config) changed: [ArchLinux-Latest] => (item=~/.config/megabytelabs) TASK [professormanhattan.netdata : Download the netdata kickstart.sh file] ***** Friday 07 January 2022 04:28:44 -0500 (0:00:00.491) 0:00:04.672 ******** changed: [ArchLinux-Latest] TASK [professormanhattan.netdata : Ensure netdata is installed and up-to-date] *** Friday 07 January 2022 04:28:45 -0500 (0:00:00.574) 0:00:05.246 ******** fatal: [ArchLinux-Latest]: FAILED! => changed=true cmd: - bash - ~/.config/megabytelabs/netdata-kickstart.sh - --dont-wait - --stable-channel - --disable-telemetry delta: '0:07:22.637077' end: '2022-01-07 09:36:08.061506' msg: non-zero return code rc: 1 start: '2022-01-07 09:28:45.424429' stderr: |2- --- Fetching script to detect required packages... --- [/tmp/netdata-kickstart-Rz8PrDSKkv]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-kickstart-Rz8PrDSKkv/install-required-packages.sh https://raw.githubusercontent.com/netdata/netdata/master/packaging/installer/install-required-packages.sh OK --- Running downloaded script to detect required packages... --- [/tmp/netdata-kickstart-Rz8PrDSKkv]# /usr/bin/bash /tmp/netdata-kickstart-Rz8PrDSKkv/install-required-packages.sh --dont-wait --non-interactive netdata Loading /etc/os-release ... Searching for distro_sdk ... Searching for git ... > Running pacman -Sy to sync the database > Checking if package 'git' is installed... Searching for gcc ... > Checking if package 'gcc' is installed... Searching for gxx ... Searching for make ... > Checking if package 'make' is installed... Searching for autoconf ... > Checking if package 'autoconf' is installed... Searching for autoconf_archive ... > Checking if package 'autoconf-archive' is installed... Searching for autogen ... > Checking if package 'autogen' is installed... Searching for automake ... > Checking if package 'automake' is installed... Searching for libtool ... > Checking if package 'libtool' is installed... Searching for pkg_config ... > Checking if package 'pkgconfig' is installed... Searching for cmake ... > Checking if package 'cmake' is installed... Searching for netcat ... > Checking if package 'gnu-netcat' is installed... Searching for libz_dev ... > Checking if package 'zlib' is installed... Searching for libuuid_dev ... > Checking if package 'util-linux' is installed... Searching for libmnl_dev ... > Checking if package 'libmnl' is installed... Searching for json_c_dev ... > Checking if package 'json-c' is installed... Searching for libuv ... > Checking if package 'libuv' is installed... Searching for lz4 ... > Checking if package 'lz4' is installed... Searching for openssl ... > Checking if package 'openssl' is installed... Searching for judy ... > Checking if package 'judy' is installed... Searching for libelf ... > Checking if package 'libelf' is installed... The following command will be run: >> IMPORTANT << Please make sure your system is up to date by running: pacman -Syu Running in non-interactive mode pacman --noconfirm --needed -S autoconf autoconf-archive autogen automake cmake gcc git gnu-netcat judy libtool libuv make pkgconfig Running in non-interactive mode pacman --noconfirm --needed -S autoconf autoconf-archive autogen automake cmake gcc git gnu-netcat judy libtool libuv make pkgconfig All Done! - Now proceed to the next step. OK [/tmp/netdata-kickstart-Rz8PrDSKkv]# curl -q -sSL --connect-timeout 10 --retry 3 --output /dev/stdout https://api.github.com/repos/netdata/netdata/releases/latest OK [/tmp/netdata-kickstart-Rz8PrDSKkv]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-kickstart-Rz8PrDSKkv/sha256sum.txt https://github.com/netdata/netdata/releases/download/1.32.1/sha256sums.txt OK [/tmp/netdata-kickstart-Rz8PrDSKkv]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-kickstart-Rz8PrDSKkv/netdata-latest.tar.gz https://github.com/netdata/netdata/releases/download/1.32.1/netdata-latest.tar.gz OK [/tmp/netdata-kickstart-Rz8PrDSKkv]# tar -xf netdata-latest.tar.gz OK --- Installing netdata... --- [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# ./netdata-installer.sh --auto-update --stable-channel --disable-telemetry --dont-wait ^ |.-. .-. .-. .-. . netdata | '-' '-' '-' '-' real-time performance monitoring, done right! +----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+---> --- Prepare custom libmosquitto version --- [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-mosquitto-c9S5E7/v.1.6.8_Netdata-5.tar.gz https://github.com/netdata/mosquitto/archive/v.1.6.8_Netdata-5.tar.gz OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# tar -xf /tmp/netdata-mosquitto-c9S5E7/v.1.6.8_Netdata-5.tar.gz -C /tmp/netdata-mosquitto-c9S5E7 OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= make -j1 -C /tmp/netdata-mosquitto-c9S5E7/mosquitto-v.1.6.8_Netdata-5/lib OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# mkdir -p /tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/externaldeps/mosquitto OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# cp /tmp/netdata-mosquitto-c9S5E7/mosquitto-v.1.6.8_Netdata-5/lib/libmosquitto.a /tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/externaldeps/mosquitto OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# cp /tmp/netdata-mosquitto-c9S5E7/mosquitto-v.1.6.8_Netdata-5/lib/mosquitto.h /tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/externaldeps/mosquitto OK OK libmosquitto built and prepared. --- Prepare libwebsockets --- [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-libwebsockets-9Vq647/v3.2.2.tar.gz https://github.com/warmcat/libwebsockets/archive/v3.2.2.tar.gz OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# tar -xf /tmp/netdata-libwebsockets-9Vq647/v3.2.2.tar.gz -C /tmp/netdata-libwebsockets-9Vq647 OK [/tmp/netdata-libwebsockets-9Vq647/libwebsockets-3.2.2]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= cmake -D LWS_WITH_SOCKS5:bool=ON -D LWS_IPV6:bool=ON . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Git commit hash: Compiling with SSL support OpenSSL include dir: /usr/include OpenSSL libraries: /usr/lib/libssl.so;/usr/lib/libcrypto.so Searching for OpenSSL executable and dlls OpenSSL executable: /usr/bin/openssl GENCERTS = 1 Generating SSL Certificates for the test-server... Generating a RSA private key ...............+++++ ................................................+++++ writing new private key to '/tmp/netdata-libwebsockets-9Vq647/libwebsockets-3.2.2/libwebsockets-test-server.key.pem' ----- You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) [AU]:State or Province Name (full name) [Some-State]:Locality Name (eg, city) []:Organization Name (eg, company) [Internet Widgits Pty Ltd]:Organizational Unit Name (eg, section) []:Common Name (e.g. server FQDN or YOUR name) []:Email Address []:SUCCESSFULLY generated SSL certificate --------------------------------------------------------------------- Settings: (For more help do cmake -LH ) --------------------------------------------------------------------- LWS_WITH_STATIC = ON LWS_WITH_SHARED = ON LWS_WITH_SSL = ON (SSL Support) LWS_SSL_CLIENT_USE_OS_CA_CERTS = 1 LWS_WITH_WOLFSSL = OFF (wolfSSL/CyaSSL replacement for OpenSSL) LWS_WITH_MBEDTLS = OFF (mbedTLS replacement for OpenSSL) LWS_WITHOUT_BUILTIN_SHA1 = OFF LWS_WITHOUT_BUILTIN_GETIFADDRS = OFF LWS_WITHOUT_CLIENT = OFF LWS_WITHOUT_SERVER = OFF LWS_LINK_TESTAPPS_DYNAMIC = OFF LWS_WITHOUT_TESTAPPS = OFF LWS_WITHOUT_TEST_SERVER = OFF LWS_WITHOUT_TEST_SERVER_EXTPOLL = OFF LWS_WITHOUT_TEST_PING = OFF LWS_WITHOUT_TEST_CLIENT = OFF LWS_WITHOUT_EXTENSIONS = ON LWS_WITH_LATENCY = OFF LWS_WITHOUT_DAEMONIZE = ON LWS_WITH_LIBEV = OFF LWS_WITH_LIBUV = OFF LWS_WITH_LIBEVENT = OFF LWS_IPV6 = ON LWS_UNIX_SOCK = OFF LWS_WITH_HTTP2 = 1 LWS_SSL_SERVER_WITH_ECDH_CERT = OFF LWS_MAX_SMP = 1 LWS_HAVE_PTHREAD_H = 1 LWS_WITH_CGI = OFF LWS_HAVE_OPENSSL_ECDH_H = 1 LWS_HAVE_SSL_CTX_set1_param = 1 LWS_HAVE_RSA_SET0_KEY = 1 LWS_WITH_HTTP_PROXY = OFF LIBHUBBUB_LIBRARIES = PLUGINS = LWS_WITH_ACCESS_LOG = OFF LWS_WITH_SERVER_STATUS = OFF LWS_WITH_LEJP = ON LWS_WITH_LEJP_CONF = ON LWS_WITH_SMTP = OFF LWS_WITH_GENERIC_SESSIONS = OFF LWS_STATIC_PIC = OFF LWS_WITH_RANGES = OFF LWS_PLAT_OPTEE = OFF LWS_WITH_ESP32 = OFF LWS_WITH_ZIP_FOPS = OFF LWS_AVOID_SIGPIPE_IGN = OFF LWS_WITH_STATS = OFF LWS_WITH_SOCKS5 = ON LWS_HAVE_SYS_CAPABILITY_H = 1 LWS_HAVE_LIBCAP = 1 LWS_WITH_PEER_LIMITS = OFF LWS_HAVE_ATOLL = 1 LWS_HAVE__ATOI64 = LWS_HAVE_STAT32I64 = LWS_HAS_INTPTR_T = 1 LWS_WITH_EXPORT_LWSTARGETS = ON LWS_WITH_ABSTRACT = --------------------------------------------------------------------- OK [/tmp/netdata-libwebsockets-9Vq647/libwebsockets-3.2.2]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= make -j1 OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# mkdir -p /tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/externaldeps/libwebsockets OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# cp /tmp/netdata-libwebsockets-9Vq647/libwebsockets-3.2.2/lib/libwebsockets.a /tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/externaldeps/libwebsockets/libwebsockets.a OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# cp -r /tmp/netdata-libwebsockets-9Vq647/libwebsockets-3.2.2/include /tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/externaldeps/libwebsockets OK OK libwebsockets built and prepared. [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-protobuf-n2E2ac/protobuf-cpp-3.17.3.tar.gz https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protobuf-cpp-3.17.3.tar.gz OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# tar -xf /tmp/netdata-protobuf-n2E2ac/protobuf-cpp-3.17.3.tar.gz -C /tmp/netdata-protobuf-n2E2ac OK [/tmp/netdata-protobuf-n2E2ac/protobuf-3.17.3]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= ./configure --disable-shared --without-zlib --disable-dependency-tracking --with-pic OK [/tmp/netdata-protobuf-n2E2ac/protobuf-3.17.3]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= make -j1 google/protobuf/compiler/js/js_generator.cc:97:6: warning: 'bool google::protobuf::compiler::js::{anonymous}::StrEndsWith(google::protobuf::stringpiece_internal::StringPiece, google::protobuf::stringpiece_internal::StringPiece)' defined but not used [-Wunused-function] 97 | bool StrEndsWith(StringPiece sp, StringPiece x) { | ^~~~~~~~~~~ ranlib: .libs/libprotoc.a: No space left on device make[2]: *** [Makefile:3159: libprotoc.la] Error 1 make[1]: *** [Makefile:1909: all-recursive] Error 1 make: *** [Makefile:1816: all] Error 2 FAILED FAILED Failed to build protobuf. cp: cannot stat 'packaging/current_libbpf.checksums': No such file or directory cp: cannot stat 'packaging/current_libbpf.version': No such file or directory --- Prepare libbpf --- [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-libbpf-ma8tfW/v0.5.1_netdata.tar.gz https://github.com/netdata/libbpf/archive/v0.5.1_netdata.tar.gz OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# tar -xf /tmp/netdata-libbpf-ma8tfW/v0.5.1_netdata.tar.gz -C /tmp/netdata-libbpf-ma8tfW OK [/tmp/netdata-libbpf-ma8tfW/libbpf-0.5.1_netdata/src]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= BUILD_STATIC_ONLY=y OBJDIR=build DESTDIR=.. make -j1 install OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# mkdir -p /tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/externaldeps/libbpf OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# cp /tmp/netdata-libbpf-ma8tfW/libbpf-0.5.1_netdata/usr/lib64/libbpf.a /tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/externaldeps/libbpf/libbpf.a OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# cp -r /tmp/netdata-libbpf-ma8tfW/libbpf-0.5.1_netdata/usr/include /tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/externaldeps/libbpf OK OK libbpf built and prepared. --- Run autotools to configure the build environment --- [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# autoreconf -ivf autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I build/m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: /usr/bin/autoconf --force configure.ac:39: warning: The macro `AC_PROG_CC_C99' is obsolete. configure.ac:39: You should run autoupdate. ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... configure.ac:39: the top level configure.ac:321: warning: The macro `ACX_PTHREAD' is obsolete. configure.ac:321: You should run autoupdate. build/m4/ax_pthread.m4:63: ACX_PTHREAD is expanded from... configure.ac:321: the top level configure.ac:1149: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:1149: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:1149: the top level configure.ac:1503: warning: The macro `AC_LANG_CPLUSPLUS' is obsolete. configure.ac:1503: You should run autoupdate. ./lib/autoconf/c.m4:262: AC_LANG_CPLUSPLUS is expanded from... configure.ac:1503: the top level configure.ac:1509: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:1509: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:1509: the top level autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing autoreconf: Leaving directory '.' OK [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/libexec --libdir=/usr/lib --with-zlib --with-math --with-user=netdata --disable-ml --with-bundled-lws CFLAGS=-O2 LDFLAGS= OK --- Cleanup compilation directory --- [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# make clean OK --- Compile netdata --- [/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1]# make -j1 database/sqlite/sqlite3.c:235536:1: fatal error: error writing to /tmp/ccxHp1bm.s: No space left on device 235536 | SQLITE_API const char *sqlite3_sourceid(void){ return SQLITE_SOURCE_ID; } | ^~~~~~~~~~ compilation terminated. make[2]: *** [Makefile:5780: database/sqlite/sqlite3.o] Error 1 make[1]: *** [Makefile:6478: all-recursive] Error 1 make: *** [Makefile:3533: all] Error 2 FAILED FAILED ABORTED netdata-installer.sh exited with error stderr_lines: stdout: |- System : Linux Operating System : GNU/Linux Machine : x86_64 BASH major version: /etc/os-release information: NAME : Arch Linux VERSION : ID : arch ID_LIKE : VERSION_ID : We detected these: Distribution : arch Version : Codename : Package Manager : install_pacman Packages Tree : arch Detection Method: /etc/os-release Default Python v: 3 resolving dependencies... looking for conflicting packages... Packages (30) binutils-2.36.1-3 db-5.3.28-5 elfutils-0.186-2 gc-8.2.0-2 gcc-libs-11.1.0-3 guile-2.2.7-2 hicolor-icon-theme-0.17-2 jsoncpp-1.9.5-1 libelf-0.186-2 libmpc-1.2.1-1 m4-1.4.19-1 perl-5.34.0-3 perl-error-0.17029-3 perl-mailtools-2.21-5 perl-timedate-2.33-3 rhash-1.4.2-1 texinfo-6.8-2 autoconf-2.71-1 autoconf-archive-1:2021.02.19-4 autogen-5.18.16-2 automake-1.16.5-1 cmake-3.22.1-5 gcc-11.1.0-3 git-2.34.1-1 gnu-netcat-0.7.1-8 judy-1.0.5-7 libtool-2.4.6+42+gb88cebd5-16 libuv-1.42.0-1 make-4.3-3 pkgconf-1.8.0-1 Total Download Size: 116.14 MiB Total Installed Size: 552.99 MiB Net Upgrade Size: 427.81 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... gcc-11.1.0-3-x86_64 downloading... gcc-libs-11.1.0-3-x86_64 downloading... perl-5.34.0-3-x86_64 downloading... cmake-3.22.1-5-x86_64 downloading... guile-2.2.7-2-x86_64 downloading... binutils-2.36.1-3-x86_64 downloading... git-2.34.1-1-x86_64 downloading... texinfo-6.8-2-x86_64 downloading... db-5.3.28-5-x86_64 downloading... autoconf-2.71-1-any downloading... autogen-5.18.16-2-x86_64 downloading... automake-1.16.5-1-any downloading... elfutils-0.186-2-x86_64 downloading... autoconf-archive-1:2021.02.19-4-any downloading... libelf-0.186-2-x86_64 downloading... make-4.3-3-x86_64 downloading... libtool-2.4.6+42+gb88cebd5-16-x86_64 downloading... m4-1.4.19-1-x86_64 downloading... gc-8.2.0-2-x86_64 downloading... libuv-1.42.0-1-x86_64 downloading... rhash-1.4.2-1-x86_64 downloading... judy-1.0.5-7-x86_64 downloading... jsoncpp-1.9.5-1-x86_64 downloading... libmpc-1.2.1-1-x86_64 downloading... perl-mailtools-2.21-5-any downloading... pkgconf-1.8.0-1-x86_64 downloading... perl-timedate-2.33-3-any downloading... gnu-netcat-0.7.1-8-x86_64 downloading... perl-error-0.17029-3-any downloading... hicolor-icon-theme-0.17-2-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... upgrading gcc-libs... installing m4... installing db... installing perl... installing autoconf... installing autoconf-archive... Optional dependencies for autoconf-archive automake: macros for use with it [pending] installing libtool... installing texinfo... installing gc... installing guile... installing autogen... installing automake... installing hicolor-icon-theme... installing jsoncpp... Optional dependencies for jsoncpp jsoncpp-doc: documentation installing libuv... installing rhash... installing cmake... Optional dependencies for cmake qt6-base: cmake-gui upgrading libelf... installing elfutils... installing binutils... installing libmpc... installing gcc... Optional dependencies for gcc lib32-gcc-libs: for generating code for 32-bit ABI installing perl-error... installing perl-timedate... installing perl-mailtools... installing git... Optional dependencies for git tk: gitk and git gui perl-libwww: git svn perl-term-readkey: git svn and interactive.singlekey setting perl-io-socket-ssl: git send-email TLS support perl-authen-sasl: git send-email TLS support perl-mediawiki-api: git mediawiki support perl-datetime-format-iso8601: git mediawiki support perl-lwp-protocol-https: git mediawiki https support perl-cgi: gitweb (web interface) support python: git svn & git p4 [installed] subversion: git svn org.freedesktop.secrets: keyring credential helper libsecret: libsecret credential helper [installed] installing gnu-netcat... installing judy... installing make... installing pkgconf... :: Running post-transaction hooks... (1/5) Creating system user accounts... Creating group git with gid 975. Creating user git (git daemon user) with uid 975 and gid 975. (2/5) Reloading system manager configuration... (3/5) Arming ConditionNeedsUpdate... (4/5) Warn about old perl modules (5/5) Updating the info directory file... You are about to build and install netdata to your system. The build process will use /tmp for any temporary files. You can override this by setting $TMPDIR to a writable directory where you can execute files. It will be installed at these locations: - the daemon at /usr/sbin/netdata - config files in /etc/netdata - web files in /usr/share/netdata - plugins in /usr/libexec/netdata - cache files in /var/cache/netdata - db files in /var/lib/netdata - log files in /var/log/netdata - pid file at /var/run/netdata.pid - logrotate file at /etc/logrotate.d/netdata This installer allows you to change the installation path. Press Control-C and run the same command with --help for help. v.1.6.8_Netdata-5.tar.gz: OK make: Entering directory '/tmp/netdata-mosquitto-c9S5E7/mosquitto-v.1.6.8_Netdata-5/lib' cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c mosquitto.c -o mosquitto.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c actions.c -o actions.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c callbacks.c -o callbacks.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c connect.c -o connect.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_auth.c -o handle_auth.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_connack.c -o handle_connack.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_disconnect.c -o handle_disconnect.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_ping.c -o handle_ping.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_pubackcomp.c -o handle_pubackcomp.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_publish.c -o handle_publish.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_pubrec.c -o handle_pubrec.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_pubrel.c -o handle_pubrel.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_suback.c -o handle_suback.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_unsuback.c -o handle_unsuback.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c helpers.c -o helpers.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c logging_mosq.c -o logging_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c loop.c -o loop.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c memory_mosq.c -o memory_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c messages_mosq.c -o messages_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c net_mosq_ocsp.c -o net_mosq_ocsp.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c net_mosq.c -o net_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c options.c -o options.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c packet_datatypes.c -o packet_datatypes.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c packet_mosq.c -o packet_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c property_mosq.c -o property_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c read_handle.c -o read_handle.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_connect.c -o send_connect.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_disconnect.c -o send_disconnect.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_mosq.c -o send_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_publish.c -o send_publish.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_subscribe.c -o send_subscribe.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_unsubscribe.c -o send_unsubscribe.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c socks_mosq.c -o socks_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c srv_mosq.c -o srv_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c thread_mosq.c -o thread_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c time_mosq.c -o time_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c tls_mosq.c -o tls_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c utf8_mosq.c -o utf8_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c util_mosq.c -o util_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c util_topic.c -o util_topic.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c will_mosq.c -o will_mosq.o cc -shared -Wl,--version-script=linker.version -Wl,-soname,libmosquitto.so.1 mosquitto.o actions.o callbacks.o connect.o handle_auth.o handle_connack.o handle_disconnect.o handle_ping.o handle_pubackcomp.o handle_publish.o handle_pubrec.o handle_pubrel.o handle_suback.o handle_unsuback.o helpers.o logging_mosq.o loop.o memory_mosq.o messages_mosq.o net_mosq_ocsp.o net_mosq.o options.o packet_datatypes.o packet_mosq.o property_mosq.o read_handle.o send_connect.o send_disconnect.o send_mosq.o send_publish.o send_subscribe.o send_unsubscribe.o socks_mosq.o srv_mosq.o thread_mosq.o time_mosq.o tls_mosq.o utf8_mosq.o util_mosq.o util_topic.o will_mosq.o -o libmosquitto.so.1 -lrt -lpthread ar cr libmosquitto.a mosquitto.o actions.o callbacks.o connect.o handle_auth.o handle_connack.o handle_disconnect.o handle_ping.o handle_pubackcomp.o handle_publish.o handle_pubrec.o handle_pubrel.o handle_suback.o handle_unsuback.o helpers.o logging_mosq.o loop.o memory_mosq.o messages_mosq.o net_mosq_ocsp.o net_mosq.o options.o packet_datatypes.o packet_mosq.o property_mosq.o read_handle.o send_connect.o send_disconnect.o send_mosq.o send_publish.o send_subscribe.o send_unsubscribe.o socks_mosq.o srv_mosq.o thread_mosq.o time_mosq.o tls_mosq.o utf8_mosq.o util_mosq.o util_topic.o will_mosq.o make: Leaving directory '/tmp/netdata-mosquitto-c9S5E7/mosquitto-v.1.6.8_Netdata-5/lib' v3.2.2.tar.gz: OK -- Compiled with LWS_WITH_DIR and LWS_WITH_DIR -- The C compiler identification is GNU 11.1.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- CMAKE_TOOLCHAIN_FILE='' -- Found Git: /usr/bin/git -- Performing Test LWS_HAVE_inline -- Performing Test LWS_HAVE_inline - Success -- Performing Test LWS_HAVE___inline__ -- Performing Test LWS_HAVE___inline__ - Success -- Performing Test LWS_HAVE___inline -- Performing Test LWS_HAVE___inline - Success -- Performing Test LWS_HAVE_MALLOC_TRIM -- Performing Test LWS_HAVE_MALLOC_TRIM - Success -- Performing Test LWS_HAVE_MALLOC_USABLE_SIZE -- Performing Test LWS_HAVE_MALLOC_USABLE_SIZE - Success -- Looking for fork -- Looking for fork - found -- Looking for getenv -- Looking for getenv - found -- Looking for malloc -- Looking for malloc - found -- Looking for memset -- Looking for memset - found -- Looking for realloc -- Looking for realloc - found -- Looking for socket -- Looking for socket - found -- Looking for strerror -- Looking for strerror - found -- Looking for vfork -- Looking for vfork - found -- Looking for execvpe -- Looking for execvpe - found -- Looking for getifaddrs -- Looking for getifaddrs - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for _snprintf -- Looking for _snprintf - not found -- Looking for _vsnprintf -- Looking for _vsnprintf - not found -- Looking for getloadavg -- Looking for getloadavg - found -- Looking for atoll -- Looking for atoll - found -- Looking for _atoi64 -- Looking for _atoi64 - not found -- Looking for _stat32i64 -- Looking for _stat32i64 - not found -- Looking for clock_gettime -- Looking for clock_gettime - found -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for in6addr.h -- Looking for in6addr.h - not found -- Looking for memory.h -- Looking for memory.h - found -- Looking for netinet/in.h -- Looking for netinet/in.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for sys/prctl.h -- Looking for sys/prctl.h - found -- Looking for sys/socket.h -- Looking for sys/socket.h - found -- Looking for sys/sockio.h -- Looking for sys/sockio.h - not found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for vfork.h -- Looking for vfork.h - not found -- Looking for sys/capability.h -- Looking for sys/capability.h - found -- Looking for malloc.h -- Looking for malloc.h - found -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for cap_set_flag in cap -- Looking for cap_set_flag in cap - found -- Looking for 4 include files stdlib.h, ..., float.h -- Looking for 4 include files stdlib.h, ..., float.h - found -- Performing Test LWS_HAS_INTPTR_T -- Performing Test LWS_HAS_INTPTR_T - Success -- Performing Test LWS_HAS_PTHREAD_SETNAME_NP -- Performing Test LWS_HAS_PTHREAD_SETNAME_NP - Success -- Performing Test LWS_HAS_GETOPT_LONG -- Performing Test LWS_HAS_GETOPT_LONG - Success -- Performing Test LWS_HAVE_VISIBILITY -- Performing Test LWS_HAVE_VISIBILITY - Success -- Performing Test LWS_GCC_HAS_IGNORED_QUALIFIERS -- Performing Test LWS_GCC_HAS_IGNORED_QUALIFIERS - Success -- Performing Test LWS_GCC_HAS_TYPE_LIMITS -- Performing Test LWS_GCC_HAS_TYPE_LIMITS - Success -- Found OpenSSL: /usr/lib/libcrypto.so (found version "1.1.1l") -- Looking for openssl/ecdh.h -- Looking for openssl/ecdh.h - found -- Looking for SSL_CTX_set1_param -- Looking for SSL_CTX_set1_param - found -- Looking for SSL_set_info_callback -- Looking for SSL_set_info_callback - found -- Looking for X509_VERIFY_PARAM_set1_host -- Looking for X509_VERIFY_PARAM_set1_host - found -- Looking for RSA_set0_key -- Looking for RSA_set0_key - found -- Looking for X509_get_key_usage -- Looking for X509_get_key_usage - found -- Looking for EVP_PKEY_new_raw_private_key -- Looking for EVP_PKEY_new_raw_private_key - found -- Looking for SSL_CTX_get0_certificate -- Looking for SSL_CTX_get0_certificate - found -- Looking for SSL_get0_alpn_selected -- Looking for SSL_get0_alpn_selected - found -- Looking for SSL_set_alpn_protos -- Looking for SSL_set_alpn_protos - found -- Looking for EVP_aes_128_cfb8 -- Looking for EVP_aes_128_cfb8 - found -- Looking for EVP_aes_128_cfb128 -- Looking for EVP_aes_128_cfb128 - found -- Looking for EVP_aes_192_cfb8 -- Looking for EVP_aes_192_cfb8 - found -- Looking for EVP_aes_192_cfb128 -- Looking for EVP_aes_192_cfb128 - found -- Looking for EVP_aes_256_cfb8 -- Looking for EVP_aes_256_cfb8 - found -- Looking for EVP_aes_256_cfb128 -- Looking for EVP_aes_256_cfb128 - found -- Looking for EVP_aes_128_xts -- Looking for EVP_aes_128_xts - found -- Looking for RSA_verify_pss_mgf1 -- Looking for RSA_verify_pss_mgf1 - not found -- Looking for HMAC_CTX_new -- Looking for HMAC_CTX_new - found -- Looking for SSL_CTX_set_ciphersuites -- Looking for SSL_CTX_set_ciphersuites - found -- Performing Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS -- Performing Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS - Success -- Performing Test LWS_HAVE_EVP_MD_CTX_free -- Performing Test LWS_HAVE_EVP_MD_CTX_free - Success -- Looking for ECDSA_SIG_set0 -- Looking for ECDSA_SIG_set0 - found -- Looking for BN_bn2binpad -- Looking for BN_bn2binpad - found -- Looking for EVP_aes_128_wrap -- Looking for EVP_aes_128_wrap - found -- Looking for EC_POINT_get_affine_coordinates -- Looking for EC_POINT_get_affine_coordinates - found -- Looking for TLS_client_method -- Looking for TLS_client_method - found -- Looking for TLSv1_2_client_method -- Looking for TLSv1_2_client_method - found -- Performing Test LWS_HAVE_PIPE2 -- Performing Test LWS_HAVE_PIPE2 - Success -- Performing Test LWS_HAVE_TCP_USER_TIMEOUT -- Performing Test LWS_HAVE_TCP_USER_TIMEOUT - Success -- Looking for RPMTools... - rpmbuild NOT FOUND -- Configuring done -- Generating done -- Build files have been written to: /tmp/netdata-libwebsockets-9Vq647/libwebsockets-3.2.2 [ 1%] Building C object CMakeFiles/websockets.dir/lib/core/alloc.c.o [ 1%] Building C object CMakeFiles/websockets.dir/lib/core/buflist.c.o [ 2%] Building C object CMakeFiles/websockets.dir/lib/core/context.c.o [ 3%] Building C object CMakeFiles/websockets.dir/lib/core/lws_dll2.c.o [ 3%] Building C object CMakeFiles/websockets.dir/lib/core/libwebsockets.c.o [ 4%] Building C object CMakeFiles/websockets.dir/lib/core/logs.c.o [ 5%] Building C object CMakeFiles/websockets.dir/lib/misc/base64-decode.c.o [ 5%] Building C object CMakeFiles/websockets.dir/lib/core/vfs.c.o [ 6%] Building C object CMakeFiles/websockets.dir/lib/misc/lws-ring.c.o [ 7%] Building C object CMakeFiles/websockets.dir/lib/core-net/dummy-callback.c.o [ 8%] Building C object CMakeFiles/websockets.dir/lib/core-net/output.c.o [ 8%] Building C object CMakeFiles/websockets.dir/lib/core-net/close.c.o [ 9%] Building C object CMakeFiles/websockets.dir/lib/core-net/network.c.o [ 10%] Building C object CMakeFiles/websockets.dir/lib/core-net/vhost.c.o [ 10%] Building C object CMakeFiles/websockets.dir/lib/core-net/pollfd.c.o [ 11%] Building C object CMakeFiles/websockets.dir/lib/core-net/service.c.o [ 12%] Building C object CMakeFiles/websockets.dir/lib/core-net/sorted-usec-list.c.o [ 12%] Building C object CMakeFiles/websockets.dir/lib/core-net/stats.c.o [ 13%] Building C object CMakeFiles/websockets.dir/lib/core-net/wsi.c.o [ 14%] Building C object CMakeFiles/websockets.dir/lib/core-net/wsi-timeout.c.o [ 14%] Building C object CMakeFiles/websockets.dir/lib/core-net/adopt.c.o [ 15%] Building C object CMakeFiles/websockets.dir/lib/roles/pipe/ops-pipe.c.o [ 16%] Building C object CMakeFiles/websockets.dir/lib/core-net/sequencer.c.o [ 16%] Building C object CMakeFiles/websockets.dir/lib/misc/dir.c.o [ 17%] Building C object CMakeFiles/websockets.dir/lib/roles/http/header.c.o [ 18%] Building C object CMakeFiles/websockets.dir/lib/roles/http/server/parsers.c.o [ 18%] Building C object CMakeFiles/websockets.dir/lib/roles/h1/ops-h1.c.o [ 19%] Building C object CMakeFiles/websockets.dir/lib/roles/ws/ops-ws.c.o [ 20%] Building C object CMakeFiles/websockets.dir/lib/roles/ws/client-ws.c.o [ 21%] Building C object CMakeFiles/websockets.dir/lib/roles/ws/client-parser-ws.c.o [ 21%] Building C object CMakeFiles/websockets.dir/lib/roles/ws/server-ws.c.o [ 22%] Building C object CMakeFiles/websockets.dir/lib/roles/raw-skt/ops-raw-skt.c.o [ 23%] Building C object CMakeFiles/websockets.dir/lib/roles/raw-file/ops-raw-file.c.o [ 23%] Building C object CMakeFiles/websockets.dir/lib/misc/lwsac/lwsac.c.o [ 24%] Building C object CMakeFiles/websockets.dir/lib/misc/lwsac/cached-file.c.o [ 25%] Building C object CMakeFiles/websockets.dir/lib/misc/lws-struct-lejp.c.o [ 25%] Building C object CMakeFiles/websockets.dir/lib/core-net/connect.c.o [ 26%] Building C object CMakeFiles/websockets.dir/lib/core-net/client.c.o [ 27%] Building C object CMakeFiles/websockets.dir/lib/roles/http/client/client.c.o [ 27%] Building C object CMakeFiles/websockets.dir/lib/roles/http/client/client-handshake.c.o [ 28%] Building C object CMakeFiles/websockets.dir/lib/core-net/server.c.o [ 29%] Building C object CMakeFiles/websockets.dir/lib/roles/listen/ops-listen.c.o [ 29%] Building C object CMakeFiles/websockets.dir/lib/tls/tls.c.o [ 30%] Building C object CMakeFiles/websockets.dir/lib/tls/tls-network.c.o [ 31%] Building C object CMakeFiles/websockets.dir/lib/tls/openssl/tls.c.o [ 31%] Building C object CMakeFiles/websockets.dir/lib/tls/openssl/x509.c.o [ 32%] Building C object CMakeFiles/websockets.dir/lib/tls/openssl/ssl.c.o [ 33%] Building C object CMakeFiles/websockets.dir/lib/tls/tls-server.c.o [ 34%] Building C object CMakeFiles/websockets.dir/lib/tls/openssl/openssl-server.c.o [ 34%] Building C object CMakeFiles/websockets.dir/lib/tls/tls-client.c.o [ 35%] Building C object CMakeFiles/websockets.dir/lib/tls/openssl/openssl-client.c.o [ 36%] Building C object CMakeFiles/websockets.dir/lib/misc/sha-1.c.o [ 36%] Building C object CMakeFiles/websockets.dir/lib/roles/h2/http2.c.o [ 37%] Building C object CMakeFiles/websockets.dir/lib/roles/h2/hpack.c.o [ 38%] Building C object CMakeFiles/websockets.dir/lib/roles/h2/ops-h2.c.o [ 38%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-caps.c.o [ 39%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-file.c.o [ 40%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-misc.c.o [ 40%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-init.c.o [ 41%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-pipe.c.o [ 42%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-service.c.o [ 42%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-sockets.c.o [ 43%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-fds.c.o [ 44%] Building C object CMakeFiles/websockets.dir/lib/roles/http/server/server.c.o [ 45%] Building C object CMakeFiles/websockets.dir/lib/roles/http/server/lws-spa.c.o [ 45%] Building C object CMakeFiles/websockets.dir/lib/event-libs/poll/poll.c.o [ 46%] Building C object CMakeFiles/websockets.dir/lib/misc/lejp.c.o [ 47%] Building C object CMakeFiles/websockets.dir/lib/roles/http/server/lejp-conf.c.o [ 47%] Linking C static library lib/libwebsockets.a [ 47%] Built target websockets [ 48%] Building C object CMakeFiles/websockets_shared.dir/lib/core/alloc.c.o [ 49%] Building C object CMakeFiles/websockets_shared.dir/lib/core/buflist.c.o [ 49%] Building C object CMakeFiles/websockets_shared.dir/lib/core/context.c.o [ 50%] Building C object CMakeFiles/websockets_shared.dir/lib/core/lws_dll2.c.o [ 51%] Building C object CMakeFiles/websockets_shared.dir/lib/core/libwebsockets.c.o [ 51%] Building C object CMakeFiles/websockets_shared.dir/lib/core/logs.c.o [ 52%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/base64-decode.c.o [ 53%] Building C object CMakeFiles/websockets_shared.dir/lib/core/vfs.c.o [ 53%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/lws-ring.c.o [ 54%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/dummy-callback.c.o [ 55%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/output.c.o [ 55%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/close.c.o [ 56%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/network.c.o [ 57%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/vhost.c.o [ 58%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/pollfd.c.o [ 58%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/service.c.o [ 59%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/sorted-usec-list.c.o [ 60%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/stats.c.o [ 60%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/wsi.c.o [ 61%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/wsi-timeout.c.o [ 62%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/adopt.c.o [ 62%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/pipe/ops-pipe.c.o [ 63%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/sequencer.c.o [ 64%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/dir.c.o [ 64%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/header.c.o [ 65%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/server/parsers.c.o [ 66%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/h1/ops-h1.c.o [ 66%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/ws/ops-ws.c.o [ 67%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/ws/client-ws.c.o [ 68%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/ws/client-parser-ws.c.o [ 68%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/ws/server-ws.c.o [ 69%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/raw-skt/ops-raw-skt.c.o [ 70%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/raw-file/ops-raw-file.c.o [ 71%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/lwsac/lwsac.c.o [ 71%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/lwsac/cached-file.c.o [ 72%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/lws-struct-lejp.c.o [ 73%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/connect.c.o [ 73%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/client.c.o [ 74%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/client/client.c.o [ 75%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/client/client-handshake.c.o [ 75%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/server.c.o [ 76%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/listen/ops-listen.c.o [ 77%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/tls.c.o [ 77%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/tls-network.c.o [ 78%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/openssl/tls.c.o [ 79%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/openssl/x509.c.o [ 79%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/openssl/ssl.c.o [ 80%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/tls-server.c.o [ 81%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/openssl/openssl-server.c.o [ 81%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/tls-client.c.o [ 82%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/openssl/openssl-client.c.o [ 83%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/sha-1.c.o [ 84%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/h2/http2.c.o [ 84%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/h2/hpack.c.o [ 85%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/h2/ops-h2.c.o [ 86%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-caps.c.o [ 86%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-file.c.o [ 87%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-misc.c.o [ 88%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-init.c.o [ 88%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-pipe.c.o [ 89%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-service.c.o [ 90%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-sockets.c.o [ 90%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-fds.c.o [ 91%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/server/server.c.o [ 92%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/server/lws-spa.c.o [ 92%] Building C object CMakeFiles/websockets_shared.dir/lib/event-libs/poll/poll.c.o [ 93%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/lejp.c.o [ 94%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/server/lejp-conf.c.o [ 95%] Linking C shared library lib/libwebsockets.so [ 95%] Built target websockets_shared [ 96%] Building C object CMakeFiles/test-server.dir/test-apps/test-server.c.o [ 97%] Linking C executable bin/libwebsockets-test-server [ 97%] Built target test-server [ 97%] Building C object CMakeFiles/test-server-extpoll.dir/test-apps/test-server.c.o [ 98%] Linking C executable bin/libwebsockets-test-server-extpoll [ 98%] Built target test-server-extpoll [ 99%] Building C object CMakeFiles/test-lejp.dir/test-apps/test-lejp.c.o [ 99%] Linking C executable bin/libwebsockets-test-lejp [ 99%] Built target test-lejp [ 99%] Building C object CMakeFiles/test-client.dir/test-apps/test-client.c.o [100%] Linking C executable bin/libwebsockets-test-client [100%] Built target test-client protobuf-cpp-3.17.3.tar.gz: OK checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C preprocessor... gcc -E checking for gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking how to run the C preprocessor... gcc -E checking how to run the C++ preprocessor... g++ -E checking for g++... g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... yes checking dependency style of g++... (cached) none checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for ar... ar checking the archiver (ar) interface... ar checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... none checking C++ compiler flags...... use user-supplied: checking whether __SUNPRO_CC is declared... no checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether the linker supports version scripts... yes checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for working memcmp... yes checking for working strtod... yes checking for ftruncate... yes checking for memset... yes checking for mkdir... yes checking for strchr... yes checking for strerror... yes checking for strtol... yes checking whether g++ supports C++11 features by default... yes checking whether -latomic is needed... no checking whether gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking the location of hash_map... checking whether -llog is needed... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating benchmarks/Makefile config.status: creating conformance/Makefile config.status: creating protobuf.pc config.status: creating protobuf-lite.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in third_party/googletest (/tmp/netdata-protobuf-n2E2ac/protobuf-3.17.3/third_party/googletest) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--disable-shared' '--without-zlib' '--disable-dependency-tracking' '--with-pic' 'CFLAGS=-fPIC' 'LDFLAGS=' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile === configuring in googletest (/tmp/netdata-protobuf-n2E2ac/protobuf-3.17.3/third_party/googletest/googletest) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--disable-shared' '--without-zlib' '--disable-dependency-tracking' '--with-pic' 'CFLAGS=-fPIC' 'LDFLAGS=' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for python... /usr/bin/python checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking whether to check for GCC pthread/shared inconsistencies... yes checking whether -pthread is sufficient with -shared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating scripts/gtest-config config.status: creating build-aux/config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in googlemock (/tmp/netdata-protobuf-n2E2ac/protobuf-3.17.3/third_party/googletest/googlemock) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--disable-shared' '--without-zlib' '--disable-dependency-tracking' '--with-pic' 'CFLAGS=-fPIC' 'LDFLAGS=' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for python... /usr/bin/python checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking whether to check for GCC pthread/shared inconsistencies... yes checking whether -pthread is sufficient with -shared... yes checking for gtest-config... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating scripts/gmock-config config.status: creating build-aux/config.h config.status: executing depfiles commands config.status: executing libtool commands make all-recursive make[1]: Entering directory '/tmp/netdata-protobuf-n2E2ac/protobuf-3.17.3' Making all in . make[2]: Entering directory '/tmp/netdata-protobuf-n2E2ac/protobuf-3.17.3' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/netdata-protobuf-n2E2ac/protobuf-3.17.3' Making all in src make[2]: Entering directory '/tmp/netdata-protobuf-n2E2ac/protobuf-3.17.3/src' CXX google/protobuf/compiler/main.o CXX google/protobuf/stubs/bytestream.lo CXX google/protobuf/stubs/common.lo CXX google/protobuf/stubs/int128.lo CXX google/protobuf/io/io_win32.lo CXX google/protobuf/stubs/status.lo CXX google/protobuf/stubs/statusor.lo CXX google/protobuf/stubs/stringpiece.lo CXX google/protobuf/stubs/stringprintf.lo CXX google/protobuf/stubs/structurally_valid.lo CXX google/protobuf/stubs/strutil.lo CXX google/protobuf/stubs/time.lo CXX google/protobuf/any_lite.lo CXX google/protobuf/arena.lo CXX google/protobuf/arenastring.lo CXX google/protobuf/extension_set.lo CXX google/protobuf/field_access_listener.lo CXX google/protobuf/generated_enum_util.lo CXX google/protobuf/generated_message_util.lo CXX google/protobuf/generated_message_table_driven_lite.lo CXX google/protobuf/implicit_weak_message.lo CXX google/protobuf/map.lo CXX google/protobuf/message_lite.lo CXX google/protobuf/parse_context.lo CXX google/protobuf/repeated_field.lo CXX google/protobuf/wire_format_lite.lo CXX google/protobuf/io/coded_stream.lo CXX google/protobuf/io/strtod.lo CXX google/protobuf/io/zero_copy_stream.lo CXX google/protobuf/io/zero_copy_stream_impl.lo CXX google/protobuf/io/zero_copy_stream_impl_lite.lo CXX google/protobuf/any.pb.lo CXX google/protobuf/api.pb.lo CXX google/protobuf/any.lo CXX google/protobuf/descriptor.lo CXX google/protobuf/descriptor_database.lo CXX google/protobuf/descriptor.pb.lo CXX google/protobuf/duration.pb.lo CXX google/protobuf/dynamic_message.lo CXX google/protobuf/empty.pb.lo CXX google/protobuf/extension_set_heavy.lo CXX google/protobuf/field_mask.pb.lo CXX google/protobuf/generated_message_reflection.lo CXX google/protobuf/generated_message_table_driven.lo CXX google/protobuf/map_field.lo CXX google/protobuf/message.lo CXX google/protobuf/reflection_ops.lo CXX google/protobuf/service.lo CXX google/protobuf/source_context.pb.lo CXX google/protobuf/struct.pb.lo CXX google/protobuf/stubs/substitute.lo CXX google/protobuf/text_format.lo CXX google/protobuf/timestamp.pb.lo CXX google/protobuf/type.pb.lo CXX google/protobuf/unknown_field_set.lo CXX google/protobuf/wire_format.lo CXX google/protobuf/wrappers.pb.lo CXX google/protobuf/io/gzip_stream.lo CXX google/protobuf/io/printer.lo CXX google/protobuf/io/tokenizer.lo CXX google/protobuf/compiler/importer.lo CXX google/protobuf/compiler/parser.lo CXX google/protobuf/util/delimited_message_util.lo CXX google/protobuf/util/field_comparator.lo CXX google/protobuf/util/field_mask_util.lo CXX google/protobuf/util/internal/datapiece.lo CXX google/protobuf/util/internal/default_value_objectwriter.lo CXX google/protobuf/util/internal/error_listener.lo CXX google/protobuf/util/internal/field_mask_utility.lo CXX google/protobuf/util/internal/json_escaping.lo CXX google/protobuf/util/internal/json_objectwriter.lo CXX google/protobuf/util/internal/json_stream_parser.lo CXX google/protobuf/util/internal/object_writer.lo CXX google/protobuf/util/internal/protostream_objectsource.lo CXX google/protobuf/util/internal/protostream_objectwriter.lo CXX google/protobuf/util/internal/proto_writer.lo CXX google/protobuf/util/internal/type_info.lo CXX google/protobuf/util/internal/type_info_test_helper.lo CXX google/protobuf/util/internal/utility.lo CXX google/protobuf/util/json_util.lo CXX google/protobuf/util/message_differencer.lo CXX google/protobuf/util/time_util.lo CXX google/protobuf/util/type_resolver_util.lo CXXLD libprotobuf.la CXX google/protobuf/compiler/code_generator.lo CXX google/protobuf/compiler/command_line_interface.lo CXX google/protobuf/compiler/plugin.lo CXX google/protobuf/compiler/plugin.pb.lo CXX google/protobuf/compiler/subprocess.lo CXX google/protobuf/compiler/zip_writer.lo CXX google/protobuf/compiler/cpp/cpp_enum.lo CXX google/protobuf/compiler/cpp/cpp_enum_field.lo CXX google/protobuf/compiler/cpp/cpp_extension.lo CXX google/protobuf/compiler/cpp/cpp_field.lo CXX google/protobuf/compiler/cpp/cpp_file.lo CXX google/protobuf/compiler/cpp/cpp_generator.lo CXX google/protobuf/compiler/cpp/cpp_helpers.lo CXX google/protobuf/compiler/cpp/cpp_map_field.lo CXX google/protobuf/compiler/cpp/cpp_message.lo CXX google/protobuf/compiler/cpp/cpp_message_field.lo CXX google/protobuf/compiler/cpp/cpp_padding_optimizer.lo CXX google/protobuf/compiler/cpp/cpp_parse_function_generator.lo CXX google/protobuf/compiler/cpp/cpp_primitive_field.lo CXX google/protobuf/compiler/cpp/cpp_service.lo CXX google/protobuf/compiler/cpp/cpp_string_field.lo CXX google/protobuf/compiler/java/java_context.lo CXX google/protobuf/compiler/java/java_enum.lo CXX google/protobuf/compiler/java/java_enum_lite.lo CXX google/protobuf/compiler/java/java_enum_field.lo CXX google/protobuf/compiler/java/java_enum_field_lite.lo CXX google/protobuf/compiler/java/java_extension.lo CXX google/protobuf/compiler/java/java_extension_lite.lo CXX google/protobuf/compiler/java/java_field.lo CXX google/protobuf/compiler/java/java_file.lo CXX google/protobuf/compiler/java/java_generator.lo CXX google/protobuf/compiler/java/java_generator_factory.lo CXX google/protobuf/compiler/java/java_helpers.lo CXX google/protobuf/compiler/java/java_kotlin_generator.lo CXX google/protobuf/compiler/java/java_map_field.lo CXX google/protobuf/compiler/java/java_map_field_lite.lo CXX google/protobuf/compiler/java/java_message.lo CXX google/protobuf/compiler/java/java_message_lite.lo CXX google/protobuf/compiler/java/java_message_builder.lo CXX google/protobuf/compiler/java/java_message_builder_lite.lo CXX google/protobuf/compiler/java/java_message_field.lo CXX google/protobuf/compiler/java/java_message_field_lite.lo CXX google/protobuf/compiler/java/java_name_resolver.lo CXX google/protobuf/compiler/java/java_primitive_field.lo CXX google/protobuf/compiler/java/java_primitive_field_lite.lo CXX google/protobuf/compiler/java/java_shared_code_generator.lo CXX google/protobuf/compiler/java/java_service.lo CXX google/protobuf/compiler/java/java_string_field.lo CXX google/protobuf/compiler/java/java_string_field_lite.lo CXX google/protobuf/compiler/java/java_doc_comment.lo CXX google/protobuf/compiler/js/js_generator.lo CXX google/protobuf/compiler/js/well_known_types_embed.lo CXX google/protobuf/compiler/objectivec/objectivec_enum.lo CXX google/protobuf/compiler/objectivec/objectivec_enum_field.lo CXX google/protobuf/compiler/objectivec/objectivec_extension.lo CXX google/protobuf/compiler/objectivec/objectivec_field.lo CXX google/protobuf/compiler/objectivec/objectivec_file.lo CXX google/protobuf/compiler/objectivec/objectivec_generator.lo CXX google/protobuf/compiler/objectivec/objectivec_helpers.lo CXX google/protobuf/compiler/objectivec/objectivec_map_field.lo CXX google/protobuf/compiler/objectivec/objectivec_message.lo CXX google/protobuf/compiler/objectivec/objectivec_message_field.lo CXX google/protobuf/compiler/objectivec/objectivec_oneof.lo CXX google/protobuf/compiler/objectivec/objectivec_primitive_field.lo CXX google/protobuf/compiler/php/php_generator.lo CXX google/protobuf/compiler/python/python_generator.lo CXX google/protobuf/compiler/ruby/ruby_generator.lo CXX google/protobuf/compiler/csharp/csharp_doc_comment.lo CXX google/protobuf/compiler/csharp/csharp_enum.lo CXX google/protobuf/compiler/csharp/csharp_enum_field.lo CXX google/protobuf/compiler/csharp/csharp_field_base.lo CXX google/protobuf/compiler/csharp/csharp_generator.lo CXX google/protobuf/compiler/csharp/csharp_helpers.lo CXX google/protobuf/compiler/csharp/csharp_map_field.lo CXX google/protobuf/compiler/csharp/csharp_message.lo CXX google/protobuf/compiler/csharp/csharp_message_field.lo CXX google/protobuf/compiler/csharp/csharp_primitive_field.lo CXX google/protobuf/compiler/csharp/csharp_reflection_class.lo CXX google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo CXX google/protobuf/compiler/csharp/csharp_repeated_message_field.lo CXX google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo CXX google/protobuf/compiler/csharp/csharp_source_generator_base.lo CXX google/protobuf/compiler/csharp/csharp_wrapper_field.lo CXXLD libprotoc.la make[2]: Leaving directory '/tmp/netdata-protobuf-n2E2ac/protobuf-3.17.3/src' make[1]: Leaving directory '/tmp/netdata-protobuf-n2E2ac/protobuf-3.17.3' v0.5.1_netdata.tar.gz: OK MKDIR staticobjs CC bpf.o CC btf.o CC libbpf.o CC libbpf_errno.o CC netlink.o CC nlattr.o CC str_error.o CC libbpf_probes.o CC bpf_prog_linfo.o CC xsk.o CC btf_dump.o CC hashmap.o CC ringbuf.o CC strset.o CC linker.o CC gen_loader.o CC relo_core.o AR libbpf.a INSTALL bpf.h libbpf.h btf.h libbpf_common.h libbpf_legacy.h xsk.h bpf_helpers.h bpf_helper_defs.h bpf_tracing.h bpf_endian.h bpf_core_read.h skel_internal.h libbpf_version.h INSTALL libbpf.pc INSTALL libbpf.a checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... gcc3 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for sys/prctl.h... yes checking for sys/vfs.h... yes checking for sys/statfs.h... yes checking for linux/magic.h... yes checking for sys/statvfs.h... yes checking for sys/mount.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for __attribute__((returns_nonnull))... yes checking for __attribute__((malloc))... yes checking for __attribute__((noreturn))... yes checking for __attribute__((noinline))... yes checking for __attribute__((format))... yes checking for __attribute__((warn_unused_result))... yes checking for struct timespec... yes checking for clockid_t... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for sched_setscheduler... yes checking for sched_getscheduler... yes checking for sched_getparam... yes checking for sched_get_priority_min... yes checking for sched_get_priority_max... yes checking for getpriority... yes checking for setpriority... yes checking for nice... yes checking for recvmmsg... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for inline... inline checking for gcc options needed to detect all undeclared functions... none needed checking whether strerror_r is declared... yes checking whether strerror_r returns char *... yes checking for _Generic... yes checking for __atomic... yes checking size of void *... 8 checking for sys/mkdev.h... no checking for sys/sysmacros.h... yes checking for sys/types.h... (cached) yes checking for netinet/in.h... yes checking for arpa/nameser.h... yes checking for netdb.h... yes checking for resolv.h... yes checking for accept4... yes checking operating system... linux with id 1 checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for pthread_getname_np in -lpthread... yes checking for sin in -lm... yes checking if libm should be used... yes checking for uv_fs_scandir_next in -luv... yes checking for LZ4_compress_default in -llz4... yes checking for ZLIB... yes checking if zlib should be used... yes checking for UUID... yes checking for SHA256_Init in -lcrypto... yes checking for X509_VERIFY_PARAM_set1_host in -lcrypto... yes checking for JSON... yes checking for json_object_get_type in -ljson-c... yes checking for JudyLIns in -lJudy... yes checking if netdata dbengine should be used... yes checking if netdata https should be used... yes checking if json-c should be used... yes checking for memory allocator... system checking for mallopt... yes checking for mallinfo... yes checking for LIBCAP... 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 is bundled protobuf available... no checking for PROTOBUF... no checking for protoc... no checking for g++... /usr/bin/g++ checking if Cloud functionality should be enabled... detect configure: Checking if ACLK Next Generation can be built checking if git submodules present for ACLK Next Generation... yes checking if SSL available for ACLK Next Generation... yes checking if JSON-C available for ACLK Next Generation... yes checking ACLK Next Generation can be built... yes checking if protobuf available for New Cloud Protocol... no checking if protoc available for New Cloud Protocol... no checking if C++ compiler available for New Cloud Protocol... yes checking ACLK Next Generation can support New Cloud protocol... no configure: Checking if ACLK Legacy can be built checking if libmosquitto static lib is present (and builds)... yes checking if libwebsockets static lib is present for ACLK Legacy... yes checking if json-c available for ACLK Legacy... yes checking if netdata ACLK Legacy can be built... yes checking if apps.plugin should be enabled... yes checking for IPMIMONITORING... no checking if freeipmi.plugin should be enabled... no checking for httpConnect2 in -lcups... no checking for cups-config... no checking if cups.plugin should be enabled... no checking 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... no checking for xenstat_init in -lxenstat... no checking for XENLIGHT... no checking if xenstat.plugin should be enabled... no checking for linux/perf_event.h... yes checking whether PERF_COUNT_HW_REF_CPU_CYCLES is declared... yes checking if perf.plugin should be enabled... yes checking 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... yes checking if ebpf.plugin should be enabled... yes checking if slabinfo.plugin should be enabled... yes checking for LIBCRYPTO... yes checking for CRYPTO_new_ex_data in -lcrypto... yes checking for LIBSSL... yes checking for SSL_connect in -lssl... yes checking for LIBCURL... yes checking for curl_easy_init in -lcurl... yes checking for AWS_CPP_SDK_CORE... no checking for AWS_CPP_SDK_KINESIS... no checking for aws_checksums_crc32 in -laws-checksums... no checking for aws_default_allocator in -laws-c-common... no checking for aws_event_stream_library_init in -laws-c-event-stream... no checking if kinesis backend should be enabled... no checking for GRPC... no checking for PUBSUB... no checking for g++... (cached) /usr/bin/g++ checking if pubsub exporting connector should be enabled... detect checking for snappy::RawCompress in -lsnappy... no checking if prometheus remote write backend should be enabled... no checking for LIBMONGOC... no checking if mongodb backend should be enabled... no checking for setns... yes checking if cgroup-network can be enabled... yes checking if LTO should be enabled... no checking for CMOCKA... no configure: CMocka not found on the system. Unit tests disabled checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating netdata.spec config.status: creating backends/graphite/Makefile config.status: creating backends/json/Makefile config.status: creating backends/Makefile config.status: creating backends/opentsdb/Makefile config.status: creating backends/prometheus/Makefile config.status: creating backends/prometheus/remote_write/Makefile config.status: creating backends/aws_kinesis/Makefile config.status: creating backends/mongodb/Makefile config.status: creating collectors/Makefile config.status: creating collectors/apps.plugin/Makefile config.status: creating collectors/cgroups.plugin/Makefile config.status: creating collectors/charts.d.plugin/Makefile config.status: creating collectors/checks.plugin/Makefile config.status: creating collectors/diskspace.plugin/Makefile config.status: creating collectors/timex.plugin/Makefile config.status: creating collectors/fping.plugin/Makefile config.status: creating collectors/ioping.plugin/Makefile config.status: creating collectors/freebsd.plugin/Makefile config.status: creating collectors/freeipmi.plugin/Makefile config.status: creating collectors/cups.plugin/Makefile config.status: creating collectors/idlejitter.plugin/Makefile config.status: creating collectors/macos.plugin/Makefile config.status: creating collectors/nfacct.plugin/Makefile config.status: creating collectors/node.d.plugin/Makefile config.status: creating collectors/plugins.d/Makefile config.status: creating collectors/proc.plugin/Makefile config.status: creating collectors/python.d.plugin/Makefile config.status: creating collectors/slabinfo.plugin/Makefile config.status: creating collectors/statsd.plugin/Makefile config.status: creating collectors/ebpf.plugin/Makefile config.status: creating collectors/tc.plugin/Makefile config.status: creating collectors/xenstat.plugin/Makefile config.status: creating collectors/perf.plugin/Makefile config.status: creating daemon/Makefile config.status: creating database/Makefile config.status: creating database/engine/Makefile config.status: creating database/engine/metadata_log/Makefile config.status: creating diagrams/Makefile config.status: creating exporting/Makefile config.status: creating exporting/graphite/Makefile config.status: creating exporting/json/Makefile config.status: creating exporting/opentsdb/Makefile config.status: creating exporting/prometheus/Makefile config.status: creating exporting/prometheus/remote_write/Makefile config.status: creating exporting/aws_kinesis/Makefile config.status: creating exporting/pubsub/Makefile config.status: creating exporting/mongodb/Makefile config.status: creating exporting/tests/Makefile config.status: creating health/Makefile config.status: creating health/notifications/Makefile config.status: creating ml/Makefile config.status: creating ml/kmeans/Makefile config.status: creating libnetdata/Makefile config.status: creating libnetdata/tests/Makefile config.status: creating libnetdata/adaptive_resortable_list/Makefile config.status: creating libnetdata/avl/Makefile config.status: creating libnetdata/buffer/Makefile config.status: creating libnetdata/clocks/Makefile config.status: creating libnetdata/config/Makefile config.status: creating libnetdata/dictionary/Makefile config.status: creating libnetdata/ebpf/Makefile config.status: creating libnetdata/eval/Makefile config.status: creating libnetdata/locks/Makefile config.status: creating libnetdata/log/Makefile config.status: creating libnetdata/popen/Makefile config.status: creating libnetdata/procfile/Makefile config.status: creating libnetdata/simple_pattern/Makefile config.status: creating libnetdata/socket/Makefile config.status: creating libnetdata/statistical/Makefile config.status: creating libnetdata/storage_number/Makefile config.status: creating libnetdata/storage_number/tests/Makefile config.status: creating libnetdata/threads/Makefile config.status: creating libnetdata/url/Makefile config.status: creating libnetdata/json/Makefile config.status: creating libnetdata/health/Makefile config.status: creating registry/Makefile config.status: creating streaming/Makefile config.status: creating system/Makefile config.status: creating tests/Makefile config.status: creating web/Makefile config.status: creating web/api/Makefile config.status: creating web/api/badges/Makefile config.status: creating web/api/exporters/Makefile config.status: creating web/api/exporters/shell/Makefile config.status: creating web/api/exporters/prometheus/Makefile config.status: creating web/api/formatters/Makefile config.status: creating web/api/formatters/csv/Makefile config.status: creating web/api/formatters/json/Makefile config.status: creating web/api/formatters/ssv/Makefile config.status: creating web/api/formatters/value/Makefile config.status: creating web/api/queries/Makefile config.status: creating web/api/queries/average/Makefile config.status: creating web/api/queries/des/Makefile config.status: creating web/api/queries/incremental_sum/Makefile config.status: creating web/api/queries/max/Makefile config.status: creating web/api/queries/median/Makefile config.status: creating web/api/queries/min/Makefile config.status: creating web/api/queries/ses/Makefile config.status: creating web/api/queries/stddev/Makefile config.status: creating web/api/queries/sum/Makefile config.status: creating web/api/health/Makefile config.status: creating web/gui/Makefile config.status: creating web/gui/dashboard/Makefile config.status: creating web/server/Makefile config.status: creating web/server/static/Makefile config.status: creating claim/Makefile config.status: creating aclk/legacy/Makefile config.status: creating spawn/Makefile config.status: creating parser/Makefile config.status: creating config.h config.status: executing depfiles commands Making clean in diagrams make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/diagrams' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/diagrams' Making clean in system make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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 '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/system' Making clean in tests make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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 '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/tests' Making clean in backends make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends' Making clean in graphite make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/graphite' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/graphite' Making clean in json make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/json' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/json' Making clean in opentsdb make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/opentsdb' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/opentsdb' Making clean in prometheus make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/prometheus' Making clean in remote_write make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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 '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/prometheus/remote_write' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/prometheus' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/prometheus' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/prometheus' Making clean in aws_kinesis make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/aws_kinesis' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/aws_kinesis' Making clean in mongodb make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/mongodb' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/mongodb' make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends' make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends' Making clean in collectors make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors' Making clean in plugins.d make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/plugins.d' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/plugins.d' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/plugins.d' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/plugins.d' Making clean in apps.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/apps.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/apps.plugin' Making clean in cgroups.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/cgroups.plugin' test -z "cgroup-name.sh " || rm -f cgroup-name.sh make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/cgroups.plugin' Making clean in charts.d.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/charts.d.plugin' test -z "charts.d.plugin " || rm -f charts.d.plugin make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/charts.d.plugin' Making clean in checks.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/checks.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/checks.plugin' Making clean in cups.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/cups.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/cups.plugin' Making clean in diskspace.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/diskspace.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/diskspace.plugin' Making clean in timex.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/timex.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/timex.plugin' Making clean in fping.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/fping.plugin' test -z "fping.plugin " || rm -f fping.plugin make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/fping.plugin' Making clean in ioping.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/ioping.plugin' test -z "ioping.plugin " || rm -f ioping.plugin make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/ioping.plugin' Making clean in freebsd.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/freebsd.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/freebsd.plugin' Making clean in freeipmi.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/freeipmi.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/freeipmi.plugin' Making clean in idlejitter.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/idlejitter.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/idlejitter.plugin' Making clean in macos.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/macos.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/macos.plugin' Making clean in nfacct.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/nfacct.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/nfacct.plugin' Making clean in xenstat.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/xenstat.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/xenstat.plugin' Making clean in perf.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/perf.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/perf.plugin' Making clean in node.d.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/node.d.plugin' test -z "node.d.plugin " || rm -f node.d.plugin make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/node.d.plugin' Making clean in proc.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/proc.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/proc.plugin' Making clean in python.d.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/python.d.plugin' test -z "python.d.plugin " || rm -f python.d.plugin make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/python.d.plugin' Making clean in slabinfo.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/slabinfo.plugin' test -z "slabinfo.plugin " || rm -f slabinfo.plugin make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/slabinfo.plugin' Making clean in statsd.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/statsd.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/statsd.plugin' Making clean in ebpf.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/ebpf.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/ebpf.plugin' Making clean in tc.plugin make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/tc.plugin' test -z "tc-qos-helper.sh " || rm -f tc-qos-helper.sh make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/tc.plugin' make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors' make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors' Making clean in daemon make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/daemon' test -z "anonymous-statistics.sh " || rm -f anonymous-statistics.sh make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/daemon' Making clean in database make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database' Making clean in engine make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database/engine' Making clean in metadata_log make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database/engine/metadata_log' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database/engine/metadata_log' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database/engine' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database/engine' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database/engine' make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database' make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database' Making clean in exporting make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting' Making clean in tests make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/tests' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/tests' Making clean in graphite make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/graphite' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/graphite' Making clean in json make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/json' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/json' Making clean in opentsdb make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/opentsdb' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/opentsdb' Making clean in prometheus make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/prometheus' Making clean in remote_write make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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 '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/prometheus/remote_write' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/prometheus' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/prometheus' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/prometheus' Making clean in aws_kinesis make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/aws_kinesis' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/aws_kinesis' Making clean in pubsub make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/pubsub' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/pubsub' Making clean in mongodb make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/mongodb' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/mongodb' make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting' make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting' Making clean in health make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/health' Making clean in notifications make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/health/notifications' test -z "alarm-notify.sh " || rm -f alarm-notify.sh make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/health/notifications' make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/health' test -z "" || rm -f make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/health' make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/health' Making clean in libnetdata make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata' Making clean in adaptive_resortable_list make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/adaptive_resortable_list' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/adaptive_resortable_list' Making clean in avl make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/avl' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/avl' Making clean in buffer make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/buffer' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/buffer' Making clean in clocks make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/clocks' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/clocks' Making clean in config make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/config' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/config' Making clean in dictionary make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/dictionary' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/dictionary' Making clean in ebpf make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/ebpf' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/ebpf' Making clean in eval make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/eval' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/eval' Making clean in json make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/json' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/json' Making clean in health make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/health' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/health' Making clean in locks make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/locks' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/locks' Making clean in log make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/log' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/log' Making clean in popen make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/popen' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/popen' Making clean in procfile make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/procfile' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/procfile' Making clean in simple_pattern make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/simple_pattern' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/simple_pattern' Making clean in socket make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/socket' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/socket' Making clean in statistical make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/statistical' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/statistical' Making clean in storage_number make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/storage_number' Making clean in tests make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/storage_number/tests' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/storage_number/tests' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/storage_number' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/storage_number' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/storage_number' Making clean in threads make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/threads' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/threads' Making clean in url make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/url' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/url' Making clean in tests make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/tests' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/tests' make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata' make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata' Making clean in registry make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/registry' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/registry' Making clean in streaming make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/streaming' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/streaming' Making clean in web make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web' Making clean in api make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api' Making clean in badges make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/badges' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/badges' Making clean in queries make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries' Making clean in average make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/average' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/average' Making clean in des make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/des' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/des' Making clean in incremental_sum make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/incremental_sum' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/incremental_sum' Making clean in max make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/max' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/max' Making clean in min make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/min' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/min' Making clean in sum make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/sum' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/sum' Making clean in median make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/median' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/median' Making clean in ses make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/ses' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/ses' Making clean in stddev make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/stddev' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/stddev' make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries' make[4]: Nothing to be done for 'clean-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries' make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries' Making clean in exporters make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters' Making clean in shell make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters/shell' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters/shell' Making clean in prometheus make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters/prometheus' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters/prometheus' make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters' make[4]: Nothing to be done for 'clean-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters' make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters' Making clean in formatters make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters' Making clean in csv make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/csv' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/csv' Making clean in json make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/json' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/json' Making clean in ssv make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/ssv' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/ssv' Making clean in value make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/value' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/value' make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters' make[4]: Nothing to be done for 'clean-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters' make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters' Making clean in health make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/health' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/health' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api' Making clean in gui make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/gui' Making clean in dashboard make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/gui/dashboard' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/gui/dashboard' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/gui' test -z "version.txt " || rm -f version.txt make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/gui' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/gui' Making clean in server make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server' Making clean in static make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server/static' make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server/static' make[4]: Nothing to be done for 'clean-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server/static' make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server/static' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server' make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web' make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web' Making clean in claim make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/claim' test -z "netdata-claim.sh " || rm -f netdata-claim.sh make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/claim' Making clean in parser make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/parser' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/parser' Making clean in spawn make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/spawn' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/spawn' Making clean in ml make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/ml' Making clean in kmeans make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/ml/kmeans' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/ml/kmeans' make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/ml' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/ml' make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/ml' Making clean in aclk/legacy make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/aclk/legacy' test -z "tests/install-fake-charts.d.sh " || rm -f tests/install-fake-charts.d.sh make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/aclk/legacy' make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1' test -z "" || rm -f test -z "./netdata-v1.32.1.tar.gz " || rm -f ./netdata-v1.32.1.tar.gz test -z "apps.plugin cgroup-network ebpf.plugin perf.plugin slabinfo.plugin" || rm -f apps.plugin cgroup-network ebpf.plugin perf.plugin slabinfo.plugin test -z "netdata netdatacli" || rm -f netdata netdatacli rm -f *.o rm -f aclk/*.o rm -f aclk/aclk-schemas/proto/aclk/v1/*.o rm -f aclk/aclk-schemas/proto/agent/v1/*.o rm -f aclk/aclk-schemas/proto/alarm/v1/*.o rm -f aclk/aclk-schemas/proto/chart/v1/*.o rm -f aclk/aclk-schemas/proto/nodeinstance/connection/v1/*.o rm -f aclk/aclk-schemas/proto/nodeinstance/create/v1/*.o rm -f aclk/aclk-schemas/proto/nodeinstance/info/v1/*.o rm -f aclk/legacy/*.o rm -f aclk/schema-wrappers/*.o rm -f backends/*.o rm -f backends/aws_kinesis/*.o rm -f backends/graphite/*.o rm -f backends/json/*.o rm -f backends/mongodb/*.o rm -f backends/opentsdb/*.o rm -f backends/prometheus/*.o rm -f backends/prometheus/remote_write/*.o rm -f claim/*.o rm -f cli/*.o rm -f collectors/apps.plugin/*.o rm -f collectors/cgroups.plugin/*.o rm -f collectors/cgroups.plugin/tests/*.o rm -f collectors/checks.plugin/*.o rm -f collectors/cups.plugin/*.o rm -f collectors/diskspace.plugin/*.o rm -f collectors/ebpf.plugin/*.o rm -f collectors/freebsd.plugin/*.o rm -f collectors/freeipmi.plugin/*.o rm -f collectors/idlejitter.plugin/*.o rm -f collectors/macos.plugin/*.o rm -f collectors/nfacct.plugin/*.o rm -f collectors/perf.plugin/*.o rm -f collectors/plugins.d/*.o rm -f collectors/proc.plugin/*.o rm -f collectors/slabinfo.plugin/*.o rm -f collectors/statsd.plugin/*.o rm -f collectors/tc.plugin/*.o rm -f collectors/timex.plugin/*.o rm -f collectors/xenstat.plugin/*.o rm -f daemon/*.o rm -f database/*.o rm -f database/engine/*.o rm -f database/engine/metadata_log/*.o rm -f database/sqlite/*.o rm -f exporting/*.o rm -f exporting/aws_kinesis/*.o rm -f exporting/graphite/*.o rm -f exporting/json/*.o rm -f exporting/mongodb/*.o rm -f exporting/opentsdb/*.o rm -f exporting/prometheus/*.o rm -f exporting/prometheus/remote_write/*.o rm -f exporting/pubsub/*.o rm -f exporting/tests/*.o rm -f health/*.o rm -f libnetdata/*.o rm -f libnetdata/adaptive_resortable_list/*.o rm -f libnetdata/avl/*.o rm -f libnetdata/buffer/*.o rm -f libnetdata/circular_buffer/*.o rm -f libnetdata/clocks/*.o rm -f libnetdata/config/*.o rm -f libnetdata/dictionary/*.o rm -f libnetdata/ebpf/*.o rm -f libnetdata/eval/*.o rm -f libnetdata/health/*.o rm -f libnetdata/json/*.o rm -f libnetdata/locks/*.o rm -f libnetdata/log/*.o rm -f libnetdata/popen/*.o rm -f libnetdata/procfile/*.o rm -f libnetdata/simple_pattern/*.o rm -f libnetdata/socket/*.o rm -f libnetdata/statistical/*.o rm -f libnetdata/storage_number/*.o rm -f libnetdata/storage_number/tests/*.o rm -f libnetdata/tests/*.o rm -f libnetdata/threads/*.o rm -f libnetdata/url/*.o rm -f ml/*.o rm -f ml/kmeans/*.o rm -f ml/kmeans/dlib/dlib/all/*.o rm -f mqtt_websockets/MQTT-C/src/*.o rm -f mqtt_websockets/c-rbuf/src/*.o rm -f mqtt_websockets/src/*.o rm -f parser/*.o rm -f registry/*.o rm -f spawn/*.o rm -f streaming/*.o rm -f web/api/*.o rm -f web/api/badges/*.o rm -f web/api/exporters/*.o rm -f web/api/exporters/shell/*.o rm -f web/api/formatters/*.o rm -f web/api/formatters/csv/*.o rm -f web/api/formatters/json/*.o rm -f web/api/formatters/ssv/*.o rm -f web/api/formatters/value/*.o rm -f web/api/health/*.o rm -f web/api/queries/*.o rm -f web/api/queries/average/*.o rm -f web/api/queries/des/*.o rm -f web/api/queries/incremental_sum/*.o rm -f web/api/queries/max/*.o rm -f web/api/queries/median/*.o rm -f web/api/queries/min/*.o rm -f web/api/queries/ses/*.o rm -f web/api/queries/stddev/*.o rm -f web/api/queries/sum/*.o rm -f web/api/tests/*.o rm -f web/server/*.o rm -f web/server/static/*.o test -z "" || rm -f test -z "" || rm -f test -z "test-suite.log" || rm -f test-suite.log make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1' make all-recursive make[1]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1' Making all in diagrams make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/diagrams' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/diagrams' Making all in system make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ edit-config.in > edit-config.tmp; then \ mv "edit-config.tmp" "edit-config"; \ else \ rm -f "edit-config.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata-openrc.in > netdata-openrc.tmp; then \ mv "netdata-openrc.tmp" "netdata-openrc"; \ else \ rm -f "netdata-openrc.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata.logrotate.in > netdata.logrotate.tmp; then \ mv "netdata.logrotate.tmp" "netdata.logrotate"; \ else \ rm -f "netdata.logrotate.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata.service.in > netdata.service.tmp; then \ mv "netdata.service.tmp" "netdata.service"; \ else \ rm -f "netdata.service.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata.service.v235.in > netdata.service.v235.tmp; then \ mv "netdata.service.v235.tmp" "netdata.service.v235"; \ else \ rm -f "netdata.service.v235.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata-init-d.in > netdata-init-d.tmp; then \ mv "netdata-init-d.tmp" "netdata-init-d"; \ else \ rm -f "netdata-init-d.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata-lsb.in > netdata-lsb.tmp; then \ mv "netdata-lsb.tmp" "netdata-lsb"; \ else \ rm -f "netdata-lsb.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata-freebsd.in > netdata-freebsd.tmp; then \ mv "netdata-freebsd.tmp" "netdata-freebsd"; \ else \ rm -f "netdata-freebsd.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata.plist.in > netdata.plist.tmp; then \ mv "netdata.plist.tmp" "netdata.plist"; \ else \ rm -f "netdata.plist.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata.crontab.in > netdata.crontab.tmp; then \ mv "netdata.crontab.tmp" "netdata.crontab"; \ else \ rm -f "netdata.crontab.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata-updater.service.in > netdata-updater.service.tmp; then \ mv "netdata-updater.service.tmp" "netdata-updater.service"; \ else \ rm -f "netdata-updater.service.tmp"; \ false; \ fi make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/system' Making all in tests make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ health_mgmtapi/health-cmdapi-test.sh.in > health_mgmtapi/health-cmdapi-test.sh.tmp; then \ mv "health_mgmtapi/health-cmdapi-test.sh.tmp" "health_mgmtapi/health-cmdapi-test.sh"; \ else \ rm -f "health_mgmtapi/health-cmdapi-test.sh.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ acls/acl.sh.in > acls/acl.sh.tmp; then \ mv "acls/acl.sh.tmp" "acls/acl.sh"; \ else \ rm -f "acls/acl.sh.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ urls/request.sh.in > urls/request.sh.tmp; then \ mv "urls/request.sh.tmp" "urls/request.sh"; \ else \ rm -f "urls/request.sh.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ alarm_repetition/alarm.sh.in > alarm_repetition/alarm.sh.tmp; then \ mv "alarm_repetition/alarm.sh.tmp" "alarm_repetition/alarm.sh"; \ else \ rm -f "alarm_repetition/alarm.sh.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ template_dimension/template_dim.sh.in > template_dimension/template_dim.sh.tmp; then \ mv "template_dimension/template_dim.sh.tmp" "template_dimension/template_dim.sh"; \ else \ rm -f "template_dimension/template_dim.sh.tmp"; \ false; \ fi make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/tests' Making all in backends make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends' Making all in graphite make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/graphite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/graphite' Making all in json make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/json' Making all in opentsdb make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/opentsdb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/opentsdb' Making all in prometheus make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/prometheus' Making all in remote_write make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/prometheus/remote_write' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/prometheus/remote_write' make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/prometheus' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/prometheus' make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/prometheus' Making all in aws_kinesis make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/aws_kinesis' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/aws_kinesis' Making all in mongodb make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/mongodb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends/mongodb' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/backends' Making all in collectors make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors' Making all in plugins.d make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/plugins.d' make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/plugins.d' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/plugins.d' make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/plugins.d' Making all in apps.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/apps.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/apps.plugin' Making all in cgroups.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ cgroup-name.sh.in > cgroup-name.sh.tmp; then \ mv "cgroup-name.sh.tmp" "cgroup-name.sh"; \ else \ rm -f "cgroup-name.sh.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/cgroups.plugin' Making all in charts.d.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ charts.d.plugin.in > charts.d.plugin.tmp; then \ mv "charts.d.plugin.tmp" "charts.d.plugin"; \ else \ rm -f "charts.d.plugin.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/charts.d.plugin' Making all in checks.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/checks.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/checks.plugin' Making all in cups.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/cups.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/cups.plugin' Making all in diskspace.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/diskspace.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/diskspace.plugin' Making all in timex.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/timex.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/timex.plugin' Making all in fping.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ fping.plugin.in > fping.plugin.tmp; then \ mv "fping.plugin.tmp" "fping.plugin"; \ else \ rm -f "fping.plugin.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/fping.plugin' Making all in ioping.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ ioping.plugin.in > ioping.plugin.tmp; then \ mv "ioping.plugin.tmp" "ioping.plugin"; \ else \ rm -f "ioping.plugin.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/ioping.plugin' Making all in freebsd.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/freebsd.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/freebsd.plugin' Making all in freeipmi.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/freeipmi.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/freeipmi.plugin' Making all in idlejitter.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/idlejitter.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/idlejitter.plugin' Making all in macos.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/macos.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/macos.plugin' Making all in nfacct.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/nfacct.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/nfacct.plugin' Making all in xenstat.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/xenstat.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/xenstat.plugin' Making all in perf.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/perf.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/perf.plugin' Making all in node.d.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ node.d.plugin.in > node.d.plugin.tmp; then \ mv "node.d.plugin.tmp" "node.d.plugin"; \ else \ rm -f "node.d.plugin.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/node.d.plugin' Making all in proc.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/proc.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/proc.plugin' Making all in python.d.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ python.d.plugin.in > python.d.plugin.tmp; then \ mv "python.d.plugin.tmp" "python.d.plugin"; \ else \ rm -f "python.d.plugin.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/python.d.plugin' Making all in slabinfo.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/slabinfo.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/slabinfo.plugin' Making all in statsd.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/statsd.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/statsd.plugin' Making all in ebpf.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/ebpf.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/ebpf.plugin' Making all in tc.plugin make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ tc-qos-helper.sh.in > tc-qos-helper.sh.tmp; then \ mv "tc-qos-helper.sh.tmp" "tc-qos-helper.sh"; \ else \ rm -f "tc-qos-helper.sh.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors/tc.plugin' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/collectors' Making all in daemon make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ anonymous-statistics.sh.in > anonymous-statistics.sh.tmp; then \ mv "anonymous-statistics.sh.tmp" "anonymous-statistics.sh"; \ else \ rm -f "anonymous-statistics.sh.tmp"; \ false; \ fi make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/daemon' Making all in database make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database' Making all in engine make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database/engine' Making all in metadata_log make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database/engine/metadata_log' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database/engine/metadata_log' make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database/engine' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database/engine' make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database/engine' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/database' Making all in exporting make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting' Making all in tests make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/tests' Making all in graphite make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/graphite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/graphite' Making all in json make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/json' Making all in opentsdb make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/opentsdb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/opentsdb' Making all in prometheus make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/prometheus' Making all in remote_write make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/prometheus/remote_write' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/prometheus/remote_write' make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/prometheus' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/prometheus' make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/prometheus' Making all in aws_kinesis make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/aws_kinesis' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/aws_kinesis' Making all in pubsub make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/pubsub' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/pubsub' Making all in mongodb make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/mongodb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting/mongodb' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/exporting' Making all in health make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/health' Making all in notifications make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ alarm-notify.sh.in > alarm-notify.sh.tmp; then \ mv "alarm-notify.sh.tmp" "alarm-notify.sh"; \ else \ rm -f "alarm-notify.sh.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/health/notifications' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/health' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/health' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/health' Making all in libnetdata make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata' Making all in adaptive_resortable_list make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/adaptive_resortable_list' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/adaptive_resortable_list' Making all in avl make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/avl' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/avl' Making all in buffer make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/buffer' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/buffer' Making all in clocks make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/clocks' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/clocks' Making all in config make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/config' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/config' Making all in dictionary make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/dictionary' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/dictionary' Making all in ebpf make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/ebpf' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/ebpf' Making all in eval make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/eval' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/eval' Making all in json make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/json' Making all in health make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/health' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/health' Making all in locks make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/locks' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/locks' Making all in log make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/log' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/log' Making all in popen make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/popen' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/popen' Making all in procfile make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/procfile' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/procfile' Making all in simple_pattern make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/simple_pattern' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/simple_pattern' Making all in socket make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/socket' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/socket' Making all in statistical make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/statistical' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/statistical' Making all in storage_number make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/storage_number' Making all in tests make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/storage_number/tests' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/storage_number/tests' make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/storage_number' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/storage_number' make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/storage_number' Making all in threads make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/threads' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/threads' Making all in url make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/url' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/url' Making all in tests make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata/tests' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/libnetdata' Making all in registry make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/registry' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/registry' Making all in streaming make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/streaming' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/streaming' Making all in web make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web' Making all in api make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api' Making all in badges make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/badges' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/badges' Making all in queries make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries' Making all in average make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/average' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/average' Making all in des make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/des' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/des' Making all in incremental_sum make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/incremental_sum' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/incremental_sum' Making all in max make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/max' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/max' Making all in min make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/min' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/min' Making all in sum make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/sum' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/sum' Making all in median make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/median' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/median' Making all in ses make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/ses' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/ses' Making all in stddev make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/stddev' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries/stddev' make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries' make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/queries' Making all in exporters make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters' Making all in shell make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters/shell' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters/shell' Making all in prometheus make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters/prometheus' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters/prometheus' make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters' make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/exporters' Making all in formatters make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters' Making all in csv make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/csv' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/csv' Making all in json make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/json' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/json' Making all in ssv make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/ssv' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/ssv' Making all in value make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/value' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters/value' make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters' make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/formatters' Making all in health make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/health' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api/health' make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api' make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/api' Making all in gui make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/gui' Making all in dashboard make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/gui/dashboard' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/gui/dashboard' make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/gui' if test -f dashboard.js; then rm -f dashboard.js; fi cat src/dashboard.js/prologue.js.inc src/dashboard.js/utils.js src/dashboard.js/server-detection.js src/dashboard.js/dependencies.js src/dashboard.js/error-handling.js src/dashboard.js/compatibility.js src/dashboard.js/xss.js src/dashboard.js/colors.js src/dashboard.js/units-conversion.js src/dashboard.js/options.js src/dashboard.js/localstorage.js src/dashboard.js/timeout.js src/dashboard.js/themes.js src/dashboard.js/charting/dygraph.js src/dashboard.js/charting/sparkline.js src/dashboard.js/charting/google-charts.js src/dashboard.js/charting/gauge.js src/dashboard.js/charting/easy-pie-chart.js src/dashboard.js/charting/d3pie.js src/dashboard.js/charting/d3.js src/dashboard.js/charting/peity.js src/dashboard.js/charting/textonly.js src/dashboard.js/charting.js src/dashboard.js/chart-registry.js src/dashboard.js/common.js src/dashboard.js/main.js src/dashboard.js/alarms.js src/dashboard.js/registry.js src/dashboard.js/boot.js src/dashboard.js/epilogue.js.inc > dashboard.js.tmp && mv dashboard.js.tmp dashboard.js if test -d "../../.git"; then \ git --git-dir="../../.git" log -n 1 --format=%H; \ fi > version.txt.tmp test -s version.txt.tmp || echo 0 > version.txt.tmp mv version.txt.tmp version.txt make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/gui' make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/gui' Making all in server make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server' Making all in static make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server/static' make[5]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server/static' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server/static' make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server/static' make[4]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server' make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web/server' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/web' Making all in claim make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata-claim.sh.in > netdata-claim.sh.tmp; then \ mv "netdata-claim.sh.tmp" "netdata-claim.sh"; \ else \ rm -f "netdata-claim.sh.tmp"; \ false; \ fi make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/claim' Making all in parser make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/parser' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/parser' Making all in spawn make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/spawn' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/spawn' Making all in ml make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/ml' Making all in kmeans make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/ml/kmeans' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/ml/kmeans' make[3]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/ml' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/ml' make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/ml' Making all in aclk/legacy make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/aclk/legacy' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ tests/install-fake-charts.d.sh.in > tests/install-fake-charts.d.sh.tmp; then \ mv "tests/install-fake-charts.d.sh.tmp" "tests/install-fake-charts.d.sh"; \ else \ rm -f "tests/install-fake-charts.d.sh.tmp"; \ false; \ fi make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1/aclk/legacy' make[2]: Entering directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1' CC collectors/apps.plugin/apps_plugin.o CC libnetdata/adaptive_resortable_list/adaptive_resortable_list.o CC libnetdata/config/appconfig.o CC libnetdata/avl/avl.o CC libnetdata/buffer/buffer.o CC libnetdata/circular_buffer/circular_buffer.o CC libnetdata/clocks/clocks.o CC libnetdata/dictionary/dictionary.o CC libnetdata/eval/eval.o CC libnetdata/libnetdata.o CC libnetdata/locks/locks.o CC libnetdata/log/log.o CC libnetdata/popen/popen.o CC libnetdata/procfile/procfile.o CC libnetdata/os.o CC libnetdata/simple_pattern/simple_pattern.o CC libnetdata/socket/socket.o CC libnetdata/socket/security.o CC libnetdata/statistical/statistical.o CC libnetdata/storage_number/storage_number.o CC libnetdata/threads/threads.o CC libnetdata/url/url.o CC libnetdata/json/json.o CC libnetdata/json/jsmn.o CC libnetdata/health/health.o CC libnetdata/ebpf/ebpf.o CCLD apps.plugin CC collectors/cgroups.plugin/cgroup-network.o CCLD cgroup-network CC collectors/ebpf.plugin/ebpf.o CC collectors/ebpf.plugin/ebpf_cachestat.o CC collectors/ebpf.plugin/ebpf_dcstat.o CC collectors/ebpf.plugin/ebpf_disk.o CC collectors/ebpf.plugin/ebpf_fd.o CC collectors/ebpf.plugin/ebpf_filesystem.o CC collectors/ebpf.plugin/ebpf_hardirq.o CC collectors/ebpf.plugin/ebpf_mdflush.o CC collectors/ebpf.plugin/ebpf_mount.o CC collectors/ebpf.plugin/ebpf_oomkill.o CC collectors/ebpf.plugin/ebpf_process.o CC collectors/ebpf.plugin/ebpf_shm.o CC collectors/ebpf.plugin/ebpf_socket.o CC collectors/ebpf.plugin/ebpf_softirq.o CC collectors/ebpf.plugin/ebpf_sync.o CC collectors/ebpf.plugin/ebpf_swap.o CC collectors/ebpf.plugin/ebpf_vfs.o CC collectors/ebpf.plugin/ebpf_apps.o CC collectors/ebpf.plugin/ebpf_cgroup.o CCLD ebpf.plugin CC collectors/perf.plugin/perf_plugin.o CCLD perf.plugin CC collectors/slabinfo.plugin/slabinfo.o CCLD slabinfo.plugin CC daemon/buildinfo.o CC daemon/common.o CC daemon/daemon.o CC daemon/global_statistics.o CC daemon/analytics.o CC daemon/main.o CC daemon/signals.o CC daemon/service.o CC daemon/commands.o CC daemon/unit_test.o CC web/api/badges/web_buffer_svg.o CC web/api/exporters/allmetrics.o CC web/api/exporters/shell/allmetrics_shell.o CC web/api/queries/average/average.o CC web/api/queries/des/des.o CC web/api/queries/incremental_sum/incremental_sum.o CC web/api/queries/max/max.o CC web/api/queries/median/median.o CC web/api/queries/min/min.o CC web/api/queries/query.o CC web/api/queries/rrdr.o CC web/api/queries/ses/ses.o CC web/api/queries/stddev/stddev.o CC web/api/queries/sum/sum.o CC web/api/formatters/rrd2json.o CC web/api/formatters/csv/csv.o CC web/api/formatters/json/json.o CC web/api/formatters/ssv/ssv.o CC web/api/formatters/value/value.o CC web/api/formatters/json_wrapper.o CC web/api/formatters/charts2json.o CC web/api/formatters/rrdset2json.o CC web/api/health/health_cmdapi.o CC web/api/web_api_v1.o CC backends/backends.o CC backends/graphite/graphite.o CC backends/json/json.o CC backends/opentsdb/opentsdb.o CC backends/prometheus/backend_prometheus.o CC exporting/exporting_engine.o CC exporting/graphite/graphite.o CC exporting/json/json.o CC exporting/opentsdb/opentsdb.o CC exporting/prometheus/prometheus.o CC exporting/read_config.o CC exporting/clean_connectors.o CC exporting/init_connectors.o CC exporting/process_data.o CC exporting/check_filters.o CC exporting/send_data.o CC exporting/send_internal_metrics.o CC collectors/checks.plugin/plugin_checks.o CC health/health.o CC health/health_config.o CC health/health_json.o CC health/health_log.o CC ml/ml-dummy.o CC collectors/idlejitter.plugin/plugin_idlejitter.o CC collectors/plugins.d/plugins_d.o CC collectors/plugins.d/pluginsd_parser.o CC registry/registry.o CC registry/registry_db.o CC registry/registry_init.o CC registry/registry_internals.o CC registry/registry_log.o CC registry/registry_machine.o CC registry/registry_person.o CC registry/registry_url.o CC database/rrdcalc.o CC database/rrdcalctemplate.o CC database/rrddim.o CC database/rrddimvar.o CC database/rrdfamily.o CC database/rrdhost.o CC database/rrdlabels.o CC database/rrd.o CC database/rrdset.o CC database/rrdsetvar.o CC database/rrdvar.o CC database/sqlite/sqlite_functions.o CC database/sqlite/sqlite_aclk.o CC database/sqlite/sqlite_health.o CC database/sqlite/sqlite_aclk_node.o CC database/sqlite/sqlite_aclk_chart.o CC database/sqlite/sqlite_aclk_alert.o CC database/sqlite/sqlite3.o make[2]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1' make[1]: Leaving directory '/tmp/netdata-kickstart-Rz8PrDSKkv/netdata-v1.32.1' stdout_lines: [WARNING]: noop task does not support when conditional TASK [professormanhattan.netdata : Run generic Linux tasks] ******************** Friday 07 January 2022 04:36:08 -0500 (0:07:23.859) 0:07:29.106 ******** included: /home/hawkwood/gas-station/roles/services/netdata/tasks/install-Linux.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35 TASK [professormanhattan.netdata : Ensure Megabyte Labs configuration directory exists] *** Friday 07 January 2022 04:36:09 -0500 (0:00:00.122) 0:07:29.229 ******** changed: [CentOS-7] => (item=~/.config) changed: [CentOS-Stream-8] => (item=~/.config) changed: [CentOS-8] => (item=~/.config) changed: [Fedora-33] => (item=~/.config) changed: [Fedora-35] => (item=~/.config) changed: [Fedora-34] => (item=~/.config) changed: [CentOS-7] => (item=~/.config/megabytelabs) changed: [CentOS-Stream-8] => (item=~/.config/megabytelabs) changed: [CentOS-8] => (item=~/.config/megabytelabs) changed: [Fedora-33] => (item=~/.config/megabytelabs) changed: [Fedora-35] => (item=~/.config/megabytelabs) changed: [Fedora-34] => (item=~/.config/megabytelabs) TASK [professormanhattan.netdata : Download the netdata kickstart.sh file] ***** Friday 07 January 2022 04:36:10 -0500 (0:00:01.038) 0:07:30.267 ******** changed: [CentOS-7] changed: [CentOS-8] changed: [CentOS-Stream-8] changed: [Fedora-33] changed: [Fedora-35] changed: [Fedora-34] TASK [professormanhattan.netdata : Ensure netdata is installed and up-to-date] *** Friday 07 January 2022 04:36:10 -0500 (0:00:00.785) 0:07:31.053 ******** fatal: [Fedora-33]: FAILED! => changed=true cmd: - bash - ~/.config/megabytelabs/netdata-kickstart.sh - --dont-wait - --stable-channel - --disable-telemetry delta: '0:05:34.404357' end: '2022-01-07 09:41:45.724214' msg: non-zero return code rc: 1 start: '2022-01-07 09:36:11.319857' stderr: |2- --- Fetching script to detect required packages... --- [/tmp/netdata-kickstart-c2KVbMLSev]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-kickstart-c2KVbMLSev/install-required-packages.sh https://raw.githubusercontent.com/netdata/netdata/master/packaging/installer/install-required-packages.sh OK --- Running downloaded script to detect required packages... --- [/tmp/netdata-kickstart-c2KVbMLSev]# /usr/bin/bash /tmp/netdata-kickstart-c2KVbMLSev/install-required-packages.sh --dont-wait --non-interactive netdata Loading /etc/os-release ... Searching for distro_sdk ... Searching for git ... > Checking if package 'git' is installed... Searching for autoconf ... > Checking if package 'autoconf' is installed... Searching for autoconf_archive ... > Checking if package 'autoconf-archive' is installed... Searching for autogen ... > Checking if package 'autogen' is installed... Searching for automake ... > Checking if package 'automake' is installed... Searching for libtool ... > Checking if package 'libtool' is installed... Searching for cmake ... > Checking if package 'cmake' is installed... Searching for netcat ... > Checking if package 'nmap-ncat' is installed... Searching for libz_dev ... > Checking if package 'zlib-devel' is installed... Searching for libuuid_dev ... > Checking if package 'libuuid-devel' is installed... Searching for libmnl_dev ... > Checking if package 'libmnl-devel' is installed... Searching for json_c_dev ... > Checking if package 'json-c-devel' is installed... Searching for libuv ... > Checking if package 'libuv-devel' is installed... Searching for lz4 ... > Checking if package 'lz4-devel' is installed... Searching for openssl ... > Checking if package 'openssl-devel' is installed... Searching for judy ... > Checking if package 'Judy-devel' is installed... Searching for libelf ... > Checking if package 'elfutils-libelf-devel' is installed... The following command will be run: >> IMPORTANT << Please make sure your system is up to date by running: yum update Running in non-interactive mode yum -y install Judy-devel autoconf autoconf-archive autogen automake cmake git json-c-devel libmnl-devel libtool libuuid-devel libuv-devel lz4-devel nmap-ncat Running in non-interactive mode yum -y install Judy-devel autoconf autoconf-archive autogen automake cmake git json-c-devel libmnl-devel libtool libuuid-devel libuv-devel lz4-devel nmap-ncat Errors during downloading metadata for repository 'home_alvistack': - Status code: 404 for http://download.opensuse.org/repositories/home:/alvistack/Fedora_33/repodata/repomd.xml (IP: 195.135.221.134) Error: Failed to download metadata for repo 'home_alvistack': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried Ignoring repositories: home_alvistack All Done! - Now proceed to the next step. OK [/tmp/netdata-kickstart-c2KVbMLSev]# curl -q -sSL --connect-timeout 10 --retry 3 --output /dev/stdout https://api.github.com/repos/netdata/netdata/releases/latest OK [/tmp/netdata-kickstart-c2KVbMLSev]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-kickstart-c2KVbMLSev/sha256sum.txt https://github.com/netdata/netdata/releases/download/1.32.1/sha256sums.txt OK [/tmp/netdata-kickstart-c2KVbMLSev]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-kickstart-c2KVbMLSev/netdata-latest.tar.gz https://github.com/netdata/netdata/releases/download/1.32.1/netdata-latest.tar.gz OK [/tmp/netdata-kickstart-c2KVbMLSev]# tar -xf netdata-latest.tar.gz OK --- Installing netdata... --- [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# ./netdata-installer.sh --auto-update --stable-channel --disable-telemetry --dont-wait ^ |.-. .-. .-. .-. . netdata | '-' '-' '-' '-' real-time performance monitoring, done right! +----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+---> --- Prepare custom libmosquitto version --- [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-mosquitto-piyuta/v.1.6.8_Netdata-5.tar.gz https://github.com/netdata/mosquitto/archive/v.1.6.8_Netdata-5.tar.gz OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# tar -xf /tmp/netdata-mosquitto-piyuta/v.1.6.8_Netdata-5.tar.gz -C /tmp/netdata-mosquitto-piyuta OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= make -j1 -C /tmp/netdata-mosquitto-piyuta/mosquitto-v.1.6.8_Netdata-5/lib OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# mkdir -p /tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/externaldeps/mosquitto OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# cp /tmp/netdata-mosquitto-piyuta/mosquitto-v.1.6.8_Netdata-5/lib/libmosquitto.a /tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/externaldeps/mosquitto OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# cp /tmp/netdata-mosquitto-piyuta/mosquitto-v.1.6.8_Netdata-5/lib/mosquitto.h /tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/externaldeps/mosquitto OK OK libmosquitto built and prepared. --- Prepare libwebsockets --- [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-libwebsockets-hieADY/v3.2.2.tar.gz https://github.com/warmcat/libwebsockets/archive/v3.2.2.tar.gz OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# tar -xf /tmp/netdata-libwebsockets-hieADY/v3.2.2.tar.gz -C /tmp/netdata-libwebsockets-hieADY OK [/tmp/netdata-libwebsockets-hieADY/libwebsockets-3.2.2]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= cmake -D LWS_WITH_SOCKS5:bool=ON -D LWS_IPV6:bool=ON . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Git commit hash: Compiling with SSL support OpenSSL include dir: /usr/include OpenSSL libraries: /usr/lib64/libssl.so;/usr/lib64/libcrypto.so Searching for OpenSSL executable and dlls OpenSSL executable: OPENSSL_EXECUTABLE-NOTFOUND GENCERTS = 1 Generating SSL Certificates for the test-server... CMake Warning at CMakeLists.txt:2020 (message): !!! Failed to generate SSL certificate for Test Server!!!: OpenSSL return code = No such file or directory --------------------------------------------------------------------- Settings: (For more help do cmake -LH ) --------------------------------------------------------------------- LWS_WITH_STATIC = ON LWS_WITH_SHARED = ON LWS_WITH_SSL = ON (SSL Support) LWS_SSL_CLIENT_USE_OS_CA_CERTS = 1 LWS_WITH_WOLFSSL = OFF (wolfSSL/CyaSSL replacement for OpenSSL) LWS_WITH_MBEDTLS = OFF (mbedTLS replacement for OpenSSL) LWS_WITHOUT_BUILTIN_SHA1 = OFF LWS_WITHOUT_BUILTIN_GETIFADDRS = OFF LWS_WITHOUT_CLIENT = OFF LWS_WITHOUT_SERVER = OFF LWS_LINK_TESTAPPS_DYNAMIC = OFF LWS_WITHOUT_TESTAPPS = OFF LWS_WITHOUT_TEST_SERVER = OFF LWS_WITHOUT_TEST_SERVER_EXTPOLL = OFF LWS_WITHOUT_TEST_PING = OFF LWS_WITHOUT_TEST_CLIENT = OFF LWS_WITHOUT_EXTENSIONS = ON LWS_WITH_LATENCY = OFF LWS_WITHOUT_DAEMONIZE = ON LWS_WITH_LIBEV = OFF LWS_WITH_LIBUV = OFF LWS_WITH_LIBEVENT = OFF LWS_IPV6 = ON LWS_UNIX_SOCK = OFF LWS_WITH_HTTP2 = 1 LWS_SSL_SERVER_WITH_ECDH_CERT = OFF LWS_MAX_SMP = 1 LWS_HAVE_PTHREAD_H = 1 LWS_WITH_CGI = OFF LWS_HAVE_OPENSSL_ECDH_H = 1 LWS_HAVE_SSL_CTX_set1_param = 1 LWS_HAVE_RSA_SET0_KEY = 1 LWS_WITH_HTTP_PROXY = OFF LIBHUBBUB_LIBRARIES = PLUGINS = LWS_WITH_ACCESS_LOG = OFF LWS_WITH_SERVER_STATUS = OFF LWS_WITH_LEJP = ON LWS_WITH_LEJP_CONF = ON LWS_WITH_SMTP = OFF LWS_WITH_GENERIC_SESSIONS = OFF LWS_STATIC_PIC = OFF LWS_WITH_RANGES = OFF LWS_PLAT_OPTEE = OFF LWS_WITH_ESP32 = OFF LWS_WITH_ZIP_FOPS = OFF LWS_AVOID_SIGPIPE_IGN = OFF LWS_WITH_STATS = OFF LWS_WITH_SOCKS5 = ON LWS_HAVE_SYS_CAPABILITY_H = LWS_HAVE_LIBCAP = LWS_WITH_PEER_LIMITS = OFF LWS_HAVE_ATOLL = 1 LWS_HAVE__ATOI64 = LWS_HAVE_STAT32I64 = LWS_HAS_INTPTR_T = 1 LWS_WITH_EXPORT_LWSTARGETS = ON LWS_WITH_ABSTRACT = --------------------------------------------------------------------- OK [/tmp/netdata-libwebsockets-hieADY/libwebsockets-3.2.2]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= make -j1 OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# mkdir -p /tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/externaldeps/libwebsockets OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# cp /tmp/netdata-libwebsockets-hieADY/libwebsockets-3.2.2/lib/libwebsockets.a /tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/externaldeps/libwebsockets/libwebsockets.a OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# cp -r /tmp/netdata-libwebsockets-hieADY/libwebsockets-3.2.2/include /tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/externaldeps/libwebsockets OK OK libwebsockets built and prepared. [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-protobuf-ZOZFmY/protobuf-cpp-3.17.3.tar.gz https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protobuf-cpp-3.17.3.tar.gz OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# tar -xf /tmp/netdata-protobuf-ZOZFmY/protobuf-cpp-3.17.3.tar.gz -C /tmp/netdata-protobuf-ZOZFmY OK [/tmp/netdata-protobuf-ZOZFmY/protobuf-3.17.3]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= ./configure --disable-shared --without-zlib --disable-dependency-tracking --with-pic OK [/tmp/netdata-protobuf-ZOZFmY/protobuf-3.17.3]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= make -j1 google/protobuf/compiler/js/js_generator.cc:97:6: warning: 'bool google::protobuf::compiler::js::{anonymous}::StrEndsWith(google::protobuf::stringpiece_internal::StringPiece, google::protobuf::stringpiece_internal::StringPiece)' defined but not used [-Wunused-function] 97 | bool StrEndsWith(StringPiece sp, StringPiece x) { | ^~~~~~~~~~~ ranlib: .libs/libprotoc.a: No space left on device make[2]: *** [Makefile:3159: libprotoc.la] Error 1 make[1]: *** [Makefile:1909: all-recursive] Error 1 make: *** [Makefile:1816: all] Error 2 FAILED FAILED Failed to build protobuf. cp: cannot stat 'packaging/current_libbpf.checksums': No such file or directory cp: cannot stat 'packaging/current_libbpf.version': No such file or directory --- Prepare libbpf --- [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# curl -q -sSL --connect-timeout 10 --retry 3 --output /tmp/netdata-libbpf-OXQTgR/v0.5.1_netdata.tar.gz https://github.com/netdata/libbpf/archive/v0.5.1_netdata.tar.gz OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# tar -xf /tmp/netdata-libbpf-OXQTgR/v0.5.1_netdata.tar.gz -C /tmp/netdata-libbpf-OXQTgR OK [/tmp/netdata-libbpf-OXQTgR/libbpf-0.5.1_netdata/src]# env CFLAGS=-fPIC CXXFLAGS= LDFLAGS= BUILD_STATIC_ONLY=y OBJDIR=build DESTDIR=.. make -j1 install OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# mkdir -p /tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/externaldeps/libbpf OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# cp /tmp/netdata-libbpf-OXQTgR/libbpf-0.5.1_netdata/usr/lib64/libbpf.a /tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/externaldeps/libbpf/libbpf.a OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# cp -r /tmp/netdata-libbpf-OXQTgR/libbpf-0.5.1_netdata/usr/include /tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/externaldeps/libbpf OK OK libbpf built and prepared. --- Run autotools to configure the build environment --- [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# autoreconf -ivf autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I build/m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing autoreconf: Leaving directory `.' OK [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/libexec --libdir=/usr/lib --with-zlib --with-math --with-user=netdata --disable-ml --with-bundled-lws CFLAGS=-O2 LDFLAGS= OK --- Cleanup compilation directory --- [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# make clean OK --- Compile netdata --- [/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1]# make -j1 daemon/commands.c:741:1: fatal error: error writing to /tmp/cc2trk36.s: No space left on device 741 | } | ^ compilation terminated. make[2]: *** [Makefile:5779: daemon/commands.o] Error 1 make[1]: *** [Makefile:6477: all-recursive] Error 1 make: *** [Makefile:3532: all] Error 2 FAILED FAILED ABORTED netdata-installer.sh exited with error stderr_lines: stdout: |- System : Linux Operating System : GNU/Linux Machine : x86_64 BASH major version: /etc/os-release information: NAME : Fedora VERSION : 33 (Thirty Three) ID : fedora ID_LIKE : VERSION_ID : 33 We detected these: Distribution : fedora Version : 33 Codename : 33 (Thirty Three) Package Manager : install_yum Packages Tree : rhel Detection Method: /etc/os-release Default Python v: 3 home:alvistack (Fedora_33) 2.3 kB/s | 1.1 kB 00:00 Fedora 33 - x86_64 9.1 MB/s | 64 MB 00:07 Fedora 33 openh264 (From Cisco) - x86_64 4.2 kB/s | 2.5 kB 00:00 Fedora Modular 33 - x86_64 606 kB/s | 1.9 MB 00:03 Fedora 33 - x86_64 - Updates 5.9 MB/s | 34 MB 00:05 Fedora Modular 33 - x86_64 - Updates 2.1 MB/s | 2.9 MB 00:01 Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: Judy-devel x86_64 1.0.5-24.fc33 fedora 71 k autoconf noarch 2.69-34.fc33 fedora 666 k autoconf-archive noarch 2019.01.06-6.fc33 fedora 589 k autogen x86_64 5.18.16-7.fc33 fedora 602 k automake noarch 1.16.2-4.fc33 updates 662 k cmake x86_64 3.19.7-1.fc33 updates 5.6 M git x86_64 2.31.1-3.fc33 updates 122 k json-c-devel x86_64 0.14-7.fc33 fedora 45 k libmnl-devel x86_64 1.0.4-12.fc33 fedora 31 k libtool x86_64 2.4.6-36.fc33 fedora 578 k libuuid-devel x86_64 2.36.1-1.fc33 updates 29 k libuv-devel x86_64 1:1.42.0-2.fc33 updates 27 k lz4-devel x86_64 1.9.1-3.fc33 fedora 28 k nmap-ncat x86_64 2:7.80-5.fc33 fedora 225 k Installing dependencies: Judy x86_64 1.0.5-24.fc33 fedora 131 k autogen-libopts x86_64 5.18.16-7.fc33 fedora 75 k cmake-data noarch 3.19.7-1.fc33 updates 1.5 M cmake-filesystem x86_64 3.19.7-1.fc33 updates 16 k cmake-rpm-macros noarch 3.19.7-1.fc33 updates 15 k emacs-filesystem noarch 1:27.2-3.fc33 updates 8.2 k git-core x86_64 2.31.1-3.fc33 updates 3.6 M git-core-doc noarch 2.31.1-3.fc33 updates 2.3 M jsoncpp x86_64 1.9.4-2.fc33 fedora 95 k libuv x86_64 1:1.42.0-2.fc33 updates 148 k perl-Error noarch 1:0.17029-4.fc33 fedora 42 k perl-Git noarch 2.31.1-3.fc33 updates 44 k rhash x86_64 1.4.0-2.fc33 fedora 183 k Transaction Summary ================================================================================ Install 27 Packages Total download size: 17 M Installed size: 72 M Downloading Packages: (1/27): Judy-devel-1.0.5-24.fc33.x86_64.rpm 118 kB/s | 71 kB 00:00 (2/27): Judy-1.0.5-24.fc33.x86_64.rpm 157 kB/s | 131 kB 00:00 (3/27): autoconf-2.69-34.fc33.noarch.rpm 528 kB/s | 666 kB 00:01 (4/27): autogen-libopts-5.18.16-7.fc33.x86_64.r 489 kB/s | 75 kB 00:00 (5/27): autoconf-archive-2019.01.06-6.fc33.noar 680 kB/s | 589 kB 00:00 (6/27): autogen-5.18.16-7.fc33.x86_64.rpm 916 kB/s | 602 kB 00:00 (7/27): json-c-devel-0.14-7.fc33.x86_64.rpm 320 kB/s | 45 kB 00:00 (8/27): jsoncpp-1.9.4-2.fc33.x86_64.rpm 413 kB/s | 95 kB 00:00 (9/27): libmnl-devel-1.0.4-12.fc33.x86_64.rpm 133 kB/s | 31 kB 00:00 (10/27): lz4-devel-1.9.1-3.fc33.x86_64.rpm 183 kB/s | 28 kB 00:00 (11/27): nmap-ncat-7.80-5.fc33.x86_64.rpm 1.5 MB/s | 225 kB 00:00 (12/27): libtool-2.4.6-36.fc33.x86_64.rpm 1.2 MB/s | 578 kB 00:00 (13/27): perl-Error-0.17029-4.fc33.noarch.rpm 146 kB/s | 42 kB 00:00 (14/27): rhash-1.4.0-2.fc33.x86_64.rpm 624 kB/s | 183 kB 00:00 (15/27): automake-1.16.2-4.fc33.noarch.rpm 551 kB/s | 662 kB 00:01 (16/27): cmake-filesystem-3.19.7-1.fc33.x86_64. 73 kB/s | 16 kB 00:00 (17/27): cmake-rpm-macros-3.19.7-1.fc33.noarch. 96 kB/s | 15 kB 00:00 (18/27): cmake-data-3.19.7-1.fc33.noarch.rpm 995 kB/s | 1.5 MB 00:01 (19/27): emacs-filesystem-27.2-3.fc33.noarch.rp 66 kB/s | 8.2 kB 00:00 (20/27): git-2.31.1-3.fc33.x86_64.rpm 897 kB/s | 122 kB 00:00 (21/27): git-core-doc-2.31.1-3.fc33.noarch.rpm 9.0 MB/s | 2.3 MB 00:00 (22/27): git-core-2.31.1-3.fc33.x86_64.rpm 6.4 MB/s | 3.6 MB 00:00 (23/27): libuuid-devel-2.36.1-1.fc33.x86_64.rpm 109 kB/s | 29 kB 00:00 (24/27): libuv-1.42.0-2.fc33.x86_64.rpm 1.7 MB/s | 148 kB 00:00 (25/27): perl-Git-2.31.1-3.fc33.noarch.rpm 358 kB/s | 44 kB 00:00 (26/27): libuv-devel-1.42.0-2.fc33.x86_64.rpm 164 kB/s | 27 kB 00:00 (27/27): cmake-3.19.7-1.fc33.x86_64.rpm 1.6 MB/s | 5.6 MB 00:03 -------------------------------------------------------------------------------- Total 3.0 MB/s | 17 MB 00:05 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : emacs-filesystem-1:27.2-3.fc33.noarch 1/27 Installing : autoconf-2.69-34.fc33.noarch 2/27 Installing : cmake-filesystem-3.19.7-1.fc33.x86_64 3/27 Installing : libuv-1:1.42.0-2.fc33.x86_64 4/27 Installing : git-core-2.31.1-3.fc33.x86_64 5/27 Installing : cmake-rpm-macros-3.19.7-1.fc33.noarch 6/27 Installing : git-core-doc-2.31.1-3.fc33.noarch 7/27 Installing : automake-1.16.2-4.fc33.noarch 8/27 Installing : rhash-1.4.0-2.fc33.x86_64 9/27 Installing : perl-Error-1:0.17029-4.fc33.noarch 10/27 Installing : git-2.31.1-3.fc33.x86_64 11/27 Installing : perl-Git-2.31.1-3.fc33.noarch 12/27 Installing : jsoncpp-1.9.4-2.fc33.x86_64 13/27 Installing : cmake-data-3.19.7-1.fc33.noarch 14/27 Installing : cmake-3.19.7-1.fc33.x86_64 15/27 Installing : autogen-libopts-5.18.16-7.fc33.x86_64 16/27 Installing : Judy-1.0.5-24.fc33.x86_64 17/27 Installing : Judy-devel-1.0.5-24.fc33.x86_64 18/27 Installing : autogen-5.18.16-7.fc33.x86_64 19/27 Installing : libtool-2.4.6-36.fc33.x86_64 20/27 Installing : libuv-devel-1:1.42.0-2.fc33.x86_64 21/27 Installing : json-c-devel-0.14-7.fc33.x86_64 22/27 Installing : autoconf-archive-2019.01.06-6.fc33.noarch 23/27 Installing : libuuid-devel-2.36.1-1.fc33.x86_64 24/27 Installing : nmap-ncat-2:7.80-5.fc33.x86_64 25/27 Installing : lz4-devel-1.9.1-3.fc33.x86_64 26/27 Installing : libmnl-devel-1.0.4-12.fc33.x86_64 27/27 Running scriptlet: libmnl-devel-1.0.4-12.fc33.x86_64 27/27 Verifying : Judy-1.0.5-24.fc33.x86_64 1/27 Verifying : Judy-devel-1.0.5-24.fc33.x86_64 2/27 Verifying : autoconf-2.69-34.fc33.noarch 3/27 Verifying : autoconf-archive-2019.01.06-6.fc33.noarch 4/27 Verifying : autogen-5.18.16-7.fc33.x86_64 5/27 Verifying : autogen-libopts-5.18.16-7.fc33.x86_64 6/27 Verifying : json-c-devel-0.14-7.fc33.x86_64 7/27 Verifying : jsoncpp-1.9.4-2.fc33.x86_64 8/27 Verifying : libmnl-devel-1.0.4-12.fc33.x86_64 9/27 Verifying : libtool-2.4.6-36.fc33.x86_64 10/27 Verifying : lz4-devel-1.9.1-3.fc33.x86_64 11/27 Verifying : nmap-ncat-2:7.80-5.fc33.x86_64 12/27 Verifying : perl-Error-1:0.17029-4.fc33.noarch 13/27 Verifying : rhash-1.4.0-2.fc33.x86_64 14/27 Verifying : automake-1.16.2-4.fc33.noarch 15/27 Verifying : cmake-3.19.7-1.fc33.x86_64 16/27 Verifying : cmake-data-3.19.7-1.fc33.noarch 17/27 Verifying : cmake-filesystem-3.19.7-1.fc33.x86_64 18/27 Verifying : cmake-rpm-macros-3.19.7-1.fc33.noarch 19/27 Verifying : emacs-filesystem-1:27.2-3.fc33.noarch 20/27 Verifying : git-2.31.1-3.fc33.x86_64 21/27 Verifying : git-core-2.31.1-3.fc33.x86_64 22/27 Verifying : git-core-doc-2.31.1-3.fc33.noarch 23/27 Verifying : libuuid-devel-2.36.1-1.fc33.x86_64 24/27 Verifying : libuv-1:1.42.0-2.fc33.x86_64 25/27 Verifying : libuv-devel-1:1.42.0-2.fc33.x86_64 26/27 Verifying : perl-Git-2.31.1-3.fc33.noarch 27/27 Installed: Judy-1.0.5-24.fc33.x86_64 Judy-devel-1.0.5-24.fc33.x86_64 autoconf-2.69-34.fc33.noarch autoconf-archive-2019.01.06-6.fc33.noarch autogen-5.18.16-7.fc33.x86_64 autogen-libopts-5.18.16-7.fc33.x86_64 automake-1.16.2-4.fc33.noarch cmake-3.19.7-1.fc33.x86_64 cmake-data-3.19.7-1.fc33.noarch cmake-filesystem-3.19.7-1.fc33.x86_64 cmake-rpm-macros-3.19.7-1.fc33.noarch emacs-filesystem-1:27.2-3.fc33.noarch git-2.31.1-3.fc33.x86_64 git-core-2.31.1-3.fc33.x86_64 git-core-doc-2.31.1-3.fc33.noarch json-c-devel-0.14-7.fc33.x86_64 jsoncpp-1.9.4-2.fc33.x86_64 libmnl-devel-1.0.4-12.fc33.x86_64 libtool-2.4.6-36.fc33.x86_64 libuuid-devel-2.36.1-1.fc33.x86_64 libuv-1:1.42.0-2.fc33.x86_64 libuv-devel-1:1.42.0-2.fc33.x86_64 lz4-devel-1.9.1-3.fc33.x86_64 nmap-ncat-2:7.80-5.fc33.x86_64 perl-Error-1:0.17029-4.fc33.noarch perl-Git-2.31.1-3.fc33.noarch rhash-1.4.0-2.fc33.x86_64 Complete! You are about to build and install netdata to your system. The build process will use /tmp for any temporary files. You can override this by setting $TMPDIR to a writable directory where you can execute files. It will be installed at these locations: - the daemon at /usr/sbin/netdata - config files in /etc/netdata - web files in /usr/share/netdata - plugins in /usr/libexec/netdata - cache files in /var/cache/netdata - db files in /var/lib/netdata - log files in /var/log/netdata - pid file at /var/run/netdata.pid - logrotate file at /etc/logrotate.d/netdata This installer allows you to change the installation path. Press Control-C and run the same command with --help for help. v.1.6.8_Netdata-5.tar.gz: OK make: Entering directory '/tmp/netdata-mosquitto-piyuta/mosquitto-v.1.6.8_Netdata-5/lib' cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c mosquitto.c -o mosquitto.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c actions.c -o actions.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c callbacks.c -o callbacks.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c connect.c -o connect.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_auth.c -o handle_auth.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_connack.c -o handle_connack.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_disconnect.c -o handle_disconnect.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_ping.c -o handle_ping.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_pubackcomp.c -o handle_pubackcomp.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_publish.c -o handle_publish.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_pubrec.c -o handle_pubrec.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_pubrel.c -o handle_pubrel.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_suback.c -o handle_suback.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c handle_unsuback.c -o handle_unsuback.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c helpers.c -o helpers.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c logging_mosq.c -o logging_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c loop.c -o loop.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c memory_mosq.c -o memory_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c messages_mosq.c -o messages_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c net_mosq_ocsp.c -o net_mosq_ocsp.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c net_mosq.c -o net_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c options.c -o options.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c packet_datatypes.c -o packet_datatypes.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c packet_mosq.c -o packet_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c property_mosq.c -o property_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c read_handle.c -o read_handle.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_connect.c -o send_connect.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_disconnect.c -o send_disconnect.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_mosq.c -o send_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_publish.c -o send_publish.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_subscribe.c -o send_subscribe.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c send_unsubscribe.c -o send_unsubscribe.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c socks_mosq.c -o socks_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c srv_mosq.c -o srv_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c thread_mosq.c -o thread_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c time_mosq.c -o time_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c tls_mosq.c -o tls_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c utf8_mosq.c -o utf8_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c util_mosq.c -o util_mosq.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c util_topic.c -o util_topic.o cc -I. -I.. -I../lib -I../src/deps -DWITH_THREADING -DWITH_SOCKS -fPIC -fPIC -c will_mosq.c -o will_mosq.o cc -shared -Wl,--version-script=linker.version -Wl,-soname,libmosquitto.so.1 mosquitto.o actions.o callbacks.o connect.o handle_auth.o handle_connack.o handle_disconnect.o handle_ping.o handle_pubackcomp.o handle_publish.o handle_pubrec.o handle_pubrel.o handle_suback.o handle_unsuback.o helpers.o logging_mosq.o loop.o memory_mosq.o messages_mosq.o net_mosq_ocsp.o net_mosq.o options.o packet_datatypes.o packet_mosq.o property_mosq.o read_handle.o send_connect.o send_disconnect.o send_mosq.o send_publish.o send_subscribe.o send_unsubscribe.o socks_mosq.o srv_mosq.o thread_mosq.o time_mosq.o tls_mosq.o utf8_mosq.o util_mosq.o util_topic.o will_mosq.o -o libmosquitto.so.1 -lrt -lpthread ar cr libmosquitto.a mosquitto.o actions.o callbacks.o connect.o handle_auth.o handle_connack.o handle_disconnect.o handle_ping.o handle_pubackcomp.o handle_publish.o handle_pubrec.o handle_pubrel.o handle_suback.o handle_unsuback.o helpers.o logging_mosq.o loop.o memory_mosq.o messages_mosq.o net_mosq_ocsp.o net_mosq.o options.o packet_datatypes.o packet_mosq.o property_mosq.o read_handle.o send_connect.o send_disconnect.o send_mosq.o send_publish.o send_subscribe.o send_unsubscribe.o socks_mosq.o srv_mosq.o thread_mosq.o time_mosq.o tls_mosq.o utf8_mosq.o util_mosq.o util_topic.o will_mosq.o make: Leaving directory '/tmp/netdata-mosquitto-piyuta/mosquitto-v.1.6.8_Netdata-5/lib' v3.2.2.tar.gz: OK -- Compiled with LWS_WITH_DIR and LWS_WITH_DIR -- The C compiler identification is GNU 10.3.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- CMAKE_TOOLCHAIN_FILE='' -- Found Git: /usr/bin/git -- Performing Test LWS_HAVE_inline -- Performing Test LWS_HAVE_inline - Success -- Performing Test LWS_HAVE___inline__ -- Performing Test LWS_HAVE___inline__ - Success -- Performing Test LWS_HAVE___inline -- Performing Test LWS_HAVE___inline - Success -- Performing Test LWS_HAVE_MALLOC_TRIM -- Performing Test LWS_HAVE_MALLOC_TRIM - Success -- Performing Test LWS_HAVE_MALLOC_USABLE_SIZE -- Performing Test LWS_HAVE_MALLOC_USABLE_SIZE - Success -- Looking for fork -- Looking for fork - found -- Looking for getenv -- Looking for getenv - found -- Looking for malloc -- Looking for malloc - found -- Looking for memset -- Looking for memset - found -- Looking for realloc -- Looking for realloc - found -- Looking for socket -- Looking for socket - found -- Looking for strerror -- Looking for strerror - found -- Looking for vfork -- Looking for vfork - found -- Looking for execvpe -- Looking for execvpe - found -- Looking for getifaddrs -- Looking for getifaddrs - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for _snprintf -- Looking for _snprintf - not found -- Looking for _vsnprintf -- Looking for _vsnprintf - not found -- Looking for getloadavg -- Looking for getloadavg - found -- Looking for atoll -- Looking for atoll - found -- Looking for _atoi64 -- Looking for _atoi64 - not found -- Looking for _stat32i64 -- Looking for _stat32i64 - not found -- Looking for clock_gettime -- Looking for clock_gettime - found -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for in6addr.h -- Looking for in6addr.h - not found -- Looking for memory.h -- Looking for memory.h - found -- Looking for netinet/in.h -- Looking for netinet/in.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for sys/prctl.h -- Looking for sys/prctl.h - found -- Looking for sys/socket.h -- Looking for sys/socket.h - found -- Looking for sys/sockio.h -- Looking for sys/sockio.h - not found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for vfork.h -- Looking for vfork.h - not found -- Looking for sys/capability.h -- Looking for sys/capability.h - not found -- Looking for malloc.h -- Looking for malloc.h - found -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for cap_set_flag in cap -- Looking for cap_set_flag in cap - not found -- Looking for 4 include files stdlib.h, ..., float.h -- Looking for 4 include files stdlib.h, ..., float.h - found -- Performing Test LWS_HAS_INTPTR_T -- Performing Test LWS_HAS_INTPTR_T - Success -- Performing Test LWS_HAS_PTHREAD_SETNAME_NP -- Performing Test LWS_HAS_PTHREAD_SETNAME_NP - Success -- Performing Test LWS_HAS_GETOPT_LONG -- Performing Test LWS_HAS_GETOPT_LONG - Success -- Performing Test LWS_HAVE_VISIBILITY -- Performing Test LWS_HAVE_VISIBILITY - Success -- Performing Test LWS_GCC_HAS_IGNORED_QUALIFIERS -- Performing Test LWS_GCC_HAS_IGNORED_QUALIFIERS - Success -- Performing Test LWS_GCC_HAS_TYPE_LIMITS -- Performing Test LWS_GCC_HAS_TYPE_LIMITS - Success -- Found OpenSSL: /usr/lib64/libcrypto.so (found version "1.1.1l") -- Looking for openssl/ecdh.h -- Looking for openssl/ecdh.h - found -- Looking for SSL_CTX_set1_param -- Looking for SSL_CTX_set1_param - found -- Looking for SSL_set_info_callback -- Looking for SSL_set_info_callback - found -- Looking for X509_VERIFY_PARAM_set1_host -- Looking for X509_VERIFY_PARAM_set1_host - found -- Looking for RSA_set0_key -- Looking for RSA_set0_key - found -- Looking for X509_get_key_usage -- Looking for X509_get_key_usage - found -- Looking for EVP_PKEY_new_raw_private_key -- Looking for EVP_PKEY_new_raw_private_key - found -- Looking for SSL_CTX_get0_certificate -- Looking for SSL_CTX_get0_certificate - found -- Looking for SSL_get0_alpn_selected -- Looking for SSL_get0_alpn_selected - found -- Looking for SSL_set_alpn_protos -- Looking for SSL_set_alpn_protos - found -- Looking for EVP_aes_128_cfb8 -- Looking for EVP_aes_128_cfb8 - found -- Looking for EVP_aes_128_cfb128 -- Looking for EVP_aes_128_cfb128 - found -- Looking for EVP_aes_192_cfb8 -- Looking for EVP_aes_192_cfb8 - found -- Looking for EVP_aes_192_cfb128 -- Looking for EVP_aes_192_cfb128 - found -- Looking for EVP_aes_256_cfb8 -- Looking for EVP_aes_256_cfb8 - found -- Looking for EVP_aes_256_cfb128 -- Looking for EVP_aes_256_cfb128 - found -- Looking for EVP_aes_128_xts -- Looking for EVP_aes_128_xts - found -- Looking for RSA_verify_pss_mgf1 -- Looking for RSA_verify_pss_mgf1 - not found -- Looking for HMAC_CTX_new -- Looking for HMAC_CTX_new - found -- Looking for SSL_CTX_set_ciphersuites -- Looking for SSL_CTX_set_ciphersuites - found -- Performing Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS -- Performing Test LWS_HAVE_SSL_EXTRA_CHAIN_CERTS - Success -- Performing Test LWS_HAVE_EVP_MD_CTX_free -- Performing Test LWS_HAVE_EVP_MD_CTX_free - Success -- Looking for ECDSA_SIG_set0 -- Looking for ECDSA_SIG_set0 - found -- Looking for BN_bn2binpad -- Looking for BN_bn2binpad - found -- Looking for EVP_aes_128_wrap -- Looking for EVP_aes_128_wrap - found -- Looking for EC_POINT_get_affine_coordinates -- Looking for EC_POINT_get_affine_coordinates - found -- Looking for TLS_client_method -- Looking for TLS_client_method - found -- Looking for TLSv1_2_client_method -- Looking for TLSv1_2_client_method - found -- Performing Test LWS_HAVE_PIPE2 -- Performing Test LWS_HAVE_PIPE2 - Success -- Performing Test LWS_HAVE_TCP_USER_TIMEOUT -- Performing Test LWS_HAVE_TCP_USER_TIMEOUT - Success -- Looking for RPMTools... - rpmbuild NOT FOUND -- Configuring done -- Generating done -- Build files have been written to: /tmp/netdata-libwebsockets-hieADY/libwebsockets-3.2.2 Scanning dependencies of target websockets [ 1%] Building C object CMakeFiles/websockets.dir/lib/core/alloc.c.o [ 1%] Building C object CMakeFiles/websockets.dir/lib/core/buflist.c.o [ 2%] Building C object CMakeFiles/websockets.dir/lib/core/context.c.o [ 3%] Building C object CMakeFiles/websockets.dir/lib/core/lws_dll2.c.o [ 3%] Building C object CMakeFiles/websockets.dir/lib/core/libwebsockets.c.o [ 4%] Building C object CMakeFiles/websockets.dir/lib/core/logs.c.o [ 5%] Building C object CMakeFiles/websockets.dir/lib/misc/base64-decode.c.o [ 5%] Building C object CMakeFiles/websockets.dir/lib/core/vfs.c.o [ 6%] Building C object CMakeFiles/websockets.dir/lib/misc/lws-ring.c.o [ 7%] Building C object CMakeFiles/websockets.dir/lib/core-net/dummy-callback.c.o [ 8%] Building C object CMakeFiles/websockets.dir/lib/core-net/output.c.o [ 8%] Building C object CMakeFiles/websockets.dir/lib/core-net/close.c.o [ 9%] Building C object CMakeFiles/websockets.dir/lib/core-net/network.c.o [ 10%] Building C object CMakeFiles/websockets.dir/lib/core-net/vhost.c.o [ 10%] Building C object CMakeFiles/websockets.dir/lib/core-net/pollfd.c.o [ 11%] Building C object CMakeFiles/websockets.dir/lib/core-net/service.c.o [ 12%] Building C object CMakeFiles/websockets.dir/lib/core-net/sorted-usec-list.c.o [ 12%] Building C object CMakeFiles/websockets.dir/lib/core-net/stats.c.o [ 13%] Building C object CMakeFiles/websockets.dir/lib/core-net/wsi.c.o [ 14%] Building C object CMakeFiles/websockets.dir/lib/core-net/wsi-timeout.c.o [ 14%] Building C object CMakeFiles/websockets.dir/lib/core-net/adopt.c.o [ 15%] Building C object CMakeFiles/websockets.dir/lib/roles/pipe/ops-pipe.c.o [ 16%] Building C object CMakeFiles/websockets.dir/lib/core-net/sequencer.c.o [ 16%] Building C object CMakeFiles/websockets.dir/lib/misc/dir.c.o [ 17%] Building C object CMakeFiles/websockets.dir/lib/roles/http/header.c.o [ 18%] Building C object CMakeFiles/websockets.dir/lib/roles/http/server/parsers.c.o [ 18%] Building C object CMakeFiles/websockets.dir/lib/roles/h1/ops-h1.c.o [ 19%] Building C object CMakeFiles/websockets.dir/lib/roles/ws/ops-ws.c.o [ 20%] Building C object CMakeFiles/websockets.dir/lib/roles/ws/client-ws.c.o [ 21%] Building C object CMakeFiles/websockets.dir/lib/roles/ws/client-parser-ws.c.o [ 21%] Building C object CMakeFiles/websockets.dir/lib/roles/ws/server-ws.c.o [ 22%] Building C object CMakeFiles/websockets.dir/lib/roles/raw-skt/ops-raw-skt.c.o [ 23%] Building C object CMakeFiles/websockets.dir/lib/roles/raw-file/ops-raw-file.c.o [ 23%] Building C object CMakeFiles/websockets.dir/lib/misc/lwsac/lwsac.c.o [ 24%] Building C object CMakeFiles/websockets.dir/lib/misc/lwsac/cached-file.c.o [ 25%] Building C object CMakeFiles/websockets.dir/lib/misc/lws-struct-lejp.c.o [ 25%] Building C object CMakeFiles/websockets.dir/lib/core-net/connect.c.o [ 26%] Building C object CMakeFiles/websockets.dir/lib/core-net/client.c.o [ 27%] Building C object CMakeFiles/websockets.dir/lib/roles/http/client/client.c.o [ 27%] Building C object CMakeFiles/websockets.dir/lib/roles/http/client/client-handshake.c.o [ 28%] Building C object CMakeFiles/websockets.dir/lib/core-net/server.c.o [ 29%] Building C object CMakeFiles/websockets.dir/lib/roles/listen/ops-listen.c.o [ 29%] Building C object CMakeFiles/websockets.dir/lib/tls/tls.c.o [ 30%] Building C object CMakeFiles/websockets.dir/lib/tls/tls-network.c.o [ 31%] Building C object CMakeFiles/websockets.dir/lib/tls/openssl/tls.c.o [ 31%] Building C object CMakeFiles/websockets.dir/lib/tls/openssl/x509.c.o [ 32%] Building C object CMakeFiles/websockets.dir/lib/tls/openssl/ssl.c.o [ 33%] Building C object CMakeFiles/websockets.dir/lib/tls/tls-server.c.o [ 34%] Building C object CMakeFiles/websockets.dir/lib/tls/openssl/openssl-server.c.o [ 34%] Building C object CMakeFiles/websockets.dir/lib/tls/tls-client.c.o [ 35%] Building C object CMakeFiles/websockets.dir/lib/tls/openssl/openssl-client.c.o [ 36%] Building C object CMakeFiles/websockets.dir/lib/misc/sha-1.c.o [ 36%] Building C object CMakeFiles/websockets.dir/lib/roles/h2/http2.c.o [ 37%] Building C object CMakeFiles/websockets.dir/lib/roles/h2/hpack.c.o [ 38%] Building C object CMakeFiles/websockets.dir/lib/roles/h2/ops-h2.c.o [ 38%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-caps.c.o [ 39%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-file.c.o [ 40%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-misc.c.o [ 40%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-init.c.o [ 41%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-pipe.c.o [ 42%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-service.c.o [ 42%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-sockets.c.o [ 43%] Building C object CMakeFiles/websockets.dir/lib/plat/unix/unix-fds.c.o [ 44%] Building C object CMakeFiles/websockets.dir/lib/roles/http/server/server.c.o [ 45%] Building C object CMakeFiles/websockets.dir/lib/roles/http/server/lws-spa.c.o [ 45%] Building C object CMakeFiles/websockets.dir/lib/event-libs/poll/poll.c.o [ 46%] Building C object CMakeFiles/websockets.dir/lib/misc/lejp.c.o [ 47%] Building C object CMakeFiles/websockets.dir/lib/roles/http/server/lejp-conf.c.o [ 47%] Linking C static library lib/libwebsockets.a [ 47%] Built target websockets Scanning dependencies of target websockets_shared [ 48%] Building C object CMakeFiles/websockets_shared.dir/lib/core/alloc.c.o [ 49%] Building C object CMakeFiles/websockets_shared.dir/lib/core/buflist.c.o [ 49%] Building C object CMakeFiles/websockets_shared.dir/lib/core/context.c.o [ 50%] Building C object CMakeFiles/websockets_shared.dir/lib/core/lws_dll2.c.o [ 51%] Building C object CMakeFiles/websockets_shared.dir/lib/core/libwebsockets.c.o [ 51%] Building C object CMakeFiles/websockets_shared.dir/lib/core/logs.c.o [ 52%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/base64-decode.c.o [ 53%] Building C object CMakeFiles/websockets_shared.dir/lib/core/vfs.c.o [ 53%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/lws-ring.c.o [ 54%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/dummy-callback.c.o [ 55%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/output.c.o [ 55%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/close.c.o [ 56%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/network.c.o [ 57%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/vhost.c.o [ 58%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/pollfd.c.o [ 58%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/service.c.o [ 59%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/sorted-usec-list.c.o [ 60%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/stats.c.o [ 60%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/wsi.c.o [ 61%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/wsi-timeout.c.o [ 62%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/adopt.c.o [ 62%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/pipe/ops-pipe.c.o [ 63%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/sequencer.c.o [ 64%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/dir.c.o [ 64%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/header.c.o [ 65%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/server/parsers.c.o [ 66%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/h1/ops-h1.c.o [ 66%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/ws/ops-ws.c.o [ 67%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/ws/client-ws.c.o [ 68%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/ws/client-parser-ws.c.o [ 68%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/ws/server-ws.c.o [ 69%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/raw-skt/ops-raw-skt.c.o [ 70%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/raw-file/ops-raw-file.c.o [ 71%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/lwsac/lwsac.c.o [ 71%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/lwsac/cached-file.c.o [ 72%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/lws-struct-lejp.c.o [ 73%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/connect.c.o [ 73%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/client.c.o [ 74%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/client/client.c.o [ 75%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/client/client-handshake.c.o [ 75%] Building C object CMakeFiles/websockets_shared.dir/lib/core-net/server.c.o [ 76%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/listen/ops-listen.c.o [ 77%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/tls.c.o [ 77%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/tls-network.c.o [ 78%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/openssl/tls.c.o [ 79%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/openssl/x509.c.o [ 79%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/openssl/ssl.c.o [ 80%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/tls-server.c.o [ 81%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/openssl/openssl-server.c.o [ 81%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/tls-client.c.o [ 82%] Building C object CMakeFiles/websockets_shared.dir/lib/tls/openssl/openssl-client.c.o [ 83%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/sha-1.c.o [ 84%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/h2/http2.c.o [ 84%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/h2/hpack.c.o [ 85%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/h2/ops-h2.c.o [ 86%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-caps.c.o [ 86%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-file.c.o [ 87%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-misc.c.o [ 88%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-init.c.o [ 88%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-pipe.c.o [ 89%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-service.c.o [ 90%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-sockets.c.o [ 90%] Building C object CMakeFiles/websockets_shared.dir/lib/plat/unix/unix-fds.c.o [ 91%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/server/server.c.o [ 92%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/server/lws-spa.c.o [ 92%] Building C object CMakeFiles/websockets_shared.dir/lib/event-libs/poll/poll.c.o [ 93%] Building C object CMakeFiles/websockets_shared.dir/lib/misc/lejp.c.o [ 94%] Building C object CMakeFiles/websockets_shared.dir/lib/roles/http/server/lejp-conf.c.o [ 95%] Linking C shared library lib/libwebsockets.so [ 95%] Built target websockets_shared Scanning dependencies of target test-server [ 96%] Building C object CMakeFiles/test-server.dir/test-apps/test-server.c.o [ 97%] Linking C executable bin/libwebsockets-test-server [ 97%] Built target test-server Scanning dependencies of target test-server-extpoll [ 97%] Building C object CMakeFiles/test-server-extpoll.dir/test-apps/test-server.c.o [ 98%] Linking C executable bin/libwebsockets-test-server-extpoll [ 98%] Built target test-server-extpoll Scanning dependencies of target test-client [ 98%] Building C object CMakeFiles/test-client.dir/test-apps/test-client.c.o [ 99%] Linking C executable bin/libwebsockets-test-client [ 99%] Built target test-client Scanning dependencies of target test-lejp [100%] Building C object CMakeFiles/test-lejp.dir/test-apps/test-lejp.c.o [100%] Linking C executable bin/libwebsockets-test-lejp [100%] Built target test-lejp protobuf-cpp-3.17.3.tar.gz: OK checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C preprocessor... gcc -E checking for gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking how to run the C preprocessor... gcc -E checking how to run the C++ preprocessor... g++ -E checking for g++... g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... yes checking dependency style of g++... (cached) none checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for ar... ar checking the archiver (ar) interface... ar checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... none checking C++ compiler flags...... use user-supplied: checking whether __SUNPRO_CC is declared... no checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether the linker supports version scripts... yes checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for working memcmp... yes checking for working strtod... yes checking for ftruncate... yes checking for memset... yes checking for mkdir... yes checking for strchr... yes checking for strerror... yes checking for strtol... yes checking whether g++ supports C++11 features by default... yes checking whether -latomic is needed... no checking whether gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking the location of hash_map... checking whether -llog is needed... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating benchmarks/Makefile config.status: creating conformance/Makefile config.status: creating protobuf.pc config.status: creating protobuf-lite.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in third_party/googletest (/tmp/netdata-protobuf-ZOZFmY/protobuf-3.17.3/third_party/googletest) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--disable-shared' '--without-zlib' '--disable-dependency-tracking' '--with-pic' 'CFLAGS=-fPIC' 'LDFLAGS=' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile === configuring in googletest (/tmp/netdata-protobuf-ZOZFmY/protobuf-3.17.3/third_party/googletest/googletest) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--disable-shared' '--without-zlib' '--disable-dependency-tracking' '--with-pic' 'CFLAGS=-fPIC' 'LDFLAGS=' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for python... /usr/bin/python checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking whether to check for GCC pthread/shared inconsistencies... yes checking whether -pthread is sufficient with -shared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating scripts/gtest-config config.status: creating build-aux/config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in googlemock (/tmp/netdata-protobuf-ZOZFmY/protobuf-3.17.3/third_party/googletest/googlemock) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--disable-shared' '--without-zlib' '--disable-dependency-tracking' '--with-pic' 'CFLAGS=-fPIC' 'LDFLAGS=' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for python... /usr/bin/python checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking whether to check for GCC pthread/shared inconsistencies... yes checking whether -pthread is sufficient with -shared... yes checking for gtest-config... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating scripts/gmock-config config.status: creating build-aux/config.h config.status: executing depfiles commands config.status: executing libtool commands make all-recursive make[1]: Entering directory '/tmp/netdata-protobuf-ZOZFmY/protobuf-3.17.3' Making all in . make[2]: Entering directory '/tmp/netdata-protobuf-ZOZFmY/protobuf-3.17.3' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/netdata-protobuf-ZOZFmY/protobuf-3.17.3' Making all in src make[2]: Entering directory '/tmp/netdata-protobuf-ZOZFmY/protobuf-3.17.3/src' CXX google/protobuf/compiler/main.o CXX google/protobuf/stubs/bytestream.lo CXX google/protobuf/stubs/common.lo CXX google/protobuf/stubs/int128.lo CXX google/protobuf/io/io_win32.lo CXX google/protobuf/stubs/status.lo CXX google/protobuf/stubs/statusor.lo CXX google/protobuf/stubs/stringpiece.lo CXX google/protobuf/stubs/stringprintf.lo CXX google/protobuf/stubs/structurally_valid.lo CXX google/protobuf/stubs/strutil.lo CXX google/protobuf/stubs/time.lo CXX google/protobuf/any_lite.lo CXX google/protobuf/arena.lo CXX google/protobuf/arenastring.lo CXX google/protobuf/extension_set.lo CXX google/protobuf/field_access_listener.lo CXX google/protobuf/generated_enum_util.lo CXX google/protobuf/generated_message_util.lo CXX google/protobuf/generated_message_table_driven_lite.lo CXX google/protobuf/implicit_weak_message.lo CXX google/protobuf/map.lo CXX google/protobuf/message_lite.lo CXX google/protobuf/parse_context.lo CXX google/protobuf/repeated_field.lo CXX google/protobuf/wire_format_lite.lo CXX google/protobuf/io/coded_stream.lo CXX google/protobuf/io/strtod.lo CXX google/protobuf/io/zero_copy_stream.lo CXX google/protobuf/io/zero_copy_stream_impl.lo CXX google/protobuf/io/zero_copy_stream_impl_lite.lo CXX google/protobuf/any.pb.lo CXX google/protobuf/api.pb.lo CXX google/protobuf/any.lo CXX google/protobuf/descriptor.lo CXX google/protobuf/descriptor_database.lo CXX google/protobuf/descriptor.pb.lo CXX google/protobuf/duration.pb.lo CXX google/protobuf/dynamic_message.lo CXX google/protobuf/empty.pb.lo CXX google/protobuf/extension_set_heavy.lo CXX google/protobuf/field_mask.pb.lo CXX google/protobuf/generated_message_reflection.lo CXX google/protobuf/generated_message_table_driven.lo CXX google/protobuf/map_field.lo CXX google/protobuf/message.lo CXX google/protobuf/reflection_ops.lo CXX google/protobuf/service.lo CXX google/protobuf/source_context.pb.lo CXX google/protobuf/struct.pb.lo CXX google/protobuf/stubs/substitute.lo CXX google/protobuf/text_format.lo CXX google/protobuf/timestamp.pb.lo CXX google/protobuf/type.pb.lo CXX google/protobuf/unknown_field_set.lo CXX google/protobuf/wire_format.lo CXX google/protobuf/wrappers.pb.lo CXX google/protobuf/io/gzip_stream.lo CXX google/protobuf/io/printer.lo CXX google/protobuf/io/tokenizer.lo CXX google/protobuf/compiler/importer.lo CXX google/protobuf/compiler/parser.lo CXX google/protobuf/util/delimited_message_util.lo CXX google/protobuf/util/field_comparator.lo CXX google/protobuf/util/field_mask_util.lo CXX google/protobuf/util/internal/datapiece.lo CXX google/protobuf/util/internal/default_value_objectwriter.lo CXX google/protobuf/util/internal/error_listener.lo CXX google/protobuf/util/internal/field_mask_utility.lo CXX google/protobuf/util/internal/json_escaping.lo CXX google/protobuf/util/internal/json_objectwriter.lo CXX google/protobuf/util/internal/json_stream_parser.lo CXX google/protobuf/util/internal/object_writer.lo CXX google/protobuf/util/internal/protostream_objectsource.lo CXX google/protobuf/util/internal/protostream_objectwriter.lo CXX google/protobuf/util/internal/proto_writer.lo CXX google/protobuf/util/internal/type_info.lo CXX google/protobuf/util/internal/type_info_test_helper.lo CXX google/protobuf/util/internal/utility.lo CXX google/protobuf/util/json_util.lo CXX google/protobuf/util/message_differencer.lo CXX google/protobuf/util/time_util.lo CXX google/protobuf/util/type_resolver_util.lo CXXLD libprotobuf.la CXX google/protobuf/compiler/code_generator.lo CXX google/protobuf/compiler/command_line_interface.lo CXX google/protobuf/compiler/plugin.lo CXX google/protobuf/compiler/plugin.pb.lo CXX google/protobuf/compiler/subprocess.lo CXX google/protobuf/compiler/zip_writer.lo CXX google/protobuf/compiler/cpp/cpp_enum.lo CXX google/protobuf/compiler/cpp/cpp_enum_field.lo CXX google/protobuf/compiler/cpp/cpp_extension.lo CXX google/protobuf/compiler/cpp/cpp_field.lo CXX google/protobuf/compiler/cpp/cpp_file.lo CXX google/protobuf/compiler/cpp/cpp_generator.lo CXX google/protobuf/compiler/cpp/cpp_helpers.lo CXX google/protobuf/compiler/cpp/cpp_map_field.lo CXX google/protobuf/compiler/cpp/cpp_message.lo CXX google/protobuf/compiler/cpp/cpp_message_field.lo CXX google/protobuf/compiler/cpp/cpp_padding_optimizer.lo CXX google/protobuf/compiler/cpp/cpp_parse_function_generator.lo CXX google/protobuf/compiler/cpp/cpp_primitive_field.lo CXX google/protobuf/compiler/cpp/cpp_service.lo CXX google/protobuf/compiler/cpp/cpp_string_field.lo CXX google/protobuf/compiler/java/java_context.lo CXX google/protobuf/compiler/java/java_enum.lo CXX google/protobuf/compiler/java/java_enum_lite.lo CXX google/protobuf/compiler/java/java_enum_field.lo CXX google/protobuf/compiler/java/java_enum_field_lite.lo CXX google/protobuf/compiler/java/java_extension.lo CXX google/protobuf/compiler/java/java_extension_lite.lo CXX google/protobuf/compiler/java/java_field.lo CXX google/protobuf/compiler/java/java_file.lo CXX google/protobuf/compiler/java/java_generator.lo CXX google/protobuf/compiler/java/java_generator_factory.lo CXX google/protobuf/compiler/java/java_helpers.lo CXX google/protobuf/compiler/java/java_kotlin_generator.lo CXX google/protobuf/compiler/java/java_map_field.lo CXX google/protobuf/compiler/java/java_map_field_lite.lo CXX google/protobuf/compiler/java/java_message.lo CXX google/protobuf/compiler/java/java_message_lite.lo CXX google/protobuf/compiler/java/java_message_builder.lo CXX google/protobuf/compiler/java/java_message_builder_lite.lo CXX google/protobuf/compiler/java/java_message_field.lo CXX google/protobuf/compiler/java/java_message_field_lite.lo CXX google/protobuf/compiler/java/java_name_resolver.lo CXX google/protobuf/compiler/java/java_primitive_field.lo CXX google/protobuf/compiler/java/java_primitive_field_lite.lo CXX google/protobuf/compiler/java/java_shared_code_generator.lo CXX google/protobuf/compiler/java/java_service.lo CXX google/protobuf/compiler/java/java_string_field.lo CXX google/protobuf/compiler/java/java_string_field_lite.lo CXX google/protobuf/compiler/java/java_doc_comment.lo CXX google/protobuf/compiler/js/js_generator.lo CXX google/protobuf/compiler/js/well_known_types_embed.lo CXX google/protobuf/compiler/objectivec/objectivec_enum.lo CXX google/protobuf/compiler/objectivec/objectivec_enum_field.lo CXX google/protobuf/compiler/objectivec/objectivec_extension.lo CXX google/protobuf/compiler/objectivec/objectivec_field.lo CXX google/protobuf/compiler/objectivec/objectivec_file.lo CXX google/protobuf/compiler/objectivec/objectivec_generator.lo CXX google/protobuf/compiler/objectivec/objectivec_helpers.lo CXX google/protobuf/compiler/objectivec/objectivec_map_field.lo CXX google/protobuf/compiler/objectivec/objectivec_message.lo CXX google/protobuf/compiler/objectivec/objectivec_message_field.lo CXX google/protobuf/compiler/objectivec/objectivec_oneof.lo CXX google/protobuf/compiler/objectivec/objectivec_primitive_field.lo CXX google/protobuf/compiler/php/php_generator.lo CXX google/protobuf/compiler/python/python_generator.lo CXX google/protobuf/compiler/ruby/ruby_generator.lo CXX google/protobuf/compiler/csharp/csharp_doc_comment.lo CXX google/protobuf/compiler/csharp/csharp_enum.lo CXX google/protobuf/compiler/csharp/csharp_enum_field.lo CXX google/protobuf/compiler/csharp/csharp_field_base.lo CXX google/protobuf/compiler/csharp/csharp_generator.lo CXX google/protobuf/compiler/csharp/csharp_helpers.lo CXX google/protobuf/compiler/csharp/csharp_map_field.lo CXX google/protobuf/compiler/csharp/csharp_message.lo CXX google/protobuf/compiler/csharp/csharp_message_field.lo CXX google/protobuf/compiler/csharp/csharp_primitive_field.lo CXX google/protobuf/compiler/csharp/csharp_reflection_class.lo CXX google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo CXX google/protobuf/compiler/csharp/csharp_repeated_message_field.lo CXX google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo CXX google/protobuf/compiler/csharp/csharp_source_generator_base.lo CXX google/protobuf/compiler/csharp/csharp_wrapper_field.lo CXXLD libprotoc.la make[2]: Leaving directory '/tmp/netdata-protobuf-ZOZFmY/protobuf-3.17.3/src' make[1]: Leaving directory '/tmp/netdata-protobuf-ZOZFmY/protobuf-3.17.3' v0.5.1_netdata.tar.gz: OK MKDIR staticobjs CC bpf.o CC btf.o CC libbpf.o CC libbpf_errno.o CC netlink.o CC nlattr.o CC str_error.o CC libbpf_probes.o CC bpf_prog_linfo.o CC xsk.o CC btf_dump.o CC hashmap.o CC ringbuf.o CC strset.o CC linker.o CC gen_loader.o CC relo_core.o AR libbpf.a INSTALL bpf.h libbpf.h btf.h libbpf_common.h libbpf_legacy.h xsk.h bpf_helpers.h bpf_helper_defs.h bpf_tracing.h bpf_endian.h bpf_core_read.h skel_internal.h libbpf_version.h INSTALL libbpf.pc INSTALL libbpf.a configure: loading site script /usr/share/config.site checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for __attribute__((returns_nonnull))... 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 whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking for _Generic... yes checking for __atomic... yes checking size of void *... 8 checking whether sys/types.h defines makedev... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes 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 sys/prctl.h... yes checking for sys/vfs.h... yes checking for sys/statfs.h... yes checking for linux/magic.h... yes checking for sys/statvfs.h... yes checking for sys/mount.h... yes checking for accept4... yes checking operating system... linux with id 1 checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for pthread_getname_np in -lpthread... yes checking for sin in -lm... yes checking if libm should be used... yes checking for uv_fs_scandir_next in -luv... yes checking for LZ4_compress_default in -llz4... yes checking for ZLIB... yes checking if zlib should be used... yes checking for UUID... yes checking for SHA256_Init in -lcrypto... yes checking for X509_VERIFY_PARAM_set1_host in -lcrypto... yes checking for JSON... yes checking for json_object_get_type in -ljson-c... yes checking for JudyLIns in -lJudy... yes checking if netdata dbengine should be used... yes checking if netdata https should be used... yes checking if json-c should be used... yes checking for memory allocator... system checking for mallopt... yes checking for mallinfo... yes checking for LIBCAP... no checking if libcap should be used... no checking is bundled protobuf available... no checking for PROTOBUF... no checking for protoc... no checking for g++... /usr/bin/g++ checking if Cloud functionality should be enabled... detect configure: Checking if ACLK Next Generation can be built checking if git submodules present for ACLK Next Generation... yes checking if SSL available for ACLK Next Generation... yes checking if JSON-C available for ACLK Next Generation... yes checking ACLK Next Generation can be built... yes checking if protobuf available for New Cloud Protocol... no checking if protoc available for New Cloud Protocol... no checking if C++ compiler available for New Cloud Protocol... yes checking ACLK Next Generation can support New Cloud protocol... no configure: Checking if ACLK Legacy can be built checking if libmosquitto static lib is present (and builds)... yes checking if libwebsockets static lib is present for ACLK Legacy... yes checking if json-c available for ACLK Legacy... yes checking if netdata ACLK Legacy can be built... yes checking if apps.plugin should be enabled... yes checking for IPMIMONITORING... no checking if freeipmi.plugin should be enabled... no checking for httpConnect2 in -lcups... no checking for cups-config... no checking if cups.plugin should be enabled... no checking linux/netfilter/nfnetlink_conntrack.h usability... yes checking linux/netfilter/nfnetlink_conntrack.h presence... yes checking for linux/netfilter/nfnetlink_conntrack.h... yes checking whether CTA_STATS_MAX is declared... 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... no checking for xenstat_init in -lxenstat... no checking for XENLIGHT... no checking if xenstat.plugin should be enabled... no checking linux/perf_event.h usability... yes checking linux/perf_event.h presence... yes checking for linux/perf_event.h... yes checking whether PERF_COUNT_HW_REF_CPU_CYCLES is declared... yes checking if perf.plugin should be enabled... yes checking if gtest and gmock can be found... checking for GTEST... no checking for GMOCK... no checking if git submodules are present for machine learning functionality... yes checking whether C++ compiler accepts -std=c++11... yes checking for LIBELF... yes checking for struct bpf_prog_info... yes checking for externaldeps/libbpf/libbpf.a... yes checking if ebpf.plugin should be enabled... yes checking if slabinfo.plugin should be enabled... yes checking for LIBCRYPTO... yes checking for CRYPTO_new_ex_data in -lcrypto... yes checking for LIBSSL... yes checking for SSL_connect in -lssl... yes checking for LIBCURL... no checking for AWS_CPP_SDK_CORE... no checking for AWS_CPP_SDK_KINESIS... no checking for aws_checksums_crc32 in -laws-checksums... no checking for aws_default_allocator in -laws-c-common... no checking for aws_event_stream_library_init in -laws-c-event-stream... no checking if kinesis backend should be enabled... no checking for GRPC... no checking for PUBSUB... no checking for g++... (cached) /usr/bin/g++ checking if pubsub exporting connector should be enabled... detect checking for snappy::RawCompress in -lsnappy... no checking if prometheus remote write backend should be enabled... no checking for LIBMONGOC... no checking if mongodb backend should be enabled... no checking for setns... yes checking if cgroup-network can be enabled... yes checking if LTO should be enabled... no checking for CMOCKA... no configure: CMocka not found on the system. Unit tests disabled checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating netdata.spec config.status: creating backends/graphite/Makefile config.status: creating backends/json/Makefile config.status: creating backends/Makefile config.status: creating backends/opentsdb/Makefile config.status: creating backends/prometheus/Makefile config.status: creating backends/prometheus/remote_write/Makefile config.status: creating backends/aws_kinesis/Makefile config.status: creating backends/mongodb/Makefile config.status: creating collectors/Makefile config.status: creating collectors/apps.plugin/Makefile config.status: creating collectors/cgroups.plugin/Makefile config.status: creating collectors/charts.d.plugin/Makefile config.status: creating collectors/checks.plugin/Makefile config.status: creating collectors/diskspace.plugin/Makefile config.status: creating collectors/timex.plugin/Makefile config.status: creating collectors/fping.plugin/Makefile config.status: creating collectors/ioping.plugin/Makefile config.status: creating collectors/freebsd.plugin/Makefile config.status: creating collectors/freeipmi.plugin/Makefile config.status: creating collectors/cups.plugin/Makefile config.status: creating collectors/idlejitter.plugin/Makefile config.status: creating collectors/macos.plugin/Makefile config.status: creating collectors/nfacct.plugin/Makefile config.status: creating collectors/node.d.plugin/Makefile config.status: creating collectors/plugins.d/Makefile config.status: creating collectors/proc.plugin/Makefile config.status: creating collectors/python.d.plugin/Makefile config.status: creating collectors/slabinfo.plugin/Makefile config.status: creating collectors/statsd.plugin/Makefile config.status: creating collectors/ebpf.plugin/Makefile config.status: creating collectors/tc.plugin/Makefile config.status: creating collectors/xenstat.plugin/Makefile config.status: creating collectors/perf.plugin/Makefile config.status: creating daemon/Makefile config.status: creating database/Makefile config.status: creating database/engine/Makefile config.status: creating database/engine/metadata_log/Makefile config.status: creating diagrams/Makefile config.status: creating exporting/Makefile config.status: creating exporting/graphite/Makefile config.status: creating exporting/json/Makefile config.status: creating exporting/opentsdb/Makefile config.status: creating exporting/prometheus/Makefile config.status: creating exporting/prometheus/remote_write/Makefile config.status: creating exporting/aws_kinesis/Makefile config.status: creating exporting/pubsub/Makefile config.status: creating exporting/mongodb/Makefile config.status: creating exporting/tests/Makefile config.status: creating health/Makefile config.status: creating health/notifications/Makefile config.status: creating ml/Makefile config.status: creating ml/kmeans/Makefile config.status: creating libnetdata/Makefile config.status: creating libnetdata/tests/Makefile config.status: creating libnetdata/adaptive_resortable_list/Makefile config.status: creating libnetdata/avl/Makefile config.status: creating libnetdata/buffer/Makefile config.status: creating libnetdata/clocks/Makefile config.status: creating libnetdata/config/Makefile config.status: creating libnetdata/dictionary/Makefile config.status: creating libnetdata/ebpf/Makefile config.status: creating libnetdata/eval/Makefile config.status: creating libnetdata/locks/Makefile config.status: creating libnetdata/log/Makefile config.status: creating libnetdata/popen/Makefile config.status: creating libnetdata/procfile/Makefile config.status: creating libnetdata/simple_pattern/Makefile config.status: creating libnetdata/socket/Makefile config.status: creating libnetdata/statistical/Makefile config.status: creating libnetdata/storage_number/Makefile config.status: creating libnetdata/storage_number/tests/Makefile config.status: creating libnetdata/threads/Makefile config.status: creating libnetdata/url/Makefile config.status: creating libnetdata/json/Makefile config.status: creating libnetdata/health/Makefile config.status: creating registry/Makefile config.status: creating streaming/Makefile config.status: creating system/Makefile config.status: creating tests/Makefile config.status: creating web/Makefile config.status: creating web/api/Makefile config.status: creating web/api/badges/Makefile config.status: creating web/api/exporters/Makefile config.status: creating web/api/exporters/shell/Makefile config.status: creating web/api/exporters/prometheus/Makefile config.status: creating web/api/formatters/Makefile config.status: creating web/api/formatters/csv/Makefile config.status: creating web/api/formatters/json/Makefile config.status: creating web/api/formatters/ssv/Makefile config.status: creating web/api/formatters/value/Makefile config.status: creating web/api/queries/Makefile config.status: creating web/api/queries/average/Makefile config.status: creating web/api/queries/des/Makefile config.status: creating web/api/queries/incremental_sum/Makefile config.status: creating web/api/queries/max/Makefile config.status: creating web/api/queries/median/Makefile config.status: creating web/api/queries/min/Makefile config.status: creating web/api/queries/ses/Makefile config.status: creating web/api/queries/stddev/Makefile config.status: creating web/api/queries/sum/Makefile config.status: creating web/api/health/Makefile config.status: creating web/gui/Makefile config.status: creating web/gui/dashboard/Makefile config.status: creating web/server/Makefile config.status: creating web/server/static/Makefile config.status: creating claim/Makefile config.status: creating aclk/legacy/Makefile config.status: creating spawn/Makefile config.status: creating parser/Makefile config.status: creating config.h config.status: executing depfiles commands Making clean in diagrams make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/diagrams' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/diagrams' Making clean in system make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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 '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/system' Making clean in tests make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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 '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/tests' Making clean in backends make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends' Making clean in graphite make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/graphite' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/graphite' Making clean in json make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/json' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/json' Making clean in opentsdb make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/opentsdb' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/opentsdb' Making clean in prometheus make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/prometheus' Making clean in remote_write make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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 '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/prometheus/remote_write' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/prometheus' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/prometheus' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/prometheus' Making clean in aws_kinesis make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/aws_kinesis' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/aws_kinesis' Making clean in mongodb make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/mongodb' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/mongodb' make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends' make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends' Making clean in collectors make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors' Making clean in plugins.d make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/plugins.d' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/plugins.d' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/plugins.d' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/plugins.d' Making clean in apps.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/apps.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/apps.plugin' Making clean in cgroups.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/cgroups.plugin' test -z "cgroup-name.sh " || rm -f cgroup-name.sh make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/cgroups.plugin' Making clean in charts.d.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/charts.d.plugin' test -z "charts.d.plugin " || rm -f charts.d.plugin make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/charts.d.plugin' Making clean in checks.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/checks.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/checks.plugin' Making clean in cups.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/cups.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/cups.plugin' Making clean in diskspace.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/diskspace.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/diskspace.plugin' Making clean in timex.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/timex.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/timex.plugin' Making clean in fping.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/fping.plugin' test -z "fping.plugin " || rm -f fping.plugin make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/fping.plugin' Making clean in ioping.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/ioping.plugin' test -z "ioping.plugin " || rm -f ioping.plugin make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/ioping.plugin' Making clean in freebsd.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/freebsd.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/freebsd.plugin' Making clean in freeipmi.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/freeipmi.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/freeipmi.plugin' Making clean in idlejitter.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/idlejitter.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/idlejitter.plugin' Making clean in macos.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/macos.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/macos.plugin' Making clean in nfacct.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/nfacct.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/nfacct.plugin' Making clean in xenstat.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/xenstat.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/xenstat.plugin' Making clean in perf.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/perf.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/perf.plugin' Making clean in node.d.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/node.d.plugin' test -z "node.d.plugin " || rm -f node.d.plugin make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/node.d.plugin' Making clean in proc.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/proc.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/proc.plugin' Making clean in python.d.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/python.d.plugin' test -z "python.d.plugin " || rm -f python.d.plugin make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/python.d.plugin' Making clean in slabinfo.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/slabinfo.plugin' test -z "slabinfo.plugin " || rm -f slabinfo.plugin make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/slabinfo.plugin' Making clean in statsd.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/statsd.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/statsd.plugin' Making clean in ebpf.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/ebpf.plugin' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/ebpf.plugin' Making clean in tc.plugin make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/tc.plugin' test -z "tc-qos-helper.sh " || rm -f tc-qos-helper.sh make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/tc.plugin' make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors' make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors' Making clean in daemon make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/daemon' test -z "anonymous-statistics.sh " || rm -f anonymous-statistics.sh make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/daemon' Making clean in database make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database' Making clean in engine make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database/engine' Making clean in metadata_log make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database/engine/metadata_log' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database/engine/metadata_log' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database/engine' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database/engine' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database/engine' make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database' make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database' Making clean in exporting make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting' Making clean in tests make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/tests' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/tests' Making clean in graphite make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/graphite' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/graphite' Making clean in json make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/json' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/json' Making clean in opentsdb make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/opentsdb' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/opentsdb' Making clean in prometheus make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/prometheus' Making clean in remote_write make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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 '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/prometheus/remote_write' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/prometheus' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/prometheus' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/prometheus' Making clean in aws_kinesis make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/aws_kinesis' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/aws_kinesis' Making clean in pubsub make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/pubsub' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/pubsub' Making clean in mongodb make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/mongodb' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/mongodb' make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting' make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting' Making clean in health make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/health' Making clean in notifications make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/health/notifications' test -z "alarm-notify.sh " || rm -f alarm-notify.sh make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/health/notifications' make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/health' test -z "" || rm -f make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/health' make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/health' Making clean in libnetdata make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata' Making clean in adaptive_resortable_list make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/adaptive_resortable_list' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/adaptive_resortable_list' Making clean in avl make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/avl' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/avl' Making clean in buffer make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/buffer' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/buffer' Making clean in clocks make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/clocks' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/clocks' Making clean in config make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/config' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/config' Making clean in dictionary make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/dictionary' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/dictionary' Making clean in ebpf make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/ebpf' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/ebpf' Making clean in eval make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/eval' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/eval' Making clean in json make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/json' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/json' Making clean in health make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/health' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/health' Making clean in locks make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/locks' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/locks' Making clean in log make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/log' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/log' Making clean in popen make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/popen' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/popen' Making clean in procfile make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/procfile' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/procfile' Making clean in simple_pattern make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/simple_pattern' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/simple_pattern' Making clean in socket make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/socket' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/socket' Making clean in statistical make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/statistical' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/statistical' Making clean in storage_number make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/storage_number' Making clean in tests make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/storage_number/tests' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/storage_number/tests' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/storage_number' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/storage_number' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/storage_number' Making clean in threads make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/threads' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/threads' Making clean in url make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/url' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/url' Making clean in tests make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/tests' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/tests' make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata' make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata' Making clean in registry make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/registry' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/registry' Making clean in streaming make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/streaming' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/streaming' Making clean in web make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web' Making clean in api make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api' Making clean in badges make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/badges' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/badges' Making clean in queries make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries' Making clean in average make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/average' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/average' Making clean in des make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/des' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/des' Making clean in incremental_sum make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/incremental_sum' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/incremental_sum' Making clean in max make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/max' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/max' Making clean in min make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/min' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/min' Making clean in sum make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/sum' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/sum' Making clean in median make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/median' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/median' Making clean in ses make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/ses' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/ses' Making clean in stddev make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/stddev' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/stddev' make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries' make[4]: Nothing to be done for 'clean-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries' make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries' Making clean in exporters make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters' Making clean in shell make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters/shell' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters/shell' Making clean in prometheus make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters/prometheus' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters/prometheus' make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters' make[4]: Nothing to be done for 'clean-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters' make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters' Making clean in formatters make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters' Making clean in csv make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/csv' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/csv' Making clean in json make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/json' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/json' Making clean in ssv make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/ssv' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/ssv' Making clean in value make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/value' make[4]: Nothing to be done for 'clean'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/value' make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters' make[4]: Nothing to be done for 'clean-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters' make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters' Making clean in health make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/health' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/health' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api' Making clean in gui make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/gui' Making clean in dashboard make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/gui/dashboard' make[3]: Nothing to be done for 'clean'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/gui/dashboard' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/gui' test -z "version.txt " || rm -f version.txt make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/gui' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/gui' Making clean in server make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server' Making clean in static make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server/static' make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server/static' make[4]: Nothing to be done for 'clean-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server/static' make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server/static' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server' make[3]: Nothing to be done for 'clean-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server' make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web' make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web' Making clean in claim make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/claim' test -z "netdata-claim.sh " || rm -f netdata-claim.sh make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/claim' Making clean in parser make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/parser' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/parser' Making clean in spawn make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/spawn' make[1]: Nothing to be done for 'clean'. make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/spawn' Making clean in ml make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/ml' Making clean in kmeans make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/ml/kmeans' make[2]: Nothing to be done for 'clean'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/ml/kmeans' make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/ml' make[2]: Nothing to be done for 'clean-am'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/ml' make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/ml' Making clean in aclk/legacy make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/aclk/legacy' test -z "tests/install-fake-charts.d.sh " || rm -f tests/install-fake-charts.d.sh make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/aclk/legacy' make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1' test -z "" || rm -f test -z "./netdata-v1.32.1.tar.gz " || rm -f ./netdata-v1.32.1.tar.gz test -z "apps.plugin cgroup-network ebpf.plugin perf.plugin slabinfo.plugin" || rm -f apps.plugin cgroup-network ebpf.plugin perf.plugin slabinfo.plugin test -z "netdata netdatacli" || rm -f netdata netdatacli rm -f *.o rm -f aclk/*.o rm -f aclk/aclk-schemas/proto/aclk/v1/*.o rm -f aclk/aclk-schemas/proto/agent/v1/*.o rm -f aclk/aclk-schemas/proto/alarm/v1/*.o rm -f aclk/aclk-schemas/proto/chart/v1/*.o rm -f aclk/aclk-schemas/proto/nodeinstance/connection/v1/*.o rm -f aclk/aclk-schemas/proto/nodeinstance/create/v1/*.o rm -f aclk/aclk-schemas/proto/nodeinstance/info/v1/*.o rm -f aclk/legacy/*.o rm -f aclk/schema-wrappers/*.o rm -f backends/*.o rm -f backends/aws_kinesis/*.o rm -f backends/graphite/*.o rm -f backends/json/*.o rm -f backends/mongodb/*.o rm -f backends/opentsdb/*.o rm -f backends/prometheus/*.o rm -f backends/prometheus/remote_write/*.o rm -f claim/*.o rm -f cli/*.o rm -f collectors/apps.plugin/*.o rm -f collectors/cgroups.plugin/*.o rm -f collectors/cgroups.plugin/tests/*.o rm -f collectors/checks.plugin/*.o rm -f collectors/cups.plugin/*.o rm -f collectors/diskspace.plugin/*.o rm -f collectors/ebpf.plugin/*.o rm -f collectors/freebsd.plugin/*.o rm -f collectors/freeipmi.plugin/*.o rm -f collectors/idlejitter.plugin/*.o rm -f collectors/macos.plugin/*.o rm -f collectors/nfacct.plugin/*.o rm -f collectors/perf.plugin/*.o rm -f collectors/plugins.d/*.o rm -f collectors/proc.plugin/*.o rm -f collectors/slabinfo.plugin/*.o rm -f collectors/statsd.plugin/*.o rm -f collectors/tc.plugin/*.o rm -f collectors/timex.plugin/*.o rm -f collectors/xenstat.plugin/*.o rm -f daemon/*.o rm -f database/*.o rm -f database/engine/*.o rm -f database/engine/metadata_log/*.o rm -f database/sqlite/*.o rm -f exporting/*.o rm -f exporting/aws_kinesis/*.o rm -f exporting/graphite/*.o rm -f exporting/json/*.o rm -f exporting/mongodb/*.o rm -f exporting/opentsdb/*.o rm -f exporting/prometheus/*.o rm -f exporting/prometheus/remote_write/*.o rm -f exporting/pubsub/*.o rm -f exporting/tests/*.o rm -f health/*.o rm -f libnetdata/*.o rm -f libnetdata/adaptive_resortable_list/*.o rm -f libnetdata/avl/*.o rm -f libnetdata/buffer/*.o rm -f libnetdata/circular_buffer/*.o rm -f libnetdata/clocks/*.o rm -f libnetdata/config/*.o rm -f libnetdata/dictionary/*.o rm -f libnetdata/ebpf/*.o rm -f libnetdata/eval/*.o rm -f libnetdata/health/*.o rm -f libnetdata/json/*.o rm -f libnetdata/locks/*.o rm -f libnetdata/log/*.o rm -f libnetdata/popen/*.o rm -f libnetdata/procfile/*.o rm -f libnetdata/simple_pattern/*.o rm -f libnetdata/socket/*.o rm -f libnetdata/statistical/*.o rm -f libnetdata/storage_number/*.o rm -f libnetdata/storage_number/tests/*.o rm -f libnetdata/tests/*.o rm -f libnetdata/threads/*.o rm -f libnetdata/url/*.o rm -f ml/*.o rm -f ml/kmeans/*.o rm -f ml/kmeans/dlib/dlib/all/*.o rm -f mqtt_websockets/MQTT-C/src/*.o rm -f mqtt_websockets/c-rbuf/src/*.o rm -f mqtt_websockets/src/*.o rm -f parser/*.o rm -f registry/*.o rm -f spawn/*.o rm -f streaming/*.o rm -f web/api/*.o rm -f web/api/badges/*.o rm -f web/api/exporters/*.o rm -f web/api/exporters/shell/*.o rm -f web/api/formatters/*.o rm -f web/api/formatters/csv/*.o rm -f web/api/formatters/json/*.o rm -f web/api/formatters/ssv/*.o rm -f web/api/formatters/value/*.o rm -f web/api/health/*.o rm -f web/api/queries/*.o rm -f web/api/queries/average/*.o rm -f web/api/queries/des/*.o rm -f web/api/queries/incremental_sum/*.o rm -f web/api/queries/max/*.o rm -f web/api/queries/median/*.o rm -f web/api/queries/min/*.o rm -f web/api/queries/ses/*.o rm -f web/api/queries/stddev/*.o rm -f web/api/queries/sum/*.o rm -f web/api/tests/*.o rm -f web/server/*.o rm -f web/server/static/*.o test -z "" || rm -f test -z "" || rm -f test -z "test-suite.log" || rm -f test-suite.log make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1' make all-recursive make[1]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1' Making all in diagrams make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/diagrams' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/diagrams' Making all in system make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ edit-config.in > edit-config.tmp; then \ mv "edit-config.tmp" "edit-config"; \ else \ rm -f "edit-config.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata-openrc.in > netdata-openrc.tmp; then \ mv "netdata-openrc.tmp" "netdata-openrc"; \ else \ rm -f "netdata-openrc.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata.logrotate.in > netdata.logrotate.tmp; then \ mv "netdata.logrotate.tmp" "netdata.logrotate"; \ else \ rm -f "netdata.logrotate.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata.service.in > netdata.service.tmp; then \ mv "netdata.service.tmp" "netdata.service"; \ else \ rm -f "netdata.service.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata.service.v235.in > netdata.service.v235.tmp; then \ mv "netdata.service.v235.tmp" "netdata.service.v235"; \ else \ rm -f "netdata.service.v235.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata-init-d.in > netdata-init-d.tmp; then \ mv "netdata-init-d.tmp" "netdata-init-d"; \ else \ rm -f "netdata-init-d.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata-lsb.in > netdata-lsb.tmp; then \ mv "netdata-lsb.tmp" "netdata-lsb"; \ else \ rm -f "netdata-lsb.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata-freebsd.in > netdata-freebsd.tmp; then \ mv "netdata-freebsd.tmp" "netdata-freebsd"; \ else \ rm -f "netdata-freebsd.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata.plist.in > netdata.plist.tmp; then \ mv "netdata.plist.tmp" "netdata.plist"; \ else \ rm -f "netdata.plist.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata.crontab.in > netdata.crontab.tmp; then \ mv "netdata.crontab.tmp" "netdata.crontab"; \ else \ rm -f "netdata.crontab.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata-updater.service.in > netdata-updater.service.tmp; then \ mv "netdata-updater.service.tmp" "netdata-updater.service"; \ else \ rm -f "netdata-updater.service.tmp"; \ false; \ fi make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/system' Making all in tests make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ health_mgmtapi/health-cmdapi-test.sh.in > health_mgmtapi/health-cmdapi-test.sh.tmp; then \ mv "health_mgmtapi/health-cmdapi-test.sh.tmp" "health_mgmtapi/health-cmdapi-test.sh"; \ else \ rm -f "health_mgmtapi/health-cmdapi-test.sh.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ acls/acl.sh.in > acls/acl.sh.tmp; then \ mv "acls/acl.sh.tmp" "acls/acl.sh"; \ else \ rm -f "acls/acl.sh.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ urls/request.sh.in > urls/request.sh.tmp; then \ mv "urls/request.sh.tmp" "urls/request.sh"; \ else \ rm -f "urls/request.sh.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ alarm_repetition/alarm.sh.in > alarm_repetition/alarm.sh.tmp; then \ mv "alarm_repetition/alarm.sh.tmp" "alarm_repetition/alarm.sh"; \ else \ rm -f "alarm_repetition/alarm.sh.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ template_dimension/template_dim.sh.in > template_dimension/template_dim.sh.tmp; then \ mv "template_dimension/template_dim.sh.tmp" "template_dimension/template_dim.sh"; \ else \ rm -f "template_dimension/template_dim.sh.tmp"; \ false; \ fi make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/tests' Making all in backends make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends' Making all in graphite make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/graphite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/graphite' Making all in json make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/json' Making all in opentsdb make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/opentsdb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/opentsdb' Making all in prometheus make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/prometheus' Making all in remote_write make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/prometheus/remote_write' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/prometheus/remote_write' make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/prometheus' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/prometheus' make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/prometheus' Making all in aws_kinesis make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/aws_kinesis' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/aws_kinesis' Making all in mongodb make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/mongodb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends/mongodb' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/backends' Making all in collectors make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors' Making all in plugins.d make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/plugins.d' make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/plugins.d' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/plugins.d' make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/plugins.d' Making all in apps.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/apps.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/apps.plugin' Making all in cgroups.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ cgroup-name.sh.in > cgroup-name.sh.tmp; then \ mv "cgroup-name.sh.tmp" "cgroup-name.sh"; \ else \ rm -f "cgroup-name.sh.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/cgroups.plugin' Making all in charts.d.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ charts.d.plugin.in > charts.d.plugin.tmp; then \ mv "charts.d.plugin.tmp" "charts.d.plugin"; \ else \ rm -f "charts.d.plugin.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/charts.d.plugin' Making all in checks.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/checks.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/checks.plugin' Making all in cups.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/cups.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/cups.plugin' Making all in diskspace.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/diskspace.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/diskspace.plugin' Making all in timex.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/timex.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/timex.plugin' Making all in fping.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ fping.plugin.in > fping.plugin.tmp; then \ mv "fping.plugin.tmp" "fping.plugin"; \ else \ rm -f "fping.plugin.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/fping.plugin' Making all in ioping.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ ioping.plugin.in > ioping.plugin.tmp; then \ mv "ioping.plugin.tmp" "ioping.plugin"; \ else \ rm -f "ioping.plugin.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/ioping.plugin' Making all in freebsd.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/freebsd.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/freebsd.plugin' Making all in freeipmi.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/freeipmi.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/freeipmi.plugin' Making all in idlejitter.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/idlejitter.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/idlejitter.plugin' Making all in macos.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/macos.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/macos.plugin' Making all in nfacct.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/nfacct.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/nfacct.plugin' Making all in xenstat.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/xenstat.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/xenstat.plugin' Making all in perf.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/perf.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/perf.plugin' Making all in node.d.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ node.d.plugin.in > node.d.plugin.tmp; then \ mv "node.d.plugin.tmp" "node.d.plugin"; \ else \ rm -f "node.d.plugin.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/node.d.plugin' Making all in proc.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/proc.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/proc.plugin' Making all in python.d.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ python.d.plugin.in > python.d.plugin.tmp; then \ mv "python.d.plugin.tmp" "python.d.plugin"; \ else \ rm -f "python.d.plugin.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/python.d.plugin' Making all in slabinfo.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/slabinfo.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/slabinfo.plugin' Making all in statsd.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/statsd.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/statsd.plugin' Making all in ebpf.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/ebpf.plugin' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/ebpf.plugin' Making all in tc.plugin make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ tc-qos-helper.sh.in > tc-qos-helper.sh.tmp; then \ mv "tc-qos-helper.sh.tmp" "tc-qos-helper.sh"; \ else \ rm -f "tc-qos-helper.sh.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors/tc.plugin' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/collectors' Making all in daemon make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ anonymous-statistics.sh.in > anonymous-statistics.sh.tmp; then \ mv "anonymous-statistics.sh.tmp" "anonymous-statistics.sh"; \ else \ rm -f "anonymous-statistics.sh.tmp"; \ false; \ fi make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/daemon' Making all in database make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database' Making all in engine make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database/engine' Making all in metadata_log make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database/engine/metadata_log' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database/engine/metadata_log' make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database/engine' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database/engine' make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database/engine' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/database' Making all in exporting make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting' Making all in tests make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/tests' Making all in graphite make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/graphite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/graphite' Making all in json make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/json' Making all in opentsdb make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/opentsdb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/opentsdb' Making all in prometheus make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/prometheus' Making all in remote_write make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/prometheus/remote_write' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/prometheus/remote_write' make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/prometheus' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/prometheus' make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/prometheus' Making all in aws_kinesis make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/aws_kinesis' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/aws_kinesis' Making all in pubsub make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/pubsub' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/pubsub' Making all in mongodb make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/mongodb' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting/mongodb' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/exporting' Making all in health make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/health' Making all in notifications make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ alarm-notify.sh.in > alarm-notify.sh.tmp; then \ mv "alarm-notify.sh.tmp" "alarm-notify.sh"; \ else \ rm -f "alarm-notify.sh.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/health/notifications' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/health' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/health' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/health' Making all in libnetdata make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata' Making all in adaptive_resortable_list make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/adaptive_resortable_list' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/adaptive_resortable_list' Making all in avl make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/avl' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/avl' Making all in buffer make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/buffer' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/buffer' Making all in clocks make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/clocks' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/clocks' Making all in config make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/config' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/config' Making all in dictionary make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/dictionary' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/dictionary' Making all in ebpf make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/ebpf' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/ebpf' Making all in eval make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/eval' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/eval' Making all in json make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/json' Making all in health make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/health' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/health' Making all in locks make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/locks' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/locks' Making all in log make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/log' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/log' Making all in popen make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/popen' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/popen' Making all in procfile make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/procfile' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/procfile' Making all in simple_pattern make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/simple_pattern' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/simple_pattern' Making all in socket make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/socket' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/socket' Making all in statistical make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/statistical' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/statistical' Making all in storage_number make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/storage_number' Making all in tests make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/storage_number/tests' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/storage_number/tests' make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/storage_number' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/storage_number' make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/storage_number' Making all in threads make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/threads' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/threads' Making all in url make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/url' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/url' Making all in tests make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata/tests' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/libnetdata' Making all in registry make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/registry' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/registry' Making all in streaming make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/streaming' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/streaming' Making all in web make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web' Making all in api make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api' Making all in badges make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/badges' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/badges' Making all in queries make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries' Making all in average make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/average' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/average' Making all in des make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/des' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/des' Making all in incremental_sum make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/incremental_sum' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/incremental_sum' Making all in max make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/max' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/max' Making all in min make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/min' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/min' Making all in sum make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/sum' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/sum' Making all in median make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/median' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/median' Making all in ses make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/ses' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/ses' Making all in stddev make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/stddev' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries/stddev' make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries' make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/queries' Making all in exporters make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters' Making all in shell make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters/shell' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters/shell' Making all in prometheus make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters/prometheus' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters/prometheus' make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters' make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/exporters' Making all in formatters make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters' Making all in csv make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/csv' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/csv' Making all in json make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/json' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/json' Making all in ssv make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/ssv' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/ssv' Making all in value make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/value' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters/value' make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters' make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/formatters' Making all in health make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/health' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api/health' make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api' make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/api' Making all in gui make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/gui' Making all in dashboard make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/gui/dashboard' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/gui/dashboard' make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/gui' if test -f dashboard.js; then rm -f dashboard.js; fi cat src/dashboard.js/prologue.js.inc src/dashboard.js/utils.js src/dashboard.js/server-detection.js src/dashboard.js/dependencies.js src/dashboard.js/error-handling.js src/dashboard.js/compatibility.js src/dashboard.js/xss.js src/dashboard.js/colors.js src/dashboard.js/units-conversion.js src/dashboard.js/options.js src/dashboard.js/localstorage.js src/dashboard.js/timeout.js src/dashboard.js/themes.js src/dashboard.js/charting/dygraph.js src/dashboard.js/charting/sparkline.js src/dashboard.js/charting/google-charts.js src/dashboard.js/charting/gauge.js src/dashboard.js/charting/easy-pie-chart.js src/dashboard.js/charting/d3pie.js src/dashboard.js/charting/d3.js src/dashboard.js/charting/peity.js src/dashboard.js/charting/textonly.js src/dashboard.js/charting.js src/dashboard.js/chart-registry.js src/dashboard.js/common.js src/dashboard.js/main.js src/dashboard.js/alarms.js src/dashboard.js/registry.js src/dashboard.js/boot.js src/dashboard.js/epilogue.js.inc > dashboard.js.tmp && mv dashboard.js.tmp dashboard.js if test -d "../../.git"; then \ git --git-dir="../../.git" log -n 1 --format=%H; \ fi > version.txt.tmp test -s version.txt.tmp || echo 0 > version.txt.tmp mv version.txt.tmp version.txt make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/gui' make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/gui' Making all in server make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server' Making all in static make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server/static' make[5]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server/static' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server/static' make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server/static' make[4]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server' make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web/server' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/web' Making all in claim make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.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/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ netdata-claim.sh.in > netdata-claim.sh.tmp; then \ mv "netdata-claim.sh.tmp" "netdata-claim.sh"; \ else \ rm -f "netdata-claim.sh.tmp"; \ false; \ fi make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/claim' Making all in parser make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/parser' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/parser' Making all in spawn make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/spawn' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/spawn' Making all in ml make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/ml' Making all in kmeans make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/ml/kmeans' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/ml/kmeans' make[3]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/ml' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/ml' make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/ml' Making all in aclk/legacy make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/aclk/legacy' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@#yes#g' \ -e 's#[@]enable_cloud_POST@#detect#g' \ tests/install-fake-charts.d.sh.in > tests/install-fake-charts.d.sh.tmp; then \ mv "tests/install-fake-charts.d.sh.tmp" "tests/install-fake-charts.d.sh"; \ else \ rm -f "tests/install-fake-charts.d.sh.tmp"; \ false; \ fi make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1/aclk/legacy' make[2]: Entering directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1' CC collectors/apps.plugin/apps_plugin.o CC libnetdata/adaptive_resortable_list/adaptive_resortable_list.o CC libnetdata/config/appconfig.o CC libnetdata/avl/avl.o CC libnetdata/buffer/buffer.o CC libnetdata/circular_buffer/circular_buffer.o CC libnetdata/clocks/clocks.o CC libnetdata/dictionary/dictionary.o CC libnetdata/eval/eval.o CC libnetdata/libnetdata.o CC libnetdata/locks/locks.o CC libnetdata/log/log.o CC libnetdata/popen/popen.o CC libnetdata/procfile/procfile.o CC libnetdata/os.o CC libnetdata/simple_pattern/simple_pattern.o CC libnetdata/socket/socket.o CC libnetdata/socket/security.o CC libnetdata/statistical/statistical.o CC libnetdata/storage_number/storage_number.o CC libnetdata/threads/threads.o CC libnetdata/url/url.o CC libnetdata/json/json.o CC libnetdata/json/jsmn.o CC libnetdata/health/health.o CC libnetdata/ebpf/ebpf.o CCLD apps.plugin CC collectors/cgroups.plugin/cgroup-network.o CCLD cgroup-network CC collectors/ebpf.plugin/ebpf.o CC collectors/ebpf.plugin/ebpf_cachestat.o CC collectors/ebpf.plugin/ebpf_dcstat.o CC collectors/ebpf.plugin/ebpf_disk.o CC collectors/ebpf.plugin/ebpf_fd.o CC collectors/ebpf.plugin/ebpf_filesystem.o CC collectors/ebpf.plugin/ebpf_hardirq.o CC collectors/ebpf.plugin/ebpf_mdflush.o CC collectors/ebpf.plugin/ebpf_mount.o CC collectors/ebpf.plugin/ebpf_oomkill.o CC collectors/ebpf.plugin/ebpf_process.o CC collectors/ebpf.plugin/ebpf_shm.o CC collectors/ebpf.plugin/ebpf_socket.o CC collectors/ebpf.plugin/ebpf_softirq.o CC collectors/ebpf.plugin/ebpf_sync.o CC collectors/ebpf.plugin/ebpf_swap.o CC collectors/ebpf.plugin/ebpf_vfs.o CC collectors/ebpf.plugin/ebpf_apps.o CC collectors/ebpf.plugin/ebpf_cgroup.o CCLD ebpf.plugin CC collectors/perf.plugin/perf_plugin.o CCLD perf.plugin CC collectors/slabinfo.plugin/slabinfo.o CCLD slabinfo.plugin CC daemon/buildinfo.o CC daemon/common.o CC daemon/daemon.o CC daemon/global_statistics.o CC daemon/analytics.o CC daemon/main.o CC daemon/signals.o CC daemon/service.o CC daemon/commands.o make[2]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1' make[1]: Leaving directory '/tmp/netdata-kickstart-c2KVbMLSev/netdata-v1.32.1' stdout_lines: changed: [CentOS-8] changed: [CentOS-Stream-8] changed: [CentOS-7] changed: [Fedora-35] changed: [Fedora-34] TASK [professormanhattan.netdata : Determine whether or not to add kernel optimizations for netdata] *** Friday 07 January 2022 04:44:12 -0500 (0:08:01.345) 0:15:32.399 ******** ok: [CentOS-7] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Fedora-34] ok: [Fedora-35] TASK [professormanhattan.netdata : Add optimization for kernel memory de-duper (/sys/kernel/mm/ksm/run)] *** Friday 07 January 2022 04:44:12 -0500 (0:00:00.108) 0:15:32.508 ******** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.netdata : Add optimization for kernel memory de-duper (/sys/kernel/mm/ksm/sleep_millisecs)] *** Friday 07 January 2022 04:44:12 -0500 (0:00:00.151) 0:15:32.659 ******** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.netdata : Ensure JOBS section is enabled in the config file] *** Friday 07 January 2022 04:44:12 -0500 (0:00:00.086) 0:15:32.745 ******** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.netdata : Configure WMI to add Windows servers to monitoring] *** Friday 07 January 2022 04:44:12 -0500 (0:00:00.080) 0:15:32.826 ******** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.netdata : Restart netdata] **************************** Friday 07 January 2022 04:44:12 -0500 (0:00:00.079) 0:15:32.905 ******** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.netdata : Check if netdata instance was claimed by netdata.cloud] *** Friday 07 January 2022 04:44:12 -0500 (0:00:00.074) 0:15:32.980 ******** ok: [CentOS-7] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Fedora-35] ok: [Fedora-34] TASK [professormanhattan.netdata : Wait for netdata to stabilize] ************** Friday 07 January 2022 04:44:13 -0500 (0:00:00.586) 0:15:33.566 ******** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.netdata : Add instance to netdata cloud] ************** Friday 07 January 2022 04:44:13 -0500 (0:00:00.078) 0:15:33.645 ******** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.netdata : Create configuration if the netdata claim was successful] *** Friday 07 January 2022 04:44:13 -0500 (0:00:00.076) 0:15:33.721 ******** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.netdata : Ensure netdata is installed via Docker] ***** Friday 07 January 2022 04:44:13 -0500 (0:00:00.080) 0:15:33.802 ******** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.netdata : Run generic Linux tasks] ******************** Friday 07 January 2022 04:44:13 -0500 (0:00:00.087) 0:15:33.890 ******** included: /home/hawkwood/gas-station/roles/services/netdata/tasks/install-Linux.yml for Debian-10-Buster, Debian-11-Bullseye, Debian-9-Stretch, Ubuntu-18.04-Bionic-Beaver, Ubuntu-20.04-Focal-Fossa, Ubuntu-21.04-Hirsute-Hippo, Ubuntu-21.10-Impish-Indri TASK [professormanhattan.netdata : Ensure Megabyte Labs configuration directory exists] *** Friday 07 January 2022 04:44:13 -0500 (0:00:00.189) 0:15:34.079 ******** changed: [Debian-9-Stretch] => (item=~/.config) changed: [Debian-11-Bullseye] => (item=~/.config) changed: [Debian-10-Buster] => (item=~/.config) changed: [Debian-9-Stretch] => (item=~/.config/megabytelabs) changed: [Ubuntu-18.04-Bionic-Beaver] => (item=~/.config) changed: [Debian-11-Bullseye] => (item=~/.config/megabytelabs) changed: [Debian-10-Buster] => (item=~/.config/megabytelabs) changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=~/.config) changed: [Ubuntu-18.04-Bionic-Beaver] => (item=~/.config/megabytelabs) changed: [Ubuntu-21.10-Impish-Indri] => (item=~/.config) changed: [Ubuntu-20.04-Focal-Fossa] => (item=~/.config) changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=~/.config/megabytelabs) changed: [Ubuntu-21.10-Impish-Indri] => (item=~/.config/megabytelabs) changed: [Ubuntu-20.04-Focal-Fossa] => (item=~/.config/megabytelabs) TASK [professormanhattan.netdata : Download the netdata kickstart.sh file] ***** Friday 07 January 2022 04:44:15 -0500 (0:00:01.101) 0:15:35.180 ******** changed: [Debian-9-Stretch] changed: [Debian-10-Buster] changed: [Debian-11-Bullseye] changed: [Ubuntu-21.04-Hirsute-Hippo] changed: [Ubuntu-20.04-Focal-Fossa] changed: [Ubuntu-21.10-Impish-Indri] changed: [Ubuntu-18.04-Bionic-Beaver] TASK [professormanhattan.netdata : Ensure netdata is installed and up-to-date] *** Friday 07 January 2022 04:44:15 -0500 (0:00:00.627) 0:15:35.808 ******** changed: [Debian-10-Buster] changed: [Debian-9-Stretch] changed: [Ubuntu-21.04-Hirsute-Hippo] changed: [Debian-11-Bullseye] changed: [Ubuntu-18.04-Bionic-Beaver] changed: [Ubuntu-20.04-Focal-Fossa] changed: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.netdata : Determine whether or not to add kernel optimizations for netdata] *** Friday 07 January 2022 04:51:21 -0500 (0:07:05.418) 0:22:41.227 ******** ok: [Debian-10-Buster] ok: [Debian-11-Bullseye] ok: [Debian-9-Stretch] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [Ubuntu-20.04-Focal-Fossa] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.netdata : Add optimization for kernel memory de-duper (/sys/kernel/mm/ksm/run)] *** Friday 07 January 2022 04:51:21 -0500 (0:00:00.118) 0:22:41.346 ******** skipping: [Debian-10-Buster] skipping: [Debian-11-Bullseye] skipping: [Debian-9-Stretch] skipping: [Ubuntu-18.04-Bionic-Beaver] skipping: [Ubuntu-20.04-Focal-Fossa] skipping: [Ubuntu-21.04-Hirsute-Hippo] skipping: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.netdata : Add optimization for kernel memory de-duper (/sys/kernel/mm/ksm/sleep_millisecs)] *** Friday 07 January 2022 04:51:21 -0500 (0:00:00.152) 0:22:41.498 ******** skipping: [Debian-10-Buster] skipping: [Debian-11-Bullseye] skipping: [Debian-9-Stretch] skipping: [Ubuntu-18.04-Bionic-Beaver] skipping: [Ubuntu-20.04-Focal-Fossa] skipping: [Ubuntu-21.04-Hirsute-Hippo] skipping: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.netdata : Ensure JOBS section is enabled in the config file] *** Friday 07 January 2022 04:51:21 -0500 (0:00:00.103) 0:22:41.602 ******** skipping: [Debian-10-Buster] skipping: [Debian-11-Bullseye] skipping: [Debian-9-Stretch] skipping: [Ubuntu-18.04-Bionic-Beaver] skipping: [Ubuntu-20.04-Focal-Fossa] skipping: [Ubuntu-21.04-Hirsute-Hippo] skipping: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.netdata : Configure WMI to add Windows servers to monitoring] *** Friday 07 January 2022 04:51:21 -0500 (0:00:00.122) 0:22:41.724 ******** skipping: [Debian-10-Buster] skipping: [Debian-11-Bullseye] skipping: [Debian-9-Stretch] skipping: [Ubuntu-18.04-Bionic-Beaver] skipping: [Ubuntu-20.04-Focal-Fossa] skipping: [Ubuntu-21.04-Hirsute-Hippo] skipping: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.netdata : Restart netdata] **************************** Friday 07 January 2022 04:51:21 -0500 (0:00:00.124) 0:22:41.849 ******** skipping: [Debian-10-Buster] skipping: [Debian-11-Bullseye] skipping: [Debian-9-Stretch] skipping: [Ubuntu-18.04-Bionic-Beaver] skipping: [Ubuntu-20.04-Focal-Fossa] skipping: [Ubuntu-21.04-Hirsute-Hippo] skipping: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.netdata : Check if netdata instance was claimed by netdata.cloud] *** Friday 07 January 2022 04:51:21 -0500 (0:00:00.098) 0:22:41.948 ******** ok: [Debian-9-Stretch] ok: [Debian-11-Bullseye] ok: [Debian-10-Buster] ok: [Ubuntu-20.04-Focal-Fossa] ok: [Ubuntu-21.10-Impish-Indri] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-18.04-Bionic-Beaver] TASK [professormanhattan.netdata : Wait for netdata to stabilize] ************** Friday 07 January 2022 04:51:22 -0500 (0:00:00.364) 0:22:42.313 ******** skipping: [Debian-10-Buster] skipping: [Debian-11-Bullseye] skipping: [Debian-9-Stretch] skipping: [Ubuntu-18.04-Bionic-Beaver] skipping: [Ubuntu-20.04-Focal-Fossa] skipping: [Ubuntu-21.04-Hirsute-Hippo] skipping: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.netdata : Add instance to netdata cloud] ************** Friday 07 January 2022 04:51:22 -0500 (0:00:00.103) 0:22:42.416 ******** skipping: [Debian-10-Buster] skipping: [Debian-11-Bullseye] skipping: [Debian-9-Stretch] skipping: [Ubuntu-18.04-Bionic-Beaver] skipping: [Ubuntu-20.04-Focal-Fossa] skipping: [Ubuntu-21.04-Hirsute-Hippo] skipping: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.netdata : Create configuration if the netdata claim was successful] *** Friday 07 January 2022 04:51:22 -0500 (0:00:00.104) 0:22:42.521 ******** skipping: [Debian-10-Buster] skipping: [Debian-11-Bullseye] skipping: [Debian-9-Stretch] skipping: [Ubuntu-18.04-Bionic-Beaver] skipping: [Ubuntu-20.04-Focal-Fossa] skipping: [Ubuntu-21.04-Hirsute-Hippo] skipping: [Ubuntu-21.10-Impish-Indri] TASK [professormanhattan.netdata : Ensure netdata is installed via Docker] ***** Friday 07 January 2022 04:51:22 -0500 (0:00:00.100) 0:22:42.622 ******** skipping: [Debian-10-Buster] skipping: [Debian-11-Bullseye] skipping: [Debian-9-Stretch] skipping: [Ubuntu-18.04-Bionic-Beaver] skipping: [Ubuntu-20.04-Focal-Fossa] skipping: [Ubuntu-21.04-Hirsute-Hippo] skipping: [Ubuntu-21.10-Impish-Indri] PLAY RECAP ********************************************************************* ArchLinux-Latest : ok=6 changed=2 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 CentOS-7 : ok=9 changed=3 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 CentOS-8 : ok=9 changed=3 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 CentOS-Stream-8 : ok=9 changed=3 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Debian-10-Buster : ok=9 changed=3 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Debian-11-Bullseye : ok=9 changed=3 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Debian-9-Stretch : ok=9 changed=3 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Fedora-33 : ok=6 changed=2 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Fedora-34 : ok=9 changed=3 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Fedora-35 : ok=9 changed=3 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Ubuntu-18.04-Bionic-Beaver : ok=9 changed=3 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Ubuntu-20.04-Focal-Fossa : ok=9 changed=3 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Ubuntu-21.04-Hirsute-Hippo : ok=9 changed=3 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Ubuntu-21.10-Impish-Indri : ok=9 changed=3 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Windows-10 : ok=1 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Friday 07 January 2022 04:51:23 -0500 (0:00:00.747) 0:22:43.370 ******** =============================================================================== professormanhattan.netdata : Ensure netdata is installed and up-to-date - 481.35s professormanhattan.netdata : Ensure netdata is installed and up-to-date - 443.86s professormanhattan.netdata : Ensure netdata is installed and up-to-date - 425.42s Gathering Facts --------------------------------------------------------- 2.84s professormanhattan.netdata : Ensure Megabyte Labs configuration directory exists --- 1.10s professormanhattan.netdata : Ensure Megabyte Labs configuration directory exists --- 1.04s professormanhattan.netdata : Download the netdata kickstart.sh file ----- 0.79s professormanhattan.netdata : Ensure netdata is installed via Docker ----- 0.75s professormanhattan.netdata : Download the netdata kickstart.sh file ----- 0.63s professormanhattan.netdata : Check if netdata instance was claimed by netdata.cloud --- 0.59s professormanhattan.netdata : Download the netdata kickstart.sh file ----- 0.57s professormanhattan.netdata : Ensure Megabyte Labs configuration directory exists --- 0.49s professormanhattan.netdata : Check if netdata instance was claimed by netdata.cloud --- 0.36s professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date --- 0.22s professormanhattan.netdata : Run generic Linux tasks -------------------- 0.19s professormanhattan.netdata : include_tasks ------------------------------ 0.18s professormanhattan.netdata : Add optimization for kernel memory de-duper (/sys/kernel/mm/ksm/run) --- 0.15s professormanhattan.netdata : Add optimization for kernel memory de-duper (/sys/kernel/mm/ksm/run) --- 0.15s professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux) --- 0.15s professormanhattan.netdata : Include variables based on the operating system --- 0.14s Playbook run took 0 days, 0 hours, 22 minutes, 43 seconds [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details [WARNING]: Found both group and host with same name: CentOS-7 [WARNING]: Found both group and host with same name: CentOS-Stream-8 [WARNING]: Found both group and host with same name: Fedora-35 [WARNING]: Found both group and host with same name: Fedora-34 [WARNING]: Found both group and host with same name: Fedora-33 [WARNING]: Found both group and host with same name: CentOS-8 PLAY [Update platforms] ******************************************************** TASK [Gathering Facts] ********************************************************* Friday 07 January 2022 04:51:26 -0500 (0:00:00.014) 0:00:00.014 ******** ok: [localhost] TASK [Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable] *** Friday 07 January 2022 04:51:37 -0500 (0:00:11.255) 0:00:11.269 ******** skipping: [localhost] PLAY [Destroy] ***************************************************************** TASK [Destroy molecule instance(s)] ******************************************** Friday 07 January 2022 04:51:37 -0500 (0:00:00.395) 0:00:11.665 ******** changed: [localhost] => (item=ArchLinux-Latest) changed: [localhost] => (item=CentOS-7) changed: [localhost] => (item=CentOS-8) changed: [localhost] => (item=CentOS-Stream-8) changed: [localhost] => (item=Debian-9-Stretch) changed: [localhost] => (item=Debian-10-Buster) changed: [localhost] => (item=Debian-11-Bullseye) changed: [localhost] => (item=Fedora-33) changed: [localhost] => (item=Fedora-34) changed: [localhost] => (item=Fedora-35) changed: [localhost] => (item=Ubuntu-18.04-Bionic-Beaver) changed: [localhost] => (item=Ubuntu-20.04-Focal-Fossa) changed: [localhost] => (item=Ubuntu-21.04-Hirsute-Hippo) changed: [localhost] => (item=Ubuntu-21.10-Impish-Indri) changed: [localhost] => (item=Windows-10) TASK [Populate instance config] ************************************************ Friday 07 January 2022 04:54:21 -0500 (0:02:43.201) 0:02:54.867 ******** ok: [localhost] TASK [Dump instance config] **************************************************** Friday 07 January 2022 04:54:21 -0500 (0:00:00.213) 0:02:55.080 ******** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=4 changed=2 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 Friday 07 January 2022 04:54:22 -0500 (0:00:00.955) 0:02:56.036 ******** =============================================================================== Destroy molecule instance(s) ------------------------------------------ 163.20s Gathering Facts -------------------------------------------------------- 11.26s Dump instance config ---------------------------------------------------- 0.96s Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.40s Populate instance config ------------------------------------------------ 0.21s Playbook run took 0 days, 0 hours, 2 minutes, 56 seconds