FailedConsole Output

Skipping 299 KB.. Full Log
[Airflow] [Airflow] Running shell script
[Airflow] + docker tag opensourcemano/airflow:osm-v140-merge-335 osm.etsi.org:5050/devops/cicd/opensourcemano/airflow:osm-v140-merge-335
[Pipeline] [Webhook] echo
[Webhook] Tagging webhook:osm-v140-merge-335
[Pipeline] [Webhook] sh
[Webhook] [Webhook] Running shell script
[Webhook] + docker tag opensourcemano/webhook:osm-v140-merge-335 osm.etsi.org:5050/devops/cicd/opensourcemano/webhook:osm-v140-merge-335
[Pipeline] [NBI] echo
[NBI] Tagging nbi:osm-v140-merge-335
[Pipeline] [NBI] sh
[PLA] 
[PLA] 
[PLA]  ---> Using cache
[PLA]  ---> 711bd2cb714d
[PLA] Step 13/39 : RUN tar -zxf /minizinc.tgz &&     mv /MiniZincIDE-2.4.2-bundle-linux /minizinc
[PLA]  ---> Using cache
[PLA]  ---> 9b11d7e902c6
[PLA] Step 14/39 : FROM ubuntu:22.04 as FINAL
[PLA]  ---> 52882761a72a
[PLA] Step 15/39 : ARG APT_PROXY
[PLA]  ---> Using cache
[PLA]  ---> bf8675204e26
[PLA] Step 16/39 : 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]  ---> 6b16749f3331
[PLA] Step 17/39 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     python3-minimal=3.10.*     && rm -rf /var/lib/apt/lists/*
[PLA]  ---> Using cache
[PLA]  ---> 862dd2a755cf
[PLA] Step 18/39 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[PLA]  ---> Using cache
[PLA]  ---> 0c3027206fb1
[PLA] Step 19/39 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[PLA]  ---> Using cache
[PLA]  ---> 209a4a4efc0e
[PLA] Step 20/39 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[PLA]  ---> Using cache
[PLA]  ---> 81fc1a57f2c6
[PLA] Step 21/39 : LABEL authors="Lars-Göran Magnusson"
[PLA]  ---> Using cache
[PLA]  ---> f62b5775baa6
[PLA] Step 22/39 : COPY --from=INSTALL /usr/bin/osm* /usr/bin/
[NG-UI] Removing intermediate container 507801728f40
[NG-UI]  ---> 6d94dded763f
[NG-UI] Step 10/23 : WORKDIR /usr/share/osm-ngui
[NG-UI]  ---> Running in fe1d8a39a313
[NG-UI] Removing intermediate container fe1d8a39a313
[NG-UI]  ---> e5bf7c65754d
[NG-UI] Step 11/23 : RUN npm install
[NG-UI]  ---> Running in 620aeea16d46
[NBI] [NBI] Running shell script
[NBI] + docker tag opensourcemano/nbi:osm-v140-merge-335 osm.etsi.org:5050/devops/cicd/opensourcemano/nbi:osm-v140-merge-335
[PLA]  ---> Using cache
[PLA]  ---> ad56d8a57577
[PLA] Step 23/39 : COPY --from=INSTALL /minizinc /minizinc
[PLA]  ---> Using cache
[PLA]  ---> b7880ca8f4f5
[PLA] Step 24/39 : RUN mkdir /entry_data &&     mkdir /placement &&     mkdir /entry_data/mzn-lib &&     ln -s /entry_data/mzn-lib /minizinc/share/minizinc/exec
[PLA]  ---> Using cache
[PLA]  ---> d942316757f3
[PLA] Step 25/39 : COPY scripts/ /app/osm_pla/scripts/
[PLA]  ---> Using cache
[PLA]  ---> 0581a7eaf3a6
[PLA] Step 26/39 : 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]  ---> Using cache
[PLA]  ---> 28074cf0d12f
[PLA] Step 27/39 : WORKDIR /app/osm_pla
[PLA]  ---> Using cache
[PLA]  ---> eacf98ab48a9
[PLA] Step 28/39 : USER appuser
[PLA]  ---> Using cache
[PLA]  ---> c3e6e11e868b
[PLA] Step 29/39 : ENV OSMPLA_MESSAGE_DRIVER kafka
[PLA]  ---> Using cache
[PLA]  ---> 618ffbb1fbd8
[PLA] Step 30/39 : ENV OSMPLA_MESSAGE_HOST kafka
[PLA]  ---> Using cache
[PLA]  ---> 4de609db32f7
[PLA] Step 31/39 : ENV OSMPLA_MESSAGE_PORT 9092
[PLA]  ---> Using cache
[PLA]  ---> 5f13c4f269ba
[PLA] Step 32/39 : ENV OSMPLA_DATABASE_DRIVER mongo
[PLA]  ---> Using cache
[PLA]  ---> 14d8e4384ece
[PLA] Step 33/39 : ENV OSMPLA_DATABASE_URI mongodb://mongo:27017
[PLA]  ---> Using cache
[PLA]  ---> 639a5b6e55a2
[PLA] Step 34/39 : ENV OSMPLA_SQL_DATABASE_URI sqlite:///pla_sqlite.db
[PLA]  ---> Using cache
[PLA]  ---> 63c3aa78df79
[PLA] Step 35/39 : ENV OSMPLA_GLOBAL_LOG_LEVEL INFO
[PLA]  ---> Using cache
[PLA]  ---> d6eeee10f917
[PLA] Step 36/39 : ENV FZNEXEC "/entry_data/fzn-exec"
[PLA]  ---> Using cache
[PLA]  ---> 7ab078686872
[PLA] Step 37/39 : ENV PATH "/minizinc/bin:${PATH}"
[PLA]  ---> Using cache
[PLA]  ---> 07cf831d0a43
[PLA] Step 38/39 : ENV LD_LIBRARY_PATH "/minizinc/lib:${LD_LIBRARY_PATH}"
[PLA]  ---> Using cache
[PLA]  ---> 7f98bd58d972
[PLA] Step 39/39 : CMD [ "/bin/bash", "scripts/start.sh" ]
[PLA]  ---> Using cache
[PLA]  ---> 6c050646897f
[PLA] [Warning] One or more build-args [OSM_TESTS_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_NGUI_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL CACHE_DATE PYTHON3_OSM_IM_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_DEVOPS_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROVIM_OPENVIM_URL OSM_IMDOCS_URL PYTHON3_N2VC_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_NG_RO_URL] were not consumed
[PLA] Successfully built 6c050646897f
[PLA] Successfully tagged opensourcemano/pla:osm-v140-merge-335
[Pipeline] [LCM] sh
[LCM] [LCM] Running shell script
[LCM] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/lcm:osm-v140-merge-335
[LCM] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/lcm]
[LCM] 1c0a57e6426f: Preparing
[LCM] 109a5f8eab81: Preparing
[LCM] 60792d80dd47: Preparing
[LCM] 553477cb47a2: Preparing
[LCM] 253fdee3ddb5: Preparing
[LCM] a2b9aa305803: Preparing
[LCM] 6dfaec986aa1: Preparing
[LCM] 7e328951d4ba: Preparing
[LCM] 3a2311ea4ec3: Preparing
[LCM] 0a2d8de454b1: Preparing
[LCM] 23dc89092b07: Preparing
[LCM] a2b9aa305803: Waiting
[LCM] 7e7d7b93e121: Preparing
[LCM] 6dfaec986aa1: Waiting
[LCM] d8f0bec2db36: Preparing
[LCM] e7dd7dfa9226: Preparing
[LCM] bddd493a7bbd: Preparing
[LCM] 7e328951d4ba: Waiting
[LCM] 3a2311ea4ec3: Waiting
[LCM] f2cd04a90f42: Preparing
[LCM] 0a2d8de454b1: Waiting
[LCM] 629ca62fb7c7: Preparing
[LCM] 7e7d7b93e121: Waiting
[LCM] 23dc89092b07: Waiting
[LCM] d8f0bec2db36: Waiting
[LCM] e7dd7dfa9226: Waiting
[LCM] bddd493a7bbd: Waiting
[LCM] f2cd04a90f42: Waiting
[LCM] 629ca62fb7c7: Waiting
[LCM] 60792d80dd47: Layer already exists
[LCM] a2b9aa305803: Layer already exists
[LCM] 6dfaec986aa1: Layer already exists
[LCM] 7e328951d4ba: Layer already exists
[LCM] 253fdee3ddb5: Layer already exists
[LCM] 1c0a57e6426f: Layer already exists
[LCM] 109a5f8eab81: Layer already exists
[Pipeline] [Keystone] sh
[Keystone] [Keystone] Running shell script
[Keystone] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/keystone:osm-v140-merge-335
[Keystone] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/keystone]
[Keystone] 199e5ea1a8dd: Preparing
[Keystone] ae5ce9db59a2: Preparing
[Keystone] c82ceb6d2b40: Preparing
[Keystone] e9f3756e2ddc: Preparing
[Keystone] 5b57484ce940: Preparing
[Keystone] f2cd04a90f42: Preparing
[Keystone] 629ca62fb7c7: Preparing
[Keystone] c82ceb6d2b40: Waiting
[Keystone] 199e5ea1a8dd: Waiting
[Keystone] ae5ce9db59a2: Waiting
[Keystone] e9f3756e2ddc: Waiting
[Keystone] f2cd04a90f42: Waiting
[Keystone] 5b57484ce940: Waiting
[Keystone] 629ca62fb7c7: Waiting
[Pipeline] [MON] sh
[MON] [MON] Running shell script
[MON] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/mon:osm-v140-merge-335
[MON] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/mon]
[MON] 60f9430d9a80: Preparing
[MON] bb43d235ecfb: Preparing
[MON] 8715b689bc29: Preparing
[MON] 0d1c37c2ca0f: Preparing
[MON] d3510b4bfc3c: Preparing
[MON] b34d423a036a: Preparing
[MON] 0f412f856c69: Preparing
[MON] 5175d9f7572d: Preparing
[MON] 59c250a5b1e1: Preparing
[MON] d3510b4bfc3c: Waiting
[MON] b34d423a036a: Waiting
[MON] 8715b689bc29: Waiting
[MON] 60f9430d9a80: Waiting
[MON] 0f412f856c69: Waiting
[MON] 0d1c37c2ca0f: Waiting
[MON] bb43d235ecfb: Waiting
[MON] 5175d9f7572d: Waiting
[MON] 59c250a5b1e1: Waiting
[MON] fbe0a9d95a51: Preparing
[MON] a37e5ee9734f: Preparing
[MON] 532c1648d1d4: Preparing
[MON] bddd493a7bbd: Preparing
[MON] f2cd04a90f42: Preparing
[MON] 629ca62fb7c7: Preparing
[MON] fbe0a9d95a51: Waiting
[MON] a37e5ee9734f: Waiting
[MON] 532c1648d1d4: Waiting
[MON] bddd493a7bbd: Waiting
[MON] f2cd04a90f42: Waiting
[MON] 629ca62fb7c7: Waiting
[Pipeline] [POL] sh
[POL] [POL] Running shell script
[POL] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/pol:osm-v140-merge-335
[Pipeline] [Prometheus] sh
[Prometheus] [Prometheus] Running shell script
[Prometheus] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/prometheus:osm-v140-merge-335
[Pipeline] [osmclient] sh
[osmclient] [osmclient] Running shell script
[osmclient] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/osmclient:osm-v140-merge-335
[Pipeline] [Airflow] sh
[Airflow] [Airflow] Running shell script
[Airflow] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/airflow:osm-v140-merge-335
[Pipeline] [Webhook] sh
[Webhook] [Webhook] Running shell script
[Pipeline] [NBI] sh
[RO] Removing intermediate container 21d967c67da8
[RO]  ---> 0c721ee9b102
[RO] Step 25/60 : RUN dpkg -i *.deb
[RO]  ---> Running in eb2bc2595abd
[RO] Selecting previously unselected package python3-osm-common.
[RO] (Reading database ... 16248 files and directories currently installed.)
[RO] Preparing to unpack python3-osm-common_14.0.2+gdf51104-1_all.deb ...
[RO] Unpacking python3-osm-common (14.0.2+gdf51104-1) ...
[RO] Selecting previously unselected package python3-osm-ng-ro.
[RO] Preparing to unpack python3-osm-ng-ro_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-ng-ro (14.0.2.post3+gb4ba3ea-1) ...
[RO] Selecting previously unselected package python3-osm-ro-plugin.
[RO] Preparing to unpack python3-osm-ro-plugin_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-ro-plugin (14.0.2.post3+gb4ba3ea-1) ...
[RO] Selecting previously unselected package python3-osm-rosdn-arista-cloudvision.
[RO] Preparing to unpack python3-osm-rosdn-arista-cloudvision_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rosdn-arista-cloudvision (14.0.2.post3+gb4ba3ea-1) ...
[RO] Selecting previously unselected package python3-osm-rosdn-dpb.
[RO] Preparing to unpack python3-osm-rosdn-dpb_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rosdn-dpb (14.0.2.post3+gb4ba3ea-1) ...
[Webhook] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/webhook:osm-v140-merge-335
[NBI] [NBI] Running shell script
[NBI] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/nbi:osm-v140-merge-335
[Pipeline] [PLA] echo
[PLA] Tagging pla:osm-v140-merge-335
[Pipeline] [PLA] sh
[RO] Selecting previously unselected package python3-osm-rosdn-dynpac.
[RO] Preparing to unpack python3-osm-rosdn-dynpac_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rosdn-dynpac (14.0.2.post3+gb4ba3ea-1) ...
[RO] Selecting previously unselected package python3-osm-rosdn-floodlightof.
[RO] Preparing to unpack python3-osm-rosdn-floodlightof_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rosdn-floodlightof (14.0.2.post3+gb4ba3ea-1) ...
[RO] Selecting previously unselected package python3-osm-rosdn-ietfl2vpn.
[RO] Preparing to unpack python3-osm-rosdn-ietfl2vpn_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rosdn-ietfl2vpn (14.0.2.post3+gb4ba3ea-1) ...
[RO] Selecting previously unselected package python3-osm-rosdn-juniper-contrail.
[RO] Preparing to unpack python3-osm-rosdn-juniper-contrail_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rosdn-juniper-contrail (14.0.2.post3+gb4ba3ea-1) ...
[RO] Selecting previously unselected package python3-osm-rosdn-odlof.
[RO] Preparing to unpack python3-osm-rosdn-odlof_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rosdn-odlof (14.0.2.post3+gb4ba3ea-1) ...
[LCM] 553477cb47a2: Layer already exists
[PLA] [PLA] Running shell script
[PLA] + docker tag opensourcemano/pla:osm-v140-merge-335 osm.etsi.org:5050/devops/cicd/opensourcemano/pla:osm-v140-merge-335
[Pipeline] [PLA] sh
[RO] Selecting previously unselected package python3-osm-rosdn-onos-vpls.
[RO] Preparing to unpack python3-osm-rosdn-onos-vpls_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rosdn-onos-vpls (14.0.2.post3+gb4ba3ea-1) ...
[RO] Selecting previously unselected package python3-osm-rosdn-onosof.
[RO] Preparing to unpack python3-osm-rosdn-onosof_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rosdn-onosof (14.0.2.post3+gb4ba3ea-1) ...
[RO] Selecting previously unselected package python3-osm-rovim-aws.
[RO] Preparing to unpack python3-osm-rovim-aws_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rovim-aws (14.0.2.post3+gb4ba3ea-1) ...
[RO] Selecting previously unselected package python3-osm-rovim-azure.
[RO] Preparing to unpack python3-osm-rovim-azure_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rovim-azure (14.0.2.post3+gb4ba3ea-1) ...
[RO] Selecting previously unselected package python3-osm-rovim-gcp.
[RO] Preparing to unpack python3-osm-rovim-gcp_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rovim-gcp (14.0.2.post3+gb4ba3ea-1) ...
[RO] Selecting previously unselected package python3-osm-rovim-openstack.
[RO] Preparing to unpack python3-osm-rovim-openstack_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rovim-openstack (14.0.2.post3+gb4ba3ea-1) ...
[RO] Selecting previously unselected package python3-osm-rovim-openvim.
[RO] Preparing to unpack python3-osm-rovim-openvim_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rovim-openvim (14.0.2.post3+gb4ba3ea-1) ...
[RO] Selecting previously unselected package python3-osm-rovim-vmware.
[RO] Preparing to unpack python3-osm-rovim-vmware_14.0.2.post3+gb4ba3ea-1_all.deb ...
[RO] Unpacking python3-osm-rovim-vmware (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-common (14.0.2+gdf51104-1) ...
[RO] Setting up python3-osm-ng-ro (14.0.2.post3+gb4ba3ea-1) ...
[PLA] [PLA] Running shell script
[PLA] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/pla:osm-v140-merge-335
[RO] Setting up python3-osm-ro-plugin (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rosdn-arista-cloudvision (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rosdn-dpb (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rosdn-dynpac (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rosdn-floodlightof (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rosdn-ietfl2vpn (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rosdn-juniper-contrail (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rosdn-odlof (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rosdn-onos-vpls (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rosdn-onosof (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rovim-aws (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rovim-azure (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rovim-gcp (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rovim-openstack (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rovim-openvim (14.0.2.post3+gb4ba3ea-1) ...
[RO] Setting up python3-osm-rovim-vmware (14.0.2.post3+gb4ba3ea-1) ...
[NBI] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/nbi]
[NBI] 55946f09e29a: Preparing
[NBI] 379402f8d9f3: Preparing
[NBI] fcf66da6d16c: Preparing
[NBI] 217ef7a48611: Preparing
[NBI] fee12427bc5d: Preparing
[NBI] 0dae782933a1: Preparing
[NBI] 0c2fad8cc194: Preparing
[NBI] bddd493a7bbd: Preparing
[NBI] f2cd04a90f42: Preparing
[NBI] 629ca62fb7c7: Preparing
[NBI] 0dae782933a1: Waiting
[NBI] 0c2fad8cc194: Waiting
[NBI] bddd493a7bbd: Waiting
[NBI] f2cd04a90f42: Waiting
[NBI] 629ca62fb7c7: Waiting
[NBI] 55946f09e29a: Waiting
[NBI] 379402f8d9f3: Waiting
[NBI] fcf66da6d16c: Waiting
[NBI] 217ef7a48611: Waiting
[NBI] fee12427bc5d: Waiting
[LCM] d8f0bec2db36: Layer already exists
[LCM] 23dc89092b07: Layer already exists
[LCM] 7e7d7b93e121: Layer already exists
[LCM] 0a2d8de454b1: Layer already exists
[LCM] 3a2311ea4ec3: Layer already exists
[LCM] e7dd7dfa9226: Layer already exists
[LCM] 629ca62fb7c7: Layer already exists
[LCM] bddd493a7bbd: Layer already exists
[LCM] f2cd04a90f42: Layer already exists
[LCM] osm-v140-merge-335: digest: sha256:fc15901ce70efbdac7bff0b6b879c720353ffa4b16f5a91bcc7bdd7b2d07cd33 size: 3896
[Keystone] c82ceb6d2b40: Layer already exists
[Keystone] e9f3756e2ddc: Layer already exists
[Keystone] 199e5ea1a8dd: Layer already exists
[Keystone] ae5ce9db59a2: Layer already exists
[Keystone] 5b57484ce940: Layer already exists
[Keystone] f2cd04a90f42: Layer already exists
[Keystone] 629ca62fb7c7: Layer already exists
[Keystone] osm-v140-merge-335: digest: sha256:3256f2f1ebacf68cd7b530d27058aabc890c2969dac504050722c77d818073dc size: 1782
[MON] 0d1c37c2ca0f: Layer already exists
[MON] 8715b689bc29: Layer already exists
[MON] bb43d235ecfb: Layer already exists
[MON] 60f9430d9a80: Layer already exists
[MON] d3510b4bfc3c: Layer already exists
[MON] 59c250a5b1e1: Layer already exists
[MON] 0f412f856c69: Layer already exists
[MON] 5175d9f7572d: Layer already exists
[MON] b34d423a036a: Layer already exists
[MON] fbe0a9d95a51: Layer already exists
[MON] bddd493a7bbd: Layer already exists
[MON] 532c1648d1d4: Layer already exists
[MON] f2cd04a90f42: Layer already exists
[MON] a37e5ee9734f: Layer already exists
[MON] 629ca62fb7c7: Layer already exists
[MON] osm-v140-merge-335: digest: sha256:39fb03a3798609956ecb14e385791e833c64313f57b3851cd0358a42a888ded9 size: 3466
[Pipeline] [Keystone] }
[tests] Submodule 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/native_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/native_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator'
[tests] Submodule 'charm-packages/native_k8s_scale_charm_vnf/charms/nginx-k8s/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/native_k8s_scale_charm_vnf/charms/nginx-k8s/mod/operator'
[tests] Submodule 'charm-packages/native_manual_scale_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/native_manual_scale_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator'
[tests] Submodule 'charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator'
[tests] Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm' (https://github.com/charmed-osm/charms.osm.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm'
[tests] Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator'
[tests] Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator'
[tests] Submodule 'charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator'
[tests] Submodule 'charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator'
[tests] Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers' (https://github.com/juju/charm-helpers.git) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers'
[tests] Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm'
[tests] Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator' (https://github.com/canonical/operator) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator'
[tests] Submodule 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm'
[tests] Submodule 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator' (https://github.com/canonical/operator) registered for path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator'
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator'...
[POL] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/pol]
[POL] 2c96aef1d9ad: Preparing
[POL] 6b317e419f90: Preparing
[POL] 980d860432df: Preparing
[POL] 0d89c7f7532b: Preparing
[POL] c56360328a2a: Preparing
[POL] 76c56aa82173: Preparing
[POL] 2f6458056aff: Preparing
[POL] 6fa814792c82: Preparing
[POL] 3ef2260e5edb: Preparing
[POL] eb8f352678a8: Preparing
[POL] 2c96aef1d9ad: Waiting
[POL] 6b317e419f90: Waiting
[POL] 980d860432df: Waiting
[POL] 0d89c7f7532b: Waiting
[POL] c56360328a2a: Waiting
[POL] 76c56aa82173: Waiting
[POL] 2f6458056aff: Waiting
[POL] 3ef2260e5edb: Waiting
[POL] 6fa814792c82: Waiting
[POL] b61e85c14c0a: Preparing
[POL] bddd493a7bbd: Preparing
[POL] f2cd04a90f42: Preparing
[POL] 629ca62fb7c7: Preparing
[POL] eb8f352678a8: Waiting
[POL] b61e85c14c0a: Waiting
[POL] bddd493a7bbd: Waiting
[POL] f2cd04a90f42: Waiting
[POL] 629ca62fb7c7: Waiting
[POL] 2c96aef1d9ad: Layer already exists
[POL] 0d89c7f7532b: Layer already exists
[POL] c56360328a2a: Layer already exists
[POL] 6b317e419f90: Layer already exists
[POL] 980d860432df: Layer already exists
[POL] 3ef2260e5edb: Layer already exists
[POL] 76c56aa82173: Layer already exists
[POL] 6fa814792c82: Layer already exists
[Pipeline] [Keystone] // dir
[Pipeline] [Keystone] }
[Pipeline] [LCM] }
[Pipeline] [MON] }
[Prometheus] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/prometheus]
[Prometheus] 99158a63eb46: Preparing
[Prometheus] c5275a2b8ff5: Preparing
[Prometheus] f08ea3eaf30a: Preparing
[Prometheus] f9e5fe08e9d1: Preparing
[Prometheus] 6c0428c28706: Preparing
[Prometheus] f73705133a95: Preparing
[Prometheus] 22c1fba3d4f5: Preparing
[Prometheus] cbe4fb5e267b: Preparing
[Prometheus] 734c0f0b65c2: Preparing
[Prometheus] 8845ab872c1c: Preparing
[Prometheus] d7d4c2f9d26b: Preparing
[Prometheus] bbe1a212f7e9: Preparing
[Prometheus] 99158a63eb46: Waiting
[Prometheus] c5275a2b8ff5: Waiting
[Prometheus] f08ea3eaf30a: Waiting
[Prometheus] f9e5fe08e9d1: Waiting
[Prometheus] 6c0428c28706: Waiting
[Prometheus] f73705133a95: Waiting
[Prometheus] 22c1fba3d4f5: Waiting
[Prometheus] cbe4fb5e267b: Waiting
[Prometheus] 734c0f0b65c2: Waiting
[Prometheus] 8845ab872c1c: Waiting
[Prometheus] d7d4c2f9d26b: Waiting
[Prometheus] bbe1a212f7e9: Waiting
[NBI] fcf66da6d16c: Layer already exists
[NBI] fee12427bc5d: Layer already exists
[NBI] 55946f09e29a: Layer already exists
[NBI] 217ef7a48611: Layer already exists
[NBI] 379402f8d9f3: Layer already exists
[NBI] 0dae782933a1: Layer already exists
[NBI] bddd493a7bbd: Layer already exists
[NBI] 629ca62fb7c7: Layer already exists
[NBI] f2cd04a90f42: Layer already exists
[NBI] 0c2fad8cc194: Layer already exists
[NBI] osm-v140-merge-335: digest: sha256:5f295ff141036d6618e6cc24b0eba3d23dc5c7a83ee6c897a4ceb1ce13b28849 size: 2411
[Pipeline] [LCM] // dir
[Pipeline] [MON] // dir
[PLA] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/pla]
[PLA] bd0fdc8a63f4: Preparing
[PLA] 8f08619671f0: Preparing
[PLA] 1d4762e9c9e7: Preparing
[PLA] df2d14c4bc9d: Preparing
[PLA] 39ea95ac0b58: Preparing
[PLA] b251453667f9: Preparing
[PLA] 63c978daafc8: Preparing
[PLA] 5209a7a3115d: Preparing
[PLA] bddd493a7bbd: Preparing
[PLA] f2cd04a90f42: Preparing
[PLA] 8f08619671f0: Waiting
[PLA] 629ca62fb7c7: Preparing
[PLA] 1d4762e9c9e7: Waiting
[PLA] b251453667f9: Waiting
[PLA] df2d14c4bc9d: Waiting
[PLA] 63c978daafc8: Waiting
[PLA] 39ea95ac0b58: Waiting
[PLA] 5209a7a3115d: Waiting
[PLA] bddd493a7bbd: Waiting
[PLA] bd0fdc8a63f4: Waiting
[PLA] f2cd04a90f42: Waiting
[PLA] 629ca62fb7c7: Waiting
[Pipeline] [LCM] }
[Pipeline] [MON] }
[Pipeline] [NBI] }
[RO] Removing intermediate container eb2bc2595abd
[RO]  ---> 1fd77ac9ee7d
[RO] Step 26/60 : RUN pip3 install     -r /usr/lib/python3/dist-packages/osm_common/requirements.txt     -r /usr/lib/python3/dist-packages/osm_ng_ro/requirements.txt
[RO]  ---> Running in abbc31fe236f
[POL] 2f6458056aff: Layer already exists
[POL] b61e85c14c0a: Layer already exists
[POL] eb8f352678a8: Layer already exists
[POL] bddd493a7bbd: Layer already exists
[POL] f2cd04a90f42: Layer already exists
[POL] 629ca62fb7c7: Layer already exists
[osmclient] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/osmclient]
[osmclient] f8ffb8a0e2b1: Preparing
[osmclient] 1d0a3972aacd: Preparing
[osmclient] 1607b9224c66: Preparing
[osmclient] 11403b82e768: Preparing
[osmclient] db24ba16e2ce: Preparing
[osmclient] 45903dfd165e: Preparing
[osmclient] 08d1bd5f4d75: Preparing
[osmclient] bddd493a7bbd: Preparing
[osmclient] f2cd04a90f42: Preparing
[osmclient] 11403b82e768: Waiting
[osmclient] db24ba16e2ce: Waiting
[osmclient] 629ca62fb7c7: Preparing
[osmclient] 45903dfd165e: Waiting
[osmclient] 08d1bd5f4d75: Waiting
[osmclient] bddd493a7bbd: Waiting
[osmclient] f2cd04a90f42: Waiting
[osmclient] 629ca62fb7c7: Waiting
[osmclient] f8ffb8a0e2b1: Waiting
[osmclient] 1d0a3972aacd: Waiting
[osmclient] 1607b9224c66: Waiting
[Airflow] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/airflow]
[Airflow] 92fc3763e410: Preparing
[Airflow] 0daabb92b2e4: Preparing
[Airflow] a2bdc535dc68: Preparing
[Airflow] 36ab13413cb3: Preparing
[Airflow] 431e798de78c: Preparing
[Airflow] 8c3a9c4fcd2a: Preparing
[Airflow] 92fc3763e410: Waiting
[Airflow] 666c7c10351c: Preparing
[Airflow] 0daabb92b2e4: Waiting
[Airflow] e46f330691e9: Preparing
[Airflow] a2bdc535dc68: Waiting
[Airflow] 0d7b76078cce: Preparing
[Airflow] 36ab13413cb3: Waiting
[Airflow] bcc4db98aaf1: Preparing
[Airflow] 431e798de78c: Waiting
[Airflow] 666c7c10351c: Waiting
[Airflow] 58577a3ac668: Preparing
[Airflow] e46f330691e9: Waiting
[Airflow] 4828a6c451df: Preparing
[Airflow] 8c3a9c4fcd2a: Waiting
[Airflow] 0d7b76078cce: Waiting
[Airflow] bcc4db98aaf1: Waiting
[Airflow] fa9ab046628c: Preparing
[Airflow] 5f70bf18a086: Preparing
[Airflow] 58577a3ac668: Waiting
[Airflow] 4828a6c451df: Waiting
[Airflow] fa9ab046628c: Waiting
[Airflow] 8b4250c5d64d: Preparing
[Airflow] 5f70bf18a086: Waiting
[Airflow] af7b571f7ca8: Preparing
[Airflow] 8b4250c5d64d: Waiting
[Airflow] c57e7b07a3b2: Preparing
[Airflow] af7b571f7ca8: Waiting
[Airflow] f280206a86b2: Preparing
[Airflow] c57e7b07a3b2: Waiting
[Airflow] feb06c5db7c4: Preparing
[Airflow] b082288f25e1: Preparing
[Airflow] feb06c5db7c4: Waiting
[Airflow] 79d83185dd32: Preparing
[Airflow] ab84691a2eba: Preparing
[Airflow] b082288f25e1: Waiting
[Airflow] 30baed22bc16: Preparing
[Airflow] 79d83185dd32: Waiting
[Airflow] 26f2bb17348b: Preparing
[Airflow] 15b3067dc4be: Preparing
[Airflow] ab84691a2eba: Waiting
[Airflow] 30baed22bc16: Waiting
[Airflow] db70c9ea5e22: Preparing
[Airflow] 26f2bb17348b: Waiting
[Airflow] 31152b74f256: Preparing
[Airflow] 15b3067dc4be: Waiting
[Airflow] 8a2adc4b2731: Preparing
[Airflow] db70c9ea5e22: Waiting
[Airflow] 31152b74f256: Waiting
[Airflow] 7766968e5876: Preparing
[Airflow] 16af49539099: Preparing
[Airflow] 8a2adc4b2731: Waiting
[Airflow] 219c6c2423f1: Preparing
[Airflow] 7766968e5876: Waiting
[Airflow] 3af14c9a24c9: Preparing
[Airflow] 16af49539099: Waiting
[Airflow] 219c6c2423f1: Waiting
[Airflow] 3af14c9a24c9: Waiting
[Webhook] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/webhook]
[Webhook] e62e5696267e: Preparing
[Webhook] da82890f25c5: Preparing
[Webhook] 68057f052769: Preparing
[Webhook] 01992a8c3363: Preparing
[Webhook] a4da2f5cb6a9: Preparing
[Webhook] bddd493a7bbd: Preparing
[Webhook] f2cd04a90f42: Preparing
[Webhook] 629ca62fb7c7: Preparing
[Webhook] e62e5696267e: Waiting
[Webhook] da82890f25c5: Waiting
[Webhook] 68057f052769: Waiting
[Webhook] 01992a8c3363: Waiting
[Webhook] a4da2f5cb6a9: Waiting
[Webhook] bddd493a7bbd: Waiting
[Webhook] f2cd04a90f42: Waiting
[Webhook] 629ca62fb7c7: Waiting
[Webhook] a4da2f5cb6a9: Layer already exists
[Webhook] e62e5696267e: Layer already exists
[Webhook] da82890f25c5: Layer already exists
[Webhook] 68057f052769: Layer already exists
[Webhook] 01992a8c3363: Layer already exists
[Webhook] f2cd04a90f42: Layer already exists
[Webhook] 629ca62fb7c7: Layer already exists
[Webhook] bddd493a7bbd: Layer already exists
[Webhook] osm-v140-merge-335: digest: sha256:c8e58c19347423593cbfe3afa8306b34f6a265989fd34b1fad6cdc73658dd76b size: 1992
[Pipeline] [NBI] // dir
[osmclient] 11403b82e768: Layer already exists
[osmclient] f8ffb8a0e2b1: Layer already exists
[osmclient] 1d0a3972aacd: Layer already exists
[osmclient] 1607b9224c66: Layer already exists
[osmclient] db24ba16e2ce: Layer already exists
[osmclient] f2cd04a90f42: Layer already exists
[osmclient] 08d1bd5f4d75: Layer already exists
[osmclient] 45903dfd165e: Layer already exists
[osmclient] bddd493a7bbd: Layer already exists
[osmclient] 629ca62fb7c7: Layer already exists
[osmclient] osm-v140-merge-335: digest: sha256:d03758cd31418c62760c9681a6ac1262d152704d749a7b802509f6b62fe6dbc6 size: 2410
[PLA] bd0fdc8a63f4: Layer already exists
[PLA] df2d14c4bc9d: Layer already exists
[PLA] 8f08619671f0: Layer already exists
[PLA] 39ea95ac0b58: Layer already exists
[PLA] 1d4762e9c9e7: Layer already exists
[POL] osm-v140-merge-335: digest: sha256:61bec65ffe93ffd34be600f355be2e6090009da0a1e25b4448d7a985355eefd9 size: 3252
[Pipeline] [NBI] }
[Pipeline] [POL] }
[Pipeline] [osmclient] }
[Pipeline] [Webhook] }
[Pipeline] [POL] // dir
[PLA] f2cd04a90f42: Layer already exists
[PLA] 63c978daafc8: Layer already exists
[PLA] 5209a7a3115d: Layer already exists
[PLA] bddd493a7bbd: Layer already exists
[PLA] b251453667f9: Layer already exists
[PLA] 629ca62fb7c7: Layer already exists
[PLA] osm-v140-merge-335: digest: sha256:d6458920d82740b9bd3a7216ce4e1942ef18234cd3af986afc91220e0ea8a230 size: 2625
[Pipeline] [osmclient] // dir
[Pipeline] [Webhook] // dir
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[Airflow] 0daabb92b2e4: Layer already exists
[Airflow] 36ab13413cb3: Layer already exists
[Airflow] 431e798de78c: Layer already exists
[Airflow] a2bdc535dc68: Layer already exists
[Airflow] 92fc3763e410: Layer already exists
[Airflow] 0d7b76078cce: Layer already exists
[Airflow] e46f330691e9: Layer already exists
[Airflow] 666c7c10351c: Layer already exists
[Airflow] 8c3a9c4fcd2a: Layer already exists
[Airflow] bcc4db98aaf1: Layer already exists
[Airflow] 58577a3ac668: Layer already exists
[Airflow] fa9ab046628c: Layer already exists
[Airflow] 8b4250c5d64d: Layer already exists
[Airflow] 5f70bf18a086: Layer already exists
[Airflow] 4828a6c451df: Layer already exists
[Airflow] b082288f25e1: Layer already exists
[Airflow] c57e7b07a3b2: Layer already exists
[Airflow] af7b571f7ca8: Layer already exists
[Airflow] feb06c5db7c4: Layer already exists
[Airflow] f280206a86b2: Layer already exists
[Airflow] ab84691a2eba: Layer already exists
[Airflow] 30baed22bc16: Layer already exists
[Airflow] 15b3067dc4be: Layer already exists
[Airflow] 26f2bb17348b: Layer already exists
[Airflow] 79d83185dd32: Layer already exists
[Airflow] 31152b74f256: Layer already exists
[Airflow] 8a2adc4b2731: Layer already exists
[Airflow] 16af49539099: Layer already exists
[Airflow] db70c9ea5e22: Layer already exists
[Airflow] 7766968e5876: Layer already exists
[Airflow] 219c6c2423f1: Layer already exists
[Airflow] 3af14c9a24c9: Layer already exists
[Pipeline] [POL] }
[Pipeline] [osmclient] }
[Pipeline] [Webhook] }
[Pipeline] [PLA] }
[NG-UI] npm WARN deprecated @angular/flex-layout@9.0.0-beta.31: This package has been deprecated. Please see https://blog.angular.io/modern-css-in-angular-layouts-4a259dca9127
[Prometheus] 6c0428c28706: Layer already exists
[Prometheus] c5275a2b8ff5: Layer already exists
[Prometheus] 99158a63eb46: Layer already exists
[Prometheus] f9e5fe08e9d1: Layer already exists
[Prometheus] f08ea3eaf30a: Layer already exists
[Prometheus] 22c1fba3d4f5: Layer already exists
[Prometheus] 734c0f0b65c2: Layer already exists
[Prometheus] 8845ab872c1c: Layer already exists
[Prometheus] f73705133a95: Layer already exists
[Prometheus] cbe4fb5e267b: Layer already exists
[Prometheus] d7d4c2f9d26b: Layer already exists
[Prometheus] bbe1a212f7e9: Layer already exists
[Prometheus] osm-v140-merge-335: digest: sha256:337f4f9fe5f56504d91883bf0e0810cec3e45ca204ef4d13fd221b8ef8308db8 size: 2841
[Airflow] osm-v140-merge-335: digest: sha256:d59057cf773d234014931917f77d0dd3b0ac4c49b936588bc4a00f4d08cf23ee size: 7006
[Pipeline] [PLA] // dir
[Pipeline] [PLA] }
[Pipeline] [Airflow] }
[Pipeline] [Airflow] // dir
[Pipeline] [Airflow] }
[Pipeline] [Prometheus] }
[RO] Collecting aiokafka==0.8.1
[RO]   Downloading aiokafka-0.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 8.1 MB/s eta 0:00:00
[Pipeline] [Prometheus] // dir
[Pipeline] [Prometheus] }
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator'...
[RO] Collecting async-timeout==4.0.3
[RO]   Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
[RO] Collecting dataclasses==0.6
[RO]   Downloading dataclasses-0.6-py3-none-any.whl (14 kB)
[RO] Collecting dnspython==2.4.2
[RO]   Downloading dnspython-2.4.2-py3-none-any.whl (300 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 300.4/300.4 KB 17.2 MB/s eta 0:00:00
[RO] Collecting kafka-python==2.0.2
[RO]   Downloading kafka_python-2.0.2-py2.py3-none-any.whl (246 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 246.5/246.5 KB 29.6 MB/s eta 0:00:00
[RO] Collecting motor==3.3.1
[RO]   Downloading motor-3.3.1-py3-none-any.whl (70 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.1/70.1 KB 12.9 MB/s eta 0:00:00
[RO] Collecting packaging==23.1
[RO]   Downloading packaging-23.1-py3-none-any.whl (48 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 KB 9.2 MB/s eta 0:00:00
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_charm_vnf/charms/simple/mod/operator'...
[RO] Collecting pycryptodome==3.19.0
[RO]   Downloading pycryptodome-3.19.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 39.7 MB/s eta 0:00:00
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator'...
[RO] Collecting pymongo==4.5.0
[RO]   Downloading pymongo-4.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (671 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.3/671.3 KB 38.8 MB/s eta 0:00:00
[RO] Collecting pyyaml==6.0.1
[RO]   Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 705.5/705.5 KB 40.0 MB/s eta 0:00:00
[RO] Collecting adal==1.2.7
[RO]   Downloading adal-1.2.7-py2.py3-none-any.whl (55 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.5/55.5 KB 5.9 MB/s eta 0:00:00
[RO] Collecting appdirs==1.4.4
[RO]   Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
[RO] Collecting atpublic==4.0
[RO]   Downloading atpublic-4.0-py3-none-any.whl (4.9 kB)
[RO] Collecting attrs==23.1.0
[RO]   Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 KB 10.6 MB/s eta 0:00:00
[RO] Collecting autopage==0.5.1
[RO]   Downloading autopage-0.5.1-py3-none-any.whl (29 kB)
[RO] Collecting azure-common==1.1.28
[RO]   Downloading azure_common-1.1.28-py2.py3-none-any.whl (14 kB)
[RO] Collecting azure-core==1.29.4
[RO]   Downloading azure_core-1.29.4-py3-none-any.whl (192 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.4/192.4 KB 11.5 MB/s eta 0:00:00
[RO] Collecting azure-identity==1.14.0
[RO]   Downloading azure_identity-1.14.0-py3-none-any.whl (160 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 KB 17.0 MB/s eta 0:00:00
[NG-UI] npm WARN deprecated @babel/plugin-proposal-async-generator-functions@7.18.10: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_k8s_scale_charm_vnf/charms/nginx-k8s/mod/operator'...
[RO] Collecting azure-mgmt-compute==30.3.0
[RO]   Downloading azure_mgmt_compute-30.3.0-py3-none-any.whl (5.2 MB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/5.2 MB 35.6 MB/s eta 0:00:00
[RO] Collecting azure-mgmt-core==1.4.0
[RO]   Downloading azure_mgmt_core-1.4.0-py3-none-any.whl (27 kB)
[RO] Collecting azure-mgmt-network==25.1.0
[RO]   Downloading azure_mgmt_network-25.1.0-py3-none-any.whl (656 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 656.6/656.6 KB 33.2 MB/s eta 0:00:00
[RO] Collecting azure-mgmt-resource==23.0.1
[RO]   Downloading azure_mgmt_resource-23.0.1-py3-none-any.whl (2.5 MB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 52.8 MB/s eta 0:00:00
[RO] Collecting bcrypt==4.0.1
[RO]   Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 KB 30.4 MB/s eta 0:00:00
[RO] Collecting boto==2.49.0
[RO]   Downloading boto-2.49.0-py2.py3-none-any.whl (1.4 MB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 63.6 MB/s eta 0:00:00
[RO] Collecting cachetools==5.3.1
[RO]   Downloading cachetools-5.3.1-py3-none-any.whl (9.3 kB)
[RO] Collecting certifi==2023.7.22
[RO]   Downloading certifi-2023.7.22-py3-none-any.whl (158 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 KB 20.6 MB/s eta 0:00:00
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_manual_scale_charm_vnf/charms/simple/mod/operator'...
[RO] Collecting cffi==1.16.0
[RO]   Downloading cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 443.9/443.9 KB 28.7 MB/s eta 0:00:00
[RO] Collecting charset-normalizer==3.3.0
[RO]   Downloading charset_normalizer-3.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.7/138.7 KB 13.2 MB/s eta 0:00:00
[RO] Collecting cheroot==10.0.0
[RO]   Downloading cheroot-10.0.0-py3-none-any.whl (101 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/101.6 KB 13.2 MB/s eta 0:00:00
[RO] Collecting cherrypy==18.1.2
[RO]   Downloading CherryPy-18.1.2-py2.py3-none-any.whl (418 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 418.0/418.0 KB 29.3 MB/s eta 0:00:00
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[RO] Collecting cliff==4.3.0
[RO]   Downloading cliff-4.3.0-py3-none-any.whl (80 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/80.6 KB 11.7 MB/s eta 0:00:00
[RO] Collecting cmd2==2.4.3
[RO]   Downloading cmd2-2.4.3-py3-none-any.whl (147 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.2/147.2 KB 5.6 MB/s eta 0:00:00
[RO] Collecting cryptography==41.0.4
[RO]   Downloading cryptography-41.0.4-cp37-abi3-manylinux_2_28_x86_64.whl (4.4 MB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 48.2 MB/s eta 0:00:00
[RO] Collecting cvprac==1.3.1
[RO]   Downloading cvprac-1.3.1.tar.gz (4.3 MB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 63.3 MB/s eta 0:00:00
[RO]   Preparing metadata (setup.py): started
[NG-UI] npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator'...
[RO]   Preparing metadata (setup.py): finished with status 'done'
[RO] Collecting debtcollector==2.5.0
[RO]   Downloading debtcollector-2.5.0-py3-none-any.whl (23 kB)
[RO] Collecting decorator==5.1.1
[RO]   Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
[RO] Collecting dogpile-cache==1.2.2
[RO]   Downloading dogpile.cache-1.2.2-py3-none-any.whl (52 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.2/52.2 KB 9.8 MB/s eta 0:00:00
[RO] Collecting flufl-enum==6.0.2
[RO]   Downloading flufl_enum-6.0.2-py3-none-any.whl (5.5 kB)
[RO] Collecting google-api-core==2.12.0
[RO]   Downloading google_api_core-2.12.0-py3-none-any.whl (121 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.4/121.4 KB 15.1 MB/s eta 0:00:00
[RO] Collecting google-api-python-client==2.101.0
[RO]   Downloading google_api_python_client-2.101.0-py2.py3-none-any.whl (12.3 MB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 51.3 MB/s eta 0:00:00
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[RO] Collecting google-auth==2.23.2
[RO]   Downloading google_auth-2.23.2-py2.py3-none-any.whl (181 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 182.0/182.0 KB 17.9 MB/s eta 0:00:00
[RO] Collecting google-auth-httplib2==0.1.1
[RO]   Downloading google_auth_httplib2-0.1.1-py2.py3-none-any.whl (9.3 kB)
[RO] Collecting google-cloud==0.34.0
[RO]   Downloading google_cloud-0.34.0-py2.py3-none-any.whl (1.8 kB)
[RO] Collecting googleapis-common-protos==1.60.0
[RO]   Downloading googleapis_common_protos-1.60.0-py2.py3-none-any.whl (227 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.6/227.6 KB 14.8 MB/s eta 0:00:00
[RO] Collecting httplib2==0.22.0
[RO]   Downloading httplib2-0.22.0-py3-none-any.whl (96 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.9/96.9 KB 13.7 MB/s eta 0:00:00
[RO] Collecting humanfriendly==10.0
[RO]   Downloading humanfriendly-10.0-py2.py3-none-any.whl (86 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.8/86.8 KB 7.0 MB/s eta 0:00:00
[RO] Collecting idna==3.4
[RO]   Downloading idna-3.4-py3-none-any.whl (61 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 KB 12.1 MB/s eta 0:00:00
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator'...
[RO] Collecting importlib-metadata==6.8.0
[RO]   Downloading importlib_metadata-6.8.0-py3-none-any.whl (22 kB)
[RO] Collecting ipconflict==0.5.0
[RO]   Downloading ipconflict-0.5.0-py2.py3-none-any.whl (16 kB)
[RO] Collecting iso8601==2.1.0
[RO]   Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB)
[RO] Collecting isodate==0.6.1
[RO]   Downloading isodate-0.6.1-py2.py3-none-any.whl (41 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.7/41.7 KB 1.1 MB/s eta 0:00:00
[RO] Collecting jaraco-functools==3.9.0
[RO]   Downloading jaraco.functools-3.9.0-py3-none-any.whl (9.5 kB)
[RO] Collecting jinja2==3.1.2
[RO]   Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 KB 10.2 MB/s eta 0:00:00
[RO] Collecting jmespath==1.0.1
[RO]   Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)
[RO] Collecting jsonpatch==1.33
[RO]   Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB)
[RO] Collecting jsonpointer==2.4
[RO]   Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB)
[RO] Collecting jsonschema==4.19.1
[RO]   Downloading jsonschema-4.19.1-py3-none-any.whl (83 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.3/83.3 KB 2.9 MB/s eta 0:00:00
[RO] Collecting jsonschema-specifications==2023.7.1
[RO]   Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB)
[RO] Collecting keystoneauth1==5.3.0
[RO]   Downloading keystoneauth1-5.3.0-py3-none-any.whl (323 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 323.1/323.1 KB 30.5 MB/s eta 0:00:00
[RO] Collecting logutils==0.3.5
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator'...
[RO]   Downloading logutils-0.3.5.tar.gz (27 kB)
[RO]   Preparing metadata (setup.py): started
[RO]   Preparing metadata (setup.py): finished with status 'done'
[RO] Collecting lxml==4.9.3
[RO]   Downloading lxml-4.9.3-cp310-cp310-manylinux_2_28_x86_64.whl (7.9 MB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/7.9 MB 61.4 MB/s eta 0:00:00
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm'...
[RO] Collecting markupsafe==2.1.3
[RO]   Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
[RO] Collecting more-itertools==10.1.0
[RO]   Downloading more_itertools-10.1.0-py3-none-any.whl (55 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 KB 7.0 MB/s eta 0:00:00
[RO] Collecting msal==1.24.1
[RO]   Downloading msal-1.24.1-py2.py3-none-any.whl (95 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.0/96.0 KB 19.8 MB/s eta 0:00:00
[RO] Collecting msal-extensions==1.0.0
[RO]   Downloading msal_extensions-1.0.0-py2.py3-none-any.whl (19 kB)
[RO] Collecting msgpack==1.0.7
[RO]   Downloading msgpack-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (530 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 530.8/530.8 KB 7.4 MB/s eta 0:00:00
[RO] Collecting msrest==0.7.1
[RO]   Downloading msrest-0.7.1-py3-none-any.whl (85 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.4/85.4 KB 4.5 MB/s eta 0:00:00
[RO] Collecting msrestazure==0.6.4
[RO]   Downloading msrestazure-0.6.4-py2.py3-none-any.whl (40 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/40.5 KB 7.2 MB/s eta 0:00:00
[RO] Collecting netaddr==0.9.0
[RO]   Downloading netaddr-0.9.0-py3-none-any.whl (2.2 MB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 62.2 MB/s eta 0:00:00
[RO] Collecting netifaces==0.11.0
[RO]   Downloading netifaces-0.11.0.tar.gz (30 kB)
[RO]   Preparing metadata (setup.py): started
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator'...
[RO]   Preparing metadata (setup.py): finished with status 'done'
[RO] Collecting oauthlib==3.2.2
[RO]   Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 KB 25.9 MB/s eta 0:00:00
[RO] Collecting openstacksdk==1.5.0
[RO]   Downloading openstacksdk-1.5.0-py3-none-any.whl (1.7 MB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 49.1 MB/s eta 0:00:00
[RO] Collecting os-client-config==2.1.0
[RO]   Downloading os_client_config-2.1.0-py3-none-any.whl (31 kB)
[RO] Collecting os-service-types==1.7.0
[RO]   Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB)
[RO] Collecting osc-lib==2.8.1
[RO]   Downloading osc_lib-2.8.1-py3-none-any.whl (89 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.2/89.2 KB 12.4 MB/s eta 0:00:00
[RO] Collecting oslo-config==9.2.0
[RO]   Downloading oslo.config-9.2.0-py3-none-any.whl (128 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.6/128.6 KB 19.5 MB/s eta 0:00:00
[RO] Collecting oslo-context==5.2.0
[RO]   Downloading oslo.context-5.2.0-py3-none-any.whl (20 kB)
[RO] Collecting oslo-i18n==6.1.0
[RO]   Downloading oslo.i18n-6.1.0-py3-none-any.whl (46 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 KB 1.7 MB/s eta 0:00:00
[RO] Collecting oslo-log==5.3.0
[RO]   Downloading oslo.log-5.3.0-py3-none-any.whl (76 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.3/76.3 KB 12.4 MB/s eta 0:00:00
[RO] Collecting oslo-serialization==5.2.0
[RO]   Downloading oslo.serialization-5.2.0-py3-none-any.whl (26 kB)
[RO] Collecting oslo-utils==6.2.1
[RO]   Downloading oslo.utils-6.2.1-py3-none-any.whl (101 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.1/101.1 KB 17.6 MB/s eta 0:00:00
[RO] Collecting paramiko==3.3.1
[RO]   Downloading paramiko-3.3.1-py3-none-any.whl (224 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.8/224.8 KB 33.6 MB/s eta 0:00:00
[RO] Collecting pbr==5.11.1
[RO]   Downloading pbr-5.11.1-py2.py3-none-any.whl (112 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.7/112.7 KB 14.2 MB/s eta 0:00:00
[RO] Collecting portalocker==2.8.2
[RO]   Downloading portalocker-2.8.2-py3-none-any.whl (17 kB)
[RO] Collecting portend==3.2.0
[RO]   Downloading portend-3.2.0-py3-none-any.whl (5.3 kB)
[RO] Collecting prettytable==3.9.0
[RO]   Downloading prettytable-3.9.0-py3-none-any.whl (27 kB)
[RO] Collecting progressbar==2.5
[RO]   Downloading progressbar-2.5.tar.gz (10 kB)
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator'...
[RO]   Preparing metadata (setup.py): started
[RO]   Preparing metadata (setup.py): finished with status 'done'
[RO] Collecting protobuf==4.24.3
[RO]   Downloading protobuf-4.24.3-cp37-abi3-manylinux2014_x86_64.whl (311 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 311.6/311.6 KB 27.1 MB/s eta 0:00:00
[RO] Collecting py-radix==0.10.0
[RO]   Downloading py-radix-0.10.0.tar.gz (21 kB)
[RO]   Preparing metadata (setup.py): started
[RO]   Preparing metadata (setup.py): finished with status 'done'
[RO] Collecting pyasn1==0.5.0
[RO]   Downloading pyasn1-0.5.0-py2.py3-none-any.whl (83 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.9/83.9 KB 2.3 MB/s eta 0:00:00
[RO] Collecting pyasn1-modules==0.3.0
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator'...
[RO]   Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 KB 30.4 MB/s eta 0:00:00
[RO] Collecting pycparser==2.21
[RO]   Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 KB 10.3 MB/s eta 0:00:00
[RO] Collecting pygments==2.16.1
[RO]   Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 18.2 MB/s eta 0:00:00
[RO] Collecting pyinotify==0.9.6
[RO]   Downloading pyinotify-0.9.6.tar.gz (60 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 KB 8.2 MB/s eta 0:00:00
[RO]   Preparing metadata (setup.py): started
[RO]   Preparing metadata (setup.py): finished with status 'done'
[RO] Collecting pyjwt[crypto]==2.8.0
[RO]   Downloading PyJWT-2.8.0-py3-none-any.whl (22 kB)
[RO] Collecting pynacl==1.5.0
[RO]   Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 KB 54.0 MB/s eta 0:00:00
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers'...
[RO] Collecting pyopenssl==23.2.0
[RO]   Downloading pyOpenSSL-23.2.0-py3-none-any.whl (59 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 KB 11.4 MB/s eta 0:00:00
[RO] Collecting pyparsing==3.1.1
[RO]   Downloading pyparsing-3.1.1-py3-none-any.whl (103 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.1/103.1 KB 17.1 MB/s eta 0:00:00
[RO] Collecting pyperclip==1.8.2
[RO]   Downloading pyperclip-1.8.2.tar.gz (20 kB)
[RO]   Preparing metadata (setup.py): started
[RO]   Preparing metadata (setup.py): finished with status 'done'
[RO] Collecting pysocks==1.7.1
[RO]   Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)
[RO] Collecting python-cinderclient==7.4.1
[RO]   Downloading python_cinderclient-7.4.1-py3-none-any.whl (279 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 279.9/279.9 KB 13.2 MB/s eta 0:00:00
[RO] Collecting python-dateutil==2.8.2
[RO]   Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 KB 32.2 MB/s eta 0:00:00
[RO] Collecting python-glanceclient==4.4.0
[RO]   Downloading python_glanceclient-4.4.0-py3-none-any.whl (205 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205.4/205.4 KB 26.4 MB/s eta 0:00:00
[RO] Collecting python-keystoneclient==5.2.0
[RO]   Downloading python_keystoneclient-5.2.0-py3-none-any.whl (397 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.9/397.9 KB 23.7 MB/s eta 0:00:00
[RO] Collecting python-neutronclient==11.0.0
[RO]   Downloading python_neutronclient-11.0.0-py3-none-any.whl (293 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 293.6/293.6 KB 31.1 MB/s eta 0:00:00
[RO] Collecting python-novaclient==18.4.0
[RO]   Downloading python_novaclient-18.4.0-py3-none-any.whl (335 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 335.9/335.9 KB 30.7 MB/s eta 0:00:00
[RO] Collecting python-openstackclient==6.3.0
[RO]   Downloading python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 55.3 MB/s eta 0:00:00
[RO] Collecting pytz==2023.3.post1
[RO]   Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 KB 37.9 MB/s eta 0:00:00
[RO] Collecting pyvcloud==19.1.1
[RO]   Downloading pyvcloud-19.1.1-py3-none-any.whl (60 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 KB 7.6 MB/s eta 0:00:00
[RO] Collecting pyvmomi==8.0.2.0
[RO]   Downloading pyvmomi-8.0.2.0.tar.gz (852 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 852.4/852.4 KB 54.5 MB/s eta 0:00:00
[RO]   Preparing metadata (setup.py): started
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm'...
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator'...
[RO]   Preparing metadata (setup.py): finished with status 'done'
[RO] Collecting referencing==0.30.2
[RO]   Downloading referencing-0.30.2-py3-none-any.whl (25 kB)
[RO] Collecting requests[socks]==2.31.0
[RO]   Downloading requests-2.31.0-py3-none-any.whl (62 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 KB 12.4 MB/s eta 0:00:00
[RO] Collecting requests-oauthlib==1.3.1
[RO]   Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
[RO] Collecting requestsexceptions==1.4.0
[RO]   Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB)
[RO] Collecting rfc3986==2.0.0
[RO]   Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB)
[NG-UI] npm WARN deprecated @babel/plugin-proposal-async-generator-functions@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
[NG-UI] npm WARN deprecated @babel/plugin-proposal-export-namespace-from@7.18.9: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead.
[NG-UI] npm WARN deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
[NG-UI] npm WARN deprecated @babel/plugin-proposal-dynamic-import@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.
[NG-UI] npm WARN deprecated @babel/plugin-proposal-logical-assignment-operators@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead.
[NG-UI] npm WARN deprecated @babel/plugin-proposal-private-methods@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.
[NG-UI] npm WARN deprecated @babel/plugin-proposal-json-strings@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead.
[NG-UI] npm WARN deprecated @babel/plugin-proposal-class-static-block@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.
[NG-UI] npm WARN deprecated @babel/plugin-proposal-optional-catch-binding@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.
[NG-UI] npm WARN deprecated @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
[NG-UI] npm WARN deprecated @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
[NG-UI] npm WARN deprecated @babel/plugin-proposal-numeric-separator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
[NG-UI] npm WARN deprecated @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm'...
[RO] Collecting rpds-py==0.10.3
[RO]   Downloading rpds_py-0.10.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 40.2 MB/s eta 0:00:00
[RO] Collecting rsa==4.9
[RO]   Downloading rsa-4.9-py3-none-any.whl (34 kB)
[RO] Collecting simplejson==3.19.1
[RO]   Downloading simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.9/137.9 KB 12.3 MB/s eta 0:00:00
[RO] Collecting six==1.16.0
[RO]   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
[RO] Collecting stevedore==5.1.0
[RO]   Downloading stevedore-5.1.0-py3-none-any.whl (49 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 KB 9.8 MB/s eta 0:00:00
[RO] Collecting tempora==5.5.0
[RO]   Downloading tempora-5.5.0-py3-none-any.whl (13 kB)
[RO] Collecting tqdm==4.66.1
[RO]   Downloading tqdm-4.66.1-py3-none-any.whl (78 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 KB 8.4 MB/s eta 0:00:00
[NG-UI] npm WARN deprecated @babel/plugin-proposal-unicode-property-regex@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead.
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator'...
[RO] Collecting typing-extensions==4.8.0
[RO]   Downloading typing_extensions-4.8.0-py3-none-any.whl (31 kB)
[RO] Collecting tzdata==2023.3
[RO]   Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 KB 16.2 MB/s eta 0:00:00
[RO] Collecting uritemplate==4.1.1
[RO]   Downloading uritemplate-4.1.1-py2.py3-none-any.whl (10 kB)
[RO] Collecting urllib3==2.0.6
[RO]   Downloading urllib3-2.0.6-py3-none-any.whl (123 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.8/123.8 KB 16.6 MB/s eta 0:00:00
[RO] Collecting uuid==1.30
[RO]   Downloading uuid-1.30.tar.gz (5.8 kB)
[RO]   Preparing metadata (setup.py): started
[RO]   Preparing metadata (setup.py): finished with status 'done'
[RO] Collecting warlock==2.0.1
[RO]   Downloading warlock-2.0.1-py3-none-any.whl (9.8 kB)
[RO] Collecting wcwidth==0.2.8
[RO]   Downloading wcwidth-0.2.8-py2.py3-none-any.whl (31 kB)
[RO] Collecting wrapt==1.15.0
[RO]   Downloading wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 KB 9.2 MB/s eta 0:00:00
[RO] Collecting zc-lockfile==3.0.post1
[RO]   Downloading zc.lockfile-3.0.post1-py3-none-any.whl (9.8 kB)
[RO] Collecting zipp==3.17.0
[RO]   Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB)
[NG-UI] npm WARN deprecated @babel/plugin-proposal-private-property-in-object@7.21.11: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.
[NG-UI] npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
[tests] Submodule path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5'
[tests] Submodule path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5'
[tests] Submodule path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/native_charm_vnf/charms/simple/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator': checked out '169794cdda03d31268f0383220f965daa05c534b'
[tests] Submodule path 'charm-packages/native_k8s_scale_charm_vnf/charms/nginx-k8s/mod/operator': checked out '169794cdda03d31268f0383220f965daa05c534b'
[tests] Submodule path 'charm-packages/native_manual_scale_charm_vnf/charms/simple/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5'
[tests] Submodule path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator': checked out '89b51be8588a19fcc9c93410707aeb5856dd8d8f'
[tests] Submodule path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5'
[tests] Submodule path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator': checked out '89b51be8588a19fcc9c93410707aeb5856dd8d8f'
[tests] Submodule path 'charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5'
[tests] Submodule path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator': checked out '89b51be8588a19fcc9c93410707aeb5856dd8d8f'
[tests] Submodule path 'charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers': checked out '1989f1f255baefb34cba7863606915dcd4ef1e38'
[tests] Submodule path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5'
[tests] Submodule path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5'
[tests] Submodule path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[RO] Collecting requests<3,>=2.0.0
[RO]   Downloading requests-2.32.2-py3-none-any.whl (63 kB)
[RO]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.9/63.9 KB 5.2 MB/s eta 0:00:00
[RO] Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from zc-lockfile==3.0.post1->-r /usr/lib/python3/dist-packages/osm_ng_ro/requirements.txt (line 474)) (59.6.0)
[RO] Building wheels for collected packages: cvprac, logutils, netifaces, progressbar, py-radix, pyinotify, pyperclip, pyvmomi, uuid
[RO]   Building wheel for cvprac (setup.py): started
[NG-UI] npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
[RO]   Building wheel for cvprac (setup.py): finished with status 'done'
[RO]   Created wheel for cvprac: filename=cvprac-1.3.1-py3-none-any.whl size=50636 sha256=656d32de25b5b75b180b0f2a104fd95537c8dcad75b48f11428a68fbad335592
[RO]   Stored in directory: /root/.cache/pip/wheels/7a/16/78/8603fa505935a05d2c7cddc7254c9b36d356fa03ca7ee558f5
[RO]   Building wheel for logutils (setup.py): started
[RO]   Building wheel for logutils (setup.py): finished with status 'done'
[RO]   Created wheel for logutils: filename=logutils-0.3.5-py3-none-any.whl size=19947 sha256=4652be6eb3ee62c111004c38a1e44ea786b620d0cbc081562b79b5ebc257a15b
[RO]   Stored in directory: /root/.cache/pip/wheels/14/79/18/d4879c632aaa2097f00b8f19008f4833af5bc8c871544c4cb5
[RO]   Building wheel for netifaces (setup.py): started
[RO]   Building wheel for netifaces (setup.py): finished with status 'done'
[RO]   Created wheel for netifaces: filename=netifaces-0.11.0-cp310-cp310-linux_x86_64.whl size=35025 sha256=35f5b030c3ef6103e645293c9dfc0fb64a850fb207330d7af1735441088d362f
[RO]   Stored in directory: /root/.cache/pip/wheels/48/65/b3/4c4cc6038b81ff21cc9df69f2b6774f5f52e23d3c275ed15aa
[RO]   Building wheel for progressbar (setup.py): started
[RO]   Building wheel for progressbar (setup.py): finished with status 'done'
[RO]   Created wheel for progressbar: filename=progressbar-2.5-py3-none-any.whl size=12082 sha256=24a7752c51aa7e6f7a5a4d92f504c241e568c0162b557b06a2b9011d667701ee
[RO]   Stored in directory: /root/.cache/pip/wheels/cd/17/e5/765d1a3112ff3978f70223502f6047e06c43a24d7c5f8ff95b
[RO]   Building wheel for py-radix (setup.py): started
[NG-UI] npm WARN deprecated read-package-json@5.0.2: This package is no longer supported. Please use @npmcli/package-json instead.
[tests] Removing intermediate container 75fa562c8a19
[tests]  ---> 3b0c86cefd45
[tests] Step 21/30 : WORKDIR /robot-systest
[tests]  ---> Running in d291204d46c2
[tests] Removing intermediate container d291204d46c2
[tests]  ---> 09406e39d242
[tests] Step 22/30 : ENV ROBOT_DEVOPS_FOLDER=/robot-systest
[tests]  ---> Running in c6c2dfa6e9d5
[tests] Removing intermediate container c6c2dfa6e9d5
[tests]  ---> a3e10c18d78d
[tests] Step 23/30 : ENV ENVIRONMENTS_FOLDER=environments
[tests]  ---> Running in 50fbc0630f38
[tests] Removing intermediate container 50fbc0630f38
[tests]  ---> dffe9635eb80
[tests] Step 24/30 : ENV PACKAGES_FOLDER=/robot-systest/osm-packages
[tests]  ---> Running in 7f07cd4d0603
[tests] Removing intermediate container 7f07cd4d0603
[tests]  ---> 3f3b0b1e2863
[tests] Step 25/30 : ENV ROBOT_REPORT_FOLDER=/robot-systest/results
[tests]  ---> Running in 0497bf222ec1
[tests] Removing intermediate container 0497bf222ec1
[tests]  ---> 116a08b566f3
[tests] Step 26/30 : ENV K8S_CREDENTIALS=/root/.kube/config
[RO]   Building wheel for py-radix (setup.py): finished with status 'done'
[RO]   Created wheel for py-radix: filename=py_radix-0.10.0-cp310-cp310-linux_x86_64.whl size=50897 sha256=200a707dac45757a3f8c2480f52323ed21ce6048397881bf5563e75912ad0036
[RO]   Stored in directory: /root/.cache/pip/wheels/6d/29/5a/e5083f47e00dd79bf1e95d93c452440cff80d7ca16215cabed
[RO]   Building wheel for pyinotify (setup.py): started
[RO]   Building wheel for pyinotify (setup.py): finished with status 'done'
[RO]   Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25352 sha256=7129ec3dbd47880bca800e97b1d11552064b78bebf9417242bcbcdee7b1b4907
[RO]   Stored in directory: /root/.cache/pip/wheels/c8/e6/94/d10115432935b5daf653cc1341686f2b6b033d9341d4d32911
[RO]   Building wheel for pyperclip (setup.py): started
[RO]   Building wheel for pyperclip (setup.py): finished with status 'done'
[RO]   Created wheel for pyperclip: filename=pyperclip-1.8.2-py3-none-any.whl size=11137 sha256=bfb90285bc9ffbe9e78fadf54b1ac5d8885e82d90669bb57318a74a1aadb9d89
[RO]   Stored in directory: /root/.cache/pip/wheels/04/24/fe/140a94a7f1036003ede94579e6b4227fe96c840c6f4dcbe307
[RO]   Building wheel for pyvmomi (setup.py): started
[RO]   Building wheel for pyvmomi (setup.py): finished with status 'done'
[RO]   Created wheel for pyvmomi: filename=pyvmomi-8.0.2.0-py2.py3-none-any.whl size=322334 sha256=8a074b9afd1ff990ca9358222a7b2b8a1bbca4c415f6e40fb873a131b97e7f71
[RO]   Stored in directory: /root/.cache/pip/wheels/fe/71/96/3c0d7eb8addccf8b11247503bbee58b74ddea7ad120ffd0ddd
[RO]   Building wheel for uuid (setup.py): started
[tests]  ---> Running in 3b48bfe4cb8c
[tests] Removing intermediate container 3b48bfe4cb8c
[tests]  ---> 7e6e21eb7389
[tests] Step 27/30 : ENV OSM_RSA_FILE=/root/osm_id_rsa
[tests]  ---> Running in 84788022adf3
[tests] Removing intermediate container 84788022adf3
[tests]  ---> e1a68ed2d643
[tests] Step 28/30 : ENV LC_ALL=C.UTF-8
[tests]  ---> Running in 753e1be4e852
[tests] Removing intermediate container 753e1be4e852
[tests]  ---> 8b0e3d78a18d
[tests] Step 29/30 : ENV LANG=C.UTF-8
[tests]  ---> Running in 7e41c6a0d56e
[tests] Removing intermediate container 7e41c6a0d56e
[tests]  ---> 810449b49fcc
[tests] Step 30/30 : ENTRYPOINT [ "/robot-systest/run_test.sh"]
[tests]  ---> Running in 9b28f2de74fd
[tests] Removing intermediate container 9b28f2de74fd
[tests]  ---> 942fead6e6d1
[tests] [Warning] One or more build-args [PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_N2VC_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL OSM_DEVOPS_URL OSM_IMDOCS_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL OSM_NGUI_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_ONOSOF_URL] were not consumed
[tests] Successfully built 942fead6e6d1
[tests] Successfully tagged opensourcemano/tests:osm-v140-merge-335
[RO]   Building wheel for uuid (setup.py): finished with status 'done'
[RO]   Created wheel for uuid: filename=uuid-1.30-py3-none-any.whl size=6503 sha256=7d94a5d4b77ef63e202cce73ff12bd7491de78371b1887c0e3848e5a6febf547
[RO]   Stored in directory: /root/.cache/pip/wheels/ed/08/9e/f0a977dfe55051a07e21af89200125d65f1efa60cbac61ed88
[RO] Successfully built cvprac logutils netifaces progressbar py-radix pyinotify pyperclip pyvmomi uuid
[Pipeline] [tests] echo
[tests] Tagging tests:osm-v140-merge-335
[Pipeline] [tests] sh
[RO] Installing collected packages: wcwidth, uuid, requestsexceptions, pytz, pyperclip, pyinotify, py-radix, progressbar, netifaces, netaddr, logutils, kafka-python, google-cloud, dataclasses, boto, azure-common, appdirs, zipp, zc-lockfile, wrapt, urllib3, uritemplate, tzdata, typing-extensions, tqdm, six, simplejson, rpds-py, rfc3986, pyyaml, pysocks, pyparsing, pyjwt, pygments, pycryptodome, pycparser, pyasn1, protobuf, prettytable, portalocker, pbr, packaging, oauthlib, msgpack, more-itertools, markupsafe, lxml, jsonpointer, jmespath, iso8601, idna, humanfriendly, dnspython, decorator, charset-normalizer, certifi, cachetools, bcrypt, autopage, attrs, atpublic, async-timeout, stevedore, rsa, requests, referencing, pyvmomi, python-dateutil, pymongo, pyasn1-modules, oslo-i18n, os-service-types, jsonpatch, jinja2, jaraco-functools, isodate, ipconflict, importlib-metadata, httplib2, googleapis-common-protos, flufl-enum, debtcollector, cmd2, cffi, aiokafka, tempora, requests-oauthlib, pyvcloud, pynacl, oslo-utils, oslo-context, oslo-config, motor, keystoneauth1, jsonschema-specifications, google-auth, dogpile-cache, cryptography, cliff, cheroot, azure-core, python-cinderclient, pyopenssl, portend, paramiko, oslo-serialization, openstacksdk, msrest, jsonschema, google-auth-httplib2, google-api-core, cvprac, azure-mgmt-core, adal, warlock, python-novaclient, python-keystoneclient, oslo-log, osc-lib, os-client-config, msrestazure, msal, google-api-python-client, cherrypy, azure-mgmt-resource, azure-mgmt-network, azure-mgmt-compute, python-openstackclient, python-neutronclient, python-glanceclient, msal-extensions, azure-identity
[tests] [tests] Running shell script
[tests] + docker tag opensourcemano/tests:osm-v140-merge-335 osm.etsi.org:5050/devops/cicd/opensourcemano/tests:osm-v140-merge-335
[Pipeline] [tests] sh
[tests] [tests] Running shell script
[tests] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/tests:osm-v140-merge-335
[tests] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/tests]
[tests] 7275ecd003ba: Preparing
[tests] 92feeb179901: Preparing
[tests] 939d23367699: Preparing
[tests] a03ee8dfd509: Preparing
[tests] e9074cf6a500: Preparing
[tests] c5107f60aca4: Preparing
[tests] dfd2d9cca75c: Preparing
[tests] 049bf90793dc: Preparing
[tests] cc0d1b629f72: Preparing
[tests] 6bbe32ca1e7c: Preparing
[tests] 7580c4363d4c: Preparing
[tests] 7bef787be8b9: Preparing
[tests] bf96711bf6d6: Preparing
[tests] f2cd04a90f42: Preparing
[tests] 629ca62fb7c7: Preparing
[tests] 049bf90793dc: Waiting
[tests] cc0d1b629f72: Waiting
[tests] 6bbe32ca1e7c: Waiting
[tests] 7580c4363d4c: Waiting
[tests] 7bef787be8b9: Waiting
[tests] bf96711bf6d6: Waiting
[tests] f2cd04a90f42: Waiting
[tests] 629ca62fb7c7: Waiting
[tests] c5107f60aca4: Waiting
[tests] dfd2d9cca75c: Waiting
[tests] 939d23367699: Layer already exists
[tests] a03ee8dfd509: Layer already exists
[tests] 92feeb179901: Layer already exists
[tests] e9074cf6a500: Layer already exists
[tests] dfd2d9cca75c: Layer already exists
[tests] cc0d1b629f72: Layer already exists
[tests] 049bf90793dc: Layer already exists
[tests] c5107f60aca4: Layer already exists
[tests] 7bef787be8b9: Layer already exists
[tests] bf96711bf6d6: Layer already exists
[tests] 7580c4363d4c: Layer already exists
[tests] 6bbe32ca1e7c: Layer already exists
[tests] f2cd04a90f42: Layer already exists
[tests] 629ca62fb7c7: Layer already exists
[NG-UI] npm WARN deprecated npmlog@6.0.2: This package is no longer supported.
[NG-UI] npm WARN deprecated gauge@4.0.4: This package is no longer supported.
[NG-UI] npm WARN deprecated are-we-there-yet@3.0.1: This package is no longer supported.
[tests] 7275ecd003ba: Pushed
[tests] osm-v140-merge-335: digest: sha256:55b759a86d5fa26468c8c9edd10697ebc9b2b97a59248ae4f52cb3cff041c84a size: 3470
[Pipeline] [tests] }
[Pipeline] [tests] // dir
[Pipeline] [tests] }
[RO] Successfully installed adal-1.2.7 aiokafka-0.8.1 appdirs-1.4.4 async-timeout-4.0.3 atpublic-4.0 attrs-23.1.0 autopage-0.5.1 azure-common-1.1.28 azure-core-1.29.4 azure-identity-1.14.0 azure-mgmt-compute-30.3.0 azure-mgmt-core-1.4.0 azure-mgmt-network-25.1.0 azure-mgmt-resource-23.0.1 bcrypt-4.0.1 boto-2.49.0 cachetools-5.3.1 certifi-2023.7.22 cffi-1.16.0 charset-normalizer-3.3.0 cheroot-10.0.0 cherrypy-18.1.2 cliff-4.3.0 cmd2-2.4.3 cryptography-41.0.4 cvprac-1.3.1 dataclasses-0.6 debtcollector-2.5.0 decorator-5.1.1 dnspython-2.4.2 dogpile-cache-1.2.2 flufl-enum-6.0.2 google-api-core-2.12.0 google-api-python-client-2.101.0 google-auth-2.23.2 google-auth-httplib2-0.1.1 google-cloud-0.34.0 googleapis-common-protos-1.60.0 httplib2-0.22.0 humanfriendly-10.0 idna-3.4 importlib-metadata-6.8.0 ipconflict-0.5.0 iso8601-2.1.0 isodate-0.6.1 jaraco-functools-3.9.0 jinja2-3.1.2 jmespath-1.0.1 jsonpatch-1.33 jsonpointer-2.4 jsonschema-4.19.1 jsonschema-specifications-2023.7.1 kafka-python-2.0.2 keystoneauth1-5.3.0 logutils-0.3.5 lxml-4.9.3 markupsafe-2.1.3 more-itertools-10.1.0 motor-3.3.1 msal-1.24.1 msal-extensions-1.0.0 msgpack-1.0.7 msrest-0.7.1 msrestazure-0.6.4 netaddr-0.9.0 netifaces-0.11.0 oauthlib-3.2.2 openstacksdk-1.5.0 os-client-config-2.1.0 os-service-types-1.7.0 osc-lib-2.8.1 oslo-config-9.2.0 oslo-context-5.2.0 oslo-i18n-6.1.0 oslo-log-5.3.0 oslo-serialization-5.2.0 oslo-utils-6.2.1 packaging-23.1 paramiko-3.3.1 pbr-5.11.1 portalocker-2.8.2 portend-3.2.0 prettytable-3.9.0 progressbar-2.5 protobuf-4.24.3 py-radix-0.10.0 pyasn1-0.5.0 pyasn1-modules-0.3.0 pycparser-2.21 pycryptodome-3.19.0 pygments-2.16.1 pyinotify-0.9.6 pyjwt-2.8.0 pymongo-4.5.0 pynacl-1.5.0 pyopenssl-23.2.0 pyparsing-3.1.1 pyperclip-1.8.2 pysocks-1.7.1 python-cinderclient-7.4.1 python-dateutil-2.8.2 python-glanceclient-4.4.0 python-keystoneclient-5.2.0 python-neutronclient-11.0.0 python-novaclient-18.4.0 python-openstackclient-6.3.0 pytz-2023.3.post1 pyvcloud-19.1.1 pyvmomi-8.0.2.0 pyyaml-6.0.1 referencing-0.30.2 requests-2.31.0 requests-oauthlib-1.3.1 requestsexceptions-1.4.0 rfc3986-2.0.0 rpds-py-0.10.3 rsa-4.9 simplejson-3.19.1 six-1.16.0 stevedore-5.1.0 tempora-5.5.0 tqdm-4.66.1 typing-extensions-4.8.0 tzdata-2023.3 uritemplate-4.1.1 urllib3-2.0.6 uuid-1.30 warlock-2.0.1 wcwidth-0.2.8 wrapt-1.15.0 zc-lockfile-3.0.post1 zipp-3.17.0
[RO] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[RO] Removing intermediate container abbc31fe236f
[RO]  ---> 0801d8d77b1d
[RO] Step 27/60 : FROM ubuntu:22.04 as FINAL
[RO]  ---> 52882761a72a
[RO] Step 28/60 : ARG APT_PROXY
[RO]  ---> Using cache
[RO]  ---> bf8675204e26
[RO] Step 29/60 : 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
[RO]  ---> Using cache
[RO]  ---> 6b16749f3331
[RO] Step 30/60 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     python3-minimal=3.10.*     && rm -rf /var/lib/apt/lists/*
[RO]  ---> Using cache
[RO]  ---> 862dd2a755cf
[RO] Step 31/60 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[RO]  ---> c022d4557e1d
[RO] Step 32/60 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[NG-UI] 
[NG-UI] > @parcel/watcher@2.0.4 install /usr/share/osm-ngui/node_modules/@parcel/watcher
[NG-UI] > node-gyp-build
[NG-UI] 
[NG-UI] 
[NG-UI] > nice-napi@1.0.2 install /usr/share/osm-ngui/node_modules/nice-napi
[NG-UI] > node-gyp-build
[NG-UI] 
[NG-UI] 
[NG-UI] > core-js@3.37.1 postinstall /usr/share/osm-ngui/node_modules/core-js
[NG-UI] > node -e "try{require('./postinstall')}catch(e){}"
[NG-UI] 
[NG-UI] Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
[NG-UI] 
[NG-UI] The project needs your help! Please consider supporting core-js:
[NG-UI] > https://opencollective.com/core-js 
[NG-UI] > https://patreon.com/zloirock 
[NG-UI] > https://boosty.to/zloirock 
[NG-UI] > bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz 
[NG-UI] 
[NG-UI] I highly recommend reading this: https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md 
[NG-UI] 
[NG-UI] 
[NG-UI] > core-js-pure@3.37.1 postinstall /usr/share/osm-ngui/node_modules/core-js-pure
[NG-UI] > node -e "try{require('./postinstall')}catch(e){}"
[NG-UI] 
[NG-UI] Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
[NG-UI] 
[NG-UI] The project needs your help! Please consider supporting core-js:
[NG-UI] > https://opencollective.com/core-js 
[NG-UI] > https://patreon.com/zloirock 
[NG-UI] > https://boosty.to/zloirock 
[NG-UI] > bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz 
[NG-UI] 
[NG-UI] I highly recommend reading this: https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md 
[NG-UI] 
[NG-UI] 
[NG-UI] > esbuild@0.15.5 postinstall /usr/share/osm-ngui/node_modules/@angular-devkit/build-angular/node_modules/esbuild
[NG-UI] > node install.js
[NG-UI] 
[NG-UI] 
[NG-UI] > nx@15.9.3 postinstall /usr/share/osm-ngui/node_modules/@nrwl/cli/node_modules/nx
[NG-UI] > node ./bin/compute-project-graph
[NG-UI] 
[NG-UI] 
[NG-UI] > @fortawesome/fontawesome-free@5.15.4 postinstall /usr/share/osm-ngui/node_modules/@fortawesome/fontawesome-free
[NG-UI] > node attribution.js
[NG-UI] 
[NG-UI] Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
[NG-UI] License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
[NG-UI] 
[NG-UI] 
[NG-UI] > cypress@12.17.4 postinstall /usr/share/osm-ngui/node_modules/cypress
[NG-UI] > node index.js --exec install
[NG-UI] 
[NG-UI] Installing Cypress (version: 12.17.4)
[NG-UI] 
[NG-UI] [STARTED] Task without title.
[NG-UI] [TITLE]  Downloading Cypress      0% 0s
[NG-UI] [TITLE]  Downloading Cypress      3% 7s
[NG-UI] [TITLE]  Downloading Cypress      7% 4s
[NG-UI] [TITLE]  Downloading Cypress      11% 3s
[NG-UI] [TITLE]  Downloading Cypress      14% 3s
[NG-UI] [TITLE]  Downloading Cypress      18% 3s
[NG-UI] [TITLE]  Downloading Cypress      21% 3s
[NG-UI] [TITLE]  Downloading Cypress      25% 2s
[NG-UI] [TITLE]  Downloading Cypress      30% 2s
[NG-UI] [TITLE]  Downloading Cypress      33% 2s
[NG-UI] [TITLE]  Downloading Cypress      37% 2s
[NG-UI] [TITLE]  Downloading Cypress      40% 2s
[NG-UI] [TITLE]  Downloading Cypress      44% 2s
[NG-UI] [TITLE]  Downloading Cypress      49% 1s
[NG-UI] [TITLE]  Downloading Cypress      53% 1s
[NG-UI] [TITLE]  Downloading Cypress      57% 1s
[NG-UI] [TITLE]  Downloading Cypress      61% 1s
[NG-UI] [TITLE]  Downloading Cypress      65% 1s
[NG-UI] [TITLE]  Downloading Cypress      69% 1s
[NG-UI] [TITLE]  Downloading Cypress      73% 1s
[NG-UI] [TITLE]  Downloading Cypress      77% 1s
[NG-UI] [TITLE]  Downloading Cypress      80% 1s
[NG-UI] [TITLE]  Downloading Cypress      84% 0s
[NG-UI] [TITLE]  Downloading Cypress      88% 0s
[NG-UI] [TITLE]  Downloading Cypress      92% 0s
[NG-UI] [TITLE]  Downloading Cypress      96% 0s
[NG-UI] [TITLE]  Downloading Cypress      100% 0s
[NG-UI] [TITLE]  Downloaded Cypress     
[NG-UI] [SUCCESS]  Downloaded Cypress     
[NG-UI] [STARTED] Task without title.
[NG-UI] [TITLE]  Unzipping Cypress        0% 0s
[NG-UI] [TITLE]  Unzipping Cypress        1% 41s
[NG-UI] [TITLE]  Unzipping Cypress        1% 42s
[NG-UI] [TITLE]  Unzipping Cypress        1% 43s
[NG-UI] [TITLE]  Unzipping Cypress        1% 44s
[NG-UI] [TITLE]  Unzipping Cypress        1% 45s
[NG-UI] [TITLE]  Unzipping Cypress        1% 46s
[NG-UI] [TITLE]  Unzipping Cypress        1% 47s
[NG-UI] [TITLE]  Unzipping Cypress        1% 48s
[NG-UI] [TITLE]  Unzipping Cypress        1% 49s
[NG-UI] [TITLE]  Unzipping Cypress        1% 50s
[NG-UI] [TITLE]  Unzipping Cypress        1% 51s
[NG-UI] [TITLE]  Unzipping Cypress        1% 52s
[NG-UI] [TITLE]  Unzipping Cypress        1% 53s
[NG-UI] [TITLE]  Unzipping Cypress        1% 54s
[NG-UI] [TITLE]  Unzipping Cypress        1% 55s
[NG-UI] [TITLE]  Unzipping Cypress        1% 56s
[NG-UI] [TITLE]  Unzipping Cypress        1% 57s
[NG-UI] [TITLE]  Unzipping Cypress        1% 58s
[NG-UI] [TITLE]  Unzipping Cypress        1% 59s
[NG-UI] [TITLE]  Unzipping Cypress        1% 60s
[NG-UI] [TITLE]  Unzipping Cypress        1% 61s
[NG-UI] [TITLE]  Unzipping Cypress        1% 62s
[NG-UI] [TITLE]  Unzipping Cypress        1% 63s
[NG-UI] [TITLE]  Unzipping Cypress        2% 31s
[NG-UI] [TITLE]  Unzipping Cypress        2% 32s
[NG-UI] [TITLE]  Unzipping Cypress        2% 33s
[NG-UI] [TITLE]  Unzipping Cypress        2% 34s
[NG-UI] [TITLE]  Unzipping Cypress        2% 35s
[NG-UI] [TITLE]  Unzipping Cypress        2% 36s
[NG-UI] [TITLE]  Unzipping Cypress        2% 37s
[NG-UI] [TITLE]  Unzipping Cypress        2% 38s
[NG-UI] [TITLE]  Unzipping Cypress        2% 39s
[NG-UI] [TITLE]  Unzipping Cypress        2% 40s
[NG-UI] [TITLE]  Unzipping Cypress        2% 41s
[NG-UI] [TITLE]  Unzipping Cypress        2% 42s
[NG-UI] [TITLE]  Unzipping Cypress        3% 28s
[NG-UI] [TITLE]  Unzipping Cypress        3% 29s
[NG-UI] [TITLE]  Unzipping Cypress        3% 30s
[NG-UI] [TITLE]  Unzipping Cypress        3% 31s
[NG-UI] [TITLE]  Unzipping Cypress        3% 32s
[NG-UI] [TITLE]  Unzipping Cypress        3% 33s
[NG-UI] [TITLE]  Unzipping Cypress        4% 25s
[NG-UI] [TITLE]  Unzipping Cypress        4% 26s
[NG-UI] [TITLE]  Unzipping Cypress        4% 27s
[NG-UI] [TITLE]  Unzipping Cypress        4% 28s
[NG-UI] [TITLE]  Unzipping Cypress        4% 29s
[NG-UI] [TITLE]  Unzipping Cypress        4% 30s
[NG-UI] [TITLE]  Unzipping Cypress        5% 24s
[NG-UI] [TITLE]  Unzipping Cypress        5% 25s
[NG-UI] [TITLE]  Unzipping Cypress        5% 26s
[NG-UI] [TITLE]  Unzipping Cypress        5% 27s
[NG-UI] [TITLE]  Unzipping Cypress        5% 28s
[NG-UI] [TITLE]  Unzipping Cypress        6% 23s
[NG-UI] [TITLE]  Unzipping Cypress        6% 24s
[NG-UI] [TITLE]  Unzipping Cypress        6% 25s
[NG-UI] [TITLE]  Unzipping Cypress        6% 26s
[NG-UI] [TITLE]  Unzipping Cypress        7% 22s
[NG-UI] [TITLE]  Unzipping Cypress        7% 23s
[NG-UI] [TITLE]  Unzipping Cypress        7% 24s
[NG-UI] [TITLE]  Unzipping Cypress        7% 25s
[NG-UI] [TITLE]  Unzipping Cypress        8% 21s
[NG-UI] [TITLE]  Unzipping Cypress        8% 22s
[NG-UI] [TITLE]  Unzipping Cypress        8% 23s
[NG-UI] [TITLE]  Unzipping Cypress        9% 21s
[NG-UI] [TITLE]  Unzipping Cypress        9% 22s
[NG-UI] [TITLE]  Unzipping Cypress        10% 20s
[NG-UI] [TITLE]  Unzipping Cypress        10% 21s
[NG-UI] [TITLE]  Unzipping Cypress        10% 22s
[NG-UI] [TITLE]  Unzipping Cypress        11% 19s
[NG-UI] [TITLE]  Unzipping Cypress        11% 20s
[NG-UI] [TITLE]  Unzipping Cypress        11% 21s
[NG-UI] [TITLE]  Unzipping Cypress        12% 19s
[NG-UI] [TITLE]  Unzipping Cypress        12% 20s
[NG-UI] [TITLE]  Unzipping Cypress        13% 18s
[NG-UI] [TITLE]  Unzipping Cypress        13% 19s
[NG-UI] [TITLE]  Unzipping Cypress        13% 20s
[NG-UI] [TITLE]  Unzipping Cypress        14% 18s
[NG-UI] [TITLE]  Unzipping Cypress        14% 19s
[NG-UI] [TITLE]  Unzipping Cypress        15% 18s
[NG-UI] [TITLE]  Unzipping Cypress        16% 17s
[NG-UI] [TITLE]  Unzipping Cypress        16% 18s
[NG-UI] [TITLE]  Unzipping Cypress        17% 17s
[NG-UI] [TITLE]  Unzipping Cypress        17% 18s
[NG-UI] [TITLE]  Unzipping Cypress        18% 16s
[NG-UI] [TITLE]  Unzipping Cypress        18% 17s
[NG-UI] [TITLE]  Unzipping Cypress        19% 16s
[NG-UI] [TITLE]  Unzipping Cypress        19% 17s
[NG-UI] [TITLE]  Unzipping Cypress        20% 16s
[NG-UI] [TITLE]  Unzipping Cypress        21% 15s
[NG-UI] [TITLE]  Unzipping Cypress        21% 16s
[NG-UI] [TITLE]  Unzipping Cypress        22% 15s
[NG-UI] [TITLE]  Unzipping Cypress        23% 15s
[NG-UI] [TITLE]  Unzipping Cypress        24% 14s
[NG-UI] [TITLE]  Unzipping Cypress        24% 15s
[NG-UI] [TITLE]  Unzipping Cypress        25% 14s
[NG-UI] [TITLE]  Unzipping Cypress        26% 14s
[NG-UI] [TITLE]  Unzipping Cypress        27% 13s
[NG-UI] [TITLE]  Unzipping Cypress        27% 14s
[NG-UI] [TITLE]  Unzipping Cypress        28% 13s
[NG-UI] [TITLE]  Unzipping Cypress        28% 14s
[NG-UI] [TITLE]  Unzipping Cypress        29% 13s
[NG-UI] [TITLE]  Unzipping Cypress        30% 13s
[NG-UI] [TITLE]  Unzipping Cypress        31% 13s
[NG-UI] [TITLE]  Unzipping Cypress        32% 12s
[NG-UI] [TITLE]  Unzipping Cypress        32% 13s
[NG-UI] [TITLE]  Unzipping Cypress        33% 12s
[NG-UI] [TITLE]  Unzipping Cypress        33% 13s
[NG-UI] [TITLE]  Unzipping Cypress        34% 12s
[NG-UI] [TITLE]  Unzipping Cypress        35% 12s
[NG-UI] [TITLE]  Unzipping Cypress        36% 12s
[NG-UI] [TITLE]  Unzipping Cypress        37% 11s
[NG-UI] [TITLE]  Unzipping Cypress        37% 12s
[NG-UI] [TITLE]  Unzipping Cypress        38% 11s
[NG-UI] [TITLE]  Unzipping Cypress        38% 12s
[NG-UI] [TITLE]  Unzipping Cypress        39% 12s
[NG-UI] [TITLE]  Unzipping Cypress        40% 11s
[NG-UI] [TITLE]  Unzipping Cypress        40% 12s
[NG-UI] [TITLE]  Unzipping Cypress        41% 11s
[NG-UI] [TITLE]  Unzipping Cypress        42% 11s
[NG-UI] [TITLE]  Unzipping Cypress        43% 11s
[NG-UI] [TITLE]  Unzipping Cypress        44% 11s
[NG-UI] [TITLE]  Unzipping Cypress        45% 10s
[NG-UI] [TITLE]  Unzipping Cypress        45% 11s
[NG-UI] [TITLE]  Unzipping Cypress        46% 10s
[NG-UI] [TITLE]  Unzipping Cypress        47% 10s
[NG-UI] [TITLE]  Unzipping Cypress        48% 10s
[NG-UI] [TITLE]  Unzipping Cypress        49% 9s
[NG-UI] [TITLE]  Unzipping Cypress        49% 10s
[NG-UI] [TITLE]  Unzipping Cypress        50% 9s
[NG-UI] [TITLE]  Unzipping Cypress        50% 10s
[NG-UI] [TITLE]  Unzipping Cypress        51% 9s
[NG-UI] [TITLE]  Unzipping Cypress        52% 9s
[NG-UI] [TITLE]  Unzipping Cypress        53% 9s
[NG-UI] [TITLE]  Unzipping Cypress        54% 9s
[NG-UI] [TITLE]  Unzipping Cypress        55% 8s
[NG-UI] [TITLE]  Unzipping Cypress        56% 8s
[NG-UI] [TITLE]  Unzipping Cypress        57% 8s
[NG-UI] [TITLE]  Unzipping Cypress        58% 8s
[NG-UI] [TITLE]  Unzipping Cypress        59% 8s
[NG-UI] [TITLE]  Unzipping Cypress        60% 8s
[NG-UI] [TITLE]  Unzipping Cypress        61% 7s
[NG-UI] [TITLE]  Unzipping Cypress        61% 8s
[NG-UI] [TITLE]  Unzipping Cypress        62% 7s
[NG-UI] [TITLE]  Unzipping Cypress        63% 7s
[NG-UI] [TITLE]  Unzipping Cypress        64% 7s
[NG-UI] [TITLE]  Unzipping Cypress        65% 7s
[NG-UI] [TITLE]  Unzipping Cypress        66% 7s
[NG-UI] [TITLE]  Unzipping Cypress        67% 7s
[NG-UI] [TITLE]  Unzipping Cypress        68% 6s
[NG-UI] [TITLE]  Unzipping Cypress        69% 6s
[NG-UI] [TITLE]  Unzipping Cypress        70% 6s
[NG-UI] [TITLE]  Unzipping Cypress        71% 6s
[NG-UI] [TITLE]  Unzipping Cypress        72% 6s
[NG-UI] [TITLE]  Unzipping Cypress        73% 5s
[NG-UI] [TITLE]  Unzipping Cypress        74% 5s
[NG-UI] [TITLE]  Unzipping Cypress        75% 5s
[NG-UI] [TITLE]  Unzipping Cypress        76% 5s
[NG-UI] [TITLE]  Unzipping Cypress        77% 5s
[NG-UI] [TITLE]  Unzipping Cypress        78% 4s
[NG-UI] [TITLE]  Unzipping Cypress        79% 4s
[NG-UI] [TITLE]  Unzipping Cypress        80% 4s
[NG-UI] [TITLE]  Unzipping Cypress        81% 4s
[NG-UI] [TITLE]  Unzipping Cypress        82% 4s
[NG-UI] [TITLE]  Unzipping Cypress        83% 3s
[NG-UI] [TITLE]  Unzipping Cypress        84% 3s
[NG-UI] [TITLE]  Unzipping Cypress        85% 3s
[NG-UI] [TITLE]  Unzipping Cypress        86% 3s
[NG-UI] [TITLE]  Unzipping Cypress        87% 3s
[NG-UI] [TITLE]  Unzipping Cypress        88% 2s
[NG-UI] [TITLE]  Unzipping Cypress        89% 2s
[NG-UI] [TITLE]  Unzipping Cypress        90% 2s
[NG-UI] [TITLE]  Unzipping Cypress        91% 2s
[RO]  ---> 0e06fd3f2c8a
[RO] Step 33/60 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[RO]  ---> Running in bf42606db8f2
[RO] Removing intermediate container bf42606db8f2
[RO]  ---> dd2f8e109c0c
[RO] Step 34/60 : COPY --from=INSTALL /usr/bin/genisoimage /usr/bin/genisoimage
[RO]  ---> b5ecc58818f4
[RO] Step 35/60 : COPY --from=INSTALL /etc/protocols /etc/protocols
[RO]  ---> d49a4c2937ac
[RO] Step 36/60 : EXPOSE 9090
[RO]  ---> Running in 54a22b916dbc
[RO] Removing intermediate container 54a22b916dbc
[RO]  ---> 70c3a1f1f384
[RO] Step 37/60 : RUN groupadd -g 1000 appuser &&     useradd -u 1000 -g 1000 -d /app appuser &&     mkdir -p /app/osm_ro &&     mkdir -p /app/storage/kafka &&     mkdir /app/log &&     chown -R appuser:appuser /app
[RO]  ---> Running in 58e14e86af12
[RO] Removing intermediate container 58e14e86af12
[RO]  ---> 8d91d0a8928b
[RO] Step 38/60 : WORKDIR /app/osm_ro
[RO]  ---> Running in 947dc389b283
[RO] Removing intermediate container 947dc389b283
[RO]  ---> 5247367c1e5e
[RO] Step 39/60 : USER appuser
[RO]  ---> Running in 8cdf2784ef3e
[RO] Removing intermediate container 8cdf2784ef3e
[RO]  ---> c73da7b19cb5
[RO] Step 40/60 : ENV RO_DB_HOST=""
[RO]  ---> Running in cb14ade627f9
[RO] Removing intermediate container cb14ade627f9
[RO]  ---> bd4ad180e061
[RO] Step 41/60 : ENV RO_DB_OVIM_HOST=""
[RO]  ---> Running in 73bb874b6bbc
[RO] Removing intermediate container 73bb874b6bbc
[RO]  ---> 63661c40d830
[RO] Step 42/60 : ENV RO_DB_ROOT_PASSWORD=""
[RO]  ---> Running in 65bae9a1024b
[RO] Removing intermediate container 65bae9a1024b
[RO]  ---> 0fb874413df9
[RO] Step 43/60 : ENV RO_DB_OVIM_ROOT_PASSWORD=""
[RO]  ---> Running in 2a15eec37e27
[RO] Removing intermediate container 2a15eec37e27
[RO]  ---> a478329e6e08
[RO] Step 44/60 : ENV RO_DB_USER=mano
[RO]  ---> Running in 444d9a62a489
[RO] Removing intermediate container 444d9a62a489
[RO]  ---> f9ea9f0aa303
[RO] Step 45/60 : ENV RO_DB_OVIM_USER=mano
[RO]  ---> Running in 530bb1c336b3
[RO] Removing intermediate container 530bb1c336b3
[RO]  ---> 52e006df277b
[RO] Step 46/60 : ENV RO_DB_PASSWORD=manopw
[RO]  ---> Running in ce422afa107b
[RO] Removing intermediate container ce422afa107b
[RO]  ---> bbd831999f20
[RO] Step 47/60 : ENV RO_DB_OVIM_PASSWORD=manopw
[RO]  ---> Running in e1b28fb17fb6
[RO] Removing intermediate container e1b28fb17fb6
[RO]  ---> 9c62893c34e7
[RO] Step 48/60 : ENV RO_DB_PORT=3306
[RO]  ---> Running in 30464ff3e1c7
[RO] Removing intermediate container 30464ff3e1c7
[RO]  ---> 001d3e0ae957
[RO] Step 49/60 : ENV RO_DB_OVIM_PORT=3306
[RO]  ---> Running in f612305c67d8
[RO] Removing intermediate container f612305c67d8
[RO]  ---> 8169fc1355d0
[RO] Step 50/60 : ENV RO_DB_NAME=mano_db
[RO]  ---> Running in 6d7d8f642031
[RO] Removing intermediate container 6d7d8f642031
[RO]  ---> 72a2fc4cfec2
[RO] Step 51/60 : ENV RO_DB_OVIM_NAME=mano_vim_db
[RO]  ---> Running in 1c29fbac9f6d
[RO] Removing intermediate container 1c29fbac9f6d
[RO]  ---> b2c298be2d14
[RO] Step 52/60 : ENV OPENMANO_TENANT=osm
[RO]  ---> Running in b5a7b3115f09
[RO] Removing intermediate container b5a7b3115f09
[RO]  ---> 8a754bd0bedd
[RO] Step 53/60 : ENV OSMRO_DATABASE_DRIVER mongo
[RO]  ---> Running in 1b5cb21f3488
[RO] Removing intermediate container 1b5cb21f3488
[RO]  ---> e1bbbc83e2b9
[RO] Step 54/60 : ENV OSMRO_DATABASE_URI mongodb://mongo:27017
[RO]  ---> Running in 947757c19f82
[RO] Removing intermediate container 947757c19f82
[RO]  ---> 13cf22528dd1
[RO] Step 55/60 : ENV OSMRO_MESSAGE_DRIVER  kafka
[NG-UI] [TITLE]  Unzipping Cypress        92% 2s
[NG-UI] [TITLE]  Unzipping Cypress        93% 1s
[NG-UI] [TITLE]  Unzipping Cypress        94% 1s
[RO]  ---> Running in ce6030fbace9
[RO] Removing intermediate container ce6030fbace9
[RO]  ---> d93feaf452db
[RO] Step 56/60 : ENV OSMRO_MESSAGE_HOST    kafka
[RO]  ---> Running in 97cb109294b0
[RO] Removing intermediate container 97cb109294b0
[RO]  ---> dcf00a821886
[RO] Step 57/60 : ENV OSMRO_MESSAGE_PORT    9092
[RO]  ---> Running in b880e8a68f9d
[RO] Removing intermediate container b880e8a68f9d
[RO]  ---> 325f10e16a40
[RO] Step 58/60 : ENV OSMRO_LOG_LEVEL       INFO
[RO]  ---> Running in a052d76e3377
[RO] Removing intermediate container a052d76e3377
[RO]  ---> dbc37d604e24
[RO] Step 59/60 : HEALTHCHECK --start-period=130s --interval=10s --timeout=5s --retries=12   CMD curl --silent --fail http://localhost:9090/ro || exit 1
[RO]  ---> Running in e32df9632d12
[RO] Removing intermediate container e32df9632d12
[RO]  ---> feb5ca571ba1
[RO] Step 60/60 : CMD ["python3", "-u", "-m", "osm_ng_ro.ro_main"]
[RO]  ---> Running in b34fe08c7371
[RO] Removing intermediate container b34fe08c7371
[RO]  ---> bef4a2f976ee
[RO] [Warning] One or more build-args [PYTHON3_OSM_PLA_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_TAPI_URL OSM_DEVOPS_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_MON_URL PYTHON3_N2VC_URL PYTHON3_OSM_POLICY_MODULE_URL OSM_NGUI_URL OSM_TESTS_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSMCLIENT_URL CACHE_DATE OSM_IMDOCS_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL] were not consumed
[RO] Successfully built bef4a2f976ee
[RO] Successfully tagged opensourcemano/ro:osm-v140-merge-335
[NG-UI] [TITLE]  Unzipping Cypress        95% 1s
[NG-UI] [TITLE]  Unzipping Cypress        96% 1s
[NG-UI] [TITLE]  Unzipping Cypress        97% 1s
[NG-UI] [TITLE]  Unzipping Cypress        98% 0s
[NG-UI] [TITLE]  Unzipping Cypress        99% 0s
[Pipeline] [RO] echo
[RO] Tagging ro:osm-v140-merge-335
[Pipeline] [RO] sh
[NG-UI] [TITLE]  Unzipping Cypress        100% 0s
[RO] [RO] Running shell script
[RO] + docker tag opensourcemano/ro:osm-v140-merge-335 osm.etsi.org:5050/devops/cicd/opensourcemano/ro:osm-v140-merge-335
[Pipeline] [RO] sh
[RO] [RO] Running shell script
[RO] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/ro:osm-v140-merge-335
[RO] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/ro]
[RO] 8da8fd94a736: Preparing
[RO] edb1614adfe4: Preparing
[RO] 5c818ff147d6: Preparing
[RO] 3e42ffceb066: Preparing
[RO] 01d1c866366d: Preparing
[RO] fd6f35f1e562: Preparing
[RO] bddd493a7bbd: Preparing
[RO] f2cd04a90f42: Preparing
[RO] 629ca62fb7c7: Preparing
[RO] bddd493a7bbd: Waiting
[RO] f2cd04a90f42: Waiting
[RO] 629ca62fb7c7: Waiting
[RO] fd6f35f1e562: Waiting
[RO] edb1614adfe4: Pushed
[RO] 3e42ffceb066: Pushed
[RO] 8da8fd94a736: Pushed
[RO] 5c818ff147d6: Pushed
[RO] 629ca62fb7c7: Layer already exists
[RO] bddd493a7bbd: Layer already exists
[RO] f2cd04a90f42: Layer already exists
[RO] fd6f35f1e562: Pushed
[NG-UI] [TITLE]  Unzipped Cypress       
[NG-UI] [SUCCESS]  Unzipped Cypress       
[NG-UI] [STARTED] Task without title.
[NG-UI] [TITLE]  Finished Installation   /root/.cache/Cypress/12.17.4
[NG-UI] [SUCCESS]  Finished Installation   /root/.cache/Cypress/12.17.4
[NG-UI] 
[NG-UI] You can now open Cypress by running: node_modules/.bin/cypress open
[NG-UI] 
[NG-UI] https://on.cypress.io/installing-cypress
[NG-UI] 
[NG-UI] npm notice created a lockfile as package-lock.json. You should commit this file.
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @esbuild/linux-loong64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/@esbuild/linux-loong64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @esbuild/linux-loong64@0.15.5: wanted {"os":"linux","arch":"loong64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-android-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-android-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-android-64@0.15.5: wanted {"os":"android","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-android-arm64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-android-arm64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-android-arm64@0.15.5: wanted {"os":"android","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-darwin-arm64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-darwin-arm64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-darwin-arm64@0.15.5: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-freebsd-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-freebsd-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-freebsd-64@0.15.5: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-darwin-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-darwin-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-darwin-64@0.15.5: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-freebsd-arm64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-freebsd-arm64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-freebsd-arm64@0.15.5: wanted {"os":"freebsd","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-32@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-32):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-32@0.15.5: wanted {"os":"linux","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-arm@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-arm):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-arm@0.15.5: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-arm64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-arm64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-arm64@0.15.5: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-mips64le@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-mips64le):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-mips64le@0.15.5: wanted {"os":"linux","arch":"mips64el"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-ppc64le@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-ppc64le):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-ppc64le@0.15.5: wanted {"os":"linux","arch":"ppc64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-s390x@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-s390x):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-s390x@0.15.5: wanted {"os":"linux","arch":"s390x"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-riscv64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-riscv64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-riscv64@0.15.5: wanted {"os":"linux","arch":"riscv64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-netbsd-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-netbsd-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-netbsd-64@0.15.5: wanted {"os":"netbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-openbsd-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-openbsd-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-openbsd-64@0.15.5: wanted {"os":"openbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-sunos-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-sunos-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-sunos-64@0.15.5: wanted {"os":"sunos","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-32@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-32):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-32@0.15.5: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-64@0.15.5: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-arm64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-arm64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-arm64@0.15.5: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN notsup Unsupported engine for @yarnpkg/parsers@3.0.2: wanted: {"node":">=18.12.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
[NG-UI] npm WARN notsup Not compatible with your version of node/npm: @yarnpkg/parsers@3.0.2
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-darwin-arm64@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-darwin-arm64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-darwin-arm64@15.9.3: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-linux-arm-gnueabihf@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-linux-arm-gnueabihf):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-linux-arm-gnueabihf@15.9.3: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-darwin-x64@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-darwin-x64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-darwin-x64@15.9.3: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-linux-arm64-gnu@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-linux-arm64-gnu):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-linux-arm64-gnu@15.9.3: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-linux-arm64-musl@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-linux-arm64-musl):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-linux-arm64-musl@15.9.3: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-win32-arm64-msvc@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-win32-arm64-msvc):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-win32-arm64-msvc@15.9.3: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-win32-x64-msvc@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-win32-x64-msvc):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-win32-x64-msvc@15.9.3: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN @angular/flex-layout@9.0.0-beta.31 requires a peer of @angular/cdk@^9.0.0-rc.8 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @angular/flex-layout@9.0.0-beta.31 requires a peer of tslib@^1.9.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-bootstrap/ng-bootstrap@11.0.1 requires a peer of @angular/common@^13.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-bootstrap/ng-bootstrap@11.0.1 requires a peer of @angular/core@^13.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-bootstrap/ng-bootstrap@11.0.1 requires a peer of @angular/forms@^13.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-bootstrap/ng-bootstrap@11.0.1 requires a peer of @angular/localize@^13.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-select/ng-select@8.3.0 requires a peer of @angular/common@>=13.0.0 <14.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-select/ng-select@8.3.0 requires a peer of @angular/core@>=13.0.0 <14.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-select/ng-select@8.3.0 requires a peer of @angular/forms@>=13.0.0 <14.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN angular-notifier@9.1.0 requires a peer of @angular/common@>= 11.0.0 < 12.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN angular-notifier@9.1.0 requires a peer of @angular/core@>= 11.0.0 < 12.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN bootstrap@4.6.2 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN bootstrap@4.6.2 requires a peer of popper.js@^1.16.1 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ng2-smart-table@1.6.0 requires a peer of @angular/common@^9.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ng2-smart-table@1.6.0 requires a peer of @angular/core@^9.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ng2-smart-table@1.6.0 requires a peer of @angular/forms@^9.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ng2-smart-table@1.6.0 requires a peer of tslib@^1.9.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @angular-eslint/schematics@13.5.0 requires a peer of @angular/cli@>= 13.0.0 < 14.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ajv-keywords@3.5.2 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.
[NG-UI] 
[NG-UI] added 1522 packages from 2513 contributors and audited 1552 packages in 103.592s
[NG-UI] 
[NG-UI] 233 packages are looking for funding
[NG-UI]   run `npm fund` for details
[NG-UI] 
[NG-UI] found 11 vulnerabilities (5 moderate, 6 high)
[NG-UI]   run `npm audit fix` to fix them, or `npm audit` for details
[RO] 01d1c866366d: Pushed
[RO] osm-v140-merge-335: digest: sha256:639c400c691681fbe480f791029a75a2d607d9dc45319ff27eb5493bcab81b0d size: 2204
[Pipeline] [RO] }
[Pipeline] [RO] // dir
[Pipeline] [RO] }
[NG-UI] Removing intermediate container 620aeea16d46
[NG-UI]  ---> e39c700a5368
[NG-UI] Step 12/23 : RUN npm run build
[NG-UI]  ---> Running in 1d61564fc3db
[NG-UI] 
[NG-UI] > osm@14.0.0 build /usr/share/osm-ngui
[NG-UI] > ng build --configuration production --aot
[NG-UI] 
[NG-UI] - Generating browser application bundles (phase: setup)...
[NG-UI] Processing legacy "View Engine" libraries:
[NG-UI] - @angular/flex-layout/core [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[NG-UI] - @ng-idle/core [es2015/esm2015] (git+https://github.com/moribvndvs/ng2-idle.git)
[NG-UI] - @ngx-translate/core [es2015/esm2015] (git+https://github.com/ngx-translate/core.git)
[NG-UI] - @akveo/ng2-completer [es2015/esm2015] (git+https://github.com/oferh/ng2-completer.git)
[NG-UI] - @angular/flex-layout/extended [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[NG-UI] - @angular/flex-layout/flex [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[NG-UI] - @angular/flex-layout/grid [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[NG-UI] - @ng-idle/keepalive [es2015/esm2015] (git+https://github.com/moribvndvs/ng2-idle.git)
[NG-UI] - angular-notifier [es2015/esm2015] (git+https://github.com/dominique-mueller/angular-notifier.git)
[NG-UI] - @ngx-translate/http-loader [es2015/esm2015] (git+https://github.com/ngx-translate/http-loader.git)
[NG-UI] - ngx-toastr [es2015/esm2015] (git+https://github.com/scttcper/ngx-toastr.git)
[NG-UI] - ng2-smart-table [es2015/esm2015] ()
[NG-UI] - ng-sidebar [main/commonjs] (git+https://github.com/arkon/ng-sidebar.git)
[NG-UI] - @angular/flex-layout [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[NG-UI] Encourage the library authors to publish an Ivy distribution.
[NG-UI] ✔ Browser application bundle generation complete.
[NG-UI] ✔ Browser application bundle generation complete.
[NG-UI] - Copying assets...
[NG-UI] ✔ Copying assets complete.
[NG-UI] - Generating index html...
[NG-UI] - Generating index html...
[NG-UI] 1 rules skipped due to selector errors:
[NG-UI]   .custom-file-input:lang(en)~.custom-file-label -> unmatched pseudo-class :lang
[NG-UI] ✔ Index html generation complete.
[NG-UI] 
[NG-UI] Initial Chunk Files           | Names                                  |  Raw Size | Estimated Transfer Size
[NG-UI] main.d072e3d93307a941.js      | main                                   |   1.33 MB |               314.14 kB
[NG-UI] styles.12f6a38a8d2a4531.css   | styles                                 | 256.24 kB |                35.62 kB
[NG-UI] polyfills.de0bb5264be3b4bb.js | polyfills                              |  34.40 kB |                11.13 kB
[NG-UI] runtime.61f340ca22b42a35.js   | runtime                                |   3.61 kB |                 1.73 kB
[NG-UI] scripts.03d911157aa4cedb.js   | scripts                                |   3.45 kB |                 1.36 kB
[NG-UI] 
[NG-UI] | Initial Total                          |   1.62 MB |               363.98 kB
[NG-UI] 
[NG-UI] Lazy Chunk Files              | Names                                  |  Raw Size | Estimated Transfer Size
[NG-UI] 572.53a794071f3e234a.js       | vim-accounts-VimAccountsModule         | 311.15 kB |                68.21 kB
[NG-UI] 209.094dc7215897deaa.js       | instances-InstancesModule              | 202.62 kB |                22.45 kB
[NG-UI] 859.2733550a9d4a17d4.js       | packages-PackagesModule                | 202.00 kB |                42.95 kB
[NG-UI] 266.61ac87ca0735e498.js       | packages-PackagesModule                | 168.99 kB |                49.64 kB
[NG-UI] 585.c9ad4b944138c9c5.js       | packages-PackagesModule                | 159.72 kB |                19.14 kB
[NG-UI] 189.dda6edfc277d4855.js       | packages-PackagesModule                | 122.92 kB |                29.07 kB
[NG-UI] 845.3b8bdce433ce56be.js       | roles-RolesModule                      | 119.10 kB |                29.20 kB
[NG-UI] 134.5958df256ddd0084.js       | packages-PackagesModule                |  93.31 kB |                26.98 kB
[NG-UI] 602.fe9687b9d51e1aa3.js       | k8s-K8sModule                          |  43.35 kB |                 6.64 kB
[NG-UI] 757.9c344a336d4c7ea4.js       | sdn-controller-SDNControllerModule     |  39.57 kB |                 6.55 kB
[NG-UI] 514.d6b23987213ab452.js       | users-UsersModule                      |  37.34 kB |                 6.90 kB
[NG-UI] 548.bb121320796baf5e.js       | projects-ProjectsModule                |  32.54 kB |                 6.57 kB
[NG-UI] 958.fae3025b6caa9ee8.js       | wim-accounts-WIMAccountsModule         |  30.53 kB |                 5.38 kB
[NG-UI] 274.5a8c7844f5f71c7a.js       | dashboard-DashboardModule              |  27.03 kB |                 5.16 kB
[NG-UI] 690.4aac51d47cb4c115.js       | osm-repositories-OsmRepositoriesModule |  25.70 kB |                 5.27 kB
[NG-UI] 554.ef427bf059bb5c3e.js       | dashboard-DashboardModule              |  25.01 kB |                 6.56 kB
[NG-UI] 583.bf3d2be43ea69a35.js       | dashboard-DashboardModule              |  20.83 kB |                 6.92 kB
[NG-UI] common.32fa5d58bd1d92d1.js    | common                                 |   3.97 kB |                 1.18 kB
[NG-UI] 
[NG-UI] Build at: 2024-05-21T22:12:54.257Z - Hash: 9e69d3571db340d0 - Time: 71461ms
[NG-UI] 
[NG-UI] Warning: /usr/share/osm-ngui/src/services/AcessGuardService.ts is part of the TypeScript compilation but it's unused.
[NG-UI] Add only entry points to the 'files' or 'include' properties in your tsconfig.
[NG-UI] 
[NG-UI] 
[NG-UI] Removing intermediate container 1d61564fc3db
[NG-UI]  ---> 07b6edc6661c
[NG-UI] Step 13/23 : FROM ubuntu:22.04 AS FINAL
[NG-UI]  ---> 52882761a72a
[NG-UI] Step 14/23 : ARG APT_PROXY
[NG-UI]  ---> Using cache
[NG-UI]  ---> bf8675204e26
[NG-UI] Step 15/23 : 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
[NG-UI]  ---> Using cache
[NG-UI]  ---> 6b16749f3331
[NG-UI] Step 16/23 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     nginx=1.18.* &&     rm -rf /var/lib/apt/lists/*
[NG-UI]  ---> Using cache
[NG-UI]  ---> 84d34b0fa4e2
[NG-UI] Step 17/23 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[NG-UI]  ---> Using cache
[NG-UI]  ---> 73a4a8790e0a
[NG-UI] Step 18/23 : RUN rm -rf /usr/share/nginx/html/*
[NG-UI]  ---> Using cache
[NG-UI]  ---> 34db8c02d658
[NG-UI] Step 19/23 : COPY --from=INSTALL /usr/share/osm-ngui/nginx/nginx.conf /etc/nginx/sites-available/default
[NG-UI]  ---> Using cache
[NG-UI]  ---> 37c50d7d7d44
[NG-UI] Step 20/23 : COPY --from=INSTALL /usr/share/osm-ngui/dist/osm /usr/share/nginx/html
[NG-UI]  ---> Using cache
[NG-UI]  ---> 9936b72739d4
[NG-UI] Step 21/23 : EXPOSE 80
[NG-UI]  ---> Using cache
[NG-UI]  ---> e50bd3516b41
[NG-UI] Step 22/23 : HEALTHCHECK --start-period=130s --interval=10s --timeout=5s --retries=12   CMD curl --silent --fail localhost:80 || exit 1
[NG-UI]  ---> Using cache
[NG-UI]  ---> 65fad08f8176
[NG-UI] Step 23/23 : CMD ["nginx", "-g", "daemon off;"]
[NG-UI]  ---> Using cache
[NG-UI]  ---> 38916e0333f8
[NG-UI] [Warning] One or more build-args [PYTHON3_OSM_NBI_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_AZURE_URL OSM_IMDOCS_URL OSM_TESTS_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_N2VC_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_DEVOPS_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_POLICY_MODULE_URL] were not consumed
[NG-UI] Successfully built 38916e0333f8
[NG-UI] Successfully tagged opensourcemano/ng-ui:osm-v140-merge-335
[Pipeline] [NG-UI] echo
[NG-UI] Tagging ng-ui:osm-v140-merge-335
[Pipeline] [NG-UI] sh
[NG-UI] [NG-UI] Running shell script
[NG-UI] + docker tag opensourcemano/ng-ui:osm-v140-merge-335 osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui:osm-v140-merge-335
[Pipeline] [NG-UI] sh
[NG-UI] [NG-UI] Running shell script
[NG-UI] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui:osm-v140-merge-335
[NG-UI] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui]
[NG-UI] 87b08676dc5c: Preparing
[NG-UI] 7642faaa7851: Preparing
[NG-UI] c6603dadcd1b: Preparing
[NG-UI] 547fe3fa5606: Preparing
[NG-UI] 009fde1c2cc4: Preparing
[NG-UI] f2cd04a90f42: Preparing
[NG-UI] 629ca62fb7c7: Preparing
[NG-UI] 629ca62fb7c7: Waiting
[NG-UI] f2cd04a90f42: Waiting
[NG-UI] 7642faaa7851: Layer already exists
[NG-UI] 547fe3fa5606: Layer already exists
[NG-UI] 009fde1c2cc4: Layer already exists
[NG-UI] 87b08676dc5c: Layer already exists
[NG-UI] c6603dadcd1b: Layer already exists
[NG-UI] f2cd04a90f42: Layer already exists
[NG-UI] 629ca62fb7c7: Layer already exists
[NG-UI] osm-v140-merge-335: digest: sha256:5b11f12042add6d4132ebbffffdf93ab394d346b6c4e3b1928c50c26c7b32d72 size: 1780
[Pipeline] [NG-UI] }
[Pipeline] [NG-UI] // dir
[Pipeline] [NG-UI] }
[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
Quota exceeded for ram: Requested 16384, but already used 325632 of 327680 ram (HTTP 403) (Request-ID: req-c1f2780a-3f6f-481a-b181-46d30e2fa293)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] stage
[Pipeline] { (Archive Container Logs)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cleanup)
[Pipeline] sh
[osm-stage_3-merge_v14.0] Running shell script
+ docker stop osm-v140-merge-335-apache
osm-v140-merge-335-apache
[Pipeline] sh
[osm-stage_3-merge_v14.0] Running shell script
+ docker rm osm-v140-merge-335-apache
osm-v140-merge-335-apache
[Pipeline] sh
[osm-stage_3-merge_v14.0] Running shell script
+ rm -rf /tmp/tmp.ot8y4v12Ju
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE