SuccessConsole Output

Skipping 5 KB.. Full Log
Checking out Revision f92f3137aeecbc88d221f44b7e992af1f5e116aa (refs/remotes/origin/v10.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f92f3137aeecbc88d221f44b7e992af1f5e116aa
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D v10.0 # timeout=10
 > git checkout -b v10.0 f92f3137aeecbc88d221f44b7e992af1f5e116aa
Commit message: "Changing charmed installer to use 10.0/stable Fixing black error in keystone charm"
 > git rev-list --no-walk f92f3137aeecbc88d221f44b7e992af1f5e116aa # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] load
[Pipeline] { (devops/jenkins/ci-pipelines/ci_stage_2.groovy)
[Pipeline] }
[Pipeline] // load
[Pipeline] echo
do_stage_3= false
[Pipeline] load
[Pipeline] { (devops/jenkins/ci-pipelines/ci_helper.groovy)
[Pipeline] }
[Pipeline] // load
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ env
JENKINS_HOME=/var/lib/jenkins
SSH_CLIENT=212.234.161.1 13726 22
USER=jenkins
RUN_CHANGES_DISPLAY_URL=https://osm.etsi.org/jenkins/job/osmclient-stage_2-merge/job/v10.0/372/display/redirect?page=changes
GERRIT_PROJECT=osm/osmclient
XDG_SESSION_TYPE=tty
SHLVL=0
NODE_LABELS=osm-cicd-3 osm3 stage_2
HUDSON_URL=https://osm.etsi.org/jenkins/
MOTD_SHOWN=pam
OLDPWD=/home/jenkins
HOME=/home/jenkins
BUILD_URL=https://osm.etsi.org/jenkins/job/osmclient-stage_2-merge/job/v10.0/372/
HUDSON_COOKIE=b030b82c-d8f0-4f54-9f1d-688b6cfe3056
JENKINS_SERVER_COOKIE=durable-d8ce17949022a9a72d4b0640f35088c3
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/bus
GERRIT_PATCHSET_REVISION=1ad0860dfe31be33ea8b82e0f3e4bb327d0390d3
WORKSPACE=/home/jenkins/workspace/osmclient-stage_2-merge_v10.0
LOGNAME=jenkins
NODE_NAME=osm-cicd-3
GERRIT_BRANCH=v10.0
_=/usr/bin/java
RUN_ARTIFACTS_DISPLAY_URL=https://osm.etsi.org/jenkins/job/osmclient-stage_2-merge/job/v10.0/372/display/redirect?page=artifacts
XDG_SESSION_CLASS=user
EXECUTOR_NUMBER=2
XDG_SESSION_ID=144
RUN_TESTS_DISPLAY_URL=https://osm.etsi.org/jenkins/job/osmclient-stage_2-merge/job/v10.0/372/display/redirect?page=tests
BUILD_DISPLAY_NAME=#372
PROJECT_URL_PREFIX=https://osm.etsi.org/gerrit
HUDSON_HOME=/var/lib/jenkins
JOB_BASE_NAME=v10.0
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
BUILD_ID=372
XDG_RUNTIME_DIR=/run/user/1001
BUILD_TAG=jenkins-osmclient-stage_2-merge-v10.0-372
JENKINS_URL=https://osm.etsi.org/jenkins/
LANG=C.UTF-8
JOB_URL=https://osm.etsi.org/jenkins/job/osmclient-stage_2-merge/job/v10.0/
BUILD_NUMBER=372
SHELL=/bin/bash
RUN_DISPLAY_URL=https://osm.etsi.org/jenkins/job/osmclient-stage_2-merge/job/v10.0/372/display/redirect
ARTIFACTORY_SERVER=artifactory-osm
GERRIT_REFSPEC=refs/changes/43/12443/1
HUDSON_SERVER_COOKIE=6d3295a483c3e6d5
JOB_DISPLAY_URL=https://osm.etsi.org/jenkins/job/osmclient-stage_2-merge/job/v10.0/display/redirect
JOB_NAME=osmclient-stage_2-merge/v10.0
TEST_INSTALL=false
PWD=/home/jenkins/workspace/osmclient-stage_2-merge_v10.0
SSH_CONNECTION=212.234.161.1 13726 172.21.249.3 22
BRANCH_NAME=v10.0
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ git fetch --tags
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ git fetch origin refs/changes/43/12443/1
From https://osm.etsi.org/gerrit/osm/osmclient
 * branch            refs/changes/43/12443/1 -> FETCH_HEAD
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ git checkout -f 1ad0860dfe31be33ea8b82e0f3e4bb327d0390d3
HEAD is now at 1ad0860 Fix bug 2074 to delete properly unzipped packages during osm repo-index
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ sudo git clean -dfx
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (License Scan)
[Pipeline] echo
skip the scan for merge
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Release Note Check)
[Pipeline] fileExists
[Pipeline] echo
No releasenote check present
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-Build)
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ docker build -t osm/osmclient-v10.0 .
Sending build context to Docker daemon  53.69MB

Step 1/9 : FROM ubuntu:20.04
 ---> f78909c2b360
Step 2/9 : ARG APT_PROXY
 ---> Using cache
 ---> 3f6949be98ab
Step 3/9 : RUN if [ ! -z $APT_PROXY ] ; then     echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/proxy.conf ;    echo "Acquire::https::Proxy \"$APT_PROXY\";" >> /etc/apt/apt.conf.d/proxy.conf ;    fi
 ---> Using cache
 ---> 48f7661bee42
Step 4/9 : RUN DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get -y install         debhelper         dh-python         git         python3.8         python3-all         python3.8-dev         python3-setuptools
 ---> Using cache
 ---> 270ffb7b8d11
Step 5/9 : RUN python3 -m easy_install pip==21.3.1
 ---> Using cache
 ---> 02e0b656b7e9
Step 6/9 : RUN pip install tox==3.24.5
 ---> Using cache
 ---> d9742bf53f4c
Step 7/9 : RUN DEBIAN_FRONTEND=noninteractive apt-get -y install     libcurl4-openssl-dev     libssl-dev     wget
 ---> Using cache
 ---> ba430ad8edbf
Step 8/9 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 5e62b2011ffd
Step 9/9 : ENV LANG C.UTF-8
 ---> Using cache
 ---> 6c37b5808be5
Successfully built 6c37b5808be5
Successfully tagged osm/osmclient-v10.0:latest
[Pipeline] }
[Pipeline] // stage
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ id -u
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ id -g
osm-cicd-3 does not seem to be running inside a container
$ docker run -t -d -u 1001:1001 -u root -w /home/jenkins/workspace/osmclient-stage_2-merge_v10.0 -v /home/jenkins/workspace/osmclient-stage_2-merge_v10.0:/home/jenkins/workspace/osmclient-stage_2-merge_v10.0:rw,z -v /home/jenkins/workspace/osmclient-stage_2-merge_v10.0@tmp:/home/jenkins/workspace/osmclient-stage_2-merge_v10.0@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** --entrypoint cat osm/osmclient-v10.0
[Pipeline] withDockerContainer
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ groupadd -o -g 1001 -r jenkins
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ pwd
+ useradd -o -u 1001 -d /home/jenkins/workspace/osmclient-stage_2-merge_v10.0 -r -g jenkins jenkins
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ echo #! /bin/sh
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ chmod 755 /usr/bin/mesg
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ runuser jenkins -c devops-stages/stage-test.sh
black create: /tmp/.tox/black
black installdeps: black
black installed: black==24.1.1,click==8.1.7,mypy-extensions==1.0.0,packaging==23.2,pathspec==0.12.1,platformdirs==4.2.0,tomli==2.0.1,typing_extensions==4.9.0
black run-test-pre: PYTHONHASHSEED='194383204'
black run-test: commands[0] | - black --check --diff osmclient/
--- /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient/sol005/k8scluster.py	2024-02-01 09:09:32.687575+00:00
+++ /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient/sol005/k8scluster.py	2024-02-01 09:10:01.277561+00:00
@@ -45,11 +45,13 @@
     # K8S '--wait' option
     def _wait(self, id, wait_time, deleteFlag=False):
         self._logger.debug("")
         self._client.get_token()
         # Endpoint to get operation status
