SuccessConsole Output

[azure_robot_tests] Running shell script
+ /robot-systest/cloud-scripts/create-k8s.sh
Creating a new IaaS k8s cluster in azure
+ az vm create --resource-group OSM_CICD_GROUP --name k8stest202401141208 --image Canonical:0001-com-ubuntu-server-jammy:22_04-lts:latest --size Standard_A2_v2 --vnet-name OSM-CICD-net --subnet OSM-CICD-subnet --public-ip-address '' --admin-username ubuntu --priority Regular
Selecting "uksouth" may reduce your costs. The region you've selected may cost more for the same services. You can disable this message in the future with the command "az config set core.display_region_identified=false". Learn more at https://go.microsoft.com/fwlink/?linkid=222571 

WARNING: Consider upgrading security for your workloads using Azure Trusted Launch VMs. To know more about Trusted Launch, please visit https://aka.ms/TrustedLaunch.
{
  "fqdns": "",
  "id": "/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Compute/virtualMachines/k8stest202401141208",
  "location": "westeurope",
  "macAddress": "60-45-BD-8B-27-3F",
  "powerState": "VM running",
  "privateIpAddress": "172.21.23.10",
  "publicIpAddress": "",
  "resourceGroup": "OSM_CICD_GROUP",
  "zones": ""
}
++ az vm show -d -g OSM_CICD_GROUP -n k8stest202401141208 --query privateIps
++ tr -d '"'
+ export K8S_IP=172.21.23.10
+ K8S_IP=172.21.23.10
++ az vm show --resource-group OSM_CICD_GROUP --name k8stest202401141208 --query 'networkProfile.networkInterfaces[0].id'
+ INTERFACE_ID='"/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/k8stest202401141208VMNic"'
+ INTERFACE_ID=/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/k8stest202401141208VMNic
++ az network nic show --id /subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkInterfaces/k8stest202401141208VMNic --query networkSecurityGroup.id
+ SECURITY_GROUP_ID='"/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkSecurityGroups/k8stest202401141208NSG"'
+ SECURITY_GROUP_ID=/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkSecurityGroups/k8stest202401141208NSG
++ az resource show --ids /subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkSecurityGroups/k8stest202401141208NSG --query name
+ SECURITY_GROUP_NAME='"k8stest202401141208NSG"'
+ SECURITY_GROUP_NAME=k8stest202401141208NSG
+ az network nsg rule create -n microk8s --nsg-name k8stest202401141208NSG --priority 2000 -g OSM_CICD_GROUP --description 'Microk8s port' --protocol TCP --destination-port-ranges 16443
{
  "access": "Allow",
  "description": "Microk8s port",
  "destinationAddressPrefix": "*",
  "destinationAddressPrefixes": [],
  "destinationPortRange": "16443",
  "destinationPortRanges": [],
  "direction": "Inbound",
  "etag": "W/\"e7810e70-7a45-490b-8147-2a580c707dd7\"",
  "id": "/subscriptions/8fb7e78d-097b-413d-bc65-41d29be6bab1/resourceGroups/OSM_CICD_GROUP/providers/Microsoft.Network/networkSecurityGroups/k8stest202401141208NSG/securityRules/microk8s",
  "name": "microk8s",
  "priority": 2000,
  "protocol": "Tcp",
  "provisioningState": "Succeeded",
  "resourceGroup": "OSM_CICD_GROUP",
  "sourceAddressPrefix": "*",
  "sourceAddressPrefixes": [],
  "sourcePortRange": "*",
  "sourcePortRanges": [],
  "type": "Microsoft.Network/networkSecurityGroups/securityRules"
}
+ echo 'export K8S_IP="172.21.23.10"'
+ echo 'export K8S_IMAGE_NAME="k8stest202401141208"'
+ install_remote_microk8s
+ set +e
+ ssh -T -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubuntu@172.21.23.10 'sudo apt-get update -y && sudo apt-get upgrade -y && sudo reboot'
Warning: Permanently added '172.21.23.10' (ED25519) to the list of known hosts.
Hit:1 http://azure.archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Get:3 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
Get:4 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Get:5 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [14.1 MB]
Get:6 http://azure.archive.ubuntu.com/ubuntu jammy/universe Translation-en [5652 kB]
Get:7 http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 c-n-f Metadata [286 kB]
Get:8 http://azure.archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [217 kB]
Get:9 http://azure.archive.ubuntu.com/ubuntu jammy/multiverse Translation-en [112 kB]
Get:10 http://azure.archive.ubuntu.com/ubuntu jammy/multiverse amd64 c-n-f Metadata [8372 B]
Get:11 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1277 kB]
Get:12 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [261 kB]
Get:13 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1272 kB]
Get:14 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [207 kB]
Get:15 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1023 kB]
Get:16 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [228 kB]
Get:17 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB]
Get:18 http://azure.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB]
Get:19 http://azure.archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB]
Get:20 http://azure.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B]
Get:21 http://azure.archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB]
Get:22 http://azure.archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB]
Get:23 http://azure.archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B]
Get:24 http://azure.archive.ubuntu.com/ubuntu jammy-backports/restricted amd64 c-n-f Metadata [116 B]
Get:25 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB]
Get:26 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB]
Get:27 http://azure.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B]
Get:28 http://azure.archive.ubuntu.com/ubuntu jammy-backports/multiverse amd64 c-n-f Metadata [116 B]
Get:29 http://azure.archive.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1062 kB]
Get:30 http://azure.archive.ubuntu.com/ubuntu jammy-security/main Translation-en [201 kB]
Get:31 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1244 kB]
Get:32 http://azure.archive.ubuntu.com/ubuntu jammy-security/restricted Translation-en [203 kB]
Get:33 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [826 kB]
Get:34 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe Translation-en [156 kB]
Get:35 http://azure.archive.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB]
Get:36 http://azure.archive.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB]
Get:37 http://azure.archive.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7476 B]
Get:38 http://azure.archive.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B]
Fetched 28.9 MB in 11s (2533 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages have been kept back:
  linux-tools-common
The following packages will be upgraded:
  binutils binutils-common binutils-x86-64-linux-gnu cryptsetup cryptsetup-bin
  cryptsetup-initramfs curl distro-info distro-info-data kpartx libbinutils
  libc-bin libc6 libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls
  libcurl4 libsqlite3-0 libssh-4 linux-cloud-tools-common locales
  multipath-tools openssh-client openssh-server openssh-sftp-server
  python3-cryptography python3-distro-info python3-software-properties
  python3-twisted python3-update-manager software-properties-common
  systemd-hwe-hwdb tar update-manager-core vim vim-common vim-runtime vim-tiny
  xxd
40 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 27.7 MB of archives.
After this operation, 41.0 kB of additional disk space will be used.
Get:1 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 tar amd64 1.34+dfsg-1ubuntu0.1.22.04.2 [295 kB]
Get:2 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6 amd64 2.35-0ubuntu3.6 [3236 kB]
Get:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-bin amd64 2.35-0ubuntu3.6 [706 kB]
Get:4 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-sftp-server amd64 1:8.9p1-3ubuntu0.6 [38.7 kB]
Get:5 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-server amd64 1:8.9p1-3ubuntu0.6 [435 kB]
Get:6 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.6 [906 kB]
Get:7 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.6 [5160 B]
Get:8 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info amd64 1.1ubuntu0.2 [18.7 kB]
Get:9 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcryptsetup12 amd64 2:2.4.3-1ubuntu1.2 [211 kB]
Get:10 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.3 [641 kB]
Get:11 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 locales all 2.35-0ubuntu3.6 [4249 kB]
Get:12 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim amd64 2:8.2.3995-1ubuntu2.15 [1735 kB]
Get:13 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-tiny amd64 2:8.2.3995-1ubuntu2.15 [710 kB]
Get:14 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-runtime all 2:8.2.3995-1ubuntu2.15 [6835 kB]
Get:15 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 xxd amd64 2:8.2.3995-1ubuntu2.15 [55.2 kB]
Get:16 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 vim-common all 2:8.2.3995-1ubuntu2.15 [81.5 kB]
Get:17 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-distro-info all 1.1ubuntu0.2 [6554 B]
Get:18 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-update-manager all 1:22.04.18 [38.9 kB]
Get:19 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 update-manager-core all 1:22.04.18 [11.5 kB]
Get:20 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.4 [103 kB]
Get:21 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.4 [108 kB]
Get:22 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.4 [2327 kB]
Get:23 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.4 [662 kB]
Get:24 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.4 [3194 B]
Get:25 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.4 [222 kB]
Get:26 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 cryptsetup-initramfs all 2:2.4.3-1ubuntu1.2 [26.2 kB]
Get:27 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libssh-4 amd64 0.9.6-2ubuntu0.22.04.2 [186 kB]
Get:28 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 cryptsetup-bin amd64 2:2.4.3-1ubuntu1.2 [145 kB]
Get:29 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 cryptsetup amd64 2:2.4.3-1ubuntu1.2 [193 kB]
Get:30 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.15 [194 kB]
Get:31 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.15 [289 kB]
Get:32 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.15 [284 kB]
Get:33 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-cloud-tools-common all 5.15.0-91.101 [95.8 kB]
Get:34 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cryptography amd64 3.4.8-1ubuntu2.1 [236 kB]
Get:35 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.9 [14.1 kB]
Get:36 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.9 [28.8 kB]
Get:37 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-twisted all 22.1.0-2ubuntu2.4 [2006 kB]
Get:38 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-hwe-hwdb all 249.11.4 [2978 B]
Get:39 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 kpartx amd64 0.8.8-1ubuntu1.22.04.4 [28.8 kB]
Get:40 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 multipath-tools amd64 0.8.8-1ubuntu1.22.04.4 [331 kB]
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin: 
Fetched 27.7 MB in 1s (33.4 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 61587 files and directories currently installed.)
Preparing to unpack .../tar_1.34+dfsg-1ubuntu0.1.22.04.2_amd64.deb ...
Unpacking tar (1.34+dfsg-1ubuntu0.1.22.04.2) over (1.34+dfsg-1ubuntu0.1.22.04.1) ...
Setting up tar (1.34+dfsg-1ubuntu0.1.22.04.2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 61587 files and directories currently installed.)
Preparing to unpack .../libc6_2.35-0ubuntu3.6_amd64.deb ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Unpacking libc6:amd64 (2.35-0ubuntu3.6) over (2.35-0ubuntu3.4) ...
Setting up libc6:amd64 (2.35-0ubuntu3.6) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 61587 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.35-0ubuntu3.6_amd64.deb ...
Unpacking libc-bin (2.35-0ubuntu3.6) over (2.35-0ubuntu3.4) ...
Setting up libc-bin (2.35-0ubuntu3.6) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 61587 files and directories currently installed.)
Preparing to unpack .../00-openssh-sftp-server_1%3a8.9p1-3ubuntu0.6_amd64.deb ...
Unpacking openssh-sftp-server (1:8.9p1-3ubuntu0.6) over (1:8.9p1-3ubuntu0.4) ...
Preparing to unpack .../01-openssh-server_1%3a8.9p1-3ubuntu0.6_amd64.deb ...
Unpacking openssh-server (1:8.9p1-3ubuntu0.6) over (1:8.9p1-3ubuntu0.4) ...
Preparing to unpack .../02-openssh-client_1%3a8.9p1-3ubuntu0.6_amd64.deb ...
Unpacking openssh-client (1:8.9p1-3ubuntu0.6) over (1:8.9p1-3ubuntu0.4) ...
Preparing to unpack .../03-distro-info-data_0.52ubuntu0.6_all.deb ...
Unpacking distro-info-data (0.52ubuntu0.6) over (0.52ubuntu0.5) ...
Preparing to unpack .../04-distro-info_1.1ubuntu0.2_amd64.deb ...
Unpacking distro-info (1.1ubuntu0.2) over (1.1ubuntu0.1) ...
Preparing to unpack .../05-libcryptsetup12_2%3a2.4.3-1ubuntu1.2_amd64.deb ...
Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.2) over (2:2.4.3-1ubuntu1.1) ...
Preparing to unpack .../06-libsqlite3-0_3.37.2-2ubuntu0.3_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) over (3.37.2-2ubuntu0.1) ...
Preparing to unpack .../07-locales_2.35-0ubuntu3.6_all.deb ...
Unpacking locales (2.35-0ubuntu3.6) over (2.35-0ubuntu3.4) ...
Preparing to unpack .../08-vim_2%3a8.2.3995-1ubuntu2.15_amd64.deb ...
Unpacking vim (2:8.2.3995-1ubuntu2.15) over (2:8.2.3995-1ubuntu2.13) ...
Preparing to unpack .../09-vim-tiny_2%3a8.2.3995-1ubuntu2.15_amd64.deb ...
Unpacking vim-tiny (2:8.2.3995-1ubuntu2.15) over (2:8.2.3995-1ubuntu2.13) ...
Preparing to unpack .../10-vim-runtime_2%3a8.2.3995-1ubuntu2.15_all.deb ...
Unpacking vim-runtime (2:8.2.3995-1ubuntu2.15) over (2:8.2.3995-1ubuntu2.13) ...
Preparing to unpack .../11-xxd_2%3a8.2.3995-1ubuntu2.15_amd64.deb ...
Unpacking xxd (2:8.2.3995-1ubuntu2.15) over (2:8.2.3995-1ubuntu2.13) ...
Preparing to unpack .../12-vim-common_2%3a8.2.3995-1ubuntu2.15_all.deb ...
Unpacking vim-common (2:8.2.3995-1ubuntu2.15) over (2:8.2.3995-1ubuntu2.13) ...
Preparing to unpack .../13-python3-distro-info_1.1ubuntu0.2_all.deb ...
Unpacking python3-distro-info (1.1ubuntu0.2) over (1.1ubuntu0.1) ...
Preparing to unpack .../14-python3-update-manager_1%3a22.04.18_all.deb ...
Unpacking python3-update-manager (1:22.04.18) over (1:22.04.10) ...
Preparing to unpack .../15-update-manager-core_1%3a22.04.18_all.deb ...
Unpacking update-manager-core (1:22.04.18) over (1:22.04.10) ...
Preparing to unpack .../16-libctf0_2.38-4ubuntu2.4_amd64.deb ...
Unpacking libctf0:amd64 (2.38-4ubuntu2.4) over (2.38-4ubuntu2.3) ...
Preparing to unpack .../17-libctf-nobfd0_2.38-4ubuntu2.4_amd64.deb ...
Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.4) over (2.38-4ubuntu2.3) ...
Preparing to unpack .../18-binutils-x86-64-linux-gnu_2.38-4ubuntu2.4_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.4) over (2.38-4ubuntu2.3) ...
Preparing to unpack .../19-libbinutils_2.38-4ubuntu2.4_amd64.deb ...
Unpacking libbinutils:amd64 (2.38-4ubuntu2.4) over (2.38-4ubuntu2.3) ...
Preparing to unpack .../20-binutils_2.38-4ubuntu2.4_amd64.deb ...
Unpacking binutils (2.38-4ubuntu2.4) over (2.38-4ubuntu2.3) ...
Preparing to unpack .../21-binutils-common_2.38-4ubuntu2.4_amd64.deb ...
Unpacking binutils-common:amd64 (2.38-4ubuntu2.4) over (2.38-4ubuntu2.3) ...
Preparing to unpack .../22-cryptsetup-initramfs_2%3a2.4.3-1ubuntu1.2_all.deb ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Unpacking cryptsetup-initramfs (2:2.4.3-1ubuntu1.2) over (2:2.4.3-1ubuntu1.1) ...
Preparing to unpack .../23-libssh-4_0.9.6-2ubuntu0.22.04.2_amd64.deb ...
Unpacking libssh-4:amd64 (0.9.6-2ubuntu0.22.04.2) over (0.9.6-2ubuntu0.22.04.1) ...
Preparing to unpack .../24-cryptsetup-bin_2%3a2.4.3-1ubuntu1.2_amd64.deb ...
Unpacking cryptsetup-bin (2:2.4.3-1ubuntu1.2) over (2:2.4.3-1ubuntu1.1) ...
Preparing to unpack .../25-cryptsetup_2%3a2.4.3-1ubuntu1.2_amd64.deb ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Unpacking cryptsetup (2:2.4.3-1ubuntu1.2) over (2:2.4.3-1ubuntu1.1) ...
Preparing to unpack .../26-curl_7.81.0-1ubuntu1.15_amd64.deb ...
Unpacking curl (7.81.0-1ubuntu1.15) over (7.81.0-1ubuntu1.14) ...
Preparing to unpack .../27-libcurl4_7.81.0-1ubuntu1.15_amd64.deb ...
Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.15) over (7.81.0-1ubuntu1.14) ...
Preparing to unpack .../28-libcurl3-gnutls_7.81.0-1ubuntu1.15_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.15) over (7.81.0-1ubuntu1.14) ...
Preparing to unpack .../29-linux-cloud-tools-common_5.15.0-91.101_all.deb ...
Unpacking linux-cloud-tools-common (5.15.0-91.101) over (5.15.0-89.99) ...
Preparing to unpack .../30-python3-cryptography_3.4.8-1ubuntu2.1_amd64.deb ...
Unpacking python3-cryptography (3.4.8-1ubuntu2.1) over (3.4.8-1ubuntu2) ...
Preparing to unpack .../31-software-properties-common_0.99.22.9_all.deb ...
Unpacking software-properties-common (0.99.22.9) over (0.99.22.8) ...
Preparing to unpack .../32-python3-software-properties_0.99.22.9_all.deb ...
Unpacking python3-software-properties (0.99.22.9) over (0.99.22.8) ...
Preparing to unpack .../33-python3-twisted_22.1.0-2ubuntu2.4_all.deb ...
Unpacking python3-twisted (22.1.0-2ubuntu2.4) over (22.1.0-2ubuntu2.3) ...
Preparing to unpack .../34-systemd-hwe-hwdb_249.11.4_all.deb ...
Unpacking systemd-hwe-hwdb (249.11.4) over (249.11.3) ...
Preparing to unpack .../35-kpartx_0.8.8-1ubuntu1.22.04.4_amd64.deb ...
Unpacking kpartx (0.8.8-1ubuntu1.22.04.4) over (0.8.8-1ubuntu1.22.04.3) ...
Preparing to unpack .../36-multipath-tools_0.8.8-1ubuntu1.22.04.4_amd64.deb ...
Unpacking multipath-tools (0.8.8-1ubuntu1.22.04.4) over (0.8.8-1ubuntu1.22.04.3) ...
Setting up distro-info-data (0.52ubuntu0.6) ...
Setting up openssh-client (1:8.9p1-3ubuntu0.6) ...
Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.3) ...
Setting up binutils-common:amd64 (2.38-4ubuntu2.4) ...
Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.4) ...
Setting up linux-cloud-tools-common (5.15.0-91.101) ...
Setting up locales (2.35-0ubuntu3.6) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Generating locales (this might take a while)...
  en_US.UTF-8... done
