FailedConsole Output

Skipping 616 KB.. Full Log
	          name: xtables-lock
	        - mountPath: /lib/modules
	          name: lib-modules
	          readOnly: true
	      hostNetwork: true
	      nodeSelector:
	        kubernetes.io/os: linux
	      priorityClassName: system-node-critical
	      serviceAccountName: kube-proxy
	      tolerations:
	      - operator: Exists
	      volumes:
	      - configMap:
	          name: kube-proxy
	        name: kube-proxy
	      - hostPath:
	          path: /run/xtables.lock
	          type: FileOrCreate
	        name: xtables-lock
	      - hostPath:
	          path: /lib/modules
	        name: lib-modules
	  updateStrategy:
	    type: RollingUpdate
	status:
	  currentNumberScheduled: 0
	  desiredNumberScheduled: 0
	  numberMisscheduled: 0
	  numberReady: 0
[dryrun] Would perform action CREATE on resource "serviceaccounts" in API group "core/v1"
[dryrun] Attached object:
	apiVersion: v1
	kind: ServiceAccount
	metadata:
	  creationTimestamp: null
	  name: kube-proxy
	  namespace: kube-system
[dryrun] Would perform action CREATE on resource "clusterrolebindings" in API group "rbac.authorization.k8s.io/v1"
[dryrun] Attached object:
	apiVersion: rbac.authorization.k8s.io/v1
	kind: ClusterRoleBinding
	metadata:
	  creationTimestamp: null
	  name: kubeadm:node-proxier
	roleRef:
	  apiGroup: rbac.authorization.k8s.io
	  kind: ClusterRole
	  name: system:node-proxier
	subjects:
	- kind: ServiceAccount
	  name: kube-proxy
	  namespace: kube-system
[dryrun] Would perform action CREATE on resource "roles" in API group "rbac.authorization.k8s.io/v1"
[dryrun] Attached object:
	apiVersion: rbac.authorization.k8s.io/v1
	kind: Role
	metadata:
	  creationTimestamp: null
	  name: kube-proxy
	  namespace: kube-system
	rules:
	- apiGroups:
	  - ""
	  resourceNames:
	  - kube-proxy
	  resources:
	  - configmaps
	  verbs:
	  - get
[dryrun] Would perform action CREATE on resource "rolebindings" in API group "rbac.authorization.k8s.io/v1"
[dryrun] Attached object:
	apiVersion: rbac.authorization.k8s.io/v1
	kind: RoleBinding
	metadata:
	  creationTimestamp: null
	  name: kube-proxy
	  namespace: kube-system
	roleRef:
	  apiGroup: rbac.authorization.k8s.io
	  kind: Role
	  name: kube-proxy
	subjects:
	- kind: Group
	  name: system:bootstrappers:kubeadm:default-node-token
[addons] Applied essential addon: kube-proxy

Your Kubernetes control-plane has initialized successfully!

To start using your cluster, you need to run the following as a regular user:

  mkdir -p $HOME/.kube
  sudo cp -i /etc/kubernetes/tmp/kubeadm-init-dryrun1161969695/admin.conf $HOME/.kube/config
  sudo chown $(id -u):$(id -g) $HOME/.kube/config

Alternatively, if you are the root user, you can run:

  export KUBECONFIG=/etc/kubernetes/admin.conf

You should now deploy a pod network to the cluster.
Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
  https://kubernetes.io/docs/concepts/cluster-administration/addons/

Then you can join any number of worker nodes by running the following on each as root:

kubeadm join 172.21.248.9:6443 --token 29zf9h.u79sy1ddbme0vt47 \
	--discovery-token-ca-cert-hash sha256:05bf00dc82c9df57730e43f7aa1e868f9977f3fd56644e4f3f10f00e826fb439 