-        apiUrlStatus = "{}{}{}".format(self._apiName, self._apiVersion, self._apiResource)
+        apiUrlStatus = "{}{}{}".format(
+            self._apiName, self._apiVersion, self._apiResource
+        )
         # Wait for status for VIM instance creation/deletion
         if isinstance(wait_time, bool):
             wait_time = WaitForStatus.TIMEOUT_VIM_OPERATION
         WaitForStatus.wait_for_status(
             "K8S",
@@ -68,12 +70,12 @@
             k8s_cluster["vca_id"] = vim_account["vca"]
         http_code, resp = self._http.post_cmd(
             endpoint=self._apiBase, postfields_dict=k8s_cluster
         )
 
-        self._logger.debug('HTTP CODE: {}'.format(http_code))
-        self._logger.debug('RESP: {}'.format(resp))
+        self._logger.debug("HTTP CODE: {}".format(http_code))
+        self._logger.debug("RESP: {}".format(resp))
 
         if resp:
             resp = json.loads(resp)
         if not resp or "id" not in resp:
             raise ClientException("unexpected response from server - {}".format(resp))
@@ -105,23 +107,25 @@
 
         if wait:
             wait_id = cluster["_id"]
             self._wait(wait_id, wait)
 
-        self._logger.debug('HTTP CODE: {}'.format(http_code))
-        self._logger.debug('RESP: {}'.format(resp))
+        self._logger.debug("HTTP CODE: {}".format(http_code))
+        self._logger.debug("RESP: {}".format(resp))
 
         if http_code in (200, 201, 202, 204):
             print("Updated")
         else:
             msg = ""
             if resp:
                 try:
                     msg = json.loads(resp)
                 except ValueError:
                     msg = resp
-            raise ClientException("failed to update K8s cluster {} - {}".format(name, msg))
+            raise ClientException(
+                "failed to update K8s cluster {} - {}".format(name, msg)
+            )
 
     def get_id(self, name):
         """Returns a K8s cluster id from a K8s cluster name"""
         for cluster in self.list():
             if name == cluster["name"]:
@@ -138,12 +142,12 @@
             querystring = "?FORCE=True"
         http_code, resp = self._http.delete_cmd(
             "{}/{}{}".format(self._apiBase, cluster_id, querystring)
         )
 
-        self._logger.debug('HTTP CODE: {}'.format(http_code))
-        self._logger.debug('RESP: {}'.format(resp))
+        self._logger.debug("HTTP CODE: {}".format(http_code))
+        self._logger.debug("RESP: {}".format(resp))
 
         if http_code == 202:
             if wait:
                 wait_id = cluster_id
 
would reformat /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient/sol005/k8scluster.py
--- /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient/v1/vim.py	2024-02-01 09:09:32.695576+00:00
+++ /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient/v1/vim.py	2024-02-01 09:10:01.697189+00:00
@@ -181,13 +181,13 @@
                     continue
                 for datacenter in ro_account["datacenters"]["datacenters"]:
                     datacenters.append(
                         {
                             "name": datacenter["name"],
-                            "uuid": datacenter["uuid"]
-                            if "uuid" in datacenter
-                            else None,
+                            "uuid": (
+                                datacenter["uuid"] if "uuid" in datacenter else None
+                            ),
                         }
                     )
 
             vim_accounts = datacenters
             return vim_accounts
would reformat /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient/v1/vim.py
--- /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient/sol005/osmrepo.py	2024-02-01 09:09:32.687575+00:00
+++ /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient/sol005/osmrepo.py	2024-02-01 09:10:01.741166+00:00
@@ -94,11 +94,11 @@
             except Exception as e:
                 self._logger.error(
                     "Error cannot read from repository {} '{}': {}".format(
                         repository["name"], repository["url"], e
                     ),
-                    exc_info=True
+                    exc_info=True,
                 )
                 continue
 
         vnf_repos_filtered = []
         if filter:
@@ -189,12 +189,18 @@
         directories = []
         for f in listdir(origin):
             self._logger.debug(f"Element: {join(origin,f)}")
             if isfile(join(origin, f)) and f.endswith(".tar.gz"):
                 artifacts.append(f)
-            elif isdir(join(origin, f)) and f != destination.split('/')[-1] and not f.startswith('.'):
-                directories.append(f)  # TODO: Document that nested directories are not supported
+            elif (
+                isdir(join(origin, f))
+                and f != destination.split("/")[-1]
+                and not f.startswith(".")
+            ):
+                directories.append(
+                    f
+                )  # TODO: Document that nested directories are not supported
             else:
                 self._logger.debug(f"Ignoring {f}")
         self._logger.debug(f"Artifacts: {artifacts}")
         for package in artifacts:
             self.register_package_in_repository(
@@ -248,31 +254,37 @@
         aux_dict = {}
         if package_type == "vnf":
             if descriptor_dict.get("vnfd-catalog", False):
                 aux_dict = descriptor_dict.get("vnfd-catalog", {}).get("vnfd", [{}])[0]
             elif descriptor_dict.get("vnfd:vnfd-catalog"):
-                aux_dict = descriptor_dict.get("vnfd:vnfd-catalog", {}).get("vnfd", [{}])[0]
+                aux_dict = descriptor_dict.get("vnfd:vnfd-catalog", {}).get(
+                    "vnfd", [{}]
+                )[0]
             elif descriptor_dict.get("vnfd"):
                 aux_dict = descriptor_dict["vnfd"]
                 if aux_dict.get("vnfd"):
-                    aux_dict = aux_dict['vnfd'][0]
+                    aux_dict = aux_dict["vnfd"][0]
             else:
                 msg = f"Unexpected descriptor format {descriptor_dict}"
                 self._logger.error(msg)
                 raise ValueError(msg)
-            self._logger.debug(f"Extracted descriptor info for {package_type}: {aux_dict}")
+            self._logger.debug(
+                f"Extracted descriptor info for {package_type}: {aux_dict}"
+            )
             images = []
-            for vdu in aux_dict.get("vdu", aux_dict.get('kdu', ())):
-                images.append(vdu.get("image", vdu.get('name')))
+            for vdu in aux_dict.get("vdu", aux_dict.get("kdu", ())):
+                images.append(vdu.get("image", vdu.get("name")))
             fields["images"] = images
         elif package_type == "ns":
             if descriptor_dict.get("nsd-catalog", False):
                 aux_dict = descriptor_dict.get("nsd-catalog", {}).get("nsd", [{}])[0]
             elif descriptor_dict.get("nsd:nsd-catalog"):
-                aux_dict = descriptor_dict.get("nsd:nsd-catalog", {}).get("nsd", [{}])[0]
+                aux_dict = descriptor_dict.get("nsd:nsd-catalog", {}).get("nsd", [{}])[
+                    0
+                ]
             elif descriptor_dict.get("nsd"):
-                aux_dict = descriptor_dict['nsd']
+                aux_dict = descriptor_dict["nsd"]
                 if aux_dict.get("nsd"):
                     aux_dict = descriptor_dict["nsd"]["nsd"][0]
             else:
                 msg = f"Unexpected descriptor format {descriptor_dict}"
                 self._logger.error(msg)
@@ -280,20 +292,22 @@
             vnfs = []
             if aux_dict.get("constituent-vnfd"):
                 for vnf in aux_dict.get("constituent-vnfd", ()):
                     vnfs.append(vnf.get("vnfd-id-ref"))
             else:
-                vnfs = aux_dict.get('vnfd-id')
+                vnfs = aux_dict.get("vnfd-id")
             self._logger.debug("Used VNFS in the NSD: " + str(vnfs))
             fields["vnfd-id-ref"] = vnfs
-        elif package_type == 'nst':
+        elif package_type == "nst":
             if descriptor_dict.get("nst-catalog", False):
                 aux_dict = descriptor_dict.get("nst-catalog", {}).get("nst", [{}])[0]
             elif descriptor_dict.get("nst:nst-catalog"):
-                aux_dict = descriptor_dict.get("nst:nst-catalog", {}).get("nst", [{}])[0]
+                aux_dict = descriptor_dict.get("nst:nst-catalog", {}).get("nst", [{}])[
+                    0
+                ]
             elif descriptor_dict.get("nst"):
-                aux_dict = descriptor_dict['nst']
+                aux_dict = descriptor_dict["nst"]
                 if aux_dict.get("nst"):
                     aux_dict = descriptor_dict["nst"]["nst"][0]
             nsds = []
             for nsd in aux_dict.get("netslice-subnet", ()):
                 nsds.append(nsd.get("nsd-ref"))
@@ -355,11 +369,13 @@
             if kind == "directory":
                 descriptor_file = glob.glob("{}/*.y*ml".format(path))[0]
             else:
                 folder, descriptor_file = self.zip_extraction(path)
                 folder = join(origin, folder)
-                self._logger.debug(f"Kind is an artifact (tar.gz). Folder: {folder}. Descriptor_file: {descriptor_file}")
+                self._logger.debug(
+                    f"Kind is an artifact (tar.gz). Folder: {folder}. Descriptor_file: {descriptor_file}"
+                )
 
             self._logger.debug("Opening descriptor file: {}".format(descriptor_file))
 
             with open(descriptor_file, "r") as f:
                 descriptor_data = f.read()
@@ -527,13 +543,13 @@
             index = yaml.safe_load(open(destination + "/index.yaml"))
 
             index["{}_packages".format(package_type)][fields.get("id")] = {
                 fields.get("version"): data_ind
             }
-            index["{}_packages".format(package_type)][fields.get("id")][
-                "latest"
-            ] = fields.get("version")
+            index["{}_packages".format(package_type)][fields.get("id")]["latest"] = (
+                fields.get("version")
+            )
             yaml.safe_dump(
                 index,
                 open(join(destination, "index.yaml"), "w"),
                 default_flow_style=False,
                 width=80,
would reformat /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient/sol005/osmrepo.py
--- /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient/scripts/osm.py	2024-02-01 09:09:32.687575+00:00
+++ /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient/scripts/osm.py	2024-02-01 09:10:04.800017+00:00
@@ -2581,11 +2581,13 @@
     """creates a new Physical Deployment Unit (PDU)"""
     logger.debug("")
 
     check_client_version(ctx.obj, ctx.command.name)
 
-    pdu = create_pdu_dictionary(name, pdu_type, interface, description, vim_account, descriptor_file)
+    pdu = create_pdu_dictionary(
+        name, pdu_type, interface, description, vim_account, descriptor_file
+    )
     ctx.obj.pdu.create(pdu)
 
 
 ########################
 # UPDATE PDU operation #
@@ -2629,15 +2631,19 @@
     update = True
 
     if not newname:
         newname = name
 
-    pdu = create_pdu_dictionary(newname, pdu_type, interface, description, vim_account, descriptor_file, update)
+    pdu = create_pdu_dictionary(
+        newname, pdu_type, interface, description, vim_account, descriptor_file, update
+    )
     ctx.obj.pdu.update(name, pdu)
 
 
-def create_pdu_dictionary(name, pdu_type, interface, description, vim_account, descriptor_file, update=False):
+def create_pdu_dictionary(
+    name, pdu_type, interface, description, vim_account, descriptor_file, update=False
+):
 
     logger.debug("")
     pdu = {}
 
     if not descriptor_file:
@@ -2675,10 +2681,11 @@
             new_iface = {k: v for k, v in [i.split("=") for i in iface.split(",")]}
             new_iface["mgmt"] = new_iface.get("mgmt", "false").lower() == "true"
             ifaces_list.append(new_iface)
         pdu["interfaces"] = ifaces_list
     return pdu
+
 
 ####################
 # UPDATE operations
 ####################
 
@@ -4718,13 +4725,13 @@
 )
 @click.option(
     "--projects",
     # prompt="Comma separate list of projects",
     multiple=True,
-    callback=lambda ctx, param, value: "".join(value).split(",")
-    if all(len(x) == 1 for x in value)
-    else value,
+    callback=lambda ctx, param, value: (
+        "".join(value).split(",") if all(len(x) == 1 for x in value) else value
+    ),
     help="list of project ids that the user belongs to",
 )
 @click.option(
     "--project-role-mappings",
     "project_role_mappings",
@@ -5771,11 +5778,14 @@
 )
 @click.option(
     "--netslice-vlds", default=1, help="(NST) Number of netslice vlds. Default 1"
 )
 @click.option(
-    "--old", default=False, is_flag=True, help="Support flag for old versions of the OSM IM (OSM<9)"
+    "--old",
+    default=False,
+    is_flag=True,
+    help="Support flag for old versions of the OSM IM (OSM<9)",
 )
 @click.pass_context
 def package_create(
     ctx,
     package_type,
would reformat /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient/scripts/osm.py

Oh no! ๐Ÿ’ฅ ๐Ÿ’” ๐Ÿ’ฅ
4 files would be reformatted, 48 files would be left unchanged.
cover create: /tmp/.tox/cover
cover installdeps: -r/home/jenkins/workspace/osmclient-stage_2-merge_v10.0/requirements.txt, -r/home/jenkins/workspace/osmclient-stage_2-merge_v10.0/requirements-dev.txt, -r/home/jenkins/workspace/osmclient-stage_2-merge_v10.0/requirements-test.txt
cover develop-inst: /home/jenkins/workspace/osmclient-stage_2-merge_v10.0
cover installed: bitarray==2.3.5,certifi==2021.10.8,charset-normalizer==2.0.10,click==8.0.3,coverage==6.2,enum34==1.1.10,idna==3.3,Jinja2==3.0.3,lxml==4.7.1,MarkupSafe==2.0.1,mock==4.0.3,nose2==0.10.0,osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git@f6d3936c67961e79bfc8fbc5d43752e9cbf38d0e,-e git+https://osm.etsi.org/gerrit/osm/osmclient.git@1ad0860dfe31be33ea8b82e0f3e4bb327d0390d3#egg=osmclient,packaging==21.3,prettytable==3.0.0,pyang==2.5.2,pyangbind==0.8.1,pycurl==7.44.1,pyparsing==3.0.6,python-magic==0.4.24,PyYAML==5.4.1,regex==2021.11.10,requests==2.27.1,six==1.16.0,urllib3==1.26.8,verboselogs==1.7,wcwidth==0.2.5
cover run-test-pre: PYTHONHASHSEED='194383204'
cover run-test: commands[0] | sh -c 'rm -f nosetests.xml'
cover run-test: commands[1] | coverage erase
cover run-test: commands[2] | nose2 -C --coverage osmclient
...............................................
----------------------------------------------------------------------
Ran 47 tests in 10.194s

OK
Name                                     Stmts   Miss  Cover
------------------------------------------------------------
osmclient/__init__.py                        0      0   100%
osmclient/client.py                         32     25    22%
osmclient/common/__init__.py                 0      0   100%
osmclient/common/exceptions.py               6      0   100%
osmclient/common/http.py                    67     39    42%
osmclient/common/package_tool.py           364    323    11%
osmclient/common/test/test_utils.py         36      0   100%
osmclient/common/utils.py                   62     39    37%
osmclient/common/wait.py                    83     63    24%
osmclient/scripts/__init__.py                0      0   100%
osmclient/scripts/osm.py                  2423   1388    43%
osmclient/scripts/tests/tests_vca.py       100      0   100%
osmclient/sol005/__init__.py                 0      0   100%
osmclient/sol005/client.py                  99     70    29%
osmclient/sol005/http.py                   151    130    14%
osmclient/sol005/k8scluster.py             118    101    14%
osmclient/sol005/ns.py                     335    309     8%
osmclient/sol005/nsd.py                    123    102    17%
osmclient/sol005/nsi.py                    209    190     9%
osmclient/sol005/nst.py                    128    108    16%
osmclient/sol005/osmrepo.py                316    266    16%
osmclient/sol005/package.py                 62     49    21%
osmclient/sol005/pdud.py                    94     79    16%
osmclient/sol005/project.py                 74     61    18%
osmclient/sol005/repo.py                    69     56    19%
osmclient/sol005/role.py                   117    103    12%
osmclient/sol005/sdncontroller.py           97     80    18%
osmclient/sol005/subscription.py            71     58    18%
osmclient/sol005/tests/test_osmrepo.py      13      0   100%
osmclient/sol005/tests/test_vca.py         117      0   100%
osmclient/sol005/user.py                   124    112    10%
osmclient/sol005/vca.py                     64      0   100%
osmclient/sol005/vim.py                    162    143    12%
osmclient/sol005/vnf.py                     56     46    18%
osmclient/sol005/vnfd.py                   194    169    13%
osmclient/sol005/wim.py                    142    123    13%
osmclient/v1/__init__.py                     0      0   100%
osmclient/v1/client.py                      54      9    83%
osmclient/v1/key.py                         18     18     0%
osmclient/v1/ns.py                         118     89    25%
osmclient/v1/nsd.py                         27      8    70%
osmclient/v1/package.py                     34     17    50%
osmclient/v1/tests/test_ns.py               22      0   100%
osmclient/v1/tests/test_nsd.py              20      1    95%
osmclient/v1/tests/test_package.py          15      0   100%
osmclient/v1/tests/test_vnf.py              26      0   100%
osmclient/v1/tests/test_vnfd.py             20      1    95%
osmclient/v1/utils.py                        9      4    56%
osmclient/v1/vca.py                         27     27     0%
osmclient/v1/vim.py                        184    162    12%
osmclient/v1/vnf.py                         24      3    88%
osmclient/v1/vnfd.py                        25      6    76%
------------------------------------------------------------
TOTAL                                     6731   4577    32%

cover run-test: commands[3] | coverage report '--omit=*tests*'
Name                                  Stmts   Miss  Cover
---------------------------------------------------------
osmclient/__init__.py                     0      0   100%
osmclient/client.py                      32     25    22%
osmclient/common/__init__.py              0      0   100%
osmclient/common/exceptions.py            6      0   100%
osmclient/common/http.py                 67     39    42%
osmclient/common/package_tool.py        364    323    11%
osmclient/common/test/test_utils.py      36      0   100%
osmclient/common/utils.py                62     39    37%
osmclient/common/wait.py                 83     63    24%
osmclient/scripts/__init__.py             0      0   100%
osmclient/scripts/osm.py               2423   1388    43%
osmclient/sol005/__init__.py              0      0   100%
osmclient/sol005/client.py               99     70    29%
osmclient/sol005/http.py                151    130    14%
osmclient/sol005/k8scluster.py          118    101    14%
osmclient/sol005/ns.py                  335    309     8%
osmclient/sol005/nsd.py                 123    102    17%
osmclient/sol005/nsi.py                 209    190     9%
osmclient/sol005/nst.py                 128    108    16%
osmclient/sol005/osmrepo.py             316    266    16%
osmclient/sol005/package.py              62     49    21%
osmclient/sol005/pdud.py                 94     79    16%
osmclient/sol005/project.py              74     61    18%
osmclient/sol005/repo.py                 69     56    19%
osmclient/sol005/role.py                117    103    12%
osmclient/sol005/sdncontroller.py        97     80    18%
osmclient/sol005/subscription.py         71     58    18%
osmclient/sol005/user.py                124    112    10%
osmclient/sol005/vca.py                  64      0   100%
osmclient/sol005/vim.py                 162    143    12%
osmclient/sol005/vnf.py                  56     46    18%
osmclient/sol005/vnfd.py                194    169    13%
osmclient/sol005/wim.py                 142    123    13%
osmclient/v1/__init__.py                  0      0   100%
osmclient/v1/client.py                   54      9    83%
osmclient/v1/key.py                      18     18     0%
osmclient/v1/ns.py                      118     89    25%
osmclient/v1/nsd.py                      27      8    70%
osmclient/v1/package.py                  34     17    50%
osmclient/v1/utils.py                     9      4    56%
osmclient/v1/vca.py                      27     27     0%
osmclient/v1/vim.py                     184    162    12%
osmclient/v1/vnf.py                      24      3    88%
osmclient/v1/vnfd.py                     25      6    76%
---------------------------------------------------------
TOTAL                                  6398   4575    28%
cover run-test: commands[4] | coverage html -d ./cover '--omit=*tests*'
Wrote HTML report to ./cover/index.html
cover run-test: commands[5] | coverage xml -o coverage.xml '--omit=*tests*'
Wrote XML report to coverage.xml
flake8 create: /tmp/.tox/flake8
flake8 installdeps: flake8
flake8 develop-inst: /home/jenkins/workspace/osmclient-stage_2-merge_v10.0
flake8 installed: flake8==7.0.0,mccabe==0.7.0,-e git+https://osm.etsi.org/gerrit/osm/osmclient.git@1ad0860dfe31be33ea8b82e0f3e4bb327d0390d3#egg=osmclient,pycodestyle==2.11.1,pyflakes==3.2.0
flake8 run-test-pre: PYTHONHASHSEED='194383204'
flake8 run-test: commands[0] | flake8 osmclient/ setup.py
pylint create: /tmp/.tox/pylint
pylint installdeps: -r/home/jenkins/workspace/osmclient-stage_2-merge_v10.0/requirements.txt, -r/home/jenkins/workspace/osmclient-stage_2-merge_v10.0/requirements-dev.txt, -r/home/jenkins/workspace/osmclient-stage_2-merge_v10.0/requirements-test.txt, pylint
pylint develop-inst: /home/jenkins/workspace/osmclient-stage_2-merge_v10.0
pylint installed: astroid==3.0.2,bitarray==2.3.5,certifi==2021.10.8,charset-normalizer==2.0.10,click==8.0.3,coverage==6.2,dill==0.3.8,enum34==1.1.10,idna==3.3,isort==5.13.2,Jinja2==3.0.3,lxml==4.7.1,MarkupSafe==2.0.1,mccabe==0.7.0,mock==4.0.3,nose2==0.10.0,osm-im @ git+https://osm.etsi.org/gerrit/osm/IM.git@f6d3936c67961e79bfc8fbc5d43752e9cbf38d0e,-e git+https://osm.etsi.org/gerrit/osm/osmclient.git@1ad0860dfe31be33ea8b82e0f3e4bb327d0390d3#egg=osmclient,packaging==21.3,platformdirs==4.2.0,prettytable==3.0.0,pyang==2.5.2,pyangbind==0.8.1,pycurl==7.44.1,pylint==3.0.3,pyparsing==3.0.6,python-magic==0.4.24,PyYAML==5.4.1,regex==2021.11.10,requests==2.27.1,six==1.16.0,tomli==2.0.1,tomlkit==0.12.3,typing_extensions==4.9.0,urllib3==1.26.8,verboselogs==1.7,wcwidth==0.2.5
pylint run-test-pre: PYTHONHASHSEED='194383204'
pylint run-test: commands[0] | - pylint -E osmclient
************* Module osmclient.client
osmclient/client.py:52:34: E1101: Module 'logging' has no 'VERBOSE' member (no-member)
************* Module osmclient.scripts.osm
osmclient/scripts/osm.py:5993:8: E1120: No value for argument 'ctx' in function call (no-value-for-parameter)
************* Module osmclient.common.http
osmclient/common/http.py:48:8: E1101: Instance of 'Http' has no '_logger' member (no-member)
osmclient/common/http.py:53:8: E1101: Instance of 'Http' has no '_logger' member (no-member)
osmclient/common/http.py:56:12: E1101: Instance of 'Http' has no '_logger' member (no-member)
osmclient/common/http.py:67:8: E1101: Instance of 'Http' has no '_logger' member (no-member)
osmclient/common/http.py:72:8: E1101: Instance of 'Http' has no '_logger' member (no-member)
osmclient/common/http.py:75:12: E1101: Instance of 'Http' has no '_logger' member (no-member)
osmclient/common/http.py:101:8: E1101: Instance of 'Http' has no '_logger' member (no-member)
osmclient/common/http.py:106:8: E1101: Instance of 'Http' has no '_logger' member (no-member)
osmclient/common/http.py:109:12: E1101: Instance of 'Http' has no '_logger' member (no-member)
safety create: /tmp/.tox/safety
safety installdeps: -r/home/jenkins/workspace/osmclient-stage_2-merge_v10.0/requirements.txt, safety
safety develop-inst: /home/jenkins/workspace/osmclient-stage_2-merge_v10.0
safety installed: certifi==2021.10.8,charset-normalizer==2.0.10,click==8.0.3,dparse==0.6.3,idna==3.3,Jinja2==3.0.3,MarkupSafe==2.0.1,-e git+https://osm.etsi.org/gerrit/osm/osmclient.git@1ad0860dfe31be33ea8b82e0f3e4bb327d0390d3#egg=osmclient,packaging==21.3,prettytable==3.0.0,pycurl==7.44.1,pyparsing==3.0.6,python-magic==0.4.24,PyYAML==5.4.1,requests==2.27.1,ruamel.yaml==0.18.5,ruamel.yaml.clib==0.2.8,safety==2.3.5,tomli==2.0.1,urllib3==1.26.8,verboselogs==1.7,wcwidth==0.2.5
safety run-test-pre: PYTHONHASHSEED='194383204'
safety run-test: commands[0] | - safety check --full-report
+==============================================================================+

                               /$$$$$$            /$$
                              /$$__  $$          | $$
           /$$$$$$$  /$$$$$$ | $$  \__//$$$$$$  /$$$$$$   /$$   /$$
          /$$_____/ |____  $$| $$$$   /$$__  $$|_  $$_/  | $$  | $$
         |  $$$$$$   /$$$$$$$| $$_/  | $$$$$$$$  | $$    | $$  | $$
          \____  $$ /$$__  $$| $$    | $$_____/  | $$ /$$| $$  | $$
          /$$$$$$$/|  $$$$$$$| $$    |  $$$$$$$  |  $$$$/|  $$$$$$$
         |_______/  \_______/|__/     \_______/   \___/   \____  $$
                                                          /$$  | $$
                                                         |  $$$$$$/
  by pyup.io                                              \______/

+==============================================================================+

 REPORT 

  Safety is using PyUp's free open-source vulnerability database. This
data is 30 days old and limited. 
  For real-time enhanced vulnerability data, fix recommendations, severity
reporting, cybersecurity support, team and project policy management and more
sign up at https://pyup.io or email sales@pyup.io

  Safety v2.3.5 is scanning for Vulnerabilities...
  Scanning dependencies in your environment:

  -> /home/jenkins/workspace/osmclient-stage_2-merge_v10.0
  -> /tmp/.tox/safety/lib/python3.8/site-packages

  Using non-commercial database
  Found and scanned 25 packages
  Timestamp 2024-02-01 09:12:25
  5 vulnerabilities found
  0 vulnerabilities ignored

+==============================================================================+
 VULNERABILITIES FOUND 
+==============================================================================+

-> Vulnerability found in certifi version 2021.10.8
   Vulnerability ID: 52365
   Affected spec: <2022.12.07
   ADVISORY: Certifi 2022.12.07 includes a fix for CVE-2022-23491:
   Certifi 2022.12.07 removes root certificates from "TrustCor" from the root
   store. These are in the process of being removed from Mozilla's trust store.
   TrustCor's root certificates are being removed pursuant to an investigation
   prompted by media reporting that TrustCor's ownership also operated a
   business that produced spyware. Conclusions of Mozilla's investigation can be
   found in the linked google group
   discussion.https://github.com/certifi/python-
   certifi/security/advisories/GHSA-43fp-
   rhv2-5gv8https://groups.google.com/a/mozilla.org/g/dev-security-
   policy/c/oxX69KFvsm4/m/yLohoVqtCgAJ
   CVE-2022-23491
   For more information, please visit
   https://data.safetycli.com/v/52365/f17


-> Vulnerability found in certifi version 2021.10.8
   Vulnerability ID: 59956
   Affected spec: >=2015.04.28,<2023.07.22
   ADVISORY: Certifi 2023.07.22 includes a fix for CVE-2023-37920:
   Certifi prior to version 2023.07.22 recognizes "e-Tugra" root certificates.
   e-Tugra's root certificates were subject to an investigation prompted by
   reporting of security issues in their systems. Certifi 2023.07.22 removes
   root certificates from "e-Tugra" from the root
   store.https://github.com/certifi/python-certifi/security/advisories/GHSA-
   xqr8-7jwr-rhp7
   CVE-2023-37920
   For more information, please visit
   https://data.safetycli.com/v/59956/f17


-> Vulnerability found in requests version 2.27.1
   Vulnerability ID: 58755
   Affected spec: >=2.3.0,<2.31.0
   ADVISORY: Requests 2.31.0 includes a fix for CVE-2023-32681: Since
   Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to
   destination servers when redirected to an HTTPS endpoint. This is a product
   of how we use 'rebuild_proxies' to reattach the 'Proxy-Authorization' header
   to requests. For HTTP connections sent through the tunnel, the proxy will
   identify the header in the request itself and remove it prior to forwarding
   to the destination server. However when sent over HTTPS, the 'Proxy-
   Authorization' header must be sent in the CONNECT request as the proxy has no
   visibility into the tunneled request. This results in Requests forwarding
   proxy credentials to the destination server unintentionally, allowing a
   malicious actor to potentially exfiltrate sensitive information.
   CVE-2023-32681
   For more information, please visit
   https://data.safetycli.com/v/58755/f17


-> Vulnerability found in urllib3 version 1.26.8
   Vulnerability ID: 61601
   Affected spec: <1.26.17
   ADVISORY: Urllib3 1.26.17 and 2.0.5 include a fix for CVE-2023-43804:
   Urllib3 doesn't treat the 'Cookie' HTTP header special or provide any helpers
   for managing cookies over HTTP, that is the responsibility of the user.
   However, it is possible for a user to specify a 'Cookie' header and
   unknowingly leak information via HTTP redirects to a different origin if that
   user doesn't disable redirects explicitly.https://github.com/urllib3/urllib3/
   security/advisories/GHSA-v845-jxx5-vc9f
   CVE-2023-43804
   For more information, please visit
   https://data.safetycli.com/v/61601/f17


-> Vulnerability found in urllib3 version 1.26.8
   Vulnerability ID: 61893
   Affected spec: <1.26.18
   ADVISORY: Urllib3 1.26.18 and 2.0.7 include a fix for CVE-2023-45803:
   Request body not stripped after redirect from 303 status changes request
   method to GET.https://github.com/urllib3/urllib3/security/advisories/GHSA-g4m
   x-q9vg-27p4
   CVE-2023-45803
   For more information, please visit
   https://data.safetycli.com/v/61893/f17

 Scan was completed. 5 vulnerabilities were found. 

+==============================================================================+
   REMEDIATIONS

  5 vulnerabilities were found in 3 packages. For detailed remediation & fix 
  recommendations, upgrade to a commercial license. 

+==============================================================================+

  Safety is using PyUp's free open-source vulnerability database. This
data is 30 days old and limited. 
  For real-time enhanced vulnerability data, fix recommendations, severity
reporting, cybersecurity support, team and project policy management and more
sign up at https://pyup.io or email sales@pyup.io

+==============================================================================+
___________________________________ summary ____________________________________
  black: commands succeeded
  cover: commands succeeded
  flake8: commands succeeded
  pylint: commands succeeded
  safety: commands succeeded
  congratulations :)
[Pipeline] fileExists
[Pipeline] step
[Cobertura] Publishing Cobertura coverage report...

[Cobertura] Publishing Cobertura coverage results...

[Cobertura] Cobertura coverage report found.

[Pipeline] fileExists
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ runuser jenkins -c devops-stages/stage-build.sh
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive)
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ runuser jenkins -c mkdir -p changelog
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ runuser jenkins -c devops/tools/generatechangelog-pipeline.sh > changelog/changelog-osmclient.html
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ runuser jenkins -c devops-stages/stage-archive.sh
devops-stages/stage-archive.sh: 7: apt-ftparchive: not found
[Pipeline] getArtifactoryServer
[Pipeline] newBuildInfo
[consumer_0] Deploying artifact: https://artifactory-osm.etsi.org/artifactory/osm-osmclient/v10.0/372/dists/unstable/osmclient/binary-amd64/Packages.gz
[consumer_1] Deploying artifact: https://artifactory-osm.etsi.org/artifactory/osm-osmclient/v10.0/372/dists/unstable/osmclient/binary-amd64/Packages
[consumer_2] Deploying artifact: https://artifactory-osm.etsi.org/artifactory/osm-osmclient/v10.0/372/pool/osmclient/python3-osmclient_10.1.5%2Bg1ad0860-1_all.deb
[consumer_1] Deploying artifact: https://artifactory-osm.etsi.org/artifactory/osm-osmclient/v10.0/372/changelog/changelog-osmclient.html
[Pipeline] artifactoryUpload
[Pipeline] publishBuildInfo
Deploying build info to: https://artifactory-osm.etsi.org/artifactory/api/build
Deploying build descriptor to: https://artifactory-osm.etsi.org/artifactory/api/build
Build successfully deployed. Browse it in Artifactory under https://artifactory-osm.etsi.org/artifactory/webapp/builds/osmclient-stage_2-merge%20::%20v10.0/372
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ env
[Pipeline] step
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
$ docker stop --time=1 da0056af3ff45b2c6aa48664031a89313eb02580b906808981f998a620bb8229
$ docker rm -f da0056af3ff45b2c6aa48664031a89313eb02580b906808981f998a620bb8229
[Pipeline] // withDockerContainer
[Pipeline] fileExists
[Pipeline] stage
[Pipeline] { (Snap build)
[Pipeline] withCredentials
[Pipeline] {
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ sudo rm -rf /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/stage/ /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/parts/ /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/prime/ /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/*.snap
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ sudo snapcraft clean --use-lxd
Starting Snapcraft 8.0.2
Logging execution to '/root/.local/state/snapcraft/log/snapcraft-20240201-091253.038805.log'
Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning.
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ snapcraft --use-lxd
Starting Snapcraft 8.0.2
Logging execution to '/home/jenkins/.local/state/snapcraft/log/snapcraft-20240201-091254.985272.log'
Launching a container.
Build environment project directory changed from '/home/jenkins/workspace/osmclient-stage_2_v13.0', cleaning first.
Waiting for container to be ready
Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service โ†’ /lib/systemd/system/systemd-networkd.service.
Waiting for network to be ready...
Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2679 kB]
Get:3 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [410 kB]
Get:4 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB]
Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5796 B]
Get:6 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2508 kB]
Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [349 kB]
Get:8 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [934 kB]
Get:9 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [197 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Get:11 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB]
Get:13 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB]
Get:16 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB]
Get:17 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B]
Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB]
Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB]
Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3058 kB]
Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [493 kB]
Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB]
Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7768 B]
Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2619 kB]
Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [365 kB]
Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1160 kB]
Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [279 kB]
Fetched 31.1 MB in 10s (3186 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal
  libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
  libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common
  libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal
Suggested packages:
  dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon
Recommended packages:
  gnupg libsasl2-modules
The following NEW packages will be installed:
  dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal
  libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
  libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common
  libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev
The following packages will be upgraded:
  gpg gpg-agent gpgconf libudev1
4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded.
Need to get 3863 kB of archives.
After this operation, 15.0 MB of additional disk space will be used.
Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev1 amd64 245.4-4ubuntu3.23 [75.6 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 udev amd64 245.4-4ubuntu3.23 [1366 kB]
Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB]
Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB]
Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libksba8 amd64 1.3.5-2ubuntu0.20.04.2 [95.2 kB]
Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [42.5 kB]
Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [181 kB]
Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [30.4 kB]
Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [88.1 kB]
Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [47.7 kB]
Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [107 kB]
Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [207 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB]
Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [15.1 kB]
Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [96.5 kB]
Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB]
Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB]
Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.10 [16.5 kB]
Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.10 [155 kB]
Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 3863 kB in 1s (3168 kB/s)
(Reading database ... 12816 files and directories currently installed.)
Preparing to unpack .../libudev1_245.4-4ubuntu3.23_amd64.deb ...
Unpacking libudev1:amd64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3) ...
Setting up libudev1:amd64 (245.4-4ubuntu3.23) ...
Selecting previously unselected package udev.
(Reading database ... 12816 files and directories currently installed.)
Preparing to unpack .../00-udev_245.4-4ubuntu3.23_amd64.deb ...
Unpacking udev (245.4-4ubuntu3.23) ...
Selecting previously unselected package libfuse2:amd64.
Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ...
Unpacking libfuse2:amd64 (2.9.9-3) ...
Selecting previously unselected package fuse.
Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ...
Unpacking fuse (2.9.9-3) ...
Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.2_amd64.deb ...
Unpacking gpg (2.2.19-3ubuntu2.2) over (2.2.19-3ubuntu2) ...
Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ...
Unpacking gpgconf (2.2.19-3ubuntu2.2) over (2.2.19-3ubuntu2) ...
Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ...
Unpacking gpg-agent (2.2.19-3ubuntu2.2) over (2.2.19-3ubuntu2) ...
Selecting previously unselected package libksba8:amd64.
Preparing to unpack .../06-libksba8_1.3.5-2ubuntu0.20.04.2_amd64.deb ...
Unpacking libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
Selecting previously unselected package libroken18-heimdal:amd64.
Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libasn1-8-heimdal:amd64.
Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libheimbase1-heimdal:amd64.
Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libhcrypto4-heimdal:amd64.
Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libwind0-heimdal:amd64.
Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libhx509-5-heimdal:amd64.
Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libkrb5-26-heimdal:amd64.
Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libheimntlm0-heimdal:amd64.
Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libgssapi3-heimdal:amd64.
Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.10_all.deb ...
Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.10) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.10_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.10) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ...
Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
Setting up libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
Setting up libfuse2:amd64 (2.9.9-3) ...
Setting up libldap-common (2.4.49+dfsg-2ubuntu1.10) ...
Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
Setting up udev (245.4-4ubuntu3.23) ...
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up gpgconf (2.2.19-3ubuntu2.2) ...
Setting up gpg (2.2.19-3ubuntu2.2) ...
Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up fuse (2.9.9-3) ...
Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.10) ...
Setting up dirmngr (2.2.19-3ubuntu2.2) ...
Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket โ†’ /usr/lib/systemd/user/dirmngr.socket.
Processing triggers for systemd (245.4-4ubuntu3) ...
Processing triggers for libc-bin (2.31-0ubuntu9) ...
The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
Alias= settings in the [Install] section, and DefaultInstance= for template
units). This means they are not meant to be enabled using systemctl.
 
Possible reasons for having this kind of units are:
โ€ข A unit may be statically enabled by being symlinked from another unit's
  .wants/ or .requires/ directory.
โ€ข A unit's purpose may be to act as a helper for some other unit which has
  a requirement dependency on it.
โ€ข A unit may be started when needed via activation (socket, path, timer,
  D-Bus, udev, scripted systemctl call, ...).
โ€ข In case of template units, the unit is meant to be enabled with some
  instance name specified.
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2
  libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3
  libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib
  libpython3.8-minimal libpython3.8-stdlib libsystemd0 mime-support
  openssh-client python3 python3-minimal python3.8 python3.8-minimal
  squashfs-tools systemd systemd-sysv systemd-timesyncd
Suggested packages:
  apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain
  libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv
  python3.8-venv python3.8-doc binfmt-support zenity | kdialog
  systemd-container policykit-1
Recommended packages:
  krb5-locales file xauth gnupg networkd-dispatcher libnss-systemd
The following NEW packages will be installed:
  apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2
  libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3
  libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib
  libpython3.8-minimal libpython3.8-stdlib mime-support openssh-client python3
  python3-minimal python3.8 python3.8-minimal snapd squashfs-tools sudo
The following packages will be upgraded:
  libsystemd0 systemd systemd-sysv systemd-timesyncd
4 upgraded, 29 newly installed, 0 to remove and 100 not upgraded.
Need to get 50.1 MB of archives.
After this operation, 205 MB of additional disk space will be used.
Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [718 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.23 [28.1 kB]
Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB]
Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [1890 kB]
Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.9 [1674 kB]
Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.9 [387 kB]
Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.3 [179 kB]
Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus amd64 1.12.16-2ubuntu2.3 [151 kB]
Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.5 [515 kB]
Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.4 [31.0 kB]
Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.4 [79.9 kB]
Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.4 [330 kB]
Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.4 [121 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.23 [10.3 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.23 [3811 kB]
Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.11 [670 kB]
Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.3 [9424 B]
Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB]
Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 snapd amd64 2.58+20.04.1 [37.9 MB]
Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.23 [268 kB]
Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.23 [186 kB]
Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.3 [502 kB]
Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB]
Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB]
Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB]
Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 50.1 MB in 1s (36.3 MB/s)
(Reading database ... 13067 files and directories currently installed.)
Preparing to unpack .../systemd-timesyncd_245.4-4ubuntu3.23_amd64.deb ...
Unpacking systemd-timesyncd (245.4-4ubuntu3.23) over (245.4-4ubuntu3) ...
Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.23_amd64.deb ...
Unpacking systemd-sysv (245.4-4ubuntu3.23) over (245.4-4ubuntu3) ...
Preparing to unpack .../systemd_245.4-4ubuntu3.23_amd64.deb ...
Unpacking systemd (245.4-4ubuntu3.23) over (245.4-4ubuntu3) ...
Preparing to unpack .../libsystemd0_245.4-4ubuntu3.23_amd64.deb ...
Unpacking libsystemd0:amd64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3) ...
Setting up libsystemd0:amd64 (245.4-4ubuntu3.23) ...
Selecting previously unselected package libpython3.8-minimal:amd64.
(Reading database ... 13068 files and directories currently installed.)
Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.9_amd64.deb ...
Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.9) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
Selecting previously unselected package python3.8-minimal.
Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.9_amd64.deb ...
Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ...
Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.9) ...
Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 13359 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
Unpacking python3-minimal (3.8.2-0ubuntu2) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
Unpacking mime-support (3.64ubuntu1) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-3) ...
Selecting previously unselected package libpython3.8-stdlib:amd64.
Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.9_amd64.deb ...
Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.9) ...
Selecting previously unselected package python3.8.
Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.9_amd64.deb ...
Unpacking python3.8 (3.8.10-0ubuntu1~20.04.9) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
Setting up python3-minimal (3.8.2-0ubuntu2) ...
Selecting previously unselected package python3.
(Reading database ... 13761 files and directories currently installed.)
Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ...
Unpacking python3 (3.8.2-0ubuntu2) ...
Selecting previously unselected package libdbus-1-3:amd64.
Preparing to unpack .../01-libdbus-1-3_1.12.16-2ubuntu2.3_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
Selecting previously unselected package dbus.
Preparing to unpack .../02-dbus_1.12.16-2ubuntu2.3_amd64.deb ...
Unpacking dbus (1.12.16-2ubuntu2.3) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../03-libbsd0_0.10.0-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.10.0-1) ...
Selecting previously unselected package libpam-systemd:amd64.
Preparing to unpack .../04-libpam-systemd_245.4-4ubuntu3.23_amd64.deb ...
Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.23) ...
Selecting previously unselected package sudo.
Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.5_amd64.deb ...
Unpacking sudo (1.8.31-1ubuntu1.5) ...
Selecting previously unselected package apparmor.
Preparing to unpack .../06-apparmor_2.13.3-7ubuntu5.3_amd64.deb ...
Unpacking apparmor (2.13.3-7ubuntu5.3) ...
Selecting previously unselected package libcbor0.6:amd64.
Preparing to unpack .../07-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ...
Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../08-libedit2_3.1-20191231-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20191231-1) ...
Selecting previously unselected package libfido2-1:amd64.
Preparing to unpack .../09-libfido2-1_1.3.1-1ubuntu2_amd64.deb ...
Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../10-libkrb5support0_1.17-6ubuntu4.4_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.4) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../11-libk5crypto3_1.17-6ubuntu4.4_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.4) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../12-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../13-libkrb5-3_1.17-6ubuntu4.4_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.4) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../14-libgssapi-krb5-2_1.17-6ubuntu4.4_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.4) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../15-openssh-client_1%3a8.2p1-4ubuntu0.11_amd64.deb ...
Unpacking openssh-client (1:8.2p1-4ubuntu0.11) ...
Selecting previously unselected package dbus-user-session.
Preparing to unpack .../16-dbus-user-session_1.12.16-2ubuntu2.3_amd64.deb ...
Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ...
Selecting previously unselected package liblzo2-2:amd64.
Preparing to unpack .../17-liblzo2-2_2.10-2_amd64.deb ...
Unpacking liblzo2-2:amd64 (2.10-2) ...
Selecting previously unselected package squashfs-tools.
Preparing to unpack .../18-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ...
Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ...
Selecting previously unselected package snapd.
Preparing to unpack .../19-snapd_2.58+20.04.1_amd64.deb ...
Unpacking snapd (2.58+20.04.1) ...
Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
Setting up mime-support (3.64ubuntu1) ...
Setting up liblzo2-2:amd64 (2.10-2) ...
Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
Setting up libkrb5support0:amd64 (1.17-6ubuntu4.4) ...
Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
Setting up dbus (1.12.16-2ubuntu2.3) ...
Setting up sudo (1.8.31-1ubuntu1.5) ...
Setting up libk5crypto3:amd64 (1.17-6ubuntu4.4) ...
Setting up libkrb5-3:amd64 (1.17-6ubuntu4.4) ...
Setting up libmpdec2:amd64 (2.4.2-3) ...
Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.9) ...
Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ...
Setting up python3.8 (3.8.10-0ubuntu1~20.04.9) ...
Setting up libbsd0:amd64 (0.10.0-1) ...
Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
Setting up squashfs-tools (1:4.4-1ubuntu0.3) ...
Setting up libedit2:amd64 (3.1-20191231-1) ...
Setting up python3 (3.8.2-0ubuntu2) ...
running python rtupdate hooks for python3.8...
running python post-rtupdate hooks for python3.8...
Setting up apparmor (2.13.3-7ubuntu5.3) ...
Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service โ†’ /lib/systemd/system/apparmor.service.
Reloading AppArmor profiles 
Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.4) ...
Setting up openssh-client (1:8.2p1-4ubuntu0.11) ...
Setting up systemd-timesyncd (245.4-4ubuntu3.23) ...
/usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service'
Setting up systemd (245.4-4ubuntu3.23) ...
Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ...
Installing new version of config file /etc/systemd/resolved.conf ...
Setting up systemd-sysv (245.4-4ubuntu3.23) ...
Setting up libpam-systemd:amd64 (245.4-4ubuntu3.23) ...
Setting up dbus-user-session (1.12.16-2ubuntu2.3) ...
Setting up snapd (2.58+20.04.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/snapd.aa-prompt-listener.service โ†’ /lib/systemd/system/snapd.aa-prompt-listener.service.
Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service โ†’ /lib/systemd/system/snapd.apparmor.service.
Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service โ†’ /lib/systemd/system/snapd.autoimport.service.
Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service โ†’ /lib/systemd/system/snapd.core-fixup.service.
Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service โ†’ /lib/systemd/system/snapd.recovery-chooser-trigger.service.
Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service โ†’ /lib/systemd/system/snapd.seeded.service.
Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service โ†’ /lib/systemd/system/snapd.seeded.service.
Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service โ†’ /lib/systemd/system/snapd.service.
Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer โ†’ /lib/systemd/system/snapd.snap-repair.timer.
Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket โ†’ /lib/systemd/system/snapd.socket.
Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service โ†’ /lib/systemd/system/snapd.system-shutdown.service.
/usr/sbin/policy-rc.d returned 101, not running 'start snapd.socket'
/usr/sbin/policy-rc.d returned 101, not running 'start snapd.service'
/usr/sbin/policy-rc.d returned 101, not running 'start snapd.aa-prompt-listener.service snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.mounts-pre.target snapd.mounts.target snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.snap-repair.service snapd.snap-repair.timer snapd.system-shutdown.service'
Processing triggers for libc-bin (2.31-0ubuntu9) ...
Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  advancecomp apt base-files bash binutils binutils-common
  binutils-x86-64-linux-gnu bsdutils build-essential ca-certificates cpp-9
  dpkg dpkg-dev e2fsprogs fdisk g++-9 gcc-10-base gcc-9 gcc-9-base gpgv gzip
  libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils libblkid1
  libc-bin libc-dev-bin libc6 libc6-dev libcap2 libcc1-0 libcom-err2
  libcryptsetup12 libctf-nobfd0 libctf0 libdpkg-perl libext2fs2 libfdisk1
  libgcc-9-dev libgcc-s1 libgcrypt20 libgmp10 libgnutls30 libgomp1 libhogweed5
  libip4tc2 libitm1 libjson-c4 libkmod2 liblsan0 liblz4-1 liblzma5 libmount1
  libncurses6 libncursesw6 libnettle7 libp11-kit0 libpam-modules
  libpam-modules-bin libpam-runtime libpam0g libpcre2-8-0 libpcre3 libperl5.30
  libprocps8 libquadmath0 libseccomp2 libsepol1 libsmartcols1 libsqlite3-0
  libss2 libssl1.1 libstdc++-9-dev libstdc++6 libtinfo6 libtsan0 libubsan1
  libuuid1 libzstd1 linux-libc-dev login logsave mount ncurses-base
  ncurses-bin openssl passwd perl perl-base perl-modules-5.30 pkgbinarymangler
  procps tar tzdata ubuntu-keyring util-linux xz-utils zlib1g
100 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 70.4 MB of archives.
After this operation, 27.9 MB of additional disk space will be used.
Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6-dev amd64 2.31-0ubuntu9.14 [2519 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.8 [60.3 kB]
Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.14 [71.8 kB]
Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-170.188 [1125 kB]
Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.5.0-1ubuntu1~20.04 [785 kB]
Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.5.0-1ubuntu1~20.04 [2016 kB]
Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.5.0-1ubuntu1~20.04 [146 kB]
Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.5.0-1ubuntu1~20.04 [835 kB]
Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.5.0-1ubuntu1~20.04 [26.2 kB]
Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.5.0-1ubuntu1~20.04 [102 kB]
Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.5.0-1ubuntu1~20.04 [20.8 kB]
Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.5.0-1ubuntu1~20.04 [41.8 kB]
Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.5.0-1ubuntu1~20.04 [48.8 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.4 [63.0 kB]
Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.5.0-1ubuntu1~20.04 [9284 B]
Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.5.0-1ubuntu1~20.04 [501 kB]
Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.4 [137 kB]
Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6 amd64 2.31-0ubuntu9.14 [2725 kB]
Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 bash amd64 5.0-6ubuntu1.2 [639 kB]
Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.4 [240 kB]
Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 dpkg amd64 1.19.7ubuntu3.2 [1128 kB]
Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 gzip amd64 1.10-0ubuntu4.1 [95.2 kB]
Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.4 [221 kB]
Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 ncurses-bin amd64 6.2-0ubuntu2.1 [172 kB]
Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.5 [3941 kB]
Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.4 [20.0 kB]
Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.4 [174 kB]
Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libmount1 amd64 2.34-0.1ubuntu9.4 [150 kB]
Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.5 [224 kB]
Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.4 [100 kB]
Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 fdisk amd64 2.34-0.1ubuntu9.4 [119 kB]
Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 util-linux amd64 2.34-0.1ubuntu9.4 [1021 kB]
Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.5 [1514 kB]
Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.10 [843 kB]
Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB]
Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.10 [1280 kB]
Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.5 [2739 kB]
Get:38 http://security.ubuntu.com/ubuntu focal-security/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.5 [54.2 kB]
Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 libncurses6 amd64 6.2-0ubuntu2.1 [101 kB]
Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 libncursesw6 amd64 6.2-0ubuntu2.1 [132 kB]
Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtinfo6 amd64 6.2-0ubuntu2.1 [87.4 kB]
Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-bin amd64 2.31-0ubuntu9.14 [635 kB]
Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 ncurses-base all 6.2-0ubuntu2.1 [18.9 kB]
Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB]
Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB]
Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblzma5 amd64 5.2.4-1ubuntu1.1 [91.8 kB]
Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 mount amd64 2.34-0.1ubuntu9.4 [115 kB]
Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.3 [35.4 kB]
Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libip4tc2 amd64 1.8.4-3ubuntu2.1 [19.1 kB]
Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkmod2 amd64 27-1ubuntu2.1 [45.3 kB]
Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2023d-0ubuntu0.20.04 [303 kB]
Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 pkgbinarymangler all 144.20.04.0 [57.8 kB]
Get:54 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB]
Get:55 http://security.ubuntu.com/ubuntu focal-security/main amd64 gpgv amd64 2.2.19-3ubuntu2.2 [200 kB]
Get:56 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgmp10 amd64 2:6.2.0+dfsg-4ubuntu0.1 [241 kB]
Get:57 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB]
Get:58 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB]
Get:59 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB]
Get:60 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.10 [827 kB]
Get:61 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB]
Get:62 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam0g amd64 1.3.1-5ubuntu4.7 [55.4 kB]
Get:63 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.7 [41.2 kB]
Get:64 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.7 [261 kB]
Get:65 http://security.ubuntu.com/ubuntu focal-security/main amd64 logsave amd64 1.45.5-2ubuntu1.1 [10.2 kB]
Get:66 http://security.ubuntu.com/ubuntu focal-security/main amd64 libext2fs2 amd64 1.45.5-2ubuntu1.1 [183 kB]
Get:67 http://security.ubuntu.com/ubuntu focal-security/main amd64 e2fsprogs amd64 1.45.5-2ubuntu1.1 [527 kB]
Get:68 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-runtime all 1.3.1-5ubuntu4.7 [37.3 kB]
Get:69 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpcre2-8-0 amd64 10.34-7ubuntu0.1 [198 kB]
Get:70 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpcre3 amd64 2:8.39-12ubuntu0.1 [232 kB]
Get:71 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsepol1 amd64 3.0-1ubuntu0.1 [252 kB]
Get:72 http://security.ubuntu.com/ubuntu focal-security/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.4 [799 kB]
Get:73 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcom-err2 amd64 1.45.5-2ubuntu1.1 [9548 B]
Get:74 http://security.ubuntu.com/ubuntu focal-security/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.4 [33.1 kB]
Get:75 http://security.ubuntu.com/ubuntu focal-security/main amd64 libss2 amd64 1.45.5-2ubuntu1.1 [11.3 kB]
Get:76 http://security.ubuntu.com/ubuntu focal-security/main amd64 procps amd64 2:3.3.16-1ubuntu2.4 [232 kB]
Get:77 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.20 [1321 kB]
Get:78 http://security.ubuntu.com/ubuntu focal-security/main amd64 openssl amd64 1.1.1f-1ubuntu2.20 [620 kB]
Get:79 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB]
Get:80 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcap2 amd64 1:2.32-1ubuntu0.1 [15.8 kB]
Get:81 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB]
Get:82 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB]
Get:83 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.6 [549 kB]
Get:84 http://security.ubuntu.com/ubuntu focal-security/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB]
Get:85 http://security.ubuntu.com/ubuntu focal-security/main amd64 advancecomp amd64 2.1-2.1ubuntu0.20.04.1 [201 kB]
Get:86 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.8 [46.7 kB]
Get:87 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.8 [1614 kB]
Get:88 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.8 [475 kB]
Get:89 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.8 [3384 B]
Get:90 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.8 [208 kB]
Get:91 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.8 [48.1 kB]
Get:92 http://security.ubuntu.com/ubuntu focal-security/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
Get:93 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
Get:94 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.2 [2752 kB]
Get:95 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.2 [8421 kB]
Get:96 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.2 [8276 kB]
Get:97 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [1722 kB]
Get:98 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [2359 kB]
Get:99 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.2 [7502 kB]
Get:100 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.2 [18.9 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 70.4 MB in 3s (24.7 MB/s)
(Reading database ... 14325 files and directories currently installed.)
Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.14_amd64.deb ...
Unpacking libc6-dev:amd64 (2.31-0ubuntu9.14) over (2.31-0ubuntu9) ...
Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.14_amd64.deb ...
Unpacking libc-dev-bin (2.31-0ubuntu9.14) over (2.31-0ubuntu9) ...
Preparing to unpack .../2-linux-libc-dev_5.4.0-170.188_amd64.deb ...
Unpacking linux-libc-dev:amd64 (5.4.0-170.188) over (5.4.0-26.30) ...
Preparing to unpack .../3-libubsan1_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libubsan1:amd64 (10.5.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ...
Preparing to unpack .../4-libtsan0_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libtsan0:amd64 (10.5.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ...
Preparing to unpack .../5-libquadmath0_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ...
Preparing to unpack .../6-liblsan0_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking liblsan0:amd64 (10.5.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ...
Preparing to unpack .../7-libitm1_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libitm1:amd64 (10.5.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ...
Preparing to unpack .../8-libgomp1_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libgomp1:amd64 (10.5.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ...
Preparing to unpack .../9-gcc-10-base_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking gcc-10-base:amd64 (10.5.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ...
Setting up gcc-10-base:amd64 (10.5.0-1ubuntu1~20.04) ...
(Reading database ... 14322 files and directories currently installed.)
Preparing to unpack .../libgcc-s1_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libgcc-s1:amd64 (10.5.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ...
Setting up libgcc-s1:amd64 (10.5.0-1ubuntu1~20.04) ...
(Reading database ... 14322 files and directories currently installed.)
Preparing to unpack .../libcc1-0_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ...
Preparing to unpack .../libatomic1_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libatomic1:amd64 (10.5.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ...
Preparing to unpack .../libstdc++6_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libstdc++6:amd64 (10.5.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ...
Setting up libstdc++6:amd64 (10.5.0-1ubuntu1~20.04) ...
(Reading database ... 14322 files and directories currently installed.)
Preparing to unpack .../libc6_2.31-0ubuntu9.14_amd64.deb ...
Unpacking libc6:amd64 (2.31-0ubuntu9.14) over (2.31-0ubuntu9) ...
Setting up libc6:amd64 (2.31-0ubuntu9.14) ...
(Reading database ... 14322 files and directories currently installed.)
Preparing to unpack .../base-files_11ubuntu5.8_amd64.deb ...
/usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service'
/usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer'
Unpacking base-files (11ubuntu5.8) over (11ubuntu5) ...
Setting up base-files (11ubuntu5.8) ...
Installing new version of config file /etc/issue ...
Installing new version of config file /etc/issue.net ...
Installing new version of config file /etc/lsb-release ...
Installing new version of config file /etc/update-motd.d/10-help-text ...
Installing new version of config file /etc/update-motd.d/50-motd-news ...
/usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer'
/usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service'
Removing obsolete conffile /etc/default/motd-news ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../bash_5.0-6ubuntu1.2_amd64.deb ...
Unpacking bash (5.0-6ubuntu1.2) over (5.0-6ubuntu1) ...
Setting up bash (5.0-6ubuntu1.2) ...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.4_amd64.deb ...
Unpacking bsdutils (1:2.34-0.1ubuntu9.4) over (1:2.34-0.1ubuntu9) ...
Setting up bsdutils (1:2.34-0.1ubuntu9.4) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.4_amd64.deb ...
Unpacking tar (1.30+dfsg-7ubuntu0.20.04.4) over (1.30+dfsg-7) ...
Setting up tar (1.30+dfsg-7ubuntu0.20.04.4) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../dpkg_1.19.7ubuntu3.2_amd64.deb ...
Unpacking dpkg (1.19.7ubuntu3.2) over (1.19.7ubuntu3) ...
Setting up dpkg (1.19.7ubuntu3.2) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../gzip_1.10-0ubuntu4.1_amd64.deb ...
Unpacking gzip (1.10-0ubuntu4.1) over (1.10-0ubuntu4) ...
Setting up gzip (1.10-0ubuntu4.1) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.4_amd64.deb ...
Unpacking login (1:4.8.1-1ubuntu5.20.04.4) over (1:4.8.1-1ubuntu5) ...
Setting up login (1:4.8.1-1ubuntu5.20.04.4) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../ncurses-bin_6.2-0ubuntu2.1_amd64.deb ...
Unpacking ncurses-bin (6.2-0ubuntu2.1) over (6.2-0ubuntu2) ...
Setting up ncurses-bin (6.2-0ubuntu2.1) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.5_amd64.deb ...
Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.5) over (5.30.0-9build1) ...
Preparing to unpack .../perl_5.30.0-9ubuntu0.5_amd64.deb ...
Unpacking perl (5.30.0-9ubuntu0.5) over (5.30.0-9build1) ...
Preparing to unpack .../perl-base_5.30.0-9ubuntu0.5_amd64.deb ...
Unpacking perl-base (5.30.0-9ubuntu0.5) over (5.30.0-9build1) ...
Setting up perl-base (5.30.0-9ubuntu0.5) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.5_all.deb ...
Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.5) over (5.30.0-9build1) ...
Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.5_amd64.deb ...
Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.5) over (1:1.2.11.dfsg-2ubuntu1) ...
Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.5) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.4_amd64.deb ...
Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.4) over (2.34-0.1ubuntu9) ...
Setting up libblkid1:amd64 (2.34-0.1ubuntu9.4) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.4_amd64.deb ...
Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.4) over (2.34-0.1ubuntu9) ...
Setting up libuuid1:amd64 (2.34-0.1ubuntu9.4) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.4_amd64.deb ...
Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.4) over (2.34-0.1ubuntu9) ...
Preparing to unpack .../libmount1_2.34-0.1ubuntu9.4_amd64.deb ...
Unpacking libmount1:amd64 (2.34-0.1ubuntu9.4) over (2.34-0.1ubuntu9) ...
Setting up libmount1:amd64 (2.34-0.1ubuntu9.4) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libncurses6_6.2-0ubuntu2.1_amd64.deb ...
Unpacking libncurses6:amd64 (6.2-0ubuntu2.1) over (6.2-0ubuntu2) ...
Preparing to unpack .../libncursesw6_6.2-0ubuntu2.1_amd64.deb ...
Unpacking libncursesw6:amd64 (6.2-0ubuntu2.1) over (6.2-0ubuntu2) ...
Preparing to unpack .../libtinfo6_6.2-0ubuntu2.1_amd64.deb ...
Unpacking libtinfo6:amd64 (6.2-0ubuntu2.1) over (6.2-0ubuntu2) ...
Setting up libtinfo6:amd64 (6.2-0ubuntu2.1) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.4_amd64.deb ...
Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.4) over (2.34-0.1ubuntu9) ...
Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.4) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../fdisk_2.34-0.1ubuntu9.4_amd64.deb ...
Unpacking fdisk (2.34-0.1ubuntu9.4) over (2.34-0.1ubuntu9) ...
Preparing to unpack .../util-linux_2.34-0.1ubuntu9.4_amd64.deb ...
Unpacking util-linux (2.34-0.1ubuntu9.4) over (2.34-0.1ubuntu9) ...
Setting up util-linux (2.34-0.1ubuntu9.4) ...
/usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer'
/usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer'
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.31-0ubuntu9.14_amd64.deb ...
Unpacking libc-bin (2.31-0ubuntu9.14) over (2.31-0ubuntu9) ...
Setting up libc-bin (2.31-0ubuntu9.14) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../ncurses-base_6.2-0ubuntu2.1_all.deb ...
Unpacking ncurses-base (6.2-0ubuntu2.1) over (6.2-0ubuntu2) ...
Setting up ncurses-base (6.2-0ubuntu2.1) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ...
Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ...
Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ...
Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ...
Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../liblzma5_5.2.4-1ubuntu1.1_amd64.deb ...
Unpacking liblzma5:amd64 (5.2.4-1ubuntu1.1) over (5.2.4-1) ...
Setting up liblzma5:amd64 (5.2.4-1ubuntu1.1) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ...
Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ...
Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libapt-pkg6.0_2.0.10_amd64.deb ...
Unpacking libapt-pkg6.0:amd64 (2.0.10) over (2.0.2) ...
Setting up libapt-pkg6.0:amd64 (2.0.10) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../gpgv_2.2.19-3ubuntu2.2_amd64.deb ...
Unpacking gpgv (2.2.19-3ubuntu2.2) over (2.2.19-3ubuntu2) ...
Setting up gpgv (2.2.19-3ubuntu2.2) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ...
Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ...
Setting up ubuntu-keyring (2020.02.11.4) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libgmp10_2%3a6.2.0+dfsg-4ubuntu0.1_amd64.deb ...
Unpacking libgmp10:amd64 (2:6.2.0+dfsg-4ubuntu0.1) over (2:6.2.0+dfsg-4) ...
Setting up libgmp10:amd64 (2:6.2.0+dfsg-4ubuntu0.1) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ...
Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ...
Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ...
Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ...
Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ...
Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ...
Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.10_amd64.deb ...
Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.10) over (3.6.13-2ubuntu1) ...
Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.10) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ...
Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ...
Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ...
(Reading database ... 14321 files and directories currently installed.)
Preparing to unpack .../archives/apt_2.0.10_amd64.deb ...
Unpacking apt (2.0.10) over (2.0.2) ...
Setting up apt (2.0.10) ...
Removing obsolete conffile /etc/kernel/postinst.d/apt-auto-removal ...
/usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer'
(Reading database ... 14318 files and directories currently installed.)
Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.7_amd64.deb ...
Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.7) over (1.3.1-5ubuntu4) ...
Setting up libpam0g:amd64 (1.3.1-5ubuntu4.7) ...
(Reading database ... 14318 files and directories currently installed.)
Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.7_amd64.deb ...
Unpacking libpam-modules-bin (1.3.1-5ubuntu4.7) over (1.3.1-5ubuntu4) ...
Setting up libpam-modules-bin (1.3.1-5ubuntu4.7) ...
(Reading database ... 14320 files and directories currently installed.)
Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.7_amd64.deb ...
Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.7) over (1.3.1-5ubuntu4) ...
Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.7) ...
(Reading database ... 14324 files and directories currently installed.)
Preparing to unpack .../logsave_1.45.5-2ubuntu1.1_amd64.deb ...
Unpacking logsave (1.45.5-2ubuntu1.1) over (1.45.5-2ubuntu1) ...
Preparing to unpack .../libext2fs2_1.45.5-2ubuntu1.1_amd64.deb ...
Unpacking libext2fs2:amd64 (1.45.5-2ubuntu1.1) over (1.45.5-2ubuntu1) ...
Setting up libext2fs2:amd64 (1.45.5-2ubuntu1.1) ...
(Reading database ... 14324 files and directories currently installed.)
Preparing to unpack .../e2fsprogs_1.45.5-2ubuntu1.1_amd64.deb ...
Unpacking e2fsprogs (1.45.5-2ubuntu1.1) over (1.45.5-2ubuntu1) ...
Preparing to unpack .../mount_2.34-0.1ubuntu9.4_amd64.deb ...
Unpacking mount (2.34-0.1ubuntu9.4) over (2.34-0.1ubuntu9) ...
Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.7_all.deb ...
Unpacking libpam-runtime (1.3.1-5ubuntu4.7) over (1.3.1-5ubuntu4) ...
Setting up libpam-runtime (1.3.1-5ubuntu4.7) ...
(Reading database ... 14324 files and directories currently installed.)
Preparing to unpack .../libpcre2-8-0_10.34-7ubuntu0.1_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.34-7ubuntu0.1) over (10.34-7) ...
Setting up libpcre2-8-0:amd64 (10.34-7ubuntu0.1) ...
(Reading database ... 14324 files and directories currently installed.)
Preparing to unpack .../libpcre3_2%3a8.39-12ubuntu0.1_amd64.deb ...
Unpacking libpcre3:amd64 (2:8.39-12ubuntu0.1) over (2:8.39-12build1) ...
Setting up libpcre3:amd64 (2:8.39-12ubuntu0.1) ...
(Reading database ... 14324 files and directories currently installed.)
Preparing to unpack .../libsepol1_3.0-1ubuntu0.1_amd64.deb ...
Unpacking libsepol1:amd64 (3.0-1ubuntu0.1) over (3.0-1) ...
Setting up libsepol1:amd64 (3.0-1ubuntu0.1) ...
(Reading database ... 14324 files and directories currently installed.)
Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.4_amd64.deb ...
Unpacking passwd (1:4.8.1-1ubuntu5.20.04.4) over (1:4.8.1-1ubuntu5) ...
Setting up passwd (1:4.8.1-1ubuntu5.20.04.4) ...
(Reading database ... 14324 files and directories currently installed.)
Preparing to unpack .../00-libcom-err2_1.45.5-2ubuntu1.1_amd64.deb ...
Unpacking libcom-err2:amd64 (1.45.5-2ubuntu1.1) over (1.45.5-2ubuntu1) ...
Preparing to unpack .../01-libprocps8_2%3a3.3.16-1ubuntu2.4_amd64.deb ...
Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.4) over (2:3.3.16-1ubuntu2) ...
Preparing to unpack .../02-libss2_1.45.5-2ubuntu1.1_amd64.deb ...
Unpacking libss2:amd64 (1.45.5-2ubuntu1.1) over (1.45.5-2ubuntu1) ...
Preparing to unpack .../03-procps_2%3a3.3.16-1ubuntu2.4_amd64.deb ...
Unpacking procps (2:3.3.16-1ubuntu2.4) over (2:3.3.16-1ubuntu2) ...
Preparing to unpack .../04-libssl1.1_1.1.1f-1ubuntu2.20_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.20) over (1.1.1f-1ubuntu2) ...
Preparing to unpack .../05-openssl_1.1.1f-1ubuntu2.20_amd64.deb ...
Unpacking openssl (1.1.1f-1ubuntu2.20) over (1.1.1f-1ubuntu2) ...
Preparing to unpack .../06-ca-certificates_20230311ubuntu0.20.04.1_all.deb ...
Unpacking ca-certificates (20230311ubuntu0.20.04.1) over (20190110ubuntu1) ...
Preparing to unpack .../07-libapparmor1_2.13.3-7ubuntu5.3_amd64.deb ...
Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.3) over (2.13.3-7ubuntu5) ...
Preparing to unpack .../08-libcap2_1%3a2.32-1ubuntu0.1_amd64.deb ...
Unpacking libcap2:amd64 (1:2.32-1ubuntu0.1) over (1:2.32-1) ...
Preparing to unpack .../09-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ...
Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ...
Preparing to unpack .../10-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ...
Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2) ...
Preparing to unpack .../11-libip4tc2_1.8.4-3ubuntu2.1_amd64.deb ...
Unpacking libip4tc2:amd64 (1.8.4-3ubuntu2.1) over (1.8.4-3ubuntu2) ...
Preparing to unpack .../12-libkmod2_27-1ubuntu2.1_amd64.deb ...
Unpacking libkmod2:amd64 (27-1ubuntu2.1) over (27-1ubuntu2) ...
Preparing to unpack .../13-libsqlite3-0_3.31.1-4ubuntu0.6_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) over (3.31.1-4) ...
Preparing to unpack .../14-tzdata_2023d-0ubuntu0.20.04_all.deb ...
Unpacking tzdata (2023d-0ubuntu0.20.04) over (2019c-3ubuntu1) ...
Preparing to unpack .../15-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ...
Unpacking xz-utils (5.2.4-1ubuntu1.1) over (5.2.4-1) ...
Preparing to unpack .../16-advancecomp_2.1-2.1ubuntu0.20.04.1_amd64.deb ...
Unpacking advancecomp (2.1-2.1ubuntu0.20.04.1) over (2.1-2.1build1) ...
Preparing to unpack .../17-libctf0_2.34-6ubuntu1.8_amd64.deb ...
Unpacking libctf0:amd64 (2.34-6ubuntu1.8) over (2.34-6ubuntu1) ...
Preparing to unpack .../18-binutils-x86-64-linux-gnu_2.34-6ubuntu1.8_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.8) over (2.34-6ubuntu1) ...
Preparing to unpack .../19-libbinutils_2.34-6ubuntu1.8_amd64.deb ...
Unpacking libbinutils:amd64 (2.34-6ubuntu1.8) over (2.34-6ubuntu1) ...
Preparing to unpack .../20-binutils_2.34-6ubuntu1.8_amd64.deb ...
Unpacking binutils (2.34-6ubuntu1.8) over (2.34-6ubuntu1) ...
Preparing to unpack .../21-binutils-common_2.34-6ubuntu1.8_amd64.deb ...
Unpacking binutils-common:amd64 (2.34-6ubuntu1.8) over (2.34-6ubuntu1) ...
Preparing to unpack .../22-libctf-nobfd0_2.34-6ubuntu1.8_amd64.deb ...
Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.8) over (2.34-6ubuntu1) ...
Preparing to unpack .../23-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
Unpacking dpkg-dev (1.19.7ubuntu3.2) over (1.19.7ubuntu3) ...
Preparing to unpack .../24-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
Unpacking libdpkg-perl (1.19.7ubuntu3.2) over (1.19.7ubuntu3) ...
Preparing to unpack .../25-build-essential_12.8ubuntu1.1_amd64.deb ...
Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ...
Preparing to unpack .../26-libasan5_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) over (9.3.0-10ubuntu2) ...
Preparing to unpack .../27-g++-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
Unpacking g++-9 (9.4.0-1ubuntu1~20.04.2) over (9.3.0-10ubuntu2) ...
Preparing to unpack .../28-gcc-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.2) over (9.3.0-10ubuntu2) ...
Preparing to unpack .../29-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) over (9.3.0-10ubuntu2) ...
Preparing to unpack .../30-libgcc-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) over (9.3.0-10ubuntu2) ...
Preparing to unpack .../31-cpp-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.2) over (9.3.0-10ubuntu2) ...
Preparing to unpack .../32-gcc-9-base_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) over (9.3.0-10ubuntu2) ...
Preparing to unpack .../33-pkgbinarymangler_144.20.04.0_all.deb ...
Unpacking pkgbinarymangler (144.20.04.0) over (144) ...
Setting up libip4tc2:amd64 (1.8.4-3ubuntu2.1) ...
Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.3) ...
Setting up perl-modules-5.30 (5.30.0-9ubuntu0.5) ...
Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.20) ...
Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ...
Setting up binutils-common:amd64 (2.34-6ubuntu1.8) ...
Setting up linux-libc-dev:amd64 (5.4.0-170.188) ...
Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.8) ...
Setting up libcom-err2:amd64 (1.45.5-2ubuntu1.1) ...
Setting up libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up libcap2:amd64 (1:2.32-1ubuntu0.1) ...
Setting up tzdata (2023d-0ubuntu0.20.04) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Thu Feb  1 09:14:46 UTC 2024.
Universal Time is now:  Thu Feb  1 09:14:46 UTC 2024.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up libncurses6:amd64 (6.2-0ubuntu2.1) ...
Setting up xz-utils (5.2.4-1ubuntu1.1) ...
Setting up libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up libss2:amd64 (1.45.5-2ubuntu1.1) ...
Setting up libncursesw6:amd64 (6.2-0ubuntu2.1) ...
Setting up logsave (1.45.5-2ubuntu1.1) ...
Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.4) ...
Setting up libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up advancecomp (2.1-2.1ubuntu0.20.04.1) ...
Setting up mount (2.34-0.1ubuntu9.4) ...
Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.5) ...
Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ...
Setting up libbinutils:amd64 (2.34-6ubuntu1.8) ...
Setting up libc-dev-bin (2.31-0ubuntu9.14) ...
Setting up openssl (1.1.1f-1ubuntu2.20) ...
Setting up libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.4) ...
Setting up libitm1:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up libkmod2:amd64 (27-1ubuntu2.1) ...
Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ...
Setting up libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up libctf0:amd64 (2.34-6ubuntu1.8) ...
Setting up pkgbinarymangler (144.20.04.0) ...
Installing new version of config file /etc/pkgbinarymangler/striptranslations.blacklist ...
Setting up e2fsprogs (1.45.5-2ubuntu1.1) ...
/usr/sbin/policy-rc.d returned 101, not running 'restart e2scrub_all.service e2scrub_all.timer e2scrub_reap.service'
Setting up fdisk (2.34-0.1ubuntu9.4) ...
Setting up ca-certificates (20230311ubuntu0.20.04.1) ...
Updating certificates in /etc/ssl/certs...
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
47 added, 38 removed; done.
Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ...
Setting up perl (5.30.0-9ubuntu0.5) ...
Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
Setting up procps (2:3.3.16-1ubuntu2.4) ...
Setting up cpp-9 (9.4.0-1ubuntu1~20.04.2) ...
Setting up libc6-dev:amd64 (2.31-0ubuntu9.14) ...
Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ...
Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.8) ...
Setting up binutils (2.34-6ubuntu1.8) ...
Setting up dpkg-dev (1.19.7ubuntu3.2) ...
Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
Setting up build-essential (12.8ubuntu1.1) ...
Setting up gcc-9 (9.4.0-1ubuntu1~20.04.2) ...
Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
Setting up g++-9 (9.4.0-1ubuntu1~20.04.2) ...
Processing triggers for libc-bin (2.31-0ubuntu9.14) ...
Processing triggers for systemd (245.4-4ubuntu3.23) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  apt-transport-https
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1704 B of archives.
After this operation, 162 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.10 [1704 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1704 B in 0s (15.3 kB/s)
Selecting previously unselected package apt-transport-https.
(Reading database ... 14343 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_2.0.10_all.deb ...
Unpacking apt-transport-https (2.0.10) ...
Setting up apt-transport-https (2.0.10) ...
Waiting for network to be ready...
2024-02-01T09:15:08Z INFO Waiting for automatic snapd restart...
snapd 2.61.1 from Canonical** installed
"snapd" switched to the "latest/stable" channel

core20 20231123 from Canonical** installed
"core20" switched to the "latest/stable" channel

snapcraft 8.0.2 from Canonical** installed
"snapcraft" switched to the "latest/stable" channel

Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Reading package lists...
Installing build dependencies: findutils gcc git libcurl4-openssl-dev libssl-dev make python3-dev python3-distutils python3-pip python3-pycurl python3-venv wget
Reading package lists...
Building dependency tree...
Reading state information...
findutils is already the newest version (4.7.0-1ubuntu1).
gcc is already the newest version (4:9.3.0-1ubuntu2).
gcc set to manually installed.
make is already the newest version (4.2.1-1.2).
make set to manually installed.
The following additional packages will be installed:
  git-man libbrotli1 libcurl3-gnutls libcurl4 liberror-perl libexpat1-dev
  libnghttp2-14 libpsl5 libpython3-dev libpython3.8 libpython3.8-dev librtmp1
  libssh-4 python-pip-whl python3-lib2to3 python3-pkg-resources
  python3-setuptools python3-wheel python3.8-dev python3.8-venv zlib1g-dev
Suggested packages:
  gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
  git-gui gitk gitweb git-cvs git-mediawiki git-svn libcurl4-doc libidn11-dev
  libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev pkg-config libssl-doc
  libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg
  python-setuptools-doc
Recommended packages:
  less publicsuffix
The following NEW packages will be installed:
  git git-man libbrotli1 libcurl3-gnutls libcurl4 libcurl4-openssl-dev
  liberror-perl libexpat1-dev libnghttp2-14 libpsl5 libpython3-dev
  libpython3.8 libpython3.8-dev librtmp1 libssh-4 libssl-dev python-pip-whl
  python3-dev python3-distutils python3-lib2to3 python3-pip
  python3-pkg-resources python3-pycurl python3-setuptools python3-venv
  python3-wheel python3.8-dev python3.8-venv wget zlib1g-dev
0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
Need to get 18.0 MB of archives.
After this operation, 87.9 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB]
Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-dev amd64 3.8.2-0ubuntu2 [7236 B]
Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-dev amd64 3.8.2-0ubuntu2 [1212 B]
Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pycurl amd64 7.43.0.2-1ubuntu5 [46.9 kB]
Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1228 B]
Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnghttp2-14 amd64 1.40.0-1ubuntu0.2 [79.4 kB]
Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.5 [171 kB]
Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.21 [232 kB]
Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.11 [887 kB]
Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.11 [4605 kB]
Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.21 [235 kB]
Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl4-openssl-dev amd64 7.68.0-1ubuntu2.21 [322 kB]
Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libexpat1-dev amd64 2.2.9-1ubuntu0.6 [116 kB]
Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8 amd64 3.8.10-0ubuntu1~20.04.9 [1625 kB]
Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-dev amd64 3.8.10-0ubuntu1~20.04.9 [3950 kB]
Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.20 [1584 kB]
Get:22 http://security.ubuntu.com/ubuntu focal-security/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.10 [1805 kB]
Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu1.5 [155 kB]
Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-dev amd64 3.8.10-0ubuntu1~20.04.9 [514 kB]
Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3-lib2to3 all 3.8.10-0ubuntu1~20.04 [76.3 kB]
Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3-distutils all 3.8.10-0ubuntu1~20.04 [141 kB]
Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3-setuptools all 45.2.0-1ubuntu0.1 [330 kB]
Get:28 http://security.ubuntu.com/ubuntu focal-security/universe amd64 python3-wheel all 0.34.2-1ubuntu0.1 [23.9 kB]
Get:29 http://security.ubuntu.com/ubuntu focal-security/universe amd64 python3-pip all 20.0.2-5ubuntu1.10 [231 kB]
Get:30 http://security.ubuntu.com/ubuntu focal-security/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.9 [5452 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 18.0 MB in 2s (11.4 MB/s)
Selecting previously unselected package python3-pkg-resources.
(Reading database ... 14347 files and directories currently installed.)
Preparing to unpack .../00-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../01-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
Selecting previously unselected package wget.
Preparing to unpack .../02-wget_1.20.3-1ubuntu2_amd64.deb ...
Unpacking wget (1.20.3-1ubuntu2) ...
Selecting previously unselected package libbrotli1:amd64.
Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../04-libnghttp2-14_1.40.0-1ubuntu0.2_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.40.0-1ubuntu0.2) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
Selecting previously unselected package libssh-4:amd64.
Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.5_amd64.deb ...
Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.5) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.21_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.21) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ...
Unpacking liberror-perl (0.17029-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.11_all.deb ...
Unpacking git-man (1:2.25.1-1ubuntu3.11) ...
Selecting previously unselected package git.
Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.11_amd64.deb ...
Unpacking git (1:2.25.1-1ubuntu3.11) ...
Selecting previously unselected package libcurl4:amd64.
Preparing to unpack .../11-libcurl4_7.68.0-1ubuntu2.21_amd64.deb ...
Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.21) ...
Selecting previously unselected package libcurl4-openssl-dev:amd64.
Preparing to unpack .../12-libcurl4-openssl-dev_7.68.0-1ubuntu2.21_amd64.deb ...
Unpacking libcurl4-openssl-dev:amd64 (7.68.0-1ubuntu2.21) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../13-libexpat1-dev_2.2.9-1ubuntu0.6_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.2.9-1ubuntu0.6) ...
Selecting previously unselected package libpython3.8:amd64.
Preparing to unpack .../14-libpython3.8_3.8.10-0ubuntu1~20.04.9_amd64.deb ...
Unpacking libpython3.8:amd64 (3.8.10-0ubuntu1~20.04.9) ...
Selecting previously unselected package libpython3.8-dev:amd64.
Preparing to unpack .../15-libpython3.8-dev_3.8.10-0ubuntu1~20.04.9_amd64.deb ...
Unpacking libpython3.8-dev:amd64 (3.8.10-0ubuntu1~20.04.9) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../16-libpython3-dev_3.8.2-0ubuntu2_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.8.2-0ubuntu2) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../17-libssl-dev_1.1.1f-1ubuntu2.20_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.20) ...
Selecting previously unselected package python-pip-whl.
Preparing to unpack .../18-python-pip-whl_20.0.2-5ubuntu1.10_all.deb ...
Unpacking python-pip-whl (20.0.2-5ubuntu1.10) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../19-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu1.5_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.5) ...
Selecting previously unselected package python3.8-dev.
Preparing to unpack .../20-python3.8-dev_3.8.10-0ubuntu1~20.04.9_amd64.deb ...
Unpacking python3.8-dev (3.8.10-0ubuntu1~20.04.9) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../21-python3-lib2to3_3.8.10-0ubuntu1~20.04_all.deb ...
Unpacking python3-lib2to3 (3.8.10-0ubuntu1~20.04) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../22-python3-distutils_3.8.10-0ubuntu1~20.04_all.deb ...
Unpacking python3-distutils (3.8.10-0ubuntu1~20.04) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../23-python3-dev_3.8.2-0ubuntu2_amd64.deb ...
Unpacking python3-dev (3.8.2-0ubuntu2) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../24-python3-setuptools_45.2.0-1ubuntu0.1_all.deb ...
Unpacking python3-setuptools (45.2.0-1ubuntu0.1) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../25-python3-wheel_0.34.2-1ubuntu0.1_all.deb ...
Unpacking python3-wheel (0.34.2-1ubuntu0.1) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../26-python3-pip_20.0.2-5ubuntu1.10_all.deb ...
Unpacking python3-pip (20.0.2-5ubuntu1.10) ...
Selecting previously unselected package python3-pycurl.
Preparing to unpack .../27-python3-pycurl_7.43.0.2-1ubuntu5_amd64.deb ...
Unpacking python3-pycurl (7.43.0.2-1ubuntu5) ...
Selecting previously unselected package python3.8-venv.
Preparing to unpack .../28-python3.8-venv_3.8.10-0ubuntu1~20.04.9_amd64.deb ...
Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.9) ...
Selecting previously unselected package python3-venv.
Preparing to unpack .../29-python3-venv_3.8.2-0ubuntu2_amd64.deb ...
Unpacking python3-venv (3.8.2-0ubuntu2) ...
Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
Setting up wget (1.20.3-1ubuntu2) ...
Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
Setting up libnghttp2-14:amd64 (1.40.0-1ubuntu0.2) ...
Setting up python3-wheel (0.34.2-1ubuntu0.1) ...
Setting up liberror-perl (0.17029-1) ...
Setting up libexpat1-dev:amd64 (2.2.9-1ubuntu0.6) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
Setting up libpython3.8:amd64 (3.8.10-0ubuntu1~20.04.9) ...
Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.20) ...
Setting up libssh-4:amd64 (0.9.3-2ubuntu2.5) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.5) ...
Setting up libcurl4:amd64 (7.68.0-1ubuntu2.21) ...
Setting up git-man (1:2.25.1-1ubuntu3.11) ...
Setting up python-pip-whl (20.0.2-5ubuntu1.10) ...
Setting up python3-lib2to3 (3.8.10-0ubuntu1~20.04) ...
Setting up python3-distutils (3.8.10-0ubuntu1~20.04) ...
Setting up python3-setuptools (45.2.0-1ubuntu0.1) ...
Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.21) ...
Setting up python3-pycurl (7.43.0.2-1ubuntu5) ...
Setting up libpython3.8-dev:amd64 (3.8.10-0ubuntu1~20.04.9) ...
Setting up libcurl4-openssl-dev:amd64 (7.68.0-1ubuntu2.21) ...
Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.9) ...
Setting up git (1:2.25.1-1ubuntu3.11) ...
Setting up python3-pip (20.0.2-5ubuntu1.10) ...
Setting up python3.8-dev (3.8.10-0ubuntu1~20.04.9) ...
Setting up libpython3-dev:amd64 (3.8.2-0ubuntu2) ...
Setting up python3-venv (3.8.2-0ubuntu2) ...
Setting up python3-dev (3.8.2-0ubuntu2) ...
Processing triggers for libc-bin (2.31-0ubuntu9.14) ...
findutils set to automatically installed.
gcc set to automatically installed.
git set to automatically installed.
libcurl4-openssl-dev set to automatically installed.
libssl-dev set to automatically installed.
make set to automatically installed.
python3-dev set to automatically installed.
python3-distutils set to automatically installed.
python3-pip set to automatically installed.
python3-pycurl set to automatically installed.
python3-venv set to automatically installed.
wget set to automatically installed.

Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb [47.7 kB]                

Fetched 47.7 kB in 0s (0 B/s)                                                   

Get:1 libcurl4-openssl-dev_7.68.0-1ubuntu2.21_amd64.deb [322 kB]                

Fetched 322 kB in 0s (0 B/s)                                                    

Get:1 libcurl4_7.68.0-1ubuntu2.21_amd64.deb [235 kB]                            

Fetched 235 kB in 0s (0 B/s)                                                    

Get:1 libnghttp2-14_1.40.0-1ubuntu0.2_amd64.deb [79.4 kB]                       

Fetched 79.4 kB in 0s (0 B/s)                                                   

Get:1 libssh-4_0.9.3-2ubuntu2.5_amd64.deb [171 kB]                              

Fetched 171 kB in 0s (0 B/s)                                                    

Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb [96.5 kB]              

Fetched 96.5 kB in 0s (0 B/s)                                                   

Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb [30.4 kB]            

Fetched 30.4 kB in 0s (0 B/s)                                                   

Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.10_all.deb [16.5 kB]                  

Fetched 16.5 kB in 0s (0 B/s)                                                   

Get:1 libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb [49.3 kB]                     

Fetched 49.3 kB in 0s (0 B/s)                                                   

Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb [107 kB]               

Fetched 107 kB in 0s (0 B/s)                                                    

Get:1 libmagic1_5.38-4_amd64.deb [75.9 kB]                                      

Fetched 75.9 kB in 0s (0 B/s)                                                   

Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB]            

Fetched 54.9 kB in 0s (0 B/s)                                                   

Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb [88.1 kB]             

Fetched 88.1 kB in 0s (0 B/s)                                                   

Get:1 python3_3.8.2-0ubuntu2_amd64.deb [47.6 kB]                                

Fetched 47.6 kB in 0s (0 B/s)                                                   

Get:1 libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb [14.7 kB]            

Fetched 14.7 kB in 0s (0 B/s)                                                   

Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb [42.5 kB]              

Fetched 42.5 kB in 0s (0 B/s)                                                   

Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb [181 kB]                

Fetched 181 kB in 0s (0 B/s)                                                    

Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb [15.1 kB]            

Fetched 15.1 kB in 0s (0 B/s)                                                   

Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.10_amd64.deb [155 kB]                  

Fetched 155 kB in 0s (0 B/s)                                                    

Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB]                            

Fetched 267 kB in 0s (0 B/s)                                                    

Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb [207 kB]               

Fetched 207 kB in 0s (0 B/s)                                                    

Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB]                               

Fetched 51.5 kB in 0s (0 B/s)                                                   
Pulling client 
+ snapcraftctl pull
Building client 
++ git describe --match 'v*' --tags --long --dirty
+ VERSION=v10.1.5-0-g1ad0860
+ snapcraftctl set-version v10.1.5-0-g1ad0860
+ snapcraftctl build
+ python3 -m venv /root/parts/client/install
+ SNAPCRAFT_PYTHON_VENV_INTERP_PATH=/root/parts/client/install/bin/python3
+ pip install -U pip==21.0.1 setuptools==44.0.0
Collecting pip==21.0.1
  Downloading pip-21.0.1-py3-none-any.whl (1.5 MB)
Requirement already up-to-date: setuptools==44.0.0 in /root/parts/client/install/lib/python3.8/site-packages (44.0.0)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 20.0.2
    Uninstalling pip-20.0.2:
      Successfully uninstalled pip-20.0.2
Successfully installed pip-21.0.1
+ pip install -U -r requirements-dev.txt -r requirements.txt
Collecting osm-im@ git+https://osm.etsi.org/gerrit/osm/IM.git@v10.0
  Cloning https://osm.etsi.org/gerrit/osm/IM.git (to revision v10.0) to /tmp/pip-install-k08moq54/osm-im_a48aaecab6644cf8934f970fb59203d2
  Running command git clone -q https://osm.etsi.org/gerrit/osm/IM.git /tmp/pip-install-k08moq54/osm-im_a48aaecab6644cf8934f970fb59203d2
  Running command git checkout -b v10.0 --track origin/v10.0
  Switched to a new branch 'v10.0'
  Branch 'v10.0' set up to track remote branch 'v10.0' from 'origin'.
Collecting bitarray==2.3.5
  Downloading bitarray-2.3.5.tar.gz (88 kB)
Collecting enum34==1.1.10
  Downloading enum34-1.1.10-py3-none-any.whl (11 kB)
Collecting lxml==4.7.1
  Downloading lxml-4.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB)
Collecting pyang==2.5.2
  Downloading pyang-2.5.2-py2.py3-none-any.whl (595 kB)
Collecting pyangbind==0.8.1
  Downloading pyangbind-0.8.1.tar.gz (48 kB)
Collecting pyyaml==5.4.1
  Downloading PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB)
Collecting regex==2021.11.10
  Downloading regex-2021.11.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (764 kB)
Collecting six==1.16.0
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting certifi==2021.10.8
  Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting charset-normalizer==2.0.10
  Downloading charset_normalizer-2.0.10-py3-none-any.whl (39 kB)
Collecting click==8.0.3
  Downloading click-8.0.3-py3-none-any.whl (97 kB)
Collecting idna==3.3
  Downloading idna-3.3-py3-none-any.whl (61 kB)
Collecting jinja2==3.0.3
  Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB)
Collecting markupsafe==2.0.1
  Downloading MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB)
Collecting packaging==21.3
  Downloading packaging-21.3-py3-none-any.whl (40 kB)
Collecting prettytable==3.0.0
  Downloading prettytable-3.0.0-py3-none-any.whl (24 kB)
Collecting pycurl==7.44.1
  Downloading pycurl-7.44.1.tar.gz (227 kB)
Collecting pyparsing==3.0.6
  Downloading pyparsing-3.0.6-py3-none-any.whl (97 kB)
Collecting python-magic==0.4.24
  Downloading python_magic-0.4.24-py2.py3-none-any.whl (12 kB)
Collecting requests==2.27.1
  Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB)
Collecting urllib3==1.26.8
  Downloading urllib3-1.26.8-py2.py3-none-any.whl (138 kB)
Collecting verboselogs==1.7
  Downloading verboselogs-1.7-py2.py3-none-any.whl (11 kB)
Collecting wcwidth==0.2.5
  Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Using legacy 'setup.py install' for osm-im, since package 'wheel' is not installed.
Using legacy 'setup.py install' for bitarray, since package 'wheel' is not installed.
Using legacy 'setup.py install' for pyangbind, since package 'wheel' is not installed.
Using legacy 'setup.py install' for pycurl, since package 'wheel' is not installed.
Installing collected packages: lxml, wcwidth, urllib3, six, regex, pyparsing, pyang, markupsafe, idna, enum34, charset-normalizer, certifi, bitarray, verboselogs, requests, pyyaml, python-magic, pycurl, pyangbind, prettytable, packaging, osm-im, jinja2, click
    Running setup.py install for bitarray: started
    Running setup.py install for bitarray: finished with status 'done'
    Running setup.py install for pycurl: started
    Running setup.py install for pycurl: finished with status 'done'
    Running setup.py install for pyangbind: started
    Running setup.py install for pyangbind: finished with status 'done'
    Running setup.py install for osm-im: started
    Running setup.py install for osm-im: finished with status 'done'
Successfully installed bitarray-2.3.5 certifi-2021.10.8 charset-normalizer-2.0.10 click-8.0.3 enum34-1.1.10 idna-3.3 jinja2-3.0.3 lxml-4.7.1 markupsafe-2.0.1 osm-im-10.1.5.post2+gf6d3936 packaging-21.3 prettytable-3.0.0 pyang-2.5.2 pyangbind-0.8.1 pycurl-7.44.1 pyparsing-3.0.6 python-magic-0.4.24 pyyaml-5.4.1 regex-2021.11.10 requests-2.27.1 six-1.16.0 urllib3-1.26.8 verboselogs-1.7 wcwidth-0.2.5
WARNING: You are using pip version 21.0.1; however, version 23.3.2 is available.
You should consider upgrading via the '/root/parts/client/install/bin/python3 -m pip install --upgrade pip' command.
+ '[' -f setup.py -o -f pyproject.toml ']'
+ pip install -U .
Processing /root/parts/client/build
Using legacy 'setup.py install' for osmclient, since package 'wheel' is not installed.
Installing collected packages: osmclient
    Running setup.py install for osmclient: started
    Running setup.py install for osmclient: finished with status 'done'
Successfully installed osmclient-10.1.5+g1ad0860
WARNING: You are using pip version 21.0.1; however, version 23.3.2 is available.
You should consider upgrading via the '/root/parts/client/install/bin/python3 -m pip install --upgrade pip' command.
+ find /root/parts/client/install -type f -executable -print0
+ xargs -0 sed -i '1 s|^#\!/root/parts/client/install/bin/python3.*$|#\!/usr/bin/env python3|'
++ determine_link_target
+++ set +o +x
+++ grep xtrace
++ opts_state='set -o xtrace'
+++ dirname /root/parts/client/install/bin/python3
++ interp_dir=/root/parts/client/install/bin
+++ which python3
++ python_path=/root/parts/client/install/bin/python3
+++ readlink -e /root/parts/client/install/bin/python3
++ python_path=/usr/bin/python3.8
++ for dir in "${SNAPCRAFT_PART_INSTALL}" "${SNAPCRAFT_STAGE}"
++ echo /usr/bin/python3.8
++ grep -q /root/parts/client/install
++ for dir in "${SNAPCRAFT_PART_INSTALL}" "${SNAPCRAFT_STAGE}"
++ echo /usr/bin/python3.8
++ grep -q /root/stage
++ echo /usr/bin/python3.8
++ eval 'set -o xtrace'
+++ set -o xtrace
+ python_path=/usr/bin/python3.8
+ ln -sf /usr/bin/python3.8 /root/parts/client/install/bin/python3
++ find /root/parts/client/install -name __pycache__
++ xargs rm -r
++ find /root/parts/client/install -name RECORD
++ xargs rm
Staging client 
+ snapcraftctl stage
Priming client 
+ snapcraftctl prime
Snapping...
Snapped osmclient_v10.1.5-0-g1ad0860_amd64.snap
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ mv /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient_v10.1.5-0-g1ad0860_amd64.snap /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient.snap
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ sudo rm -rf /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/stage/ /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/parts/ /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/prime/
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ snapcraft push --release=10.0/edge osmclient.snap
Starting Snapcraft 8.0.2
Logging execution to '/home/jenkins/.local/state/snapcraft/log/snapcraft-20240201-091744.938961.log'
Uploading... (--->)
Uploading... (<---)
Status: processing
Status: processing
Status: processing
Status: processing
Status: processing
Status: processing
Status: ready to release!
Revision 1494 created for 'osmclient' and released to '10.0/edge'
[Pipeline] sh
[osmclient-stage_2-merge_v10.0] Running shell script
+ sudo rm -rf /home/jenkins/workspace/osmclient-stage_2-merge_v10.0/osmclient.snap
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS