/home/pipi/.local/lib/python3.10/site-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. "cipher": algorithms.TripleDES, /home/pipi/.local/lib/python3.10/site-packages/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. "class": algorithms.TripleDES, [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details [WARNING]: Could not match supplied host pattern, ignoring: unprovisioned [WARNING]: Found variable using reserved name: hosts PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [c1] ok: [pe2] ok: [dut] TASK [Generic readiness tests] ************************************************* skipping: [c1] skipping: [pe2] included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/ssh.yml for dut => (item=ssh) TASK [Check if 'sshpass' is installed] ***************************************** ok: [dut -> localhost] TASK [Check for 'timeout' command] ********************************************* ok: [dut -> localhost] TASK [Execute local ssh command to check ssh readiness] ************************ FAILED - RETRYING: [dut -> localhost]: Execute local ssh command to check ssh readiness (40 retries left). FAILED - RETRYING: [dut -> localhost]: Execute local ssh command to check ssh readiness (39 retries left). FAILED - RETRYING: [dut -> localhost]: Execute local ssh command to check ssh readiness (38 retries left). FAILED - RETRYING: [dut -> localhost]: Execute local ssh command to check ssh readiness (37 retries left). FAILED - RETRYING: [dut -> localhost]: Execute local ssh command to check ssh readiness (36 retries left). ok: [dut -> localhost] TASK [Confirm dut SSH server works] ******************************************** ok: [dut] => msg: Node dut is ready. TASK [Find device readiness script] ******************************************** ok: [c1] ok: [pe2] ok: [dut] TASK [Wait for device to become ready] ***************************************** skipping: [c1] skipping: [pe2] included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/junos.yml for dut TASK [Wait for first interface (ge-0/0/0)] ************************************* ok: [dut] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut, c1, pe2 TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [c1] ok: [pe2] ok: [dut] TASK [Find configuration template for normalize] ******************************* ok: [pe2] ok: [c1] ok: [dut] TASK [fail] ******************************************************************** skipping: [dut] skipping: [c1] skipping: [pe2] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [pe2] ok: [c1] ok: [dut] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [dut] skipping: [pe2] skipping: [c1] TASK [Deploy normalize configuration] ****************************************** skipping: [dut] skipping: [c1] skipping: [pe2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut, c1, pe2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [pe2] ok: [c1] ok: [dut] TASK [Find configuration template for initial] ********************************* ok: [pe2] ok: [c1] ok: [dut] TASK [fail] ******************************************************************** skipping: [dut] skipping: [c1] skipping: [pe2] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [pe2] ok: [c1] ok: [dut] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= system { host-name dut; static-host-mapping { c1 inet 10.0.0.2; pe2 inet 10.0.0.3; } } interfaces { ge-0/0/0 { mtu 1514; } ge-0/0/1 { mtu 1514; } lo0.0 { family inet { address 10.0.0.1/32; } family inet6 { address 2001:db8:1:1::1/64; } } ge-0/0/0.0 { description "dut -> c1"; family inet { address 10.1.0.2/30; } family inet6 { address 2001:db8:3::2/64; } } ge-0/0/1.0 { description "dut -> stub [stub]"; family inet { address 192.168.42.1/24; } family inet6 { address 2001:db8:42::1/64; } } } protocols { lldp { interface fxp0 { disable; } interface all; } router-advertisement { interface ge-0/0/0.0; interface ge-0/0/1.0; } } ok: [pe2] => msg: |- initial configuration for pe2 ========================================= #!/bin/bash # set -e set -x # # Create bash profile script # cat <