I0422 15:41:17.697265   13770 version.go:256] remote version is much newer: v1.30.0; falling back to: stable-1.29
[init] Using Kubernetes version: v1.29.4
[preflight] Running pre-flight checks
[preflight] Pulling images required for setting up a Kubernetes cluster
[preflight] This might take a minute or two, depending on the speed of your internet connection
[preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
W0422 15:41:35.168994   13770 checks.go:835] detected that the sandbox image "registry.k8s.io/pause:3.6" of the container runtime is inconsistent with that used by kubeadm. It is recommended that using "registry.k8s.io/pause:3.9" as the CRI sandbox image.
[certs] Using certificateDir folder "/etc/kubernetes/pki"
[certs] Generating "ca" certificate and key
[certs] Generating "apiserver" certificate and key
[certs] apiserver serving cert is signed for DNS names [kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local osm-master-12463] and IPs [10.96.0.1 172.21.248.9]
[certs] Generating "apiserver-kubelet-client" certificate and key
[certs] Generating "front-proxy-ca" certificate and key
[certs] Generating "front-proxy-client" certificate and key
[certs] Generating "etcd/ca" certificate and key
[certs] Generating "etcd/server" certificate and key
[certs] etcd/server serving cert is signed for DNS names [localhost osm-master-12463] and IPs [172.21.248.9 127.0.0.1 ::1]
[certs] Generating "etcd/peer" certificate and key
[certs] etcd/peer serving cert is signed for DNS names [localhost osm-master-12463] and IPs [172.21.248.9 127.0.0.1 ::1]
[certs] Generating "etcd/healthcheck-client" certificate and key
[certs] Generating "apiserver-etcd-client" certificate and key
[certs] Generating "sa" key and public key
[kubeconfig] Using kubeconfig folder "/etc/kubernetes"
[kubeconfig] Writing "admin.conf" kubeconfig file
[kubeconfig] Writing "super-admin.conf" kubeconfig file
[kubeconfig] Writing "kubelet.conf" kubeconfig file
[kubeconfig] Writing "controller-manager.conf" kubeconfig file
[kubeconfig] Writing "scheduler.conf" kubeconfig file
[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
[control-plane] Using manifest folder "/etc/kubernetes/manifests"
[control-plane] Creating static Pod manifest for "kube-apiserver"
[control-plane] Creating static Pod manifest for "kube-controller-manager"
[control-plane] Creating static Pod manifest for "kube-scheduler"
[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
[kubelet-start] Starting the kubelet
[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
[apiclient] All control plane components are healthy after 6.505579 seconds
[upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
[kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
[upload-certs] Skipping phase. Please see --upload-certs
[mark-control-plane] Marking the node osm-master-12463 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
[mark-control-plane] Marking the node osm-master-12463 as control-plane by adding the taints [node-role.kubernetes.io/control-plane:NoSchedule]
[bootstrap-token] Using token: i4ionu.tnrzxapv3pjp7cz8
[bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
[bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
[bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
[bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
[bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
[bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
[kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
[addons] Applied essential addon: CoreDNS
[addons] Applied essential addon: kube-proxy

Your Kubernetes control-plane has initialized successfully!

To start using your cluster, you need to run the following as a regular user:

  mkdir -p $HOME/.kube
  sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
  sudo chown $(id -u):$(id -g) $HOME/.kube/config

Alternatively, if you are the root user, you can run:

  export KUBECONFIG=/etc/kubernetes/admin.conf

You should now deploy a pod network to the cluster.
Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
  https://kubernetes.io/docs/concepts/cluster-administration/addons/

Then you can join any number of worker nodes by running the following on each as root:

kubeadm join 172.21.248.9:6443 --token i4ionu.tnrzxapv3pjp7cz8 \
	--discovery-token-ca-cert-hash sha256:8ff68f38f93b226a8dc9f052f7b9cf57a2526ad864d9da81966a6091a00a9dbc 
Reading existing namespaces
NAME              STATUS   AGE
default           Active   10s
kube-node-lease   Active   10s
kube-public       Active   10s
kube-system       Active   10s
Track k8scluster init_k8s_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800517&event=k8scluster&operation=init_k8s_ok&value=&comment=&tags=
--2024-04-22 15:41:57--  https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4345 (4.2K) [text/plain]
Saving to: ‘/tmp/flannel.gpExAD/kube-flannel.yml’


kube-flannel.yml      0%[                    ]       0  --.-KB/s               
kube-flannel.yml    100%[===================>]   4.24K  --.-KB/s    in 0s      

2024-04-22 15:41:57 (21.3 MB/s) - ‘/tmp/flannel.gpExAD/kube-flannel.yml’ saved [4345/4345]

namespace/kube-flannel created
clusterrole.rbac.authorization.k8s.io/flannel created
clusterrolebinding.rbac.authorization.k8s.io/flannel created
serviceaccount/flannel created
configmap/kube-flannel-cfg created
daemonset.apps/kube-flannel-ds created
node/osm-master-12463 untainted
LAST SEEN   TYPE      REASON                    OBJECT                  MESSAGE
20s         Normal    Starting                  node/osm-master-12463   Starting kubelet.
20s         Warning   InvalidDiskCapacity       node/osm-master-12463   invalid capacity 0 on image filesystem
19s         Normal    NodeHasSufficientMemory   node/osm-master-12463   Node osm-master-12463 status is now: NodeHasSufficientMemory
19s         Normal    NodeHasNoDiskPressure     node/osm-master-12463   Node osm-master-12463 status is now: NodeHasNoDiskPressure
19s         Normal    NodeHasSufficientPID      node/osm-master-12463   Node osm-master-12463 status is now: NodeHasSufficientPID
20s         Normal    NodeAllocatableEnforced   node/osm-master-12463   Updated Node Allocatable limit across pods
12s         Normal    Starting                  node/osm-master-12463   Starting kubelet.
12s         Warning   InvalidDiskCapacity       node/osm-master-12463   invalid capacity 0 on image filesystem
12s         Normal    NodeAllocatableEnforced   node/osm-master-12463   Updated Node Allocatable limit across pods
12s         Normal    NodeHasSufficientMemory   node/osm-master-12463   Node osm-master-12463 status is now: NodeHasSufficientMemory
12s         Normal    NodeHasNoDiskPressure     node/osm-master-12463   Node osm-master-12463 status is now: NodeHasNoDiskPressure
12s         Normal    NodeHasSufficientPID      node/osm-master-12463   Node osm-master-12463 status is now: NodeHasSufficientPID
Track k8scluster k8s_ready_before_helm: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800523&event=k8scluster&operation=k8s_ready_before_helm&value=&comment=&tags=
Deleting existing namespace osm: kubectl delete ns osm
Track k8scluster install_helm_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800523&event=k8scluster&operation=install_helm_ok&value=&comment=&tags=
DEBUG_INSTALL=
DEFAULT_IP=172.21.248.9
OSM_DEVOPS=/usr/share/osm-devops
OSM_CLUSTER_WORK_DIR=/etc/osm
Installing OpenEBS
"openebs" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "openebs" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete. ⎈Happy Helming!⎈
NAME: openebs
LAST DEPLOYED: Mon Apr 22 15:42:09 2024
NAMESPACE: openebs
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Successfully installed OpenEBS.

Check the status by running: kubectl get pods -n openebs

The default values will install NDM and enable OpenEBS hostpath and device
storage engines along with their default StorageClasses. Use `kubectl get sc`
to see the list of installed OpenEBS StorageClasses.

**Note**: If you are upgrading from the older helm chart that was using cStor
and Jiva (non-csi) volumes, you will have to run the following command to include
the older provisioners:

helm upgrade openebs openebs/openebs \
	--namespace openebs \
	--set legacy.enabled=true \
	--reuse-values

For other engines, you will need to perform a few more additional steps to
enable the engine, configure the engines (e.g. creating pools) and create 
StorageClasses. 

For example, cStor can be enabled using commands like:

helm upgrade openebs openebs/openebs \
	--namespace openebs \
	--set cstor.enabled=true \
	--reuse-values

For more information, 
- view the online documentation at https://openebs.io/docs or
- connect with an active community on Kubernetes slack #openebs channel.
NAME   	NAMESPACE	REVISION	UPDATED                                	STATUS  	CHART        	APP VERSION
openebs	openebs  	1       	2024-04-22 15:42:09.004783258 +0000 UTC	deployed	openebs-3.7.0	3.7.0      
Waiting for storageclass
Storageclass available
storageclass.storage.k8s.io/openebs-hostpath patched
Track k8scluster k8s_storageclass_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800529&event=k8scluster&operation=k8s_storageclass_ok&value=&comment=&tags=
Installing MetalLB
"metallb" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "metallb" chart repository
...Successfully got an update from the "openebs" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete. ⎈Happy Helming!⎈
NAME: metallb
LAST DEPLOYED: Mon Apr 22 15:42:12 2024
NAMESPACE: metallb-system
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
MetalLB is now running in the cluster.

Now you can configure it via its CRs. Please refer to the metallb official docs
on how to use the CRs.
Track k8scluster k8s_metallb_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800534&event=k8scluster&operation=k8s_metallb_ok&value=&comment=&tags=
Installing cert-manager
"jetstack" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "metallb" chart repository
...Successfully got an update from the "openebs" chart repository
...Successfully got an update from the "jetstack" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete. ⎈Happy Helming!⎈
NAME: cert-manager
LAST DEPLOYED: Mon Apr 22 15:42:16 2024
NAMESPACE: cert-manager
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
cert-manager v1.9.1 has been deployed successfully!

In order to begin issuing certificates, you will need to set up a ClusterIssuer
or Issuer resource (for example, by creating a 'letsencrypt-staging' issuer).

More information on the different types of issuers and how to configure them
can be found in our documentation:

https://cert-manager.io/docs/configuration/

For information on how to configure cert-manager to automatically provision
Certificates for Ingress resources, take a look at the `ingress-shim`
documentation:

https://cert-manager.io/docs/usage/ingress/
Track k8scluster k8s_certmanager_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800558&event=k8scluster&operation=k8s_certmanager_ok&value=&comment=&tags=
Installing nginx
Release "ingress-nginx" does not exist. Installing it now.
NAME: ingress-nginx
LAST DEPLOYED: Mon Apr 22 15:42:40 2024
NAMESPACE: ingress-nginx
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
The ingress-nginx controller has been installed.
It may take a few minutes for the load balancer IP to be available.
You can watch the status by running 'kubectl get service --namespace ingress-nginx ingress-nginx-controller --output wide --watch'

An example Ingress that makes use of the controller:
  apiVersion: networking.k8s.io/v1
  kind: Ingress
  metadata:
    name: example
    namespace: foo
  spec:
    ingressClassName: nginx
    rules:
      - host: www.example.com
        http:
          paths:
            - pathType: Prefix
              backend:
                service:
                  name: exampleService
                  port:
                    number: 80
              path: /
    # This section is only required if TLS is to be enabled for the Ingress
    tls:
      - hosts:
        - www.example.com
        secretName: example-tls

If TLS is enabled for the Ingress, a Secret containing the certificate and key must also be provided:

  apiVersion: v1
  kind: Secret
  metadata:
    name: example-tls
    namespace: foo
  data:
    tls.crt: <base64 encoded cert>
    tls.key: <base64 encoded key>
  type: kubernetes.io/tls
pod/ingress-nginx-controller-55474d95c5-tw8rr condition met
Track k8scluster k8s_nginx_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800588&event=k8scluster&operation=k8s_nginx_ok&value=&comment=&tags=
===> Successful checks: 1/10
===> Successful checks: 2/10
===> Successful checks: 3/10
===> Successful checks: 4/10
===> Successful checks: 5/10
===> Successful checks: 6/10
===> Successful checks: 7/10
===> Successful checks: 8/10
===> Successful checks: 9/10
===> Successful checks: 10/10

K8S CLUSTER IS READY
Track k8scluster k8s_ready_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800613&event=k8scluster&operation=k8s_ready_ok&value=&comment=&tags=
Creating IP address pool manifest: /etc/osm/metallb-ipaddrpool.yaml
apiVersion: metallb.io/v1beta1

kind: IPAddressPool

metadata:

  name: first-pool

  namespace: metallb-system

spec:

  addresses:

  - 172.21.248.9/32

Applying IP address pool manifest: kubectl apply -f /etc/osm/metallb-ipaddrpool.yaml
ipaddresspool.metallb.io/first-pool created
Track k8scluster k8scluster_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800613&event=k8scluster&operation=k8scluster_ok&value=&comment=&tags=
Track juju juju_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800613&event=juju&operation=juju_ok&value=&comment=&tags=
Track docker_images docker_images_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800614&event=docker_images&operation=docker_images_ok&value=&comment=&tags=
DEBUG_INSTALL=
OSM_DEVOPS=/usr/share/osm-devops
OSM_DOCKER_TAG=osm-master-12463
OSM_HELM_WORK_DIR=/etc/osm/helm
"bitnami" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "openebs" chart repository
...Successfully got an update from the "metallb" chart repository
...Successfully got an update from the "jetstack" chart repository
...Successfully got an update from the "stable" chart repository
...Successfully got an update from the "bitnami" chart repository
Update Complete. ⎈Happy Helming!⎈
Release "mongodb-k8s" does not exist. Installing it now.
NAME: mongodb-k8s
LAST DEPLOYED: Mon Apr 22 15:43:42 2024
NAMESPACE: osm
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
CHART NAME: mongodb
CHART VERSION: 13.9.4
APP VERSION: 6.0.5

** Please be patient while the chart is being deployed **

MongoDB&reg; can be accessed on the following DNS name(s) and ports from within your cluster:

    mongodb-k8s-0.mongodb-k8s-headless.osm.svc.cluster.local:27017
    mongodb-k8s-1.mongodb-k8s-headless.osm.svc.cluster.local:27017

To connect to your database, create a MongoDB&reg; client container:

    kubectl run --namespace osm mongodb-k8s-client --rm --tty -i --restart='Never' --env="MONGODB_ROOT_PASSWORD=$MONGODB_ROOT_PASSWORD" --image docker.io/bitnami/mongodb:6.0.5-debian-11-r4 --command -- bash

Then, run the following command:
    mongosh admin --host "mongodb-k8s-0.mongodb-k8s-headless.osm.svc.cluster.local:27017,mongodb-k8s-1.mongodb-k8s-headless.osm.svc.cluster.local:27017"
Track deploy_osm deploy_mongodb_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800623&event=deploy_osm&operation=deploy_mongodb_ok&value=&comment=&tags=
helm install -n osm --create-namespace osm /usr/share/osm-devops/installers/helm/osm  --set global.hostname=172.21.248.9.nip.io --set global.image.repositoryBase=osm.etsi.org:5050/devops/cicd/opensourcemano --set mysql.dbHostPath=/var/lib/osm/osm --set-string global.image.tag=osm-master-12463
NAME: osm
LAST DEPLOYED: Mon Apr 22 15:43:43 2024
NAMESPACE: osm
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
  export OSM_URL=$(kubectl get --namespace osm -o jsonpath="{.spec.rules[0].host}" ingress ngui-ingress)
  echo "OSM URL: $OSM_URL"
  export OSM_NBI=$(kubectl get --namespace osm -o jsonpath="{.spec.rules[0].host}" ingress nbi-ingress)
  echo "OSM NBI: $OSM_NBI"
USER-SUPPLIED VALUES:

global:

  hostname: 172.21.248.9.nip.io

  image:

    repositoryBase: osm.etsi.org:5050/devops/cicd/opensourcemano

    tag: osm-master-12463

mysql:

  dbHostPath: /var/lib/osm/osm

Track deploy_osm deploy_osm_services_k8s_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800627&event=deploy_osm&operation=deploy_osm_services_k8s_ok&value=&comment=&tags=
DEFAULT_IP=172.21.248.9
DEBUG_INSTALL=
OSM_DEVOPS=/usr/share/osm-devops
OSM_DOCKER_TAG=osm-master-12463
OSM_HELM_WORK_DIR=/etc/osm/helm
Updating Helm values file helm/values/airflow-values.yaml to use defaultAirflowTag: osm-master-12463
Updating Helm values file helm/values/airflow-values.yaml to use defaultAirflowRepository: osm.etsi.org:5050/devops/cicd/opensourcemano/airflow
Updating Helm values file helm/values/airflow-values.yaml to set ingress.web.host: airflow.172.21.248.9.nip.io
"apache-airflow" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "metallb" chart repository
...Successfully got an update from the "apache-airflow" chart repository
...Successfully got an update from the "openebs" chart repository
...Successfully got an update from the "jetstack" chart repository
...Successfully got an update from the "stable" chart repository
...Successfully got an update from the "bitnami" chart repository
Update Complete. ⎈Happy Helming!⎈
Release "airflow" does not exist. Installing it now.
NAME: airflow
LAST DEPLOYED: Mon Apr 22 15:43:52 2024
NAMESPACE: osm
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Thank you for installing Apache Airflow 2.5.3!

Your release is named airflow.
You can now access your service(s) by following defined Ingress urls:

DEPRECATION WARNING:
   `ingress.web.host` has been renamed to `ingress.web.hosts` and is now an array.
   Please change your values as support for the old name will be dropped in a future release.

DEPRECATION WARNING:
   `ingress.web.tls` has been renamed to `ingress.web.hosts[*].tls` and can be set per host.
   Please change your values as support for the old name will be dropped in a future release.

DEPRECATION WARNING:
   `ingress.flower.tls` has been renamed to `ingress.flower.hosts[*].tls` and can be set per host.
   Please change your values as support for the old name will be dropped in a future release.
Airflow Webserver:
      http://airflow.172.21.248.9.nip.io//
Default Webserver (Airflow UI) Login credentials:
    username: admin
    password: admin
Default Postgres connection credentials:
    username: postgres
    password: postgres
    port: 5432

You can get Fernet Key value by running the following:

    echo Fernet Key: $(kubectl get secret --namespace osm airflow-fernet-key -o jsonpath="{.data.fernet-key}" | base64 --decode)
Track deploy_osm airflow_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800867&event=deploy_osm&operation=airflow_ok&value=&comment=&tags=
"prometheus-community" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "metallb" chart repository
...Successfully got an update from the "apache-airflow" chart repository
...Successfully got an update from the "openebs" chart repository
...Successfully got an update from the "jetstack" chart repository
...Successfully got an update from the "prometheus-community" chart repository
...Successfully got an update from the "stable" chart repository
...Successfully got an update from the "bitnami" chart repository
Update Complete. ⎈Happy Helming!⎈
Release "pushgateway" does not exist. Installing it now.
NAME: pushgateway
LAST DEPLOYED: Mon Apr 22 15:47:54 2024
NAMESPACE: osm
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
  export POD_NAME=$(kubectl get pods --namespace osm -l "app=prometheus-pushgateway,release=pushgateway" -o jsonpath="{.items[0].metadata.name}")
  echo "Visit http://127.0.0.1:8080 to use your application"
  kubectl port-forward $POD_NAME 8080:80
Track deploy_osm pushgateway_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800875&event=deploy_osm&operation=pushgateway_ok&value=&comment=&tags=
Updating Helm values file helm/values/alertmanager-values.yaml to set ingress.hosts.host: alertmanager.172.21.248.9.nip.io
"prometheus-community" already exists with the same configuration, skipping
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "metallb" chart repository
...Successfully got an update from the "apache-airflow" chart repository
...Successfully got an update from the "openebs" chart repository
...Successfully got an update from the "jetstack" chart repository
...Successfully got an update from the "prometheus-community" chart repository
...Successfully got an update from the "stable" chart repository
...Successfully got an update from the "bitnami" chart repository
Update Complete. ⎈Happy Helming!⎈
Release "alertmanager" does not exist. Installing it now.
NAME: alertmanager
LAST DEPLOYED: Mon Apr 22 15:48:01 2024
NAMESPACE: osm
STATUS: deployed
REVISION: 1
NOTES:
1. Get the application URL by running these commands:
  http://alertmanager.172.21.248.9.nip.io/
Track deploy_osm alertmanager_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800882&event=deploy_osm&operation=alertmanager_ok&value=&comment=&tags=
Track deploy_osm install_osm_ngsa_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800882&event=deploy_osm&operation=install_osm_ngsa_ok&value=&comment=&tags=
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  3120  100  3120    0     0   930k      0 --:--:-- --:--:-- --:--:-- 1523k
OK

Repository: 'deb [arch=amd64] http://172.21.249.4:56707/release unstable osmclient IM'
Description:
Archive for codename: unstable components: osmclient,IM
More info: http://172.21.249.4:56707/release
Adding repository.
Adding deb entry to /etc/apt/sources.list.d/archive_uri-http_172_21_249_4_56707_release-jammy.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/archive_uri-http_172_21_249_4_56707_release-jammy.list

0% [Working]
            
Ign:1 http://172.21.249.4:56707/release unstable InRelease

0% [Working]
            
Hit:2 http://172.21.249.4:56707/release unstable Release

0% [Working]
            
Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]

0% [Connecting to nova.clouds.archive.ubuntu.com (91.189.91.121)] [3 InRelease 
                                                                               
Hit:4 https://download.docker.com/linux/ubuntu jammy InRelease

0% [Waiting for headers] [3 InRelease 43.1 kB/110 kB 39%] [Waiting for headers]
                                                                               
0% [Waiting for headers] [Waiting for headers]
                                              
Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu jammy InRelease

                                              
0% [Waiting for headers]
0% [Waiting for headers] [Waiting for headers]
                                              
Get:7 http://172.21.249.4:56707/release unstable/osmclient amd64 Packages [480 B]

0% [Waiting for headers] [7 Packages 480 B/480 B 100%] [Waiting for headers]
                                                                            
0% [Waiting for headers] [Waiting for headers]
                                              
Get:8 http://172.21.249.4:56707/release unstable/IM amd64 Packages [860 B]

0% [Waiting for headers] [8 Packages 860 B/860 B 100%] [Waiting for headers]
                                                                            
0% [Waiting for headers] [Waiting for headers]
0% [7 Packages store 0 B] [Waiting for headers] [Waiting for headers]
                                                                     
0% [Waiting for headers] [Waiting for headers]
0% [8 Packages store 0 B] [Waiting for headers] [Waiting for headers]
                                                                     
0% [Waiting for headers] [Waiting for headers]
                                              
0% [Waiting for headers]
0% [Waiting for headers]
                        
Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]

0% [Connecting to prod-cdn.packages.k8s.io] [10 InRelease 4096 B/119 kB 3%]
                                                                           
0% [Waiting for headers] [10 InRelease 33.0 kB/119 kB 28%]
                                                          
Hit:9 https://prod-cdn.packages.k8s.io/repositories/isv:/kubernetes:/core:/stable:/v1.29/deb  InRelease

                                                          
0% [10 InRelease 33.0 kB/119 kB 28%]
                                    
0% [10 InRelease 111 kB/119 kB 94%]
                                   
0% [Waiting for headers]
0% [Waiting for headers]
                        
Hit:11 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-backports InRelease

                        
0% [Working]
0% [Working]
100% [Working]
              
Fetched 230 kB in 1s (207 kB/s)

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 3%

Reading package lists... 3%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 38%

Reading package lists... 40%

Reading package lists... 40%

Reading package lists... 56%

Reading package lists... 56%

Reading package lists... 57%

Reading package lists... 57%

Reading package lists... 57%

Reading package lists... 57%

Reading package lists... 62%

Reading package lists... 62%

Reading package lists... 65%

Reading package lists... 65%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 74%

Reading package lists... 74%

Reading package lists... 78%

Reading package lists... 78%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 83%

Reading package lists... 83%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 92%

Reading package lists... 92%

Reading package lists... 95%

Reading package lists... 95%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... Done

W: http://172.21.249.4:56707/release/dists/unstable/Release.gpg: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: Conflicting distribution: http://172.21.249.4:56707/release unstable Release (expected unstable but got )

0% [Working]
            
Ign:1 http://172.21.249.4:56707/release unstable InRelease

0% [Working]
            
Hit:2 http://172.21.249.4:56707/release unstable Release

0% [Working]
            
Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu jammy InRelease

0% [Waiting for headers] [Connecting to security.ubuntu.com (185.125.190.36)] [
                                                                               
Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates InRelease

0% [Waiting for headers] [Waiting for headers] [Waiting for headers] [Waiting f
                                                                               
Hit:5 https://download.docker.com/linux/ubuntu jammy InRelease

                                                                               
0% [Waiting for headers] [Waiting for headers] [Waiting for headers]
                                                                    
Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease

                                                                    
0% [Waiting for headers] [Waiting for headers]
                                              
Hit:7 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-backports InRelease

                                              
0% [Waiting for headers]
0% [Waiting for headers]
                        
0% [Working]
0% [Connected to prod-cdn.packages.k8s.io (18.161.97.77)]
                                                         
Hit:9 https://prod-cdn.packages.k8s.io/repositories/isv:/kubernetes:/core:/stable:/v1.29/deb  InRelease

                                                         
0% [Working]
0% [Working]
0% [Working]
0% [Working]
0% [Working]
20% [Working]
             

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 3%

Reading package lists... 3%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 40%

Reading package lists... 40%

Reading package lists... 40%

Reading package lists... 56%

Reading package lists... 56%

Reading package lists... 57%

Reading package lists... 57%

Reading package lists... 57%

Reading package lists... 57%

Reading package lists... 62%

Reading package lists... 62%

Reading package lists... 65%

Reading package lists... 65%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 74%

Reading package lists... 74%

Reading package lists... 78%

Reading package lists... 78%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 83%

Reading package lists... 83%

Reading package lists... 86%

Reading package lists... 86%

Reading package lists... 92%

Reading package lists... 92%

Reading package lists... 95%

Reading package lists... 95%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... Done

W: http://172.21.249.4:56707/release/dists/unstable/Release.gpg: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: Conflicting distribution: http://172.21.249.4:56707/release unstable Release (expected unstable but got )

Reading package lists... 0%

Reading package lists... 100%

Reading package lists... Done


Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree... Done


Reading state information... 0% 

Reading state information... 0%

Reading state information... Done

The following additional packages will be installed:
  build-essential bzip2 cpp cpp-11 dpkg-dev fakeroot fontconfig-config
  fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gcc-12-base
  javascript-common libalgorithm-diff-perl libalgorithm-diff-xs-perl
  libalgorithm-merge-perl libasan6 libatomic1 libc-dev-bin libc-devtools libc6
  libc6-dev libcc1-0 libcrypt-dev libdeflate0 libdpkg-perl libexpat1
  libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1
  libgcc-11-dev libgcc-s1 libgd3 libgomp1 libisl23 libitm1 libjbig0
  libjpeg-turbo8 libjpeg8 libjs-jquery libjs-sphinxdoc libjs-underscore
  liblsan0 libmpc3 libnsl-dev libpython3-dev libpython3-stdlib libpython3.10
  libpython3.10-dev libpython3.10-minimal libpython3.10-stdlib libquadmath0
  libstdc++-11-dev libstdc++6 libtiff5 libtirpc-dev libtsan0 libubsan1
  libwebp7 libxpm4 linux-libc-dev lto-disabled-list make manpages-dev python3
  python3-dev python3-distutils python3-lib2to3 python3-minimal python3-wheel
  python3.10 python3.10-dev python3.10-minimal rpcsvc-proto zlib1g zlib1g-dev
Suggested packages:
  bzip2-doc cpp-doc gcc-11-locales debian-keyring g++-multilib g++-11-multilib
  gcc-11-doc gcc-multilib autoconf automake libtool flex bison gdb gcc-doc
  gcc-11-multilib apache2 | lighttpd | httpd glibc-doc bzr libgd-tools
  libstdc++-11-doc make-doc python3-doc python3-tk python3-venv
  python3.10-venv python3.10-doc binfmt-support
Recommended packages:
  libnss-nis libnss-nisplus
The following NEW packages will be installed:
  build-essential bzip2 cpp cpp-11 dpkg-dev fakeroot fontconfig-config
  fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base javascript-common
  libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
  libasan6 libatomic1 libc-dev-bin libc-devtools libc6-dev libcc1-0
  libcrypt-dev libdeflate0 libdpkg-perl libexpat1-dev libfakeroot
  libfile-fcntllock-perl libfontconfig1 libgcc-11-dev libgd3 libgomp1 libisl23
  libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjs-jquery libjs-sphinxdoc
  libjs-underscore liblsan0 libmpc3 libnsl-dev libpython3-dev
  libpython3.10-dev libquadmath0 libstdc++-11-dev libtiff5 libtirpc-dev
  libtsan0 libubsan1 libwebp7 libxpm4 linux-libc-dev lto-disabled-list make
  manpages-dev python3-dev python3-pip python3-wheel python3.10-dev
  rpcsvc-proto zlib1g-dev
The following packages will be upgraded:
  gcc-12-base libc6 libexpat1 libgcc-s1 libpython3-stdlib libpython3.10
  libpython3.10-minimal libpython3.10-stdlib libstdc++6 python3
  python3-distutils python3-lib2to3 python3-minimal python3.10
  python3.10-minimal zlib1g
16 upgraded, 64 newly installed, 0 to remove and 207 not upgraded.
Need to get 83.1 MB of archives.
After this operation, 239 MB of additional disk space will be used.

0% [Working]
            
Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-12-base amd64 12.3.0-1ubuntu1~22.04 [20.1 kB]

0% [1 gcc-12-base 5511 B/20.1 kB 27%]
                                     
0% [Working]
            
Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-s1 amd64 12.3.0-1ubuntu1~22.04 [53.9 kB]

0% [2 libgcc-s1 2615 B/53.9 kB 5%]
                                  
1% [Waiting for headers]
                        
Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++6 amd64 12.3.0-1ubuntu1~22.04 [699 kB]

1% [3 libstdc++6 572 B/699 kB 0%]
                                 
1% [Waiting for headers]
                        
Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6 amd64 2.35-0ubuntu3.7 [3235 kB]

1% [4 libc6 1067 B/3235 kB 0%]
                              
5% [Waiting for headers]
                        
Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.3 [91.0 kB]

5% [5 libexpat1 30.6 kB/91.0 kB 34%]
                                    
5% [Waiting for headers]
                        
Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu9.2 [58.4 kB]

5% [6 zlib1g 1789 B/58.4 kB 3%]
                               
6% [Waiting for headers]
                        
Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10 amd64 3.10.12-1~22.04.3 [1948 kB]

6% [7 libpython3.10 16.4 kB/1948 kB 1%]
                                       
Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.3 [508 kB]

                                       
8% [8 python3.10 46.1 kB/508 kB 9%]
                                   
8% [Waiting for headers]
                        
Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-distutils all 3.10.8-1~22.04 [139 kB]

8% [9 python3-distutils 12.3 kB/139 kB 9%]
                                          
9% [Waiting for headers]
                        
Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-lib2to3 all 3.10.8-1~22.04 [77.6 kB]

9% [10 python3-lib2to3 0 B/77.6 kB 0%]
                                      
9% [Waiting for headers]
                        
Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.3 [1848 kB]

9% [11 libpython3.10-stdlib 28.6 kB/1848 kB 2%]
                                               
11% [Working]
             
Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.3 [2242 kB]

11% [12 python3.10-minimal 14.2 kB/2242 kB 1%]
11% [12 python3.10-minimal 334 kB/2242 kB 15%]
                                              
14% [Working]
             
Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.3 [812 kB]

14% [13 libpython3.10-minimal 12.3 kB/812 kB 2%]
                                                
15% [Working]
             
Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB]

15% [14 python3-minimal 224 B/24.3 kB 1%]
                                         
15% [Waiting for headers]
                         
Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB]

15% [15 python3 0 B/22.8 kB 0%]
                               
15% [Waiting for headers]
                         
Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6910 B]

15% [Waiting for headers]
                         
Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.7 [20.3 kB]

15% [17 libc-dev-bin 177 B/20.3 kB 1%]
                                      
16% [Waiting for headers]
                         
Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-105.115 [1330 kB]

16% [18 linux-libc-dev 4096 B/1330 kB 0%]
                                         
17% [Working]
             
Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB]

17% [19 libcrypt-dev 7753 B/112 kB 7%]
                                      
Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]

18% [20 rpcsvc-proto 34.7 kB/68.5 kB 51%]
                                         
18% [Working]
             
Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB]

18% [21 libtirpc-dev 12.6 kB/192 kB 7%]
                                       
18% [Waiting for headers]
                         
Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]

18% [22 libnsl-dev 13.1 kB/71.3 kB 18%]
                                       
19% [Working]
             
Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.7 [2100 kB]

19% [23 libc6-dev 8403 B/2100 kB 0%]
19% [23 libc6-dev 310 kB/2100 kB 15%]
                                     
21% [Working]
             
Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.4.0-1ubuntu1~22.04 [20.2 kB]

21% [24 gcc-11-base 8407 B/20.2 kB 42%]
                                       
21% [Working]
             
Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB]

21% [25 libisl23 27.2 kB/727 kB 4%]
                                   
22% [Waiting for headers]
                         
Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB]

22% [26 libmpc3 16.9 kB/46.9 kB 36%]
                                    
22% [Waiting for headers]
                         
Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.4.0-1ubuntu1~22.04 [10.0 MB]

22% [27 cpp-11 12.7 kB/10.0 MB 0%]
                                  
32% [Waiting for headers]
                         
Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB]

32% [28 cpp 14.4 kB/27.7 kB 52%]
                                
33% [Working]
             
Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcc1-0 amd64 12.3.0-1ubuntu1~22.04 [48.3 kB]

33% [29 libcc1-0 48.3 kB/48.3 kB 100%]
                                      
33% [Waiting for headers]
                         
Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.3.0-1ubuntu1~22.04 [126 kB]

33% [30 libgomp1 65.3 kB/126 kB 52%]
                                    
33% [Working]
             
Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.3.0-1ubuntu1~22.04 [30.2 kB]

             
Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.3.0-1ubuntu1~22.04 [10.4 kB]

33% [32 libatomic1 10.4 kB/10.4 kB 100%]
                                        
Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.4.0-1ubuntu1~22.04 [2282 kB]

                                        
34% [33 libasan6 97.6 kB/2282 kB 4%]
                                    
36% [Working]
             
Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.3.0-1ubuntu1~22.04 [1069 kB]

36% [34 liblsan0 14.2 kB/1069 kB 1%]
36% [34 liblsan0 334 kB/1069 kB 31%]
                                    
37% [Working]
             
Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.4.0-1ubuntu1~22.04 [2260 kB]

37% [35 libtsan0 14.2 kB/2260 kB 1%]
                                    
40% [Waiting for headers]
                         
Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.3.0-1ubuntu1~22.04 [976 kB]

40% [36 libubsan1 8614 B/976 kB 1%]
                                   
41% [Waiting for headers]
                         
Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.3.0-1ubuntu1~22.04 [154 kB]

41% [37 libquadmath0 6243 B/154 kB 4%]
                                      
41% [Waiting for headers]
                         
Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-11-dev amd64 11.4.0-1ubuntu1~22.04 [2517 kB]

41% [38 libgcc-11-dev 13.2 kB/2517 kB 1%]
                                         
44% [Working]
             
Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11 amd64 11.4.0-1ubuntu1~22.04 [20.1 MB]

44% [39 gcc-11 6497 B/20.1 MB 0%]
58% [39 gcc-11 14.0 MB/20.1 MB 69%]                                8268 kB/s 4s
64% [Working]                                                      8268 kB/s 3s
                                                                               
Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B]

64% [40 gcc 5112 B/5112 B 100%]                                    8268 kB/s 3s
64% [Working]                                                      8268 kB/s 3s
                                                                               
Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.4.0-1ubuntu1~22.04 [2101 kB]

64% [41 libstdc++-11-dev 8097 B/2101 kB 0%]                        8268 kB/s 3s
66% [Waiting for headers]                                          8268 kB/s 3s
                                                                               
Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.4.0-1ubuntu1~22.04 [11.4 MB]

66% [42 g++-11 49.2 kB/11.4 MB 0%]                                 8268 kB/s 3s
77% [42 g++-11 11.0 MB/11.4 MB 96%]                                8268 kB/s 1s
78% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B]

78% [Working]                                                      8268 kB/s 1s
                                                                               
Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB]

