FailedConsole Output

Skipping 253 KB.. Full Log
[NBI] Step 18/46 : 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/*
[NBI]  ---> Using cache
[NBI]  ---> e4ed9a3886a1
[NBI] Step 19/46 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[Airflow] 2.5.3-python3.10: Pulling from apache/airflow
[Airflow] Digest: sha256:104413084ad5a9fa66c17aad35f668ade5fb67b2566c77125d81accbe6c5934f
[Airflow] Status: Downloaded newer image for apache/airflow:2.5.3-python3.10
[Airflow]  ---> 3211f4f8f08b
[Airflow] Step 2/16 : USER root
[Airflow]  ---> Using cache
[Airflow]  ---> 3072a386ee55
[Airflow] Step 3/16 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     gcc git python3 python3-dev python3-venv python3-pip     python3-setuptools wget zstd &&     python3 -m pip install -U pip build
[Webhook]  ---> 43d6cb76a2b0
[Webhook] Step 14/21 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/dist-packages
[Webhook]  ---> Using cache
[Webhook]  ---> ca75be19fbe8
[Webhook] Step 15/21 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[Webhook]  ---> Using cache
[Webhook]  ---> 82013aa197d3
[Webhook] Step 16/21 : COPY --from=INSTALL /usr/local/bin/uvicorn /usr/local/bin/uvicorn
[Webhook]  ---> Using cache
[Webhook]  ---> a3031f0033e2
[Webhook] Step 17/21 : RUN groupadd -g 1000 appuser &&     useradd -u 1000 -g 1000 -d /app appuser &&     mkdir -p /app/osm_webhook_translator &&     chown -R appuser:appuser /app
[Webhook]  ---> Using cache
[Webhook]  ---> 35185badbb14
[Webhook] Step 18/21 : WORKDIR /app/osm_webhook_translator
[Webhook]  ---> Using cache
[Webhook]  ---> a4a38b71087a
[Webhook] Step 19/21 : USER appuser
[Webhook]  ---> Using cache
[Webhook]  ---> 9efb9fb4cb18
[Webhook] Step 20/21 : EXPOSE 9998
[Webhook]  ---> Using cache
[Webhook]  ---> e7d9322d0c3f
[Webhook] Step 21/21 : CMD ["uvicorn", "osm_webhook_translator.main:app", "--host", "0.0.0.0", "--port", "9998"]
[Webhook]  ---> Using cache
[Webhook]  ---> d5ea12ad14ef
[Webhook] [Warning] One or more build-args [PYTHON3_OSM_ROSDN_IETFL2VPN_URL OSM_TESTS_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_ROVIM_OPENVIM_URL OSM_NGUI_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_RO_PLUGIN_URL CACHE_DATE PYTHON3_OSM_ROSDN_ONOSOF_URL OSM_IMDOCS_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_ODLOF_URL OSM_DEVOPS_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_NGSA_URL PYTHON3_N2VC_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROVIM_AZURE_URL] were not consumed
[Webhook] Successfully built d5ea12ad14ef
[Webhook] Successfully tagged opensourcemano/webhook:osm-v140-merge-258
[osmclient]  ---> b6b5e2d0699b
[osmclient] Step 17/31 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/dist-packages
[osmclient]  ---> Using cache
[osmclient]  ---> 26e398830ae7
[osmclient] Step 18/31 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     libmagic1=1:5.*     && rm -rf /var/lib/apt/lists/*
[osmclient]  ---> Using cache
[osmclient]  ---> 00b7f6262fab
[osmclient] Step 19/31 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[osmclient]  ---> Using cache
[osmclient]  ---> ae5d7eb3f850
[osmclient] Step 20/31 : COPY --from=INSTALL /usr/bin/osm /usr/bin/osm
[osmclient]  ---> Using cache
[osmclient]  ---> 2e3299f9f4e0
[osmclient] Step 21/31 : COPY charm.sh /usr/sbin/charm
[osmclient]  ---> Using cache
[osmclient]  ---> b6640f635031
[osmclient] Step 22/31 : RUN groupadd -g 1000 appuser &&     useradd -u 1000 -g 1000 -d /app appuser &&     mkdir -p /app/osmclient &&     chown -R appuser:appuser /app
[osmclient]  ---> Using cache
[osmclient]  ---> 6c90bd7560c3
[osmclient] Step 23/31 : WORKDIR /app/osmclient
[osmclient]  ---> Using cache
[osmclient]  ---> 8ae70384cd91
[osmclient] Step 24/31 : USER appuser
[osmclient]  ---> Using cache
[osmclient]  ---> ef707502b926
[osmclient] Step 25/31 : ENV LC_ALL=C.UTF-8
[osmclient]  ---> Using cache
[osmclient]  ---> 9cd54ec90a54
[osmclient] Step 26/31 : ENV LANG=C.UTF-8
[osmclient]  ---> Using cache
[osmclient]  ---> e2680bb756c1
[osmclient] Step 27/31 : ENV OSM_HOSTNAME    nbi:9999
[osmclient]  ---> Using cache
[osmclient]  ---> 9c2211c4ed72
[osmclient] Step 28/31 : ENV OSM_USER        admin
[osmclient]  ---> Using cache
[osmclient]  ---> 1e1458dec4db
[osmclient] Step 29/31 : ENV OSM_PASSWORD    admin
[osmclient]  ---> Using cache
[osmclient]  ---> df1f2cd125f6
[osmclient] Step 30/31 : ENV OSM_PROJECT     admin
[osmclient]  ---> Using cache
[osmclient]  ---> bbcf2564f0d0
[osmclient] Step 31/31 : ENTRYPOINT [ "/bin/bash" ]
[osmclient]  ---> Using cache
[osmclient]  ---> c5acf0a58aef
[osmclient] [Warning] One or more build-args [PYTHON3_OSM_RO_PLUGIN_URL CACHE_DATE OSM_DEVOPS_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_AZURE_URL OSM_NGUI_URL OSM_TESTS_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_N2VC_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL OSM_IMDOCS_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_DYNPAC_URL] were not consumed
[osmclient] Successfully built c5acf0a58aef
[osmclient] Successfully tagged opensourcemano/osmclient:osm-v140-merge-258
[MON]  ---> 86d0c4e007da
[MON] Step 21/56 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[MON]  ---> Using cache
[MON]  ---> 9637927196e2
[MON] Step 22/56 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     ca-certificates     && rm -rf /var/lib/apt/lists/*
[MON]  ---> Using cache
[MON]  ---> 48f7f42688bc
[MON] Step 23/56 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[MON]  ---> Using cache
[MON]  ---> ebfe437d16a7
[MON] Step 24/56 : COPY --from=INSTALL /usr/bin/osm* /usr/bin/
[Keystone] [Keystone] Running shell script
[Keystone] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/keystone:osm-v140-merge-258
[Keystone] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/keystone]
[Keystone] 8c427247203d: Preparing
[Keystone] 0cf23218dd30: Preparing
[Keystone] f18722379fe9: Preparing
[Keystone] 20f5d84ce0cb: Preparing
[Keystone] b7ed83e186f2: Preparing
[Keystone] 0b9985c67716: Preparing
[Keystone] 5498e8c22f69: Preparing
[Keystone] 0b9985c67716: Waiting
[Keystone] 5498e8c22f69: Waiting
[Keystone] b7ed83e186f2: Layer already exists
[Keystone] f18722379fe9: Layer already exists
[Keystone] 20f5d84ce0cb: Layer already exists
[Keystone] 8c427247203d: Layer already exists
[Keystone] 0cf23218dd30: Layer already exists
[Keystone] 5498e8c22f69: Layer already exists
[Keystone] 0b9985c67716: Layer already exists
[Keystone] osm-v140-merge-258: digest: sha256:2fdbbe3c2a02296eab10712c8c9e48d3c74925d682b0bb3cb1707485262f5d84 size: 1782
[Pipeline] [Webhook] echo
[Webhook] Tagging webhook:osm-v140-merge-258
[Pipeline] [Webhook] sh
[NG-UI]  ---> Running in b17fad84516a
[PLA] 
[PLA] 
[POL] 22.04: Pulling from library/ubuntu
[POL] Digest: sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
[POL] Status: Image is up to date for ubuntu:22.04
[POL]  ---> ca2b0f26964c
[POL] Step 2/40 : ARG APT_PROXY
[POL]  ---> Using cache
[POL]  ---> 68af8829a8cb
[POL] Step 3/40 : 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
[POL]  ---> Using cache
[POL]  ---> 1833c12d948c
[POL] Step 4/40 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     gcc=4:11.*     python3=3.10.*     python3-dev=3.10.*     python3-pip=22.0.*     curl=7.81.*     && rm -rf /var/lib/apt/lists/*
[POL]  ---> Using cache
[POL]  ---> 66dac7b65c8d
[POL] Step 5/40 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     mysql-client-core-8.0=8.0.*
[POL]  ---> Using cache
[POL]  ---> 7e5adeecc2c1
[POL] Step 6/40 : ARG PYTHON3_OSM_COMMON_URL
[POL]  ---> Using cache
[POL]  ---> 9d0e661dc78c
[POL] Step 7/40 : ARG PYTHON3_OSM_POLICY_MODULE_URL
[POL]  ---> Using cache
[POL]  ---> 348bbee0fd95
[POL] Step 8/40 : RUN curl $PYTHON3_OSM_COMMON_URL -o osm_common.deb
[POL]  ---> Using cache
[POL]  ---> 120a693a3c10
[POL] Step 9/40 : RUN dpkg -i ./osm_common.deb
[POL]  ---> Using cache
[POL]  ---> 433fafd8faa7
[POL] Step 10/40 : RUN curl $PYTHON3_OSM_POLICY_MODULE_URL -o osm_policy_module.deb
[POL]  ---> Using cache
[POL]  ---> a08acd8edaf9
[POL] Step 11/40 : RUN dpkg -i ./osm_policy_module.deb
[POL]  ---> Using cache
[POL]  ---> 72a5b4aea15a
[POL] Step 12/40 : RUN pip3 install     -r /usr/lib/python3/dist-packages/osm_common/requirements.txt     -r /usr/lib/python3/dist-packages/osm_policy_module/requirements.txt
[POL]  ---> Using cache
[POL]  ---> beb6a6e762ae
[POL] Step 13/40 : FROM ubuntu:22.04 as FINAL
[POL]  ---> ca2b0f26964c
[POL] Step 14/40 : ARG APT_PROXY
[POL]  ---> Using cache
[POL]  ---> 68af8829a8cb
[POL] Step 15/40 : 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
[POL]  ---> Using cache
[POL]  ---> 1833c12d948c
[POL] Step 16/40 : 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/*
[POL]  ---> Using cache
[POL]  ---> e4ed9a3886a1
[POL] Step 17/40 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[POL]  ---> Using cache
[Prometheus] 3.8: Pulling from library/python
[Prometheus] 7bb465c29149: Pulling fs layer
[Prometheus] 2b9b41aaa3c5: Pulling fs layer
[Prometheus] 49b40be4436e: Pulling fs layer
[Prometheus] c558fac597f8: Pulling fs layer
[Prometheus] 11402150a57e: Pulling fs layer
[Prometheus] 4532b04ec8f7: Pulling fs layer
[Prometheus] 4df0efb76c10: Pulling fs layer
[Prometheus] 951fd003e72c: Pulling fs layer
[Prometheus] 11402150a57e: Waiting
[Prometheus] c558fac597f8: Waiting
[Prometheus] 4532b04ec8f7: Waiting
[Prometheus] 4df0efb76c10: Waiting
[Webhook] [Webhook] Running shell script
[Pipeline] [Keystone] }
[tests] Digest: sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
[tests] Status: Image is up to date for ubuntu:22.04
[tests]  ---> ca2b0f26964c
[tests] Step 2/30 : ARG APT_PROXY
[tests]  ---> Using cache
[tests]  ---> 68af8829a8cb
[tests] Step 3/30 : 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
[tests]  ---> Using cache
[tests]  ---> 1833c12d948c
[tests] Step 4/30 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     gcc=4:11.*     python3=3.10.*     python3-dev=3.10.*     python3-pip=22.0.*     curl=7.81.*     && rm -rf /var/lib/apt/lists/*
[tests]  ---> Using cache
[tests]  ---> 66dac7b65c8d
[tests] Step 5/30 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     gettext-base=0.21*     git=1:2.34.*     iputils-ping=3:*     jq=1.6*     libmagic1=1:5.*
[tests]  ---> Using cache
[tests]  ---> b122dfa4c269
[tests] Step 6/30 : ARG OSM_TESTS_URL
[tests]  ---> Using cache
[tests]  ---> be66d9d267c8
[tests] Step 7/30 : ARG PYTHON3_OSM_IM_URL
[tests]  ---> Using cache
[tests]  ---> e662a2dfcc56
[tests] Step 8/30 : ARG PYTHON3_OSMCLIENT_URL
[tests]  ---> Using cache
[tests]  ---> 6d00876d76df
[tests] Step 9/30 : RUN curl $PYTHON3_OSM_IM_URL -o osm_im.deb
[tests]  ---> Using cache
[tests]  ---> 3e30beb9bf3e
[tests] Step 10/30 : RUN dpkg -i ./osm_im.deb
[tests]  ---> Using cache
[tests]  ---> 1e80175078c5
[tests] Step 11/30 : RUN curl $PYTHON3_OSMCLIENT_URL -o osmclient.deb
[tests]  ---> Using cache
[tests]  ---> 96dc57c2a16e
[tests] Step 12/30 : RUN dpkg -i ./osmclient.deb
[tests]  ---> Using cache
[tests]  ---> 7ea8e418534e
[tests] Step 13/30 : RUN curl $OSM_TESTS_URL -o osm_tests.deb
[tests]  ---> Using cache
[tests]  ---> 5a40d75dbe8c
[tests] Step 14/30 : RUN dpkg -i ./osm_tests.deb
[tests]  ---> Using cache
[tests]  ---> 8fb52b4e4f25
[tests] Step 15/30 : RUN pip3 install     -r /usr/lib/python3/dist-packages/osm_im/requirements.txt     -r /usr/lib/python3/dist-packages/osmclient/requirements.txt     -r /usr/share/osm-tests/requirements.txt
[tests]  ---> Using cache
[tests]  ---> 413b7cbec454
[tests] Step 16/30 : RUN mv /usr/share/osm-tests/robot-systest /robot-systest
[tests]  ---> Using cache
[tests]  ---> ab707888a032
[tests] Step 17/30 : RUN mv /usr/share/osm-tests/conformance-tests/ /robot-systest/
[tests]  ---> Using cache
[tests]  ---> 588eea60a280
[tests] Step 18/30 : RUN mv /usr/share/osm-tests/charm.sh /usr/sbin/charm
[tests]  ---> Using cache
[tests]  ---> 2bb29dee2065
[tests] Step 19/30 : ARG CACHE_DATE=not_a_date
[tests]  ---> Using cache
[tests]  ---> 18312d177e76
[tests] Step 20/30 : RUN git clone     https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git     --recurse-submodules     /robot-systest/osm-packages
[Pipeline] [osmclient] echo
[osmclient] Tagging osmclient:osm-v140-merge-258
[Pipeline] [osmclient] sh
[NBI]  ---> Using cache
[Airflow]  ---> Using cache
[Airflow]  ---> 361e4235ffd4
[Airflow] Step 4/16 : USER airflow
[Airflow]  ---> Using cache
[Airflow]  ---> d1f1f3cb93ec
[Airflow] Step 5/16 : ARG PYTHON3_OSM_COMMON_URL
[Airflow]  ---> Using cache
[Airflow]  ---> 9cc6fa034f6c
[Airflow] Step 6/16 : ARG PYTHON3_OSM_NGSA_URL
[Airflow]  ---> Using cache
[Airflow]  ---> 4d7c8914046f
[Airflow] Step 7/16 : RUN curl $PYTHON3_OSM_COMMON_URL -o osm_common.deb
[Airflow]  ---> Using cache
[Airflow]  ---> a213756c5a0b
[Airflow] Step 8/16 : RUN curl $PYTHON3_OSM_NGSA_URL -o osm_ngsa.deb
[Airflow]  ---> Using cache
[Airflow]  ---> 4958bb96bd85
[Airflow] Step 9/16 : RUN ar x osm_common.deb &&     zstd -d < control.tar.zst | xz > control.tar.xz &&     zstd -d < data.tar.zst | xz > data.tar.xz &&     ar -m -c -a sdsd osm_common_repacked.deb debian-binary control.tar.xz data.tar.xz &&     rm debian-binary control.tar.xz data.tar.xz control.tar.zst data.tar.zst
[Airflow]  ---> Using cache
[Airflow]  ---> dbf355a4c9eb
[Airflow] Step 10/16 : RUN ar x osm_ngsa.deb &&    zstd -d < control.tar.zst | xz > control.tar.xz &&    zstd -d < data.tar.zst | xz > data.tar.xz &&    ar -m -c -a sdsd osm_ngsa_repacked.deb debian-binary control.tar.xz data.tar.xz &&    rm debian-binary control.tar.xz data.tar.xz control.tar.zst data.tar.zst
[Airflow]  ---> Using cache
[Airflow]  ---> cb4a743bbce0
[Airflow] Step 11/16 : RUN mkdir /tmp/osm
[Airflow]  ---> Using cache
[Airflow]  ---> d55f7519ded6
[Airflow] Step 12/16 : RUN dpkg-deb -x osm_common_repacked.deb /tmp/osm
[Airflow]  ---> Using cache
[Airflow]  ---> 642c82f7d15f
[Airflow] Step 13/16 : RUN dpkg-deb -x osm_ngsa_repacked.deb /tmp/osm
[Airflow]  ---> Using cache
[Airflow]  ---> 6a5a8022d385
[Airflow] Step 14/16 : RUN mv /tmp/osm/usr/lib/python3/dist-packages/* /home/airflow/.local/lib/python3.10/site-packages/
[Airflow]  ---> Using cache
[Airflow]  ---> bb1bd2434bcc
[Airflow] Step 15/16 : RUN rm -rf /tmp/osm
[Airflow]  ---> Using cache
[Airflow]  ---> 5910f6972ced
[Airflow] Step 16/16 : RUN pip3 install    -r /home/airflow/.local/lib/python3.10/site-packages/osm_common/requirements.txt    -r /home/airflow/.local/lib/python3.10/site-packages/osm_ngsa/requirements.txt
[Airflow]  ---> Using cache
[Airflow]  ---> e895bc60b685
[Airflow] [Warning] One or more build-args [APT_PROXY PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_DEVOPS_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL OSM_TESTS_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_RO_PLUGIN_URL CACHE_DATE PYTHON3_OSM_MON_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL OSM_IMDOCS_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_DYNPAC_URL OSM_NGUI_URL PYTHON3_N2VC_URL PYTHON3_OSM_ROSDN_TAPI_URL] were not consumed
[Airflow] Successfully built e895bc60b685
[osmclient] [osmclient] Running shell script
[Pipeline] [Keystone] // dir
[Webhook] + docker tag opensourcemano/webhook:osm-v140-merge-258 osm.etsi.org:5050/devops/cicd/opensourcemano/webhook:osm-v140-merge-258
[Pipeline] [Keystone] }
[PLA]  ---> Using cache
[PLA]  ---> 5c357e4ed009
[PLA] Step 13/39 : RUN tar -zxf /minizinc.tgz &&     mv /MiniZincIDE-2.4.2-bundle-linux /minizinc
[PLA]  ---> Using cache
[PLA]  ---> cf1b32bcb9f3
[PLA] Step 14/39 : FROM ubuntu:22.04 as FINAL
[RO] 22.04: Pulling from library/ubuntu
[RO] Digest: sha256:77906da86b60585ce12215807090eb327e7386c8fafb5402369e421f44eff17e
[RO] Status: Image is up to date for ubuntu:22.04
[RO]  ---> ca2b0f26964c
[RO] Step 2/60 : ARG APT_PROXY
[RO]  ---> Using cache
[RO]  ---> 68af8829a8cb
[RO] Step 3/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]  ---> 1833c12d948c
[RO] Step 4/60 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     gcc=4:11.*     python3=3.10.*     python3-dev=3.10.*     python3-pip=22.0.*     curl=7.81.*     && rm -rf /var/lib/apt/lists/*
[RO]  ---> Using cache
[RO]  ---> 66dac7b65c8d
[RO] Step 5/60 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     genisoimage=9:1.1.*     netbase=6.*
[RO]  ---> Using cache
[RO]  ---> b15bc3737dfb
[RO] Step 6/60 : ARG PYTHON3_OSM_COMMON_URL
[RO]  ---> Using cache
[RO]  ---> 8da0e845979e
[RO] Step 7/60 : ARG PYTHON3_OSM_NG_RO_URL
[RO]  ---> Using cache
[RO]  ---> a20e45619637
[RO] Step 8/60 : ARG PYTHON3_OSM_RO_PLUGIN_URL
[RO]  ---> Using cache
[RO]  ---> f46602f6317c
[RO] Step 9/60 : ARG PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL
[RO]  ---> Using cache
[RO]  ---> 6e716f0084f6
[RO] Step 10/60 : ARG PYTHON3_OSM_ROSDN_DPB_URL
[RO]  ---> Using cache
[RO]  ---> c32cba474382
[RO] Step 11/60 : ARG PYTHON3_OSM_ROSDN_DYNPAC_URL
[RO]  ---> Using cache
[RO]  ---> 2eb5d02fa224
[RO] Step 12/60 : ARG PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL
[RO]  ---> Using cache
[RO]  ---> e2225b709074
[RO] Step 13/60 : ARG PYTHON3_OSM_ROSDN_IETFL2VPN_URL
[RO]  ---> Using cache
[RO]  ---> 9c988934dbaf
[RO] Step 14/60 : ARG PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL
[RO]  ---> Using cache
[RO]  ---> 7709b5a3fe77
[RO] Step 15/60 : ARG PYTHON3_OSM_ROSDN_ODLOF_URL
[RO]  ---> Using cache
[RO]  ---> e7e1434e2620
[RO] Step 16/60 : ARG PYTHON3_OSM_ROSDN_ONOSOF_URL
[RO]  ---> Using cache
[RO]  ---> 05a4dd36b4fe
[RO] Step 17/60 : ARG PYTHON3_OSM_ROSDN_ONOS_VPLS_URL
[RO]  ---> Using cache
[RO]  ---> c8cf6fcbffc3
[RO] Step 18/60 : ARG PYTHON3_OSM_ROVIM_AWS_URL
[RO]  ---> Using cache
[RO]  ---> c932afa29f1b
[RO] Step 19/60 : ARG PYTHON3_OSM_ROVIM_AZURE_URL
[RO]  ---> Using cache
[RO]  ---> 2b9dc178a60e
[RO] Step 20/60 : ARG PYTHON3_OSM_ROVIM_GCP_URL
[RO]  ---> Using cache
[RO]  ---> b2fbf1fe6490
[RO] Step 21/60 : ARG PYTHON3_OSM_ROVIM_OPENSTACK_URL
[RO]  ---> Using cache
[RO]  ---> 62fa9ac07b47
[RO] Step 22/60 : ARG PYTHON3_OSM_ROVIM_OPENVIM_URL
[RO]  ---> Using cache
[RO]  ---> 61b4b632fd39
[RO] Step 23/60 : ARG PYTHON3_OSM_ROVIM_VMWARE_URL
[RO]  ---> Using cache
[RO]  ---> 79572ce0590b
[RO] Step 24/60 : RUN for URL in     $PYTHON3_OSM_COMMON_URL     $PYTHON3_OSM_NG_RO_URL     $PYTHON3_OSM_RO_PLUGIN_URL     $PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL     $PYTHON3_OSM_ROSDN_DPB_URL     $PYTHON3_OSM_ROSDN_DYNPAC_URL     $PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL     $PYTHON3_OSM_ROSDN_IETFL2VPN_URL     $PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL     $PYTHON3_OSM_ROSDN_ODLOF_URL     $PYTHON3_OSM_ROSDN_ONOSOF_URL     $PYTHON3_OSM_ROSDN_ONOS_VPLS_URL     $PYTHON3_OSM_ROVIM_AWS_URL     $PYTHON3_OSM_ROVIM_AZURE_URL     $PYTHON3_OSM_ROVIM_GCP_URL     $PYTHON3_OSM_ROVIM_OPENSTACK_URL     $PYTHON3_OSM_ROVIM_OPENVIM_URL     $PYTHON3_OSM_ROVIM_VMWARE_URL ; do         curl -s $URL -O ;     done
[RO]  ---> Using cache
[RO]  ---> 21da37af24d4
[RO] Step 25/60 : RUN dpkg -i *.deb
[RO]  ---> Using cache
[RO]  ---> ee968fc75204
[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]  ---> Using cache
[RO]  ---> 0ea8137fcbcd
[RO] Step 27/60 : FROM ubuntu:22.04 as FINAL
[RO]  ---> ca2b0f26964c
[RO] Step 28/60 : ARG APT_PROXY
[RO]  ---> Using cache
[RO]  ---> 68af8829a8cb
[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]  ---> 1833c12d948c
[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]  ---> e4ed9a3886a1
[RO] Step 31/60 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[RO]  ---> Using cache
[Airflow] Successfully tagged opensourcemano/airflow:osm-v140-merge-258
[Prometheus] 2b9b41aaa3c5: Verifying Checksum
[Prometheus] 2b9b41aaa3c5: Download complete
[MON]  ---> Using cache
[LCM]  ---> Running in 9f3d5a5d2cd1
[osmclient] + docker tag opensourcemano/osmclient:osm-v140-merge-258 osm.etsi.org:5050/devops/cicd/opensourcemano/osmclient:osm-v140-merge-258
[Pipeline] [Airflow] echo
[Airflow] Tagging airflow:osm-v140-merge-258
[Pipeline] [Airflow] sh
[PLA]  ---> ca2b0f26964c
[PLA] Step 15/39 : ARG APT_PROXY
[PLA]  ---> Using cache
[PLA]  ---> 68af8829a8cb
[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]  ---> 1833c12d948c
[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]  ---> e4ed9a3886a1
[PLA] Step 18/39 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[PLA]  ---> Using cache
[RO]  ---> 30dab8bad829
[RO] Step 32/60 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[RO]  ---> Using cache
[NBI]  ---> a53dddb329c4
[NBI] Step 20/46 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[NBI]  ---> Using cache
[Prometheus] 7bb465c29149: Verifying Checksum
[Prometheus] 7bb465c29149: Download complete
[Prometheus] 11402150a57e: Verifying Checksum
[Prometheus] 11402150a57e: Download complete
[Airflow] [Airflow] Running shell script
[Pipeline] [osmclient] sh
[POL]  ---> 567952d83be7
[POL] Step 18/40 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[POL]  ---> Using cache
[Prometheus] 49b40be4436e: Verifying Checksum
[Prometheus] 49b40be4436e: Download complete
[Prometheus] 4df0efb76c10: Verifying Checksum
[Prometheus] 4df0efb76c10: Download complete
[Prometheus] 951fd003e72c: Verifying Checksum
[Prometheus] 951fd003e72c: Download complete
[Prometheus] 4532b04ec8f7: Verifying Checksum
[Prometheus] 4532b04ec8f7: Download complete
[Airflow] + docker tag opensourcemano/airflow:osm-v140-merge-258 osm.etsi.org:5050/devops/cicd/opensourcemano/airflow:osm-v140-merge-258
[osmclient] [osmclient] Running shell script
[Pipeline] [Airflow] sh
[Airflow] [Airflow] Running shell script
[Pipeline] [Webhook] sh
[osmclient] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/osmclient:osm-v140-merge-258
[osmclient] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/osmclient]
[osmclient] 8b9edfeabf4a: Preparing
[osmclient] a7e1844adb5e: Preparing
[osmclient] 9a713451c7c4: Preparing
[osmclient] d43e49aa9688: Preparing
[osmclient] 7aecb8af6733: Preparing
[osmclient] dd4dda9659b8: Preparing
[osmclient] 976b34a610af: Preparing
[osmclient] 6c2ff811d4fe: Preparing
[osmclient] 0b9985c67716: Preparing
[osmclient] 5498e8c22f69: Preparing
[osmclient] dd4dda9659b8: Waiting
[osmclient] 976b34a610af: Waiting
[osmclient] 6c2ff811d4fe: Waiting
[osmclient] 0b9985c67716: Waiting
[osmclient] 5498e8c22f69: Waiting
[Airflow] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/airflow:osm-v140-merge-258
[Airflow] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/airflow]
[Airflow] 3d0780555ab1: Preparing
[Airflow] 9cb4d4ae8742: Preparing
[Airflow] f99efaeddece: Preparing
[Airflow] 5c51451fb547: Preparing
[Airflow] 1165efc0a49f: Preparing
[Airflow] c343ebc93011: Preparing
[Airflow] 29e35375b28b: Preparing
[Airflow] 54ecc33a5bb9: Preparing
[Airflow] dc767c028600: Preparing
[Airflow] f53e8b19b1ac: Preparing
[Airflow] c1e0edc2cf45: Preparing
[Airflow] 4828a6c451df: Preparing
[Airflow] fa9ab046628c: Preparing
[Airflow] 5f70bf18a086: Preparing
[Airflow] 8b4250c5d64d: Preparing
[Airflow] af7b571f7ca8: Preparing
[Airflow] c57e7b07a3b2: Preparing
[Airflow] f280206a86b2: Preparing
[Airflow] feb06c5db7c4: Preparing
[Airflow] b082288f25e1: Preparing
[Airflow] 79d83185dd32: Preparing
[Airflow] ab84691a2eba: Preparing
[Airflow] 30baed22bc16: Preparing
[Airflow] 26f2bb17348b: Preparing
[Airflow] 15b3067dc4be: Preparing
[Airflow] db70c9ea5e22: Preparing
[Airflow] 31152b74f256: Preparing
[Airflow] 8a2adc4b2731: Preparing
[Airflow] 7766968e5876: Preparing
[Airflow] 16af49539099: Preparing
[Airflow] 219c6c2423f1: Preparing
[Airflow] 3af14c9a24c9: Preparing
[Airflow] 3d0780555ab1: Waiting
[Airflow] 9cb4d4ae8742: Waiting
[Airflow] f99efaeddece: Waiting
[Airflow] 5c51451fb547: Waiting
[Airflow] 1165efc0a49f: Waiting
[Airflow] c343ebc93011: Waiting
[Airflow] 29e35375b28b: Waiting
[Airflow] 54ecc33a5bb9: Waiting
[Airflow] dc767c028600: Waiting
[Airflow] f53e8b19b1ac: Waiting
[Airflow] c1e0edc2cf45: Waiting
[Airflow] 4828a6c451df: Waiting
[Airflow] fa9ab046628c: Waiting
[Airflow] 5f70bf18a086: Waiting
[Airflow] 8b4250c5d64d: Waiting
[Airflow] af7b571f7ca8: Waiting
[Airflow] c57e7b07a3b2: Waiting
[Airflow] 30baed22bc16: Waiting
[Airflow] 8a2adc4b2731: Waiting
[Airflow] 26f2bb17348b: Waiting
[Airflow] f280206a86b2: Waiting
[Airflow] 7766968e5876: Waiting
[Airflow] 16af49539099: Waiting
[Airflow] 219c6c2423f1: Waiting
[Airflow] 15b3067dc4be: Waiting
[Airflow] 31152b74f256: Waiting
[Airflow] feb06c5db7c4: Waiting
[Airflow] 79d83185dd32: Waiting
[Airflow] b082288f25e1: Waiting
[Airflow] ab84691a2eba: Waiting
[Webhook] [Webhook] Running shell script
[Webhook] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/webhook:osm-v140-merge-258
[Webhook] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/webhook]
[Webhook] 84432fd17dd5: Preparing
[Webhook] 7685df2f0e07: Preparing
[Webhook] f9db23caa58f: Preparing
[Webhook] 268328cf0039: Preparing
[Webhook] e1f2d9feb207: Preparing
[Webhook] 6c2ff811d4fe: Preparing
[Webhook] 0b9985c67716: Preparing
[Webhook] 5498e8c22f69: Preparing
[Webhook] 84432fd17dd5: Waiting
[Webhook] 7685df2f0e07: Waiting
[Webhook] f9db23caa58f: Waiting
[Webhook] 268328cf0039: Waiting
[Webhook] e1f2d9feb207: Waiting
[Webhook] 6c2ff811d4fe: Waiting
[Webhook] 0b9985c67716: Waiting
[LCM] Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
[osmclient] 7aecb8af6733: Layer already exists
[osmclient] 8b9edfeabf4a: Layer already exists
[osmclient] d43e49aa9688: Layer already exists
[osmclient] a7e1844adb5e: Layer already exists
[osmclient] 9a713451c7c4: Layer already exists
[osmclient] 6c2ff811d4fe: Layer already exists
[osmclient] 0b9985c67716: Layer already exists
[osmclient] 976b34a610af: Layer already exists
[osmclient] 5498e8c22f69: Layer already exists
[osmclient] dd4dda9659b8: Layer already exists
[osmclient] osm-v140-merge-258: digest: sha256:411b127606a09db02dac9f0deba7d30268bcfe000393c1ed0b949902bd738002 size: 2410
[Pipeline] [osmclient] }
[Airflow] 9cb4d4ae8742: Layer already exists
[Airflow] 5c51451fb547: Layer already exists
[Airflow] 3d0780555ab1: Layer already exists
[Airflow] f99efaeddece: Layer already exists
[Airflow] 1165efc0a49f: Layer already exists
[Airflow] dc767c028600: Layer already exists
[Airflow] 54ecc33a5bb9: Layer already exists
[Airflow] 29e35375b28b: Layer already exists
[Airflow] c343ebc93011: Layer already exists
[Airflow] f53e8b19b1ac: Layer already exists
[Airflow] 4828a6c451df: Layer already exists
[Airflow] 5f70bf18a086: Layer already exists
[Airflow] 8b4250c5d64d: Layer already exists
[Airflow] c1e0edc2cf45: Layer already exists
[Airflow] fa9ab046628c: Layer already exists
[Airflow] af7b571f7ca8: Layer already exists
[Airflow] c57e7b07a3b2: Layer already exists
[Airflow] feb06c5db7c4: Layer already exists
[Airflow] f280206a86b2: Layer already exists
[Airflow] b082288f25e1: Layer already exists
[Airflow] 26f2bb17348b: Layer already exists
[Airflow] 30baed22bc16: Layer already exists
[Airflow] ab84691a2eba: Layer already exists
[Airflow] 79d83185dd32: Layer already exists
[Airflow] 15b3067dc4be: Layer already exists
[Airflow] 16af49539099: Layer already exists
[Airflow] 31152b74f256: Layer already exists
[Airflow] db70c9ea5e22: Layer already exists
[Airflow] 8a2adc4b2731: Layer already exists
[Pipeline] [osmclient] // dir
[Pipeline] [osmclient] }
[Airflow] 7766968e5876: Layer already exists
[Airflow] 219c6c2423f1: Layer already exists
[Airflow] 3af14c9a24c9: Layer already exists
[Airflow] osm-v140-merge-258: digest: sha256:74c409e5add4f527d68de5ed43a4b80fed18cf97b15dfba768fd5694b1e377b9 size: 7006
[Pipeline] [Airflow] }
[Webhook] f9db23caa58f: Layer already exists
[Webhook] 268328cf0039: Layer already exists
[Webhook] e1f2d9feb207: Layer already exists
[Webhook] 7685df2f0e07: Layer already exists
[Webhook] 84432fd17dd5: Layer already exists
[Webhook] 6c2ff811d4fe: Layer already exists
[Webhook] 0b9985c67716: Layer already exists
[Webhook] 5498e8c22f69: Layer already exists
[Webhook] osm-v140-merge-258: digest: sha256:6a8415cc3d57babc1743517205b1600341a7eab8d91365dd8c628af530490194 size: 1992
[Pipeline] [Airflow] // dir
[Pipeline] [Airflow] }
[Pipeline] [Webhook] }
[Pipeline] [Webhook] // dir
[Pipeline] [Webhook] }
[NG-UI]   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
[NG-UI]                                  Dload  Upload   Total   Spent    Left  Speed
[NG-UI] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  967k  100  967k    0     0  5627k      0 --:--:-- --:--:-- --:--:-- 5658k
[Prometheus] c558fac597f8: Verifying Checksum
[Prometheus] c558fac597f8: Download complete
[MON]  ---> 0129e18a19d3
[MON] Step 25/56 : COPY --from=INSTALL /usr/bin/scp /usr/bin/scp
[MON]  ---> Using cache
[LCM] OK
[LCM] deb https://apt.kubernetes.io/ kubernetes-xenial main
[LCM] Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
[LCM] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
[LCM] Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
[LCM] Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
[LCM] Ign:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease
[PLA]  ---> 5c4ba208ab91
[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]  ---> bf254189d0cd
[PLA] Step 20/39 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[PLA]  ---> Using cache
[PLA]  ---> 2688c3cfdc1c
[PLA] Step 21/39 : LABEL authors="Lars-Göran Magnusson"
[PLA]  ---> Using cache
[PLA]  ---> a89c37849906
[PLA] Step 22/39 : COPY --from=INSTALL /usr/bin/osm* /usr/bin/
[tests]  ---> Running in 6ac463a59197
[NBI]  ---> b624e2ba4b5e
[NBI] Step 21/46 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[NBI]  ---> Using cache
[NBI]  ---> 8d35a49cd7cd
[NBI] Step 22/46 : RUN groupadd -g 1000 appuser &&     useradd -u 1000 -g 1000 -d /app appuser &&     mkdir -p /app/osm_nbi &&     mkdir -p /app/storage/kafka &&     mkdir /app/log &&     chown -R appuser:appuser /app
[NBI]  ---> Using cache
[NBI]  ---> fe4f8061ae11
[NBI] Step 23/46 : WORKDIR /app/osm_nbi
[NBI]  ---> Using cache
[NBI]  ---> dc82f1e5034c
[NBI] Step 24/46 : USER appuser
[NBI]  ---> Using cache
[NBI]  ---> cadce72ae725
[NBI] Step 25/46 : EXPOSE 9999
[NBI]  ---> Using cache
[NBI]  ---> 541d78616f2c
[NBI] Step 26/46 : RUN cp -R /usr/lib/python3/dist-packages/osm_nbi/html_public /app/osm_nbi/html_public
[NBI]  ---> Using cache
[NBI]  ---> f7ee7565f9c1
[NBI] Step 27/46 : RUN cp /usr/lib/python3/dist-packages/osm_nbi/nbi.cfg /app/osm_nbi/
[NBI]  ---> Using cache
[NBI]  ---> 9dacdf1b3c41
[NBI] Step 28/46 : RUN cp -R /usr/lib/python3/dist-packages/osm_nbi/http /app/osm_nbi/
[NBI]  ---> Using cache
[NBI]  ---> e4666a159f88
[NBI] Step 29/46 : ENV OSMNBI_SOCKET_HOST     0.0.0.0
[NBI]  ---> Using cache
[NBI]  ---> bc19cf0a32de
[NBI] Step 30/46 : ENV OSMNBI_SOCKET_PORT     9999
[NBI]  ---> Using cache
[NBI]  ---> d8ebb4408e9a
[NBI] Step 31/46 : ENV OSMNBI_SERVER_SSL_CERTIFICATE               /app/osm_nbi/http/cert.pem
[NBI]  ---> Using cache
[NBI]  ---> ecb840a70f24
[NBI] Step 32/46 : ENV OSMNBI_SERVER_SSL_PRIVATE_KEY               /app/osm_nbi/http/privkey.pem
[NBI]  ---> Using cache
[NBI]  ---> 3100ef153a63
[NBI] Step 33/46 : ENV OSMNBI_STORAGE_PATH    /app/storage
[NBI]  ---> Using cache
[NBI]  ---> cb976cf3bce5
[NBI] Step 34/46 : ENV OSMNBI_DATABASE_DRIVER mongo
[NBI]  ---> Using cache
[NBI]  ---> c4f0e6503bef
[NBI] Step 35/46 : ENV OSMNBI_DATABASE_URI   mongodb://mongo:27017
[NBI]  ---> Using cache
[NBI]  ---> 27ba967e3b7a
[NBI] Step 36/46 : ENV OSMNBI_STATIC_DIR      /app/osm_nbi/html_public
[NBI]  ---> Using cache
[NBI]  ---> ce5b318f0c96
[NBI] Step 37/46 : ENV OSMNBI_MESSAGE_DRIVER  kafka
[NBI]  ---> Using cache
[NBI]  ---> 5f493852b64c
[NBI] Step 38/46 : ENV OSMNBI_MESSAGE_HOST    kafka
[NBI]  ---> Using cache
[NBI]  ---> 72af4bed1ce6
[NBI] Step 39/46 : ENV OSMNBI_MESSAGE_PORT    9092
[NBI]  ---> Using cache
[NBI]  ---> 5b598a3260de
[NBI] Step 40/46 : ENV OSMNBI_LOG_FILE        /app/log/nbi.log
[NBI]  ---> Using cache
[NBI]  ---> e5a8cca220ec
[NBI] Step 41/46 : ENV OSMNBI_LOG_LEVEL       DEBUG
[NBI]  ---> Using cache
[NBI]  ---> 76676ac8f831
[NBI] Step 42/46 : ENV OSMNBI_AUTHENTICATION_BACKEND               internal
[NBI]  ---> Using cache
[NBI]  ---> 665898057725
[NBI] Step 43/46 : ENV OSMNBI_PROMETHEUS_HOST                      prometheus
[NBI]  ---> Using cache
[NBI]  ---> 288db89b0f91
[NBI] Step 44/46 : ENV OSMNBI_PROMETHEUS_PORT                      9090
[NBI]  ---> Using cache
[NBI]  ---> cc22bc2e1208
[NBI] Step 45/46 : HEALTHCHECK --start-period=120s --interval=10s --timeout=5s --retries=5   CMD curl -k https://localhost:9999/osm/ | grep Welcome || exit 1
[NBI]  ---> Using cache
[NBI]  ---> 5a74019a35f6
[NBI] Step 46/46 : CMD python3 -m osm_nbi.nbi
[NBI]  ---> Using cache
[NBI]  ---> 674667f8401c
[NBI] [Warning] One or more build-args [PYTHON3_OSMCLIENT_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_TAPI_URL CACHE_DATE PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_DEVOPS_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_OPENVIM_URL OSM_IMDOCS_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_N2VC_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_NGUI_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL OSM_TESTS_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROVIM_AWS_URL] were not consumed
[NBI] Successfully built 674667f8401c
[NBI] Successfully tagged opensourcemano/nbi:osm-v140-merge-258
[POL]  ---> c0ff4e092c04
[POL] Step 19/40 : COPY --from=INSTALL /usr/bin/osm* /usr/bin/
[MON]  ---> b20787107d31
[MON] Step 26/56 : COPY --from=INSTALL /usr/bin/ssh-keygen /usr/bin/ssh-keygen
[MON]  ---> Using cache
[LCM] Get:6 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
[LCM] Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
[LCM] Err:7 https://packages.cloud.google.com/apt kubernetes-xenial Release
[LCM]   404  Not Found [IP: 172.21.1.1 3142]
[Pipeline] [NBI] echo
[NBI] Tagging nbi:osm-v140-merge-258
[Pipeline] [NBI] sh
[PLA]  ---> Using cache
[POL]  ---> Using cache
[POL]  ---> c9f92ad667a3
[POL] Step 20/40 : COPY --from=INSTALL /usr/bin/mysql /usr/bin/
[POL]  ---> Using cache
[POL]  ---> 4d690b24b692
[POL] Step 21/40 : COPY --from=INSTALL /usr/bin/mysqladmin /usr/bin/
[POL]  ---> Using cache
[MON]  ---> 68191380f018
[MON] Step 27/56 : COPY --from=INSTALL /usr/bin/ssh /usr/bin/ssh
[MON]  ---> Using cache
[MON]  ---> b0d178e74b8e
[MON] Step 28/56 : COPY --from=INSTALL /usr/lib/x86_64-linux-gnu/ /usr/lib/x86_64-linux-gnu/
[MON]  ---> Using cache
[LCM] Get:9 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.6 kB]
[LCM] Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1561 kB]
[NBI] [NBI] Running shell script
[NBI] + docker tag opensourcemano/nbi:osm-v140-merge-258 osm.etsi.org:5050/devops/cicd/opensourcemano/nbi:osm-v140-merge-258
[Pipeline] [NBI] sh
[PLA]  ---> 1c44f3910da0
[PLA] Step 23/39 : COPY --from=INSTALL /minizinc /minizinc
[PLA]  ---> Using cache
[PLA]  ---> 1a229213498e
[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]  ---> c975944a306d
[PLA] Step 25/39 : COPY scripts/ /app/osm_pla/scripts/
[PLA]  ---> Using cache
[PLA]  ---> dfc4e55d7870
[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]  ---> f74d1be959b9
[PLA] Step 27/39 : WORKDIR /app/osm_pla
[PLA]  ---> Using cache
[PLA]  ---> 161c1f158e99
[PLA] Step 28/39 : USER appuser
[PLA]  ---> Using cache
[PLA]  ---> 20ed5b4af001
[PLA] Step 29/39 : ENV OSMPLA_MESSAGE_DRIVER kafka
[PLA]  ---> Using cache
[PLA]  ---> 687537d79fb4
[PLA] Step 30/39 : ENV OSMPLA_MESSAGE_HOST kafka
[PLA]  ---> Using cache
[PLA]  ---> 5b2bf4862c20
[PLA] Step 31/39 : ENV OSMPLA_MESSAGE_PORT 9092
[PLA]  ---> Using cache
[PLA]  ---> 93694e5375d4
[PLA] Step 32/39 : ENV OSMPLA_DATABASE_DRIVER mongo
[PLA]  ---> Using cache
[PLA]  ---> 5c59f669933b
[PLA] Step 33/39 : ENV OSMPLA_DATABASE_URI mongodb://mongo:27017
[PLA]  ---> Using cache
[PLA]  ---> e162b6d4a780
[PLA] Step 34/39 : ENV OSMPLA_SQL_DATABASE_URI sqlite:///pla_sqlite.db
[PLA]  ---> Using cache
[PLA]  ---> 8224ddc5b101
[PLA] Step 35/39 : ENV OSMPLA_GLOBAL_LOG_LEVEL INFO
[PLA]  ---> Using cache
[PLA]  ---> f1f6f21d8daa
[PLA] Step 36/39 : ENV FZNEXEC "/entry_data/fzn-exec"
[PLA]  ---> Using cache
[PLA]  ---> 1734f84035ed
[PLA] Step 37/39 : ENV PATH "/minizinc/bin:${PATH}"
[PLA]  ---> Using cache
[PLA]  ---> a29c77f68126
[PLA] Step 38/39 : ENV LD_LIBRARY_PATH "/minizinc/lib:${LD_LIBRARY_PATH}"
[PLA]  ---> Using cache
[PLA]  ---> bb83537f1aed
[PLA] Step 39/39 : CMD [ "/bin/bash", "scripts/start.sh" ]
[PLA]  ---> Using cache
[PLA]  ---> ad27b8b3b260
[PLA] [Warning] One or more build-args [PYTHON3_OSM_MON_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL OSM_DEVOPS_URL OSM_IMDOCS_URL OSM_NGUI_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_IM_URL PYTHON3_N2VC_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_ROVIM_OPENVIM_URL CACHE_DATE OSM_TESTS_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROSDN_TAPI_URL] were not consumed
[PLA] Successfully built ad27b8b3b260
[PLA] Successfully tagged opensourcemano/pla:osm-v140-merge-258
[RO]  ---> ddc76a36f2e5
[RO] Step 33/60 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[RO]  ---> Using cache
[RO]  ---> 5e9415039549
[RO] Step 34/60 : COPY --from=INSTALL /usr/bin/genisoimage /usr/bin/genisoimage
[RO]  ---> Using cache
[RO]  ---> 503d10771115
[RO] Step 35/60 : COPY --from=INSTALL /etc/protocols /etc/protocols
[RO]  ---> Using cache
[RO]  ---> 0d488160277d
[RO] Step 36/60 : EXPOSE 9090
[RO]  ---> Using cache
[RO]  ---> 21183d5b078a
[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]  ---> Using cache
[RO]  ---> 742439be9537
[RO] Step 38/60 : WORKDIR /app/osm_ro
[RO]  ---> Using cache
[RO]  ---> 6ad46e94d9ad
[RO] Step 39/60 : USER appuser
[RO]  ---> Using cache
[RO]  ---> d73d36d2c88a
[RO] Step 40/60 : ENV RO_DB_HOST=""
[RO]  ---> Using cache
[RO]  ---> eaf53535012d
[RO] Step 41/60 : ENV RO_DB_OVIM_HOST=""
[RO]  ---> Using cache
[RO]  ---> 45fec3c545cd
[RO] Step 42/60 : ENV RO_DB_ROOT_PASSWORD=""
[RO]  ---> Using cache
[RO]  ---> a80732acf463
[RO] Step 43/60 : ENV RO_DB_OVIM_ROOT_PASSWORD=""
[RO]  ---> Using cache
[RO]  ---> a24f75fc82b0
[RO] Step 44/60 : ENV RO_DB_USER=mano
[RO]  ---> Using cache
[RO]  ---> 54936f0ecc52
[RO] Step 45/60 : ENV RO_DB_OVIM_USER=mano
[RO]  ---> Using cache
[RO]  ---> 6b69d39fe45f
[RO] Step 46/60 : ENV RO_DB_PASSWORD=manopw
[RO]  ---> Using cache
[RO]  ---> 58af1e262e87
[RO] Step 47/60 : ENV RO_DB_OVIM_PASSWORD=manopw
[RO]  ---> Using cache
[RO]  ---> 88fee57b6548
[RO] Step 48/60 : ENV RO_DB_PORT=3306
[RO]  ---> Using cache
[RO]  ---> 282549d35224
[RO] Step 49/60 : ENV RO_DB_OVIM_PORT=3306
[RO]  ---> Using cache
[RO]  ---> 4c2a101e1b4f
[RO] Step 50/60 : ENV RO_DB_NAME=mano_db
[RO]  ---> Using cache
[RO]  ---> ff4e7bed5d47
[RO] Step 51/60 : ENV RO_DB_OVIM_NAME=mano_vim_db
[RO]  ---> Using cache
[RO]  ---> c73bf0de76d1
[RO] Step 52/60 : ENV OPENMANO_TENANT=osm
[RO]  ---> Using cache
[RO]  ---> 15746582699c
[RO] Step 53/60 : ENV OSMRO_DATABASE_DRIVER mongo
[RO]  ---> Using cache
[RO]  ---> 0b74f2a3a0e2
[RO] Step 54/60 : ENV OSMRO_DATABASE_URI mongodb://mongo:27017
[RO]  ---> Using cache
[RO]  ---> 8bde1217beae
[RO] Step 55/60 : ENV OSMRO_MESSAGE_DRIVER  kafka
[RO]  ---> Using cache
[RO]  ---> 6890a6be000c
[RO] Step 56/60 : ENV OSMRO_MESSAGE_HOST    kafka
[RO]  ---> Using cache
[RO]  ---> 083515b8cbaf
[RO] Step 57/60 : ENV OSMRO_MESSAGE_PORT    9092
[RO]  ---> Using cache
[RO]  ---> c275f8b4fec7
[RO] Step 58/60 : ENV OSMRO_LOG_LEVEL       INFO
[RO]  ---> Using cache
[RO]  ---> 4c5452bb0522
[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]  ---> Using cache
[RO]  ---> 297ed27faa7f
[RO] Step 60/60 : CMD ["python3", "-u", "-m", "osm_ng_ro.ro_main"]
[RO]  ---> Using cache
[RO]  ---> 73ee6226a917
[RO] [Warning] One or more build-args [OSM_IMDOCS_URL CACHE_DATE PYTHON3_OSMCLIENT_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_POLICY_MODULE_URL OSM_TESTS_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_NGUI_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_PLA_URL PYTHON3_N2VC_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_TAPI_URL OSM_DEVOPS_URL] were not consumed
[RO] Successfully built 73ee6226a917
[RO] Successfully tagged opensourcemano/ro:osm-v140-merge-258
[POL]  ---> 3f2b7e5fbc99
[POL] Step 22/40 : COPY --from=INSTALL /usr/bin/mysqlshow /usr/bin/
[POL]  ---> Using cache
[POL]  ---> 5a5a0a96c5c9
[POL] Step 23/40 : COPY --from=INSTALL /usr/lib/x86_64-linux-gnu/libedit.so.2 /usr/lib/x86_64-linux-gnu/
[POL]  ---> Using cache
[POL]  ---> 8534383aa44b
[POL] Step 24/40 : COPY --from=INSTALL /usr/lib/x86_64-linux-gnu/libbsd.so.0 /usr/lib/x86_64-linux-gnu/
[POL]  ---> Using cache
[POL]  ---> 38e9f38d52d3
[POL] Step 25/40 : COPY --from=INSTALL /usr/lib/x86_64-linux-gnu/libmd.so.0 /usr/lib/x86_64-linux-gnu/
[POL]  ---> Using cache
[MON]  ---> a177c31c63c3
[MON] Step 29/56 : COPY --from=INSTALL /lib/x86_64-linux-gnu/ /lib/x86_64-linux-gnu/
[MON]  ---> Using cache
[MON]  ---> e065e5c863ea
[MON] Step 30/56 : COPY scripts/ /app/osm_mon/scripts/
[MON]  ---> Using cache
[MON]  ---> af1d9e712122
[MON] Step 31/56 : RUN groupadd -g 1000 appuser &&     useradd -u 1000 -g 1000 -d /app appuser &&     mkdir -p /app/osm_mon &&     mkdir -p /app/storage/kafka &&     mkdir /app/log &&     chown -R appuser:appuser /app
[MON]  ---> Using cache
[MON]  ---> f6765928e773
[MON] Step 32/56 : WORKDIR /app/osm_mon
[MON]  ---> Using cache
[MON]  ---> cdda2cd8100d
[MON] Step 33/56 : USER appuser
[MON]  ---> Using cache
[MON]  ---> 9ca95965d2c4
[MON] Step 34/56 : ENV OSMMON_MESSAGE_DRIVER kafka
[MON]  ---> Using cache
[MON]  ---> f5bb99c28847
[MON] Step 35/56 : ENV OSMMON_MESSAGE_HOST kafka
[MON]  ---> Using cache
[MON]  ---> e098b8148b45
[MON] Step 36/56 : ENV OSMMON_MESSAGE_PORT 9092
[MON]  ---> Using cache
[MON]  ---> 879115998b14
[MON] Step 37/56 : ENV OSMMON_DATABASE_DRIVER mongo
[MON]  ---> Using cache
[MON]  ---> f9e7a66ae04b
[MON] Step 38/56 : ENV OSMMON_DATABASE_URI mongodb://mongo:27017
[MON]  ---> Using cache
[MON]  ---> 8316eec97c9e
[MON] Step 39/56 : ENV OSMMON_SQL_DATABASE_URI sqlite:///mon_sqlite.db
[MON]  ---> Using cache
[MON]  ---> f02239891bd3
[MON] Step 40/56 : ENV OSMMON_OPENSTACK_DEFAULT_GRANULARITY 300
[MON]  ---> Using cache
[MON]  ---> 0006b8ec6c07
[MON] Step 41/56 : ENV OSMMON_GLOBAL_REQUEST_TIMEOUT 10
[MON]  ---> Using cache
[MON]  ---> ee64b882a353
[MON] Step 42/56 : ENV OSMMON_GLOBAL_LOGLEVEL INFO
[MON]  ---> Using cache
[MON]  ---> 273f72750472
[MON] Step 43/56 : ENV OSMMON_VCA_HOST localhost
[MON]  ---> Using cache
[MON]  ---> f695b6b96157
[MON] Step 44/56 : ENV OSMMON_VCA_SECRET secret
[MON]  ---> Using cache
[MON]  ---> 97b48012a88d
[MON] Step 45/56 : ENV OSMMON_VCA_USER admin
[MON]  ---> Using cache
[MON]  ---> 921728fcc0de
[MON] Step 46/56 : ENV OSMMON_VCA_CACERT cacert
[MON]  ---> Using cache
[MON]  ---> 0888c131a75c
[MON] Step 47/56 : ENV OSMMON_DATABASE_COMMONKEY changeme
[MON]  ---> Using cache
[MON]  ---> 3f84c52fdba9
[MON] Step 48/56 : ENV OSMMON_COLLECTOR_INTERVAL 30
[MON]  ---> Using cache
[MON]  ---> 2c5eda41eaa8
[MON] Step 49/56 : ENV OSMMON_EVALUATOR_INTERVAL 30
[MON]  ---> Using cache
[MON]  ---> 42a1c4c086eb
[MON] Step 50/56 : ENV OSMMON_PROMETHEUS_URL http://prometheus:9090
[MON]  ---> Using cache
[MON]  ---> 4cc8e1c2a6d7
[MON] Step 51/56 : ENV OSMMON_GRAFANA_URL http://grafana:3000
[MON]  ---> Using cache
[MON]  ---> 12e9f1dd0882
[MON] Step 52/56 : ENV OSMMON_GRAFANA_USER admin
[MON]  ---> Using cache
[MON]  ---> f42252ac2cb5
[MON] Step 53/56 : ENV OSMMON_GRAFANA_PASSWORD admin
[MON]  ---> Using cache
[MON]  ---> 4c2dca9d388f
[MON] Step 54/56 : EXPOSE 8000
[MON]  ---> Using cache
[MON]  ---> c31f5f4da964
[MON] Step 55/56 : HEALTHCHECK --start-period=120s --interval=5s --timeout=2s --retries=12  CMD osm-mon-healthcheck || exit 1
[MON]  ---> Using cache
[MON]  ---> 8196ae160543
[MON] Step 56/56 : CMD /bin/bash scripts/start.sh
[MON]  ---> Using cache
[MON]  ---> 537bdca0eb65
[MON] [Warning] One or more build-args [OSM_IMDOCS_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL CACHE_DATE PYTHON3_OSM_LCM_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_NGUI_URL PYTHON3_OSM_ROSDN_TAPI_URL OSM_TESTS_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_ROVIM_AZURE_URL OSM_DEVOPS_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_RO_PLUGIN_URL] were not consumed
[MON] Successfully built 537bdca0eb65
[MON] Successfully tagged opensourcemano/mon:osm-v140-merge-258
[LCM] Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1951 kB]
[LCM] Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
[LCM] Get:13 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
[LCM] Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1076 kB]
[LCM] Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1349 kB]
[LCM] Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [50.4 kB]
[NBI] [NBI] Running shell script
[Pipeline] [PLA] echo
[PLA] Tagging pla:osm-v140-merge-258
[Pipeline] [PLA] sh
[tests] Cloning into '/robot-systest/osm-packages'...
[POL]  ---> feb457116f73
[POL] Step 26/40 : COPY scripts/ /app/osm_pol/scripts/
[POL]  ---> Using cache
[POL]  ---> a34e87647cf6
[POL] Step 27/40 : RUN groupadd -g 1000 appuser &&     useradd -u 1000 -g 1000 -d /app appuser &&     mkdir -p /app/osm_pol &&     mkdir -p /app/storage/kafka &&     mkdir /app/log &&     chown -R appuser:appuser /app
[POL]  ---> Using cache
[POL]  ---> d3169ce4cc56
[POL] Step 28/40 : WORKDIR /app/osm_pol
[POL]  ---> Using cache
[POL]  ---> 05881cd45eb2
[POL] Step 29/40 : USER appuser
[POL]  ---> Using cache
[POL]  ---> 512132581fca
[POL] Step 30/40 : ENV OSMPOL_MESSAGE_DRIVER kafka
[POL]  ---> Using cache
[POL]  ---> 2d3f4270d8dc
[POL] Step 31/40 : ENV OSMPOL_MESSAGE_HOST kafka
[POL]  ---> Using cache
[POL]  ---> 371d555df69f
[POL] Step 32/40 : ENV OSMPOL_MESSAGE_PORT 9092
[POL]  ---> Using cache
[POL]  ---> d823cf8ec242
[POL] Step 33/40 : ENV OSMPOL_DATABASE_DRIVER mongo
[POL]  ---> Using cache
[POL]  ---> f3550c2c3a61
[POL] Step 34/40 : ENV OSMPOL_DATABASE_URI mongodb://mongo:27017
[POL]  ---> Using cache
[POL]  ---> 30f672ef2d07
[POL] Step 35/40 : ENV OSMPOL_SQL_DATABASE_URI sqlite:///mon_sqlite.db
[POL]  ---> Using cache
[POL]  ---> 470dc3b879f1
[POL] Step 36/40 : ENV OSMPOL_GLOBAL_LOG_LEVEL INFO
[POL]  ---> Using cache
[POL]  ---> 1958864a76f7
[POL] Step 37/40 : ENV OSMPOL_AUTOHEAL_ENABLED True
[POL]  ---> Using cache
[POL]  ---> dfa0e10a7616
[POL] Step 38/40 : ENV OSMPOL_AUTOSCALE_ENABLED True
[POL]  ---> Using cache
[POL]  ---> 87b82ae509ba
[POL] Step 39/40 : HEALTHCHECK --start-period=120s --interval=10s --timeout=5s --retries=5   CMD osm-pol-healthcheck || exit 1
[POL]  ---> Using cache
[POL]  ---> 11a514693ab5
[POL] Step 40/40 : CMD /bin/bash scripts/start.sh
[POL]  ---> Using cache
[POL]  ---> e988ca3ad083
[POL] [Warning] One or more build-args [PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_N2VC_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL CACHE_DATE PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_TESTS_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROVIM_AZURE_URL OSM_NGUI_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROVIM_GCP_URL OSM_DEVOPS_URL OSM_IMDOCS_URL PYTHON3_OSM_NGSA_URL] were not consumed
[POL] Successfully built e988ca3ad083
[POL] Successfully tagged opensourcemano/pol:osm-v140-merge-258
[NBI] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/nbi:osm-v140-merge-258
[NBI] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/nbi]
[PLA] [PLA] Running shell script
[Pipeline] [RO] echo
[RO] Tagging ro:osm-v140-merge-258
[Pipeline] [RO] sh
[RO] [RO] Running shell script
[Pipeline] [MON] echo
[MON] Tagging mon:osm-v140-merge-258
[Pipeline] [MON] sh
[NG-UI] Removing intermediate container b17fad84516a
[NG-UI]  ---> 9d66d482018a
[NG-UI] Step 9/23 : RUN dpkg -i ./osm_ngui.deb
[NG-UI]  ---> Running in 47e780c718c2
[PLA] + docker tag opensourcemano/pla:osm-v140-merge-258 osm.etsi.org:5050/devops/cicd/opensourcemano/pla:osm-v140-merge-258
[MON] [MON] Running shell script
[LCM] Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1994 kB]
[LCM] Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1843 kB]
[LCM] Get:19 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [50.4 kB]
[LCM] Get:20 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.1 kB]
[Pipeline] [POL] echo
[POL] Tagging pol:osm-v140-merge-258
[Pipeline] [POL] sh
[NBI] a72a5974460f: Preparing
[NBI] 4ae82de48a31: Preparing
[NBI] 350dd0e6e703: Preparing
[NBI] 1223b272e456: Preparing
[NBI] b517911254c3: Preparing
[NBI] 77426dd2aefd: Preparing
[NBI] 2504ee75653d: Preparing
[NBI] 6c2ff811d4fe: Preparing
[NBI] 0b9985c67716: Preparing
[NBI] 5498e8c22f69: Preparing
[NBI] 77426dd2aefd: Waiting
[NBI] 0b9985c67716: Waiting
[NBI] 2504ee75653d: Waiting
[NBI] 6c2ff811d4fe: Waiting
[NBI] 5498e8c22f69: Waiting
[NBI] b517911254c3: Layer already exists
[NBI] 350dd0e6e703: Layer already exists
[NBI] a72a5974460f: Layer already exists
[NBI] 4ae82de48a31: Layer already exists
[NBI] 1223b272e456: Layer already exists
[NBI] 0b9985c67716: Layer already exists
[NBI] 77426dd2aefd: Layer already exists
[NBI] 2504ee75653d: Layer already exists
[NBI] 5498e8c22f69: Layer already exists
[NBI] 6c2ff811d4fe: Layer already exists
[RO] + docker tag opensourcemano/ro:osm-v140-merge-258 osm.etsi.org:5050/devops/cicd/opensourcemano/ro:osm-v140-merge-258
[MON] + docker tag opensourcemano/mon:osm-v140-merge-258 osm.etsi.org:5050/devops/cicd/opensourcemano/mon:osm-v140-merge-258
[POL] [POL] Running shell script
[Pipeline] [PLA] sh
[NG-UI] Selecting previously unselected package osm-ngui.
[Prometheus] 7bb465c29149: Pull complete
[NBI] osm-v140-merge-258: digest: sha256:27644998c968f51b0b3814ce37c39ec5c044aded8a28bb5c324f2aef2b445d62 size: 2411
[POL] + docker tag opensourcemano/pol:osm-v140-merge-258 osm.etsi.org:5050/devops/cicd/opensourcemano/pol:osm-v140-merge-258
[PLA] [PLA] Running shell script
[PLA] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/pla:osm-v140-merge-258
[PLA] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/pla]
[PLA] 91d77f97703b: Preparing
[PLA] 3367a28279f9: Preparing
[PLA] 1140455450d8: Preparing
[PLA] a46821b40cdb: Preparing
[PLA] be3d505d9a96: Preparing
[PLA] 8848a0086570: Preparing
[PLA] 65eae1814c5e: Preparing
[PLA] 2cba90bc7a06: Preparing
[PLA] 6c2ff811d4fe: Preparing
[PLA] 0b9985c67716: Preparing
[PLA] 5498e8c22f69: Preparing
[PLA] 8848a0086570: Waiting
[PLA] 65eae1814c5e: Waiting
[PLA] 2cba90bc7a06: Waiting
[PLA] 0b9985c67716: Waiting
[PLA] 6c2ff811d4fe: Waiting
[PLA] 5498e8c22f69: Waiting
[Pipeline] [RO] sh
[RO] [RO] Running shell script
[Pipeline] [MON] sh
[NG-UI] (Reading database ... 15379 files and directories currently installed.)
[NG-UI] Preparing to unpack ./osm_ngui.deb ...
[NG-UI] Unpacking osm-ngui (14.0.1-1) ...
[NG-UI] Setting up osm-ngui (14.0.1-1) ...
[PLA] 91d77f97703b: Layer already exists
[PLA] be3d505d9a96: Layer already exists
[PLA] 3367a28279f9: Layer already exists
[PLA] a46821b40cdb: Layer already exists
[PLA] 1140455450d8: Layer already exists
[PLA] 0b9985c67716: Layer already exists
[PLA] 2cba90bc7a06: Layer already exists
[PLA] 6c2ff811d4fe: Layer already exists
[PLA] 65eae1814c5e: Layer already exists
[PLA] 8848a0086570: Layer already exists
[PLA] 5498e8c22f69: Layer already exists
[RO] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/ro:osm-v140-merge-258
[RO] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/ro]
[RO] 9bf17582c72b: Preparing
[RO] ea3ae690636c: Preparing
[RO] e8df032a2788: Preparing
[RO] 7fc63de68a8a: Preparing
[RO] 3cd81c87040f: Preparing
[RO] 6917fb9f1dbf: Preparing
[RO] 6c2ff811d4fe: Preparing
[RO] 0b9985c67716: Preparing
[RO] 5498e8c22f69: Preparing
[RO] 9bf17582c72b: Waiting
[RO] ea3ae690636c: Waiting
[RO] e8df032a2788: Waiting
[RO] 7fc63de68a8a: Waiting
[RO] 3cd81c87040f: Waiting
[RO] 6917fb9f1dbf: Waiting
[RO] 6c2ff811d4fe: Waiting
[RO] 0b9985c67716: Waiting
[RO] 5498e8c22f69: Waiting
[MON] [MON] Running shell script
[MON] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/mon:osm-v140-merge-258
[MON] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/mon]
[MON] cefa50f44238: Preparing
[MON] b0210928c901: Preparing
[MON] 96698a7d2add: Preparing
[MON] e4160c3dc257: Preparing
[MON] 1a4184d4b594: Preparing
[MON] 2819c273a3b8: Preparing
[MON] ca34ce3c0d8a: Preparing
[MON] 924bbb4db5f8: Preparing
[MON] bbd450686532: Preparing
[MON] d8e6b9b40022: Preparing
[MON] c1b242bd225b: Preparing
[MON] 2fa049ff9c51: Preparing
[MON] 6c2ff811d4fe: Preparing
[MON] 0b9985c67716: Preparing
[MON] 5498e8c22f69: Preparing
[MON] d8e6b9b40022: Waiting
[MON] c1b242bd225b: Waiting
[MON] 2fa049ff9c51: Waiting
[MON] ca34ce3c0d8a: Waiting
[MON] e4160c3dc257: Waiting
[MON] 0b9985c67716: Waiting
[MON] 1a4184d4b594: Waiting
[MON] 924bbb4db5f8: Waiting
[MON] cefa50f44238: Waiting
[MON] b0210928c901: Waiting
[MON] 5498e8c22f69: Waiting
[MON] 96698a7d2add: Waiting
[MON] bbd450686532: Waiting
[MON] 2819c273a3b8: Waiting
[MON] 6c2ff811d4fe: Waiting
[Pipeline] [NBI] }
[Pipeline] [POL] sh
[POL] [POL] Running shell script
[Pipeline] [NBI] // dir
[Pipeline] [NBI] }
[RO] 9bf17582c72b: Layer already exists
[RO] 7fc63de68a8a: Layer already exists
[RO] ea3ae690636c: Layer already exists
[RO] 3cd81c87040f: Layer already exists
[RO] e8df032a2788: Layer already exists
[RO] 5498e8c22f69: Layer already exists
[RO] 0b9985c67716: Layer already exists
[RO] 6c2ff811d4fe: Layer already exists
[RO] 6917fb9f1dbf: Layer already exists
[RO] osm-v140-merge-258: digest: sha256:9efdf70eb12c8dd9cd6a22d630525f2966f4958aedf8209fdc9bc892f8166384 size: 2204
[Pipeline] [RO] }
[MON] 1a4184d4b594: Layer already exists
[MON] 96698a7d2add: Layer already exists
[MON] b0210928c901: Layer already exists
[MON] cefa50f44238: Layer already exists
[MON] e4160c3dc257: Layer already exists
[MON] ca34ce3c0d8a: Layer already exists
[MON] bbd450686532: Layer already exists
[MON] 2819c273a3b8: Layer already exists
[MON] d8e6b9b40022: Layer already exists
[MON] 924bbb4db5f8: Layer already exists
[MON] 5498e8c22f69: Layer already exists
[MON] 0b9985c67716: Layer already exists
[MON] 6c2ff811d4fe: Layer already exists
[Pipeline] [RO] // dir
[PLA] osm-v140-merge-258: digest: sha256:e9450c872e7660dbd560a710c99f239729b6f0a678128872ca1a5039051e302a size: 2625
[Pipeline] [RO] }
[POL] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/pol:osm-v140-merge-258
[POL] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/pol]
[POL] 6a97595a7248: Preparing
[POL] cda125948f4d: Preparing
[POL] c29a6d019d30: Preparing
[POL] eb694c5d7eae: Preparing
[POL] 4295e5c0863d: Preparing
[POL] 50844694fed1: Preparing
[POL] 8fc9de8ce0fb: Preparing
[POL] a1212a302793: Preparing
[POL] dc5ad9d4dab8: Preparing
[POL] c63d6b87bba8: Preparing
[POL] 3aa11d38fcc0: Preparing
[POL] 6c2ff811d4fe: Preparing
[POL] 0b9985c67716: Preparing
[POL] 5498e8c22f69: Preparing
[POL] 50844694fed1: Waiting
[POL] 8fc9de8ce0fb: Waiting
[POL] a1212a302793: Waiting
[POL] dc5ad9d4dab8: Waiting
[POL] c63d6b87bba8: Waiting
[POL] 3aa11d38fcc0: Waiting
[POL] 6c2ff811d4fe: Waiting
[POL] 0b9985c67716: Waiting
[POL] 5498e8c22f69: Waiting
[POL] eb694c5d7eae: Waiting
[POL] 4295e5c0863d: Waiting
[Pipeline] [PLA] }
[MON] 2fa049ff9c51: Layer already exists
[MON] c1b242bd225b: Layer already exists
[MON] osm-v140-merge-258: digest: sha256:7630bfc0e6a4e4e115336b537cdf15c1d9f323184a3c784d2d3ef583c5114eb2 size: 3466
[Pipeline] [PLA] // dir
[POL] 4295e5c0863d: Layer already exists
[POL] eb694c5d7eae: Layer already exists
[POL] 6a97595a7248: Layer already exists
[POL] cda125948f4d: Layer already exists
[POL] c29a6d019d30: Layer already exists
[Pipeline] [PLA] }
[Pipeline] [MON] }
[Prometheus] 2b9b41aaa3c5: Pull complete
[POL] dc5ad9d4dab8: Layer already exists
[POL] 8fc9de8ce0fb: Layer already exists
[POL] a1212a302793: Layer already exists
[POL] 50844694fed1: Layer already exists
[POL] c63d6b87bba8: Layer already exists
[POL] 5498e8c22f69: Layer already exists
[POL] 6c2ff811d4fe: Layer already exists
[POL] 0b9985c67716: Layer already exists
[POL] 3aa11d38fcc0: Layer already exists
[Pipeline] [MON] // dir
[POL] osm-v140-merge-258: digest: sha256:6f22ce774281e060f120071949d1ac4c56d2e82088dc844ae949e2ad1e9cb643 size: 3252
[Pipeline] [MON] }
[Pipeline] [POL] }
[Pipeline] [POL] // dir
[Pipeline] [POL] }
[LCM] Reading package lists...
[LCM] E: The repository 'https://apt.kubernetes.io kubernetes-xenial Release' does not have a Release file.
[NG-UI] Removing intermediate container 47e780c718c2
[NG-UI]  ---> 6928c5440e8b
[NG-UI] Step 10/23 : WORKDIR /usr/share/osm-ngui
[NG-UI]  ---> Running in d42c7ec7b515
[LCM] The command '/bin/sh -c curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -     && echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee -a /etc/apt/sources.list.d/kubernetes.list     && apt-get update && apt-get install -y kubectl=1.26.5-00' returned a non-zero code: 100
[NG-UI] Removing intermediate container d42c7ec7b515
[NG-UI]  ---> 1cfe39c43f1f
[NG-UI] Step 11/23 : RUN npm install
[Pipeline] [LCM] }
[Pipeline] [LCM] // dir
[Pipeline] [LCM] }
[NG-UI]  ---> Running in d961a2b4bd20
[LCM] Failed in branch LCM
[Prometheus] 49b40be4436e: Pull complete
[tests] Updating files:  88% (4984/5627)
Updating files:  89% (5009/5627)
Updating files:  90% (5065/5627)
Updating files:  91% (5121/5627)
Updating files:  92% (5177/5627)
Updating files:  93% (5234/5627)
Updating files:  94% (5290/5627)
Updating files:  95% (5346/5627)
Updating files:  96% (5402/5627)
Updating files:  97% (5459/5627)
Updating files:  98% (5515/5627)
Updating files:  99% (5571/5627)
Updating files: 100% (5627/5627)
Updating files: 100% (5627/5627), done.
[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'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[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
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_charm_vnf/charms/simple/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator'...
[NG-UI] npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
[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'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_manual_scale_charm_vnf/charms/simple/mod/operator'...
[Prometheus] c558fac597f8: Pull complete
[Prometheus] 11402150a57e: Pull complete
[Prometheus] 4532b04ec8f7: Pull complete
[Prometheus] 4df0efb76c10: Pull complete
[Prometheus] 951fd003e72c: Pull complete
[Prometheus] Digest: sha256:12266a9bc0318a9e0131561fc98d53b75325a3c2abd62aebc8302e3beb503b05
[Prometheus] Status: Downloaded newer image for python:3.8
[Prometheus]  ---> e88393a58f95
[Prometheus] Step 2/13 : ENV PROMETHEUS_URL http://prometheus:9090
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[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'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator'...
[Prometheus]  ---> Running in b6c18462f0d7
[Prometheus] Removing intermediate container b6c18462f0d7
[Prometheus]  ---> 42612c637b30
[Prometheus] Step 3/13 : ENV MONGODB_URL mongodb://mongo:27017
[Prometheus]  ---> Running in b5567d0c5a91
[Prometheus] Removing intermediate container b5567d0c5a91
[Prometheus]  ---> d4e3d8595308
[Prometheus] Step 4/13 : ENV PROMETHEUS_CONFIG_FILE /etc/prometheus/prometheus.yml
[Prometheus]  ---> Running in 90f454a3953b
[Prometheus] Removing intermediate container 90f454a3953b
[Prometheus]  ---> 0fa7cdacf6cf
[Prometheus] Step 5/13 : ENV PROMETHEUS_BASE_CONFIG_FILE /etc/prometheus_base/prometheus.yml
[Prometheus]  ---> Running in 1caa4d7640da
[Prometheus] Removing intermediate container 1caa4d7640da
[Prometheus]  ---> 5db672c40e8d
[Prometheus] Step 6/13 : ENV PROMETHEUS_ALERTS_FILE /etc/prometheus/osm_alert_rules.yml
[Prometheus]  ---> Running in e853a2c00d16
[Prometheus] Removing intermediate container e853a2c00d16
[Prometheus]  ---> c5ef9083fabe
[Prometheus] Step 7/13 : ENV PROMETHEUS_BASE_ALERTS_FILE /etc/prometheus_base/osm_alert_rules.yml
[Prometheus]  ---> Running in 2b677eee91a9
[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-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-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-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-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-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-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-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.
[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-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 @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.
[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-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.
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm'...
[Prometheus] Removing intermediate container 2b677eee91a9
[Prometheus]  ---> 5247d33334da
[Prometheus] Step 8/13 : ENV TARGET_DATABASE osm
[Prometheus]  ---> Running in adccbad639c8
[Prometheus] Removing intermediate container adccbad639c8
[Prometheus]  ---> aee712d13e2e
[Prometheus] Step 9/13 : WORKDIR /code
[Prometheus]  ---> Running in 362f55937919
[Prometheus] Removing intermediate container 362f55937919
[Prometheus]  ---> c310d7ae3664
[Prometheus] Step 10/13 : COPY src/requirements.txt .
[Prometheus]  ---> 03552525a619
[Prometheus] Step 11/13 : RUN pip install -r requirements.txt
[Prometheus]  ---> Running in 1c27bc46ff64
[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.
[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'...
[NG-UI] npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
[NG-UI] npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator'...
[Prometheus] Collecting aiohttp==3.6.2
[Prometheus]   Downloading aiohttp-3.6.2-py3-none-any.whl (441 kB)
[Prometheus]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 1.5 MB/s eta 0:00:00
[Prometheus] Collecting async-timeout==3.0.1
[Prometheus]   Downloading async_timeout-3.0.1-py3-none-any.whl (8.2 kB)
[Prometheus] Collecting attrs==20.2.0
[Prometheus]   Downloading attrs-20.2.0-py2.py3-none-any.whl (48 kB)
[Prometheus]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.1/48.1 kB 2.4 MB/s eta 0:00:00
[Prometheus] Collecting chardet==3.0.4
[Prometheus]   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
[Prometheus]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 1.5 MB/s eta 0:00:00
[Prometheus] Collecting idna==2.10
[Prometheus]   Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
[Prometheus]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 1.5 MB/s eta 0:00:00
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers'...
[Prometheus] Collecting multidict==4.7.6
[Prometheus]   Downloading multidict-4.7.6-cp38-cp38-manylinux1_x86_64.whl (162 kB)
[Prometheus]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.9/162.9 kB 1.1 MB/s eta 0:00:00
[Prometheus] Collecting pymongo==3.11.0
[Prometheus]   Downloading pymongo-3.11.0-cp38-cp38-manylinux2014_x86_64.whl (530 kB)
[Prometheus]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 530.4/530.4 kB 870.5 kB/s eta 0:00:00
[Prometheus] Collecting python-dateutil==2.8.1
[Prometheus]   Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
[Prometheus]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.2/227.2 kB 1.2 MB/s eta 0:00:00
[Prometheus] Collecting PyYAML==5.3.1
[Prometheus]   Downloading PyYAML-5.3.1.tar.gz (269 kB)
[Prometheus]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 269.4/269.4 kB 1.2 MB/s eta 0:00:00
[Prometheus]   Preparing metadata (setup.py): started
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm'...
[Prometheus]   Preparing metadata (setup.py): finished with status 'done'
[Prometheus] Collecting six==1.15.0
[Prometheus]   Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
[Prometheus] Collecting yarl==1.6.0
[Prometheus]   Downloading yarl-1.6.0-cp38-cp38-manylinux1_x86_64.whl (262 kB)
[Prometheus]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 262.5/262.5 kB 1.1 MB/s eta 0:00:00
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator'...
[Prometheus] Building wheels for collected packages: PyYAML
[Prometheus]   Building wheel for PyYAML (setup.py): started
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm'...
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator'...
[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'
[Prometheus]   Building wheel for PyYAML (setup.py): finished with status 'done'
[Prometheus]   Created wheel for PyYAML: filename=PyYAML-5.3.1-cp38-cp38-linux_x86_64.whl size=607934 sha256=e58a5e95a74ec5ade99c41ddc7cc2c990a382f58098ef7d8c05ca450f8371bac
[Prometheus]   Stored in directory: /root/.cache/pip/wheels/13/90/db/290ab3a34f2ef0b5a0f89235dc2d40fea83e77de84ed2dc05c
[Prometheus] Successfully built PyYAML
[Prometheus] Installing collected packages: chardet, six, PyYAML, pymongo, multidict, idna, attrs, async-timeout, yarl, python-dateutil, aiohttp
[Prometheus] Successfully installed PyYAML-5.3.1 aiohttp-3.6.2 async-timeout-3.0.1 attrs-20.2.0 chardet-3.0.4 idna-2.10 multidict-4.7.6 pymongo-3.11.0 python-dateutil-2.8.1 six-1.15.0 yarl-1.6.0
[Prometheus] 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
[Prometheus] 
[Prometheus] [notice] A new release of pip is available: 23.0.1 -> 24.0
[Prometheus] [notice] To update, run: pip install --upgrade pip
[tests] Removing intermediate container 6ac463a59197
[tests]  ---> 43bf8e4d2ebd
[tests] Step 21/30 : WORKDIR /robot-systest
[tests]  ---> Running in 69f79ce61089
[tests] Removing intermediate container 69f79ce61089
[tests]  ---> eb83c42cb7d9
[tests] Step 22/30 : ENV ROBOT_DEVOPS_FOLDER=/robot-systest
[tests]  ---> Running in cec37ab94203
[Prometheus] Removing intermediate container 1c27bc46ff64
[Prometheus]  ---> 016c7204b676
[Prometheus] Step 12/13 : COPY src/app.py .
[Prometheus]  ---> 303dda7b9a26
[Prometheus] Step 13/13 : CMD [ "python", "-u", "./app.py" ]
[Prometheus]  ---> Running in 5625c740049a
[Prometheus] Removing intermediate container 5625c740049a
[Prometheus]  ---> ce2576d645ca
[Prometheus] [Warning] One or more build-args [PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_ODLOF_URL OSM_IMDOCS_URL PYTHON3_N2VC_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_PLA_URL CACHE_DATE PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_AZURE_URL APT_PROXY OSM_DEVOPS_URL OSM_TESTS_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_NGUI_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROVIM_OPENVIM_URL] were not consumed
[Prometheus] Successfully built ce2576d645ca
[tests] Removing intermediate container cec37ab94203
[tests]  ---> cacaa5158bee
[tests] Step 23/30 : ENV ENVIRONMENTS_FOLDER=environments
[Prometheus] Successfully tagged opensourcemano/prometheus:osm-v140-merge-258
[Pipeline] [Prometheus] echo
[Prometheus] Tagging prometheus:osm-v140-merge-258
[Pipeline] [Prometheus] sh
[tests]  ---> Running in b9c59780abca
[Prometheus] [Prometheus] Running shell script
[Prometheus] + docker tag opensourcemano/prometheus:osm-v140-merge-258 osm.etsi.org:5050/devops/cicd/opensourcemano/prometheus:osm-v140-merge-258
[Pipeline] [Prometheus] sh
[tests] Removing intermediate container b9c59780abca
[tests]  ---> 54f3921428f6
[tests] Step 24/30 : ENV PACKAGES_FOLDER=/robot-systest/osm-packages
[Prometheus] [Prometheus] Running shell script
[Prometheus] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/prometheus:osm-v140-merge-258
[Prometheus] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/prometheus]
[Prometheus] 711277396c79: Preparing
[Prometheus] b7d212be4fb1: Preparing
[Prometheus] 699989d174fe: Preparing
[Prometheus] b535137099d1: Preparing
[Prometheus] 6e751b5b0bee: Preparing
[Prometheus] 126cdbcad241: Preparing
[Prometheus] 01589a17de95: Preparing
[Prometheus] 84f540ade319: Preparing
[Prometheus] 9fe4e8a1862c: Preparing
[Prometheus] 909275a3eaaa: Preparing
[Prometheus] f3f47b3309ca: Preparing
[Prometheus] 1a5fc1184c48: Preparing
[Prometheus] 126cdbcad241: Waiting
[Prometheus] 01589a17de95: Waiting
[Prometheus] 84f540ade319: Waiting
[Prometheus] 9fe4e8a1862c: Waiting
[Prometheus] 909275a3eaaa: Waiting
[Prometheus] f3f47b3309ca: Waiting
[Prometheus] 1a5fc1184c48: Waiting
[tests]  ---> Running in 2ff654b0bc68
[tests] Removing intermediate container 2ff654b0bc68
[tests]  ---> 5a2a0acac173
[tests] Step 25/30 : ENV ROBOT_REPORT_FOLDER=/robot-systest/results
[tests]  ---> Running in 4ce0c328692a
[tests] Removing intermediate container 4ce0c328692a
[tests]  ---> 8396fb0a8817
[tests] Step 26/30 : ENV K8S_CREDENTIALS=/root/.kube/config
[tests]  ---> Running in e25b7a206389
[Prometheus] 6e751b5b0bee: Layer already exists
[Prometheus] 126cdbcad241: Layer already exists
[Prometheus] 01589a17de95: Layer already exists
[Prometheus] 84f540ade319: Layer already exists
[Prometheus] 9fe4e8a1862c: Layer already exists
[Prometheus] 909275a3eaaa: Layer already exists
[Prometheus] f3f47b3309ca: Layer already exists
[Prometheus] 1a5fc1184c48: Layer already exists
[Prometheus] 711277396c79: Pushed
[Prometheus] 699989d174fe: Pushed
[Prometheus] b535137099d1: Pushed
[tests] Removing intermediate container e25b7a206389
[tests]  ---> 22d1115935ea
[tests] Step 27/30 : ENV OSM_RSA_FILE=/root/osm_id_rsa
[tests]  ---> Running in 8eb15265fac0
[tests] Removing intermediate container 8eb15265fac0
[tests]  ---> 6b16b0b3e921
[tests] Step 28/30 : ENV LC_ALL=C.UTF-8
[tests]  ---> Running in 422ef21274cd
[tests] Removing intermediate container 422ef21274cd
[tests]  ---> 8719feab0529
[tests] Step 29/30 : ENV LANG=C.UTF-8
[tests]  ---> Running in f96cd08bdc4f
[tests] Removing intermediate container f96cd08bdc4f
[tests]  ---> 0a2174a592a3
[tests] Step 30/30 : ENTRYPOINT [ "/robot-systest/run_test.sh"]
[tests]  ---> Running in 9950d74d0b07
[tests] Removing intermediate container 9950d74d0b07
[tests]  ---> 5e783147592b
[tests] [Warning] One or more build-args [PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_ONOSOF_URL OSM_NGUI_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_N2VC_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_DEVOPS_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_IMDOCS_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_GCP_URL] were not consumed
[tests] Successfully built 5e783147592b
[tests] Successfully tagged opensourcemano/tests:osm-v140-merge-258
[Pipeline] [tests] echo
[tests] Tagging tests:osm-v140-merge-258
[Pipeline] [tests] sh
[Prometheus] b7d212be4fb1: Pushed
[Prometheus] osm-v140-merge-258: digest: sha256:72e0492cff14c0c005d5215156c91bf6e60b27a194ab273e415ad6a9c7f7487d size: 2841
[tests] [tests] Running shell script
[tests] + docker tag opensourcemano/tests:osm-v140-merge-258 osm.etsi.org:5050/devops/cicd/opensourcemano/tests:osm-v140-merge-258
[Pipeline] [tests] sh
[tests] [tests] Running shell script
[Pipeline] [Prometheus] }
[Pipeline] [Prometheus] // dir
[Pipeline] [Prometheus] }
[tests] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/tests:osm-v140-merge-258
[tests] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/tests]
[tests] cafdda2a4a99: Preparing
[tests] 702b75710874: Preparing
[tests] ad412bee49e2: Preparing
[tests] 8935934ba4d0: Preparing
[tests] 2119bfc14c9f: Preparing
[tests] a5930d053306: Preparing
[tests] 1e8168e2fde5: Preparing
[tests] 6cd688656b3c: Preparing
[tests] 4aee02f67503: Preparing
[tests] 0cf1b16efb77: Preparing
[tests] 267fb2642599: Preparing
[tests] 13484bc9135a: Preparing
[tests] bb3fdfb4cb39: Preparing
[tests] 0b9985c67716: Preparing
[tests] 5498e8c22f69: Preparing
[tests] 6cd688656b3c: Waiting
[tests] 4aee02f67503: Waiting
[tests] 0cf1b16efb77: Waiting
[tests] 267fb2642599: Waiting
[tests] 13484bc9135a: Waiting
[tests] bb3fdfb4cb39: Waiting
[tests] 0b9985c67716: Waiting
[tests] 5498e8c22f69: Waiting
[tests] a5930d053306: Waiting
[tests] 2119bfc14c9f: Layer already exists
[tests] ad412bee49e2: Layer already exists
[tests] 702b75710874: Layer already exists
[tests] 8935934ba4d0: Layer already exists
[tests] 1e8168e2fde5: Layer already exists
[tests] a5930d053306: Layer already exists
[tests] 4aee02f67503: Layer already exists
[tests] 6cd688656b3c: Layer already exists
[tests] 13484bc9135a: Layer already exists
[tests] 0cf1b16efb77: Layer already exists
[tests] bb3fdfb4cb39: Layer already exists
[tests] 267fb2642599: Layer already exists
[tests] 0b9985c67716: Layer already exists
[tests] 5498e8c22f69: Layer already exists
[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.36.0 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.36.0 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      1% 10s
[NG-UI] [TITLE]  Downloading Cypress      6% 3s
[NG-UI] [TITLE]  Downloading Cypress      11% 2s
[NG-UI] [TITLE]  Downloading Cypress      17% 2s
[NG-UI] [TITLE]  Downloading Cypress      22% 2s
[NG-UI] [TITLE]  Downloading Cypress      26% 2s
[NG-UI] [TITLE]  Downloading Cypress      28% 2s
[NG-UI] [TITLE]  Downloading Cypress      34% 2s
[NG-UI] [TITLE]  Downloading Cypress      38% 1s
[NG-UI] [TITLE]  Downloading Cypress      42% 1s
[NG-UI] [TITLE]  Downloading Cypress      46% 1s
[NG-UI] [TITLE]  Downloading Cypress      50% 1s
[NG-UI] [TITLE]  Downloading Cypress      54% 1s
[NG-UI] [TITLE]  Downloading Cypress      56% 1s
[NG-UI] [TITLE]  Downloading Cypress      61% 1s
[NG-UI] [TITLE]  Downloading Cypress      67% 1s
[NG-UI] [TITLE]  Downloading Cypress      72% 1s
[NG-UI] [TITLE]  Downloading Cypress      77% 1s
[NG-UI] [TITLE]  Downloading Cypress      81% 0s
[NG-UI] [TITLE]  Downloading Cypress      85% 0s
[NG-UI] [TITLE]  Downloading Cypress      89% 0s
[NG-UI] [TITLE]  Downloading Cypress      93% 0s
[NG-UI] [TITLE]  Downloading Cypress      97% 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% 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        1% 64s
[NG-UI] [TITLE]  Unzipping Cypress        1% 65s
[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        3% 27s
[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        3% 34s
[NG-UI] [TITLE]  Unzipping Cypress        3% 35s
[NG-UI] [TITLE]  Unzipping Cypress        3% 36s
[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        4% 31s
[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        5% 29s
[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        6% 27s
[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% 22s
[NG-UI] [TITLE]  Unzipping Cypress        8% 23s
[NG-UI] [TITLE]  Unzipping Cypress        8% 24s
[NG-UI] [TITLE]  Unzipping Cypress        9% 21s
[NG-UI] [TITLE]  Unzipping Cypress        9% 22s
[tests] cafdda2a4a99: Pushed
[tests] osm-v140-merge-258: digest: sha256:19564f4a0f2d175b956009bb596fceb5a21dfc143bcb906580781f869a573861 size: 3470
[Pipeline] [tests] }
[Pipeline] [tests] // dir
[Pipeline] [tests] }
[NG-UI] [TITLE]  Unzipping Cypress        9% 23s
[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        14% 17s
[NG-UI] [TITLE]  Unzipping Cypress        14% 18s
[NG-UI] [TITLE]  Unzipping Cypress        15% 17s
[NG-UI] [TITLE]  Unzipping Cypress        15% 18s
[NG-UI] [TITLE]  Unzipping Cypress        16% 16s
[NG-UI] [TITLE]  Unzipping Cypress        16% 17s
[NG-UI] [TITLE]  Unzipping Cypress        17% 16s
[NG-UI] [TITLE]  Unzipping Cypress        17% 17s
[NG-UI] [TITLE]  Unzipping Cypress        18% 16s
[NG-UI] [TITLE]  Unzipping Cypress        19% 15s
[NG-UI] [TITLE]  Unzipping Cypress        19% 16s
[NG-UI] [TITLE]  Unzipping Cypress        20% 15s
[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        22% 16s
[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        25% 15s
[NG-UI] [TITLE]  Unzipping Cypress        26% 14s
[NG-UI] [TITLE]  Unzipping Cypress        26% 15s
[NG-UI] [TITLE]  Unzipping Cypress        27% 14s
[NG-UI] [TITLE]  Unzipping Cypress        27% 15s
[NG-UI] [TITLE]  Unzipping Cypress        28% 14s
[NG-UI] [TITLE]  Unzipping Cypress        29% 14s
[NG-UI] [TITLE]  Unzipping Cypress        30% 14s
[NG-UI] [TITLE]  Unzipping Cypress        31% 13s
[NG-UI] [TITLE]  Unzipping Cypress        31% 14s
[NG-UI] [TITLE]  Unzipping Cypress        31% 15s
[NG-UI] [TITLE]  Unzipping Cypress        32% 14s
[NG-UI] [TITLE]  Unzipping Cypress        32% 15s
[NG-UI] [TITLE]  Unzipping Cypress        33% 14s
[NG-UI] [TITLE]  Unzipping Cypress        34% 14s
[NG-UI] [TITLE]  Unzipping Cypress        35% 13s
[NG-UI] [TITLE]  Unzipping Cypress        35% 14s
[NG-UI] [TITLE]  Unzipping Cypress        36% 13s
[NG-UI] [TITLE]  Unzipping Cypress        37% 13s
[NG-UI] [TITLE]  Unzipping Cypress        38% 12s
[NG-UI] [TITLE]  Unzipping Cypress        38% 13s
[NG-UI] [TITLE]  Unzipping Cypress        38% 14s
[NG-UI] [TITLE]  Unzipping Cypress        39% 13s
[NG-UI] [TITLE]  Unzipping Cypress        39% 14s
[NG-UI] [TITLE]  Unzipping Cypress        40% 13s
[NG-UI] [TITLE]  Unzipping Cypress        41% 13s
[NG-UI] [TITLE]  Unzipping Cypress        42% 13s
[NG-UI] [TITLE]  Unzipping Cypress        43% 12s
[NG-UI] [TITLE]  Unzipping Cypress        43% 13s
[NG-UI] [TITLE]  Unzipping Cypress        44% 12s
[NG-UI] [TITLE]  Unzipping Cypress        45% 12s
[NG-UI] [TITLE]  Unzipping Cypress        46% 12s
[NG-UI] [TITLE]  Unzipping Cypress        47% 11s
[NG-UI] [TITLE]  Unzipping Cypress        47% 12s
[NG-UI] [TITLE]  Unzipping Cypress        48% 11s
[NG-UI] [TITLE]  Unzipping Cypress        49% 11s
[NG-UI] [TITLE]  Unzipping Cypress        50% 11s
[NG-UI] [TITLE]  Unzipping Cypress        51% 10s
[NG-UI] [TITLE]  Unzipping Cypress        51% 11s
[NG-UI] [TITLE]  Unzipping Cypress        52% 10s
[NG-UI] [TITLE]  Unzipping Cypress        52% 11s
[NG-UI] [TITLE]  Unzipping Cypress        53% 10s
[NG-UI] [TITLE]  Unzipping Cypress        53% 11s
[NG-UI] [TITLE]  Unzipping Cypress        54% 10s
[NG-UI] [TITLE]  Unzipping Cypress        55% 10s
[NG-UI] [TITLE]  Unzipping Cypress        56% 10s
[NG-UI] [TITLE]  Unzipping Cypress        57% 9s
[NG-UI] [TITLE]  Unzipping Cypress        57% 10s
[NG-UI] [TITLE]  Unzipping Cypress        58% 9s
[NG-UI] [TITLE]  Unzipping Cypress        59% 9s
[NG-UI] [TITLE]  Unzipping Cypress        60% 9s
[NG-UI] [TITLE]  Unzipping Cypress        61% 9s
[NG-UI] [TITLE]  Unzipping Cypress        62% 9s
[NG-UI] [TITLE]  Unzipping Cypress        63% 8s
[NG-UI] [TITLE]  Unzipping Cypress        64% 8s
[NG-UI] [TITLE]  Unzipping Cypress        64% 9s
[NG-UI] [TITLE]  Unzipping Cypress        65% 8s
[NG-UI] [TITLE]  Unzipping Cypress        65% 9s
[NG-UI] [TITLE]  Unzipping Cypress        66% 8s
[NG-UI] [TITLE]  Unzipping Cypress        67% 8s
[NG-UI] [TITLE]  Unzipping Cypress        68% 8s
[NG-UI] [TITLE]  Unzipping Cypress        69% 7s
[NG-UI] [TITLE]  Unzipping Cypress        70% 7s
[NG-UI] [TITLE]  Unzipping Cypress        71% 7s
[NG-UI] [TITLE]  Unzipping Cypress        72% 7s
[NG-UI] [TITLE]  Unzipping Cypress        73% 6s
[NG-UI] [TITLE]  Unzipping Cypress        74% 6s
[NG-UI] [TITLE]  Unzipping Cypress        75% 6s
[NG-UI] [TITLE]  Unzipping Cypress        76% 6s
[NG-UI] [TITLE]  Unzipping Cypress        77% 5s
[NG-UI] [TITLE]  Unzipping Cypress        78% 5s
[NG-UI] [TITLE]  Unzipping Cypress        79% 5s
[NG-UI] [TITLE]  Unzipping Cypress        80% 5s
[NG-UI] [TITLE]  Unzipping Cypress        81% 4s
[NG-UI] [TITLE]  Unzipping Cypress        82% 4s
[NG-UI] [TITLE]  Unzipping Cypress        83% 4s
[NG-UI] [TITLE]  Unzipping Cypress        84% 4s
[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% 3s
[NG-UI] [TITLE]  Unzipping Cypress        89% 3s
[NG-UI] [TITLE]  Unzipping Cypress        90% 2s
[NG-UI] [TITLE]  Unzipping Cypress        91% 2s
[NG-UI] [TITLE]  Unzipping Cypress        92% 2s
[NG-UI] [TITLE]  Unzipping Cypress        93% 2s
[NG-UI] [TITLE]  Unzipping Cypress        94% 1s
[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
[NG-UI] [TITLE]  Unzipping Cypress        100% 0s
[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-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-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-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-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-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-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.0: 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.0
[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-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-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-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 1552 packages from 2513 contributors and audited 1582 packages in 118.211s
[NG-UI] 
[NG-UI] 227 packages are looking for funding
[NG-UI]   run `npm fund` for details
[NG-UI] 
[NG-UI] found 9 vulnerabilities (5 moderate, 4 high)
[NG-UI]   run `npm audit fix` to fix them, or `npm audit` for details
[NG-UI] Removing intermediate container d961a2b4bd20
[NG-UI]  ---> d4f8882473fe
[NG-UI] Step 12/23 : RUN npm run build
[NG-UI]  ---> Running in 1141d391f974
[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-03-07T23:13:41.910Z - Hash: 8e26456c32c5965d - Time: 88730ms
[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 1141d391f974
[NG-UI]  ---> 912f18c99608
[NG-UI] Step 13/23 : FROM ubuntu:22.04 AS FINAL
[NG-UI]  ---> ca2b0f26964c
[NG-UI] Step 14/23 : ARG APT_PROXY
[NG-UI]  ---> Using cache
[NG-UI]  ---> 68af8829a8cb
[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]  ---> 1833c12d948c
[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]  ---> 506737e2a36c
[NG-UI] Step 17/23 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[NG-UI]  ---> Using cache
[NG-UI]  ---> 1c08d3153798
[NG-UI] Step 18/23 : RUN rm -rf /usr/share/nginx/html/*
[NG-UI]  ---> Using cache
[NG-UI]  ---> 119f7554dfac
[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]  ---> f04ef8dc42b6
[NG-UI] Step 20/23 : COPY --from=INSTALL /usr/share/osm-ngui/dist/osm /usr/share/nginx/html
[NG-UI]  ---> Using cache
[NG-UI]  ---> f52506dc16fd
[NG-UI] Step 21/23 : EXPOSE 80
[NG-UI]  ---> Using cache
[NG-UI]  ---> ab2d293cfba3
[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]  ---> d7b2ba50a531
[NG-UI] Step 23/23 : CMD ["nginx", "-g", "daemon off;"]
[NG-UI]  ---> Using cache
[NG-UI]  ---> 6091ac367386
[NG-UI] [Warning] One or more build-args [PYTHON3_N2VC_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_DEVOPS_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_TESTS_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL OSM_IMDOCS_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL] were not consumed
[NG-UI] Successfully built 6091ac367386
[NG-UI] Successfully tagged opensourcemano/ng-ui:osm-v140-merge-258
[Pipeline] [NG-UI] echo
[NG-UI] Tagging ng-ui:osm-v140-merge-258
[Pipeline] [NG-UI] sh
[NG-UI] [NG-UI] Running shell script
[NG-UI] + docker tag opensourcemano/ng-ui:osm-v140-merge-258 osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui:osm-v140-merge-258
[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-258
[NG-UI] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui]
[NG-UI] 9727e699aad8: Preparing
[NG-UI] 6e11520bf4da: Preparing
[NG-UI] 13c6406f8cec: Preparing
[NG-UI] 9a7e96443b5f: Preparing
[NG-UI] 86ccf0e0fb86: Preparing
[NG-UI] 0b9985c67716: Preparing
[NG-UI] 5498e8c22f69: Preparing
[NG-UI] 0b9985c67716: Waiting
[NG-UI] 13c6406f8cec: Layer already exists
[NG-UI] 6e11520bf4da: Layer already exists
[NG-UI] 9727e699aad8: Layer already exists
[NG-UI] 9a7e96443b5f: Layer already exists
[NG-UI] 86ccf0e0fb86: Layer already exists
[NG-UI] 0b9985c67716: Layer already exists
[NG-UI] 5498e8c22f69: Layer already exists
[NG-UI] osm-v140-merge-258: digest: sha256:6e7314e99acbd43de1125c0ef95da7232658b732379c2d4a4134d65e9ea0bc33 size: 1780
[Pipeline] [NG-UI] }
[Pipeline] [NG-UI] // dir
[Pipeline] [NG-UI] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
[Pipeline] stage
[Pipeline] { (Archive Container Logs)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cleanup)
[Pipeline] sh
[osm-stage_3-merge_v14.0@3] Running shell script
+ docker stop osm-v140-merge-258-apache
osm-v140-merge-258-apache
[Pipeline] sh
[osm-stage_3-merge_v14.0@3] Running shell script
+ docker rm osm-v140-merge-258-apache
osm-v140-merge-258-apache
[Pipeline] sh
[osm-stage_3-merge_v14.0@3] Running shell script
+ rm -rf /tmp/tmp.4jK9GbnbI9
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 100
Finished: FAILURE