FailedConsole Output

Skipping 402 KB.. Full Log
[PLA] Removing intermediate container 5864315cb767
[PLA]  ---> 4462ec515f62
[PLA] Step 12/42 : RUN dpkg -i ./osm_common.deb
[PLA]  ---> Running in c9df4371d6a8
[PLA] Selecting previously unselected package python3-osm-common.
[PLA] (Reading database ... 14479 files and directories currently installed.)
[PLA] Preparing to unpack ./osm_common.deb ...
[PLA] Unpacking python3-osm-common (12.0.7.post1+g6aaeaa3-1) ...
[PLA] Setting up python3-osm-common (12.0.7.post1+g6aaeaa3-1) ...
[PLA] Removing intermediate container c9df4371d6a8
[PLA]  ---> 0a3e4431e7cb
[PLA] Step 13/42 : RUN curl $PYTHON3_OSM_PLA_URL -o osm_pla.deb
[PLA]  ---> Running in b933258a1726
[PLA]   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
[PLA]                                  Dload  Upload   Total   Spent    Left  Speed
[PLA] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 27728  100 27728    0     0   265k      0 --:--:-- --:--:-- --:--:--  265k
[PLA] Removing intermediate container b933258a1726
[PLA]  ---> c8c352c5b5b9
[PLA] Step 14/42 : RUN dpkg -i ./osm_pla.deb
[PLA]  ---> Running in 5f1d52c73169
[PLA] Selecting previously unselected package python3-osm-pla.
[PLA] (Reading database ... 14540 files and directories currently installed.)
[PLA] Preparing to unpack ./osm_pla.deb ...
[PLA] Unpacking python3-osm-pla (12.0.7+g5fc05c1-1) ...
[PLA] Setting up python3-osm-pla (12.0.7+g5fc05c1-1) ...
[PLA] Removing intermediate container 5f1d52c73169
[PLA]  ---> 5b77579eb5b6
[PLA] Step 15/42 : RUN pip3 install     -r /usr/lib/python3/dist-packages/osm_common/requirements.txt     -r /usr/lib/python3/dist-packages/osm_pla/requirements.txt
[PLA]  ---> Running in 66e5f9b7724b
[PLA] Collecting aiokafka==0.7.2
[PLA]   Downloading aiokafka-0.7.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.2 MB)
[PLA] Collecting dataclasses==0.6
[PLA]   Downloading dataclasses-0.6-py3-none-any.whl (14 kB)
[PLA] Collecting kafka-python==2.0.2
[PLA]   Downloading kafka_python-2.0.2-py2.py3-none-any.whl (246 kB)
[PLA] Collecting pycrypto==2.6.1
[PLA]   Downloading pycrypto-2.6.1.tar.gz (446 kB)
[PLA] Collecting pymongo==3.12.3
[PLA]   Downloading pymongo-3.12.3-cp38-cp38-manylinux2014_x86_64.whl (546 kB)
[PLA] Collecting pyyaml==5.4.1
[PLA]   Downloading PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB)
[PLA] Collecting jinja2==3.1.2
[PLA]   Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
[PLA] Collecting markupsafe==2.1.1
[PLA]   Downloading MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
[PLA] Collecting pymzn==0.18.3
[PLA]   Downloading pymzn-0.18.3-py3-none-any.whl (42 kB)
[PLA] Building wheels for collected packages: pycrypto
[PLA]   Building wheel for pycrypto (setup.py): started
[tests] 4faac522d5c9: Pushed
[tests] osm-v120-301: digest: sha256:db7e83876345885198feac8cc32cd7fd0f91731011e3409b0f51d77d40244355 size: 3470
[Pipeline] [tests] }
[Pipeline] [tests] // dir
[Pipeline] [tests] }
[PLA]   Building wheel for pycrypto (setup.py): finished with status 'done'
[PLA]   Created wheel for pycrypto: filename=pycrypto-2.6.1-cp38-cp38-linux_x86_64.whl size=498474 sha256=f23b36278c79d4a8a4a3009c3dc25f0dd803423ec258688710b568003a80d67b
[PLA]   Stored in directory: /root/.cache/pip/wheels/d0/99/d0/0298ea019d63f1d63a0965b9944b719e875f9bd6ffc6dcf293
[PLA] Successfully built pycrypto
[PLA] Installing collected packages: kafka-python, aiokafka, dataclasses, pycrypto, pymongo, pyyaml, markupsafe, jinja2, pymzn
[PLA] Successfully installed aiokafka-0.7.2 dataclasses-0.6 jinja2-3.1.2 kafka-python-2.0.2 markupsafe-2.1.1 pycrypto-2.6.1 pymongo-3.12.3 pymzn-0.18.3 pyyaml-5.4.1
[PLA] Removing intermediate container 66e5f9b7724b
[PLA]  ---> e49af0867fa2
[PLA] Step 16/42 : ADD https://github.com/MiniZinc/MiniZincIDE/releases/download/2.4.2/MiniZincIDE-2.4.2-bundle-linux-x86_64.tgz /minizinc.tgz
[PLA] 
[PLA] 
[PLA]  ---> eab690aa860c
[PLA] Step 17/42 : RUN tar -zxf /minizinc.tgz &&     mv /MiniZincIDE-2.4.2-bundle-linux /minizinc
[PLA]  ---> Running in d2378cb9914e
[PLA] Removing intermediate container d2378cb9914e
[PLA]  ---> 148bd8649062
[PLA] Step 18/42 : FROM ubuntu:20.04 as FINAL
[PLA]  ---> 3cff1c6ff37e
[PLA] Step 19/42 : ARG APT_PROXY
[PLA]  ---> Using cache
[PLA]  ---> eeb0a8fdf52b
[PLA] Step 20/42 : 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
[PLA]  ---> Using cache
[PLA]  ---> 495d6db3d1b0
[PLA] Step 21/42 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     python3-minimal=3.8.*     && rm -rf /var/lib/apt/lists/*
[PLA]  ---> Using cache
[PLA]  ---> b364b3107307
[PLA] Step 22/42 : LABEL authors="Lars-Göran Magnusson"
[PLA]  ---> Using cache
[PLA]  ---> b2405262eafc
[PLA] Step 23/42 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[PLA]  ---> ca27d9dbfc6f
[PLA] Step 24/42 : COPY --from=INSTALL /usr/local/lib/python3.8/dist-packages /usr/local/lib/python3.8/dist-packages
[PLA]  ---> ee66c77d8d95
[PLA] Step 25/42 : COPY --from=INSTALL /usr/bin/osm* /usr/bin/
[PLA]  ---> c76ab0229f15
[PLA] Step 26/42 : COPY --from=INSTALL /minizinc /minizinc
[PLA]  ---> ca55462c3815
[PLA] Step 27/42 : RUN mkdir /entry_data &&     mkdir /placement &&     mkdir /entry_data/mzn-lib &&     ln -s /entry_data/mzn-lib /minizinc/share/minizinc/exec
[PLA]  ---> Running in 8102e075f228
[PLA] Removing intermediate container 8102e075f228
[PLA]  ---> 98861c4a1cbc
[PLA] Step 28/42 : COPY scripts/ /app/osm_pla/scripts/
[PLA]  ---> 486bad73794b
[PLA] Step 29/42 : RUN groupadd -g 1000 appuser &&     useradd -u 1000 -g 1000 -d /app appuser &&     mkdir -p /app/osm_pla &&     chown -R appuser:appuser /app &&     chown -R appuser:appuser /entry_data &&     chown -R appuser:appuser /minizinc &&     chown -R appuser:appuser /placement
[PLA]  ---> Running in 65509a4eed2e
[PLA] Removing intermediate container 65509a4eed2e
[PLA]  ---> 9a4c822761b5
[PLA] Step 30/42 : WORKDIR /app/osm_pla
[PLA]  ---> Running in d83a9a6fc386
[PLA] Removing intermediate container d83a9a6fc386
[PLA]  ---> 496dba89ec63
[PLA] Step 31/42 : USER appuser
[PLA]  ---> Running in feb8dc21c2da
[PLA] Removing intermediate container feb8dc21c2da
[PLA]  ---> baf8c765b850
[PLA] Step 32/42 : ENV OSMPLA_MESSAGE_DRIVER kafka
[PLA]  ---> Running in 9f83965d717d
[PLA] Removing intermediate container 9f83965d717d
[PLA]  ---> 7e0c6c504440
[PLA] Step 33/42 : ENV OSMPLA_MESSAGE_HOST kafka
[PLA]  ---> Running in a400adc9a50b
[PLA] Removing intermediate container a400adc9a50b
[PLA]  ---> e16327aeed77
[PLA] Step 34/42 : ENV OSMPLA_MESSAGE_PORT 9092
[PLA]  ---> Running in 13e35e4a081f
[PLA] Removing intermediate container 13e35e4a081f
[PLA]  ---> 0db34581fb1c
[PLA] Step 35/42 : ENV OSMPLA_DATABASE_DRIVER mongo
[PLA]  ---> Running in dffba7b19946
[PLA] Removing intermediate container dffba7b19946
[PLA]  ---> a01be58c8efd
[PLA] Step 36/42 : ENV OSMPLA_DATABASE_URI mongodb://mongo:27017
[PLA]  ---> Running in b44864602311
[PLA] Removing intermediate container b44864602311
[PLA]  ---> 83a852d64c97
[PLA] Step 37/42 : ENV OSMPLA_SQL_DATABASE_URI sqlite:///pla_sqlite.db
[PLA]  ---> Running in a5252658c01b
[PLA] Removing intermediate container a5252658c01b
[PLA]  ---> aed1fbf05d55
[PLA] Step 38/42 : ENV OSMPLA_GLOBAL_LOG_LEVEL INFO
[PLA]  ---> Running in 293cf56aeca2
[PLA] Removing intermediate container 293cf56aeca2
[PLA]  ---> 6e31b480a0b3
[PLA] Step 39/42 : ENV FZNEXEC "/entry_data/fzn-exec"
[PLA]  ---> Running in d270583191af
[PLA] Removing intermediate container d270583191af
[PLA]  ---> 939fe0f5003f
[PLA] Step 40/42 : ENV PATH "/minizinc/bin:${PATH}"
[PLA]  ---> Running in e38de70b7afd
[PLA] Removing intermediate container e38de70b7afd
[PLA]  ---> 558bbd9eeea7
[PLA] Step 41/42 : ENV LD_LIBRARY_PATH "/minizinc/lib:${LD_LIBRARY_PATH}"
[PLA]  ---> Running in 881d91c7f46f
[PLA] Removing intermediate container 881d91c7f46f
[PLA]  ---> 6fff0b84f771
[PLA] Step 42/42 : CMD [ "/bin/bash", "scripts/start.sh" ]
[PLA]  ---> Running in f2fa6664808d
[PLA] Removing intermediate container f2fa6664808d
[PLA]  ---> 27984429ec02
[PLA] [Warning] One or more build-args [PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_DEVOPS_URL PYTHON3_N2VC_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_NBI_URL OSM_TESTS_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROSDN_ODLOF_URL OSM_IMDOCS_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_RO_PLUGIN_URL CACHE_DATE OSM_NGUI_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROVIM_OPENVIM_URL] were not consumed
[PLA] Successfully built 27984429ec02
[PLA] Successfully tagged opensourcemano/pla:osm-v120-301
[Pipeline] [PLA] echo
[PLA] Tagging pla:osm-v120-301
[Pipeline] [PLA] sh
[PLA] [PLA] Running shell script
[PLA] + docker tag opensourcemano/pla:osm-v120-301 osm.etsi.org:5050/devops/cicd/opensourcemano/pla:osm-v120-301
[Pipeline] [PLA] sh
[PLA] [PLA] Running shell script
[PLA] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/pla:osm-v120-301
[PLA] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/pla]
[PLA] 69ad951572eb: Preparing
[PLA] ada27eed60b6: Preparing
[PLA] 4ab9369ca2fb: Preparing
[PLA] 80c2a934a7b5: Preparing
[PLA] 18ebb4042d91: Preparing
[PLA] 7058fcace303: Preparing
[PLA] b82aeebb855f: Preparing
[PLA] 51dd1624447a: Preparing
[PLA] 9551fa21329f: Preparing
[PLA] 5faf9c0a9efe: Preparing
[PLA] b82aeebb855f: Waiting
[PLA] 51dd1624447a: Waiting
[PLA] 9551fa21329f: Waiting
[PLA] 7058fcace303: Waiting
[PLA] 5faf9c0a9efe: Waiting
[PLA] 18ebb4042d91: Pushed
[PLA] 4ab9369ca2fb: Pushed
[PLA] ada27eed60b6: Pushed
[PLA] 51dd1624447a: Layer already exists
[PLA] 9551fa21329f: Layer already exists
[PLA] 5faf9c0a9efe: Layer already exists
[PLA] b82aeebb855f: Pushed
[PLA] 7058fcace303: Pushed
[PLA] 80c2a934a7b5: Pushed
[PLA] 69ad951572eb: Pushed
[PLA] osm-v120-301: digest: sha256:b7dfc2eccb9d621e42efefc329beda636529559814dac6fbb7074a967545bf7a size: 2418
[Pipeline] [PLA] }
[Pipeline] [PLA] // dir
[Pipeline] [PLA] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] stage
[Pipeline] { (Spawn Remote VM)
[Pipeline] echo
Launching new VM
[Pipeline] sh
[osm-devops] Running shell script
[Pipeline] echo
Target VM is 32fe08b5-9dca-4a82-bb6a-eeb5c8fb9458, waiting for IP address to be assigned
[Pipeline] sh
[osm-devops] Running shell script
[Pipeline] sh
[osm-devops] Running shell script
[Pipeline] sh
[osm-devops] Running shell script
[Pipeline] echo
Waiting for VM at 172.21.248.127 to be reachable
[Pipeline] timeout
Timeout set to expire in 1 min 0 sec
[Pipeline] {
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection timed out
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[osm-devops] Running shell script
[Pipeline] sh
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
ssh: connect to host 172.21.248.127 port 22: Connection refused
[Pipeline] sh
[osm-devops] Running shell script
+ ssh -T -i /home/jenkins/hive/cicd_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 ubuntu@172.21.248.127 echo Alive
Warning: Permanently added '172.21.248.127' (ED25519) to the list of known hosts.
Alive
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
VM is ready and accepting ssh connections
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checks before installation)
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.127' (RSA) to the list of known hosts.
Connected to osm-v120-301[172.21.248.127:22] (SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.4)
Started command osm-v120-301#5923: cloud-init status --wait
..........
status: done
Success command osm-v120-301#5923: cloud-init status --wait
Disconnected from osm-v120-301[172.21.248.127:22]
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.127' (RSA) to the list of known hosts.
Connected to osm-v120-301[172.21.248.127:22] (SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.4)
Started command osm-v120-301#5924: sudo apt-get update

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

0% [Waiting for headers]
                        
Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]

0% [Waiting for headers] [2 InRelease 14.2 kB/114 kB 12%]
                                                         
Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]

0% [3 InRelease 12.7 kB/114 kB 11%] [2 InRelease 14.2 kB/114 kB 12%]
                                                                    
0% [3 InRelease 70.6 kB/114 kB 62%]
                                   
0% [Working]
            
Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]

0% [4 InRelease 6932 B/108 kB 6%]
                                 
0% [Working]
0% [Working]
            
Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB]

0% [5 Packages 6999 B/8628 kB 0%]
0% [5 Packages 4769 kB/8628 kB 55%]
                                   
Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2778 kB]

0% [5 Packages 8139 kB/8628 kB 94%] [6 Packages 4133 B/2778 kB 0%]
                                                                  
0% [6 Packages 126 kB/2778 kB 5%]
0% [5 Packages store 0 B] [Waiting for headers] [6 Packages 126 kB/2778 kB 5%]
                                                                              
Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB]

0% [5 Packages store 0 B] [7 Translation-en 0 B/5124 kB 0%] [6 Packages 279 kB/
0% [5 Packages store 0 B] [7 Translation-en 4256 kB/5124 kB 83%] [6 Packages 76
0% [5 Packages store 0 B] [Waiting for headers] [6 Packages 925 kB/2778 kB 33%]
                                                                               
Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 c-n-f Metadata [265 kB]

0% [5 Packages store 0 B] [8 Commands-amd64 49.6 kB/265 kB 19%] [6 Packages 925
                                                                               
0% [5 Packages store 0 B] [6 Packages 1000 kB/2778 kB 36%]
                                                          
Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB]

0% [5 Packages store 0 B] [9 Packages 46.3 kB/144 kB 32%] [6 Packages 1002 kB/2
0% [5 Packages store 0 B] [Waiting for headers] [6 Packages 1099 kB/2778 kB 40%
                                                                               
Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB]

0% [5 Packages store 0 B] [10 Translation-en 33.0 kB/104 kB 32%] [6 Packages 10
0% [5 Packages store 0 B] [Waiting for headers] [6 Packages 1150 kB/2778 kB 41%
                                                                               
Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/multiverse amd64 c-n-f Metadata [9136 B]

0% [5 Packages store 0 B] [11 Commands-amd64 9136 B/9136 B 100%] [6 Packages 11
                                                                               
0% [5 Packages store 0 B] [6 Packages 1154 kB/2778 kB 42%]
                                                          
Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3156 kB]

0% [5 Packages store 0 B] [12 Packages 16.4 kB/3156 kB 1%] [6 Packages 1866 kB/
                                                                               
0% [5 Packages store 0 B] [12 Packages 2621 kB/3156 kB 83%]
0% [5 Packages store 0 B] [Waiting for headers] [Waiting for headers]
                                                                     
Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main Translation-en [504 kB]

0% [5 Packages store 0 B] [13 Translation-en 53.2 kB/504 kB 11%] [Waiting for h
                                                                               
0% [5 Packages store 0 B] [Waiting for headers]
                                               
Get:14 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [421 kB]

0% [5 Packages store 0 B] [Connecting to nova.clouds.archive.ubuntu.com (185.12
0% [5 Packages store 0 B] [Connecting to nova.clouds.archive.ubuntu.com (185.12
                                                                               
Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB]

0% [5 Packages store 0 B] [Connected to nova.clouds.archive.ubuntu.com (185.125
                                                                               
0% [5 Packages store 0 B] [Waiting for headers]
                                               
Get:16 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2638 kB]

0% [5 Packages store 0 B] [Waiting for headers] [16 Packages 0 B/2638 kB 0%]
74% [5 Packages store 0 B] [Waiting for headers] [16 Packages 2358 kB/2638 kB 8
                                                                               
74% [5 Packages store 0 B] [Waiting for headers]
                                                
Get:17 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [368 kB]

74% [5 Packages store 0 B] [Waiting for headers] [17 Translation-en 0 B/368 kB 
                                                                               
Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB]

75% [5 Packages store 0 B] [18 Commands-amd64 0 B/17.2 kB 0%] [17 Translation-e
                                                                               
75% [5 Packages store 0 B] [18 Commands-amd64 14.2 kB/17.2 kB 83%]
                                                                  
Get:19 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B]

75% [5 Packages store 0 B] [18 Commands-amd64 14.2 kB/17.2 kB 83%] [19 Commands
                                                                               
75% [5 Packages store 0 B] [18 Commands-amd64 14.2 kB/17.2 kB 83%]
                                                                  
Get:20 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [950 kB]

75% [5 Packages store 0 B] [18 Commands-amd64 14.2 kB/17.2 kB 83%] [20 Packages
                                                                               
78% [5 Packages store 0 B] [18 Commands-amd64 14.2 kB/17.2 kB 83%]
                                                                  
Get:21 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [200 kB]

78% [5 Packages store 0 B] [18 Commands-amd64 14.2 kB/17.2 kB 83%] [21 Translat
                                                                               
78% [5 Packages store 0 B] [18 Commands-amd64 14.2 kB/17.2 kB 83%]
                                                                  
Get:22 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB]

78% [5 Packages store 0 B] [18 Commands-amd64 14.2 kB/17.2 kB 83%] [22 Commands
                                                                               
78% [5 Packages store 0 B] [18 Commands-amd64 14.2 kB/17.2 kB 83%]
                                                                  
Get:23 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB]

78% [5 Packages store 0 B] [18 Commands-amd64 14.2 kB/17.2 kB 83%] [23 Packages
                                                                               
78% [5 Packages store 0 B] [18 Commands-amd64 14.2 kB/17.2 kB 83%]
78% [5 Packages store 0 B] [Connecting to security.ubuntu.com (185.125.190.39)]
                                                                               
Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2755 kB]

78% [5 Packages store 0 B] [24 Packages 2655 B/2755 kB 0%] [Waiting for headers
                                                                               
Get:25 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5796 B]

78% [5 Packages store 0 B] [24 Packages 18.6 kB/2755 kB 1%] [25 Translation-en 
                                                                               
79% [5 Packages store 0 B] [24 Packages 21.5 kB/2755 kB 1%]
                                                           
Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B]

79% [5 Packages store 0 B] [24 Packages 56.2 kB/2755 kB 2%] [26 Commands-amd64 
                                                                               
79% [5 Packages store 0 B] [24 Packages 59.1 kB/2755 kB 2%]
                                                           
Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [385 kB]

86% [5 Packages store 0 B] [27 Translation-en 99.8 kB/385 kB 26%]
                                                                 
Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B]

                                                                 
87% [5 Packages store 0 B] [28 Commands-amd64 552 B/552 B 100%]
                                                               
Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1175 kB]

                                                               
87% [5 Packages store 0 B] [29 Packages 81.9 kB/1175 kB 7%]
                                                           
90% [5 Packages store 0 B] [Waiting for headers]
                                                
Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [281 kB]

90% [5 Packages store 0 B] [30 Translation-en 106 kB/281 kB 38%]
                                                                
91% [5 Packages store 0 B] [Waiting for headers]
                                                
Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB]

                                                
Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB]

91% [5 Packages store 0 B] [32 Packages 26.1 kB/26.1 kB 100%]
                                                             
Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7768 B]

                                                             
91% [5 Packages store 0 B]
                          
Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B]

                          
Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB]

91% [5 Packages store 0 B] [35 Packages 45.7 kB/45.7 kB 100%]
91% [5 Packages store 0 B] [Connecting to nova.clouds.archive.ubuntu.com (185.1
                                                                               
Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/main Translation-en [16.3 kB]

                                                                               
91% [5 Packages store 0 B] [36 Translation-en 14.2 kB/16.3 kB 87%]
                                                                  
91% [5 Packages store 0 B]
                          
Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1420 B]

91% [5 Packages store 0 B] [37 Commands-amd64 1420 B/1420 B 100%]
                                                                 
91% [5 Packages store 0 B] [Waiting for headers]
                                                
Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/restricted amd64 c-n-f Metadata [116 B]

91% [5 Packages store 0 B] [38 Commands-amd64 116 B/116 B 100%]
                                                               
91% [5 Packages store 0 B] [Waiting for headers]
                                                
Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB]

91% [5 Packages store 0 B] [39 Packages 2310 B/25.0 kB 9%]
                                                          
91% [5 Packages store 0 B] [Waiting for headers]
                                                
Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [16.3 kB]

91% [5 Packages store 0 B] [40 Translation-en 3177 B/16.3 kB 19%]
                                                                 
91% [5 Packages store 0 B] [Waiting for headers]
                                                
Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B]

91% [5 Packages store 0 B] [Waiting for headers]
                                                
Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/multiverse amd64 c-n-f Metadata [116 B]

91% [5 Packages store 0 B] [42 Commands-amd64 116 B/116 B 100%]
                                                               
91% [5 Packages store 0 B]
91% [5 Packages store 0 B]
                          
91% [Working]
91% [7 Translation-en store 0 B]
91% [7 Translation-en store 0 B]
                                
91% [Working]
91% [8 Commands-amd64 store 0 B]
                                
92% [Working]
92% [9 Packages store 0 B]
                          
92% [Working]
92% [10 Translation-en store 0 B]
                                 
92% [Working]
92% [11 Commands-amd64 store 0 B]
                                 
92% [Working]
92% [6 Packages store 0 B]
                          
93% [Working]
93% [12 Packages store 0 B]
                           
93% [Working]
93% [13 Translation-en store 0 B]
                                 
93% [Working]
93% [14 Translation-en store 0 B]
                                 
93% [Working]
93% [15 Commands-amd64 store 0 B]
                                 
94% [Working]
94% [16 Packages store 0 B]
                           
94% [Working]
94% [17 Translation-en store 0 B]
                                 
94% [Working]
94% [19 Commands-amd64 store 0 B]
                                 
94% [Working]
94% [20 Packages store 0 B]
                           
95% [Working]
95% [21 Translation-en store 0 B]
                                 
95% [Working]
95% [22 Commands-amd64 store 0 B]
                                 
95% [Working]
95% [23 Packages store 0 B]
                           
95% [Working]
95% [18 Commands-amd64 store 0 B]
                                 
95% [Working]
95% [25 Translation-en store 0 B]
                                 
96% [Working]
96% [26 Commands-amd64 store 0 B]
                                 
96% [Working]
96% [24 Packages store 0 B]
                           
96% [Working]
96% [27 Translation-en store 0 B]
                                 
96% [Working]
96% [28 Commands-amd64 store 0 B]
                                 
97% [Working]
97% [29 Packages store 0 B]
                           
97% [Working]
97% [30 Translation-en store 0 B]
                                 
97% [Working]
97% [31 Commands-amd64 store 0 B]
                                 
97% [Working]
97% [32 Packages store 0 B]
                           
98% [Working]
98% [33 Translation-en store 0 B]
                                 
98% [Working]
98% [34 Commands-amd64 store 0 B]
                                 
98% [Working]
98% [35 Packages store 0 B]
                           
98% [Working]
98% [36 Translation-en store 0 B]
                                 
99% [Working]
99% [37 Commands-amd64 store 0 B]
                                 
99% [Working]
99% [38 Commands-amd64 store 0 B]
                                 
99% [Working]
99% [39 Packages store 0 B]
                           
99% [Working]
99% [40 Translation-en store 0 B]
                                 
100% [Working]
100% [41 Commands-amd64 store 0 B]
                                  
100% [Working]
100% [42 Commands-amd64 store 0 B]
                                  
100% [Working]
              
Fetched 30.5 MB in 5s (5768 kB/s)

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 2%

Reading package lists... 2%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 28%

Reading package lists... 28%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 50%

Reading package lists... 50%

Reading package lists... 56%

Reading package lists... 56%

Reading package lists... 57%

Reading package lists... 64%

Reading package lists... 64%

Reading package lists... 67%

Reading package lists... 67%

Reading package lists... 70%

Reading package lists... 70%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 85%

Reading package lists... 85%

Reading package lists... 92%

Reading package lists... 92%

Reading package lists... 96%

Reading package lists... 96%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... Done

Success command osm-v120-301#5924: sudo apt-get update
Disconnected from osm-v120-301[172.21.248.127:22]
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.127' (RSA) to the list of known hosts.
Connected to osm-v120-301[172.21.248.127:22] (SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.4)
Started command osm-v120-301#5925: sudo apt-get install -y chrony

Reading package lists... 0%

Reading package lists... 100%

Reading package lists... Done


Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       


Reading state information... 0%

Reading state information... 0%

Reading state information... Done

The following additional packages will be installed:
  libnss-systemd libpam-systemd libsystemd0 systemd systemd-sysv
Suggested packages:
  systemd-container
The following packages will be REMOVED:
  systemd-timesyncd
The following NEW packages will be installed:
  chrony
The following packages will be upgraded:
  libnss-systemd libpam-systemd libsystemd0 systemd systemd-sysv
5 upgraded, 1 newly installed, 1 to remove and 226 not upgraded.
Need to get 4591 kB of archives.
After this operation, 314 kB of additional disk space will be used.

0% [Working]
            
Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.23 [96.2 kB]

0% [1 libnss-systemd 14.2 kB/96.2 kB 15%]
                                         
5% [Working]
            
Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.23 [10.3 kB]

5% [2 systemd-sysv 5511 B/10.3 kB 54%]
                                      
9% [Waiting for headers]
                        
Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.23 [186 kB]

9% [3 libpam-systemd 2184 B/186 kB 1%]
                                      
15% [Waiting for headers]
                         
Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.23 [3811 kB]

15% [4 systemd 5747 B/3811 kB 0%]
                                 
85% [Waiting for headers]
                         
Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 chrony amd64 3.5-6ubuntu6.2 [220 kB]

86% [5 chrony 90.1 kB/220 kB 41%]
                                 
92% [Waiting for headers]
                         
Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.23 [268 kB]

93% [6 libsystemd0 65.5 kB/268 kB 24%]
                                      
100% [Working]
              
Fetched 4591 kB in 0s (10.9 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 63795 files and directories currently installed.)
Preparing to unpack .../libnss-systemd_245.4-4ubuntu3.23_amd64.deb ...
Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3.15) ...
Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.23_amd64.deb ...
Unpacking systemd-sysv (245.4-4ubuntu3.23) over (245.4-4ubuntu3.15) ...
Preparing to unpack .../libpam-systemd_245.4-4ubuntu3.23_amd64.deb ...
Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3.15) ...
Preparing to unpack .../systemd_245.4-4ubuntu3.23_amd64.deb ...
Unpacking systemd (245.4-4ubuntu3.23) over (245.4-4ubuntu3.15) ...
dpkg: systemd-timesyncd: dependency problems, but removing anyway as you requested:
 systemd depends on systemd-timesyncd | time-daemon; however:
  Package systemd-timesyncd is to be removed.
  Package time-daemon is not installed.
  Package systemd-timesyncd which provides time-daemon is to be removed.
 systemd depends on systemd-timesyncd | time-daemon; however:
  Package systemd-timesyncd is to be removed.
  Package time-daemon is not installed.
  Package systemd-timesyncd which provides time-daemon is to be removed.

(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 63795 files and directories currently installed.)
Removing systemd-timesyncd (245.4-4ubuntu3.15) ...
Selecting previously unselected package chrony.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 63782 files and directories currently installed.)
Preparing to unpack .../chrony_3.5-6ubuntu6.2_amd64.deb ...
Unpacking chrony (3.5-6ubuntu6.2) ...
Preparing to unpack .../libsystemd0_245.4-4ubuntu3.23_amd64.deb ...
Unpacking libsystemd0:amd64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3.15) ...
Setting up libsystemd0:amd64 (245.4-4ubuntu3.23) ...
Setting up chrony (3.5-6ubuntu6.2) ...
Creating '_chrony' system user/group for the chronyd daemon…

Creating config file /etc/chrony/chrony.conf with new version

Creating config file /etc/chrony/chrony.keys with new version
Created symlink /etc/systemd/system/chronyd.service → /lib/systemd/system/chrony.service.
Created symlink /etc/systemd/system/multi-user.target.wants/chrony.service → /lib/systemd/system/chrony.service.
Setting up systemd (245.4-4ubuntu3.23) ...
Setting up systemd-sysv (245.4-4ubuntu3.23) ...
Setting up libnss-systemd:amd64 (245.4-4ubuntu3.23) ...
Setting up libpam-systemd:amd64 (245.4-4ubuntu3.23) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for dbus (1.12.16-2ubuntu2.1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
Success command osm-v120-301#5925: sudo apt-get install -y chrony
Disconnected from osm-v120-301[172.21.248.127:22]
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.127' (RSA) to the list of known hosts.
Connected to osm-v120-301[172.21.248.127:22] (SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.4)
Started command osm-v120-301#5926: sudo service chrony stop
Success command osm-v120-301#5926: sudo service chrony stop
Disconnected from osm-v120-301[172.21.248.127:22]
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.127' (RSA) to the list of known hosts.
Connected to osm-v120-301[172.21.248.127:22] (SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.4)
Started command osm-v120-301#5927: sudo chronyd -vq
chronyd (chrony) version 3.5 (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 -DEBUG)
Success command osm-v120-301#5927: sudo chronyd -vq
Disconnected from osm-v120-301[172.21.248.127:22]
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.127' (RSA) to the list of known hosts.
Connected to osm-v120-301[172.21.248.127:22] (SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.4)
Started command osm-v120-301#5928: sudo service chrony start
Success command osm-v120-301#5928: sudo service chrony start
Disconnected from osm-v120-301[172.21.248.127:22]
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install)
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.127' (RSA) to the list of known hosts.
Connected to osm-v120-301[172.21.248.127:22] (SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.4)
Started command osm-v120-301#5929: 
                        wget https://osm-download.etsi.org/ftp/osm-11.0-eleven/install_osm.sh
                        chmod +x ./install_osm.sh
                        sed -i '1 i\export PATH=/snap/bin:$PATH' ~/.bashrc
                    
--2024-03-13 16:29:21--  https://osm-download.etsi.org/ftp/osm-11.0-eleven/install_osm.sh
Resolving osm-download.etsi.org (osm-download.etsi.org)... 195.238.226.47
Connecting to osm-download.etsi.org (osm-download.etsi.org)|195.238.226.47|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10256 (10K) [text/x-sh]
Saving to: ‘install_osm.sh’


install_osm.sh        0%[                    ]       0  --.-KB/s               
install_osm.sh      100%[===================>]  10.02K  --.-KB/s    in 0s      

2024-03-13 16:29:21 (21.5 MB/s) - ‘install_osm.sh’ saved [10256/10256]

Success command osm-v120-301#5929: 
                        wget https://osm-download.etsi.org/ftp/osm-11.0-eleven/install_osm.sh
                        chmod +x ./install_osm.sh
                        sed -i '1 i\export PATH=/snap/bin:$PATH' ~/.bashrc
                    
Disconnected from osm-v120-301[172.21.248.127:22]
[Pipeline] withCredentials
[Pipeline] {
[Pipeline] sshCommand
Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.248.127' (RSA) to the list of known hosts.
Connected to osm-v120-301[172.21.248.127:22] (SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.4)
Started command osm-v120-301#5930: 
                                ./install_osm.sh -y                                     -u http://172.21.249.4:53513                                     -k pubkey.asc                                     -R release -r unstable                                     -d ****:****@osm.etsi.org:5050/devops/cicd/                                     -p http://172.21.1.1:5000                                     -t osm-v120-301
                            
Checking required packages to add ETSI OSM debian repo: software-properties-common apt-transport-https
OK

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

0% [Working]
            
Get:2 http://172.21.249.4:53513/release unstable Release [3204 B]

0% [2 Release 3204 B/3204 B 100%]
                                 
0% [Working]
            
Get:3 http://172.21.249.4:53513/release unstable Release.gpg [862 B]

0% [3 Release.gpg 862 B/862 B 100%]
                                   
0% [Working]
            
Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease

0% [Connecting to nova.clouds.archive.ubuntu.com (91.189.91.122)]
                                                                 
0% [Waiting for headers]
                        
Get:5 http://172.21.249.4:53513/release unstable/devops amd64 Packages [501 B]

0% [Waiting for headers] [5 Packages 501 B/501 B 100%]
                                                      
0% [Waiting for headers]
0% [5 Packages store 0 B] [Waiting for headers]
                                               
0% [Waiting for headers]
                        
Hit:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease

                        
0% [Working]
            
Hit:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease

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

                        
0% [Working]
0% [Working]
0% [Working]
100% [Working]
              
Fetched 4567 B in 1s (4164 B/s)

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 2%

Reading package lists... 2%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 28%

Reading package lists... 28%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 42%

Reading package lists... 50%

Reading package lists... 50%

Reading package lists... 56%

Reading package lists... 56%

Reading package lists... 64%

Reading package lists... 64%

Reading package lists... 67%

Reading package lists... 67%

Reading package lists... 70%

Reading package lists... 70%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 85%

Reading package lists... 85%

Reading package lists... 92%

Reading package lists... 92%

Reading package lists... 96%

Reading package lists... 96%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... Done

W: Conflicting distribution: http://172.21.249.4:53513/release unstable Release (expected unstable but got )

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

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

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

0% [Connecting to security.ubuntu.com (91.189.91.82)]
                                                     
Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease

0% [Connecting to security.ubuntu.com (91.189.91.82)]
                                                     
Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease

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

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

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 2%

Reading package lists... 2%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 28%

Reading package lists... 28%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 48%

Reading package lists... 50%

Reading package lists... 50%

Reading package lists... 56%

Reading package lists... 56%

Reading package lists... 64%

Reading package lists... 64%

Reading package lists... 67%

Reading package lists... 67%

Reading package lists... 70%

Reading package lists... 70%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 85%

Reading package lists... 85%

Reading package lists... 92%

Reading package lists... 92%

Reading package lists... 96%

Reading package lists... 96%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... Done

W: Conflicting distribution: http://172.21.249.4:53513/release unstable Release (expected unstable but got )
Ign:1 http://172.21.249.4:53513/release unstable InRelease
Hit:2 http://172.21.249.4:53513/release unstable Release
Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease
Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:7 http://security.ubuntu.com/ubuntu focal-security InRelease
Reading package lists...
W: Conflicting distribution: http://172.21.249.4:53513/release unstable Release (expected unstable but got )

Reading package lists... 0%

Reading package lists... 100%

Reading package lists... Done


Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       


Reading state information... 0%

Reading state information... 0%

Reading state information... Done

The following NEW packages will be installed:
  osm-devops
0 upgraded, 1 newly installed, 0 to remove and 226 not upgraded.
Need to get 754 kB of archives.
After this operation, 6444 kB of additional disk space will be used.

0% [Working]
            
Get:1 http://172.21.249.4:53513/release unstable/devops amd64 osm-devops all 12.0.7.post3-1 [754 kB]

2% [1 osm-devops 14.2 kB/754 kB 2%]
                                   
100% [Working]
              
Fetched 754 kB in 0s (40.5 MB/s)
Selecting previously unselected package osm-devops.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 63828 files and directories currently installed.)
Preparing to unpack .../osm-devops_12.0.7.post3-1_all.deb ...
Unpacking osm-devops (12.0.7.post3-1) ...
Setting up osm-devops (12.0.7.post3-1) ...
##  Wed Mar 13 16:29:46 UTC 2024 source: INFO: logging sourced
##  Wed Mar 13 16:29:46 UTC 2024 source: INFO: config sourced
##  Wed Mar 13 16:29:46 UTC 2024 source: INFO: container sourced
##  Wed Mar 13 16:29:46 UTC 2024 source: INFO: git_functions sourced
##  Wed Mar 13 16:29:46 UTC 2024 source: INFO: track sourced
Checking required packages: git wget curl tar snapd
/.
/etc
/etc/bash_completion.d
/etc/bash_completion.d/git-prompt
/usr
/usr/bin
/usr/bin/git
/usr/bin/git-shell
/usr/lib
/usr/lib/git-core
/usr/lib/git-core/git
/usr/lib/git-core/git-add--interactive
/usr/lib/git-core/git-bisect
/usr/lib/git-core/git-credential-cache
/usr/lib/git-core/git-credential-cache--daemon
/usr/lib/git-core/git-credential-store
/usr/lib/git-core/git-daemon
/usr/lib/git-core/git-difftool--helper
/usr/lib/git-core/git-fast-import
/usr/lib/git-core/git-filter-branch
/usr/lib/git-core/git-http-backend
/usr/lib/git-core/git-http-fetch
/usr/lib/git-core/git-http-push
/usr/lib/git-core/git-imap-send
/usr/lib/git-core/git-instaweb
/usr/lib/git-core/git-legacy-stash
/usr/lib/git-core/git-merge-octopus
/usr/lib/git-core/git-merge-one-file
/usr/lib/git-core/git-merge-resolve
/usr/lib/git-core/git-mergetool
/usr/lib/git-core/git-mergetool--lib
/usr/lib/git-core/git-parse-remote
/usr/lib/git-core/git-quiltimport
/usr/lib/git-core/git-rebase--preserve-merges
/usr/lib/git-core/git-remote-http
/usr/lib/git-core/git-remote-testsvn
/usr/lib/git-core/git-request-pull
/usr/lib/git-core/git-sh-i18n
/usr/lib/git-core/git-sh-i18n--envsubst
/usr/lib/git-core/git-sh-prompt
/usr/lib/git-core/git-sh-setup
/usr/lib/git-core/git-shell
/usr/lib/git-core/git-submodule
/usr/lib/git-core/git-subtree
/usr/lib/git-core/git-web--browse
/usr/lib/git-core/mergetools
/usr/lib/git-core/mergetools/araxis
/usr/lib/git-core/mergetools/bc
/usr/lib/git-core/mergetools/bc3
/usr/lib/git-core/mergetools/codecompare
/usr/lib/git-core/mergetools/deltawalker
/usr/lib/git-core/mergetools/diffmerge
/usr/lib/git-core/mergetools/diffuse
/usr/lib/git-core/mergetools/ecmerge
/usr/lib/git-core/mergetools/emerge
/usr/lib/git-core/mergetools/examdiff
/usr/lib/git-core/mergetools/guiffy
/usr/lib/git-core/mergetools/gvimdiff
/usr/lib/git-core/mergetools/gvimdiff2
/usr/lib/git-core/mergetools/gvimdiff3
/usr/lib/git-core/mergetools/kdiff3
/usr/lib/git-core/mergetools/kompare
/usr/lib/git-core/mergetools/meld
/usr/lib/git-core/mergetools/opendiff
/usr/lib/git-core/mergetools/p4merge
/usr/lib/git-core/mergetools/smerge
/usr/lib/git-core/mergetools/tkdiff
/usr/lib/git-core/mergetools/tortoisemerge
/usr/lib/git-core/mergetools/vimdiff
/usr/lib/git-core/mergetools/vimdiff2
/usr/lib/git-core/mergetools/vimdiff3
/usr/lib/git-core/mergetools/winmerge
/usr/lib/git-core/mergetools/xxdiff
/usr/share
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/git
/usr/share/doc
/usr/share/doc/git
/usr/share/doc/git/NEWS.Debian.gz
/usr/share/doc/git/README.Debian
/usr/share/doc/git/README.emacs
/usr/share/doc/git/README.md
/usr/share/doc/git/README.source
/usr/share/doc/git/RelNotes
/usr/share/doc/git/RelNotes/1.5.0.1.txt
/usr/share/doc/git/RelNotes/1.5.0.2.txt
/usr/share/doc/git/RelNotes/1.5.0.3.txt
/usr/share/doc/git/RelNotes/1.5.0.4.txt
/usr/share/doc/git/RelNotes/1.5.0.5.txt
/usr/share/doc/git/RelNotes/1.5.0.6.txt
/usr/share/doc/git/RelNotes/1.5.0.7.txt
/usr/share/doc/git/RelNotes/1.5.0.txt
/usr/share/doc/git/RelNotes/1.5.1.1.txt
/usr/share/doc/git/RelNotes/1.5.1.2.txt
/usr/share/doc/git/RelNotes/1.5.1.3.txt
/usr/share/doc/git/RelNotes/1.5.1.4.txt
/usr/share/doc/git/RelNotes/1.5.1.5.txt
/usr/share/doc/git/RelNotes/1.5.1.6.txt
/usr/share/doc/git/RelNotes/1.5.1.txt
/usr/share/doc/git/RelNotes/1.5.2.1.txt
/usr/share/doc/git/RelNotes/1.5.2.2.txt
/usr/share/doc/git/RelNotes/1.5.2.3.txt
/usr/share/doc/git/RelNotes/1.5.2.4.txt
/usr/share/doc/git/RelNotes/1.5.2.5.txt
/usr/share/doc/git/RelNotes/1.5.2.txt
/usr/share/doc/git/RelNotes/1.5.3.1.txt
/usr/share/doc/git/RelNotes/1.5.3.2.txt
/usr/share/doc/git/RelNotes/1.5.3.3.txt
/usr/share/doc/git/RelNotes/1.5.3.4.txt
/usr/share/doc/git/RelNotes/1.5.3.5.txt
/usr/share/doc/git/RelNotes/1.5.3.6.txt
/usr/share/doc/git/RelNotes/1.5.3.7.txt
/usr/share/doc/git/RelNotes/1.5.3.8.txt
/usr/share/doc/git/RelNotes/1.5.3.txt
/usr/share/doc/git/RelNotes/1.5.4.1.txt
/usr/share/doc/git/RelNotes/1.5.4.2.txt
/usr/share/doc/git/RelNotes/1.5.4.3.txt
/usr/share/doc/git/RelNotes/1.5.4.4.txt
/usr/share/doc/git/RelNotes/1.5.4.5.txt
/usr/share/doc/git/RelNotes/1.5.4.6.txt
/usr/share/doc/git/RelNotes/1.5.4.7.txt
/usr/share/doc/git/RelNotes/1.5.4.txt
/usr/share/doc/git/RelNotes/1.5.5.1.txt
/usr/share/doc/git/RelNotes/1.5.5.2.txt
/usr/share/doc/git/RelNotes/1.5.5.3.txt
/usr/share/doc/git/RelNotes/1.5.5.4.txt
/usr/share/doc/git/RelNotes/1.5.5.5.txt
/usr/share/doc/git/RelNotes/1.5.5.6.txt
/usr/share/doc/git/RelNotes/1.5.5.txt
/usr/share/doc/git/RelNotes/1.5.6.1.txt
/usr/share/doc/git/RelNotes/1.5.6.2.txt
/usr/share/doc/git/RelNotes/1.5.6.3.txt
/usr/share/doc/git/RelNotes/1.5.6.4.txt
/usr/share/doc/git/RelNotes/1.5.6.5.txt
/usr/share/doc/git/RelNotes/1.5.6.6.txt
/usr/share/doc/git/RelNotes/1.5.6.txt
/usr/share/doc/git/RelNotes/1.6.0.1.txt
/usr/share/doc/git/RelNotes/1.6.0.2.txt
/usr/share/doc/git/RelNotes/1.6.0.3.txt
/usr/share/doc/git/RelNotes/1.6.0.4.txt
/usr/share/doc/git/RelNotes/1.6.0.5.txt
/usr/share/doc/git/RelNotes/1.6.0.6.txt
/usr/share/doc/git/RelNotes/1.6.0.txt
/usr/share/doc/git/RelNotes/1.6.1.1.txt
/usr/share/doc/git/RelNotes/1.6.1.2.txt
/usr/share/doc/git/RelNotes/1.6.1.3.txt
/usr/share/doc/git/RelNotes/1.6.1.4.txt
/usr/share/doc/git/RelNotes/1.6.1.txt
/usr/share/doc/git/RelNotes/1.6.2.1.txt
/usr/share/doc/git/RelNotes/1.6.2.2.txt
/usr/share/doc/git/RelNotes/1.6.2.3.txt
/usr/share/doc/git/RelNotes/1.6.2.4.txt
/usr/share/doc/git/RelNotes/1.6.2.5.txt
/usr/share/doc/git/RelNotes/1.6.2.txt
/usr/share/doc/git/RelNotes/1.6.3.1.txt
/usr/share/doc/git/RelNotes/1.6.3.2.txt
/usr/share/doc/git/RelNotes/1.6.3.3.txt
/usr/share/doc/git/RelNotes/1.6.3.4.txt
/usr/share/doc/git/RelNotes/1.6.3.txt
/usr/share/doc/git/RelNotes/1.6.4.1.txt
/usr/share/doc/git/RelNotes/1.6.4.2.txt
/usr/share/doc/git/RelNotes/1.6.4.3.txt
/usr/share/doc/git/RelNotes/1.6.4.4.txt
/usr/share/doc/git/RelNotes/1.6.4.5.txt
/usr/share/doc/git/RelNotes/1.6.4.txt
/usr/share/doc/git/RelNotes/1.6.5.1.txt
/usr/share/doc/git/RelNotes/1.6.5.2.txt
/usr/share/doc/git/RelNotes/1.6.5.3.txt
/usr/share/doc/git/RelNotes/1.6.5.4.txt
/usr/share/doc/git/RelNotes/1.6.5.5.txt
/usr/share/doc/git/RelNotes/1.6.5.6.txt
/usr/share/doc/git/RelNotes/1.6.5.7.txt
/usr/share/doc/git/RelNotes/1.6.5.8.txt
/usr/share/doc/git/RelNotes/1.6.5.9.txt
/usr/share/doc/git/RelNotes/1.6.5.txt
/usr/share/doc/git/RelNotes/1.6.6.1.txt
/usr/share/doc/git/RelNotes/1.6.6.2.txt
/usr/share/doc/git/RelNotes/1.6.6.3.txt
/usr/share/doc/git/RelNotes/1.6.6.txt
/usr/share/doc/git/RelNotes/1.7.0.1.txt
/usr/share/doc/git/RelNotes/1.7.0.2.txt
/usr/share/doc/git/RelNotes/1.7.0.3.txt
/usr/share/doc/git/RelNotes/1.7.0.4.txt
/usr/share/doc/git/RelNotes/1.7.0.5.txt
/usr/share/doc/git/RelNotes/1.7.0.6.txt
/usr/share/doc/git/RelNotes/1.7.0.7.txt
/usr/share/doc/git/RelNotes/1.7.0.8.txt
/usr/share/doc/git/RelNotes/1.7.0.9.txt
/usr/share/doc/git/RelNotes/1.7.0.txt
/usr/share/doc/git/RelNotes/1.7.1.1.txt
/usr/share/doc/git/RelNotes/1.7.1.2.txt
/usr/share/doc/git/RelNotes/1.7.1.3.txt
/usr/share/doc/git/RelNotes/1.7.1.4.txt
/usr/share/doc/git/RelNotes/1.7.1.txt
/usr/share/doc/git/RelNotes/1.7.10.1.txt
/usr/share/doc/git/RelNotes/1.7.10.2.txt
/usr/share/doc/git/RelNotes/1.7.10.3.txt
/usr/share/doc/git/RelNotes/1.7.10.4.txt
/usr/share/doc/git/RelNotes/1.7.10.5.txt
/usr/share/doc/git/RelNotes/1.7.10.txt
/usr/share/doc/git/RelNotes/1.7.11.1.txt
/usr/share/doc/git/RelNotes/1.7.11.2.txt
/usr/share/doc/git/RelNotes/1.7.11.3.txt
/usr/share/doc/git/RelNotes/1.7.11.4.txt
/usr/share/doc/git/RelNotes/1.7.11.5.txt
/usr/share/doc/git/RelNotes/1.7.11.6.txt
/usr/share/doc/git/RelNotes/1.7.11.7.txt
/usr/share/doc/git/RelNotes/1.7.11.txt
/usr/share/doc/git/RelNotes/1.7.12.1.txt
/usr/share/doc/git/RelNotes/1.7.12.2.txt
/usr/share/doc/git/RelNotes/1.7.12.3.txt
/usr/share/doc/git/RelNotes/1.7.12.4.txt
/usr/share/doc/git/RelNotes/1.7.12.txt
/usr/share/doc/git/RelNotes/1.7.2.1.txt
/usr/share/doc/git/RelNotes/1.7.2.2.txt
/usr/share/doc/git/RelNotes/1.7.2.3.txt
/usr/share/doc/git/RelNotes/1.7.2.4.txt
/usr/share/doc/git/RelNotes/1.7.2.5.txt
/usr/share/doc/git/RelNotes/1.7.2.txt
/usr/share/doc/git/RelNotes/1.7.3.1.txt
/usr/share/doc/git/RelNotes/1.7.3.2.txt
/usr/share/doc/git/RelNotes/1.7.3.3.txt
/usr/share/doc/git/RelNotes/1.7.3.4.txt
/usr/share/doc/git/RelNotes/1.7.3.5.txt
/usr/share/doc/git/RelNotes/1.7.3.txt
/usr/share/doc/git/RelNotes/1.7.4.1.txt
/usr/share/doc/git/RelNotes/1.7.4.2.txt
/usr/share/doc/git/RelNotes/1.7.4.3.txt
/usr/share/doc/git/RelNotes/1.7.4.4.txt
/usr/share/doc/git/RelNotes/1.7.4.5.txt
/usr/share/doc/git/RelNotes/1.7.4.txt
/usr/share/doc/git/RelNotes/1.7.5.1.txt
/usr/share/doc/git/RelNotes/1.7.5.2.txt
/usr/share/doc/git/RelNotes/1.7.5.3.txt
/usr/share/doc/git/RelNotes/1.7.5.4.txt
/usr/share/doc/git/RelNotes/1.7.5.txt
/usr/share/doc/git/RelNotes/1.7.6.1.txt
/usr/share/doc/git/RelNotes/1.7.6.2.txt
/usr/share/doc/git/RelNotes/1.7.6.3.txt
/usr/share/doc/git/RelNotes/1.7.6.4.txt
/usr/share/doc/git/RelNotes/1.7.6.5.txt
/usr/share/doc/git/RelNotes/1.7.6.6.txt
/usr/share/doc/git/RelNotes/1.7.6.txt
/usr/share/doc/git/RelNotes/1.7.7.1.txt
/usr/share/doc/git/RelNotes/1.7.7.2.txt
/usr/share/doc/git/RelNotes/1.7.7.3.txt
/usr/share/doc/git/RelNotes/1.7.7.4.txt
/usr/share/doc/git/RelNotes/1.7.7.5.txt
/usr/share/doc/git/RelNotes/1.7.7.6.txt
/usr/share/doc/git/RelNotes/1.7.7.7.txt
/usr/share/doc/git/RelNotes/1.7.7.txt
/usr/share/doc/git/RelNotes/1.7.8.1.txt
/usr/share/doc/git/RelNotes/1.7.8.2.txt
/usr/share/doc/git/RelNotes/1.7.8.3.txt
/usr/share/doc/git/RelNotes/1.7.8.4.txt
/usr/share/doc/git/RelNotes/1.7.8.5.txt
/usr/share/doc/git/RelNotes/1.7.8.6.txt
/usr/share/doc/git/RelNotes/1.7.8.txt
/usr/share/doc/git/RelNotes/1.7.9.1.txt
/usr/share/doc/git/RelNotes/1.7.9.2.txt
/usr/share/doc/git/RelNotes/1.7.9.3.txt
/usr/share/doc/git/RelNotes/1.7.9.4.txt
/usr/share/doc/git/RelNotes/1.7.9.5.txt
/usr/share/doc/git/RelNotes/1.7.9.6.txt
/usr/share/doc/git/RelNotes/1.7.9.7.txt
/usr/share/doc/git/RelNotes/1.7.9.txt
/usr/share/doc/git/RelNotes/1.8.0.1.txt
/usr/share/doc/git/RelNotes/1.8.0.2.txt
/usr/share/doc/git/RelNotes/1.8.0.3.txt
/usr/share/doc/git/RelNotes/1.8.0.txt
/usr/share/doc/git/RelNotes/1.8.1.1.txt
/usr/share/doc/git/RelNotes/1.8.1.2.txt
/usr/share/doc/git/RelNotes/1.8.1.3.txt
/usr/share/doc/git/RelNotes/1.8.1.4.txt
/usr/share/doc/git/RelNotes/1.8.1.5.txt
/usr/share/doc/git/RelNotes/1.8.1.6.txt
/usr/share/doc/git/RelNotes/1.8.1.txt
/usr/share/doc/git/RelNotes/1.8.2.1.txt
/usr/share/doc/git/RelNotes/1.8.2.2.txt
/usr/share/doc/git/RelNotes/1.8.2.3.txt
/usr/share/doc/git/RelNotes/1.8.2.txt
/usr/share/doc/git/RelNotes/1.8.3.1.txt
/usr/share/doc/git/RelNotes/1.8.3.2.txt
/usr/share/doc/git/RelNotes/1.8.3.3.txt
/usr/share/doc/git/RelNotes/1.8.3.4.txt
/usr/share/doc/git/RelNotes/1.8.3.txt
/usr/share/doc/git/RelNotes/1.8.4.1.txt
/usr/share/doc/git/RelNotes/1.8.4.2.txt
/usr/share/doc/git/RelNotes/1.8.4.3.txt
/usr/share/doc/git/RelNotes/1.8.4.4.txt
/usr/share/doc/git/RelNotes/1.8.4.5.txt
/usr/share/doc/git/RelNotes/1.8.4.txt
/usr/share/doc/git/RelNotes/1.8.5.1.txt
/usr/share/doc/git/RelNotes/1.8.5.2.txt
/usr/share/doc/git/RelNotes/1.8.5.3.txt
/usr/share/doc/git/RelNotes/1.8.5.4.txt
/usr/share/doc/git/RelNotes/1.8.5.5.txt
/usr/share/doc/git/RelNotes/1.8.5.6.txt
/usr/share/doc/git/RelNotes/1.8.5.txt
/usr/share/doc/git/RelNotes/1.9.0.txt
/usr/share/doc/git/RelNotes/1.9.1.txt
/usr/share/doc/git/RelNotes/1.9.2.txt
/usr/share/doc/git/RelNotes/1.9.3.txt
/usr/share/doc/git/RelNotes/1.9.4.txt
/usr/share/doc/git/RelNotes/1.9.5.txt
/usr/share/doc/git/RelNotes/2.0.0.txt
/usr/share/doc/git/RelNotes/2.0.1.txt
/usr/share/doc/git/RelNotes/2.0.2.txt
/usr/share/doc/git/RelNotes/2.0.3.txt
/usr/share/doc/git/RelNotes/2.0.4.txt
/usr/share/doc/git/RelNotes/2.0.5.txt
/usr/share/doc/git/RelNotes/2.1.0.txt
/usr/share/doc/git/RelNotes/2.1.1.txt
/usr/share/doc/git/RelNotes/2.1.2.txt
/usr/share/doc/git/RelNotes/2.1.3.txt
/usr/share/doc/git/RelNotes/2.1.4.txt
/usr/share/doc/git/RelNotes/2.10.0.txt
/usr/share/doc/git/RelNotes/2.10.1.txt
/usr/share/doc/git/RelNotes/2.10.2.txt
/usr/share/doc/git/RelNotes/2.10.3.txt
/usr/share/doc/git/RelNotes/2.10.4.txt
/usr/share/doc/git/RelNotes/2.10.5.txt
/usr/share/doc/git/RelNotes/2.11.0.txt
/usr/share/doc/git/RelNotes/2.11.1.txt
/usr/share/doc/git/RelNotes/2.11.2.txt
/usr/share/doc/git/RelNotes/2.11.3.txt
/usr/share/doc/git/RelNotes/2.11.4.txt
/usr/share/doc/git/RelNotes/2.12.0.txt
/usr/share/doc/git/RelNotes/2.12.1.txt
/usr/share/doc/git/RelNotes/2.12.2.txt
/usr/share/doc/git/RelNotes/2.12.3.txt
/usr/share/doc/git/RelNotes/2.12.4.txt
/usr/share/doc/git/RelNotes/2.12.5.txt
/usr/share/doc/git/RelNotes/2.13.0.txt
/usr/share/doc/git/RelNotes/2.13.1.txt
/usr/share/doc/git/RelNotes/2.13.2.txt
/usr/share/doc/git/RelNotes/2.13.3.txt
/usr/share/doc/git/RelNotes/2.13.4.txt
/usr/share/doc/git/RelNotes/2.13.5.txt
/usr/share/doc/git/RelNotes/2.13.6.txt
/usr/share/doc/git/RelNotes/2.13.7.txt
/usr/share/doc/git/RelNotes/2.14.0.txt
/usr/share/doc/git/RelNotes/2.14.1.txt
/usr/share/doc/git/RelNotes/2.14.2.txt
/usr/share/doc/git/RelNotes/2.14.3.txt
/usr/share/doc/git/RelNotes/2.14.4.txt
/usr/share/doc/git/RelNotes/2.14.5.txt
/usr/share/doc/git/RelNotes/2.14.6.txt
/usr/share/doc/git/RelNotes/2.15.0.txt
/usr/share/doc/git/RelNotes/2.15.1.txt
/usr/share/doc/git/RelNotes/2.15.2.txt
/usr/share/doc/git/RelNotes/2.15.3.txt
/usr/share/doc/git/RelNotes/2.15.4.txt
/usr/share/doc/git/RelNotes/2.16.0.txt
/usr/share/doc/git/RelNotes/2.16.1.txt
/usr/share/doc/git/RelNotes/2.16.2.txt
/usr/share/doc/git/RelNotes/2.16.3.txt
/usr/share/doc/git/RelNotes/2.16.4.txt
/usr/share/doc/git/RelNotes/2.16.5.txt
/usr/share/doc/git/RelNotes/2.16.6.txt
/usr/share/doc/git/RelNotes/2.17.0.txt
/usr/share/doc/git/RelNotes/2.17.1.txt
/usr/share/doc/git/RelNotes/2.17.2.txt
/usr/share/doc/git/RelNotes/2.17.3.txt
/usr/share/doc/git/RelNotes/2.18.0.txt
/usr/share/doc/git/RelNotes/2.18.1.txt
/usr/share/doc/git/RelNotes/2.18.2.txt
/usr/share/doc/git/RelNotes/2.19.0.txt
/usr/share/doc/git/RelNotes/2.19.1.txt
/usr/share/doc/git/RelNotes/2.19.2.txt
/usr/share/doc/git/RelNotes/2.19.3.txt
/usr/share/doc/git/RelNotes/2.2.0.txt
/usr/share/doc/git/RelNotes/2.2.1.txt
/usr/share/doc/git/RelNotes/2.2.2.txt
/usr/share/doc/git/RelNotes/2.2.3.txt
/usr/share/doc/git/RelNotes/2.20.0.txt
/usr/share/doc/git/RelNotes/2.20.1.txt
/usr/share/doc/git/RelNotes/2.20.2.txt
/usr/share/doc/git/RelNotes/2.21.0.txt
/usr/share/doc/git/RelNotes/2.21.1.txt
/usr/share/doc/git/RelNotes/2.22.0.txt
/usr/share/doc/git/RelNotes/2.22.1.txt
/usr/share/doc/git/RelNotes/2.22.2.txt
/usr/share/doc/git/RelNotes/2.23.0.txt
/usr/share/doc/git/RelNotes/2.23.1.txt
/usr/share/doc/git/RelNotes/2.24.0.txt
/usr/share/doc/git/RelNotes/2.24.1.txt
/usr/share/doc/git/RelNotes/2.25.0.txt
/usr/share/doc/git/RelNotes/2.25.1.txt
/usr/share/doc/git/RelNotes/2.3.0.txt
/usr/share/doc/git/RelNotes/2.3.1.txt
/usr/share/doc/git/RelNotes/2.3.10.txt
/usr/share/doc/git/RelNotes/2.3.2.txt
/usr/share/doc/git/RelNotes/2.3.3.txt
/usr/share/doc/git/RelNotes/2.3.4.txt
/usr/share/doc/git/RelNotes/2.3.5.txt
/usr/share/doc/git/RelNotes/2.3.6.txt
/usr/share/doc/git/RelNotes/2.3.7.txt
/usr/share/doc/git/RelNotes/2.3.8.txt
/usr/share/doc/git/RelNotes/2.3.9.txt
/usr/share/doc/git/RelNotes/2.4.0.txt
/usr/share/doc/git/RelNotes/2.4.1.txt
/usr/share/doc/git/RelNotes/2.4.10.txt
/usr/share/doc/git/RelNotes/2.4.11.txt
/usr/share/doc/git/RelNotes/2.4.12.txt
/usr/share/doc/git/RelNotes/2.4.2.txt
/usr/share/doc/git/RelNotes/2.4.3.txt
/usr/share/doc/git/RelNotes/2.4.4.txt
/usr/share/doc/git/RelNotes/2.4.5.txt
/usr/share/doc/git/RelNotes/2.4.6.txt
/usr/share/doc/git/RelNotes/2.4.7.txt
/usr/share/doc/git/RelNotes/2.4.8.txt
/usr/share/doc/git/RelNotes/2.4.9.txt
/usr/share/doc/git/RelNotes/2.5.0.txt
/usr/share/doc/git/RelNotes/2.5.1.txt
/usr/share/doc/git/RelNotes/2.5.2.txt
/usr/share/doc/git/RelNotes/2.5.3.txt
/usr/share/doc/git/RelNotes/2.5.4.txt
/usr/share/doc/git/RelNotes/2.5.5.txt
/usr/share/doc/git/RelNotes/2.5.6.txt
/usr/share/doc/git/RelNotes/2.6.0.txt
/usr/share/doc/git/RelNotes/2.6.1.txt
/usr/share/doc/git/RelNotes/2.6.2.txt
/usr/share/doc/git/RelNotes/2.6.3.txt
/usr/share/doc/git/RelNotes/2.6.4.txt
/usr/share/doc/git/RelNotes/2.6.5.txt
/usr/share/doc/git/RelNotes/2.6.6.txt
/usr/share/doc/git/RelNotes/2.6.7.txt
/usr/share/doc/git/RelNotes/2.7.0.txt
/usr/share/doc/git/RelNotes/2.7.1.txt
/usr/share/doc/git/RelNotes/2.7.2.txt
/usr/share/doc/git/RelNotes/2.7.3.txt
/usr/share/doc/git/RelNotes/2.7.4.txt
/usr/share/doc/git/RelNotes/2.7.5.txt
/usr/share/doc/git/RelNotes/2.7.6.txt
/usr/share/doc/git/RelNotes/2.8.0.txt
/usr/share/doc/git/RelNotes/2.8.1.txt
/usr/share/doc/git/RelNotes/2.8.2.txt
/usr/share/doc/git/RelNotes/2.8.3.txt
/usr/share/doc/git/RelNotes/2.8.4.txt
/usr/share/doc/git/RelNotes/2.8.5.txt
/usr/share/doc/git/RelNotes/2.8.6.txt
/usr/share/doc/git/RelNotes/2.9.0.txt
/usr/share/doc/git/RelNotes/2.9.1.txt
/usr/share/doc/git/RelNotes/2.9.2.txt
/usr/share/doc/git/RelNotes/2.9.3.txt
/usr/share/doc/git/RelNotes/2.9.4.txt
/usr/share/doc/git/RelNotes/2.9.5.txt
/usr/share/doc/git/changelog.Debian.gz
/usr/share/doc/git/contrib
/usr/share/doc/git/contrib/README
/usr/share/doc/git/contrib/buildsystems
/usr/share/doc/git/contrib/buildsystems/Generators
/usr/share/doc/git/contrib/buildsystems/Generators/QMake.pm
/usr/share/doc/git/contrib/buildsystems/Generators/Vcproj.pm
/usr/share/doc/git/contrib/buildsystems/Generators/Vcxproj.pm
/usr/share/doc/git/contrib/buildsystems/Generators.pm
/usr/share/doc/git/contrib/buildsystems/engine.pl
/usr/share/doc/git/contrib/buildsystems/generate
/usr/share/doc/git/contrib/buildsystems/parse.pl
/usr/share/doc/git/contrib/coccinelle
/usr/share/doc/git/contrib/coccinelle/README
/usr/share/doc/git/contrib/coccinelle/array.cocci
/usr/share/doc/git/contrib/coccinelle/commit.cocci
/usr/share/doc/git/contrib/coccinelle/flex_alloc.cocci
/usr/share/doc/git/contrib/coccinelle/free.cocci
/usr/share/doc/git/contrib/coccinelle/hashmap.cocci
/usr/share/doc/git/contrib/coccinelle/object_id.cocci
/usr/share/doc/git/contrib/coccinelle/preincr.cocci
/usr/share/doc/git/contrib/coccinelle/qsort.cocci
/usr/share/doc/git/contrib/coccinelle/strbuf.cocci
/usr/share/doc/git/contrib/coccinelle/swap.cocci
/usr/share/doc/git/contrib/coccinelle/the_repository.pending.cocci
/usr/share/doc/git/contrib/coccinelle/xstrdup_or_null.cocci
/usr/share/doc/git/contrib/contacts
/usr/share/doc/git/contrib/contacts/Makefile
/usr/share/doc/git/contrib/contacts/git-contacts
/usr/share/doc/git/contrib/contacts/git-contacts.txt
/usr/share/doc/git/contrib/coverage-diff.sh
/usr/share/doc/git/contrib/credential
/usr/share/doc/git/contrib/credential/gnome-keyring
/usr/share/doc/git/contrib/credential/gnome-keyring/Makefile
/usr/share/doc/git/contrib/credential/gnome-keyring/git-credential-gnome-keyring.c
/usr/share/doc/git/contrib/credential/libsecret
/usr/share/doc/git/contrib/credential/libsecret/Makefile
/usr/share/doc/git/contrib/credential/libsecret/git-credential-libsecret.c
/usr/share/doc/git/contrib/credential/netrc
/usr/share/doc/git/contrib/credential/netrc/Makefile
/usr/share/doc/git/contrib/credential/netrc/git-credential-netrc
/usr/share/doc/git/contrib/credential/netrc/t-git-credential-netrc.sh
/usr/share/doc/git/contrib/credential/netrc/test.command-option-gpg
/usr/share/doc/git/contrib/credential/netrc/test.git-config-gpg
/usr/share/doc/git/contrib/credential/netrc/test.netrc
/usr/share/doc/git/contrib/credential/netrc/test.pl
/usr/share/doc/git/contrib/credential/osxkeychain
/usr/share/doc/git/contrib/credential/osxkeychain/Makefile
/usr/share/doc/git/contrib/credential/osxkeychain/git-credential-osxkeychain.c
/usr/share/doc/git/contrib/credential/wincred
/usr/share/doc/git/contrib/credential/wincred/Makefile
/usr/share/doc/git/contrib/credential/wincred/git-credential-wincred.c
/usr/share/doc/git/contrib/diff-highlight
/usr/share/doc/git/contrib/diff-highlight/DiffHighlight.pm
/usr/share/doc/git/contrib/diff-highlight/Makefile
/usr/share/doc/git/contrib/diff-highlight/README
/usr/share/doc/git/contrib/diff-highlight/diff-highlight
/usr/share/doc/git/contrib/diff-highlight/diff-highlight.perl
/usr/share/doc/git/contrib/diff-highlight/shebang.perl
/usr/share/doc/git/contrib/diff-highlight/t
/usr/share/doc/git/contrib/diff-highlight/t/Makefile
/usr/share/doc/git/contrib/diff-highlight/t/t9400-diff-highlight.sh
/usr/share/doc/git/contrib/examples
/usr/share/doc/git/contrib/examples/README
/usr/share/doc/git/contrib/fast-import
/usr/share/doc/git/contrib/fast-import/git-import.perl
/usr/share/doc/git/contrib/fast-import/git-import.sh
/usr/share/doc/git/contrib/fast-import/git-p4.README
/usr/share/doc/git/contrib/fast-import/import-directories.perl
/usr/share/doc/git/contrib/fast-import/import-tars.perl
/usr/share/doc/git/contrib/fast-import/import-zips.py
/usr/share/doc/git/contrib/git-jump
/usr/share/doc/git/contrib/git-jump/README
/usr/share/doc/git/contrib/git-jump/git-jump
/usr/share/doc/git/contrib/git-resurrect.sh
/usr/share/doc/git/contrib/git-shell-commands
/usr/share/doc/git/contrib/git-shell-commands/README
/usr/share/doc/git/contrib/git-shell-commands/help
/usr/share/doc/git/contrib/git-shell-commands/list
/usr/share/doc/git/contrib/hg-to-git
/usr/share/doc/git/contrib/hg-to-git/hg-to-git.py
/usr/share/doc/git/contrib/hg-to-git/hg-to-git.txt
/usr/share/doc/git/contrib/long-running-filter
/usr/share/doc/git/contrib/long-running-filter/example.pl
/usr/share/doc/git/contrib/persistent-https
/usr/share/doc/git/contrib/persistent-https/Makefile
/usr/share/doc/git/contrib/persistent-https/README
/usr/share/doc/git/contrib/persistent-https/client.go
/usr/share/doc/git/contrib/persistent-https/main.go
/usr/share/doc/git/contrib/persistent-https/proxy.go
/usr/share/doc/git/contrib/persistent-https/socket.go
/usr/share/doc/git/contrib/remote-helpers
/usr/share/doc/git/contrib/remote-helpers/README
/usr/share/doc/git/contrib/remote-helpers/git-remote-bzr
/usr/share/doc/git/contrib/remote-helpers/git-remote-hg
/usr/share/doc/git/contrib/remotes2config.sh
/usr/share/doc/git/contrib/rerere-train.sh
/usr/share/doc/git/contrib/stats
/usr/share/doc/git/contrib/stats/git-common-hash
/usr/share/doc/git/contrib/stats/mailmap.pl
/usr/share/doc/git/contrib/stats/packinfo.pl
/usr/share/doc/git/contrib/subtree
/usr/share/doc/git/contrib/subtree/INSTALL
/usr/share/doc/git/contrib/subtree/Makefile
/usr/share/doc/git/contrib/subtree/README
/usr/share/doc/git/contrib/subtree/git-subtree
/usr/share/doc/git/contrib/subtree/git-subtree.sh
/usr/share/doc/git/contrib/subtree/git-subtree.txt
/usr/share/doc/git/contrib/subtree/t
/usr/share/doc/git/contrib/subtree/t/Makefile
/usr/share/doc/git/contrib/subtree/t/t7900-subtree.sh
/usr/share/doc/git/contrib/subtree/todo
/usr/share/doc/git/contrib/svn-fe
/usr/share/doc/git/contrib/svn-fe/Makefile
/usr/share/doc/git/contrib/svn-fe/svn-fe.c
/usr/share/doc/git/contrib/svn-fe/svn-fe.txt
/usr/share/doc/git/contrib/svn-fe/svnrdump_sim.py
/usr/share/doc/git/contrib/thunderbird-patch-inline
/usr/share/doc/git/contrib/thunderbird-patch-inline/README
/usr/share/doc/git/contrib/thunderbird-patch-inline/appp.sh
/usr/share/doc/git/contrib/update-unicode
/usr/share/doc/git/contrib/update-unicode/README
/usr/share/doc/git/contrib/update-unicode/update_unicode.sh
/usr/share/doc/git/contrib/vscode
/usr/share/doc/git/contrib/vscode/README.md
/usr/share/doc/git/contrib/vscode/init.sh
/usr/share/doc/git/contrib/workdir
/usr/share/doc/git/contrib/workdir/git-new-workdir
/usr/share/doc/git/copyright
/usr/share/git-core
/usr/share/git-core/contrib
/usr/share/git-core/contrib/hooks
/usr/share/git-core/contrib/hooks/post-receive-email
/usr/share/git-core/contrib/hooks/pre-auto-gc-battery
/usr/share/git-core/contrib/hooks/setgitperms.perl
/usr/share/git-core/contrib/hooks/update-paranoid
/usr/share/git-core/templates
/usr/share/git-core/templates/branches
/usr/share/git-core/templates/description
/usr/share/git-core/templates/hooks
/usr/share/git-core/templates/hooks/applypatch-msg.sample
/usr/share/git-core/templates/hooks/commit-msg.sample
/usr/share/git-core/templates/hooks/fsmonitor-watchman.sample
/usr/share/git-core/templates/hooks/post-update.sample
/usr/share/git-core/templates/hooks/pre-applypatch.sample
/usr/share/git-core/templates/hooks/pre-commit.sample
/usr/share/git-core/templates/hooks/pre-merge-commit.sample
/usr/share/git-core/templates/hooks/pre-push.sample
/usr/share/git-core/templates/hooks/pre-rebase.sample
/usr/share/git-core/templates/hooks/pre-receive.sample
/usr/share/git-core/templates/hooks/prepare-commit-msg.sample
/usr/share/git-core/templates/hooks/update.sample
/usr/share/git-core/templates/info
/usr/share/git-core/templates/info/exclude
/usr/share/gitweb
/usr/share/gitweb/gitweb.cgi
/usr/share/gitweb/static
/usr/share/gitweb/static/git-favicon.png
/usr/share/gitweb/static/git-logo.png
/usr/share/gitweb/static/gitweb.css
/usr/share/gitweb/static/gitweb.js
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/git
/usr/share/perl5
/usr/share/perl5/Git
/usr/share/perl5/Git/I18N.pm
/usr/share/perl5/Git/IndexInfo.pm
/usr/share/perl5/Git/LoadCPAN
/usr/share/perl5/Git/LoadCPAN/Error.pm
/usr/share/perl5/Git/LoadCPAN/Mail
/usr/share/perl5/Git/LoadCPAN/Mail/Address.pm
/usr/share/perl5/Git/LoadCPAN.pm
/usr/share/perl5/Git/Packet.pm
/usr/share/perl5/Git.pm
/var
/var/lib
/var/lib/git
/usr/bin/git-receive-pack
/usr/bin/git-upload-archive
/usr/bin/git-upload-pack
/usr/lib/git-core/git-add
/usr/lib/git-core/git-am
/usr/lib/git-core/git-annotate
/usr/lib/git-core/git-apply
/usr/lib/git-core/git-archive
/usr/lib/git-core/git-bisect--helper
/usr/lib/git-core/git-blame
/usr/lib/git-core/git-branch
/usr/lib/git-core/git-bundle
/usr/lib/git-core/git-cat-file
/usr/lib/git-core/git-check-attr
/usr/lib/git-core/git-check-ignore
/usr/lib/git-core/git-check-mailmap
/usr/lib/git-core/git-check-ref-format
/usr/lib/git-core/git-checkout
/usr/lib/git-core/git-checkout-index
/usr/lib/git-core/git-cherry
/usr/lib/git-core/git-cherry-pick
/usr/lib/git-core/git-clean
/usr/lib/git-core/git-clone
/usr/lib/git-core/git-column
/usr/lib/git-core/git-commit
/usr/lib/git-core/git-commit-graph
/usr/lib/git-core/git-commit-tree
/usr/lib/git-core/git-config
/usr/lib/git-core/git-count-objects
/usr/lib/git-core/git-credential
/usr/lib/git-core/git-describe
/usr/lib/git-core/git-diff
/usr/lib/git-core/git-diff-files
/usr/lib/git-core/git-diff-index
/usr/lib/git-core/git-diff-tree
/usr/lib/git-core/git-difftool
/usr/lib/git-core/git-env--helper
/usr/lib/git-core/git-fast-export
/usr/lib/git-core/git-fetch
/usr/lib/git-core/git-fetch-pack
/usr/lib/git-core/git-fmt-merge-msg
/usr/lib/git-core/git-for-each-ref
/usr/lib/git-core/git-format-patch
/usr/lib/git-core/git-fsck
/usr/lib/git-core/git-fsck-objects
/usr/lib/git-core/git-gc
/usr/lib/git-core/git-get-tar-commit-id
/usr/lib/git-core/git-grep
/usr/lib/git-core/git-hash-object
/usr/lib/git-core/git-help
/usr/lib/git-core/git-index-pack
/usr/lib/git-core/git-init
/usr/lib/git-core/git-init-db
/usr/lib/git-core/git-interpret-trailers
/usr/lib/git-core/git-log
/usr/lib/git-core/git-ls-files
/usr/lib/git-core/git-ls-remote
/usr/lib/git-core/git-ls-tree
/usr/lib/git-core/git-mailinfo
/usr/lib/git-core/git-mailsplit
/usr/lib/git-core/git-merge
/usr/lib/git-core/git-merge-base
/usr/lib/git-core/git-merge-file
/usr/lib/git-core/git-merge-index
/usr/lib/git-core/git-merge-ours
/usr/lib/git-core/git-merge-recursive
/usr/lib/git-core/git-merge-subtree
/usr/lib/git-core/git-merge-tree
/usr/lib/git-core/git-mktag
/usr/lib/git-core/git-mktree
/usr/lib/git-core/git-multi-pack-index
/usr/lib/git-core/git-mv
/usr/lib/git-core/git-name-rev
/usr/lib/git-core/git-notes
/usr/lib/git-core/git-pack-objects
/usr/lib/git-core/git-pack-redundant
/usr/lib/git-core/git-pack-refs
/usr/lib/git-core/git-patch-id
/usr/lib/git-core/git-prune
/usr/lib/git-core/git-prune-packed
/usr/lib/git-core/git-pull
/usr/lib/git-core/git-push
/usr/lib/git-core/git-range-diff
/usr/lib/git-core/git-read-tree
/usr/lib/git-core/git-rebase
/usr/lib/git-core/git-receive-pack
/usr/lib/git-core/git-reflog
/usr/lib/git-core/git-remote
/usr/lib/git-core/git-remote-ext
/usr/lib/git-core/git-remote-fd
/usr/lib/git-core/git-remote-ftp
/usr/lib/git-core/git-remote-ftps
/usr/lib/git-core/git-remote-https
/usr/lib/git-core/git-repack
/usr/lib/git-core/git-replace
/usr/lib/git-core/git-rerere
/usr/lib/git-core/git-reset
/usr/lib/git-core/git-restore
/usr/lib/git-core/git-rev-list
/usr/lib/git-core/git-rev-parse
/usr/lib/git-core/git-revert
/usr/lib/git-core/git-rm
/usr/lib/git-core/git-send-pack
/usr/lib/git-core/git-shortlog
/usr/lib/git-core/git-show
/usr/lib/git-core/git-show-branch
/usr/lib/git-core/git-show-index
/usr/lib/git-core/git-show-ref
/usr/lib/git-core/git-sparse-checkout
/usr/lib/git-core/git-stage
/usr/lib/git-core/git-stash
/usr/lib/git-core/git-status
/usr/lib/git-core/git-stripspace
/usr/lib/git-core/git-submodule--helper
/usr/lib/git-core/git-switch
/usr/lib/git-core/git-symbolic-ref
/usr/lib/git-core/git-tag
/usr/lib/git-core/git-unpack-file
/usr/lib/git-core/git-unpack-objects
/usr/lib/git-core/git-update-index
/usr/lib/git-core/git-update-ref
/usr/lib/git-core/git-update-server-info
/usr/lib/git-core/git-upload-archive
/usr/lib/git-core/git-upload-pack
/usr/lib/git-core/git-var
/usr/lib/git-core/git-verify-commit
/usr/lib/git-core/git-verify-pack
/usr/lib/git-core/git-verify-tag
/usr/lib/git-core/git-whatchanged
/usr/lib/git-core/git-worktree
/usr/lib/git-core/git-write-tree
/usr/share/bash-completion/completions/gitk
/usr/share/doc/git/contrib/hooks
/usr/share/doc/git/contrib/persistent-https/LICENSE
/usr/share/doc/git/contrib/subtree/COPYING
/usr/share/gitweb/index.cgi
/.
/etc
/etc/wgetrc
/usr
/usr/bin
/usr/bin/wget
/usr/share
/usr/share/doc
/usr/share/doc/wget
/usr/share/doc/wget/AUTHORS
/usr/share/doc/wget/MAILING-LIST
/usr/share/doc/wget/NEWS.gz
/usr/share/doc/wget/README
/usr/share/doc/wget/changelog.Debian.gz
/usr/share/doc/wget/copyright
/usr/share/info
/usr/share/info/wget.info.gz
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/wget.1.gz
/.
/usr
/usr/bin
/usr/bin/curl
/usr/share
/usr/share/doc
/usr/share/doc/curl
/usr/share/doc/curl/copyright
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/curl.1.gz
/usr/share/zsh
/usr/share/zsh/vendor-completions
/usr/share/zsh/vendor-completions/_curl
/usr/share/doc/curl/NEWS.Debian.gz
/usr/share/doc/curl/changelog.Debian.gz
/.
/bin
/bin/tar
/etc
/usr
/usr/lib
/usr/lib/mime
/usr/lib/mime/packages
/usr/lib/mime/packages/tar
/usr/sbin
/usr/sbin/rmt-tar
/usr/sbin/tarcat
/usr/share
/usr/share/doc
/usr/share/doc/tar
/usr/share/doc/tar/AUTHORS
/usr/share/doc/tar/NEWS.gz
/usr/share/doc/tar/README.Debian
/usr/share/doc/tar/THANKS.gz
/usr/share/doc/tar/changelog.Debian.gz
/usr/share/doc/tar/copyright
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/tar.1.gz
/usr/share/man/man1/tarcat.1.gz
/usr/share/man/man8
/usr/share/man/man8/rmt-tar.8.gz
/etc/rmt
/.
/etc
/etc/apparmor.d
/etc/apparmor.d/usr.lib.snapd.snap-confine.real
/etc/apt
/etc/apt/apt.conf.d
/etc/apt/apt.conf.d/20snapd.conf
/etc/profile.d
/etc/profile.d/apps-bin-path.sh
/etc/xdg
/etc/xdg/autostart
/etc/xdg/autostart/snap-userd-autostart.desktop
/lib
/lib/systemd
/lib/systemd/system
/lib/systemd/system/snapd.apparmor.service
/lib/systemd/system/snapd.autoimport.service
/lib/systemd/system/snapd.core-fixup.service
/lib/systemd/system/snapd.failure.service
/lib/systemd/system/snapd.recovery-chooser-trigger.service
/lib/systemd/system/snapd.seeded.service
/lib/systemd/system/snapd.service
/lib/systemd/system/snapd.snap-repair.service
/lib/systemd/system/snapd.snap-repair.timer
/lib/systemd/system/snapd.socket
/lib/systemd/system/snapd.system-shutdown.service
/lib/systemd/system-generators
/lib/systemd/system-generators/snapd-generator
/lib/udev
/lib/udev/rules.d
/lib/udev/rules.d/66-snapd-autoimport.rules
/snap
/usr
/usr/bin
/usr/bin/snap
/usr/bin/snapfuse
/usr/lib
/usr/lib/environment.d
/usr/lib/environment.d/990-snapd.conf
/usr/lib/snapd
/usr/lib/snapd/complete.sh
/usr/lib/snapd/etelpmoc.sh
/usr/lib/snapd/info
/usr/lib/snapd/snap-bootstrap
/usr/lib/snapd/snap-confine
/usr/lib/snapd/snap-device-helper
/usr/lib/snapd/snap-discard-ns
/usr/lib/snapd/snap-exec
/usr/lib/snapd/snap-failure
/usr/lib/snapd/snap-gdb-shim
/usr/lib/snapd/snap-gdbserver-shim
/usr/lib/snapd/snap-mgmt
/usr/lib/snapd/snap-preseed
/usr/lib/snapd/snap-recovery-chooser
/usr/lib/snapd/snap-repair
/usr/lib/snapd/snap-seccomp
/usr/lib/snapd/snap-update-ns
/usr/lib/snapd/snapctl
/usr/lib/snapd/snapd
/usr/lib/snapd/snapd-apparmor
/usr/lib/snapd/snapd.core-fixup.sh
/usr/lib/snapd/snapd.run-from-snap
/usr/lib/snapd/system-shutdown
/usr/lib/systemd
/usr/lib/systemd/system-environment-generators
/usr/lib/systemd/system-environment-generators/snapd-env-generator
/usr/lib/systemd/user
/usr/lib/systemd/user/snapd.session-agent.service
/usr/lib/systemd/user/snapd.session-agent.socket
/usr/lib/systemd/user/sockets.target.wants
/usr/share
/usr/share/applications
/usr/share/applications/io.snapcraft.SessionAgent.desktop
/usr/share/applications/snap-handle-link.desktop
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/snap
/usr/share/dbus-1
/usr/share/dbus-1/services
/usr/share/dbus-1/services/io.snapcraft.Launcher.service
/usr/share/dbus-1/services/io.snapcraft.SessionAgent.service
/usr/share/dbus-1/services/io.snapcraft.Settings.service
/usr/share/dbus-1/session.d
/usr/share/dbus-1/session.d/snapd.session-services.conf
/usr/share/dbus-1/system.d
/usr/share/dbus-1/system.d/snapd.system-services.conf
/usr/share/doc
/usr/share/doc/snapd
/usr/share/doc/snapd/changelog.gz
/usr/share/doc/snapd/copyright
/usr/share/fish
/usr/share/fish/vendor_conf.d
/usr/share/fish/vendor_conf.d/snapd.fish
/usr/share/man
/usr/share/man/man8
/usr/share/man/man8/snap-confine.8.gz
/usr/share/man/man8/snap-discard-ns.8.gz
/usr/share/man/man8/snap.8.gz
/usr/share/man/man8/snapd-env-generator.8.gz
/usr/share/polkit-1
/usr/share/polkit-1/actions
/usr/share/polkit-1/actions/io.snapcraft.snapd.policy
/usr/share/zsh
/usr/share/zsh/vendor-completions
/usr/share/zsh/vendor-completions/_snap
/var
/var/cache
/var/cache/snapd
/var/lib
/var/lib/snapd
/var/lib/snapd/apparmor
/var/lib/snapd/apparmor/snap-confine
/var/lib/snapd/auto-import
/var/lib/snapd/dbus-1
/var/lib/snapd/dbus-1/services
/var/lib/snapd/dbus-1/system-services
/var/lib/snapd/desktop
/var/lib/snapd/desktop/applications
/var/lib/snapd/environment
/var/lib/snapd/firstboot
/var/lib/snapd/inhibit
/var/lib/snapd/lib
/var/lib/snapd/lib/gl
/var/lib/snapd/lib/gl32
/var/lib/snapd/lib/glvnd
/var/lib/snapd/lib/vulkan
/var/lib/snapd/snaps
/var/lib/snapd/snaps/partial
/var/lib/snapd/ssl
/var/lib/snapd/ssl/store-certs
/var/lib/snapd/void
/var/snap
/lib/udev/snappy-app-dev
/usr/bin/snapctl
/usr/bin/ubuntu-core-launcher
/usr/lib/systemd/user/sockets.target.wants/snapd.session-agent.socket
Required packages are present: git wget curl tar snapd

Ensure prerequisites for "jq" are available                                    /
Ensure prerequisites for "jq" are available                                    -
Download snap "core" (16574) from channel "stable"                             \
Download snap "core" (16574) from channel "stable"                             |[?25l
Download snap "core" (16574) from channel "stable"             0% 2.21MB/s 50.0s
Download snap "core" (16574) from channel "stable"             2% 12.2MB/s 8.88s
Download snap "core" (16574) from channel "stable"            11% 37.9MB/s 2.59s
Download snap "core" (16574) from channel "stable"            19% 50.9MB/s 1.75s
Download snap "core" (16574) from channel "stable"            28% 58.8MB/s 1.35s
Download snap "core" (16574) from channel "stable"            36% 63.6MB/s 1.10s
Download snap "core" (16574) from channel "stable"            45% 67.2MB/s 911ms
Download snap "core" (16574) from channel "stable"            51% 68.1MB/s 788ms
Download snap "core" (16574) from channel "stable"            58% 68.7MB/s 671ms
Download snap "core" (16574) from channel "stable"            65% 69.2MB/s 557ms
Download snap "core" (16574) from channel "stable"            72% 69.7MB/s 445ms
Download snap "core" (16574) from channel "stable"            79% 70.3MB/s 331ms
Download snap "core" (16574) from channel "stable"            86% 70.5MB/s 223ms
Download snap "core" (16574) from channel "stable"            93% 70.9MB/s 112ms
Download snap "core" (16574) from channel "stable"           100% 71.2MB/s 2.4ms
Fetch and check assertions for snap "core" (16574)                             /
Mount snap "core" (16574)                                                      -
Mount snap "core" (16574)                                                      \
Mount snap "core" (16574)                                                      |
Mount snap "core" (16574)                                                      /
Mount snap "core" (16574)                                                      -
Mount snap "core" (16574)                                                      \
Mount snap "core" (16574)                                                      |
Mount snap "core" (16574)                                                      /
Mount snap "core" (16574)                                                      -
Copy snap "core" data                                                          \
Setup snap "core" (16574) security profiles                                    |
Setup snap "core" (16574) security profiles                                    /
Setup snap "core" (16574) security profiles                                    -
Setup snap "core" (16574) security profiles                                    \
Setup snap "core" (16574) security profiles                                    |
Download snap "jq" (6) from channel "stable"                                   /
Download snap "jq" (6) from channel "stable"                                   -
Download snap "jq" (6) from channel "stable"                                   \
Download snap "jq" (6) from channel "stable"                                   |
Download snap "jq" (6) from channel "stable"                                   /
Download snap "jq" (6) from channel "stable"                                   -[?25l
Download snap "jq" (6) from channel "stable"                  26%  619kB/s 294ms
Download snap "jq" (6) from channel "stable"                  66%  788kB/s 107ms
Fetch and check assertions for snap "jq" (6)                                   \
Fetch and check assertions for snap "jq" (6)                                   |
Mount snap "jq" (6)                                                            /
Mount snap "jq" (6)                                                            -
Mount snap "jq" (6)                                                            \
Mount snap "jq" (6)                                                            |
Mount snap "jq" (6)                                                            /
Mount snap "jq" (6)                                                            -
Mount snap "jq" (6)                                                            \
Setup snap "jq" (6) security profiles                                          |
Run install hook of "jq" snap if present                                       /
[?25hjq 1.5+dfsg-1 from Michael Vogt (mvo) installed
Track start release: https://osm.etsi.org/InstallLog.php?&installation_id=1710347394-lPGu5ypy6rNXxd9c&local_ts=1710347394&event=start&operation=release&value=release&comment=&tags=
Track start docker_tag: https://osm.etsi.org/InstallLog.php?&installation_id=1710347394-lPGu5ypy6rNXxd9c&local_ts=1710347394&event=start&operation=docker_tag&value=osm-v120-301&comment=&tags=
Track start installation_type: https://osm.etsi.org/InstallLog.php?&installation_id=1710347394-lPGu5ypy6rNXxd9c&local_ts=1710347394&event=start&operation=installation_type&value=Default&comment=&tags=
Track checks checkingroot_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1710347394-lPGu5ypy6rNXxd9c&local_ts=1710347394&event=checks&operation=checkingroot_ok&value=&comment=&tags=
Track checks noroot_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1710347394-lPGu5ypy6rNXxd9c&local_ts=1710347394&event=checks&operation=noroot_ok&value=&comment=&tags=
Track checks proceed_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1710347394-lPGu5ypy6rNXxd9c&local_ts=1710347394&event=checks&operation=proceed_ok&value=&comment=&tags=
Installing OSM
Determining IP address of the interface with the default route
* Applying /etc/sysctl.d/10-console-messages.conf ...
kernel.printk = 4 4 1 7
* Applying /etc/sysctl.d/10-ipv6-privacy.conf ...
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
* Applying /etc/sysctl.d/10-kernel-hardening.conf ...
kernel.kptr_restrict = 1
* Applying /etc/sysctl.d/10-link-restrictions.conf ...
fs.protected_hardlinks = 1
fs.protected_symlinks = 1
* Applying /etc/sysctl.d/10-magic-sysrq.conf ...
kernel.sysrq = 176
* Applying /etc/sysctl.d/10-network-security.conf ...
net.ipv4.conf.default.rp_filter = 2
net.ipv4.conf.all.rp_filter = 2
* Applying /etc/sysctl.d/10-ptrace.conf ...
kernel.yama.ptrace_scope = 1
* Applying /etc/sysctl.d/10-zeropage.conf ...
vm.mmap_min_addr = 65536
* Applying /usr/lib/sysctl.d/50-default.conf ...
net.ipv4.conf.default.promote_secondaries = 1
sysctl: setting key "net.ipv4.conf.all.promote_secondaries": Invalid argument
net.ipv4.ping_group_range = 0 2147483647
net.core.default_qdisc = fq_codel
fs.protected_regular = 1
fs.protected_fifos = 1
* Applying /usr/lib/sysctl.d/50-pid-max.conf ...
kernel.pid_max = 4194304
* Applying /etc/sysctl.d/60-lxd-production.conf ...
fs.inotify.max_queued_events = 1048576
fs.inotify.max_user_instances = 1048576
fs.inotify.max_user_watches = 1048576
vm.max_map_count = 262144
kernel.dmesg_restrict = 1
net.ipv4.neigh.default.gc_thresh3 = 8192
net.ipv6.neigh.default.gc_thresh3 = 8192
sysctl: setting key "net.core.bpf_jit_limit": Invalid argument
kernel.keys.maxkeys = 2000
kernel.keys.maxbytes = 2000000
* Applying /etc/sysctl.d/99-cloudimg-ipv6.conf ...
net.ipv6.conf.all.use_tempaddr = 0
net.ipv6.conf.default.use_tempaddr = 0
* Applying /etc/sysctl.d/99-sysctl.conf ...
* Applying /usr/lib/sysctl.d/protect-links.conf ...
fs.protected_fifos = 1
fs.protected_hardlinks = 1
fs.protected_regular = 2
fs.protected_symlinks = 1
* Applying /etc/sysctl.conf ...

Reading package lists... 0%

Reading package lists... 100%

Reading package lists... Done


Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       


Reading state information... 0%

Reading state information... 0%

Reading state information... Done

Note, selecting 'liblxc-common' instead of 'lxc-common'
Package 'lxcfs' is not installed, so not removed
Package 'liblxc1' is not installed, so not removed
Package 'lxd' is not installed, so not removed
Package 'lxd-client' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 226 not upgraded.
snap "lxd" is already installed, see 'snap help refresh'
To start your first container, try: lxc launch ubuntu:20.04
Or for a virtual machine: lxc launch ubuntu:20.04 --vm

Track prereq prereqok_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1710347394-lPGu5ypy6rNXxd9c&local_ts=1710347408&event=prereq&operation=prereqok_ok&value=&comment=&tags=
DEBUG_INSTALL=
DOCKER_PROXY_URL=http://172.21.1.1:5000
USER=ubuntu
Installing Docker CE ...
W: Conflicting distribution: http://172.21.249.4:53513/release unstable Release (expected unstable but got )

Reading package lists... 0%

Reading package lists... 100%

Reading package lists... Done


Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       


Reading state information... 0%

Reading state information... 0%

Reading state information... Done

The following additional packages will be installed:
  python3-software-properties
The following NEW packages will be installed:
  apt-transport-https
The following packages will be upgraded:
  ca-certificates python3-software-properties software-properties-common
3 upgraded, 1 newly installed, 0 to remove and 223 not upgraded.
Need to get 186 kB of archives.
After this operation, 154 kB of additional disk space will be used.

0% [Working]
            
Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB]

6% [1 ca-certificates 14.2 kB/152 kB 9%]
                                        
70% [Working]
             
Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.10 [1704 B]

71% [2 apt-transport-https 1704 B/1704 B 100%]
                                              
76% [Waiting for headers]
                         
Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 software-properties-common all 0.99.9.12 [10.4 kB]

80% [3 software-properties-common 8192 B/10.4 kB 79%]
                                                     
86% [Working]
             
Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-software-properties all 0.99.9.12 [21.7 kB]

86% [4 python3-software-properties 0 B/21.7 kB 0%]
                                                  
100% [Working]
              
Fetched 186 kB in 0s (736 kB/s)
Preconfiguring packages ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 65095 files and directories currently installed.)
Preparing to unpack .../ca-certificates_20230311ubuntu0.20.04.1_all.deb ...
Unpacking ca-certificates (20230311ubuntu0.20.04.1) over (20210119~20.04.2) ...
Selecting previously unselected package apt-transport-https.
Preparing to unpack .../apt-transport-https_2.0.10_all.deb ...
Unpacking apt-transport-https (2.0.10) ...
Preparing to unpack .../software-properties-common_0.99.9.12_all.deb ...
Unpacking software-properties-common (0.99.9.12) over (0.99.9.8) ...
Preparing to unpack .../python3-software-properties_0.99.9.12_all.deb ...
Unpacking python3-software-properties (0.99.9.12) over (0.99.9.8) ...
Setting up apt-transport-https (2.0.10) ...
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
26 added, 17 removed; done.
Setting up python3-software-properties (0.99.9.12) ...
Setting up software-properties-common (0.99.9.12) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for dbus (1.12.16-2ubuntu2.1) ...
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.
OK

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

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

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

0% [Connecting to security.ubuntu.com (185.125.190.39)] [Connected to download.
                                                                               
Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease

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

0% [Waiting for headers] [Waiting for headers]
                                              
Get:6 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]

0% [Waiting for headers] [6 InRelease 15.9 kB/57.7 kB 28%]
                                                          
Hit:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease

                                                          
0% [6 InRelease 32.3 kB/57.7 kB 56%]
                                    
0% [Working]
0% [Working]
0% [Working]
0% [Working]
0% [Working]
0% [Working]
68% [Working]
             
Get:9 https://download.docker.com/linux/ubuntu focal/stable amd64 Packages [38.8 kB]

73% [9 Packages 6853 B/38.8 kB 18%]
                                   
100% [Working]
100% [9 Packages store 0 B]
                           
100% [Working]
              
Fetched 96.4 kB in 1s (75.6 kB/s)

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 2%

Reading package lists... 2%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 28%

Reading package lists... 28%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 48%

Reading package lists... 50%

Reading package lists... 50%

Reading package lists... 56%

Reading package lists... 56%

Reading package lists... 63%

Reading package lists... 63%

Reading package lists... 67%

Reading package lists... 67%

Reading package lists... 70%

Reading package lists... 70%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 84%

Reading package lists... 84%

Reading package lists... 92%

Reading package lists... 92%

Reading package lists... 95%

Reading package lists... 95%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... Done

W: Conflicting distribution: http://172.21.249.4:53513/release unstable Release (expected unstable but got )
W: Conflicting distribution: http://172.21.249.4:53513/release unstable Release (expected unstable but got )

Reading package lists... 0%

Reading package lists... 100%

Reading package lists... Done


Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       


Reading state information... 0%

Reading state information... 0%

Reading state information... Done

The following additional packages will be installed:
  containerd.io docker-buildx-plugin docker-ce-cli docker-ce-rootless-extras
  docker-compose-plugin pigz slirp4netns
Suggested packages:
  aufs-tools cgroupfs-mount | cgroup-lite
The following NEW packages will be installed:
  containerd.io docker-buildx-plugin docker-ce docker-ce-cli
  docker-ce-rootless-extras docker-compose-plugin pigz slirp4netns
0 upgraded, 8 newly installed, 0 to remove and 223 not upgraded.
Need to get 119 MB of archives.
After this operation, 424 MB of additional disk space will be used.

0% [Working]
            
Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pigz amd64 2.4-1 [57.4 kB]

0% [1 pigz 14.2 kB/57.4 kB 25%] [Connected to download.docker.com (52.222.144.4
                                                                               
Get:2 https://download.docker.com/linux/ubuntu focal/stable amd64 containerd.io amd64 1.6.28-1 [29.6 MB]

                                                                               
0% [1 pigz 49.0 kB/57.4 kB 85%] [2 containerd.io 0 B/29.6 MB 0%]
                                                                
3% [2 containerd.io 16.4 kB/29.6 MB 0%]
                                       
Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 slirp4netns amd64 0.4.3-1 [74.3 kB]

3% [3 slirp4netns 5510 B/74.3 kB 7%] [2 containerd.io 113 kB/29.6 MB 0%]
                                                                        
5% [2 containerd.io 414 kB/29.6 MB 1%]
                                      
28% [Working]
             
Get:4 https://download.docker.com/linux/ubuntu focal/stable amd64 docker-buildx-plugin amd64 0.13.0-1~ubuntu.20.04~focal [29.5 MB]

28% [4 docker-buildx-plugin 0 B/29.5 MB 0%]
                                           
50% [Working]
             
Get:5 https://download.docker.com/linux/ubuntu focal/stable amd64 docker-ce-cli amd64 5:25.0.4-1~ubuntu.20.04~focal [13.7 MB]

50% [5 docker-ce-cli 0 B/13.7 MB 0%]
                                    
62% [Working]
             
Get:6 https://download.docker.com/linux/ubuntu focal/stable amd64 docker-ce amd64 5:25.0.4-1~ubuntu.20.04~focal [24.3 MB]

62% [6 docker-ce 0 B/24.3 MB 0%]
                                
81% [Working]
             
Get:7 https://download.docker.com/linux/ubuntu focal/stable amd64 docker-ce-rootless-extras amd64 5:25.0.4-1~ubuntu.20.04~focal [9327 kB]

81% [7 docker-ce-rootless-extras 0 B/9327 kB 0%]
                                                
89% [Working]
             
Get:8 https://download.docker.com/linux/ubuntu focal/stable amd64 docker-compose-plugin amd64 2.24.7-1~ubuntu.20.04~focal [12.1 MB]

89% [8 docker-compose-plugin 0 B/12.1 MB 0%]
                                            
100% [Working]
              
Fetched 119 MB in 2s (58.0 MB/s)
Selecting previously unselected package pigz.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 65105 files and directories currently installed.)
Preparing to unpack .../0-pigz_2.4-1_amd64.deb ...
Unpacking pigz (2.4-1) ...
Selecting previously unselected package containerd.io.
Preparing to unpack .../1-containerd.io_1.6.28-1_amd64.deb ...
Unpacking containerd.io (1.6.28-1) ...
Selecting previously unselected package docker-buildx-plugin.
Preparing to unpack .../2-docker-buildx-plugin_0.13.0-1~ubuntu.20.04~focal_amd64.deb ...
Unpacking docker-buildx-plugin (0.13.0-1~ubuntu.20.04~focal) ...
Selecting previously unselected package docker-ce-cli.
Preparing to unpack .../3-docker-ce-cli_5%3a25.0.4-1~ubuntu.20.04~focal_amd64.deb ...
Unpacking docker-ce-cli (5:25.0.4-1~ubuntu.20.04~focal) ...
Selecting previously unselected package docker-ce.
Preparing to unpack .../4-docker-ce_5%3a25.0.4-1~ubuntu.20.04~focal_amd64.deb ...
Unpacking docker-ce (5:25.0.4-1~ubuntu.20.04~focal) ...
Selecting previously unselected package docker-ce-rootless-extras.
Preparing to unpack .../5-docker-ce-rootless-extras_5%3a25.0.4-1~ubuntu.20.04~focal_amd64.deb ...
Unpacking docker-ce-rootless-extras (5:25.0.4-1~ubuntu.20.04~focal) ...
Selecting previously unselected package docker-compose-plugin.
Preparing to unpack .../6-docker-compose-plugin_2.24.7-1~ubuntu.20.04~focal_amd64.deb ...
Unpacking docker-compose-plugin (2.24.7-1~ubuntu.20.04~focal) ...
Selecting previously unselected package slirp4netns.
Preparing to unpack .../7-slirp4netns_0.4.3-1_amd64.deb ...
Unpacking slirp4netns (0.4.3-1) ...
Setting up slirp4netns (0.4.3-1) ...
Setting up docker-buildx-plugin (0.13.0-1~ubuntu.20.04~focal) ...
Setting up containerd.io (1.6.28-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
Setting up docker-compose-plugin (2.24.7-1~ubuntu.20.04~focal) ...
Setting up docker-ce-cli (5:25.0.4-1~ubuntu.20.04~focal) ...
Setting up pigz (2.4-1) ...
Setting up docker-ce-rootless-extras (5:25.0.4-1~ubuntu.20.04~focal) ...
Setting up docker-ce (5:25.0.4-1~ubuntu.20.04~focal) ...
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for systemd (245.4-4ubuntu3.23) ...
Adding user to group 'docker'
... restarted Docker service
Configuring docker proxy ...
... restarted Docker service again
Client: Docker Engine - Community
 Version:           25.0.4
 API version:       1.44
 Go version:        go1.21.8
 Git commit:        1a576c5
 Built:             Wed Mar  6 16:32:14 2024
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          25.0.4
  API version:      1.44 (minimum version 1.24)
  Go version:       go1.21.8
  Git commit:       061aa95
  Built:            Wed Mar  6 16:32:14 2024
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.28
  GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
 runc:
  Version:          1.1.12
  GitCommit:        v1.1.12-0-g51d5e94
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
... Docker CE installation done
Track docker_ce docker_ce_ok: https://osm.etsi.org/InstallLog.php?&installation_id=1710347394-lPGu5ypy6rNXxd9c&local_ts=1710347468&event=docker_ce&operation=docker_ce_ok&value=&comment=&tags=
Creating folders for installation
DEBUG_INSTALL=
DEFAULT_IP=172.21.248.127
OSM_DEVOPS=/usr/share/osm-devops
OSM_CLUSTER_WORK_DIR=/etc/osm/docker
INSTALL_K8S_MONITOR=
HOME=/home/ubuntu

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

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

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

0% [Connecting to security.ubuntu.com (91.189.91.83)] [Connected to download.do
                                                                               
Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease

                                                                               
0% [Connecting to security.ubuntu.com (91.189.91.83)] [Waiting for headers]
                                                                           
Hit:5 https://download.docker.com/linux/ubuntu focal InRelease

0% [Waiting for headers] [Connecting to security.ubuntu.com (91.189.91.83)]
0% [Waiting for headers] [Connecting to security.ubuntu.com (91.189.91.83)]
                                                                           
Hit:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease

                                                                           
0% [Connecting to security.ubuntu.com (91.189.91.83)]
                                                     
0% [Waiting for headers]
                        
Hit:8 http://security.ubuntu.com/ubuntu focal-security InRelease

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

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 2%

Reading package lists... 2%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 28%

Reading package lists... 28%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 43%

Reading package lists... 50%

Reading package lists... 50%

Reading package lists... 56%

Reading package lists... 56%

Reading package lists... 63%

Reading package lists... 63%

Reading package lists... 67%

Reading package lists... 67%

Reading package lists... 70%

Reading package lists... 70%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 84%

Reading package lists... 84%

Reading package lists... 92%

Reading package lists... 92%

Reading package lists... 95%

Reading package lists... 95%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... Done

W: Conflicting distribution: http://172.21.249.4:53513/release unstable Release (expected unstable but got )

Reading package lists... 0%

Reading package lists... 100%

Reading package lists... Done


Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       


Reading state information... 0%

Reading state information... 0%

Reading state information... Done

ca-certificates is already the newest version (20230311ubuntu0.20.04.1).
ca-certificates set to manually installed.
apt-transport-https is already the newest version (2.0.10).
The following additional packages will be installed:
  libcurl4
The following packages will be upgraded:
  curl libcurl4
2 upgraded, 0 newly installed, 0 to remove and 221 not upgraded.
Need to get 396 kB of archives.
After this operation, 10.2 kB of additional disk space will be used.

0% [Working]
            
Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.21 [161 kB]

3% [1 curl 14.2 kB/161 kB 9%]
                             
43% [Working]
             
Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.21 [235 kB]

45% [2 libcurl4 12.7 kB/235 kB 5%]
                                  
100% [Working]
              
Fetched 396 kB in 0s (1247 kB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 65359 files and directories currently installed.)
Preparing to unpack .../curl_7.68.0-1ubuntu2.21_amd64.deb ...
Unpacking curl (7.68.0-1ubuntu2.21) over (7.68.0-1ubuntu2.7) ...
Preparing to unpack .../libcurl4_7.68.0-1ubuntu2.21_amd64.deb ...
Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.21) over (7.68.0-1ubuntu2.7) ...
Setting up libcurl4:amd64 (7.68.0-1ubuntu2.21) ...
Setting up curl (7.68.0-1ubuntu2.21) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
deb [signed-by=/etc/apt/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main

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

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

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

0% [Connecting to security.ubuntu.com (91.189.91.82)] [Connected to download.do
                                                                               
Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease

0% [Connecting to security.ubuntu.com (91.189.91.82)] [Connected to download.do
                                                                               
Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease

0% [Connecting to security.ubuntu.com (91.189.91.82)] [Waiting for headers] [Co
                                                                               
Hit:6 https://download.docker.com/linux/ubuntu focal InRelease

                                                                               
0% [Waiting for headers] [Connected to apt.kubernetes.io (34.107.204.206)]
0% [Waiting for headers] [Connected to apt.kubernetes.io (34.107.204.206)]
                                                                          
Hit:8 http://security.ubuntu.com/ubuntu focal-security InRelease

                                                                          
0% [Waiting for headers]
0% [Waiting for headers]
                        
0% [Working]
0% [Connected to packages.cloud.google.com (142.250.181.238)]
                                                             
Ign:9 https://packages.cloud.google.com/apt kubernetes-xenial InRelease

                                                             
0% [Working]
0% [Waiting for headers]
                        
0% [Working]
            
Err:10 https://packages.cloud.google.com/apt kubernetes-xenial Release
  404  Not Found [IP: 142.250.181.238 443]

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

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 2%

Reading package lists... 2%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 4%

Reading package lists... 28%

Reading package lists... 28%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 41%

Reading package lists... 46%

Reading package lists... 50%

Reading package lists... 50%

Reading package lists... 56%

Reading package lists... 56%

Reading package lists... 63%

Reading package lists... 63%

Reading package lists... 67%

Reading package lists... 67%

Reading package lists... 70%

Reading package lists... 70%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 71%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 79%

Reading package lists... 79%

Reading package lists... 84%

Reading package lists... 84%

Reading package lists... 92%

Reading package lists... 92%

Reading package lists... 95%

Reading package lists... 95%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... 99%

Reading package lists... Done

W: Conflicting distribution: http://172.21.249.4:53513/release unstable Release (expected unstable but got )
E: The repository 'https://apt.kubernetes.io kubernetes-xenial Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Installing Kubernetes Packages ...

Reading package lists... 0%

Reading package lists... 100%

Reading package lists... Done


Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       


Reading state information... 0%

Reading state information... 0%

Reading state information... Done

E: Unable to locate package kubelet
E: Unable to locate package kubeadm
E: Unable to locate package kubectl
E: Unable to locate package kubelet
E: Unable to locate package kubeadm
E: Unable to locate package kubectl
E: No packages found
dpkg-query: package 'kubelet' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.

### Wed Mar 13 16:31:22 UTC 2024 check_and_track_kube_install: FATAL error: k8scluster Kubelet was not installed.
Track end fatal: https://osm.etsi.org/InstallLog.php?&installation_id=1710347394-lPGu5ypy6rNXxd9c&local_ts=1710347482&event=end&operation=fatal&value=k8scluster&comment='Kubelet_was_not_installed.'&tags=
BACKTRACE:
### FATAL_TRACK /usr/share/osm-devops/common/logging 40
### check_and_track_kube_install /usr/share/osm-devops/installers/install_kubeadm_cluster.sh 41
### main /usr/share/osm-devops/installers/install_kubeadm_cluster.sh 356
### MAIN non_file_source 0
### MAIN non_file_source 
### MAIN non_file_source 
### MAIN non_file_source 
### MAIN non_file_source 
### MAIN non_file_source 
### MAIN non_file_source 
-------

### Wed Mar 13 16:31:23 UTC 2024 install_osm: FATAL error: k8scluster install_kubeadm_cluster.sh failed
Track end fatal: https://osm.etsi.org/InstallLog.php?&installation_id=1710347394-lPGu5ypy6rNXxd9c&local_ts=1710347483&event=end&operation=fatal&value=k8scluster&comment='install_kubeadm_cluster.sh_failed'&tags=
BACKTRACE:
### FATAL_TRACK /usr/share/osm-devops/common/logging 40
### install_osm /usr/share/osm-devops/installers/full_install_osm.sh 678
### main /usr/share/osm-devops/installers/full_install_osm.sh 1197
### MAIN non_file_source 0
### MAIN non_file_source 
### MAIN non_file_source 
### MAIN non_file_source 
### MAIN non_file_source 
### MAIN non_file_source 
### MAIN non_file_source 
-------
Failed command osm-v120-301#5930 with status 1: 
                                ./install_osm.sh -y                                     -u http://172.21.249.4:53513                                     -k pubkey.asc                                     -R release -r unstable                                     -d ****:****@osm.etsi.org:5050/devops/cicd/                                     -p http://172.21.1.1:5000                                     -t osm-v120-301
                            
Disconnected from osm-v120-301[172.21.248.127:22]
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] stage
[Pipeline] { (Archive Container Logs)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cleanup)
[Pipeline] echo
Deleting VM: 32fe08b5-9dca-4a82-bb6a-eeb5c8fb9458
[Pipeline] sh
[osm-stage_3_v12.0] Running shell script
[Pipeline] sh
[osm-stage_3_v12.0] Running shell script
+ docker stop osm-v120-301-apache
osm-v120-301-apache
[Pipeline] sh
[osm-stage_3_v12.0] Running shell script
+ docker rm osm-v120-301-apache
osm-v120-301-apache
[Pipeline] sh
[osm-stage_3_v12.0] Running shell script
+ rm -rf /tmp/tmp.n2CPGDEIfZ
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to osm-cicd-4
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:1001)
		at org.jenkinsci.plugins.sshsteps.steps.CommandStep$Execution.run(CommandStep.java:72)
		at org.jenkinsci.plugins.sshsteps.util.SSHStepExecution.lambda$start$0(SSHStepExecution.java:84)
		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
		at java.lang.Thread.run(Thread.java:748)
org.hidetake.groovy.ssh.session.BadExitStatusException: Command returned exit status 1: 
                                ./install_osm.sh -y                                     -u http://172.21.249.4:53513                                     -k pubkey.asc                                     -R release -r unstable                                     -d jenkins:3BEdRovkm-bNrZKDg-_p@osm.etsi.org:5050/devops/cicd/                                     -p http://172.21.1.1:5000                                     -t osm-v120-301
                            
	at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:490)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
	at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77)
	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:255)
	at org.hidetake.groovy.ssh.session.execution.Command$Helper.execute(Command.groovy:52)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:566)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
	at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrapNoCoerce.invoke(StaticMetaMethodSite.java:151)
	at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:91)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:141)
	at org.hidetake.groovy.ssh.session.execution.Command$Trait$Helper.execute(Command.groovy:30)
	at org.hidetake.groovy.ssh.session.execution.Command$Trait$Helper$execute$0.call(Unknown Source)
	at org.hidetake.groovy.ssh.session.SessionHandler.execute(SessionHandler.groovy)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:566)
	at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:169)
	at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:71)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:133)
	at org.hidetake.groovy.ssh.session.execution.Command$Trait$Helper.execute(Command.groovy)
	at org.hidetake.groovy.ssh.session.execution.Command$Trait$Helper$execute.call(Unknown Source)
	at org.hidetake.groovy.ssh.session.SessionHandler.execute(SessionHandler.groovy)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:566)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:384)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1022)
	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:69)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:166)
	at org.jenkinsci.plugins.sshsteps.SSHService$_executeCommand_closure3$_closure13.doCall(SSHService.groovy:182)
	at org.jenkinsci.plugins.sshsteps.SSHService$_executeCommand_closure3$_closure13.doCall(SSHService.groovy)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:566)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:294)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1022)
	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:42)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:57)
	at org.hidetake.groovy.ssh.util.Utility.callWithDelegate(Utility.groovy:17)
	at jdk.internal.reflect.GeneratedMethodAccessor39894.invoke(Unknown Source)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:566)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.invoke(StaticMetaMethodSite.java:46)
	at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:214)
	at org.hidetake.groovy.ssh.session.SessionTask.wetRun(SessionTask.groovy:64)
	at org.hidetake.groovy.ssh.session.SessionTask.call(SessionTask.groovy:48)
	at java_util_concurrent_Callable$call.call(Unknown Source)
	at org.hidetake.groovy.ssh.core.Service.run(Service.groovy:81)
	at org.hidetake.groovy.ssh.core.Service$run$0.call(Unknown Source)
	at org.jenkinsci.plugins.sshsteps.SSHService.executeCommand(SSHService.groovy:177)
	at org.jenkinsci.plugins.sshsteps.steps.CommandStep$Execution$CommandCallable.execute(CommandStep.java:84)
	at org.jenkinsci.plugins.sshsteps.util.SSHMasterToSlaveCallable.call(SSHMasterToSlaveCallable.java:32)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.lang.Thread.run(Thread.java:829)
Finished: FAILURE