Generation complete.
Setting up xxd (2:8.2.3995-1ubuntu2.15) ...
Setting up vim-common (2:8.2.3995-1ubuntu2.15) ...
Setting up python3-software-properties (0.99.22.9) ...
Setting up python3-cryptography (3.4.8-1ubuntu2.1) ...
Setting up libssh-4:amd64 (0.9.6-2ubuntu0.22.04.2) ...
Setting up systemd-hwe-hwdb (249.11.4) ...
Setting up kpartx (0.8.8-1ubuntu1.22.04.4) ...
Setting up libcurl4:amd64 (7.81.0-1ubuntu1.15) ...
Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.2) ...
Setting up curl (7.81.0-1ubuntu1.15) ...
Setting up libbinutils:amd64 (2.38-4ubuntu2.4) ...
Setting up vim-runtime (2:8.2.3995-1ubuntu2.15) ...
Setting up python3-distro-info (1.1ubuntu0.2) ...
Setting up libctf0:amd64 (2.38-4ubuntu2.4) ...
Setting up cryptsetup-bin (2:2.4.3-1ubuntu1.2) ...
Setting up distro-info (1.1ubuntu0.2) ...
Setting up openssh-sftp-server (1:8.9p1-3ubuntu0.6) ...
Setting up vim (2:8.2.3995-1ubuntu2.15) ...
Setting up openssh-server (1:8.9p1-3ubuntu0.6) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
rescue-ssh.target is a disabled or a static unit not running, not starting it.
ssh.socket is a disabled or a static unit not running, not starting it.
Setting up cryptsetup (2:2.4.3-1ubuntu1.2) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.15) ...
Setting up vim-tiny (2:8.2.3995-1ubuntu2.15) ...
Setting up software-properties-common (0.99.22.9) ...
Setting up multipath-tools (0.8.8-1ubuntu1.22.04.4) ...
Could not execute systemctl:  at /usr/bin/deb-systemd-invoke line 142.
Setting up python3-twisted (22.1.0-2ubuntu2.4) ...
Setting up python3-update-manager (1:22.04.18) ...
Setting up cryptsetup-initramfs (2:2.4.3-1ubuntu1.2) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
update-initramfs: deferring update (trigger activated)
Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.4) ...
Setting up binutils (2.38-4ubuntu2.4) ...
Setting up update-manager-core (1:22.04.18) ...
Processing triggers for libc-bin (2.35-0ubuntu3.6) ...
Processing triggers for ufw (0.36.1-4ubuntu0.1) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
Processing triggers for udev (249.11-0ubuntu3.11) ...
Processing triggers for initramfs-tools (0.140ubuntu13.4) ...
update-initramfs: Generating /boot/initrd.img-6.2.0-1018-azure