78% [44 make 47.8 kB/180 kB 27%]                                   8268 kB/s 1s
78% [Working]                                                      8268 kB/s 1s
                                                                               
Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.3 [237 kB]

78% [45 libdpkg-perl 1165 B/237 kB 0%]                             8268 kB/s 1s
79% [Working]                                                      8268 kB/s 1s
                                                                               
Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB]

79% [46 bzip2 2615 B/34.8 kB 8%]                                   8268 kB/s 1s
79% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB]

79% [47 lto-disabled-list 2264 B/12.5 kB 18%]                      8268 kB/s 1s
79% [Working]                                                      8268 kB/s 1s
                                                                               
Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.3 [922 kB]

79% [48 dpkg-dev 1061 B/922 kB 0%]                                 8268 kB/s 1s
80% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B]

81% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB]

81% [50 libfakeroot 767 B/31.5 kB 2%]                              8268 kB/s 1s
81% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB]

81% [51 fakeroot 3732 B/60.4 kB 6%]                                8268 kB/s 1s
81% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]

81% [52 fonts-dejavu-core 382 B/1041 kB 0%]                        8268 kB/s 1s
82% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]

82% [53 fontconfig-config 3835 B/29.1 kB 13%]                      8268 kB/s 1s
83% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 javascript-common all 11+nmu1 [5936 B]

