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.nodejs (master) is already installed - use --force to change version to unspecified [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.nvm" task: [symlink:role] ln -sf "$PWD" "$HOME/.ansible/roles/professormanhattan.nvm" [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-Stream-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: Fedora-35 [WARNING]: Found both group and host with same name: CentOS-7 PLAY [Update platforms] ******************************************************** TASK [Gathering Facts] ********************************************************* Thursday 06 January 2022 19:20:09 -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] *** Thursday 06 January 2022 19:20:19 -0500 (0:00:09.611) 0:00:09.625 ****** skipping: [localhost] PLAY [Destroy] ***************************************************************** TASK [Destroy molecule instance(s)] ******************************************** Thursday 06 January 2022 19:20:19 -0500 (0:00:00.363) 0:00:09.988 ****** 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] ************************************************ Thursday 06 January 2022 19:20:48 -0500 (0:00:28.801) 0:00:38.789 ****** ok: [localhost] TASK [Dump instance config] **************************************************** Thursday 06 January 2022 19:20:48 -0500 (0:00:00.177) 0:00:38.967 ****** skipping: [localhost] PLAY RECAP ********************************************************************* localhost : ok=3 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Thursday 06 January 2022 19:20:48 -0500 (0:00:00.324) 0:00:39.291 ****** =============================================================================== Destroy molecule instance(s) ------------------------------------------- 28.80s Gathering Facts --------------------------------------------------------- 9.61s 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-7 [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-35 [WARNING]: Found both group and host with same name: Fedora-33 [WARNING]: Found both group and host with same name: CentOS-Stream-8 playbook: /home/hawkwood/gas-station/roles/languages/nvm/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-34 [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-8 [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] ********************************************************* Thursday 06 January 2022 19:20:51 -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] *** Thursday 06 January 2022 19:21:01 -0500 (0:00:09.581) 0:00:09.595 ****** skipping: [localhost] PLAY [Create] ****************************************************************** TASK [Create molecule instance(s)] ********************************************* Thursday 06 January 2022 19:21:01 -0500 (0:00:00.366) 0:00:09.961 ****** 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] ******************************************* Thursday 06 January 2022 19:30:37 -0500 (0:09:35.096) 0:09:45.058 ****** ok: [localhost] => (item={'changed': True, 'log': '/home/hawkwood/.cache/molecule/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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/nvm/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] ********************************** Thursday 06 January 2022 19:30:38 -0500 (0:00:01.043) 0:09:46.101 ****** ok: [localhost] TASK [Dump instance config] **************************************************** Thursday 06 January 2022 19:30:38 -0500 (0:00:00.181) 0:09:46.283 ****** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=5 changed=2 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 Thursday 06 January 2022 19:30:39 -0500 (0:00:00.997) 0:09:47.280 ****** =============================================================================== Create molecule instance(s) ------------------------------------------- 575.10s Gathering Facts --------------------------------------------------------- 9.58s Populate instance config dict ------------------------------------------- 1.04s Dump instance config ---------------------------------------------------- 1.00s Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.37s Convert instance config dict to a list ---------------------------------- 0.18s Playbook run took 0 days, 0 hours, 9 minutes, 47 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-35 [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: CentOS-8 [WARNING]: Found both group and host with same name: Fedora-33 [WARNING]: Found both group and host with same name: Fedora-34 PLAY [Prepare] ***************************************************************** TASK [Bootstrap Python for Ansible] ******************************************** Thursday 06 January 2022 19:30:41 -0500 (0:00:00.032) 0:00:00.033 ****** skipping: [Windows-10] ok: [Debian-9-Stretch] ok: [Debian-10-Buster] ok: [ArchLinux-Latest] ok: [Debian-11-Bullseye] ok: [CentOS-7] ok: [Fedora-33] ok: [Fedora-35] ok: [Ubuntu-21.10-Impish-Indri] ok: [Fedora-34] 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 Thursday 06 January 2022 19:31:11 -0500 (0:00:30.331) 0:00:30.364 ****** =============================================================================== Bootstrap Python for Ansible ------------------------------------------- 30.33s Playbook run took 0 days, 0 hours, 0 minutes, 30 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-35 [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: CentOS-7 [WARNING]: Found both group and host with same name: Fedora-34 [WARNING]: Found both group and host with same name: Fedora-33 PLAY [Converge] **************************************************************** TASK [Gathering Facts] ********************************************************* Thursday 06 January 2022 19:31:14 -0500 (0:00:00.027) 0:00:00.027 ****** ok: [CentOS-7] ok: [Debian-9-Stretch] ok: [Debian-11-Bullseye] ok: [ArchLinux-Latest] ok: [Debian-10-Buster] ok: [CentOS-8] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-20.04-Focal-Fossa] ok: [Fedora-33] ok: [CentOS-Stream-8] ok: [Ubuntu-18.04-Bionic-Beaver] 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] *** Thursday 06 January 2022 19:31:17 -0500 (0:00:02.824) 0:00:02.851 ****** 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] **** Thursday 06 January 2022 19:31:17 -0500 (0:00:00.129) 0:00:02.981 ****** 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] ***************************** Thursday 06 January 2022 19:31:17 -0500 (0:00:00.133) 0:00:03.115 ****** 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)] *** Thursday 06 January 2022 19:31:17 -0500 (0:00:00.132) 0:00:03.248 ****** 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] *** Thursday 06 January 2022 19:31:17 -0500 (0:00:00.159) 0:00:03.408 ****** TASK [professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date] *** Thursday 06 January 2022 19:31:17 -0500 (0:00:00.139) 0:00:03.547 ****** TASK [professormanhattan.nodejs : Include variables based on the operating system] *** Thursday 06 January 2022 19:31:18 -0500 (0:00:00.223) 0:00:03.771 ****** 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] skipping: [Windows-10] TASK [professormanhattan.nodejs : include_tasks] ******************************* Thursday 06 January 2022 19:31:18 -0500 (0:00:00.145) 0:00:03.917 ****** skipping: [Windows-10] included: /home/hawkwood/gas-station/roles/languages/nodejs/tasks/install-Archlinux.yml for ArchLinux-Latest included: /home/hawkwood/gas-station/roles/languages/nodejs/tasks/install-RedHat.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35 included: /home/hawkwood/gas-station/roles/languages/nodejs/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.nodejs : Ensure Node.js and npm are installed] ******** Thursday 06 January 2022 19:31:18 -0500 (0:00:00.211) 0:00:04.128 ****** fatal: [ArchLinux-Latest]: FAILED! => changed=false msg: |- failed to install npm nodejs: error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from arch.mirror.constant.com : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from america.mirror.pkgbuild.com : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux.uk.mirror.allworldit.com : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux.mailtunnel.eu : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from ftp.halifax.rwth-aachen.de : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archmirror.it : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from europe.mirror.pkgbuild.com : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from phinau.de : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux.ip-connect.vn.ua : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from arch.jensgutermuth.de : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.telepoint.bg : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.pseudoform.org : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.luzea.de : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from asia.mirror.pkgbuild.com : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirrors.neusoft.edu.cn : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.chaoticum.net : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.cyberbits.asia : Could not resolve host: mirror.cyberbits.asia warning: too many errors from mirror.cyberbits.asia, skipping for the remainder of this transaction error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux.thaller.ws : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.theash.xyz : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.f4st.host : The requested URL returned error: 404 warning: failed to retrieve some files error: failed to commit transaction (failed to retrieve some files) stderr: |- error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from arch.mirror.constant.com : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from america.mirror.pkgbuild.com : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux.uk.mirror.allworldit.com : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux.mailtunnel.eu : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from ftp.halifax.rwth-aachen.de : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archmirror.it : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from europe.mirror.pkgbuild.com : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from phinau.de : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux.ip-connect.vn.ua : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from arch.jensgutermuth.de : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.telepoint.bg : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.pseudoform.org : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.luzea.de : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from asia.mirror.pkgbuild.com : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirrors.neusoft.edu.cn : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.chaoticum.net : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.cyberbits.asia : Could not resolve host: mirror.cyberbits.asia warning: too many errors from mirror.cyberbits.asia, skipping for the remainder of this transaction error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from archlinux.thaller.ws : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.theash.xyz : The requested URL returned error: 404 error: failed retrieving file 'nodejs-17.1.0-2-x86_64.pkg.tar.zst' from mirror.f4st.host : The requested URL returned error: 404 warning: failed to retrieve some files error: failed to commit transaction (failed to retrieve some files) stderr_lines: stdout: |- resolving dependencies... looking for conflicting packages... Packages (7) c-ares-1.18.1-1 libuv-1.42.0-1 node-gyp-8.2.0-1 nodejs-nopt-5.0.0-2 semver-7.3.5-2 nodejs-17.1.0-2 npm-8.1.3-1 Total Download Size: 11.55 MiB Total Installed Size: 42.07 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... nodejs-17.1.0-2-x86_64 downloading... Errors occurred, no packages were upgraded. stdout_lines: TASK [professormanhattan.nodejs : Define the Nodesource RPM directory] ********* Thursday 06 January 2022 19:31:26 -0500 (0:00:07.784) 0:00:11.912 ****** ok: [CentOS-7] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Fedora-33] ok: [Fedora-34] ok: [Fedora-35] TASK [professormanhattan.nodejs : Ensure Nodesource's RPM key is imported (CentOS < 7)] *** Thursday 06 January 2022 19:31:26 -0500 (0:00:00.091) 0:00:12.003 ****** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-33] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.nodejs : Ensure Nodesource's RPM key is imported (CentOS 7+)] *** Thursday 06 January 2022 19:31:26 -0500 (0:00:00.088) 0:00:12.092 ****** changed: [CentOS-8] changed: [CentOS-Stream-8] changed: [CentOS-7] changed: [Fedora-35] changed: [Fedora-34] changed: [Fedora-33] TASK [professormanhattan.nodejs : Ensure Nodesource's RPM key is imported (CentOS < 7)] *** Thursday 06 January 2022 19:31:27 -0500 (0:00:00.857) 0:00:12.949 ****** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-33] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.nodejs : Ensure Node.js's RPM key is imported (CentOS 7+)] *** Thursday 06 January 2022 19:31:27 -0500 (0:00:00.092) 0:00:13.041 ****** skipping: [Fedora-33] skipping: [Fedora-34] skipping: [Fedora-35] changed: [CentOS-7] changed: [CentOS-8] changed: [CentOS-Stream-8] TASK [professormanhattan.nodejs : Ensure Node.js's RPM key is imported (Fedora)] *** Thursday 06 January 2022 19:31:29 -0500 (0:00:02.188) 0:00:15.230 ****** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] changed: [Fedora-33] changed: [Fedora-34] changed: [Fedora-35] TASK [professormanhattan.nodejs : Ensure Node.js's AppStream module is disabled (CentOS 8+)] *** Thursday 06 January 2022 19:32:30 -0500 (0:01:00.717) 0:01:15.947 ****** skipping: [CentOS-7] changed: [CentOS-8] changed: [CentOS-Stream-8] changed: [Fedora-35] changed: [Fedora-34] changed: [Fedora-33] TASK [professormanhattan.nodejs : Ensure Node.js and npm are installed] ******** Thursday 06 January 2022 19:32:34 -0500 (0:00:04.157) 0:01:20.104 ****** changed: [CentOS-8] changed: [CentOS-Stream-8] changed: [Fedora-35] changed: [Fedora-34] changed: [Fedora-33] changed: [CentOS-7] TASK [professormanhattan.nodejs : Run common Linux tasks] ********************** Thursday 06 January 2022 19:32:49 -0500 (0:00:15.104) 0:01:35.208 ****** included: /home/hawkwood/gas-station/roles/languages/nodejs/tasks/install-Linux.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35 TASK [professormanhattan.nodejs : Define nodejs_install_npm_user] ************** Thursday 06 January 2022 19:32:49 -0500 (0:00:00.129) 0:01:35.338 ****** ok: [CentOS-7] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Fedora-33] ok: [Fedora-34] ok: [Fedora-35] TASK [professormanhattan.nodejs : Ensure Node.js's global directory is created] *** Thursday 06 January 2022 19:32:49 -0500 (0:00:00.090) 0:01:35.429 ****** changed: [CentOS-7] changed: [CentOS-8] changed: [CentOS-Stream-8] changed: [Fedora-35] changed: [Fedora-33] changed: [Fedora-34] TASK [professormanhattan.nodejs : Ensure npm_config_prefix bin is added directory to global $PATH] *** Thursday 06 January 2022 19:32:50 -0500 (0:00:00.691) 0:01:36.120 ****** changed: [CentOS-7] changed: [CentOS-Stream-8] changed: [CentOS-8] changed: [Fedora-35] changed: [Fedora-33] changed: [Fedora-34] TASK [professormanhattan.nodejs : Define the list of npm packages to install globally] *** Thursday 06 January 2022 19:32:51 -0500 (0:00:01.076) 0:01:37.197 ****** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-33] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.nodejs : Ensure Node.js's configured global packages are installed] *** Thursday 06 January 2022 19:32:51 -0500 (0:00:00.093) 0:01:37.291 ****** TASK [professormanhattan.nodejs : Ensure Node.js's dependencies are present] *** Thursday 06 January 2022 19:32:51 -0500 (0:00:00.101) 0:01:37.392 ****** fatal: [Ubuntu-21.10-Impish-Indri]: FAILED! => changed=false msg: No package matching 'gnupg2' is available changed: [Debian-9-Stretch] changed: [Debian-11-Bullseye] changed: [Debian-10-Buster] changed: [Ubuntu-20.04-Focal-Fossa] changed: [Ubuntu-21.04-Hirsute-Hippo] changed: [Ubuntu-18.04-Bionic-Beaver] TASK [professormanhattan.nodejs : Ensure Node.js's apt key is imported] ******** Thursday 06 January 2022 19:33:12 -0500 (0:00:21.341) 0:01:58.734 ****** changed: [Ubuntu-21.04-Hirsute-Hippo] changed: [Ubuntu-20.04-Focal-Fossa] changed: [Ubuntu-18.04-Bionic-Beaver] changed: [Debian-11-Bullseye] changed: [Debian-10-Buster] changed: [Debian-9-Stretch] TASK [professormanhattan.nodejs : Ensure Node.js's repository is added] ******** Thursday 06 January 2022 19:33:15 -0500 (0:00:02.414) 0:02:01.148 ****** changed: [Debian-10-Buster] => (item=deb https://deb.nodesource.com/node_16.x buster main) changed: [Debian-9-Stretch] => (item=deb https://deb.nodesource.com/node_16.x stretch main) changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=deb https://deb.nodesource.com/node_16.x hirsute main) changed: [Debian-9-Stretch] => (item=deb-src https://deb.nodesource.com/node_16.x stretch main) changed: [Ubuntu-20.04-Focal-Fossa] => (item=deb https://deb.nodesource.com/node_16.x focal main) changed: [Debian-10-Buster] => (item=deb-src https://deb.nodesource.com/node_16.x buster main) changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=deb-src https://deb.nodesource.com/node_16.x hirsute main) changed: [Debian-11-Bullseye] => (item=deb https://deb.nodesource.com/node_16.x bullseye main) changed: [Ubuntu-20.04-Focal-Fossa] => (item=deb-src https://deb.nodesource.com/node_16.x focal main) changed: [Ubuntu-18.04-Bionic-Beaver] => (item=deb https://deb.nodesource.com/node_16.x bionic main) changed: [Debian-11-Bullseye] => (item=deb-src https://deb.nodesource.com/node_16.x bullseye main) changed: [Ubuntu-18.04-Bionic-Beaver] => (item=deb-src https://deb.nodesource.com/node_16.x bionic main) TASK [professormanhattan.nodejs : Ensure Node.js and npm are installed] ******** Thursday 06 January 2022 19:33:24 -0500 (0:00:08.727) 0:02:09.876 ****** changed: [Debian-9-Stretch] changed: [Debian-11-Bullseye] changed: [Debian-10-Buster] changed: [Ubuntu-21.04-Hirsute-Hippo] changed: [Ubuntu-20.04-Focal-Fossa] changed: [Ubuntu-18.04-Bionic-Beaver] TASK [professormanhattan.nodejs : Run common Linux tasks] ********************** Thursday 06 January 2022 19:33:33 -0500 (0:00:09.118) 0:02:18.994 ****** included: /home/hawkwood/gas-station/roles/languages/nodejs/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 TASK [professormanhattan.nodejs : Define nodejs_install_npm_user] ************** Thursday 06 January 2022 19:33:33 -0500 (0:00:00.155) 0:02:19.150 ****** 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] TASK [professormanhattan.nodejs : Ensure Node.js's global directory is created] *** Thursday 06 January 2022 19:33:33 -0500 (0:00:00.095) 0:02:19.246 ****** changed: [Debian-9-Stretch] changed: [Debian-10-Buster] changed: [Debian-11-Bullseye] changed: [Ubuntu-20.04-Focal-Fossa] changed: [Ubuntu-18.04-Bionic-Beaver] changed: [Ubuntu-21.04-Hirsute-Hippo] TASK [professormanhattan.nodejs : Ensure npm_config_prefix bin is added directory to global $PATH] *** Thursday 06 January 2022 19:33:33 -0500 (0:00:00.344) 0:02:19.590 ****** changed: [Debian-9-Stretch] changed: [Debian-10-Buster] changed: [Debian-11-Bullseye] changed: [Ubuntu-18.04-Bionic-Beaver] changed: [Ubuntu-20.04-Focal-Fossa] changed: [Ubuntu-21.04-Hirsute-Hippo] TASK [professormanhattan.nodejs : Define the list of npm packages to install globally] *** Thursday 06 January 2022 19:33:34 -0500 (0:00:00.484) 0:02:20.074 ****** 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] TASK [professormanhattan.nodejs : Ensure Node.js's configured global packages are installed] *** Thursday 06 January 2022 19:33:34 -0500 (0:00:00.088) 0:02:20.163 ****** TASK [professormanhattan.homebrew : Include variables based on the operating system] *** Thursday 06 January 2022 19:33:34 -0500 (0:00:00.124) 0:02:20.287 ****** skipping: [CentOS-7] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2: Converge: professormanhattan.homebrew : Include variables based on the operating system: duplicate host callback: CentOS-7 skipping: [CentOS-8] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2: Converge: professormanhattan.homebrew : Include variables based on the operating system: duplicate host callback: CentOS-8 skipping: [CentOS-Stream-8] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2: Converge: professormanhattan.homebrew : Include variables based on the operating system: duplicate host callback: CentOS-Stream-8 skipping: [Debian-10-Buster] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2: Converge: professormanhattan.homebrew : Include variables based on the operating system: duplicate host callback: Debian-10-Buster skipping: [Debian-11-Bullseye] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2: Converge: professormanhattan.homebrew : Include variables based on the operating system: duplicate host callback: Debian-11-Bullseye skipping: [Debian-9-Stretch] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2: Converge: professormanhattan.homebrew : Include variables based on the operating system: duplicate host callback: Debian-9-Stretch skipping: [Fedora-33] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2: Converge: professormanhattan.homebrew : Include variables based on the operating system: duplicate host callback: Fedora-33 skipping: [Fedora-34] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2: Converge: professormanhattan.homebrew : Include variables based on the operating system: duplicate host callback: Fedora-34 skipping: [Fedora-35] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2: Converge: professormanhattan.homebrew : Include variables based on the operating system: duplicate host callback: Fedora-35 skipping: [Ubuntu-18.04-Bionic-Beaver] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2: Converge: professormanhattan.homebrew : Include variables based on the operating system: duplicate host callback: Ubuntu-18.04-Bionic-Beaver skipping: [Ubuntu-20.04-Focal-Fossa] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2: Converge: professormanhattan.homebrew : Include variables based on the operating system: duplicate host callback: Ubuntu-20.04-Focal-Fossa skipping: [Ubuntu-21.04-Hirsute-Hippo] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2: Converge: professormanhattan.homebrew : Include variables based on the operating system: duplicate host callback: Ubuntu-21.04-Hirsute-Hippo skipping: [Windows-10] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:2: Converge: professormanhattan.homebrew : Include variables based on the operating system: duplicate host callback: Windows-10 TASK [professormanhattan.homebrew : Register Homebrew bin path information] **** Thursday 06 January 2022 19:33:34 -0500 (0:00:00.136) 0:02:20.423 ****** skipping: [CentOS-7] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8: Converge: professormanhattan.homebrew : Register Homebrew bin path information: duplicate host callback: CentOS-7 skipping: [CentOS-8] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8: Converge: professormanhattan.homebrew : Register Homebrew bin path information: duplicate host callback: CentOS-8 skipping: [CentOS-Stream-8] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8: Converge: professormanhattan.homebrew : Register Homebrew bin path information: duplicate host callback: CentOS-Stream-8 skipping: [Debian-10-Buster] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8: Converge: professormanhattan.homebrew : Register Homebrew bin path information: duplicate host callback: Debian-10-Buster skipping: [Debian-11-Bullseye] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8: Converge: professormanhattan.homebrew : Register Homebrew bin path information: duplicate host callback: Debian-11-Bullseye skipping: [Debian-9-Stretch] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8: Converge: professormanhattan.homebrew : Register Homebrew bin path information: duplicate host callback: Debian-9-Stretch skipping: [Fedora-33] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8: Converge: professormanhattan.homebrew : Register Homebrew bin path information: duplicate host callback: Fedora-33 skipping: [Fedora-34] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8: Converge: professormanhattan.homebrew : Register Homebrew bin path information: duplicate host callback: Fedora-34 skipping: [Fedora-35] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8: Converge: professormanhattan.homebrew : Register Homebrew bin path information: duplicate host callback: Fedora-35 skipping: [Ubuntu-18.04-Bionic-Beaver] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8: Converge: professormanhattan.homebrew : Register Homebrew bin path information: duplicate host callback: Ubuntu-18.04-Bionic-Beaver skipping: [Ubuntu-20.04-Focal-Fossa] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8: Converge: professormanhattan.homebrew : Register Homebrew bin path information: duplicate host callback: Ubuntu-20.04-Focal-Fossa skipping: [Ubuntu-21.04-Hirsute-Hippo] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8: Converge: professormanhattan.homebrew : Register Homebrew bin path information: duplicate host callback: Ubuntu-21.04-Hirsute-Hippo skipping: [Windows-10] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:8: Converge: professormanhattan.homebrew : Register Homebrew bin path information: duplicate host callback: Windows-10 TASK [professormanhattan.homebrew : include_tasks] ***************************** Thursday 06 January 2022 19:33:34 -0500 (0:00:00.134) 0:02:20.558 ****** skipping: [CentOS-7] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19: Converge: professormanhattan.homebrew : include_tasks: duplicate host callback: CentOS-7 skipping: [CentOS-8] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19: Converge: professormanhattan.homebrew : include_tasks: duplicate host callback: CentOS-8 skipping: [CentOS-Stream-8] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19: Converge: professormanhattan.homebrew : include_tasks: duplicate host callback: CentOS-Stream-8 skipping: [Debian-10-Buster] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19: Converge: professormanhattan.homebrew : include_tasks: duplicate host callback: Debian-10-Buster skipping: [Debian-11-Bullseye] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19: Converge: professormanhattan.homebrew : include_tasks: duplicate host callback: Debian-11-Bullseye skipping: [Debian-9-Stretch] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19: Converge: professormanhattan.homebrew : include_tasks: duplicate host callback: Debian-9-Stretch skipping: [Fedora-33] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19: Converge: professormanhattan.homebrew : include_tasks: duplicate host callback: Fedora-33 skipping: [Fedora-34] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19: Converge: professormanhattan.homebrew : include_tasks: duplicate host callback: Fedora-34 skipping: [Fedora-35] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19: Converge: professormanhattan.homebrew : include_tasks: duplicate host callback: Fedora-35 skipping: [Ubuntu-18.04-Bionic-Beaver] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19: Converge: professormanhattan.homebrew : include_tasks: duplicate host callback: Ubuntu-18.04-Bionic-Beaver skipping: [Ubuntu-20.04-Focal-Fossa] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19: Converge: professormanhattan.homebrew : include_tasks: duplicate host callback: Ubuntu-20.04-Focal-Fossa skipping: [Ubuntu-21.04-Hirsute-Hippo] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19: Converge: professormanhattan.homebrew : include_tasks: duplicate host callback: Ubuntu-21.04-Hirsute-Hippo skipping: [Windows-10] [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:19: Converge: professormanhattan.homebrew : include_tasks: duplicate host callback: Windows-10 TASK [professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux)] *** Thursday 06 January 2022 19:33:34 -0500 (0:00:00.130) 0:02:20.688 ****** skipping: [CentOS-7] => (item=vagrant) skipping: [CentOS-8] => (item=vagrant) skipping: [CentOS-Stream-8] => (item=vagrant) [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26: Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux): duplicate host callback: CentOS-7 skipping: [Debian-10-Buster] => (item=vagrant) skipping: [Debian-11-Bullseye] => (item=vagrant) [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26: Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux): duplicate host callback: CentOS-8 skipping: [Debian-9-Stretch] => (item=vagrant) [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26: Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux): duplicate host callback: CentOS-Stream-8 skipping: [Fedora-33] => (item=vagrant) [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26: Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux): duplicate host callback: Debian-10-Buster skipping: [Fedora-34] => (item=vagrant) [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26: Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux): duplicate host callback: Debian-11-Bullseye skipping: [Fedora-35] => (item=vagrant) [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26: Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux): duplicate host callback: Debian-9-Stretch skipping: [Ubuntu-18.04-Bionic-Beaver] => (item=vagrant) [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26: Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux): duplicate host callback: Fedora-33 skipping: [Ubuntu-20.04-Focal-Fossa] => (item=vagrant) [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26: Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux): duplicate host callback: Fedora-34 [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26: Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux): duplicate host callback: Fedora-35 [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26: Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux): duplicate host callback: Ubuntu-18.04-Bionic-Beaver [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26: Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux): duplicate host callback: Ubuntu-20.04-Focal-Fossa skipping: [Ubuntu-21.04-Hirsute-Hippo] => (item=vagrant) [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26: Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux): duplicate host callback: Ubuntu-21.04-Hirsute-Hippo skipping: [Windows-10] => (item=vagrant) [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:26: Converge: professormanhattan.homebrew : Ensure .bashrc includes Homebrew (Linux): duplicate host callback: Windows-10 TASK [professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date] *** Thursday 06 January 2022 19:33:35 -0500 (0:00:00.188) 0:02:20.877 ****** [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36: Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date: duplicate host callback: CentOS-7 [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36: Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date: duplicate host callback: CentOS-8 [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36: Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date: duplicate host callback: CentOS-Stream-8 [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36: Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date: duplicate host callback: Debian-10-Buster [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36: Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date: duplicate host callback: Debian-11-Bullseye [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36: Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date: duplicate host callback: Debian-9-Stretch [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36: Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date: duplicate host callback: Fedora-33 [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36: Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date: duplicate host callback: Fedora-34 [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36: Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date: duplicate host callback: Fedora-35 [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36: Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date: duplicate host callback: Ubuntu-18.04-Bionic-Beaver [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36: Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date: duplicate host callback: Ubuntu-20.04-Focal-Fossa [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36: Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date: duplicate host callback: Ubuntu-21.04-Hirsute-Hippo [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:36: Converge: professormanhattan.homebrew : Ensure Homebrew packages are installed and up-to-date: duplicate host callback: Windows-10 TASK [professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date] *** Thursday 06 January 2022 19:33:35 -0500 (0:00:00.133) 0:02:21.010 ****** [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53: Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date: duplicate host callback: CentOS-7 [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53: Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date: duplicate host callback: CentOS-8 [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53: Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date: duplicate host callback: CentOS-Stream-8 [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53: Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date: duplicate host callback: Debian-10-Buster [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53: Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date: duplicate host callback: Debian-11-Bullseye [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53: Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date: duplicate host callback: Debian-9-Stretch [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53: Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date: duplicate host callback: Fedora-33 [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53: Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date: duplicate host callback: Fedora-34 [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53: Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date: duplicate host callback: Fedora-35 [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53: Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date: duplicate host callback: Ubuntu-18.04-Bionic-Beaver [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53: Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date: duplicate host callback: Ubuntu-20.04-Focal-Fossa [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53: Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date: duplicate host callback: Ubuntu-21.04-Hirsute-Hippo [WARNING]: Failure using method (v2_runner_on_skipped) in callback plugin (): /home/hawkwood/.ansible/roles/professormanhattan.homebrew/tasks/main.yml:53: Converge: professormanhattan.homebrew : Ensure Homebrew casks are installed and up-to-date: duplicate host callback: Windows-10 TASK [professormanhattan.nvm : Include variables based on the operating system] *** Thursday 06 January 2022 19:33:35 -0500 (0:00:00.180) 0:02:21.191 ****** 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: [Windows-10] TASK [professormanhattan.nvm : include_tasks] ********************************** Thursday 06 January 2022 19:33:35 -0500 (0:00:00.127) 0:02:21.318 ****** included: /home/hawkwood/gas-station/roles/languages/nvm/tasks/install-RedHat.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35 included: /home/hawkwood/gas-station/roles/languages/nvm/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 included: /home/hawkwood/gas-station/roles/languages/nvm/tasks/install-Windows.yml for Windows-10 TASK [professormanhattan.nvm : Run Linux setup tasks] ************************** Thursday 06 January 2022 19:33:35 -0500 (0:00:00.194) 0:02:21.513 ****** included: /home/hawkwood/gas-station/roles/languages/nvm/tasks/setup-Linux.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35 => (item=vagrant) TASK [professormanhattan.nvm : include_tasks] ********************************** Thursday 06 January 2022 19:33:35 -0500 (0:00:00.113) 0:02:21.627 ****** included: /home/hawkwood/gas-station/roles/languages/nvm/tasks/install-Linux.yml for CentOS-7, CentOS-8, CentOS-Stream-8, Fedora-33, Fedora-34, Fedora-35 TASK [professormanhattan.nvm : Ensure ~/.local/nvm directory exists] *********** Thursday 06 January 2022 19:33:36 -0500 (0:00:00.117) 0:02:21.744 ****** changed: [CentOS-7] changed: [CentOS-8] changed: [CentOS-Stream-8] changed: [Fedora-33] changed: [Fedora-34] changed: [Fedora-35] TASK [professormanhattan.nvm : Ensure Megabyte Labs configuration directory exists] *** Thursday 06 January 2022 19:33:36 -0500 (0:00:00.406) 0:02:22.151 ****** changed: [CentOS-7] => (item=~/.config) changed: [CentOS-8] => (item=~/.config) changed: [CentOS-Stream-8] => (item=~/.config) changed: [Fedora-33] => (item=~/.config) changed: [Fedora-34] => (item=~/.config) changed: [Fedora-35] => (item=~/.config) changed: [CentOS-7] => (item=~/.config/megabytelabs) changed: [CentOS-8] => (item=~/.config/megabytelabs) changed: [CentOS-Stream-8] => (item=~/.config/megabytelabs) changed: [Fedora-33] => (item=~/.config/megabytelabs) changed: [Fedora-34] => (item=~/.config/megabytelabs) changed: [Fedora-35] => (item=~/.config/megabytelabs) TASK [professormanhattan.nvm : Check if Node Version Manager has configuration stored in ~/.config/megabytelabs/nvm] *** Thursday 06 January 2022 19:33:37 -0500 (0:00:00.738) 0:02:22.889 ****** ok: [CentOS-7] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Fedora-34] ok: [Fedora-33] ok: [Fedora-35] TASK [professormanhattan.nvm : Detect previously installed Node Version Manager version] *** Thursday 06 January 2022 19:33:37 -0500 (0:00:00.440) 0:02:23.329 ****** skipping: [CentOS-7] skipping: [CentOS-8] skipping: [CentOS-Stream-8] skipping: [Fedora-33] skipping: [Fedora-34] skipping: [Fedora-35] TASK [professormanhattan.nvm : Detect the latest Node Version Manager version] *** Thursday 06 January 2022 19:33:37 -0500 (0:00:00.084) 0:02:23.414 ****** ok: [CentOS-7] ok: [CentOS-Stream-8] ok: [CentOS-8] ok: [Fedora-34] ok: [Fedora-33] ok: [Fedora-35] TASK [professormanhattan.nvm : Determine whether or not the latest version of Node Version Manager is already installed] *** Thursday 06 January 2022 19:33:38 -0500 (0:00:00.652) 0:02:24.067 ****** ok: [CentOS-7] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Fedora-33] ok: [Fedora-34] ok: [Fedora-35] TASK [professormanhattan.nvm : Ensure older version of Node Version Manager is uninstalled] *** Thursday 06 January 2022 19:33:38 -0500 (0:00:00.084) 0:02:24.152 ****** ok: [CentOS-7] ok: [CentOS-8] ok: [CentOS-Stream-8] ok: [Fedora-33] ok: [Fedora-34] ok: [Fedora-35] TASK [professormanhattan.nvm : Ensure Node Version Manager is installed] ******* Thursday 06 January 2022 19:33:38 -0500 (0:00:00.395) 0:02:24.548 ****** changed: [CentOS-Stream-8] changed: [Fedora-33] changed: [Fedora-34] changed: [CentOS-7] changed: [Fedora-35] changed: [CentOS-8] TASK [professormanhattan.nvm : Save meta information about the version of Node Version Manager that was installed] *** Thursday 06 January 2022 19:33:40 -0500 (0:00:01.466) 0:02:26.014 ****** changed: [CentOS-7] changed: [CentOS-8] changed: [CentOS-Stream-8] changed: [Fedora-34] changed: [Fedora-33] changed: [Fedora-35] TASK [professormanhattan.nvm : Configure the default global packages] ********** Thursday 06 January 2022 19:33:41 -0500 (0:00:01.025) 0:02:27.040 ****** changed: [CentOS-7] changed: [CentOS-8] changed: [CentOS-Stream-8] changed: [Fedora-34] changed: [Fedora-33] changed: [Fedora-35] TASK [professormanhattan.nvm : Ensure NodeJS is installed] ********************* Thursday 06 January 2022 19:33:42 -0500 (0:00:01.079) 0:02:28.119 ****** fatal: [CentOS-Stream-8]: FAILED! => changed=true cmd: |- . "$NVM_DIR/nvm.sh" nvm install 16 delta: '0:00:03.284987' end: '2022-01-07 00:33:44.568882' msg: non-zero return code rc: 11 start: '2022-01-07 00:33:41.283895' stderr: |- Downloading https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.xz... # 2.0%############ 17.0%####################### 33.0%################################### 49.3%############################################## 65.2%########################################################## 80.8%#################################################################### 95.1%######################################################################## 100.0% Computing checksum with sha256sum Checksums matched! nvm is not compatible with the "NPM_CONFIG_PREFIX" environment variable: currently set to "/usr/local/lib/npm" Run `unset NPM_CONFIG_PREFIX` to unset it. stderr_lines: stdout: Downloading and installing node v16.13.1... stdout_lines: fatal: [CentOS-8]: FAILED! => changed=true cmd: |- . "$NVM_DIR/nvm.sh" nvm install 16 delta: '0:00:04.261060' end: '2022-01-07 00:33:45.586540' msg: non-zero return code rc: 11 start: '2022-01-07 00:33:41.325480' stderr: |- Downloading https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.xz... #=#=# ##O#- # # 1.9%###### 8.9%############ 16.7%################## 25.0%######################## 33.8%################################### 48.8%############################################# 62.9%######################################################## 78.6%#################################################################### 95.2%######################################################################## 100.0% Computing checksum with sha256sum Checksums matched! nvm is not compatible with the "NPM_CONFIG_PREFIX" environment variable: currently set to "/usr/local/lib/npm" Run `unset NPM_CONFIG_PREFIX` to unset it. stderr_lines: stdout: Downloading and installing node v16.13.1... stdout_lines: fatal: [Fedora-33]: FAILED! => changed=true cmd: |- . "$NVM_DIR/nvm.sh" nvm install 16 delta: '0:00:04.748507' end: '2022-01-07 00:33:46.014784' msg: non-zero return code rc: 11 start: '2022-01-07 00:33:41.266277' stderr: |- Downloading https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.xz... #=#=# 0.3% 0.8%## 3.9%###### 9.7%################# 23.7%####################### 32.6%############################# 40.6%############################### 44.0%################################ 45.5%################################### 49.2%############################################ 61.6%####################################################### 76.7%################################################################# 91.5%######################################################################## 100.0% Computing checksum with sha256sum Checksums matched! nvm is not compatible with the "NPM_CONFIG_PREFIX" environment variable: currently set to "/usr/local/lib/npm" Run `unset NPM_CONFIG_PREFIX` to unset it. stderr_lines: stdout: Downloading and installing node v16.13.1... stdout_lines: fatal: [Fedora-35]: FAILED! => changed=true cmd: |- . "$NVM_DIR/nvm.sh" nvm install 16 delta: '0:00:05.388931' end: '2022-01-07 00:33:47.183988' msg: non-zero return code rc: 11 start: '2022-01-07 00:33:41.795057' stderr: |- Downloading https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.xz... #=#=# ##O#-# 0.4%### 5.4%######### 13.1%############ 17.3%###################### 31.8%############################### 43.7%######################################### 57.3%################################################### 72.2%############################################################## 86.5%######################################################################## 100.0% Computing checksum with sha256sum Checksums matched! nvm is not compatible with the "NPM_CONFIG_PREFIX" environment variable: currently set to "/usr/local/lib/npm" Run `unset NPM_CONFIG_PREFIX` to unset it. stderr_lines: stdout: Downloading and installing node v16.13.1... stdout_lines: fatal: [Fedora-34]: FAILED! => changed=true cmd: |- . "$NVM_DIR/nvm.sh" nvm install 16 delta: '0:00:05.843934' end: '2022-01-07 00:33:47.289719' msg: non-zero return code rc: 11 start: '2022-01-07 00:33:41.445785' stderr: |- Downloading https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.xz... #=#=# ##O#-# ##O=# # #=#=-# # 1.0%## 3.7%##### 7.1%###### 9.2%######## 12.3%################# 24.7%############################# 40.6%######################################## 56.4%################################################## 69.5%########################################################## 81.4%##################################################################### 97.2%######################################################################## 100.0% Computing checksum with sha256sum Checksums matched! nvm is not compatible with the "NPM_CONFIG_PREFIX" environment variable: currently set to "/usr/local/lib/npm" Run `unset NPM_CONFIG_PREFIX` to unset it. stderr_lines: stdout: Downloading and installing node v16.13.1... stdout_lines: fatal: [CentOS-7]: FAILED! => changed=true cmd: |- . "$NVM_DIR/nvm.sh" nvm install 16 delta: '0:00:07.418081' end: '2022-01-07 00:33:49.241317' msg: non-zero return code rc: 11 start: '2022-01-07 00:33:41.823236' stderr: |- Downloading https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.xz... 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.2% 0.2% 0.2% 0.2% 0.2% 0.2% 0.2% 0.2% 0.2% 0.2% 0.2% 0.2% 0.2% 0.2% 0.2% 0.3% 0.3% 0.3% 0.3% 0.3% 0.3% 0.3% 0.4% 0.4% 0.4% 0.4% 0.4% 0.5% 0.5% 0.5% 0.5% 0.5% 0.6% 0.6% 0.6% 0.6% 0.6% 0.6% 0.7% 0.7% 0.7% 0.7% 0.7% 0.8% 0.8% 0.8% 0.8% 0.8% 0.9% 0.9% 0.9% 0.9% 0.9% 0.9% 1.0% 1.0% 1.0% 1.1% 1.1% 1.2% 1.2% 1.3% 1.4%# 1.4%# 1.5%# 1.6%# 1.7%# 1.7%# 1.8%# 1.9%# 2.0%# 2.0%# 2.1%# 2.2%# 2.3%# 2.3%# 2.4%# 2.5%# 2.6%# 2.7%# 2.7%## 2.8%## 2.9%## 3.0%## 3.0%## 3.1%## 3.2%## 3.3%## 3.3%## 3.4%## 3.5%## 3.6%## 3.6%## 3.7%## 3.8%## 3.9%## 3.9%## 4.0%## 4.1%### 4.2%### 4.2%### 4.3%### 4.4%### 4.5%### 4.5%### 4.6%### 4.7%### 4.8%### 4.9%### 4.9%### 5.0%### 5.1%### 5.2%### 5.2%### 5.3%### 5.4%### 5.5%### 5.5%#### 5.6%#### 5.7%#### 5.8%#### 5.8%#### 5.9%#### 6.0%#### 6.1%#### 6.1%#### 6.2%#### 6.3%#### 6.4%#### 6.4%#### 6.5%#### 6.6%#### 6.7%#### 6.7%#### 6.8%#### 6.9%##### 7.0%##### 7.0%##### 7.1%##### 7.2%##### 7.3%##### 7.4%##### 7.4%##### 7.5%##### 7.6%##### 7.7%##### 7.7%##### 7.8%##### 7.9%##### 8.0%##### 8.0%##### 8.1%##### 8.2%##### 8.3%###### 8.3%###### 8.4%###### 8.4%###### 8.5%###### 8.6%###### 8.7%###### 8.8%###### 8.8%###### 8.9%###### 9.0%###### 9.1%###### 9.1%###### 9.2%###### 9.3%###### 9.4%###### 9.4%###### 9.5%###### 9.6%###### 9.7%####### 9.7%####### 9.8%####### 9.9%####### 10.0%####### 10.0%####### 10.1%####### 10.2%####### 10.3%####### 10.3%####### 10.4%####### 10.5%####### 10.6%####### 10.6%####### 10.7%####### 10.8%####### 10.9%####### 11.0%####### 11.0%####### 11.1%######## 11.2%######## 11.3%######## 11.3%######## 11.4%######## 11.5%######## 11.6%######## 11.6%######## 11.7%######## 11.8%######## 11.9%######## 11.9%######## 12.0%######## 12.1%######## 12.2%######## 12.2%######## 12.3%######## 12.4%######## 12.5%######### 12.5%######### 12.6%######### 12.7%######### 12.8%######### 12.8%######### 12.9%######### 13.0%######### 13.1%######### 13.1%######### 13.2%######### 13.3%######### 13.4%######### 13.5%######### 13.5%######### 13.6%######### 13.7%######### 13.8%######### 13.8%########## 13.9%########## 14.0%########## 14.1%########## 14.1%########## 14.2%########## 14.3%########## 14.4%########## 14.4%########## 14.5%########## 14.6%########## 14.7%########## 14.7%########## 14.8%########## 14.9%########## 15.0%########## 15.0%########## 15.1%########## 15.2%########## 15.3%########### 15.3%########### 15.4%########### 15.5%########### 15.6%########### 15.7%########### 15.7%########### 15.8%########### 15.9%########### 16.0%########### 16.0%########### 16.1%########### 16.2%########### 16.3%########### 16.3%########### 16.4%########### 16.5%########### 16.6%########### 16.6%############ 16.7%############ 16.8%############ 16.9%############ 16.9%############ 17.0%############ 17.1%############ 17.2%############ 17.2%############ 17.3%############ 17.4%############ 17.5%############ 17.5%############ 17.6%############ 17.7%############ 17.8%############ 17.9%############ 17.9%############ 18.0%############# 18.1%############# 18.2%############# 18.2%############# 18.3%############# 18.4%############# 18.5%############# 18.5%############# 18.6%############# 18.7%############# 18.8%############# 18.8%############# 18.9%############# 19.0%############# 19.1%############# 19.1%############# 19.2%############# 19.3%############# 19.4%############# 19.4%############## 19.5%############## 19.6%############## 19.7%############## 19.7%############## 19.8%############## 19.9%############## 20.0%############## 20.1%############## 20.1%############## 20.2%############## 20.3%############## 20.4%############## 20.4%############## 20.5%############## 20.6%############## 20.7%############## 20.7%############## 20.8%############### 20.9%############### 21.0%############### 21.0%############### 21.1%############### 21.2%############### 21.3%############### 21.3%############### 21.4%############### 21.5%############### 21.6%############### 21.6%############### 21.7%############### 21.8%############### 21.9%############### 21.9%############### 22.0%############### 22.1%############### 22.2%################ 22.2%################ 22.3%################ 22.4%################ 22.5%################ 22.6%################ 22.6%################ 22.7%################ 22.8%################ 22.9%################ 22.9%################ 23.0%################ 23.1%################ 23.2%################ 23.2%################ 23.3%################ 23.4%################ 23.5%################ 23.5%################# 23.6%################# 23.7%################# 23.8%################# 23.8%################# 23.9%################# 24.0%################# 24.1%################# 24.1%################# 24.2%################# 24.3%################# 24.4%################# 24.4%################# 24.5%################# 24.6%################# 24.7%################# 24.8%################# 24.8%################# 24.9%################# 25.0%################## 25.1%################## 25.1%################## 25.2%################## 25.3%################## 25.4%################## 25.4%################## 25.5%################## 25.6%################## 25.7%################## 25.7%################## 25.8%################## 25.9%################## 26.0%################## 26.0%################## 26.1%################## 26.2%################## 26.3%################## 26.3%################### 26.4%################### 26.5%################### 26.6%################### 26.6%################### 26.7%################### 26.8%################### 26.9%################### 27.0%################### 27.0%################### 27.1%################### 27.2%################### 27.3%################### 27.3%################### 27.4%################### 27.5%################### 27.6%################### 27.6%################### 27.7%#################### 27.8%#################### 27.9%#################### 27.9%#################### 28.0%#################### 28.1%#################### 28.2%#################### 28.2%#################### 28.3%#################### 28.4%#################### 28.5%#################### 28.5%#################### 28.6%#################### 28.7%#################### 28.8%#################### 28.8%#################### 28.9%#################### 29.0%#################### 29.1%#################### 29.1%##################### 29.2%##################### 29.3%##################### 29.4%##################### 29.5%##################### 29.5%##################### 29.6%##################### 29.7%##################### 29.8%##################### 29.8%##################### 29.9%##################### 30.0%##################### 30.1%##################### 30.1%##################### 30.2%##################### 30.3%##################### 30.4%##################### 30.4%##################### 30.5%###################### 30.6%###################### 30.7%###################### 30.7%###################### 30.8%###################### 30.9%###################### 31.0%###################### 31.0%###################### 31.1%###################### 31.2%###################### 31.3%###################### 31.3%###################### 31.4%###################### 31.5%###################### 31.6%###################### 31.7%###################### 31.7%###################### 31.8%###################### 31.9%####################### 32.0%####################### 32.0%####################### 32.1%####################### 32.2%####################### 32.3%####################### 32.3%####################### 32.4%####################### 32.5%####################### 32.6%####################### 32.6%####################### 32.7%####################### 32.8%####################### 32.9%####################### 32.9%####################### 33.0%####################### 33.1%####################### 33.2%####################### 33.2%####################### 33.3%######################## 33.4%######################## 33.5%######################## 33.5%######################## 33.6%######################## 33.7%######################## 33.8%######################## 33.9%######################## 33.9%######################## 34.0%######################## 34.1%######################## 34.2%######################## 34.2%######################## 34.3%######################## 34.4%######################## 34.5%######################## 34.5%######################## 34.6%######################## 34.7%######################### 34.8%######################### 34.8%######################### 34.9%######################### 35.0%######################### 35.1%######################### 35.1%######################### 35.2%######################### 35.3%######################### 35.4%######################### 35.4%######################### 35.5%######################### 35.6%######################### 35.7%######################### 35.7%######################### 35.8%######################### 35.9%######################### 36.0%######################### 36.1%########################## 36.1%########################## 36.2%########################## 36.3%########################## 36.4%########################## 36.4%########################## 36.5%########################## 36.6%########################## 36.7%########################## 36.7%########################## 36.8%########################## 36.9%########################## 37.0%########################## 37.0%########################## 37.1%########################## 37.2%########################## 37.3%########################## 37.3%########################## 37.4%########################## 37.5%########################### 37.6%########################### 37.6%########################### 37.7%########################### 37.8%########################### 37.9%########################### 37.9%########################### 38.0%########################### 38.1%########################### 38.2%########################### 38.2%########################### 38.3%########################### 38.4%########################### 38.5%########################### 38.6%########################### 38.6%########################### 38.7%########################### 38.8%########################### 38.9%############################ 38.9%############################ 39.0%############################ 39.1%############################ 39.2%############################ 39.2%############################ 39.3%############################ 39.4%############################ 39.5%############################ 39.5%############################ 39.6%############################ 39.7%############################ 39.8%############################ 39.8%############################ 39.9%############################ 40.0%############################ 40.1%############################ 40.1%############################ 40.2%############################# 40.3%############################# 40.4%############################# 40.4%############################# 40.5%############################# 40.6%############################# 40.7%############################# 40.8%############################# 40.8%############################# 40.9%############################# 41.0%############################# 41.1%############################# 41.1%############################# 41.2%############################# 41.3%############################# 41.4%############################# 41.4%############################# 41.5%############################# 41.6%############################# 41.7%############################## 41.7%############################## 41.8%############################## 41.9%############################## 42.0%############################## 42.0%############################## 42.1%############################## 42.2%############################## 42.3%############################## 42.3%############################## 42.4%############################## 42.5%############################## 42.6%############################## 42.6%############################## 42.7%############################## 42.8%############################## 42.9%############################## 43.0%############################## 43.0%############################### 43.1%############################### 43.2%############################### 43.3%############################### 43.3%############################### 43.4%############################### 43.5%############################### 43.6%############################### 43.6%############################### 43.7%############################### 43.8%############################### 43.9%############################### 43.9%############################### 44.0%############################### 44.1%############################### 44.2%############################### 44.2%############################### 44.3%############################### 44.4%################################ 44.5%################################ 44.5%################################ 44.6%################################ 44.7%################################ 44.8%################################ 44.8%################################ 44.9%################################ 45.0%################################ 45.1%################################ 45.1%################################ 45.2%################################ 45.3%################################ 45.4%################################ 45.5%################################ 45.5%################################ 45.6%################################ 45.7%################################ 45.8%################################ 45.8%################################# 45.9%################################# 46.0%################################# 46.1%################################# 46.1%################################# 46.2%################################# 46.3%################################# 46.4%################################# 46.4%################################# 46.5%################################# 46.6%################################# 46.7%################################# 46.7%################################# 46.8%################################# 46.9%################################# 47.0%################################# 47.0%################################# 47.1%################################# 47.2%################################## 47.3%################################## 47.3%################################## 47.4%################################## 47.5%################################## 47.6%################################## 47.7%################################## 47.7%################################## 47.8%################################## 47.9%################################## 48.0%################################## 48.0%################################## 48.1%################################## 48.2%################################## 48.3%################################## 48.3%################################## 48.4%################################## 48.5%################################## 48.6%################################### 48.6%################################### 48.7%################################### 48.8%################################### 48.9%################################### 48.9%################################### 49.0%################################### 49.1%################################### 49.2%################################### 49.2%################################### 49.3%################################### 49.4%################################### 49.5%################################### 49.5%################################### 49.6%################################### 49.7%################################### 49.8%################################### 49.9%################################### 49.9%#################################### 50.0%#################################### 50.1%#################################### 50.2%#################################### 50.2%#################################### 50.3%#################################### 50.4%#################################### 50.5%#################################### 50.5%#################################### 50.6%#################################### 50.7%#################################### 50.8%#################################### 50.8%#################################### 50.9%#################################### 51.0%#################################### 51.1%#################################### 51.1%#################################### 51.2%#################################### 51.3%#################################### 51.4%##################################### 51.4%##################################### 51.5%##################################### 51.6%##################################### 51.7%##################################### 51.7%##################################### 51.8%##################################### 51.9%##################################### 52.0%##################################### 52.1%##################################### 52.1%##################################### 52.2%##################################### 52.3%##################################### 52.4%##################################### 52.4%##################################### 52.5%##################################### 52.6%##################################### 52.7%##################################### 52.7%###################################### 52.8%###################################### 52.9%###################################### 53.0%###################################### 53.0%###################################### 53.1%###################################### 53.2%###################################### 53.3%###################################### 53.3%###################################### 53.4%###################################### 53.5%###################################### 53.6%###################################### 53.6%###################################### 53.7%###################################### 53.8%###################################### 53.9%###################################### 53.9%###################################### 54.0%###################################### 54.1%####################################### 54.2%####################################### 54.2%####################################### 54.3%####################################### 54.4%####################################### 54.5%####################################### 54.6%####################################### 54.6%####################################### 54.7%####################################### 54.8%####################################### 54.9%####################################### 54.9%####################################### 55.0%####################################### 55.1%####################################### 55.2%####################################### 55.2%####################################### 55.3%####################################### 55.4%####################################### 55.5%####################################### 55.5%######################################## 55.6%######################################## 55.7%######################################## 55.8%######################################## 55.8%######################################## 55.9%######################################## 56.0%######################################## 56.1%######################################## 56.1%######################################## 56.2%######################################## 56.3%######################################## 56.4%######################################## 56.4%######################################## 56.5%######################################## 56.6%######################################## 56.7%######################################## 56.8%######################################## 56.8%######################################## 56.9%######################################### 57.0%######################################### 57.1%######################################### 57.1%######################################### 57.2%######################################### 57.3%######################################### 57.4%######################################### 57.4%######################################### 57.5%######################################### 57.6%######################################### 57.7%######################################### 57.7%######################################### 57.8%######################################### 57.9%######################################### 58.0%######################################### 58.0%######################################### 58.1%######################################### 58.2%######################################### 58.3%########################################## 58.3%########################################## 58.4%########################################## 58.5%########################################## 58.6%########################################## 58.6%########################################## 58.7%########################################## 58.8%########################################## 58.9%########################################## 59.0%########################################## 59.0%########################################## 59.1%########################################## 59.2%########################################## 59.3%########################################## 59.3%########################################## 59.4%########################################## 59.5%########################################## 59.6%########################################## 59.6%########################################## 59.7%########################################### 59.8%########################################### 59.9%########################################### 59.9%########################################### 60.0%########################################### 60.1%########################################### 60.2%########################################### 60.2%########################################### 60.3%########################################### 60.4%########################################### 60.5%########################################### 60.5%########################################### 60.6%########################################### 60.7%########################################### 60.8%########################################### 60.8%########################################### 60.9%########################################### 61.0%########################################### 61.1%############################################ 61.1%############################################ 61.2%############################################ 61.3%############################################ 61.4%############################################ 61.5%############################################ 61.5%############################################ 61.6%############################################ 61.7%############################################ 61.8%############################################ 61.8%############################################ 61.9%############################################ 62.0%############################################ 62.1%############################################ 62.1%############################################ 62.2%############################################ 62.3%############################################ 62.4%############################################ 62.4%############################################# 62.5%############################################# 62.6%############################################# 62.7%############################################# 62.7%############################################# 62.8%############################################# 62.9%############################################# 63.0%############################################# 63.0%############################################# 63.1%############################################# 63.2%############################################# 63.3%############################################# 63.3%############################################# 63.4%############################################# 63.5%############################################# 63.6%############################################# 63.7%############################################# 63.7%############################################# 63.8%############################################# 63.9%############################################## 64.0%############################################## 64.0%############################################## 64.1%############################################## 64.2%############################################## 64.3%############################################## 64.3%############################################## 64.4%############################################## 64.5%############################################## 64.6%############################################## 64.6%############################################## 64.7%############################################## 64.8%############################################## 64.9%############################################## 64.9%############################################## 65.0%############################################## 65.1%############################################## 65.2%############################################## 65.2%############################################### 65.3%############################################### 65.4%############################################### 65.5%############################################### 65.5%############################################### 65.6%############################################### 65.7%############################################### 65.8%############################################### 65.9%############################################### 65.9%############################################### 66.0%############################################### 66.1%############################################### 66.2%############################################### 66.2%############################################### 66.3%############################################### 66.4%############################################### 66.5%############################################### 66.5%############################################### 66.6%################################################ 66.7%################################################ 66.8%################################################ 66.8%################################################ 66.9%################################################ 67.0%################################################ 67.1%################################################ 67.1%################################################ 67.2%################################################ 67.3%################################################ 67.4%################################################ 67.4%################################################ 67.5%################################################ 67.6%################################################ 67.7%################################################ 67.7%################################################ 67.8%################################################ 67.9%################################################ 68.0%################################################ 68.1%################################################# 68.1%################################################# 68.2%################################################# 68.3%################################################# 68.4%################################################# 68.4%################################################# 68.5%################################################# 68.6%################################################# 68.7%################################################# 68.7%################################################# 68.8%################################################# 68.9%################################################# 69.0%################################################# 69.0%################################################# 69.1%################################################# 69.2%################################################# 69.3%################################################# 69.3%################################################# 69.4%################################################## 69.5%################################################## 69.6%################################################## 69.6%################################################## 69.7%################################################## 69.8%################################################## 69.9%################################################## 69.9%################################################## 70.0%################################################## 70.1%################################################## 70.2%################################################## 70.2%################################################## 70.3%################################################## 70.4%################################################## 70.5%################################################## 70.6%################################################## 70.6%################################################## 70.7%################################################## 70.8%################################################### 70.9%################################################### 70.9%################################################### 71.0%################################################### 71.1%################################################### 71.2%################################################### 71.2%################################################### 71.3%################################################### 71.4%################################################### 71.5%################################################### 71.5%################################################### 71.6%################################################### 71.7%################################################### 71.8%################################################### 71.8%################################################### 71.9%################################################### 72.0%################################################### 72.1%################################################### 72.1%################################################### 72.2%#################################################### 72.3%#################################################### 72.4%#################################################### 72.4%#################################################### 72.5%#################################################### 72.6%#################################################### 72.7%#################################################### 72.8%#################################################### 72.8%#################################################### 72.9%#################################################### 73.0%#################################################### 73.1%#################################################### 73.1%#################################################### 73.2%#################################################### 73.3%#################################################### 73.4%#################################################### 73.4%#################################################### 73.5%#################################################### 73.6%##################################################### 73.7%##################################################### 73.7%##################################################### 73.8%##################################################### 73.9%##################################################### 74.0%##################################################### 74.0%##################################################### 74.1%##################################################### 74.2%##################################################### 74.3%##################################################### 74.3%##################################################### 74.4%##################################################### 74.5%##################################################### 74.6%##################################################### 74.6%##################################################### 74.7%##################################################### 74.8%##################################################### 74.9%##################################################### 75.0%###################################################### 75.0%###################################################### 75.1%###################################################### 75.2%###################################################### 75.3%###################################################### 75.3%###################################################### 75.4%###################################################### 75.5%###################################################### 75.6%###################################################### 75.6%###################################################### 75.7%###################################################### 75.8%###################################################### 75.9%###################################################### 75.9%###################################################### 76.0%###################################################### 76.1%###################################################### 76.2%###################################################### 76.2%###################################################### 76.3%####################################################### 76.4%####################################################### 76.5%####################################################### 76.5%####################################################### 76.6%####################################################### 76.7%####################################################### 76.8%####################################################### 76.8%####################################################### 76.9%####################################################### 77.0%####################################################### 77.1%####################################################### 77.1%####################################################### 77.2%####################################################### 77.3%####################################################### 77.4%####################################################### 77.5%####################################################### 77.5%####################################################### 77.6%####################################################### 77.7%####################################################### 77.8%######################################################## 77.8%######################################################## 77.9%######################################################## 78.0%######################################################## 78.1%######################################################## 78.1%######################################################## 78.2%######################################################## 78.3%######################################################## 78.4%######################################################## 78.4%######################################################## 78.5%######################################################## 78.6%######################################################## 78.7%######################################################## 78.7%######################################################## 78.8%######################################################## 78.9%######################################################## 79.0%######################################################## 79.0%######################################################## 79.1%######################################################### 79.2%######################################################### 79.3%######################################################### 79.3%######################################################### 79.4%######################################################### 79.5%######################################################### 79.6%######################################################### 79.7%######################################################### 79.7%######################################################### 79.8%######################################################### 79.9%######################################################### 80.0%######################################################### 80.0%######################################################### 80.1%######################################################### 80.2%######################################################### 80.3%######################################################### 80.3%######################################################### 80.4%######################################################### 80.5%########################################################## 80.6%########################################################## 80.6%########################################################## 80.7%########################################################## 80.8%########################################################## 80.9%########################################################## 80.9%########################################################## 81.0%########################################################## 81.1%########################################################## 81.2%########################################################## 81.2%########################################################## 81.3%########################################################## 81.4%########################################################## 81.5%########################################################## 81.5%########################################################## 81.6%########################################################## 81.7%########################################################## 81.8%########################################################## 81.9%########################################################## 81.9%########################################################### 82.0%########################################################### 82.1%########################################################### 82.2%########################################################### 82.2%########################################################### 82.3%########################################################### 82.4%########################################################### 82.5%########################################################### 82.5%########################################################### 82.6%########################################################### 82.7%########################################################### 82.8%########################################################### 82.8%########################################################### 82.9%########################################################### 83.0%########################################################### 83.1%########################################################### 83.1%########################################################### 83.2%########################################################### 83.3%############################################################ 83.4%############################################################ 83.4%############################################################ 83.5%############################################################ 83.6%############################################################ 83.7%############################################################ 83.7%############################################################ 83.8%############################################################ 83.9%############################################################ 84.0%############################################################ 84.1%############################################################ 84.1%############################################################ 84.2%############################################################ 84.3%############################################################ 84.4%############################################################ 84.4%############################################################ 84.5%############################################################ 84.6%############################################################ 84.7%############################################################# 84.7%############################################################# 84.8%############################################################# 84.9%############################################################# 85.0%############################################################# 85.0%############################################################# 85.1%############################################################# 85.2%############################################################# 85.3%############################################################# 85.3%############################################################# 85.4%############################################################# 85.5%############################################################# 85.6%############################################################# 85.6%############################################################# 85.7%############################################################# 85.8%############################################################# 85.9%############################################################# 85.9%############################################################# 86.0%############################################################# 86.1%############################################################## 86.2%############################################################## 86.2%############################################################## 86.3%############################################################## 86.4%############################################################## 86.5%############################################################## 86.6%############################################################## 86.6%############################################################## 86.7%############################################################## 86.8%############################################################## 86.9%############################################################## 86.9%############################################################## 87.0%############################################################## 87.1%############################################################## 87.2%############################################################## 87.2%############################################################## 87.3%############################################################## 87.4%############################################################## 87.5%############################################################### 87.5%############################################################### 87.6%############################################################### 87.7%############################################################### 87.8%############################################################### 87.8%############################################################### 87.9%############################################################### 88.0%############################################################### 88.1%############################################################### 88.1%############################################################### 88.2%############################################################### 88.3%############################################################### 88.4%############################################################### 88.4%############################################################### 88.5%############################################################### 88.6%############################################################### 88.7%############################################################### 88.8%############################################################### 88.8%################################################################ 88.9%################################################################ 89.0%################################################################ 89.1%################################################################ 89.1%################################################################ 89.2%################################################################ 89.3%################################################################ 89.4%################################################################ 89.4%################################################################ 89.5%################################################################ 89.6%################################################################ 89.7%################################################################ 89.7%################################################################ 89.8%################################################################ 89.9%################################################################ 90.0%################################################################ 90.0%################################################################ 90.1%################################################################ 90.2%################################################################ 90.3%################################################################# 90.3%################################################################# 90.4%################################################################# 90.5%################################################################# 90.6%################################################################# 90.6%################################################################# 90.7%################################################################# 90.8%################################################################# 90.9%################################################################# 91.0%################################################################# 91.0%################################################################# 91.1%################################################################# 91.2%################################################################# 91.3%################################################################# 91.3%################################################################# 91.4%################################################################# 91.5%################################################################# 91.6%################################################################# 91.6%################################################################## 91.7%################################################################## 91.8%################################################################## 91.9%################################################################## 91.9%################################################################## 92.0%################################################################## 92.1%################################################################## 92.2%################################################################## 92.2%################################################################## 92.3%################################################################## 92.4%################################################################## 92.5%################################################################## 92.5%################################################################## 92.6%################################################################## 92.7%################################################################## 92.8%################################################################## 92.8%################################################################## 92.9%################################################################## 93.0%################################################################### 93.1%################################################################### 93.1%################################################################### 93.2%################################################################### 93.3%################################################################### 93.4%################################################################### 93.5%################################################################### 93.5%################################################################### 93.6%################################################################### 93.7%################################################################### 93.8%################################################################### 93.8%################################################################### 93.9%################################################################### 94.0%################################################################### 94.1%################################################################### 94.1%################################################################### 94.2%################################################################### 94.3%################################################################### 94.4%################################################################### 94.4%#################################################################### 94.5%#################################################################### 94.6%#################################################################### 94.7%#################################################################### 94.7%#################################################################### 94.8%#################################################################### 94.9%#################################################################### 95.0%#################################################################### 95.0%#################################################################### 95.1%#################################################################### 95.2%#################################################################### 95.3%#################################################################### 95.3%#################################################################### 95.4%#################################################################### 95.5%#################################################################### 95.6%#################################################################### 95.7%#################################################################### 95.7%#################################################################### 95.8%##################################################################### 95.9%##################################################################### 96.0%##################################################################### 96.0%##################################################################### 96.1%##################################################################### 96.2%##################################################################### 96.3%##################################################################### 96.3%##################################################################### 96.4%##################################################################### 96.5%##################################################################### 96.6%##################################################################### 96.6%##################################################################### 96.7%##################################################################### 96.8%##################################################################### 96.9%##################################################################### 96.9%##################################################################### 97.0%##################################################################### 97.1%##################################################################### 97.2%###################################################################### 97.2%###################################################################### 97.3%###################################################################### 97.4%###################################################################### 97.5%###################################################################### 97.5%###################################################################### 97.6%###################################################################### 97.7%###################################################################### 97.8%###################################################################### 97.9%###################################################################### 97.9%###################################################################### 98.0%###################################################################### 98.1%###################################################################### 98.2%###################################################################### 98.2%###################################################################### 98.3%###################################################################### 98.4%###################################################################### 98.5%###################################################################### 98.5%###################################################################### 98.6%####################################################################### 98.7%####################################################################### 98.8%####################################################################### 98.8%####################################################################### 98.9%####################################################################### 99.0%####################################################################### 99.1%####################################################################### 99.1%####################################################################### 99.2%####################################################################### 99.3%####################################################################### 99.4%####################################################################### 99.4%####################################################################### 99.5%####################################################################### 99.6%####################################################################### 99.7%####################################################################### 99.7%####################################################################### 99.8%####################################################################### 99.9%####################################################################### 99.9%######################################################################## 100.0% Computing checksum with sha256sum Checksums matched! nvm is not compatible with the "NPM_CONFIG_PREFIX" environment variable: currently set to "/usr/local/lib/npm" Run `unset NPM_CONFIG_PREFIX` to unset it. stderr_lines: stdout: Downloading and installing node v16.13.1... stdout_lines: TASK [professormanhattan.nvm : Run Linux setup tasks] ************************** Thursday 06 January 2022 19:33:50 -0500 (0:00:07.938) 0:02:36.058 ****** included: /home/hawkwood/gas-station/roles/languages/nvm/tasks/setup-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 => (item=vagrant) TASK [professormanhattan.nvm : include_tasks] ********************************** Thursday 06 January 2022 19:33:50 -0500 (0:00:00.105) 0:02:36.163 ****** included: /home/hawkwood/gas-station/roles/languages/nvm/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 TASK [professormanhattan.nvm : Ensure ~/.local/nvm directory exists] *********** Thursday 06 January 2022 19:33:50 -0500 (0:00:00.138) 0:02:36.302 ****** changed: [Debian-9-Stretch] changed: [Debian-10-Buster] changed: [Debian-11-Bullseye] changed: [Ubuntu-18.04-Bionic-Beaver] changed: [Ubuntu-21.04-Hirsute-Hippo] changed: [Ubuntu-20.04-Focal-Fossa] TASK [professormanhattan.nvm : Ensure Megabyte Labs configuration directory exists] *** Thursday 06 January 2022 19:33:50 -0500 (0:00:00.283) 0:02:36.585 ****** changed: [Debian-9-Stretch] => (item=~/.config) changed: [Debian-10-Buster] => (item=~/.config) changed: [Debian-11-Bullseye] => (item=~/.config) changed: [Ubuntu-20.04-Focal-Fossa] => (item=~/.config) changed: [Ubuntu-18.04-Bionic-Beaver] => (item=~/.config) changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=~/.config) changed: [Debian-9-Stretch] => (item=~/.config/megabytelabs) changed: [Debian-10-Buster] => (item=~/.config/megabytelabs) changed: [Debian-11-Bullseye] => (item=~/.config/megabytelabs) changed: [Ubuntu-18.04-Bionic-Beaver] => (item=~/.config/megabytelabs) changed: [Ubuntu-20.04-Focal-Fossa] => (item=~/.config/megabytelabs) changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=~/.config/megabytelabs) TASK [professormanhattan.nvm : Check if Node Version Manager has configuration stored in ~/.config/megabytelabs/nvm] *** Thursday 06 January 2022 19:33:51 -0500 (0:00:00.497) 0:02:37.082 ****** ok: [Debian-10-Buster] ok: [Debian-9-Stretch] ok: [Debian-11-Bullseye] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-20.04-Focal-Fossa] TASK [professormanhattan.nvm : Detect previously installed Node Version Manager version] *** Thursday 06 January 2022 19:33:51 -0500 (0:00:00.286) 0:02:37.368 ****** 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] TASK [professormanhattan.nvm : Detect the latest Node Version Manager version] *** Thursday 06 January 2022 19:33:51 -0500 (0:00:00.067) 0:02:37.436 ****** ok: [Debian-9-Stretch] ok: [Debian-10-Buster] ok: [Debian-11-Bullseye] ok: [Ubuntu-20.04-Focal-Fossa] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-18.04-Bionic-Beaver] TASK [professormanhattan.nvm : Determine whether or not the latest version of Node Version Manager is already installed] *** Thursday 06 January 2022 19:33:52 -0500 (0:00:00.473) 0:02:37.910 ****** 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] TASK [professormanhattan.nvm : Ensure older version of Node Version Manager is uninstalled] *** Thursday 06 January 2022 19:33:52 -0500 (0:00:00.074) 0:02:37.984 ****** ok: [Debian-9-Stretch] ok: [Debian-10-Buster] ok: [Debian-11-Bullseye] ok: [Ubuntu-18.04-Bionic-Beaver] ok: [Ubuntu-21.04-Hirsute-Hippo] ok: [Ubuntu-20.04-Focal-Fossa] TASK [professormanhattan.nvm : Ensure Node Version Manager is installed] ******* Thursday 06 January 2022 19:33:52 -0500 (0:00:00.262) 0:02:38.246 ****** changed: [Debian-9-Stretch] changed: [Debian-11-Bullseye] changed: [Debian-10-Buster] changed: [Ubuntu-20.04-Focal-Fossa] changed: [Ubuntu-21.04-Hirsute-Hippo] changed: [Ubuntu-18.04-Bionic-Beaver] TASK [professormanhattan.nvm : Save meta information about the version of Node Version Manager that was installed] *** Thursday 06 January 2022 19:33:54 -0500 (0:00:02.124) 0:02:40.371 ****** changed: [Debian-9-Stretch] changed: [Debian-10-Buster] changed: [Ubuntu-18.04-Bionic-Beaver] changed: [Debian-11-Bullseye] changed: [Ubuntu-21.04-Hirsute-Hippo] changed: [Ubuntu-20.04-Focal-Fossa] TASK [professormanhattan.nvm : Configure the default global packages] ********** Thursday 06 January 2022 19:33:55 -0500 (0:00:00.464) 0:02:40.836 ****** changed: [Debian-9-Stretch] changed: [Debian-10-Buster] changed: [Debian-11-Bullseye] changed: [Ubuntu-18.04-Bionic-Beaver] changed: [Ubuntu-20.04-Focal-Fossa] changed: [Ubuntu-21.04-Hirsute-Hippo] TASK [professormanhattan.nvm : Ensure NodeJS is installed] ********************* Thursday 06 January 2022 19:33:55 -0500 (0:00:00.464) 0:02:41.301 ****** changed: [Debian-10-Buster] changed: [Debian-11-Bullseye] changed: [Debian-9-Stretch] changed: [Ubuntu-18.04-Bionic-Beaver] changed: [Ubuntu-21.04-Hirsute-Hippo] changed: [Ubuntu-20.04-Focal-Fossa] TASK [professormanhattan.nvm : Install avn NPM global dependencies] ************ Thursday 06 January 2022 19:35:36 -0500 (0:01:41.111) 0:04:22.412 ****** changed: [Debian-10-Buster] => (item=avn) changed: [Ubuntu-18.04-Bionic-Beaver] => (item=avn) changed: [Debian-9-Stretch] => (item=avn) changed: [Ubuntu-20.04-Focal-Fossa] => (item=avn) changed: [Debian-11-Bullseye] => (item=avn) changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=avn) changed: [Debian-10-Buster] => (item=avn-nvm) changed: [Debian-9-Stretch] => (item=avn-nvm) changed: [Ubuntu-20.04-Focal-Fossa] => (item=avn-nvm) changed: [Ubuntu-18.04-Bionic-Beaver] => (item=avn-nvm) changed: [Debian-11-Bullseye] => (item=avn-nvm) changed: [Ubuntu-21.04-Hirsute-Hippo] => (item=avn-nvm) TASK [professormanhattan.nvm : Setup avn] ************************************** Thursday 06 January 2022 19:35:51 -0500 (0:00:14.782) 0:04:37.195 ****** changed: [Debian-10-Buster] changed: [Debian-11-Bullseye] changed: [Ubuntu-18.04-Bionic-Beaver] changed: [Debian-9-Stretch] changed: [Ubuntu-20.04-Focal-Fossa] changed: [Ubuntu-21.04-Hirsute-Hippo] TASK [professormanhattan.nvm : Ensure Megabyte Labs configuration directory exists] *** Thursday 06 January 2022 19:35:52 -0500 (0:00:01.077) 0:04:38.272 ****** ok: [Windows-10] => (item=%USERPROFILE%\.config) ok: [Windows-10] => (item=%USERPROFILE%\.config\megabytelabs) TASK [professormanhattan.nvm : Check if Node Version Manager has configuration stored in '%USERPROFILE%/.config/megabytelabs/nvm'] *** Thursday 06 January 2022 19:35:56 -0500 (0:00:03.888) 0:04:42.161 ****** ok: [Windows-10] TASK [professormanhattan.nvm : Detect previously installed Node Version Manager version] *** Thursday 06 January 2022 19:35:58 -0500 (0:00:02.410) 0:04:44.572 ****** skipping: [Windows-10] TASK [professormanhattan.nvm : Detect the latest Node Version Manager version] *** Thursday 06 January 2022 19:35:58 -0500 (0:00:00.041) 0:04:44.614 ****** ok: [Windows-10] TASK [professormanhattan.nvm : Determine whether or not the latest version of Node Version Manager is already installed] *** Thursday 06 January 2022 19:36:01 -0500 (0:00:02.770) 0:04:47.385 ****** ok: [Windows-10] TASK [professormanhattan.nvm : Ensure Node Version Manager archive is downloaded] *** Thursday 06 January 2022 19:36:01 -0500 (0:00:00.051) 0:04:47.436 ****** changed: [Windows-10] TASK [professormanhattan.nvm : Ensure Node Version Manager is installed] ******* Thursday 06 January 2022 19:36:05 -0500 (0:00:03.498) 0:04:50.935 ****** changed: [Windows-10] TASK [professormanhattan.nvm : Create settings.txt] **************************** Thursday 06 January 2022 19:36:07 -0500 (0:00:01.846) 0:04:52.781 ****** changed: [Windows-10] TASK [professormanhattan.nvm : Ensure envrionment variables are configured] **** Thursday 06 January 2022 19:36:12 -0500 (0:00:05.024) 0:04:57.806 ****** ok: [Windows-10] => (item={'name': 'NVM_HOME', 'path': 'C:\\ProgramData\\nvm'}) changed: [Windows-10] => (item={'name': 'NVM_SYMLINK', 'path': 'C:\\ProgramData\\nvm\\nodejs'}) TASK [professormanhattan.nvm : Ensure Node Version Manager installation is added to PATH] *** Thursday 06 January 2022 19:36:16 -0500 (0:00:04.117) 0:05:01.923 ****** changed: [Windows-10] TASK [professormanhattan.nvm : Save meta information about the version of Node Version Manager that was installed] *** Thursday 06 January 2022 19:36:17 -0500 (0:00:01.800) 0:05:03.723 ****** changed: [Windows-10] TASK [professormanhattan.nvm : Ensure NPM packages are installed] ************** Thursday 06 January 2022 19:36:22 -0500 (0:00:04.462) 0:05:08.186 ****** changed: [Windows-10] => (item={'name': '@angular/cli'}) changed: [Windows-10] => (item={'name': '@ionic/cli'}) changed: [Windows-10] => (item={'name': '@nestjs/cli'}) changed: [Windows-10] => (item={'name': 'add-gitignore'}) changed: [Windows-10] => (item={'name': 'auto-install'}) changed: [Windows-10] => (item={'name': 'bitly-cli-client'}) failed: [Windows-10] (item={'name': 'caniuse-cmd'}) => changed=true ansible_loop_var: item cmd: npm install -g caniuse-cmd@latest delta: '0:00:01.765271' end: '2022-01-07 00:37:54.892575' item: name: caniuse-cmd msg: non-zero return code rc: 1 start: '2022-01-07 00:37:53.127304' stderr: |- npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno -4058 npm ERR! enoent An unknown git error occurred npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\vagrant\AppData\Local\npm-cache\_logs\2022-01-07T00_37_53_937Z-debug-0.log stderr_lines: stdout: '' stdout_lines: failed: [Windows-10] (item={'name': 'carbon-now-cli'}) => changed=true ansible_loop_var: item cmd: npm install -g carbon-now-cli@latest delta: '0:00:09.171726' end: '2022-01-07 00:38:06.017808' item: name: carbon-now-cli msg: non-zero return code rc: 1 start: '2022-01-07 00:37:56.846081' stderr: |- npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno -4058 npm ERR! enoent An unknown git error occurred npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\vagrant\AppData\Local\npm-cache\_logs\2022-01-07T00_37_57_650Z-debug-0.log stderr_lines: stdout: '' stdout_lines: changed: [Windows-10] => (item={'name': 'commitizen'}) changed: [Windows-10] => (item={'name': 'cordova'}) changed: [Windows-10] => (item={'name': 'deviceframe'}) changed: [Windows-10] => (item={'name': 'electron'}) changed: [Windows-10] => (item={'name': 'empty-trash-cli'}) changed: [Windows-10] => (item={'name': 'eslint'}) changed: [Windows-10] => (item={'name': 'firebase-tools'}) changed: [Windows-10] => (item={'name': 'fkill-cli'}) changed: [Windows-10] => (item={'name': 'gistup'}) changed: [Windows-10] => (item={'name': 'git-standup'}) changed: [Windows-10] => (item={'name': 'gtop'}) changed: [Windows-10] => (item={'name': 'gulp'}) changed: [Windows-10] => (item={'name': 'imgur-uploader-cli'}) failed: [Windows-10] (item={'name': 'ios-deploy', 'when': False}) => changed=true ansible_loop_var: item cmd: npm install -g ios-deploy@latest delta: '0:00:01.546995' end: '2022-01-07 00:40:30.908186' item: name: ios-deploy when: false msg: non-zero return code rc: 1 start: '2022-01-07 00:40:29.361191' stderr: |- npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for ios-deploy@1.11.4: wanted {"os":"darwin"} (current: {"os":"win32","arch":"x64"}) npm ERR! notsup Valid OS: darwin npm ERR! notsup Valid Arch: undefined npm ERR! notsup Actual OS: win32 npm ERR! notsup Actual Arch: x64 npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\vagrant\AppData\Local\npm-cache\_logs\2022-01-07T00_40_30_117Z-debug-0.log stderr_lines: stdout: '' stdout_lines: changed: [Windows-10] => (item={'name': 'is-up-cli'}) changed: [Windows-10] => (item={'name': 'localtunnel'}) changed: [Windows-10] => (item={'name': 'mklicense'}) changed: [Windows-10] => (item={'name': 'navi'}) changed: [Windows-10] => (item={'name': 'np'}) changed: [Windows-10] => (item={'name': 'pageres-cli'}) changed: [Windows-10] => (item={'name': 'pkg'}) changed: [Windows-10] => (item={'name': 'serve'}) changed: [Windows-10] => (item={'name': 'share-cli'}) changed: [Windows-10] => (item={'name': 'speed-test'}) changed: [Windows-10] => (item={'name': 'stegcloak'}) changed: [Windows-10] => (item={'name': 'surge'}) failed: [Windows-10] (item={'name': 'terminalizer'}) => changed=true ansible_loop_var: item cmd: npm install -g terminalizer@latest delta: '0:00:18.546842' end: '2022-01-07 00:42:47.298648' item: name: terminalizer msg: non-zero return code rc: 1 start: '2022-01-07 00:42:28.751806' stderr: |- npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm ERR! code 1 npm ERR! path C:\Users\vagrant\AppData\Roaming\npm\node_modules\terminalizer\node_modules\@faressoft\node-pty-prebuilt npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c prebuild-install || node scripts/install.js npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@8.4.1 npm ERR! gyp info using node@17.3.0 | win32 | x64 npm ERR! gyp info find Python using Python version 3.9.5 found at "C:\Python39\python.exe" npm ERR! gyp http GET https://nodejs.org/download/release/v17.3.0/node-v17.3.0-headers.tar.gz npm ERR! gyp http 200 https://nodejs.org/download/release/v17.3.0/node-v17.3.0-headers.tar.gz npm ERR! gyp http GET https://nodejs.org/download/release/v17.3.0/SHASUMS256.txt npm ERR! gyp http GET https://nodejs.org/download/release/v17.3.0/win-x86/node.lib npm ERR! gyp http GET https://nodejs.org/download/release/v17.3.0/win-x64/node.lib npm ERR! gyp http GET https://nodejs.org/download/release/v17.3.0/win-arm64/node.lib npm ERR! gyp http 200 https://nodejs.org/download/release/v17.3.0/SHASUMS256.txt npm ERR! gyp http 404 https://nodejs.org/download/release/v17.3.0/win-arm64/node.lib npm ERR! gyp http 200 https://nodejs.org/download/release/v17.3.0/win-x64/node.lib npm ERR! gyp http 200 https://nodejs.org/download/release/v17.3.0/win-x86/node.lib npm ERR! gyp ERR! find VS npm ERR! gyp ERR! find VS msvs_version not set from command line or npm config npm ERR! gyp ERR! find VS VCINSTALLDIR not set, not running in VS Command Prompt npm ERR! gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer, try re-running with '--loglevel silly' for more details npm ERR! gyp ERR! find VS looking for Visual Studio 2015 npm ERR! gyp ERR! find VS - not found npm ERR! gyp ERR! find VS not looking for VS2013 as it is only supported up to Node.js 8 npm ERR! gyp ERR! find VS npm ERR! gyp ERR! find VS ************************************************************** npm ERR! gyp ERR! find VS You need to install the latest version of Visual Studio npm ERR! gyp ERR! find VS including the "Desktop development with C++" workload. npm ERR! gyp ERR! find VS For more information consult the documentation at: npm ERR! gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows npm ERR! gyp ERR! find VS ************************************************************** npm ERR! gyp ERR! find VS npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Could not find any Visual Studio installation to use npm ERR! gyp ERR! stack at VisualStudioFinder.fail (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:122:47) npm ERR! gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:75:16 npm ERR! gyp ERR! stack at VisualStudioFinder.findVisualStudio2013 (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:363:14) npm ERR! gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:71:14 npm ERR! gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:384:16 npm ERR! gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\util.js:54:7 npm ERR! gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\util.js:33:16 npm ERR! gyp ERR! stack at ChildProcess.exithandler (node:child_process:404:5) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:390:28) npm ERR! gyp ERR! stack at maybeClose (node:internal/child_process:1062:16) npm ERR! gyp ERR! System Windows_NT 10.0.21354 npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" npm ERR! gyp ERR! cwd C:\Users\vagrant\AppData\Roaming\npm\node_modules\terminalizer\node_modules\@faressoft\node-pty-prebuilt npm ERR! gyp ERR! node -v v17.3.0 npm ERR! gyp ERR! node-gyp -v v8.4.1 npm ERR! gyp ERR! not ok npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\vagrant\AppData\Local\npm-cache\_logs\2022-01-07T00_42_29_523Z-debug-0.log stderr_lines: stdout: '' stdout_lines: changed: [Windows-10] => (item={'name': 'tldr'}) changed: [Windows-10] => (item={'name': 'typescript'}) changed: [Windows-10] => (item={'name': 'wifi-password-cli'}) PLAY RECAP ********************************************************************* ArchLinux-Latest : ok=3 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 CentOS-7 : ok=24 changed=10 unreachable=0 failed=1 skipped=19 rescued=0 ignored=0 CentOS-8 : ok=25 changed=11 unreachable=0 failed=1 skipped=18 rescued=0 ignored=0 CentOS-Stream-8 : ok=25 changed=11 unreachable=0 failed=1 skipped=18 rescued=0 ignored=0 Debian-10-Buster : ok=27 changed=14 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Debian-11-Bullseye : ok=27 changed=14 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Debian-9-Stretch : ok=27 changed=14 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Fedora-33 : ok=25 changed=11 unreachable=0 failed=1 skipped=18 rescued=0 ignored=0 Fedora-34 : ok=25 changed=11 unreachable=0 failed=1 skipped=18 rescued=0 ignored=0 Fedora-35 : ok=25 changed=11 unreachable=0 failed=1 skipped=18 rescued=0 ignored=0 Ubuntu-18.04-Bionic-Beaver : ok=27 changed=14 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Ubuntu-20.04-Focal-Fossa : ok=27 changed=14 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Ubuntu-21.04-Hirsute-Hippo : ok=27 changed=14 unreachable=0 failed=0 skipped=15 rescued=0 ignored=0 Ubuntu-21.10-Impish-Indri : ok=3 changed=0 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0 Windows-10 : ok=13 changed=6 unreachable=0 failed=1 skipped=15 rescued=0 ignored=0 Thursday 06 January 2022 19:43:05 -0500 (0:06:42.944) 0:11:51.130 ****** =============================================================================== professormanhattan.nvm : Ensure NPM packages are installed ------------ 402.94s professormanhattan.nvm : Ensure NodeJS is installed ------------------- 101.11s professormanhattan.nodejs : Ensure Node.js's RPM key is imported (Fedora) -- 60.72s professormanhattan.nodejs : Ensure Node.js's dependencies are present -- 21.34s professormanhattan.nodejs : Ensure Node.js and npm are installed ------- 15.10s professormanhattan.nvm : Install avn NPM global dependencies ----------- 14.78s professormanhattan.nodejs : Ensure Node.js and npm are installed -------- 9.12s professormanhattan.nodejs : Ensure Node.js's repository is added -------- 8.73s professormanhattan.nvm : Ensure NodeJS is installed --------------------- 7.94s professormanhattan.nodejs : Ensure Node.js and npm are installed -------- 7.78s professormanhattan.nvm : Create settings.txt ---------------------------- 5.02s professormanhattan.nvm : Save meta information about the version of Node Version Manager that was installed --- 4.46s professormanhattan.nodejs : Ensure Node.js's AppStream module is disabled (CentOS 8+) --- 4.16s professormanhattan.nvm : Ensure envrionment variables are configured ---- 4.12s professormanhattan.nvm : Ensure Megabyte Labs configuration directory exists --- 3.89s professormanhattan.nvm : Ensure Node Version Manager archive is downloaded --- 3.50s Gathering Facts --------------------------------------------------------- 2.82s professormanhattan.nvm : Detect the latest Node Version Manager version --- 2.77s professormanhattan.nodejs : Ensure Node.js's apt key is imported -------- 2.41s professormanhattan.nvm : Check if Node Version Manager has configuration stored in '%USERPROFILE%/.config/megabytelabs/nvm' --- 2.41s Playbook run took 0 days, 0 hours, 11 minutes, 51 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-Stream-8 [WARNING]: Found both group and host with same name: CentOS-7 [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: Fedora-35 PLAY [Update platforms] ******************************************************** TASK [Gathering Facts] ********************************************************* Thursday 06 January 2022 19:43:08 -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] *** Thursday 06 January 2022 19:43:19 -0500 (0:00:10.975) 0:00:10.989 ****** skipping: [localhost] PLAY [Destroy] ***************************************************************** TASK [Destroy molecule instance(s)] ******************************************** Thursday 06 January 2022 19:43:19 -0500 (0:00:00.380) 0:00:11.369 ****** 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] ************************************************ Thursday 06 January 2022 19:46:00 -0500 (0:02:40.850) 0:02:52.220 ****** ok: [localhost] TASK [Dump instance config] **************************************************** Thursday 06 January 2022 19:46:00 -0500 (0:00:00.136) 0:02:52.356 ****** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=4 changed=2 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 Thursday 06 January 2022 19:46:01 -0500 (0:00:00.997) 0:02:53.354 ****** =============================================================================== Destroy molecule instance(s) ------------------------------------------ 160.85s Gathering Facts -------------------------------------------------------- 10.98s Dump instance config ---------------------------------------------------- 1.00s Filtering platforms list using the group defined in the MOLECULE_GROUP environment variable --- 0.38s Populate instance config ------------------------------------------------ 0.14s Playbook run took 0 days, 0 hours, 2 minutes, 53 seconds