Running kernel seems to be up-to-date.

Services to be restarted:
 systemctl restart chrony.service
 systemctl restart cron.service
 systemctl restart irqbalance.service
 systemctl restart packagekit.service
 systemctl restart polkit.service
 systemctl restart rsyslog.service
 systemctl restart serial-getty@ttyS0.service
 systemctl restart snapd.service
 systemctl restart systemd-journald.service
 systemctl restart systemd-networkd.service
 systemctl restart systemd-resolved.service
 systemctl restart systemd-udevd.service
 systemctl restart walinuxagent.service

Service restarts being deferred:
 /etc/needrestart/restart.d/dbus.service
 systemctl restart getty@tty1.service
 systemctl restart networkd-dispatcher.service
 systemctl restart systemd-logind.service
 systemctl restart unattended-upgrades.service
 systemctl restart user@1000.service

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
Connection to 172.21.23.10 closed by remote host.
+ sleep 90
+ ssh -T -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubuntu@172.21.23.10
Warning: Permanently added '172.21.23.10' (ED25519) to the list of known hosts.
Welcome to Ubuntu 22.04.3 LTS (GNU/Linux 6.2.0-1018-azure x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

  System information as of Sun Jan 14 12:13:50 UTC 2024

  System load:  0.33642578125     Processes:             128
  Usage of /:   5.9% of 28.89GB   Users logged in:       0
  Memory usage: 6%                IPv4 address for eth0: 172.21.23.10
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

2 updates can be applied immediately.
1 of these updates is a standard security update.
To see these additional updates run: apt list --upgradable

Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro status


+ sudo snap install yq
yq v4.40.4 from Mike Farah (mikefarah) installed
+ sudo snap install microk8s --classic
microk8s (1.28/stable) v1.28.3 from Canonical** installed
+ sudo usermod -a -G microk8s ubuntu
+ newgrp microk8s
microk8s is running
high-availability: no
  datastore master nodes: 127.0.0.1:19001
  datastore standby nodes: none
addons:
  enabled:
    dns                  # (core) CoreDNS
    ha-cluster           # (core) Configure high availability on the current node
    helm                 # (core) Helm - the package manager for Kubernetes
    helm3                # (core) Helm 3 - the package manager for Kubernetes
  disabled:
    cert-manager         # (core) Cloud native certificate management
    cis-hardening        # (core) Apply CIS K8s hardening
    community            # (core) The community addons repository
    dashboard            # (core) The Kubernetes dashboard
    gpu                  # (core) Automatic enablement of Nvidia CUDA
    host-access          # (core) Allow Pods connecting to Host services smoothly
    hostpath-storage     # (core) Storage class; allocates storage from host directory
    ingress              # (core) Ingress controller for external access
    kube-ovn             # (core) An advanced network fabric for Kubernetes
    mayastor             # (core) OpenEBS MayaStor
    metallb              # (core) Loadbalancer for your Kubernetes cluster
    metrics-server       # (core) K8s Metrics Server for API access to service metrics
    minio                # (core) MinIO object storage
    observability        # (core) A lightweight observability stack for logs, traces and metrics
    prometheus           # (core) Prometheus operator for monitoring and logging
    rbac                 # (core) Role-Based Access Control for authorisation
    registry             # (core) Private image registry exposed on localhost:32000
    rook-ceph            # (core) Distributed Ceph storage using Rook
    storage              # (core) Alias to hostpath-storage add-on, deprecated
WARNING: Do not enable or disable multiple addons in one command.
         This form of chained operations on addons will be DEPRECATED in the future.
         Please, enable one addon at a time: 'microk8s enable <addon>'
Infer repository core for addon storage
Infer repository core for addon dns
DEPRECATION WARNING: 'storage' is deprecated and will soon be removed. Please use 'hostpath-storage' instead.

Infer repository core for addon hostpath-storage
Enabling default storage class.
WARNING: Hostpath storage is not suitable for production environments.
         A hostpath volume can grow beyond the size limit set in the volume claim manifest.

deployment.apps/hostpath-provisioner created
storageclass.storage.k8s.io/microk8s-hostpath created
serviceaccount/microk8s-hostpath created
clusterrole.rbac.authorization.k8s.io/microk8s-hostpath created
clusterrolebinding.rbac.authorization.k8s.io/microk8s-hostpath created
Storage will be available soon.
Addon core/dns is already enabled
+ ssh -T -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubuntu@172.21.23.10
Warning: Permanently added '172.21.23.10' (ED25519) to the list of known hosts.
Welcome to Ubuntu 22.04.3 LTS (GNU/Linux 6.2.0-1018-azure x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

  System information as of Sun Jan 14 12:13:50 UTC 2024

  System load:  0.33642578125     Processes:             128
  Usage of /:   5.9% of 28.89GB   Users logged in:       0
  Memory usage: 6%                IPv4 address for eth0: 172.21.23.10
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

2 updates can be applied immediately.
1 of these updates is a standard security update.
To see these additional updates run: apt list --upgradable

Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro status


++ hostname -I
++ awk '{print $1}'
172.21.23.10
+ PRIVATE_IP=172.21.23.10
+ echo 172.21.23.10
+ sudo microk8s.enable metallb:172.21.23.10-172.21.23.10
Infer repository core for addon metallb
Enabling MetalLB
Applying Metallb manifest
customresourcedefinition.apiextensions.k8s.io/addresspools.metallb.io created
customresourcedefinition.apiextensions.k8s.io/bfdprofiles.metallb.io created
customresourcedefinition.apiextensions.k8s.io/bgpadvertisements.metallb.io created
customresourcedefinition.apiextensions.k8s.io/bgppeers.metallb.io created
customresourcedefinition.apiextensions.k8s.io/communities.metallb.io created
customresourcedefinition.apiextensions.k8s.io/ipaddresspools.metallb.io created
customresourcedefinition.apiextensions.k8s.io/l2advertisements.metallb.io created
namespace/metallb-system created
serviceaccount/controller created
serviceaccount/speaker created
clusterrole.rbac.authorization.k8s.io/metallb-system:controller created
clusterrole.rbac.authorization.k8s.io/metallb-system:speaker created
role.rbac.authorization.k8s.io/controller created
role.rbac.authorization.k8s.io/pod-lister created
clusterrolebinding.rbac.authorization.k8s.io/metallb-system:controller created
clusterrolebinding.rbac.authorization.k8s.io/metallb-system:speaker created
rolebinding.rbac.authorization.k8s.io/controller created
secret/webhook-server-cert created
service/webhook-service created
rolebinding.rbac.authorization.k8s.io/pod-lister created
daemonset.apps/speaker created
deployment.apps/controller created
validatingwebhookconfiguration.admissionregistration.k8s.io/validating-webhook-configuration created
Waiting for Metallb controller to be ready.
deployment.apps/controller condition met
ipaddresspool.metallb.io/default-addresspool created
l2advertisement.metallb.io/default-advertise-all-pools created
MetalLB is enabled
+ ssh -T -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubuntu@172.21.23.10
Warning: Permanently added '172.21.23.10' (ED25519) to the list of known hosts.
Welcome to Ubuntu 22.04.3 LTS (GNU/Linux 6.2.0-1018-azure x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

  System information as of Sun Jan 14 12:13:50 UTC 2024

  System load:  0.33642578125     Processes:             128
  Usage of /:   5.9% of 28.89GB   Users logged in:       0
  Memory usage: 6%                IPv4 address for eth0: 172.21.23.10
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

2 updates can be applied immediately.
1 of these updates is a standard security update.
To see these additional updates run: apt list --upgradable

Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro status


+ sudo sed -i 's/\#MOREIPS/IP.3 = 172.21.23.10/g' /var/snap/microk8s/current/certs/csr.conf.template
+ cat /var/snap/microk8s/current/certs/csr.conf.template
[ req ]
default_bits = 2048
prompt = no
default_md = sha256
req_extensions = req_ext
distinguished_name = dn

[ dn ]
C = GB
ST = Canonical
L = Canonical
O = Canonical
OU = Canonical
CN = 127.0.0.1

[ req_ext ]
subjectAltName = @alt_names

[ alt_names ]
DNS.1 = kubernetes
DNS.2 = kubernetes.default
DNS.3 = kubernetes.default.svc
DNS.4 = kubernetes.default.svc.cluster
DNS.5 = kubernetes.default.svc.cluster.local
IP.1 = 127.0.0.1
IP.2 = 10.152.183.1
IP.3 = 172.21.23.10

[ v3_ext ]
authorityKeyIdentifier=keyid,issuer:always
basicConstraints=CA:FALSE
keyUsage=keyEncipherment,dataEncipherment,digitalSignature
extendedKeyUsage=serverAuth,clientAuth
subjectAltName=@alt_names
+ echo ================================================================
================================================================
+ echo K8s cluster credentials:
K8s cluster credentials:
+ echo ================================================================
================================================================
+ echo

+ ssh -T -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ubuntu@172.21.23.10 'sudo microk8s.config'
+ sed 's/server: .*/server: https:\/\/172.21.23.10:16443/g'
+ tee /robot-systest/results/kubeconfig.yaml
Warning: Permanently added '172.21.23.10' (ED25519) to the list of known hosts.
apiVersion: v1
clusters:
- cluster:
    certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUREekNDQWZlZ0F3SUJBZ0lVR1RoTS9KRkp1dUhBMDFjaElFMWs1UmhvM3dRd0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01NVEF1TVRVeUxqRTRNeTR4TUI0WERUSTBNREV4TkRFeU1UUXlPVm9YRFRNMApNREV4TVRFeU1UUXlPVm93RnpFVk1CTUdBMVVFQXd3TU1UQXVNVFV5TGpFNE15NHhNSUlCSWpBTkJna3Foa2lHCjl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUE4cGRINFdkSW5zMVFDT2VuZVE5V2JpTTBsMWhKTmtUUW5iamYKWndoZzRTWk5jbm1qUEhIUkJ3TXZML21ZTGxrcjJpMzY0UUVPeEFZdW9MMGMrTk84N0tvY2VhVUxvem52Y0RYSgo1T1Q1L0VtMHlocVhYdlZ4STBCNmRLckRYWDVnUlVwQnZ0ay8xa1B6UDdDWHpJSkVJT2FoWXBiZnJEelBxMnhjCjUwZ3p2UWFHbDhLbUhpYldHM1F3U2czNjZNMm9CR3VpUFUyNGdKREJNWXN0NGJOalVvYUtFbDFSYXJUQm5PVkwKOEFWN3BpQjhmdWo0aXdhSDViT2NodGNWU21Ec01GbEpXMVp4dXk4bXJNdzI1YmVXckhxN2ppVnFCK0s1NzVobApSSk1CUmJRbTZ3TGVSR2dxdjBrVkVCRERkb3ZOLzR5NWFIKzhwR2pFUXA3bitBbHJGd0lEQVFBQm8xTXdVVEFkCkJnTlZIUTRFRmdRVU5mWVllcjdLQ3hXeFdFdXdvY0lVdjdPSXFza3dId1lEVlIwakJCZ3dGb0FVTmZZWWVyN0sKQ3hXeFdFdXdvY0lVdjdPSXFza3dEd1lEVlIwVEFRSC9CQVV3QXdFQi96QU5CZ2txaGtpRzl3MEJBUXNGQUFPQwpBUUVBM0lhVWxQRTR4Qk41U0EvMjBiYnl0Si9qWEt1RDVPaW1OMUtIU3hOclFXVElONzdScWllYTRyVWl2bWU0ClNZRENvazd4TXJlem9kQzV4ZGJsYXI0SEZLaEpKWDFMYzljUGdUak9wVGVvM0VvZUtwK3V5eDBZUmp4ZTdXV1gKWG8zd29BQms3Q3k5bVg1VVhIckIxQUNkVzJkTG0zRGpYeUZudmE3aS9pYTBWd28wZGhyNjNqYndKTzRVZmNLdgptZ3oxcVVkay9SWUpsTlZqQ3M5blBIUXFLWGRWeXJlalQ2QmJOTVNQajJIQ1pySVMyWHNIdXdNZ1M5M0V4VEYzCng2czZyVkJyRk1WMnE1T2FDQmIzdEFpT1c2QkQrT0FKYmJKbVZqbGVOeTBTL2VuRjhqSnQydmp0bmppWUdIbEgKNjk5ZGpIeDBRSEdOb0RnRzdlK2o0YlpyK0E9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
    server: https://172.21.23.10:16443
  name: microk8s-cluster
contexts:
- context:
    cluster: microk8s-cluster
    user: admin
  name: microk8s
current-context: microk8s
kind: Config
preferences: {}
users:
- name: admin
  user:
    client-certificate-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN6RENDQWJTZ0F3SUJBZ0lVZUJYWFl5bU9HRFNRTCtZSmFCdnpCR1M3eElFd0RRWUpLb1pJaHZjTkFRRUwKQlFBd0Z6RVZNQk1HQTFVRUF3d01NVEF1TVRVeUxqRTRNeTR4TUI0WERUSTBNREV4TkRFeU1UUXpNVm9YRFRNMApNREV4TVRFeU1UUXpNVm93S1RFT01Bd0dBMVVFQXd3RllXUnRhVzR4RnpBVkJnTlZCQW9NRG5ONWMzUmxiVHB0CllYTjBaWEp6TUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF3elBOZVoyUi80NnIKRVBFUUptK25tcUtBRktmOHRZMmExN3Y1aGhVZjdOTENvcks0NDFVVWRSelg5SWh6azROYUVIUjFZc1RNazU1dgo2bTRNQnU1cS96aUNwbmVPVjJoUkVBWHlkSTZmMW1xUXgrUVA1RlU0VWovYmU2d25JbWxqNmNLUnpISHFmdjhvCk1kUmtOSUZ6c0dVdFMwQ29QNlNOaVlTWTlmbEpkZXJ0VFJSeWF4VndleFdpNy9uLzM5MTNYcDlaK3lpNHFHRHkKbHVRcVVMM1EvUWhrM3hxeERUeW5YUDZTMVdJSU96QnFGYitGYnBqa21ib0x3dCs1Ritxa1JFTHdjcGl0elNDYwp2eVlFNWtsdVpvYVUwemFha2ZiSUphZHNwSFZoV2kwTXROOVRzN09zMWxWVW1rTHkzeE0zTU9KbjBZM1ZRQW51ClA0Q28rL293Z3dJREFRQUJNQTBHQ1NxR1NJYjNEUUVCQ3dVQUE0SUJBUUNzME1yaEVEWkR3cGU0djlubE5DdkYKVHg5NHNFeHJwRU1vY1k5NTVHQjRFQ25zWndKWXhiRXYyYmhTdVVGeXQvU3dabkNCQ2FWaUlRNnVHVkZ5TGorQwptTXk3eXAzeUdTSkZwYVFrS1VSMlJzcTFWdFBsQ0tNaWNqRXBTYi91VW5heFN0NGxvcTRUVlQ2bDhSMjdiTm94ClVsT3FaNzlya29scUtBNFFFVmNtZEh0b3RVTk53L3hYYWdHanlNK1JGeUpTU0x4aEN4TDAxcThvemNHYkxsaTEKVVduVTFSMWxhTVU5dWh5VGFlN0Y0amM0R21qRzJEYUZKV0tkQlZoWFBTRUY5SlBKSXRXS3JORkxTT3NLZWVjawozMTZVckRsbkxjUmZDU0VDalY2UERqbTdwb0JzVDEzcDFOWVd5OHU2OTBLWlQwbTUxQXJRQnBuZlJXZWo1ZFl0Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K
    client-key-data: LS0tLS1CRUdJTiBSU0EgUFJJVkFURSBLRVktLS0tLQpNSUlFcEFJQkFBS0NBUUVBd3pQTmVaMlIvNDZyRVBFUUptK25tcUtBRktmOHRZMmExN3Y1aGhVZjdOTENvcks0CjQxVVVkUnpYOUloems0TmFFSFIxWXNUTWs1NXY2bTRNQnU1cS96aUNwbmVPVjJoUkVBWHlkSTZmMW1xUXgrUVAKNUZVNFVqL2JlNnduSW1sajZjS1J6SEhxZnY4b01kUmtOSUZ6c0dVdFMwQ29QNlNOaVlTWTlmbEpkZXJ0VFJSeQpheFZ3ZXhXaTcvbi8zOTEzWHA5Wit5aTRxR0R5bHVRcVVMM1EvUWhrM3hxeERUeW5YUDZTMVdJSU96QnFGYitGCmJwamttYm9Md3QrNUYrcWtSRUx3Y3BpdHpTQ2N2eVlFNWtsdVpvYVUwemFha2ZiSUphZHNwSFZoV2kwTXROOVQKczdPczFsVlVta0x5M3hNM01PSm4wWTNWUUFudVA0Q28rL293Z3dJREFRQUJBb0lCQUE0QWdFT3gvdEFERHRoSApRbTVQWWdsZ2tLbHFwMkRxaUduakxQSG1RQVQvMVVCUWE1eTY5SjIxOVBPd2VnSGgwU3NPLzRDWE4wbDdldkdvCjlTbm1Ianl5ZEFTMjNMbitYSm8yb3Y2allHbkQrU0N0aGtwTnBwMlh3UW1zL3Aya1M2dHY3bjlveUhaVm5TOTkKMmJZK2R1cjNSdmwzNk5tdjF3cy9QSzJnTlJuRklPVVRiNVcxcHlUZ0xDbTNwN0p2WG1nVEttZCtrU2hLK1RnZQoyN3FEZXlTZW9wM1U1ZTJIWmNRaEZpS2NScG1xa2x2NWt1dHNZSVcwREhDcGt2MlJUK20vME1KQ2RvV0hZZkNyCnZ6TDZUSlJiWWVHMk5wOTEvMFJNZ0RtL3BkQnJHbEhXSWJmRjNSNEh6NnVuUkZpbzFQSXFneTdhanFjejVjTFMKOGRoZ1hxa0NnWUVBLy9ncUpkOHpOVkx3ZWtGcnBRU2ZDS2c3UU1IbEt5amJpay9adlRWMklMSG5mbGpxcXVCWQoxRExGM00xWHZZd2p0aTI5bkVpaFRGbWxPQUo2Wk5PNHhNcmx5cjduZTZPNTJxa2ZxYVZIWi9mc2dzSjhWTHJMCkdVU3ZIUzVjUGZTcXNWazJHUXJ5SGZoRlFRN0JKRys2cnV0TW9ETVRmL0RRNWxDY0NEZllrTjhDZ1lFQXd6bkgKSTNweDEwRTdlK1c2L0paYVVxU3BWMUtXZEZqTG9OcEpjTW9TOEdJZkNUM3pRNFpLTCtBck1RSzhURzMyK1NVcQpicDhQOEpNS3ZyRlBndEdvQkhKYWoyWGNuQlIreldqNnA4ZkN0MkZERnkzYlQwZDdDb05SUTRXU0hDWnovcDgzCmpGbGhuSmlpZU1FWWZNOEVKVzd5Y2hvM21LOXEzRlFreTdiKzROMENnWUJGcFppU1JYRUJpVmUxYkNlRjl3UHUKcnhld1B4SEQ5SklIeUVKT29VVkxFQjBVMjh5K1FkenBvQWNHVlRrU2NoY2xjcnlzMFhaUjkvSmtrd2dLZHpGSApHbzM3NUlYSHRuelRha0ViUDhWMkhKZFYzT1ZIaUt2S2JFM1plc3ZPYjh3aUJVd2E5RWQ4c0JqbjRzUGF6aXZWCmZHQ1ZGbEN2OXk1Zi9INzRIWG5uc1FLQmdRQ2pxV005WmQvYjRhN1pYaXpVcGNNUXQwUFRsY1BWdzc3cG1UV3EKSFcybEljejg5WGRqSzBnMFBJeFk2UDhzWDUrRkhGZ25KcWU1T2J2dlF6dng0b3NsTnl5ZVBIbW1TelJHUlhTawpoVDNDZUFKRGcwandmRzgwMEFPblJHbkp1WjdTWFcyMjloTnpzUzI3WjcxOG5CdlF1ZUw4THVoZTB1Z1Z6MkNOCmUxck83UUtCZ1FET1FMSlRzUEhuUzdSTGk0VWlXWGx6RVRSczdVbEp0SUR6dkRDUmMweXlFNzRHUWFEWkFFaTEKeDBITElEcXhkbXlCeS9MYWtpdG5ESmxSR1NtODl4SURhWHhvT01WdVFUUnA4ci8wTXhvcEtYUTgvZC9BNElBeQphSzhjYUpnSDJBUUw4T0FnUGZteVFGV3dlWExlNXBvdkZDdThRWWt5K2lUZDV0TDdTZEdMSXc9PQotLS0tLUVORCBSU0EgUFJJVkFURSBLRVktLS0tLQo=

+ echo 'export K8S_CREDENTIALS=/robot-systest/results/kubeconfig.yaml'
+ echo File with new environment was created at /robot-systest/results/k8s_environment.rc
File with new environment was created at /robot-systest/results/k8s_environment.rc