83% [Working]                                                      8268 kB/s 1s
                                                                               
Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]

83% [55 libalgorithm-diff-perl 796 B/41.8 kB 2%]                   8268 kB/s 1s
83% [Working]                                                      8268 kB/s 1s
                                                                               
Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB]

83% [56 libalgorithm-diff-xs-perl 1167 B/11.9 kB 10%]              8268 kB/s 1s
84% [Working]                                                      8268 kB/s 1s
                                                                               
Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]

84% [57 libalgorithm-merge-perl 2615 B/12.0 kB 22%]                8268 kB/s 1s
84% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB]

84% [58 libfontconfig1 1924 B/131 kB 1%]                           8268 kB/s 1s
84% [Working]                                                      8268 kB/s 1s
                                                                               
Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB]

84% [59 libjpeg-turbo8 527 B/134 kB 0%]                            8268 kB/s 1s
85% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B]

85% [60 libjpeg8 1924 B/2264 B 85%]                                8268 kB/s 1s
85% [Working]                                                      8268 kB/s 1s
                                                                               
Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB]

85% [61 libdeflate0 2274 B/70.9 kB 3%]                             8268 kB/s 1s
85% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB]

85% [62 libjbig0 613 B/29.2 kB 2%]                                 8268 kB/s 1s
85% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebp7 amd64 1.2.2-2ubuntu0.22.04.2 [206 kB]

85% [63 libwebp7 1572 B/206 kB 1%]                                 8268 kB/s 1s
86% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.8 [185 kB]

86% [64 libtiff5 637 B/185 kB 0%]                                  8268 kB/s 1s
86% [Working]                                                      8268 kB/s 1s
                                                                               
Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.2 [36.7 kB]

86% [65 libxpm4 649 B/36.7 kB 2%]                                  8268 kB/s 1s
87% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libgd3 amd64 2.3.0-2ubuntu2 [129 kB]

87% [66 libgd3 4042 B/129 kB 3%]                                   8268 kB/s 1s
87% [Working]                                                      8268 kB/s 1s
                                                                               
Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.7 [29.0 kB]

87% [67 libc-devtools 2615 B/29.0 kB 9%]                           8268 kB/s 1s
87% [Working]                                                      8268 kB/s 1s
                                                                               
Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1-dev amd64 2.4.7-1ubuntu0.3 [147 kB]

87% [68 libexpat1-dev 2613 B/147 kB 2%]                            8268 kB/s 1s
88% [Working]                                                      8268 kB/s 1s
                                                                               
Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB]

88% [69 libfile-fcntllock-perl 2806 B/33.9 kB 8%]                  8268 kB/s 1s
88% [Working]                                                      8268 kB/s 1s
                                                                               
Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libjs-jquery all 3.6.0+dfsg+~3.5.13-1 [321 kB]

88% [70 libjs-jquery 3415 B/321 kB 1%]                             8268 kB/s 1s
88% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libjs-underscore all 1.13.2~dfsg-2 [118 kB]

88% [71 libjs-underscore 694 B/118 kB 1%]                          8268 kB/s 1s
89% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libjs-sphinxdoc all 4.3.2-1 [139 kB]

89% [72 libjs-sphinxdoc 1365 B/139 kB 1%]                          8268 kB/s 1s
89% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB]

89% [73 zlib1g-dev 1156 B/164 kB 1%]                               8268 kB/s 1s
90% [Waiting for headers]                                          8268 kB/s 1s
                                                                               
Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-dev amd64 3.10.12-1~22.04.3 [4762 kB]

90% [74 libpython3.10-dev 7675 B/4762 kB 0%]                       8268 kB/s 1s
94% [Working]                                                      8268 kB/s 0s
                                                                               
Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-dev amd64 3.10.6-1~22.04 [7166 B]

94% [75 libpython3-dev 7166 B/7166 B 100%]                         8268 kB/s 0s
95% [Waiting for headers]                                          8268 kB/s 0s
                                                                               
Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB]

95% [76 manpages-dev 42.9 kB/2309 kB 2%]                           8268 kB/s 0s
97% [Working]                                                      8268 kB/s 0s
                                                                               
Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-dev amd64 3.10.12-1~22.04.3 [507 kB]

97% [77 python3.10-dev 6026 B/507 kB 1%]                           8268 kB/s 0s
98% [Working]                                                      8268 kB/s 0s
                                                                               
Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-dev amd64 3.10.6-1~22.04 [26.0 kB]

98% [78 python3-dev 2615 B/26.0 kB 10%]                            8268 kB/s 0s
98% [Working]                                                      8268 kB/s 0s
                                                                               
Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-wheel all 0.37.1-2ubuntu0.22.04.1 [32.0 kB]

98% [79 python3-wheel 2615 B/32.0 kB 8%]                           8268 kB/s 0s
98% [Waiting for headers]                                          8268 kB/s 0s
                                                                               
Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-pip all 22.0.2+dfsg-1ubuntu0.4 [1305 kB]

98% [80 python3-pip 2182 B/1305 kB 0%]                             8268 kB/s 0s
100% [80 python3-pip 1163 kB/1305 kB 89%]                          8268 kB/s 0s
100% [Working]                                                     8268 kB/s 0s
                                                                               
Fetched 83.1 MB in 11s (7316 kB/s)

Extracting templates from packages: 37%
Extracting templates from packages: 75%
Extracting templates from packages: 100%
Preconfiguring packages ...
(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 ... 65412 files and directories currently installed.)
Preparing to unpack .../gcc-12-base_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking gcc-12-base:amd64 (12.3.0-1ubuntu1~22.04) over (12-20220319-1ubuntu1) ...
Setting up gcc-12-base:amd64 (12.3.0-1ubuntu1~22.04) ...
(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 ... 65412 files and directories currently installed.)
Preparing to unpack .../libgcc-s1_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libgcc-s1:amd64 (12.3.0-1ubuntu1~22.04) over (12-20220319-1ubuntu1) ...
Setting up libgcc-s1:amd64 (12.3.0-1ubuntu1~22.04) ...
(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 ... 65412 files and directories currently installed.)
Preparing to unpack .../libstdc++6_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libstdc++6:amd64 (12.3.0-1ubuntu1~22.04) over (12-20220319-1ubuntu1) ...
Setting up libstdc++6:amd64 (12.3.0-1ubuntu1~22.04) ...
(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 ... 65412 files and directories currently installed.)
Preparing to unpack .../libc6_2.35-0ubuntu3.7_amd64.deb ...
Unpacking libc6:amd64 (2.35-0ubuntu3.7) over (2.35-0ubuntu3.1) ...
Setting up libc6:amd64 (2.35-0ubuntu3.7) ...
(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 ... 65412 files and directories currently installed.)
Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.3_amd64.deb ...
Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.3) over (2.4.7-1) ...
Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ...
Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu9.2) over (1:1.2.11.dfsg-2ubuntu9) ...
Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu9.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 ... 65412 files and directories currently installed.)
Preparing to unpack .../0-libpython3.10_3.10.12-1~22.04.3_amd64.deb ...
Unpacking libpython3.10:amd64 (3.10.12-1~22.04.3) over (3.10.4-3ubuntu0.1) ...
Preparing to unpack .../1-python3.10_3.10.12-1~22.04.3_amd64.deb ...
Unpacking python3.10 (3.10.12-1~22.04.3) over (3.10.4-3ubuntu0.1) ...
Preparing to unpack .../2-python3-distutils_3.10.8-1~22.04_all.deb ...
Unpacking python3-distutils (3.10.8-1~22.04) over (3.10.4-0ubuntu1) ...
Preparing to unpack .../3-python3-lib2to3_3.10.8-1~22.04_all.deb ...
Unpacking python3-lib2to3 (3.10.8-1~22.04) over (3.10.4-0ubuntu1) ...
Preparing to unpack .../4-libpython3.10-stdlib_3.10.12-1~22.04.3_amd64.deb ...
Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.3) over (3.10.4-3ubuntu0.1) ...
Preparing to unpack .../5-python3.10-minimal_3.10.12-1~22.04.3_amd64.deb ...
Unpacking python3.10-minimal (3.10.12-1~22.04.3) over (3.10.4-3ubuntu0.1) ...
Preparing to unpack .../6-libpython3.10-minimal_3.10.12-1~22.04.3_amd64.deb ...
Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.3) over (3.10.4-3ubuntu0.1) ...
Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.3) ...
Setting up libexpat1:amd64 (2.4.7-1ubuntu0.3) ...
Setting up python3.10-minimal (3.10.12-1~22.04.3) ...
(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 ... 65544 files and directories currently installed.)
Preparing to unpack .../python3-minimal_3.10.6-1~22.04_amd64.deb ...
Unpacking python3-minimal (3.10.6-1~22.04) over (3.10.4-0ubuntu2) ...
Setting up python3-minimal (3.10.6-1~22.04) ...
(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 ... 65544 files and directories currently installed.)
Preparing to unpack .../00-python3_3.10.6-1~22.04_amd64.deb ...
Unpacking python3 (3.10.6-1~22.04) over (3.10.4-0ubuntu2) ...
Preparing to unpack .../01-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) over (3.10.4-0ubuntu2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../02-libc-dev-bin_2.35-0ubuntu3.7_amd64.deb ...
Unpacking libc-dev-bin (2.35-0ubuntu3.7) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../03-linux-libc-dev_5.15.0-105.115_amd64.deb ...
Unpacking linux-libc-dev:amd64 (5.15.0-105.115) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../04-libcrypt-dev_1%3a4.4.27-1_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../05-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../06-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../07-libnsl-dev_1.3.0-2build2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../08-libc6-dev_2.35-0ubuntu3.7_amd64.deb ...
Unpacking libc6-dev:amd64 (2.35-0ubuntu3.7) ...
Selecting previously unselected package gcc-11-base:amd64.
Preparing to unpack .../09-gcc-11-base_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package libisl23:amd64.
Preparing to unpack .../10-libisl23_0.24-2build1_amd64.deb ...
Unpacking libisl23:amd64 (0.24-2build1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../11-libmpc3_1.2.1-2build1_amd64.deb ...
Unpacking libmpc3:amd64 (1.2.1-2build1) ...
Selecting previously unselected package cpp-11.
Preparing to unpack .../12-cpp-11_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking cpp-11 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package cpp.
Preparing to unpack .../13-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ...
Unpacking cpp (4:11.2.0-1ubuntu1) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../14-libcc1-0_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../15-libgomp1_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../16-libitm1_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libitm1:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../17-libatomic1_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libasan6:amd64.
Preparing to unpack .../18-libasan6_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libasan6:amd64 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../19-liblsan0_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../20-libtsan0_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../21-libubsan1_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../22-libquadmath0_12.3.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ...
Selecting previously unselected package libgcc-11-dev:amd64.
Preparing to unpack .../23-libgcc-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package gcc-11.
Preparing to unpack .../24-gcc-11_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking gcc-11 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package gcc.
Preparing to unpack .../25-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ...
Unpacking gcc (4:11.2.0-1ubuntu1) ...
Selecting previously unselected package libstdc++-11-dev:amd64.
Preparing to unpack .../26-libstdc++-11-dev_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package g++-11.
Preparing to unpack .../27-g++-11_11.4.0-1ubuntu1~22.04_amd64.deb ...
Unpacking g++-11 (11.4.0-1ubuntu1~22.04) ...
Selecting previously unselected package g++.
Preparing to unpack .../28-g++_4%3a11.2.0-1ubuntu1_amd64.deb ...
Unpacking g++ (4:11.2.0-1ubuntu1) ...
Selecting previously unselected package make.
Preparing to unpack .../29-make_4.3-4.1build1_amd64.deb ...
Unpacking make (4.3-4.1build1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../30-libdpkg-perl_1.21.1ubuntu2.3_all.deb ...
Unpacking libdpkg-perl (1.21.1ubuntu2.3) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../31-bzip2_1.0.8-5build1_amd64.deb ...
Unpacking bzip2 (1.0.8-5build1) ...
Selecting previously unselected package lto-disabled-list.
Preparing to unpack .../32-lto-disabled-list_24_all.deb ...
Unpacking lto-disabled-list (24) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../33-dpkg-dev_1.21.1ubuntu2.3_all.deb ...
Unpacking dpkg-dev (1.21.1ubuntu2.3) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../34-build-essential_12.9ubuntu3_amd64.deb ...
Unpacking build-essential (12.9ubuntu3) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../35-libfakeroot_1.28-1ubuntu1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../36-fakeroot_1.28-1ubuntu1_amd64.deb ...
Unpacking fakeroot (1.28-1ubuntu1) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../37-fonts-dejavu-core_2.37-2build1_all.deb ...
Unpacking fonts-dejavu-core (2.37-2build1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../38-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
Selecting previously unselected package javascript-common.
Preparing to unpack .../39-javascript-common_11+nmu1_all.deb ...
Unpacking javascript-common (11+nmu1) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../40-libalgorithm-diff-perl_1.201-1_all.deb ...
Unpacking libalgorithm-diff-perl (1.201-1) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../41-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../42-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../43-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
Selecting previously unselected package libjpeg-turbo8:amd64.
Preparing to unpack .../44-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ...
Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
Selecting previously unselected package libjpeg8:amd64.
Preparing to unpack .../45-libjpeg8_8c-2ubuntu10_amd64.deb ...
Unpacking libjpeg8:amd64 (8c-2ubuntu10) ...
Selecting previously unselected package libdeflate0:amd64.
Preparing to unpack .../46-libdeflate0_1.10-2_amd64.deb ...
Unpacking libdeflate0:amd64 (1.10-2) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../47-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
Selecting previously unselected package libwebp7:amd64.
Preparing to unpack .../48-libwebp7_1.2.2-2ubuntu0.22.04.2_amd64.deb ...
Unpacking libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../49-libtiff5_4.3.0-6ubuntu0.8_amd64.deb ...
Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.8) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../50-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../51-libgd3_2.3.0-2ubuntu2_amd64.deb ...
Unpacking libgd3:amd64 (2.3.0-2ubuntu2) ...
Selecting previously unselected package libc-devtools.
Preparing to unpack .../52-libc-devtools_2.35-0ubuntu3.7_amd64.deb ...
Unpacking libc-devtools (2.35-0ubuntu3.7) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../53-libexpat1-dev_2.4.7-1ubuntu0.3_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.4.7-1ubuntu0.3) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../54-libfile-fcntllock-perl_0.22-3build7_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.22-3build7) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../55-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ...
Unpacking libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../56-libjs-underscore_1.13.2~dfsg-2_all.deb ...
Unpacking libjs-underscore (1.13.2~dfsg-2) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../57-libjs-sphinxdoc_4.3.2-1_all.deb ...
Unpacking libjs-sphinxdoc (4.3.2-1) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../58-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
Selecting previously unselected package libpython3.10-dev:amd64.
Preparing to unpack .../59-libpython3.10-dev_3.10.12-1~22.04.3_amd64.deb ...
Unpacking libpython3.10-dev:amd64 (3.10.12-1~22.04.3) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../60-libpython3-dev_3.10.6-1~22.04_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.10.6-1~22.04) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../61-manpages-dev_5.10-1ubuntu1_all.deb ...
Unpacking manpages-dev (5.10-1ubuntu1) ...
Selecting previously unselected package python3.10-dev.
Preparing to unpack .../62-python3.10-dev_3.10.12-1~22.04.3_amd64.deb ...
Unpacking python3.10-dev (3.10.12-1~22.04.3) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../63-python3-dev_3.10.6-1~22.04_amd64.deb ...
Unpacking python3-dev (3.10.6-1~22.04) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../64-python3-wheel_0.37.1-2ubuntu0.22.04.1_all.deb ...
Unpacking python3-wheel (0.37.1-2ubuntu0.22.04.1) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../65-python3-pip_22.0.2+dfsg-1ubuntu0.4_all.deb ...
Unpacking python3-pip (22.0.2+dfsg-1ubuntu0.4) ...
Setting up javascript-common (11+nmu1) ...
Setting up gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ...
Setting up manpages-dev (5.10-1ubuntu1) ...
Setting up lto-disabled-list (24) ...
Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ...
Setting up libfile-fcntllock-perl (0.22-3build7) ...
Setting up libalgorithm-diff-perl (1.201-1) ...
Setting up libdeflate0:amd64 (1.10-2) ...
Setting up linux-libc-dev:amd64 (5.15.0-105.115) ...
Setting up libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up bzip2 (1.0.8-5build1) ...
Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
Setting up libfakeroot:amd64 (1.28-1ubuntu1) ...
Setting up libasan6:amd64 (11.4.0-1ubuntu1~22.04) ...
Setting up fakeroot (1.28-1ubuntu1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.3) ...
Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
Setting up make (4.3-4.1build1) ...
Setting up libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up libmpc3:amd64 (1.2.1-2build1) ...
Setting up libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up fonts-dejavu-core (2.37-2build1) ...
Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
Setting up libdpkg-perl (1.21.1ubuntu2.3) ...
Setting up libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ...
Setting up libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
Setting up libcrypt-dev:amd64 (1:4.4.27-1) ...
Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
Setting up libisl23:amd64 (0.24-2build1) ...
Setting up libc-dev-bin (2.35-0ubuntu3.7) ...
Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
Setting up libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up libitm1:amd64 (12.3.0-1ubuntu1~22.04) ...
Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
Setting up libjs-underscore (1.13.2~dfsg-2) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ...
Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
Setting up cpp-11 (11.4.0-1ubuntu1~22.04) ...
Setting up libpython3.10:amd64 (3.10.12-1~22.04.3) ...
Setting up python3.10 (3.10.12-1~22.04.3) ...
Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
Setting up python3 (3.10.6-1~22.04) ...
Setting up dpkg-dev (1.21.1ubuntu2.3) ...
Setting up libjs-sphinxdoc (4.3.2-1) ...
Setting up libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ...
Setting up gcc-11 (11.4.0-1ubuntu1~22.04) ...
Setting up cpp (4:11.2.0-1ubuntu1) ...
Setting up libc6-dev:amd64 (2.35-0ubuntu3.7) ...
Setting up libtiff5:amd64 (4.3.0-6ubuntu0.8) ...
Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
Setting up python3-lib2to3 (3.10.8-1~22.04) ...
Setting up python3-distutils (3.10.8-1~22.04) ...
Setting up python3-wheel (0.37.1-2ubuntu0.22.04.1) ...
Setting up gcc (4:11.2.0-1ubuntu1) ...
Setting up libexpat1-dev:amd64 (2.4.7-1ubuntu0.3) ...
Setting up libgd3:amd64 (2.3.0-2ubuntu2) ...
Setting up python3-pip (22.0.2+dfsg-1ubuntu0.4) ...
Setting up libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
Setting up libc-devtools (2.35-0ubuntu3.7) ...
Setting up g++-11 (11.4.0-1ubuntu1~22.04) ...
Setting up libpython3.10-dev:amd64 (3.10.12-1~22.04.3) ...
Setting up python3.10-dev (3.10.12-1~22.04.3) ...
Setting up g++ (4:11.2.0-1ubuntu1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.9ubuntu3) ...
Setting up libpython3-dev:amd64 (3.10.6-1~22.04) ...
Setting up python3-dev (3.10.6-1~22.04) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
NEEDRESTART-VER: 3.5
NEEDRESTART-KCUR: 5.15.0-47-generic
NEEDRESTART-KEXP: 5.15.0-47-generic
NEEDRESTART-KSTA: 1
NEEDRESTART-SVC: chrony.service
NEEDRESTART-SVC: containerd.service
NEEDRESTART-SVC: cron.service
NEEDRESTART-SVC: dbus.service
NEEDRESTART-SVC: docker.service
NEEDRESTART-SVC: getty@tty1.service
NEEDRESTART-SVC: irqbalance.service
NEEDRESTART-SVC: kubelet.service
NEEDRESTART-SVC: ModemManager.service
NEEDRESTART-SVC: multipathd.service
NEEDRESTART-SVC: networkd-dispatcher.service
NEEDRESTART-SVC: packagekit.service
NEEDRESTART-SVC: polkit.service
NEEDRESTART-SVC: rsyslog.service
NEEDRESTART-SVC: serial-getty@ttyS0.service
NEEDRESTART-SVC: snapd.service
NEEDRESTART-SVC: ssh.service
NEEDRESTART-SVC: systemd-journald.service
NEEDRESTART-SVC: systemd-logind.service
NEEDRESTART-SVC: systemd-networkd.service
NEEDRESTART-SVC: systemd-resolved.service
NEEDRESTART-SVC: systemd-udevd.service
NEEDRESTART-SVC: udisks2.service
NEEDRESTART-SVC: unattended-upgrades.service
NEEDRESTART-SVC: user@1000.service
Requirement already satisfied: pip in /usr/lib/python3/dist-packages (22.0.2)
Collecting pip
  Downloading pip-24.0-py3-none-any.whl (2.1 MB)
[?25l     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:--
     ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.1/2.1 MB 2.5 MB/s eta 0:00:01
     ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.4/2.1 MB 6.2 MB/s eta 0:00:01
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 1.9/2.1 MB 17.0 MB/s eta 0:00:01
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 15.7 MB/s eta 0:00:00
[?25hInstalling collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 22.0.2
    Not uninstalling pip at /usr/lib/python3/dist-packages, outside environment /usr
    Can't uninstall 'pip'. No files were found to uninstall.
Successfully installed pip-24.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

Reading package lists... 0%

Reading package lists... 100%

Reading package lists... Done


Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree... Done


Reading state information... 0% 

Reading state information... 0%

Reading state information... Done

The following NEW packages will be installed:
  python3-osm-im python3-osmclient
0 upgraded, 2 newly installed, 0 to remove and 207 not upgraded.
Need to get 245 kB of archives.
After this operation, 8441 kB of additional disk space will be used.

0% [Working]
            
Get:1 http://172.21.249.4:56707/release unstable/IM amd64 python3-osm-im all 15.0.0.post1+g90ffed2-1 [176 kB]

0% [1 python3-osm-im 0 B/176 kB 0%]
                                   
68% [Working]
             
Get:2 http://172.21.249.4:56707/release unstable/osmclient amd64 python3-osmclient all 11.0.0rc1.post66+gb9317cf-1 [68.6 kB]

74% [2 python3-osmclient 20.0 kB/68.6 kB 29%]
                                             
100% [Working]
              
Fetched 245 kB in 0s (12.9 MB/s)
Selecting previously unselected package python3-osm-im.
(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 ... 72331 files and directories currently installed.)
Preparing to unpack .../python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb ...
Unpacking python3-osm-im (15.0.0.post1+g90ffed2-1) ...
Selecting previously unselected package python3-osmclient.
Preparing to unpack .../python3-osmclient_11.0.0rc1.post66+gb9317cf-1_all.deb ...
Unpacking python3-osmclient (11.0.0rc1.post66+gb9317cf-1) ...
Setting up python3-osmclient (11.0.0rc1.post66+gb9317cf-1) ...
Setting up python3-osm-im (15.0.0.post1+g90ffed2-1) ...
NEEDRESTART-VER: 3.5
NEEDRESTART-KCUR: 5.15.0-47-generic
NEEDRESTART-KEXP: 5.15.0-47-generic
NEEDRESTART-KSTA: 1
NEEDRESTART-SVC: chrony.service
NEEDRESTART-SVC: containerd.service
NEEDRESTART-SVC: cron.service
NEEDRESTART-SVC: dbus.service
NEEDRESTART-SVC: docker.service
NEEDRESTART-SVC: getty@tty1.service
NEEDRESTART-SVC: irqbalance.service
NEEDRESTART-SVC: kubelet.service
NEEDRESTART-SVC: ModemManager.service
NEEDRESTART-SVC: multipathd.service
NEEDRESTART-SVC: networkd-dispatcher.service
NEEDRESTART-SVC: packagekit.service
NEEDRESTART-SVC: polkit.service
NEEDRESTART-SVC: rsyslog.service
NEEDRESTART-SVC: serial-getty@ttyS0.service
NEEDRESTART-SVC: snapd.service
NEEDRESTART-SVC: ssh.service
NEEDRESTART-SVC: systemd-journald.service
NEEDRESTART-SVC: systemd-logind.service
NEEDRESTART-SVC: systemd-networkd.service
NEEDRESTART-SVC: systemd-resolved.service
NEEDRESTART-SVC: systemd-udevd.service
NEEDRESTART-SVC: udisks2.service
NEEDRESTART-SVC: unattended-upgrades.service
NEEDRESTART-SVC: user@1000.service
Defaulting to user installation because normal site-packages is not writeable
Collecting enum34==1.1.10 (from -r /usr/lib/python3/dist-packages/osm_im/requirements.txt (line 17))
  Downloading enum34-1.1.10-py3-none-any.whl.metadata (1.6 kB)
Collecting lxml==4.9.3 (from -r /usr/lib/python3/dist-packages/osm_im/requirements.txt (line 19))
  Downloading lxml-4.9.3-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.8 kB)
Collecting pyang==2.5.3 (from -r /usr/lib/python3/dist-packages/osm_im/requirements.txt (line 23))
  Downloading pyang-2.5.3-py2.py3-none-any.whl.metadata (683 bytes)
Collecting pyangbind==0.8.3.post1 (from -r /usr/lib/python3/dist-packages/osm_im/requirements.txt (line 27))
  Downloading pyangbind-0.8.3.post1-py3-none-any.whl.metadata (4.2 kB)
Collecting pyyaml==6.0.1 (from -r /usr/lib/python3/dist-packages/osm_im/requirements.txt (line 29))
  Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting regex==2023.8.8 (from -r /usr/lib/python3/dist-packages/osm_im/requirements.txt (line 31))
  Downloading regex-2023.8.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB)
[?25l     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.9 kB ? eta -:--:--
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 1.1 MB/s eta 0:00:00
[?25hRequirement already satisfied: six==1.16.0 in /usr/lib/python3/dist-packages (from -r /usr/lib/python3/dist-packages/osm_im/requirements.txt (line 33)) (1.16.0)
Downloading enum34-1.1.10-py3-none-any.whl (11 kB)
Downloading lxml-4.9.3-cp310-cp310-manylinux_2_28_x86_64.whl (7.9 MB)
[?25l   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.9 MB ? eta -:--:--
   ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.1/7.9 MB 4.2 MB/s eta 0:00:02
   ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.6/7.9 MB 7.9 MB/s eta 0:00:01
   ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/7.9 MB 12.3 MB/s eta 0:00:01
   ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/7.9 MB 21.4 MB/s eta 0:00:01
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 6.7/7.9 MB 37.4 MB/s eta 0:00:01
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.9/7.9 MB 40.4 MB/s eta 0:00:01
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/7.9 MB 35.6 MB/s eta 0:00:00
[?25hDownloading pyang-2.5.3-py2.py3-none-any.whl (592 kB)
[?25l   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/592.9 kB ? eta -:--:--
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 592.9/592.9 kB 57.7 MB/s eta 0:00:00
[?25hDownloading pyangbind-0.8.3.post1-py3-none-any.whl (51 kB)
[?25l   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/51.8 kB ? eta -:--:--
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.8/51.8 kB 8.8 MB/s eta 0:00:00
[?25hDownloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB)
[?25l   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/705.5 kB ? eta -:--:--
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 705.5/705.5 kB 60.8 MB/s eta 0:00:00
[?25hDownloading regex-2023.8.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (771 kB)
[?25l   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/771.9 kB ? eta -:--:--
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 771.9/771.9 kB 33.8 MB/s eta 0:00:00
[?25hDEPRECATION: distro-info 1.1build1 has a non-standard version number. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of distro-info or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
DEPRECATION: python-debian 0.1.43ubuntu1 has a non-standard version number. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of python-debian or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
Installing collected packages: enum34, regex, pyyaml, lxml, pyang, pyangbind
Successfully installed enum34-1.1.10 lxml-4.9.3 pyang-2.5.3 pyangbind-0.8.3.post1 pyyaml-6.0.1 regex-2023.8.8

Reading package lists... 0%

Reading package lists... 100%

Reading package lists... Done


Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree... Done


Reading state information... 0% 

Reading state information... 0%

Reading state information... Done

The following additional packages will be installed:
  file libmagic-mgc
The following packages will be upgraded:
  file libmagic-mgc libmagic1
3 upgraded, 0 newly installed, 0 to remove and 204 not upgraded.
Need to get 366 kB of archives.
After this operation, 3072 B of additional disk space will be used.

0% [Working]
            
Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 file amd64 1:5.41-3ubuntu0.1 [21.5 kB]

0% [1 file 0 B/21.5 kB 0%]
                          
11% [Working]
             
Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic1 amd64 1:5.41-3ubuntu0.1 [87.2 kB]

11% [2 libmagic1 0 B/87.2 kB 0%]
                                
37% [Working]
             
Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libmagic-mgc amd64 1:5.41-3ubuntu0.1 [257 kB]

37% [3 libmagic-mgc 0 B/257 kB 0%]
                                  
100% [Working]
              
Fetched 366 kB in 0s (1289 kB/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 ... 72433 files and directories currently installed.)
Preparing to unpack .../file_1%3a5.41-3ubuntu0.1_amd64.deb ...
Unpacking file (1:5.41-3ubuntu0.1) over (1:5.41-3) ...
Preparing to unpack .../libmagic1_1%3a5.41-3ubuntu0.1_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.41-3ubuntu0.1) over (1:5.41-3) ...
Preparing to unpack .../libmagic-mgc_1%3a5.41-3ubuntu0.1_amd64.deb ...
Unpacking libmagic-mgc (1:5.41-3ubuntu0.1) over (1:5.41-3) ...
Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ...
Setting up libmagic1:amd64 (1:5.41-3ubuntu0.1) ...
Setting up file (1:5.41-3ubuntu0.1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
Processing triggers for man-db (2.10.2-1) ...
NEEDRESTART-VER: 3.5
NEEDRESTART-KCUR: 5.15.0-47-generic
NEEDRESTART-KEXP: 5.15.0-47-generic
NEEDRESTART-KSTA: 1
NEEDRESTART-SVC: chrony.service
NEEDRESTART-SVC: containerd.service
NEEDRESTART-SVC: cron.service
NEEDRESTART-SVC: dbus.service
NEEDRESTART-SVC: docker.service
NEEDRESTART-SVC: getty@tty1.service
NEEDRESTART-SVC: irqbalance.service
NEEDRESTART-SVC: kubelet.service
NEEDRESTART-SVC: ModemManager.service
NEEDRESTART-SVC: multipathd.service
NEEDRESTART-SVC: networkd-dispatcher.service
NEEDRESTART-SVC: packagekit.service
NEEDRESTART-SVC: polkit.service
NEEDRESTART-SVC: rsyslog.service
NEEDRESTART-SVC: serial-getty@ttyS0.service
NEEDRESTART-SVC: snapd.service
NEEDRESTART-SVC: ssh.service
NEEDRESTART-SVC: systemd-journald.service
NEEDRESTART-SVC: systemd-logind.service
NEEDRESTART-SVC: systemd-networkd.service
NEEDRESTART-SVC: systemd-resolved.service
NEEDRESTART-SVC: systemd-udevd.service
NEEDRESTART-SVC: udisks2.service
NEEDRESTART-SVC: unattended-upgrades.service
NEEDRESTART-SVC: user@1000.service
Defaulting to user installation because normal site-packages is not writeable
Collecting certifi==2023.7.22 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 17))
  Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB)
Collecting charset-normalizer==3.2.0 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 19))
  Downloading charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB)
Collecting click==8.1.7 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 21))
  Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting idna==3.4 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 23))
  Downloading idna-3.4-py3-none-any.whl.metadata (9.8 kB)
Collecting jinja2==3.1.2 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 25))
  Downloading Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB)
Collecting jsonpath-ng==1.6.0 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 27))
  Downloading jsonpath_ng-1.6.0-py3-none-any.whl.metadata (17 kB)
Collecting markupsafe==2.1.3 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 29))
  Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
Collecting packaging==23.1 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 31))
  Downloading packaging-23.1-py3-none-any.whl.metadata (3.1 kB)
Collecting ply==3.11 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 33))
  Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes)
Collecting prettytable==3.9.0 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 35))
  Downloading prettytable-3.9.0-py3-none-any.whl.metadata (26 kB)
Collecting python-magic==0.4.27 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 37))
  Downloading python_magic-0.4.27-py2.py3-none-any.whl.metadata (5.8 kB)
Requirement already satisfied: pyyaml==6.0.1 in ./.local/lib/python3.10/site-packages (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 39)) (6.0.1)
Collecting requests==2.31.0 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 41))
  Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting urllib3==2.0.5 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 43))
  Downloading urllib3-2.0.5-py3-none-any.whl.metadata (6.6 kB)
Collecting verboselogs==1.7 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 45))
  Downloading verboselogs-1.7-py2.py3-none-any.whl.metadata (10 kB)
Collecting wcwidth==0.2.6 (from -r /usr/lib/python3/dist-packages/osmclient/requirements.txt (line 47))
  Downloading wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB)
Downloading certifi-2023.7.22-py3-none-any.whl (158 kB)
[?25l   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/158.3 kB ? eta -:--:--
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 153.6/158.3 kB 5.4 MB/s eta 0:00:01
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 4.3 MB/s eta 0:00:00
[?25hDownloading charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (201 kB)
[?25l   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/201.8 kB ? eta -:--:--
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.8/201.8 kB 13.6 MB/s eta 0:00:00
[?25hDownloading click-8.1.7-py3-none-any.whl (97 kB)
[?25l   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/97.9 kB ? eta -:--:--
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 13.9 MB/s eta 0:00:00
[?25hDownloading idna-3.4-py3-none-any.whl (61 kB)
[?25l   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/61.5 kB ? eta -:--:--
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 6.5 MB/s eta 0:00:00
[?25hDownloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
[?25l   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.1 kB ? eta -:--:--
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 19.6 MB/s eta 0:00:00
[?25hDownloading jsonpath_ng-1.6.0-py3-none-any.whl (29 kB)
Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
Downloading packaging-23.1-py3-none-any.whl (48 kB)
[?25l   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/48.9 kB ? eta -:--:--
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 4.4 MB/s eta 0:00:00
[?25hDownloading ply-3.11-py2.py3-none-any.whl (49 kB)
[?25l   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/49.6 kB ? eta -:--:--
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 8.8 MB/s eta 0:00:00
[?25hDownloading prettytable-3.9.0-py3-none-any.whl (27 kB)
Downloading python_magic-0.4.27-py2.py3-none-any.whl (13 kB)
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
[?25l   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.6 kB ? eta -:--:--
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 8.3 MB/s eta 0:00:00
[?25hDownloading urllib3-2.0.5-py3-none-any.whl (123 kB)
[?25l   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/123.8 kB ? eta -:--:--
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.8/123.8 kB 16.7 MB/s eta 0:00:00
[?25hDownloading verboselogs-1.7-py2.py3-none-any.whl (11 kB)
Downloading wcwidth-0.2.6-py2.py3-none-any.whl (29 kB)
DEPRECATION: distro-info 1.1build1 has a non-standard version number. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of distro-info or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
DEPRECATION: python-debian 0.1.43ubuntu1 has a non-standard version number. pip 24.1 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of python-debian or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at https://github.com/pypa/pip/issues/12063
Installing collected packages: wcwidth, verboselogs, ply, urllib3, python-magic, prettytable, packaging, markupsafe, jsonpath-ng, idna, click, charset-normalizer, certifi, requests, jinja2
  WARNING: The script jsonpath_ng is installed in '/home/ubuntu/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  WARNING: The script normalizer is installed in '/home/ubuntu/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed certifi-2023.7.22 charset-normalizer-3.2.0 click-8.1.7 idna-3.4 jinja2-3.1.2 jsonpath-ng-1.6.0 markupsafe-2.1.3 packaging-23.1 ply-3.11 prettytable-3.9.0 python-magic-0.4.27 requests-2.31.0 urllib3-2.0.5 verboselogs-1.7 wcwidth-0.2.6

OSM client installed
OSM client assumes that OSM host is running in localhost (127.0.0.1).
In case you want to interact with a different OSM host, you will have to configure this env variable in your .bashrc file:
     export OSM_HOSTNAME=<OSM_host>
Track osmclient osmclient_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713800972&event=osmclient&operation=osmclient_ok&value=&comment=&tags=
Checking OSM health state...
helm -n osm list
NAME        	NAMESPACE	REVISION	UPDATED                                	STATUS  	CHART                        	APP VERSION
airflow     	osm      	1       	2024-04-22 15:43:52.480523532 +0000 UTC	deployed	airflow-1.9.0                	2.5.3      
alertmanager	osm      	1       	2024-04-22 15:48:01.524803714 +0000 UTC	deployed	alertmanager-0.22.0          	v0.24.0    
mongodb-k8s 	osm      	1       	2024-04-22 15:43:42.19969808 +0000 UTC 	deployed	mongodb-13.9.4               	6.0.5      
osm         	osm      	1       	2024-04-22 15:43:43.38246505 +0000 UTC 	deployed	osm-0.0.1                    	15         
pushgateway 	osm      	1       	2024-04-22 15:47:54.585229358 +0000 UTC	deployed	prometheus-pushgateway-1.18.2	1.4.2      
helm -n osm status osm
NAME: osm
LAST DEPLOYED: Mon Apr 22 15:43:43 2024
NAMESPACE: osm
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
  export OSM_URL=$(kubectl get --namespace osm -o jsonpath="{.spec.rules[0].host}" ingress ngui-ingress)
  echo "OSM URL: $OSM_URL"
  export OSM_NBI=$(kubectl get --namespace osm -o jsonpath="{.spec.rules[0].host}" ingress nbi-ingress)
  echo "OSM NBI: $OSM_NBI"
===> Successful checks: 1/24
===> Successful checks: 2/24
===> Successful checks: 3/24
===> Successful checks: 4/24
===> Successful checks: 5/24
===> Successful checks: 6/24
===> Successful checks: 7/24
===> Successful checks: 8/24
===> Successful checks: 9/24
===> Successful checks: 10/24
===> Successful checks: 11/24
===> Successful checks: 12/24
===> Successful checks: 13/24
===> Successful checks: 14/24
===> Successful checks: 15/24
===> Successful checks: 16/24
===> Successful checks: 17/24
===> Successful checks: 18/24
===> Successful checks: 19/24
===> Successful checks: 20/24
===> Successful checks: 21/24
===> Successful checks: 22/24
===> Successful checks: 23/24
===> Successful checks: 24/24

SYSTEM IS READY
Track healthchecks after_healthcheck_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713801100&event=healthchecks&operation=after_healthcheck_ok&value=&comment=&tags=
HTTPSConnectionPool(host='127.0.0.1', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9455238ac0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Maybe "--hostname" option or OSM_HOSTNAME environment variable needs to be specified
HTTPSConnectionPool(host='127.0.0.1', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc1a48bc520>: Failed to establish a new connection: [Errno 111] Connection refused'))
Maybe "--hostname" option or OSM_HOSTNAME environment variable needs to be specified
Track final_ops add_local_k8scluster_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713801102&event=final_ops&operation=add_local_k8scluster_ok&value=&comment=&tags=
Track end end: https://osm.etsi.org/InstallLog.php?&installation_id=1713800367-0tzGhy496VQGkDuU&local_ts=1713801102&event=end&operation=end&value=&comment=&tags=
/etc/osm
/etc/osm/kubeadm-config.yaml
/etc/osm/helm
/etc/osm/helm/mongodb-values.yaml
/etc/osm/helm/osm-values.yaml
/etc/osm/helm/airflow-values.yaml
/etc/osm/helm/alertmanager-values.yaml
/etc/osm/metallb-ipaddrpool.yaml

DONE
Success command osm-master-12463#3470: 
                                ./install_osm.sh -y                                     -u http://172.21.249.4:56707                                     -k pubkey.asc                                     -R release -r unstable                                     -d ****:****@osm.etsi.org:5050/devops/cicd/                                     -p http://172.21.1.1:5000                                     -t osm-master-12463                                     
                            
Disconnected from osm-master-12463[172.21.248.9:22]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (OSM Health)
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.9' (RSA) to the list of known hosts.
Connected to osm-master-12463[172.21.248.9:22] (SSH-2.0-OpenSSH_8.9p1 Ubuntu-3)
Started command osm-master-12463#3479: 
                        /usr/share/osm-devops/installers/osm_health.sh -k -s osm
                    
helm -n osm list
NAME        	NAMESPACE	REVISION	UPDATED                                	STATUS  	CHART                        	APP VERSION
airflow     	osm      	1       	2024-04-22 15:43:52.480523532 +0000 UTC	deployed	airflow-1.9.0                	2.5.3      
alertmanager	osm      	1       	2024-04-22 15:48:01.524803714 +0000 UTC	deployed	alertmanager-0.22.0          	v0.24.0    
mongodb-k8s 	osm      	1       	2024-04-22 15:43:42.19969808 +0000 UTC 	deployed	mongodb-13.9.4               	6.0.5      
osm         	osm      	1       	2024-04-22 15:43:43.38246505 +0000 UTC 	deployed	osm-0.0.1                    	15         
pushgateway 	osm      	1       	2024-04-22 15:47:54.585229358 +0000 UTC	deployed	prometheus-pushgateway-1.18.2	1.4.2      
helm -n osm status osm
NAME: osm
LAST DEPLOYED: Mon Apr 22 15:43:43 2024
NAMESPACE: osm
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
  export OSM_URL=$(kubectl get --namespace osm -o jsonpath="{.spec.rules[0].host}" ingress ngui-ingress)
  echo "OSM URL: $OSM_URL"
  export OSM_NBI=$(kubectl get --namespace osm -o jsonpath="{.spec.rules[0].host}" ingress nbi-ingress)
  echo "OSM NBI: $OSM_NBI"
===> Successful checks: 1/24
===> Successful checks: 2/24
===> Successful checks: 3/24
===> Successful checks: 4/24
===> Successful checks: 5/24
===> Successful checks: 6/24
===> Successful checks: 7/24
===> Successful checks: 8/24
===> Successful checks: 9/24
===> Successful checks: 10/24
===> Successful checks: 11/24
===> Successful checks: 12/24
===> Successful checks: 13/24
===> Successful checks: 14/24
===> Successful checks: 15/24
===> Successful checks: 16/24
===> Successful checks: 17/24
===> Successful checks: 18/24
===> Successful checks: 19/24
===> Successful checks: 20/24
===> Successful checks: 21/24
===> Successful checks: 22/24
===> Successful checks: 23/24
===> Successful checks: 24/24

SYSTEM IS READY
Success command osm-master-12463#3479: 
                        /usr/share/osm-devops/installers/osm_health.sh -k -s osm
                    
Disconnected from osm-master-12463[172.21.248.9:22]
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (System Integration Test)
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.9' (RSA) to the list of known hosts.
Connected to osm-master-12463[172.21.248.9:22] (SSH-2.0-OpenSSH_8.9p1 Ubuntu-3)
Started command osm-master-12463#3480: 
                            echo `juju gui 2>&1 | grep password | cut -d: -f2`
                        

Success command osm-master-12463#3480: 
                            echo `juju gui 2>&1 | grep password | cut -d: -f2`
                        
Disconnected from osm-master-12463[172.21.248.9:22]
[Pipeline] sh
[osm-devops] Running shell script
+ mktemp -d
[Pipeline] withCredentials
[Pipeline] {
[Pipeline] sh
[osm-devops] Running shell script
+ docker run --env OSM_HOSTNAME=172.21.248.9 --env PROMETHEUS_HOSTNAME=172.21.248.9 --env PROMETHEUS_PORT=9091 --env JUJU_PASSWORD= --env-file /home/jenkins/hive/robot-systest.cfg --env OCI_REGISTRY_URL=oci://osm.etsi.org:5050/devops/test --env OCI_REGISTRY_USER=**** --env OCI_REGISTRY_PASSWORD=**** -v /home/jenkins/hive/clouds.yaml:/etc/openstack/clouds.yaml -v /home/jenkins/hive/cicd_rsa:/root/osm_id_rsa -v /home/jenkins/hive/kubeconfig.yaml:/root/.kube/config -v /tmp/tmp.EeYRTQMHjV:/robot-systest/reports -v /home/jenkins/hive/port-mapping-etsi-vim.yaml:/root/port-mapping.yaml opensourcemano/tests:osm-master-12463 -c -t sanity

2024-04-22_15:53:56 Creating VIM osm
HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4279667df0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Maybe "--hostname" option or OSM_HOSTNAME environment variable needs to be specified
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fdc2d625f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fb6ca9d5f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f59fa8bdf60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faebee2df60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM stuck for more than 50 seconds as: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7faebee2df60>: Failed to establish a new connection: [Errno 111] Connection refused'))
HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fb024119fc0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Maybe "--hostname" option or OSM_HOSTNAME environment variable needs to be specified

2024-04-22_15:54:43 Creating VIM osm
HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0166ccfdc0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Maybe "--hostname" option or OSM_HOSTNAME environment variable needs to be specified
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4a734d9f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fb1ef1c5f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fd02ebd9f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fd99f971f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM stuck for more than 50 seconds as: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fd99f971f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc9a3e7dfc0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Maybe "--hostname" option or OSM_HOSTNAME environment variable needs to be specified

2024-04-22_15:55:31 Creating VIM osm
HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc64a877df0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Maybe "--hostname" option or OSM_HOSTNAME environment variable needs to be specified
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fb4e1649f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7efc74cddf60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f83bbff5f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3b71c35f30>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM stuck for more than 50 seconds as: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3b71c35f30>: Failed to establish a new connection: [Errno 111] Connection refused'))
HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f2bf04d9fc0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Maybe "--hostname" option or OSM_HOSTNAME environment variable needs to be specified

2024-04-22_15:56:19 Creating VIM osm
HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe01539bdf0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Maybe "--hostname" option or OSM_HOSTNAME environment variable needs to be specified
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f2f6add1f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fbfd52edf60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9f50659f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM status: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fb162a35f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
VIM stuck for more than 50 seconds as: HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fb162a35f60>: Failed to establish a new connection: [Errno 111] Connection refused'))
HTTPSConnectionPool(host='172.21.248.9', port=9999): Max retries exceeded with url: /osm/admin/v1/tokens (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f348efc5fc0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Maybe "--hostname" option or OSM_HOSTNAME environment variable needs to be specified
VIM failed to enter ENABLED state
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sh
[osm-devops] Running shell script
+ cp /tmp/tmp.EeYRTQMHjV/*.xml .
cp: cannot stat '/tmp/tmp.EeYRTQMHjV/*.xml': No such file or directory
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (After System Integration test)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] stage
[Pipeline] { (Archive Container Logs)
[Pipeline] echo
Archiving container logs
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.9' (RSA) to the list of known hosts.
Connected to osm-master-12463[172.21.248.9:22] (SSH-2.0-OpenSSH_8.9p1 Ubuntu-3)
Started command osm-master-12463#3481: mkdir -p logs/dags
Success command osm-master-12463#3481: mkdir -p logs/dags
Disconnected from osm-master-12463[172.21.248.9:22]
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.9' (RSA) to the list of known hosts.
Connected to osm-master-12463[172.21.248.9:22] (SSH-2.0-OpenSSH_8.9p1 Ubuntu-3)
Started command osm-master-12463#3482: 
            for deployment in `kubectl -n osm get deployments | grep -v operator | grep -v NAME| awk '{print $1}'`; do
                echo "Extracting log for $deployment"
                kubectl -n osm logs deployments/$deployment --timestamps=true --all-containers 2>&1                 > logs/$deployment.log
            done
        
Extracting log for airflow-scheduler
Extracting log for airflow-statsd
Extracting log for airflow-triggerer
Extracting log for airflow-webserver
Extracting log for grafana
Extracting log for keystone
Extracting log for lcm
Extracting log for mon
Extracting log for nbi
Extracting log for ngui
Extracting log for pushgateway-prometheus-pushgateway
Extracting log for ro
Extracting log for webhook-translator
Success command osm-master-12463#3482: 
            for deployment in `kubectl -n osm get deployments | grep -v operator | grep -v NAME| awk '{print $1}'`; do
                echo "Extracting log for $deployment"
                kubectl -n osm logs deployments/$deployment --timestamps=true --all-containers 2>&1                 > logs/$deployment.log
            done
        
Disconnected from osm-master-12463[172.21.248.9:22]
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.9' (RSA) to the list of known hosts.
Connected to osm-master-12463[172.21.248.9:22] (SSH-2.0-OpenSSH_8.9p1 Ubuntu-3)
Started command osm-master-12463#3483: 
            for statefulset in `kubectl -n osm get statefulsets | grep -v operator | grep -v NAME| awk '{print $1}'`; do
                echo "Extracting log for $statefulset"
                kubectl -n osm logs statefulsets/$statefulset --timestamps=true --all-containers 2>&1                 > logs/$statefulset.log
            done
        
Extracting log for airflow-postgresql
Extracting log for airflow-redis
Extracting log for airflow-worker
Extracting log for alertmanager
Extracting log for kafka-controller
Found 3 pods, using pod/kafka-controller-0
Extracting log for mongodb-k8s
Found 2 pods, using pod/mongodb-k8s-1
Extracting log for mongodb-k8s-arbiter
Extracting log for mysql
Extracting log for prometheus
Extracting log for zookeeper
Success command osm-master-12463#3483: 
            for statefulset in `kubectl -n osm get statefulsets | grep -v operator | grep -v NAME| awk '{print $1}'`; do
                echo "Extracting log for $statefulset"
                kubectl -n osm logs statefulsets/$statefulset --timestamps=true --all-containers 2>&1                 > logs/$statefulset.log
            done
        
Disconnected from osm-master-12463[172.21.248.9:22]
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.9' (RSA) to the list of known hosts.
Connected to osm-master-12463[172.21.248.9:22] (SSH-2.0-OpenSSH_8.9p1 Ubuntu-3)
Started command osm-master-12463#3484: 
            schedulerPod="$(kubectl get pods -n osm | grep airflow-scheduler| awk '{print $1; exit}')";             echo "Extracting logs from Airflow DAGs from pod ${schedulerPod}";             kubectl cp -n osm ${schedulerPod}:/opt/airflow/logs/scheduler/latest/dags logs/dags -c scheduler
        
Extracting logs from Airflow DAGs from pod airflow-scheduler-7d47485c8d-xsjpl
tar: Removing leading `/' from member names
Success command osm-master-12463#3484: 
            schedulerPod="$(kubectl get pods -n osm | grep airflow-scheduler| awk '{print $1; exit}')";             echo "Extracting logs from Airflow DAGs from pod ${schedulerPod}";             kubectl cp -n osm ${schedulerPod}:/opt/airflow/logs/scheduler/latest/dags logs/dags -c scheduler
        
Disconnected from osm-master-12463[172.21.248.9:22]
[Pipeline] sh
[osm-stage_3_master@2] Running shell script
+ rm -rf logs
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.9' (RSA) to the list of known hosts.
Connected to osm-master-12463[172.21.248.9:22] (SSH-2.0-OpenSSH_8.9p1 Ubuntu-3)
Started command osm-master-12463#3485: ls -al logs
total 18580
drwxrwxr-x 3 ubuntu ubuntu    4096 Apr 22 15:57 .
drwxr-x--- 8 ubuntu ubuntu    4096 Apr 22 15:57 ..
-rw-rw-r-- 1 ubuntu ubuntu   35938 Apr 22 15:57 airflow-postgresql.log
-rw-rw-r-- 1 ubuntu ubuntu     701 Apr 22 15:57 airflow-redis.log
-rw-rw-r-- 1 ubuntu ubuntu   30509 Apr 22 15:57 airflow-scheduler.log
-rw-rw-r-- 1 ubuntu ubuntu     692 Apr 22 15:57 airflow-statsd.log
-rw-rw-r-- 1 ubuntu ubuntu    3197 Apr 22 15:57 airflow-triggerer.log
-rw-rw-r-- 1 ubuntu ubuntu  164058 Apr 22 15:57 airflow-webserver.log
-rw-rw-r-- 1 ubuntu ubuntu   13335 Apr 22 15:57 airflow-worker.log
-rw-rw-r-- 1 ubuntu ubuntu    2901 Apr 22 15:57 alertmanager.log
drwxrwxr-x 2 ubuntu ubuntu    4096 Apr 22 15:57 dags
-rw-rw-r-- 1 ubuntu ubuntu   91197 Apr 22 15:57 grafana.log
-rw-rw-r-- 1 ubuntu ubuntu  751289 Apr 22 15:57 kafka-controller.log
-rw-rw-r-- 1 ubuntu ubuntu    2210 Apr 22 15:57 keystone.log
-rw-rw-r-- 1 ubuntu ubuntu   10628 Apr 22 15:57 lcm.log
-rw-rw-r-- 1 ubuntu ubuntu   29372 Apr 22 15:57 mon.log
-rw-rw-r-- 1 ubuntu ubuntu 7025968 Apr 22 15:57 mongodb-k8s-arbiter.log
-rw-rw-r-- 1 ubuntu ubuntu 8027718 Apr 22 15:57 mongodb-k8s.log
-rw-rw-r-- 1 ubuntu ubuntu   52619 Apr 22 15:57 mysql.log
-rw-rw-r-- 1 ubuntu ubuntu    5083 Apr 22 15:57 nbi.log
-rw-rw-r-- 1 ubuntu ubuntu       0 Apr 22 15:57 ngui.log
-rw-rw-r-- 1 ubuntu ubuntu    6684 Apr 22 15:57 prometheus.log
-rw-rw-r-- 1 ubuntu ubuntu     607 Apr 22 15:57 pushgateway-prometheus-pushgateway.log
-rw-rw-r-- 1 ubuntu ubuntu 2705732 Apr 22 15:57 ro.log
-rw-rw-r-- 1 ubuntu ubuntu     316 Apr 22 15:57 webhook-translator.log
-rw-rw-r-- 1 ubuntu ubuntu    2067 Apr 22 15:57 zookeeper.log
Success command osm-master-12463#3485: ls -al logs
Disconnected from osm-master-12463[172.21.248.9:22]
[Pipeline] sshGet
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.9' (RSA) to the list of known hosts.
Connected to osm-master-12463[172.21.248.9:22] (SSH-2.0-OpenSSH_8.9p1 Ubuntu-3)
Received file from osm-master-12463: mongodb-k8s-arbiter.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/mongodb-k8s-arbiter.log
Received file from osm-master-12463: airflow-redis.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/airflow-redis.log
Received file from osm-master-12463: mon.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/mon.log
Received file from osm-master-12463: ngui.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/ngui.log
Received file from osm-master-12463: alertmanager.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/alertmanager.log
Received file from osm-master-12463: webhook-translator.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/webhook-translator.log
Received file from osm-master-12463: airflow-triggerer.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/airflow-triggerer.log
Received file from osm-master-12463: airflow-postgresql.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/airflow-postgresql.log
Received file from osm-master-12463: keystone.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/keystone.log
Received file from osm-master-12463: kafka-controller.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/kafka-controller.log
Received file from osm-master-12463: airflow-scheduler.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/airflow-scheduler.log
Received file from osm-master-12463: airflow-statsd.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/airflow-statsd.log
Received file from osm-master-12463: pushgateway-prometheus-pushgateway.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/pushgateway-prometheus-pushgateway.log
Received file from osm-master-12463: airflow-webserver.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/airflow-webserver.log
Received file from osm-master-12463: lcm.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/lcm.log
Received file from osm-master-12463: airflow-worker.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/airflow-worker.log
Received file from osm-master-12463: mongodb-k8s.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/mongodb-k8s.log
Received file from osm-master-12463: grafana.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/grafana.log
Received file from osm-master-12463: mysql.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/mysql.log
Received file from osm-master-12463: nbi.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/nbi.log
Received file from osm-master-12463: zookeeper.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/zookeeper.log
Received file from osm-master-12463: ro.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/ro.log
Received file from osm-master-12463: prometheus.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/prometheus.log
Received file from osm-master-12463: vdu_down.py.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/dags/vdu_down.py.log
Received file from osm-master-12463: multivim_vm_status.py.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/dags/multivim_vm_status.py.log
Received file from osm-master-12463: vdu_alarm.py.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/dags/vdu_alarm.py.log
Received file from osm-master-12463: ns_topology.py.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/dags/ns_topology.py.log
Received file from osm-master-12463: multisdnc_sdnc_status.py.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/dags/multisdnc_sdnc_status.py.log
Received file from osm-master-12463: multivim_vm_metrics.py.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/dags/multivim_vm_metrics.py.log
Received file from osm-master-12463: scalein_vdu.py.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/dags/scalein_vdu.py.log
Received file from osm-master-12463: scaleout_vdu.py.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/dags/scaleout_vdu.py.log
Received file from osm-master-12463: multivim_vim_status.py.log -> /home/jenkins/workspace/osm-stage_3_master@2/logs/dags/multivim_vim_status.py.log
Received directory from osm-master-12463: logs -> /home/jenkins/workspace/osm-stage_3_master@2
Disconnected from osm-master-12463[172.21.248.9:22]
[Pipeline] step
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cleanup)
[Pipeline] echo
Deleting VM: 80eaa3a5-6b64-482c-b646-e3930d7cbef3
[Pipeline] sh
[osm-stage_3_master@2] Running shell script
[Pipeline] sh
[osm-stage_3_master@2] Running shell script
+ docker stop osm-master-12463-apache
osm-master-12463-apache
[Pipeline] sh
[osm-stage_3_master@2] Running shell script
+ docker rm osm-master-12463-apache
osm-master-12463-apache
[Pipeline] sh
[osm-stage_3_master@2] Running shell script
+ rm -rf /tmp/tmp.DH73W0E1DM
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE