FailedConsole Output

Skipping 205 KB.. Full Log
[tests] DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
[tests]             Install the buildx component to build images with BuildKit:
[tests]             https://docs.docker.com/go/buildx/
[tests] 
[tests] Sending build context to Docker daemon  5.632kB

[tests] Step 1/35 : FROM ubuntu:22.04 as FINAL
[tests]  ---> 52882761a72a
[tests] Step 2/35 : ARG APT_PROXY
[tests]  ---> Using cache
[tests]  ---> bf8675204e26
[tests] Step 3/35 : 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]  ---> 6b16749f3331
[tests] Step 4/35 : 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]  ---> 2f2b4a905581
[tests] Step 5/35 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     apt-transport-https     ca-certificates     gettext-base=0.21*     git=1:2.34.*     gnupg     iputils-ping=3:*     jq=1.6*     libmagic1=1:5.*
[tests]  ---> Using cache
[tests]  ---> fd5b65fd09ad
[tests] Step 6/35 : ARG OSM_TESTS_URL
[tests]  ---> Using cache
[tests]  ---> 5dfb14f95dbd
[tests] Step 7/35 : ARG PYTHON3_OSM_IM_URL
[tests]  ---> Using cache
[tests]  ---> f609e993535f
[tests] Step 8/35 : ARG PYTHON3_OSMCLIENT_URL
[tests]  ---> Using cache
[tests]  ---> 8849fc62d9ae
[tests] Step 9/35 : RUN curl $PYTHON3_OSM_IM_URL -o osm_im.deb
[tests]  ---> Using cache
[tests]  ---> 716a8ab63b74
[tests] Step 10/35 : RUN dpkg -i ./osm_im.deb
[tests]  ---> Using cache
[tests]  ---> 86e814b0a09e
[tests] Step 11/35 : RUN curl $PYTHON3_OSMCLIENT_URL -o osmclient.deb
[tests]  ---> Using cache
[tests]  ---> 499e0c35720b
[tests] Step 12/35 : RUN dpkg -i ./osmclient.deb
[tests]  ---> Using cache
[tests]  ---> d0fd649c29d5
[tests] Step 13/35 : RUN curl $OSM_TESTS_URL -o osm_tests.deb
[tests]  ---> Using cache
[tests]  ---> cbcc6878b699
[tests] Step 14/35 : RUN dpkg -i ./osm_tests.deb
[tests]  ---> Using cache
[tests]  ---> bce8509509e0
[tests] Step 15/35 : 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]  ---> b279def42d7f
[tests] Step 16/35 : RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
[Pipeline] [PLA] sh
[PLA] [PLA] Running shell script
[PLA] + docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t opensourcemano/pla:osm-master-merge-3002 --build-arg CACHE_DATE=2024-05-31:01:07:11 --build-arg PYTHON3_OSMCLIENT_URL=https://artifactory-osm.etsi.org/artifactory/osm-osmclient/master/773/pool/osmclient/python3-osmclient_11.0.0rc1.post70+gc0420cf-1_all.deb --build-arg OSM_DEVOPS_URL=https://artifactory-osm.etsi.org/artifactory/osm-devops/master/1633/pool/devops/osm-devops_15.0.0.post28-1_all.deb --build-arg PYTHON3_OSM_MON_URL=https://artifactory-osm.etsi.org/artifactory/osm-MON/master/765/pool/MON/python3-osm-mon_11.0.0.post36+g754a953-1_all.deb --build-arg PYTHON3_N2VC_URL=https://artifactory-osm.etsi.org/artifactory/osm-N2VC/master/783/pool/N2VC/python3-n2vc_11.0.0rc1.post84+gf5b7f41-1_all.deb --build-arg PYTHON3_OSM_NBI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NBI/master/885/pool/NBI/python3-osm-nbi_9.0.0.post117+g48683b8-1_all.deb --build-arg PYTHON3_OSM_COMMON_URL=https://artifactory-osm.etsi.org/artifactory/osm-common/master/576/pool/common/python3-osm-common_15.0.0.post3+g409397d-1_all.deb --build-arg PYTHON3_OSM_LCM_URL=https://artifactory-osm.etsi.org/artifactory/osm-LCM/master/867/pool/LCM/python3-osm-lcm_9.0.0.post166+g0ee7779-1_all.deb --build-arg PYTHON3_OSM_POLICY_MODULE_URL=https://artifactory-osm.etsi.org/artifactory/osm-POL/master/548/pool/POL/python3-osm-policy-module_11.0.0.post27+gecf3f13-1_all.deb --build-arg OSM_IMDOCS_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/610/pool/IM/osm-imdocs_15.0.0.post1-g90ffed2_amd64.deb --build-arg PYTHON3_OSM_IM_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/610/pool/IM/python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb --build-arg OSM_NGUI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/master/529/pool/NG-UI/osm-ngui_15.0.0.post1+g219fe61-1_all.deb --build-arg PYTHON3_OSM_PLA_URL=https://artifactory-osm.etsi.org/artifactory/osm-PLA/master/482/pool/PLA/python3-osm-pla_11.0.0.post12+gfcdb2c4-1_all.deb --build-arg PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/485/pool/NG-SA/python3-osm-webhook-translator_15.0-1_all.deb --build-arg PYTHON3_OSM_NGSA_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/485/pool/NG-SA/python3-osm-ngsa_15.0-1_all.deb --build-arg OSM_TESTS_URL=https://artifactory-osm.etsi.org/artifactory/osm-tests/master/669/pool/tests/osm-tests_9.0.0rc1.post209+g9e5450f-1_all.deb --build-arg PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-floodlightof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_TAPI_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-tapi_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-arista-cloudvision_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_RO_PLUGIN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-ro-plugin_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ODLOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-odlof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AZURE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-azure_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOSOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-onosof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_GCP_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-gcp_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENVIM_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-openvim_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENSTACK_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-openstack_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AWS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-aws_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_IETFL2VPN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-ietfl2vpn_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DYNPAC_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-dynpac_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_VMWARE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-vmware_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DPB_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-dpb_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_NG_RO_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-ng-ro_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-juniper-contrail_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOS_VPLS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-onos-vpls_9.0.0.post172+ge31d74b-1_all.deb .
[PLA] DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
[PLA]             Install the buildx component to build images with BuildKit:
[PLA]             https://docs.docker.com/go/buildx/
[PLA] 
[PLA] Sending build context to Docker daemon  9.216kB

[PLA] Step 1/39 : FROM ubuntu:22.04 as INSTALL
[PLA]  ---> 52882761a72a
[PLA] Step 2/39 : ARG APT_PROXY
[PLA]  ---> Using cache
[PLA]  ---> bf8675204e26
[PLA] Step 3/39 : RUN if [ ! -z $APT_PROXY ] ; then     echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/proxy.conf ;    echo "Acquire::https::Proxy \"$APT_PROXY\";" >> /etc/apt/apt.conf.d/proxy.conf ;    fi
[PLA]  ---> Using cache
[PLA]  ---> 6b16749f3331
[PLA] Step 4/39 : 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/*
[PLA]  ---> Using cache
[PLA]  ---> 2f2b4a905581
[PLA] Step 5/39 : ARG PYTHON3_OSM_COMMON_URL
[PLA]  ---> Using cache
[PLA]  ---> 9b32db13595b
[PLA] Step 6/39 : ARG PYTHON3_OSM_PLA_URL
[PLA]  ---> Using cache
[PLA]  ---> c73d43b54a07
[PLA] Step 7/39 : RUN curl $PYTHON3_OSM_COMMON_URL -o osm_common.deb
[PLA]  ---> Using cache
[PLA]  ---> 98d69b72fa61
[PLA] Step 8/39 : RUN dpkg -i ./osm_common.deb
[PLA]  ---> Using cache
[PLA]  ---> 09e388ec28ab
[PLA] Step 9/39 : RUN curl $PYTHON3_OSM_PLA_URL -o osm_pla.deb
[PLA]  ---> Using cache
[PLA]  ---> ee573dffef68
[PLA] Step 10/39 : RUN dpkg -i ./osm_pla.deb
[PLA]  ---> Using cache
[PLA]  ---> c61940e64f81
[PLA] Step 11/39 : RUN pip3 install     -r /usr/lib/python3/dist-packages/osm_common/requirements.txt     -r /usr/lib/python3/dist-packages/osm_pla/requirements.txt
[PLA]  ---> Using cache
[PLA]  ---> 5e69c9e007fb
[PLA] Step 12/39 : ADD https://github.com/MiniZinc/MiniZincIDE/releases/download/2.4.2/MiniZincIDE-2.4.2-bundle-linux-x86_64.tgz /minizinc.tgz
[Pipeline] [osmclient] sh
[osmclient] [osmclient] Running shell script
[osmclient] + docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t opensourcemano/osmclient:osm-master-merge-3002 --build-arg CACHE_DATE=2024-05-31:01:07:11 --build-arg PYTHON3_OSMCLIENT_URL=https://artifactory-osm.etsi.org/artifactory/osm-osmclient/master/773/pool/osmclient/python3-osmclient_11.0.0rc1.post70+gc0420cf-1_all.deb --build-arg OSM_DEVOPS_URL=https://artifactory-osm.etsi.org/artifactory/osm-devops/master/1633/pool/devops/osm-devops_15.0.0.post28-1_all.deb --build-arg PYTHON3_OSM_MON_URL=https://artifactory-osm.etsi.org/artifactory/osm-MON/master/765/pool/MON/python3-osm-mon_11.0.0.post36+g754a953-1_all.deb --build-arg PYTHON3_N2VC_URL=https://artifactory-osm.etsi.org/artifactory/osm-N2VC/master/783/pool/N2VC/python3-n2vc_11.0.0rc1.post84+gf5b7f41-1_all.deb --build-arg PYTHON3_OSM_NBI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NBI/master/885/pool/NBI/python3-osm-nbi_9.0.0.post117+g48683b8-1_all.deb --build-arg PYTHON3_OSM_COMMON_URL=https://artifactory-osm.etsi.org/artifactory/osm-common/master/576/pool/common/python3-osm-common_15.0.0.post3+g409397d-1_all.deb --build-arg PYTHON3_OSM_LCM_URL=https://artifactory-osm.etsi.org/artifactory/osm-LCM/master/867/pool/LCM/python3-osm-lcm_9.0.0.post166+g0ee7779-1_all.deb --build-arg PYTHON3_OSM_POLICY_MODULE_URL=https://artifactory-osm.etsi.org/artifactory/osm-POL/master/548/pool/POL/python3-osm-policy-module_11.0.0.post27+gecf3f13-1_all.deb --build-arg OSM_IMDOCS_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/610/pool/IM/osm-imdocs_15.0.0.post1-g90ffed2_amd64.deb --build-arg PYTHON3_OSM_IM_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/610/pool/IM/python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb --build-arg OSM_NGUI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/master/529/pool/NG-UI/osm-ngui_15.0.0.post1+g219fe61-1_all.deb --build-arg PYTHON3_OSM_PLA_URL=https://artifactory-osm.etsi.org/artifactory/osm-PLA/master/482/pool/PLA/python3-osm-pla_11.0.0.post12+gfcdb2c4-1_all.deb --build-arg PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/485/pool/NG-SA/python3-osm-webhook-translator_15.0-1_all.deb --build-arg PYTHON3_OSM_NGSA_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/485/pool/NG-SA/python3-osm-ngsa_15.0-1_all.deb --build-arg OSM_TESTS_URL=https://artifactory-osm.etsi.org/artifactory/osm-tests/master/669/pool/tests/osm-tests_9.0.0rc1.post209+g9e5450f-1_all.deb --build-arg PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-floodlightof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_TAPI_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-tapi_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-arista-cloudvision_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_RO_PLUGIN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-ro-plugin_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ODLOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-odlof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AZURE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-azure_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOSOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-onosof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_GCP_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-gcp_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENVIM_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-openvim_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENSTACK_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-openstack_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AWS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-aws_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_IETFL2VPN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-ietfl2vpn_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DYNPAC_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-dynpac_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_VMWARE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-vmware_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DPB_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-dpb_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_NG_RO_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-ng-ro_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-juniper-contrail_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOS_VPLS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-onos-vpls_9.0.0.post172+ge31d74b-1_all.deb .
[osmclient] DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
[osmclient]             Install the buildx component to build images with BuildKit:
[osmclient]             https://docs.docker.com/go/buildx/
[osmclient] 
[osmclient] Sending build context to Docker daemon  6.656kB

[osmclient] Step 1/31 : FROM ubuntu:22.04 as INSTALL
[osmclient]  ---> 52882761a72a
[osmclient] Step 2/31 : ARG APT_PROXY
[osmclient]  ---> Using cache
[osmclient]  ---> bf8675204e26
[osmclient] Step 3/31 : 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
[osmclient]  ---> Using cache
[osmclient]  ---> 6b16749f3331
[osmclient] Step 4/31 : 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/*
[osmclient]  ---> Using cache
[osmclient]  ---> 2f2b4a905581
[osmclient] Step 5/31 : ARG PYTHON3_OSM_IM_URL
[osmclient]  ---> Using cache
[osmclient]  ---> ec4ecdccf505
[osmclient] Step 6/31 : ARG PYTHON3_OSMCLIENT_URL
[osmclient]  ---> Using cache
[osmclient]  ---> c08a6ac32b94
[osmclient] Step 7/31 : RUN curl $PYTHON3_OSM_IM_URL -o osm_im.deb
[osmclient]  ---> Using cache
[osmclient]  ---> 14a69f509f93
[osmclient] Step 8/31 : RUN dpkg -i ./osm_im.deb
[osmclient]  ---> Using cache
[osmclient]  ---> 51a2db04629e
[osmclient] Step 9/31 : RUN curl $PYTHON3_OSMCLIENT_URL -o osmclient.deb
[osmclient]  ---> Using cache
[osmclient]  ---> 12e49937009c
[osmclient] Step 10/31 : RUN dpkg -i ./osmclient.deb
[osmclient]  ---> Using cache
[osmclient]  ---> ad70d18aaa3f
[osmclient] Step 11/31 : RUN pip3 install     -r /usr/lib/python3/dist-packages/osm_im/requirements.txt     -r /usr/lib/python3/dist-packages/osmclient/requirements.txt
[osmclient]  ---> Using cache
[osmclient]  ---> f4be1c666dc3
[osmclient] Step 12/31 : FROM ubuntu:22.04 as FINAL
[osmclient]  ---> 52882761a72a
[osmclient] Step 13/31 : ARG APT_PROXY
[osmclient]  ---> Using cache
[osmclient]  ---> bf8675204e26
[osmclient] Step 14/31 : 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
[osmclient]  ---> Using cache
[osmclient]  ---> 6b16749f3331
[osmclient] Step 15/31 : 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/*
[osmclient]  ---> Using cache
[osmclient]  ---> 862dd2a755cf
[osmclient] Step 16/31 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[osmclient]  ---> Using cache
[Pipeline] [Airflow] sh
[Airflow] [Airflow] Running shell script
[Pipeline] [Webhook] sh
[POL]  ---> eaf55f980d4c
[POL] Step 18/40 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[Webhook] [Webhook] Running shell script
[Pipeline] [RO] sh
[RO] [RO] Running shell script
[Pipeline] [NG-UI] sh
[NG-UI] [NG-UI] Running shell script
[Pipeline] [NBI] sh
[LCM]  ---> 8a8d72ffc225
[LCM] Step 24/58 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[LCM]  ---> Using cache
[LCM]  ---> 6636fcdb8724
[LCM] Step 25/58 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     ca-certificates     && rm -rf /var/lib/apt/lists/*
[LCM]  ---> Using cache
[LCM]  ---> 9314bf8e2136
[LCM] Step 26/58 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[LCM]  ---> Using cache
[LCM]  ---> d6f7d84d3bb7
[LCM] Step 27/58 : COPY --from=INSTALL /usr/bin/kubectl /usr/bin/kubectl
[LCM]  ---> Using cache
[LCM]  ---> 2af878f2dc69
[LCM] Step 28/58 : COPY --from=INSTALL /usr/local/bin/helm /usr/local/bin/helm
[LCM]  ---> Using cache
[MON]  ---> d66e9c88b9b6
[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]  ---> 7fa5dabe7a15
[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]  ---> f1b34faf579e
[MON] Step 23/56 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[MON]  ---> Using cache
[MON]  ---> 8371e2d3fc73
[MON] Step 24/56 : COPY --from=INSTALL /usr/bin/osm* /usr/bin/
[POL]  ---> Using cache
[POL]  ---> 8deb1e74d87a
[POL] Step 19/40 : COPY --from=INSTALL /usr/bin/osm* /usr/bin/
[tests]  ---> Running in 86af9b807700
[osmclient]  ---> 47278944b1ed
[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]  ---> dc25e9b60d23
[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]  ---> 0ec6c54f9ac6
[osmclient] Step 19/31 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[osmclient]  ---> Using cache
[osmclient]  ---> 60b6333e59cd
[osmclient] Step 20/31 : COPY --from=INSTALL /usr/bin/osm /usr/bin/osm
[osmclient]  ---> Using cache
[osmclient]  ---> a1d567cbfde6
[osmclient] Step 21/31 : COPY charm.sh /usr/sbin/charm
[osmclient]  ---> Using cache
[osmclient]  ---> d245c2e83dcd
[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]  ---> 9e9dc9846f31
[osmclient] Step 23/31 : WORKDIR /app/osmclient
[osmclient]  ---> Using cache
[osmclient]  ---> 94596eeeca81
[osmclient] Step 24/31 : USER appuser
[osmclient]  ---> Using cache
[osmclient]  ---> fde55f911574
[osmclient] Step 25/31 : ENV LC_ALL=C.UTF-8
[osmclient]  ---> Using cache
[osmclient]  ---> c66d146059e2
[osmclient] Step 26/31 : ENV LANG=C.UTF-8
[osmclient]  ---> Using cache
[osmclient]  ---> ea25d28479e1
[osmclient] Step 27/31 : ENV OSM_HOSTNAME    nbi:9999
[osmclient]  ---> Using cache
[osmclient]  ---> b79ae008db74
[osmclient] Step 28/31 : ENV OSM_USER        admin
[osmclient]  ---> Using cache
[osmclient]  ---> e0142e0ec2a9
[osmclient] Step 29/31 : ENV OSM_PASSWORD    admin
[osmclient]  ---> Using cache
[osmclient]  ---> bbd30c84a71b
[osmclient] Step 30/31 : ENV OSM_PROJECT     admin
[osmclient]  ---> Using cache
[osmclient]  ---> 161936cdd659
[osmclient] Step 31/31 : ENTRYPOINT [ "/bin/bash" ]
[osmclient]  ---> Using cache
[osmclient]  ---> c66e210fa10d
[osmclient] [Warning] One or more build-args [PYTHON3_OSM_ROSDN_ONOS_VPLS_URL OSM_DEVOPS_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_N2VC_URL PYTHON3_OSM_MON_URL OSM_TESTS_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_ROVIM_AWS_URL OSM_IMDOCS_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL CACHE_DATE OSM_NGUI_URL PYTHON3_OSM_ROSDN_DYNPAC_URL] were not consumed
[osmclient] Successfully built c66e210fa10d
[osmclient] Successfully tagged opensourcemano/osmclient:osm-master-merge-3002
[Airflow] + docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t opensourcemano/airflow:osm-master-merge-3002 --build-arg CACHE_DATE=2024-05-31:01:07:11 --build-arg PYTHON3_OSMCLIENT_URL=https://artifactory-osm.etsi.org/artifactory/osm-osmclient/master/773/pool/osmclient/python3-osmclient_11.0.0rc1.post70+gc0420cf-1_all.deb --build-arg OSM_DEVOPS_URL=https://artifactory-osm.etsi.org/artifactory/osm-devops/master/1633/pool/devops/osm-devops_15.0.0.post28-1_all.deb --build-arg PYTHON3_OSM_MON_URL=https://artifactory-osm.etsi.org/artifactory/osm-MON/master/765/pool/MON/python3-osm-mon_11.0.0.post36+g754a953-1_all.deb --build-arg PYTHON3_N2VC_URL=https://artifactory-osm.etsi.org/artifactory/osm-N2VC/master/783/pool/N2VC/python3-n2vc_11.0.0rc1.post84+gf5b7f41-1_all.deb --build-arg PYTHON3_OSM_NBI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NBI/master/885/pool/NBI/python3-osm-nbi_9.0.0.post117+g48683b8-1_all.deb --build-arg PYTHON3_OSM_COMMON_URL=https://artifactory-osm.etsi.org/artifactory/osm-common/master/576/pool/common/python3-osm-common_15.0.0.post3+g409397d-1_all.deb --build-arg PYTHON3_OSM_LCM_URL=https://artifactory-osm.etsi.org/artifactory/osm-LCM/master/867/pool/LCM/python3-osm-lcm_9.0.0.post166+g0ee7779-1_all.deb --build-arg PYTHON3_OSM_POLICY_MODULE_URL=https://artifactory-osm.etsi.org/artifactory/osm-POL/master/548/pool/POL/python3-osm-policy-module_11.0.0.post27+gecf3f13-1_all.deb --build-arg OSM_IMDOCS_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/610/pool/IM/osm-imdocs_15.0.0.post1-g90ffed2_amd64.deb --build-arg PYTHON3_OSM_IM_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/610/pool/IM/python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb --build-arg OSM_NGUI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/master/529/pool/NG-UI/osm-ngui_15.0.0.post1+g219fe61-1_all.deb --build-arg PYTHON3_OSM_PLA_URL=https://artifactory-osm.etsi.org/artifactory/osm-PLA/master/482/pool/PLA/python3-osm-pla_11.0.0.post12+gfcdb2c4-1_all.deb --build-arg PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/485/pool/NG-SA/python3-osm-webhook-translator_15.0-1_all.deb --build-arg PYTHON3_OSM_NGSA_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/485/pool/NG-SA/python3-osm-ngsa_15.0-1_all.deb --build-arg OSM_TESTS_URL=https://artifactory-osm.etsi.org/artifactory/osm-tests/master/669/pool/tests/osm-tests_9.0.0rc1.post209+g9e5450f-1_all.deb --build-arg PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-floodlightof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_TAPI_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-tapi_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-arista-cloudvision_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_RO_PLUGIN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-ro-plugin_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ODLOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-odlof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AZURE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-azure_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOSOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-onosof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_GCP_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-gcp_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENVIM_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-openvim_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENSTACK_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-openstack_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AWS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-aws_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_IETFL2VPN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-ietfl2vpn_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DYNPAC_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-dynpac_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_VMWARE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-vmware_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DPB_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-dpb_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_NG_RO_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-ng-ro_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-juniper-contrail_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOS_VPLS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-onos-vpls_9.0.0.post172+ge31d74b-1_all.deb .
[Airflow] DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
[Airflow]             Install the buildx component to build images with BuildKit:
[Airflow]             https://docs.docker.com/go/buildx/
[Airflow] 
[Airflow] Sending build context to Docker daemon  4.096kB

[Airflow] Step 1/16 : FROM apache/airflow:2.5.3-python3.10
[Airflow]  ---> 3211f4f8f08b
[Airflow] Step 2/16 : USER root
[Airflow]  ---> Using cache
[Airflow]  ---> 75be5bdbfa2c
[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
[Airflow]  ---> Using cache
[Airflow]  ---> a3520963bd44
[Airflow] Step 4/16 : USER airflow
[Airflow]  ---> Using cache
[Airflow]  ---> f12b69fd1c77
[Airflow] Step 5/16 : ARG PYTHON3_OSM_COMMON_URL
[Airflow]  ---> Using cache
[Airflow]  ---> bd9b01460945
[Airflow] Step 6/16 : ARG PYTHON3_OSM_NGSA_URL
[Airflow]  ---> Using cache
[Airflow]  ---> 2f677e888cf9
[Airflow] Step 7/16 : RUN curl $PYTHON3_OSM_COMMON_URL -o osm_common.deb
[Airflow]  ---> Using cache
[Airflow]  ---> 9f4e8b92c846
[Airflow] Step 8/16 : RUN curl $PYTHON3_OSM_NGSA_URL -o osm_ngsa.deb
[Airflow]  ---> Using cache
[Airflow]  ---> fd091de72759
[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]  ---> 329f034fb2c6
[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]  ---> d68e88882528
[Airflow] Step 11/16 : RUN mkdir /tmp/osm
[Airflow]  ---> Using cache
[Airflow]  ---> 434505fc216d
[Airflow] Step 12/16 : RUN dpkg-deb -x osm_common_repacked.deb /tmp/osm
[Airflow]  ---> Using cache
[Airflow]  ---> fc3f832c07d8
[Airflow] Step 13/16 : RUN dpkg-deb -x osm_ngsa_repacked.deb /tmp/osm
[Airflow]  ---> Using cache
[Airflow]  ---> 78d01fc50f04
[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]  ---> 1f0b57444d5d
[Airflow] Step 15/16 : RUN rm -rf /tmp/osm
[Airflow]  ---> Using cache
[Airflow]  ---> 4aeab9a2db4b
[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]  ---> 3b45479bd15d
[Airflow] [Warning] One or more build-args [CACHE_DATE PYTHON3_N2VC_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROVIM_AZURE_URL APT_PROXY PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL OSM_DEVOPS_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_NGUI_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROVIM_OPENVIM_URL OSM_TESTS_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL OSM_IMDOCS_URL PYTHON3_OSM_ROVIM_VMWARE_URL] were not consumed
[Airflow] Successfully built 3b45479bd15d
[Airflow] Successfully tagged opensourcemano/airflow:osm-master-merge-3002
[Webhook] + docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t opensourcemano/webhook:osm-master-merge-3002 --build-arg CACHE_DATE=2024-05-31:01:07:11 --build-arg PYTHON3_OSMCLIENT_URL=https://artifactory-osm.etsi.org/artifactory/osm-osmclient/master/773/pool/osmclient/python3-osmclient_11.0.0rc1.post70+gc0420cf-1_all.deb --build-arg OSM_DEVOPS_URL=https://artifactory-osm.etsi.org/artifactory/osm-devops/master/1633/pool/devops/osm-devops_15.0.0.post28-1_all.deb --build-arg PYTHON3_OSM_MON_URL=https://artifactory-osm.etsi.org/artifactory/osm-MON/master/765/pool/MON/python3-osm-mon_11.0.0.post36+g754a953-1_all.deb --build-arg PYTHON3_N2VC_URL=https://artifactory-osm.etsi.org/artifactory/osm-N2VC/master/783/pool/N2VC/python3-n2vc_11.0.0rc1.post84+gf5b7f41-1_all.deb --build-arg PYTHON3_OSM_NBI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NBI/master/885/pool/NBI/python3-osm-nbi_9.0.0.post117+g48683b8-1_all.deb --build-arg PYTHON3_OSM_COMMON_URL=https://artifactory-osm.etsi.org/artifactory/osm-common/master/576/pool/common/python3-osm-common_15.0.0.post3+g409397d-1_all.deb --build-arg PYTHON3_OSM_LCM_URL=https://artifactory-osm.etsi.org/artifactory/osm-LCM/master/867/pool/LCM/python3-osm-lcm_9.0.0.post166+g0ee7779-1_all.deb --build-arg PYTHON3_OSM_POLICY_MODULE_URL=https://artifactory-osm.etsi.org/artifactory/osm-POL/master/548/pool/POL/python3-osm-policy-module_11.0.0.post27+gecf3f13-1_all.deb --build-arg OSM_IMDOCS_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/610/pool/IM/osm-imdocs_15.0.0.post1-g90ffed2_amd64.deb --build-arg PYTHON3_OSM_IM_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/610/pool/IM/python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb --build-arg OSM_NGUI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/master/529/pool/NG-UI/osm-ngui_15.0.0.post1+g219fe61-1_all.deb --build-arg PYTHON3_OSM_PLA_URL=https://artifactory-osm.etsi.org/artifactory/osm-PLA/master/482/pool/PLA/python3-osm-pla_11.0.0.post12+gfcdb2c4-1_all.deb --build-arg PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/485/pool/NG-SA/python3-osm-webhook-translator_15.0-1_all.deb --build-arg PYTHON3_OSM_NGSA_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/485/pool/NG-SA/python3-osm-ngsa_15.0-1_all.deb --build-arg OSM_TESTS_URL=https://artifactory-osm.etsi.org/artifactory/osm-tests/master/669/pool/tests/osm-tests_9.0.0rc1.post209+g9e5450f-1_all.deb --build-arg PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-floodlightof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_TAPI_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-tapi_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-arista-cloudvision_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_RO_PLUGIN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-ro-plugin_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ODLOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-odlof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AZURE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-azure_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOSOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-onosof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_GCP_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-gcp_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENVIM_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-openvim_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENSTACK_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-openstack_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AWS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-aws_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_IETFL2VPN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-ietfl2vpn_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DYNPAC_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-dynpac_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_VMWARE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-vmware_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DPB_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-dpb_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_NG_RO_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-ng-ro_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-juniper-contrail_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOS_VPLS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-onos-vpls_9.0.0.post172+ge31d74b-1_all.deb .
[Webhook] DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
[Webhook]             Install the buildx component to build images with BuildKit:
[Webhook]             https://docs.docker.com/go/buildx/
[Webhook] 
[Webhook] Sending build context to Docker daemon  4.608kB

[Webhook] Step 1/21 : FROM ubuntu:22.04 as INSTALL
[Webhook]  ---> 52882761a72a
[Webhook] Step 2/21 : ARG APT_PROXY
[Webhook]  ---> Using cache
[Webhook]  ---> bf8675204e26
[Webhook] Step 3/21 : 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
[Webhook]  ---> Using cache
[Webhook]  ---> 6b16749f3331
[Webhook] Step 4/21 : 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/*
[Webhook]  ---> Using cache
[Webhook]  ---> 2f2b4a905581
[Webhook] Step 5/21 : ARG PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL
[Webhook]  ---> Using cache
[Webhook]  ---> 274aa85b169b
[Webhook] Step 6/21 : RUN curl $PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL -o osm_webhook_translator.deb
[Webhook]  ---> Using cache
[Webhook]  ---> b68ce4f4677e
[Webhook] Step 7/21 : RUN dpkg -i ./osm_webhook_translator.deb
[Webhook]  ---> Using cache
[Webhook]  ---> 5107eacbbb2c
[Webhook] Step 8/21 : RUN pip3 install     -r /usr/lib/python3/dist-packages/osm_webhook_translator/requirements.txt
[Webhook]  ---> Using cache
[Webhook]  ---> e6c8e40dc6de
[Webhook] Step 9/21 : FROM ubuntu:22.04 as FINAL
[Webhook]  ---> 52882761a72a
[Webhook] Step 10/21 : ARG APT_PROXY
[Webhook]  ---> Using cache
[Webhook]  ---> bf8675204e26
[Webhook] Step 11/21 : 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
[Webhook]  ---> Using cache
[Webhook]  ---> 6b16749f3331
[Webhook] Step 12/21 : 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/*
[Webhook]  ---> Using cache
[Webhook]  ---> 862dd2a755cf
[Webhook] Step 13/21 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[Webhook]  ---> Using cache
[Webhook]  ---> 901098b5ea1d
[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]  ---> 08ecce9ae43a
[Webhook] Step 15/21 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[Webhook]  ---> Using cache
[Webhook]  ---> a4cbf5357154
[Webhook] Step 16/21 : COPY --from=INSTALL /usr/local/bin/uvicorn /usr/local/bin/uvicorn
[Webhook]  ---> Using cache
[RO] + docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t opensourcemano/ro:osm-master-merge-3002 --build-arg CACHE_DATE=2024-05-31:01:07:11 --build-arg PYTHON3_OSMCLIENT_URL=https://artifactory-osm.etsi.org/artifactory/osm-osmclient/master/773/pool/osmclient/python3-osmclient_11.0.0rc1.post70+gc0420cf-1_all.deb --build-arg OSM_DEVOPS_URL=https://artifactory-osm.etsi.org/artifactory/osm-devops/master/1633/pool/devops/osm-devops_15.0.0.post28-1_all.deb --build-arg PYTHON3_OSM_MON_URL=https://artifactory-osm.etsi.org/artifactory/osm-MON/master/765/pool/MON/python3-osm-mon_11.0.0.post36+g754a953-1_all.deb --build-arg PYTHON3_N2VC_URL=https://artifactory-osm.etsi.org/artifactory/osm-N2VC/master/783/pool/N2VC/python3-n2vc_11.0.0rc1.post84+gf5b7f41-1_all.deb --build-arg PYTHON3_OSM_NBI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NBI/master/885/pool/NBI/python3-osm-nbi_9.0.0.post117+g48683b8-1_all.deb --build-arg PYTHON3_OSM_COMMON_URL=https://artifactory-osm.etsi.org/artifactory/osm-common/master/576/pool/common/python3-osm-common_15.0.0.post3+g409397d-1_all.deb --build-arg PYTHON3_OSM_LCM_URL=https://artifactory-osm.etsi.org/artifactory/osm-LCM/master/867/pool/LCM/python3-osm-lcm_9.0.0.post166+g0ee7779-1_all.deb --build-arg PYTHON3_OSM_POLICY_MODULE_URL=https://artifactory-osm.etsi.org/artifactory/osm-POL/master/548/pool/POL/python3-osm-policy-module_11.0.0.post27+gecf3f13-1_all.deb --build-arg OSM_IMDOCS_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/610/pool/IM/osm-imdocs_15.0.0.post1-g90ffed2_amd64.deb --build-arg PYTHON3_OSM_IM_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/610/pool/IM/python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb --build-arg OSM_NGUI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/master/529/pool/NG-UI/osm-ngui_15.0.0.post1+g219fe61-1_all.deb --build-arg PYTHON3_OSM_PLA_URL=https://artifactory-osm.etsi.org/artifactory/osm-PLA/master/482/pool/PLA/python3-osm-pla_11.0.0.post12+gfcdb2c4-1_all.deb --build-arg PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/485/pool/NG-SA/python3-osm-webhook-translator_15.0-1_all.deb --build-arg PYTHON3_OSM_NGSA_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/485/pool/NG-SA/python3-osm-ngsa_15.0-1_all.deb --build-arg OSM_TESTS_URL=https://artifactory-osm.etsi.org/artifactory/osm-tests/master/669/pool/tests/osm-tests_9.0.0rc1.post209+g9e5450f-1_all.deb --build-arg PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-floodlightof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_TAPI_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-tapi_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-arista-cloudvision_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_RO_PLUGIN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-ro-plugin_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ODLOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-odlof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AZURE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-azure_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOSOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-onosof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_GCP_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-gcp_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENVIM_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-openvim_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENSTACK_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-openstack_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AWS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-aws_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_IETFL2VPN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-ietfl2vpn_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DYNPAC_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-dynpac_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_VMWARE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-vmware_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DPB_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-dpb_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_NG_RO_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-ng-ro_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-juniper-contrail_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOS_VPLS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-onos-vpls_9.0.0.post172+ge31d74b-1_all.deb .
[RO] DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
[RO]             Install the buildx component to build images with BuildKit:
[RO]             https://docs.docker.com/go/buildx/
[RO] 
[RO] Sending build context to Docker daemon  14.34kB

[RO] Step 1/60 : FROM ubuntu:22.04 as INSTALL
[RO]  ---> 52882761a72a
[RO] Step 2/60 : ARG APT_PROXY
[RO]  ---> Using cache
[RO]  ---> bf8675204e26
[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]  ---> 6b16749f3331
[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]  ---> 2f2b4a905581
[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]  ---> be0dabaeeb88
[RO] Step 6/60 : ARG PYTHON3_OSM_COMMON_URL
[RO]  ---> Using cache
[RO]  ---> da83b1267ff6
[RO] Step 7/60 : ARG PYTHON3_OSM_NG_RO_URL
[RO]  ---> Using cache
[RO]  ---> 021ea62540b3
[RO] Step 8/60 : ARG PYTHON3_OSM_RO_PLUGIN_URL
[RO]  ---> Using cache
[RO]  ---> fe89a17861e2
[RO] Step 9/60 : ARG PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL
[RO]  ---> Using cache
[RO]  ---> 5c3ecc7ee7e7
[RO] Step 10/60 : ARG PYTHON3_OSM_ROSDN_DPB_URL
[RO]  ---> Using cache
[RO]  ---> 536160e7da9b
[RO] Step 11/60 : ARG PYTHON3_OSM_ROSDN_DYNPAC_URL
[RO]  ---> Using cache
[RO]  ---> 35f0bc483015
[RO] Step 12/60 : ARG PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL
[RO]  ---> Using cache
[RO]  ---> 836dd256ba59
[RO] Step 13/60 : ARG PYTHON3_OSM_ROSDN_IETFL2VPN_URL
[RO]  ---> Using cache
[RO]  ---> f93b49e65434
[RO] Step 14/60 : ARG PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL
[RO]  ---> Using cache
[RO]  ---> 9d10431c952f
[RO] Step 15/60 : ARG PYTHON3_OSM_ROSDN_ODLOF_URL
[RO]  ---> Using cache
[RO]  ---> 9f80148e91e0
[RO] Step 16/60 : ARG PYTHON3_OSM_ROSDN_ONOSOF_URL
[RO]  ---> Using cache
[RO]  ---> b0e3695db2bf
[RO] Step 17/60 : ARG PYTHON3_OSM_ROSDN_ONOS_VPLS_URL
[RO]  ---> Using cache
[RO]  ---> eb70bbe26a0c
[RO] Step 18/60 : ARG PYTHON3_OSM_ROVIM_AWS_URL
[RO]  ---> Using cache
[RO]  ---> e9c174b1d88e
[RO] Step 19/60 : ARG PYTHON3_OSM_ROVIM_AZURE_URL
[RO]  ---> Using cache
[RO]  ---> f479549f3ef7
[RO] Step 20/60 : ARG PYTHON3_OSM_ROVIM_GCP_URL
[RO]  ---> Using cache
[RO]  ---> 245792d76f53
[RO] Step 21/60 : ARG PYTHON3_OSM_ROVIM_OPENSTACK_URL
[RO]  ---> Using cache
[RO]  ---> 0995ed2d430e
[RO] Step 22/60 : ARG PYTHON3_OSM_ROVIM_OPENVIM_URL
[RO]  ---> Using cache
[RO]  ---> 19da3d6e9c96
[RO] Step 23/60 : ARG PYTHON3_OSM_ROVIM_VMWARE_URL
[RO]  ---> Using cache
[RO]  ---> 866f1adfa5dc
[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]  ---> a53e037f6207
[RO] Step 25/60 : RUN dpkg -i *.deb
[RO]  ---> Using cache
[RO]  ---> c8eddd644a28
[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]  ---> dfeb6a0d9b7b
[RO] Step 27/60 : FROM ubuntu:22.04 as FINAL
[RO]  ---> 52882761a72a
[RO] Step 28/60 : ARG APT_PROXY
[RO]  ---> Using cache
[RO]  ---> bf8675204e26
[RO] Step 29/60 : RUN if [ ! -z $APT_PROXY ] ; then     echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/proxy.conf ;    echo "Acquire::https::Proxy \"$APT_PROXY\";" >> /etc/apt/apt.conf.d/proxy.conf ;    fi
[RO]  ---> Using cache
[RO]  ---> 6b16749f3331
[RO] Step 30/60 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     python3-minimal=3.10.*     && rm -rf /var/lib/apt/lists/*
[RO]  ---> Using cache
[RO]  ---> 862dd2a755cf
[RO] Step 31/60 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[RO]  ---> Using cache
[RO]  ---> 61b8c20d82d1
[RO] Step 32/60 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[NG-UI] + docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t opensourcemano/ng-ui:osm-master-merge-3002 --build-arg CACHE_DATE=2024-05-31:01:07:11 --build-arg PYTHON3_OSMCLIENT_URL=https://artifactory-osm.etsi.org/artifactory/osm-osmclient/master/773/pool/osmclient/python3-osmclient_11.0.0rc1.post70+gc0420cf-1_all.deb --build-arg OSM_DEVOPS_URL=https://artifactory-osm.etsi.org/artifactory/osm-devops/master/1633/pool/devops/osm-devops_15.0.0.post28-1_all.deb --build-arg PYTHON3_OSM_MON_URL=https://artifactory-osm.etsi.org/artifactory/osm-MON/master/765/pool/MON/python3-osm-mon_11.0.0.post36+g754a953-1_all.deb --build-arg PYTHON3_N2VC_URL=https://artifactory-osm.etsi.org/artifactory/osm-N2VC/master/783/pool/N2VC/python3-n2vc_11.0.0rc1.post84+gf5b7f41-1_all.deb --build-arg PYTHON3_OSM_NBI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NBI/master/885/pool/NBI/python3-osm-nbi_9.0.0.post117+g48683b8-1_all.deb --build-arg PYTHON3_OSM_COMMON_URL=https://artifactory-osm.etsi.org/artifactory/osm-common/master/576/pool/common/python3-osm-common_15.0.0.post3+g409397d-1_all.deb --build-arg PYTHON3_OSM_LCM_URL=https://artifactory-osm.etsi.org/artifactory/osm-LCM/master/867/pool/LCM/python3-osm-lcm_9.0.0.post166+g0ee7779-1_all.deb --build-arg PYTHON3_OSM_POLICY_MODULE_URL=https://artifactory-osm.etsi.org/artifactory/osm-POL/master/548/pool/POL/python3-osm-policy-module_11.0.0.post27+gecf3f13-1_all.deb --build-arg OSM_IMDOCS_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/610/pool/IM/osm-imdocs_15.0.0.post1-g90ffed2_amd64.deb --build-arg PYTHON3_OSM_IM_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/610/pool/IM/python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb --build-arg OSM_NGUI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/master/529/pool/NG-UI/osm-ngui_15.0.0.post1+g219fe61-1_all.deb --build-arg PYTHON3_OSM_PLA_URL=https://artifactory-osm.etsi.org/artifactory/osm-PLA/master/482/pool/PLA/python3-osm-pla_11.0.0.post12+gfcdb2c4-1_all.deb --build-arg PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/485/pool/NG-SA/python3-osm-webhook-translator_15.0-1_all.deb --build-arg PYTHON3_OSM_NGSA_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/485/pool/NG-SA/python3-osm-ngsa_15.0-1_all.deb --build-arg OSM_TESTS_URL=https://artifactory-osm.etsi.org/artifactory/osm-tests/master/669/pool/tests/osm-tests_9.0.0rc1.post209+g9e5450f-1_all.deb --build-arg PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-floodlightof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_TAPI_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-tapi_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-arista-cloudvision_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_RO_PLUGIN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-ro-plugin_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ODLOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-odlof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AZURE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-azure_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOSOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-onosof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_GCP_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-gcp_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENVIM_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-openvim_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENSTACK_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-openstack_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AWS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-aws_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_IETFL2VPN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-ietfl2vpn_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DYNPAC_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-dynpac_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_VMWARE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-vmware_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DPB_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-dpb_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_NG_RO_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-ng-ro_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-juniper-contrail_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOS_VPLS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-onos-vpls_9.0.0.post172+ge31d74b-1_all.deb .
[NG-UI] DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
[NG-UI]             Install the buildx component to build images with BuildKit:
[NG-UI]             https://docs.docker.com/go/buildx/
[NG-UI] 
[NG-UI] Sending build context to Docker daemon  4.608kB

[NG-UI] Step 1/22 : FROM ubuntu:22.04 as INSTALL
[NG-UI]  ---> 52882761a72a
[NG-UI] Step 2/22 : ARG APT_PROXY
[NG-UI]  ---> Using cache
[NG-UI]  ---> bf8675204e26
[NG-UI] Step 3/22 : RUN if [ ! -z $APT_PROXY ] ; then     echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/proxy.conf ;    echo "Acquire::https::Proxy \"$APT_PROXY\";" >> /etc/apt/apt.conf.d/proxy.conf ;    fi
[NG-UI]  ---> Using cache
[NG-UI]  ---> 6b16749f3331
[NG-UI] Step 4/22 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     apt-transport-https=2.4.*     curl=7.81.*     gnupg2=2.2.*     nginx=1.18.*     software-properties-common=0.99.*     xz-utils=5.2.*     && rm -rf /var/lib/apt/lists/*
[NG-UI]  ---> Using cache
[NG-UI]  ---> 1a8e02bbdf76
[NG-UI] Step 5/22 : RUN curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - &&     echo "deb https://deb.nodesource.com/node_14.x jammy main" | tee -a /etc/apt/sources.list.d/nodesource.list &&     DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
[NG-UI]  ---> Using cache
[NG-UI]  ---> d49fcbd0664c
[NG-UI] Step 6/22 : ARG OSM_NGUI_URL
[NG-UI]  ---> Using cache
[NG-UI]  ---> 62384c3591c3
[NG-UI] Step 7/22 : RUN curl $OSM_NGUI_URL -o osm_ngui.deb
[NG-UI]  ---> Using cache
[NG-UI]  ---> 66658784ddbd
[NG-UI] Step 8/22 : RUN dpkg -i ./osm_ngui.deb
[NG-UI]  ---> Using cache
[NG-UI]  ---> a419997f326b
[NG-UI] Step 9/22 : WORKDIR /usr/share/osm-ngui
[NG-UI]  ---> Using cache
[NG-UI]  ---> 1d3986dbc6d1
[NG-UI] Step 10/22 : RUN npm install
[NG-UI]  ---> Using cache
[NG-UI]  ---> c79cf9c4dba3
[NG-UI] Step 11/22 : RUN npm run build
[NG-UI]  ---> Using cache
[NG-UI]  ---> 69942a1fde43
[NG-UI] Step 12/22 : FROM ubuntu:22.04 AS FINAL
[NG-UI]  ---> 52882761a72a
[NG-UI] Step 13/22 : ARG APT_PROXY
[NG-UI]  ---> Using cache
[NG-UI]  ---> bf8675204e26
[NG-UI] Step 14/22 : RUN if [ ! -z $APT_PROXY ] ; then     echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/proxy.conf ;    echo "Acquire::https::Proxy \"$APT_PROXY\";" >> /etc/apt/apt.conf.d/proxy.conf ;    fi
[NG-UI]  ---> Using cache
[NG-UI]  ---> 6b16749f3331
[NG-UI] Step 15/22 : 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]  ---> 198332e41652
[NG-UI] Step 16/22 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[NG-UI]  ---> Using cache
[NG-UI]  ---> 21b272d65a42
[NG-UI] Step 17/22 : RUN rm -rf /usr/share/nginx/html/*
[NG-UI]  ---> Using cache
[NG-UI]  ---> 927402ea76cd
[NG-UI] Step 18/22 : COPY --from=INSTALL /usr/share/osm-ngui/nginx/nginx.conf /etc/nginx/sites-available/default
[NG-UI]  ---> Using cache
[NG-UI]  ---> 4a614913e839
[NG-UI] Step 19/22 : COPY --from=INSTALL /usr/share/osm-ngui/dist/osm /usr/share/nginx/html
[NG-UI]  ---> Using cache
[NG-UI]  ---> aefc76e67966
[NG-UI] Step 20/22 : EXPOSE 80
[NG-UI]  ---> Using cache
[NG-UI]  ---> ec50f1415f22
[NG-UI] Step 21/22 : HEALTHCHECK --start-period=130s --interval=10s --timeout=5s --retries=12   CMD curl --silent --fail localhost:80 || exit 1
[NG-UI]  ---> Using cache
[NG-UI]  ---> d6e15682b8df
[NG-UI] Step 22/22 : CMD ["nginx", "-g", "daemon off;"]
[NG-UI]  ---> Using cache
[NG-UI]  ---> 65836c7a5080
[NG-UI] [Warning] One or more build-args [CACHE_DATE PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_N2VC_URL PYTHON3_OSM_NGSA_URL OSM_IMDOCS_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_TESTS_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_ONOSOF_URL OSM_DEVOPS_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL] were not consumed
[NG-UI] Successfully built 65836c7a5080
[NG-UI] Successfully tagged opensourcemano/ng-ui:osm-master-merge-3002
[NBI] [NBI] Running shell script
[NBI] + docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t opensourcemano/nbi:osm-master-merge-3002 --build-arg CACHE_DATE=2024-05-31:01:07:11 --build-arg PYTHON3_OSMCLIENT_URL=https://artifactory-osm.etsi.org/artifactory/osm-osmclient/master/773/pool/osmclient/python3-osmclient_11.0.0rc1.post70+gc0420cf-1_all.deb --build-arg OSM_DEVOPS_URL=https://artifactory-osm.etsi.org/artifactory/osm-devops/master/1633/pool/devops/osm-devops_15.0.0.post28-1_all.deb --build-arg PYTHON3_OSM_MON_URL=https://artifactory-osm.etsi.org/artifactory/osm-MON/master/765/pool/MON/python3-osm-mon_11.0.0.post36+g754a953-1_all.deb --build-arg PYTHON3_N2VC_URL=https://artifactory-osm.etsi.org/artifactory/osm-N2VC/master/783/pool/N2VC/python3-n2vc_11.0.0rc1.post84+gf5b7f41-1_all.deb --build-arg PYTHON3_OSM_NBI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NBI/master/885/pool/NBI/python3-osm-nbi_9.0.0.post117+g48683b8-1_all.deb --build-arg PYTHON3_OSM_COMMON_URL=https://artifactory-osm.etsi.org/artifactory/osm-common/master/576/pool/common/python3-osm-common_15.0.0.post3+g409397d-1_all.deb --build-arg PYTHON3_OSM_LCM_URL=https://artifactory-osm.etsi.org/artifactory/osm-LCM/master/867/pool/LCM/python3-osm-lcm_9.0.0.post166+g0ee7779-1_all.deb --build-arg PYTHON3_OSM_POLICY_MODULE_URL=https://artifactory-osm.etsi.org/artifactory/osm-POL/master/548/pool/POL/python3-osm-policy-module_11.0.0.post27+gecf3f13-1_all.deb --build-arg OSM_IMDOCS_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/610/pool/IM/osm-imdocs_15.0.0.post1-g90ffed2_amd64.deb --build-arg PYTHON3_OSM_IM_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/610/pool/IM/python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb --build-arg OSM_NGUI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/master/529/pool/NG-UI/osm-ngui_15.0.0.post1+g219fe61-1_all.deb --build-arg PYTHON3_OSM_PLA_URL=https://artifactory-osm.etsi.org/artifactory/osm-PLA/master/482/pool/PLA/python3-osm-pla_11.0.0.post12+gfcdb2c4-1_all.deb --build-arg PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/485/pool/NG-SA/python3-osm-webhook-translator_15.0-1_all.deb --build-arg PYTHON3_OSM_NGSA_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/485/pool/NG-SA/python3-osm-ngsa_15.0-1_all.deb --build-arg OSM_TESTS_URL=https://artifactory-osm.etsi.org/artifactory/osm-tests/master/669/pool/tests/osm-tests_9.0.0rc1.post209+g9e5450f-1_all.deb --build-arg PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-floodlightof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_TAPI_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-tapi_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-arista-cloudvision_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_RO_PLUGIN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-ro-plugin_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ODLOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-odlof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AZURE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-azure_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOSOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-onosof_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_GCP_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-gcp_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENVIM_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-openvim_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENSTACK_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-openstack_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AWS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-aws_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_IETFL2VPN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-ietfl2vpn_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DYNPAC_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-dynpac_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROVIM_VMWARE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rovim-vmware_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DPB_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-dpb_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_NG_RO_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-ng-ro_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-juniper-contrail_9.0.0.post172+ge31d74b-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOS_VPLS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/999/pool/RO/python3-osm-rosdn-onos-vpls_9.0.0.post172+ge31d74b-1_all.deb .
[NBI] DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
[NBI]             Install the buildx component to build images with BuildKit:
[NBI]             https://docs.docker.com/go/buildx/
[NBI] 
[NBI] Sending build context to Docker daemon  6.656kB

[NBI] Step 1/44 : FROM ubuntu:22.04 as INSTALL
[NBI]  ---> 52882761a72a
[NBI] Step 2/44 : ARG APT_PROXY
[NBI]  ---> Using cache
[NBI]  ---> bf8675204e26
[NBI] Step 3/44 : 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
[NBI]  ---> Using cache
[NBI]  ---> 6b16749f3331
[NBI] Step 4/44 : 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/*
[NBI]  ---> Using cache
[NBI]  ---> 2f2b4a905581
[NBI] Step 5/44 : ARG PYTHON3_OSM_COMMON_URL
[NBI]  ---> Using cache
[NBI]  ---> 9b32db13595b
[NBI] Step 6/44 : ARG PYTHON3_OSM_IM_URL
[NBI]  ---> Using cache
[NBI]  ---> af7a4c00ea35
[NBI] Step 7/44 : ARG PYTHON3_OSM_NBI_URL
[NBI]  ---> Using cache
[NBI]  ---> ba175ff5c682
[NBI] Step 8/44 : RUN curl $PYTHON3_OSM_COMMON_URL -o osm_common.deb
[NBI]  ---> Using cache
[NBI]  ---> 666a66a3484b
[NBI] Step 9/44 : RUN dpkg -i ./osm_common.deb
[NBI]  ---> Using cache
[NBI]  ---> e54e654f7e12
[NBI] Step 10/44 : RUN curl $PYTHON3_OSM_IM_URL -o osm_im.deb
[NBI]  ---> Using cache
[NBI]  ---> b5d5ef448cac
[NBI] Step 11/44 : RUN dpkg -i ./osm_im.deb
[NBI]  ---> Using cache
[NBI]  ---> 4e91852a6f99
[NBI] Step 12/44 : RUN curl $PYTHON3_OSM_NBI_URL -o osm_nbi.deb
[NBI]  ---> Using cache
[NBI]  ---> ded8b6e1fe2a
[NBI] Step 13/44 : RUN dpkg -i ./osm_nbi.deb
[NBI]  ---> Using cache
[NBI]  ---> 0d1a906f3f9b
[NBI] Step 14/44 : RUN pip3 install     -r /usr/lib/python3/dist-packages/osm_common/requirements.txt     -r /usr/lib/python3/dist-packages/osm_im/requirements.txt     -r /usr/lib/python3/dist-packages/osm_nbi/requirements.txt
[NBI]  ---> Using cache
[NBI]  ---> 018e1e2f15cc
[NBI] Step 15/44 : FROM ubuntu:22.04 as FINAL
[NBI]  ---> 52882761a72a
[NBI] Step 16/44 : ARG APT_PROXY
[NBI]  ---> Using cache
[NBI]  ---> bf8675204e26
[NBI] Step 17/44 : 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
[NBI]  ---> Using cache
[NBI]  ---> 6b16749f3331
[NBI] Step 18/44 : 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]  ---> 862dd2a755cf
[NBI] Step 19/44 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[NBI]  ---> Using cache
[NBI]  ---> 6992ab393c62
[NBI] Step 20/44 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[NBI]  ---> Using cache
[NBI]  ---> e39ce64c40f4
[NBI] Step 21/44 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[NBI]  ---> Using cache
[NBI]  ---> b2619ca7ee32
[NBI] Step 22/44 : 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]  ---> 9a66975ef100
[NBI] Step 23/44 : WORKDIR /app/osm_nbi
[Pipeline] [Keystone] echo
[Keystone] Tagging keystone:osm-master-merge-3002
[Pipeline] [Keystone] sh
[Keystone] [Keystone] Running shell script
[Pipeline] [Prometheus] echo
[Prometheus] Tagging prometheus:osm-master-merge-3002
[Pipeline] [Prometheus] sh
[LCM]  ---> 271c9ba67b74
[LCM] Step 29/58 : COPY --from=INSTALL /usr/local/bin/helm3 /usr/local/bin/helm3
[LCM]  ---> Using cache
[LCM]  ---> b70aad15e5b3
[LCM] Step 30/58 : COPY --from=INSTALL /usr/bin/scp /usr/bin/scp
[LCM]  ---> Using cache
[LCM]  ---> 43fcaf1dd687
[LCM] Step 31/58 : COPY --from=INSTALL /usr/bin/ssh-keygen /usr/bin/ssh-keygen
[LCM]  ---> Using cache
[LCM]  ---> 79375de5668a
[LCM] Step 32/58 : COPY --from=INSTALL /usr/bin/ssh /usr/bin/ssh
[LCM]  ---> Using cache
[LCM]  ---> 3b5e1141e20a
[LCM] Step 33/58 : COPY --from=INSTALL /usr/lib/x86_64-linux-gnu/ /usr/lib/x86_64-linux-gnu/
[LCM]  ---> Using cache
[LCM]  ---> fc883495936a
[LCM] Step 34/58 : COPY --from=INSTALL /lib/x86_64-linux-gnu/ /lib/x86_64-linux-gnu/
[LCM]  ---> Using cache
[LCM]  ---> 185caad9632a
[LCM] Step 35/58 : COPY scripts/ /app/osm_lcm/scripts/
[LCM]  ---> Using cache
[LCM]  ---> 23f0f1c7a52b
[LCM] Step 36/58 : RUN groupadd -g 1000 appuser &&     useradd -u 1000 -g 1000 -d /app appuser &&     mkdir -p /app/osm_lcm &&     mkdir -p /app/storage/kafka &&     mkdir /app/log &&     chown -R appuser:appuser /app &&     chown appuser: /etc/ssl/certs/ca-certificates.crt
[LCM]  ---> Using cache
[LCM]  ---> 8f7cfeceb4fb
[LCM] Step 37/58 : WORKDIR /app/osm_lcm
[LCM]  ---> Using cache
[LCM]  ---> 591abbbe5593
[LCM] Step 38/58 : USER appuser
[LCM]  ---> Using cache
[LCM]  ---> 83313c9419a3
[LCM] Step 39/58 : ENV OSMLCM_RO_HOST         ro
[LCM]  ---> Using cache
[LCM]  ---> b360c8ac9675
[LCM] Step 40/58 : ENV OSMLCM_RO_PORT         9090
[LCM]  ---> Using cache
[LCM]  ---> 497d231ab617
[LCM] Step 41/58 : ENV OSMLCM_RO_TENANT       osm
[LCM]  ---> Using cache
[LCM]  ---> 3eaa889bcd16
[LCM] Step 42/58 : ENV OSMLCM_VCA_HOST        vca
[LCM]  ---> Using cache
[LCM]  ---> 29198dd74ee2
[LCM] Step 43/58 : ENV OSMLCM_VCA_PORT       17070
[LCM]  ---> Using cache
[LCM]  ---> df707d6a33c0
[LCM] Step 44/58 : ENV OSMLCM_VCA_USER       admin
[LCM]  ---> Using cache
[LCM]  ---> e2d539d15dae
[LCM] Step 45/58 : ENV OSMLCM_VCA_SECRET     secret
[LCM]  ---> Using cache
[LCM]  ---> 250158943ed4
[LCM] Step 46/58 : ENV OSMLCM_DATABASE_DRIVER mongo
[LCM]  ---> Using cache
[LCM]  ---> 8f8da91aa582
[LCM] Step 47/58 : ENV OSMLCM_DATABASE_URI    mongodb://mongo:27017
[LCM]  ---> Using cache
[LCM]  ---> fd77e6212800
[LCM] Step 48/58 : ENV OSMLCM_STORAGE_DRIVER  local
[LCM]  ---> Using cache
[LCM]  ---> f83147202398
[LCM] Step 49/58 : ENV OSMLCM_STORAGE_PATH    /app/storage
[LCM]  ---> Using cache
[LCM]  ---> 3443025d8b81
[LCM] Step 50/58 : ENV OSMLCM_MESSAGE_DRIVER  kafka
[LCM]  ---> Using cache
[LCM]  ---> a0cfabcd4646
[LCM] Step 51/58 : ENV OSMLCM_MESSAGE_HOST    kafka
[LCM]  ---> Using cache
[LCM]  ---> a804458259ef
[LCM] Step 52/58 : ENV OSMLCM_MESSAGE_PORT    9092
[LCM]  ---> Using cache
[LCM]  ---> 00ac8f1fdb96
[LCM] Step 53/58 : ENV OSMLCM_VCA_HELMPATH    /usr/local/bin/helm
[LCM]  ---> Using cache
[LCM]  ---> b3a964658c94
[LCM] Step 54/58 : ENV OSMLCM_VCA_KUBECTLPATH /usr/bin/kubectl
[LCM]  ---> Using cache
[LCM]  ---> 6c0006cfdf91
[LCM] Step 55/58 : ENV OSMLCM_VCA_JUJUPATH    /usr/local/bin/juju
[LCM]  ---> Using cache
[LCM]  ---> 3a0f94c70e23
[LCM] Step 56/58 : ENV OSMLCM_VCA_STABLEREPOURL https://charts.helm.sh/stable
[LCM]  ---> Using cache
[LCM]  ---> adb52eaa8894
[LCM] Step 57/58 : HEALTHCHECK --start-period=120s --interval=30s --timeout=30s --retries=1   CMD python3 -m osm_lcm.lcm_hc || exit 1
[LCM]  ---> Using cache
[LCM]  ---> d1580fc4bdd3
[LCM] Step 58/58 : CMD [ "/bin/bash", "scripts/start.sh" ]
[LCM]  ---> Using cache
[LCM]  ---> 0b90cfa0586b
[LCM] [Warning] One or more build-args [PYTHON3_OSMCLIENT_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_NGUI_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL CACHE_DATE PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_IMDOCS_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROVIM_AZURE_URL OSM_DEVOPS_URL OSM_TESTS_URL PYTHON3_OSM_NBI_URL] were not consumed
[LCM] Successfully built 0b90cfa0586b
[LCM] Successfully tagged opensourcemano/lcm:osm-master-merge-3002
[POL]  ---> Using cache
[POL]  ---> 50966e0a599e
[POL] Step 20/40 : COPY --from=INSTALL /usr/bin/mysql /usr/bin/
[POL]  ---> Using cache
[POL]  ---> d64c3f1a8393
[POL] Step 21/40 : COPY --from=INSTALL /usr/bin/mysqladmin /usr/bin/
[POL]  ---> Using cache
[tests] deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main
[Webhook]  ---> 7e146838ebc3
[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]  ---> 9240cfe9dbd3
[Webhook] Step 18/21 : WORKDIR /app/osm_webhook_translator
[Webhook]  ---> Using cache
[Webhook]  ---> 8cf37009225a
[Webhook] Step 19/21 : USER appuser
[Webhook]  ---> Using cache
[Webhook]  ---> 9eb4f7b13af1
[Webhook] Step 20/21 : EXPOSE 9998
[Webhook]  ---> Using cache
[Webhook]  ---> 1d879b7c3c0f
[Webhook] Step 21/21 : CMD ["uvicorn", "osm_webhook_translator.main:app", "--host", "0.0.0.0", "--port", "9998"]
[Webhook]  ---> Using cache
[Webhook]  ---> 5cc0c7276b88
[Webhook] [Warning] One or more build-args [PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_OPENVIM_URL OSM_DEVOPS_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_IMDOCS_URL OSM_NGUI_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_TESTS_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL CACHE_DATE PYTHON3_N2VC_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL] were not consumed
[Webhook] Successfully built 5cc0c7276b88
[Webhook] Successfully tagged opensourcemano/webhook:osm-master-merge-3002
[RO]  ---> Using cache
[RO]  ---> 0e26e4b3730e
[RO] Step 33/60 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[RO]  ---> Using cache
[RO]  ---> 8d64222fdc15
[RO] Step 34/60 : COPY --from=INSTALL /usr/bin/genisoimage /usr/bin/genisoimage
[RO]  ---> Using cache
[RO]  ---> 2e0613d9d09f
[RO] Step 35/60 : COPY --from=INSTALL /etc/protocols /etc/protocols
[RO]  ---> Using cache
[RO]  ---> b7171a5d73aa
[RO] Step 36/60 : EXPOSE 9090
[RO]  ---> Using cache
[RO]  ---> ac9246b2d682
[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]  ---> dda38db12a57
[RO] Step 38/60 : WORKDIR /app/osm_ro
[RO]  ---> Using cache
[RO]  ---> 4849634e46eb
[RO] Step 39/60 : USER appuser
[RO]  ---> Using cache
[RO]  ---> aa11f9f7da7f
[RO] Step 40/60 : ENV RO_DB_HOST=""
[RO]  ---> Using cache
[RO]  ---> 7226e8813f9a
[RO] Step 41/60 : ENV RO_DB_OVIM_HOST=""
[RO]  ---> Using cache
[RO]  ---> 37be231a4566
[RO] Step 42/60 : ENV RO_DB_ROOT_PASSWORD=""
[RO]  ---> Using cache
[RO]  ---> 50add396bb09
[RO] Step 43/60 : ENV RO_DB_OVIM_ROOT_PASSWORD=""
[RO]  ---> Using cache
[RO]  ---> 4dd45151320e
[RO] Step 44/60 : ENV RO_DB_USER=mano
[RO]  ---> Using cache
[RO]  ---> b1fa08c6537c
[RO] Step 45/60 : ENV RO_DB_OVIM_USER=mano
[RO]  ---> Using cache
[RO]  ---> 3755be0fa8f4
[RO] Step 46/60 : ENV RO_DB_PASSWORD=manopw
[RO]  ---> Using cache
[RO]  ---> 5d78cf832a03
[RO] Step 47/60 : ENV RO_DB_OVIM_PASSWORD=manopw
[RO]  ---> Using cache
[RO]  ---> 472d9a213743
[RO] Step 48/60 : ENV RO_DB_PORT=3306
[RO]  ---> Using cache
[RO]  ---> bc8e3c2fad48
[RO] Step 49/60 : ENV RO_DB_OVIM_PORT=3306
[RO]  ---> Using cache
[RO]  ---> ea1582d751df
[RO] Step 50/60 : ENV RO_DB_NAME=mano_db
[RO]  ---> Using cache
[RO]  ---> 391cc7f10eb4
[RO] Step 51/60 : ENV RO_DB_OVIM_NAME=mano_vim_db
[RO]  ---> Using cache
[RO]  ---> d6d3a073d290
[RO] Step 52/60 : ENV OPENMANO_TENANT=osm
[RO]  ---> Using cache
[RO]  ---> 0d748f6ea2be
[RO] Step 53/60 : ENV OSMRO_DATABASE_DRIVER mongo
[RO]  ---> Using cache
[RO]  ---> 45a633bd5cd4
[RO] Step 54/60 : ENV OSMRO_DATABASE_URI mongodb://mongo:27017
[RO]  ---> Using cache
[RO]  ---> e0836ff35bf5
[RO] Step 55/60 : ENV OSMRO_MESSAGE_DRIVER  kafka
[RO]  ---> Using cache
[RO]  ---> a3f4bb4d06ef
[RO] Step 56/60 : ENV OSMRO_MESSAGE_HOST    kafka
[RO]  ---> Using cache
[RO]  ---> 2accd2b243c3
[RO] Step 57/60 : ENV OSMRO_MESSAGE_PORT    9092
[RO]  ---> Using cache
[RO]  ---> bb3b7d9183fb
[RO] Step 58/60 : ENV OSMRO_LOG_LEVEL       INFO
[RO]  ---> Using cache
[RO]  ---> 1d12e0543060
[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]  ---> d8cd888bdfcc
[RO] Step 60/60 : CMD ["python3", "-u", "-m", "osm_ng_ro.ro_main"]
[RO]  ---> Using cache
[RO]  ---> 02bea490639e
[RO] [Warning] One or more build-args [OSM_NGUI_URL OSM_IMDOCS_URL PYTHON3_OSM_MON_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_PLA_URL CACHE_DATE PYTHON3_OSM_IM_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NGSA_URL OSM_TESTS_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_POLICY_MODULE_URL OSM_DEVOPS_URL PYTHON3_N2VC_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL] were not consumed
[RO] Successfully built 02bea490639e
[RO] Successfully tagged opensourcemano/ro:osm-master-merge-3002
[NBI]  ---> Using cache
[NBI]  ---> 762c725a2fc5
[NBI] Step 24/44 : USER appuser
[NBI]  ---> Using cache
[NBI]  ---> e936a890b503
[NBI] Step 25/44 : EXPOSE 9999
[NBI]  ---> Using cache
[NBI]  ---> 5ece75afd310
[NBI] Step 26/44 : RUN cp -R /usr/lib/python3/dist-packages/osm_nbi/html_public /app/osm_nbi/html_public
[NBI]  ---> Using cache
[NBI]  ---> 93627336461f
[NBI] Step 27/44 : RUN cp /usr/lib/python3/dist-packages/osm_nbi/nbi.cfg /app/osm_nbi/
[NBI]  ---> Using cache
[NBI]  ---> 64e5c8909442
[NBI] Step 28/44 : RUN cp -R /usr/lib/python3/dist-packages/osm_nbi/http /app/osm_nbi/
[NBI]  ---> Using cache
[NBI]  ---> aca475039ce1
[NBI] Step 29/44 : ENV OSMNBI_SOCKET_HOST     0.0.0.0
[NBI]  ---> Using cache
[NBI]  ---> a2535594f2c2
[NBI] Step 30/44 : ENV OSMNBI_SOCKET_PORT     9999
[NBI]  ---> Using cache
[NBI]  ---> 680cd9485443
[NBI] Step 31/44 : ENV OSMNBI_STORAGE_PATH    /app/storage
[NBI]  ---> Using cache
[NBI]  ---> 16e7d66873b2
[NBI] Step 32/44 : ENV OSMNBI_DATABASE_DRIVER mongo
[NBI]  ---> Using cache
[NBI]  ---> b5735a2113cb
[NBI] Step 33/44 : ENV OSMNBI_DATABASE_URI   mongodb://mongo:27017
[NBI]  ---> Using cache
[NBI]  ---> cce99c79e2e6
[NBI] Step 34/44 : ENV OSMNBI_STATIC_DIR      /app/osm_nbi/html_public
[NBI]  ---> Using cache
[NBI]  ---> 55c0ad1558bc
[NBI] Step 35/44 : ENV OSMNBI_MESSAGE_DRIVER  kafka
[NBI]  ---> Using cache
[NBI]  ---> 16843b1684c4
[NBI] Step 36/44 : ENV OSMNBI_MESSAGE_HOST    kafka
[NBI]  ---> Using cache
[NBI]  ---> 530e65105536
[NBI] Step 37/44 : ENV OSMNBI_MESSAGE_PORT    9092
[NBI]  ---> Using cache
[NBI]  ---> 107393e75f6a
[NBI] Step 38/44 : ENV OSMNBI_LOG_FILE        /app/log/nbi.log
[NBI]  ---> Using cache
[NBI]  ---> 7dea046fb1ca
[NBI] Step 39/44 : ENV OSMNBI_LOG_LEVEL       DEBUG
[NBI]  ---> Using cache
[NBI]  ---> 485c4a749e9b
[NBI] Step 40/44 : ENV OSMNBI_AUTHENTICATION_BACKEND               internal
[NBI]  ---> Using cache
[NBI]  ---> 692e6f0495a4
[NBI] Step 41/44 : ENV OSMNBI_PROMETHEUS_HOST                      prometheus
[NBI]  ---> Using cache
[NBI]  ---> fd13128d95a5
[NBI] Step 42/44 : ENV OSMNBI_PROMETHEUS_PORT                      9090
[NBI]  ---> Using cache
[NBI]  ---> 75984931ccff
[NBI] Step 43/44 : 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]  ---> 0e773641c706
[NBI] Step 44/44 : CMD python3 -m osm_nbi.nbi
[NBI]  ---> Using cache
[NBI]  ---> e0d61b086a57
[NBI] [Warning] One or more build-args [PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_OPENVIM_URL OSM_DEVOPS_URL OSM_TESTS_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_IMDOCS_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROVIM_AZURE_URL OSM_NGUI_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_N2VC_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROVIM_AWS_URL CACHE_DATE PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL] were not consumed
[NBI] Successfully built e0d61b086a57
[NBI] Successfully tagged opensourcemano/nbi:osm-master-merge-3002
[Keystone] + docker tag opensourcemano/keystone:osm-master-merge-3002 osm.etsi.org:5050/devops/cicd/opensourcemano/keystone:osm-master-merge-3002
[Prometheus] [Prometheus] Running shell script
[Prometheus] + docker tag opensourcemano/prometheus:osm-master-merge-3002 osm.etsi.org:5050/devops/cicd/opensourcemano/prometheus:osm-master-merge-3002
[Pipeline] [osmclient] echo
[osmclient] Tagging osmclient:osm-master-merge-3002
[Pipeline] [osmclient] sh
[osmclient] [osmclient] Running shell script
[Pipeline] [Airflow] echo
[Airflow] Tagging airflow:osm-master-merge-3002
[Pipeline] [Airflow] sh
[Airflow] [Airflow] Running shell script
[Pipeline] [NG-UI] echo
[NG-UI] Tagging ng-ui:osm-master-merge-3002
[Pipeline] [NG-UI] sh
[tests] Removing intermediate container 86af9b807700
[tests]  ---> 6f7732fb2def
[tests] Step 17/35 : RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
[tests]  ---> Running in 843c94508b06
[osmclient] + docker tag opensourcemano/osmclient:osm-master-merge-3002 osm.etsi.org:5050/devops/cicd/opensourcemano/osmclient:osm-master-merge-3002
[Airflow] + docker tag opensourcemano/airflow:osm-master-merge-3002 osm.etsi.org:5050/devops/cicd/opensourcemano/airflow:osm-master-merge-3002
[NG-UI] [NG-UI] Running shell script
[POL]  ---> 745f250ff18f
[POL] Step 22/40 : COPY --from=INSTALL /usr/bin/mysqlshow /usr/bin/
[POL]  ---> Using cache
[POL]  ---> df9cd46f0605
[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]  ---> 51d19323ffaf
[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]  ---> 1e3eed7ceb6c
[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
[POL]  ---> a9255ea9e228
[POL] Step 26/40 : COPY scripts/ /app/osm_pol/scripts/
[POL]  ---> Using cache
[POL]  ---> c516f654dba3
[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]  ---> 706c6e22d92b
[POL] Step 28/40 : WORKDIR /app/osm_pol
[POL]  ---> Using cache
[POL]  ---> 22c17101ce9d
[POL] Step 29/40 : USER appuser
[POL]  ---> Using cache
[POL]  ---> dfd0edec2569
[POL] Step 30/40 : ENV OSMPOL_MESSAGE_DRIVER kafka
[POL]  ---> Using cache
[POL]  ---> 4d09010becb3
[POL] Step 31/40 : ENV OSMPOL_MESSAGE_HOST kafka
[POL]  ---> Using cache
[POL]  ---> e1b55d3f4a5f
[POL] Step 32/40 : ENV OSMPOL_MESSAGE_PORT 9092
[POL]  ---> Using cache
[POL]  ---> 45813b7f87b2
[POL] Step 33/40 : ENV OSMPOL_DATABASE_DRIVER mongo
[POL]  ---> Using cache
[POL]  ---> 423fbee76823
[POL] Step 34/40 : ENV OSMPOL_DATABASE_URI mongodb://mongo:27017
[POL]  ---> Using cache
[POL]  ---> 965870a6dd85
[POL] Step 35/40 : ENV OSMPOL_SQL_DATABASE_URI sqlite:///mon_sqlite.db
[POL]  ---> Using cache
[POL]  ---> b3a68a898942
[POL] Step 36/40 : ENV OSMPOL_GLOBAL_LOG_LEVEL INFO
[POL]  ---> Using cache
[POL]  ---> ac5eb6b05224
[POL] Step 37/40 : ENV OSMPOL_AUTOHEAL_ENABLED True
[POL]  ---> Using cache
[POL]  ---> 0a7ba3306b55
[POL] Step 38/40 : ENV OSMPOL_AUTOSCALE_ENABLED True
[POL]  ---> Using cache
[POL]  ---> e0f2b39724c6
[POL] Step 39/40 : HEALTHCHECK --start-period=120s --interval=10s --timeout=5s --retries=5   CMD osm-pol-healthcheck || exit 1
[POL]  ---> Using cache
[POL]  ---> 4e659acefc24
[POL] Step 40/40 : CMD /bin/bash scripts/start.sh
[POL]  ---> Using cache
[POL]  ---> 49e0b27d879b
[POL] [Warning] One or more build-args [PYTHON3_N2VC_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL OSM_DEVOPS_URL OSM_TESTS_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_RO_PLUGIN_URL CACHE_DATE OSM_IMDOCS_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_NGUI_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROSDN_TAPI_URL] were not consumed
[POL] Successfully built 49e0b27d879b
[POL] Successfully tagged opensourcemano/pol:osm-master-merge-3002
[tests]   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
[tests]                                  Dload  Upload   Total   Spent    Left  Speed
[tests] 
[NG-UI] + docker tag opensourcemano/ng-ui:osm-master-merge-3002 osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui:osm-master-merge-3002
[Pipeline] [LCM] echo
[LCM] Tagging lcm:osm-master-merge-3002
[Pipeline] [LCM] sh
[LCM] [LCM] Running shell script
[LCM] + docker tag opensourcemano/lcm:osm-master-merge-3002 osm.etsi.org:5050/devops/cicd/opensourcemano/lcm:osm-master-merge-3002
[Pipeline] [Keystone] sh
[Keystone] [Keystone] Running shell script
[Keystone] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/keystone:osm-master-merge-3002
[Keystone] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/keystone]
[Keystone] 3d3c7e6049cd: Preparing
[Keystone] fb5b0410355b: Preparing
[Keystone] ba2c5a70f10f: Preparing
[Keystone] 18e0c9302331: Preparing
[Keystone] c33e49f98f53: Preparing
[Keystone] f2cd04a90f42: Preparing
[Keystone] 629ca62fb7c7: Preparing
[Keystone] f2cd04a90f42: Waiting
[Keystone] 629ca62fb7c7: Waiting
[Pipeline] [Prometheus] sh
[Prometheus] [Prometheus] Running shell script
[Prometheus] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/prometheus:osm-master-merge-3002
[Prometheus] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/prometheus]
[Prometheus] 5a4cfd9bda07: Preparing
[Prometheus] ac8686e78577: Preparing
[Prometheus] c99d8a3b11ea: Preparing
[Prometheus] 5ca3b02277e0: Preparing
[Prometheus] 6c0428c28706: Preparing
[Prometheus] f73705133a95: Preparing
[Prometheus] 22c1fba3d4f5: Preparing
[Prometheus] cbe4fb5e267b: Preparing
[Prometheus] 734c0f0b65c2: Preparing
[Prometheus] 8845ab872c1c: Preparing
[Prometheus] d7d4c2f9d26b: Preparing
[Prometheus] bbe1a212f7e9: Preparing
[Prometheus] f73705133a95: Waiting
[Prometheus] 22c1fba3d4f5: Waiting
[Prometheus] cbe4fb5e267b: Waiting
[Prometheus] 734c0f0b65c2: Waiting
[Prometheus] 8845ab872c1c: Waiting
[Prometheus] d7d4c2f9d26b: Waiting
[Prometheus] bbe1a212f7e9: Waiting
[Prometheus] 5a4cfd9bda07: Waiting
[Prometheus] ac8686e78577: Waiting
[Prometheus] c99d8a3b11ea: Waiting
[Prometheus] 5ca3b02277e0: Waiting
[Prometheus] 6c0428c28706: Waiting
[Pipeline] [Webhook] echo
[Webhook] Tagging webhook:osm-master-merge-3002
[Pipeline] [Webhook] sh
[Webhook] [Webhook] Running shell script
[Pipeline] [RO] echo
[tests]   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
[tests] 
100  2659  100  2659    0     0   8528      0 --:--:-- --:--:-- --:--:--  8577
[tests] OK
[RO] Tagging ro:osm-master-merge-3002
[Pipeline] [RO] sh
[RO] [RO] Running shell script
[Pipeline] [NBI] echo
[NBI] Tagging nbi:osm-master-merge-3002
[Pipeline] [NBI] sh
[Keystone] 18e0c9302331: Layer already exists
[Keystone] fb5b0410355b: Layer already exists
[Keystone] c33e49f98f53: Layer already exists
[Keystone] ba2c5a70f10f: Layer already exists
[Keystone] 3d3c7e6049cd: Layer already exists
[Keystone] f2cd04a90f42: Layer already exists
[Keystone] 629ca62fb7c7: Layer already exists
[Keystone] osm-master-merge-3002: digest: sha256:ebf651a98b916c00bfe15a0f45149f0b60819831ef13b0fb827f224059411303 size: 1782
[Prometheus] 5ca3b02277e0: Layer already exists
[Prometheus] 5a4cfd9bda07: Layer already exists
[Prometheus] c99d8a3b11ea: Layer already exists
[Prometheus] ac8686e78577: Layer already exists
[Prometheus] 6c0428c28706: Layer already exists
[Prometheus] 8845ab872c1c: Layer already exists
[Prometheus] f73705133a95: Layer already exists
[Prometheus] 734c0f0b65c2: Layer already exists
[Prometheus] 22c1fba3d4f5: Layer already exists
[Prometheus] cbe4fb5e267b: Layer already exists
[Webhook] + docker tag opensourcemano/webhook:osm-master-merge-3002 osm.etsi.org:5050/devops/cicd/opensourcemano/webhook:osm-master-merge-3002
[RO] + docker tag opensourcemano/ro:osm-master-merge-3002 osm.etsi.org:5050/devops/cicd/opensourcemano/ro:osm-master-merge-3002
[NBI] [NBI] Running shell script
[NBI] + docker tag opensourcemano/nbi:osm-master-merge-3002 osm.etsi.org:5050/devops/cicd/opensourcemano/nbi:osm-master-merge-3002
[Pipeline] [LCM] sh
[LCM] [LCM] Running shell script
[LCM] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/lcm:osm-master-merge-3002
[Pipeline] [POL] echo
[POL] Tagging pol:osm-master-merge-3002
[Pipeline] [POL] sh
[POL] [POL] Running shell script
[Pipeline] [osmclient] sh
[osmclient] [osmclient] Running shell script
[Pipeline] [Airflow] sh
[Airflow] [Airflow] Running shell script
[Pipeline] [NG-UI] sh
[NG-UI] [NG-UI] Running shell script
[Pipeline] [Webhook] sh
[tests] Removing intermediate container 843c94508b06
[tests]  ---> 159995a0a384
[tests] Step 18/35 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     google-cloud-cli=455.*     kubectl=1.28.*
[tests]  ---> Running in f582423e56aa
[Prometheus] bbe1a212f7e9: Layer already exists
[Prometheus] d7d4c2f9d26b: Layer already exists
[Prometheus] osm-master-merge-3002: digest: sha256:b6d1ba114362fefaf16d894da0e02af0081fada79f170c2d86bd99e417b5624b size: 2841
[POL] + docker tag opensourcemano/pol:osm-master-merge-3002 osm.etsi.org:5050/devops/cicd/opensourcemano/pol:osm-master-merge-3002
[osmclient] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/osmclient:osm-master-merge-3002
[Airflow] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/airflow:osm-master-merge-3002
[Webhook] [Webhook] Running shell script
[Pipeline] [RO] sh
[RO] [RO] Running shell script
[Pipeline] [NBI] sh
[LCM] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/lcm]
[LCM] 82fb43fbe7e9: Preparing
[LCM] 7b28771f91a4: Preparing
[LCM] 7426d1222b94: Preparing
[LCM] 079ccd6cdd84: Preparing
[LCM] 90d458be31d2: Preparing
[LCM] ea6666c6d720: Preparing
[LCM] 43377b6c9181: Preparing
[LCM] 19733a136c1c: Preparing
[LCM] 852da798b4c5: Preparing
[LCM] e13fc0c6af5e: Preparing
[LCM] 9826c1deea4d: Preparing
[LCM] 543a5b2a0551: Preparing
[LCM] 3c260713a3de: Preparing
[LCM] e35aaf2aa95f: Preparing
[LCM] bddd493a7bbd: Preparing
[LCM] f2cd04a90f42: Preparing
[LCM] 629ca62fb7c7: Preparing
[LCM] 852da798b4c5: Waiting
[LCM] e13fc0c6af5e: Waiting
[LCM] 9826c1deea4d: Waiting
[LCM] 543a5b2a0551: Waiting
[LCM] 3c260713a3de: Waiting
[LCM] e35aaf2aa95f: Waiting
[LCM] bddd493a7bbd: Waiting
[LCM] f2cd04a90f42: Waiting
[LCM] 629ca62fb7c7: Waiting
[LCM] 43377b6c9181: Waiting
[LCM] 19733a136c1c: Waiting
[LCM] ea6666c6d720: Waiting
[NG-UI] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui:osm-master-merge-3002
[Webhook] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/webhook:osm-master-merge-3002
[NBI] [NBI] Running shell script
[Pipeline] [Keystone] }
[osmclient] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/osmclient]
[osmclient] a4c8a88cd2aa: Preparing
[osmclient] 89bf10354b16: Preparing
[osmclient] c5fd524cccb6: Preparing
[osmclient] 1dcf6e59377a: Preparing
[osmclient] abe81e37d82c: Preparing
[osmclient] c8a6e933fa2a: Preparing
[osmclient] b53e57b90de1: Preparing
[osmclient] bddd493a7bbd: Preparing
[osmclient] f2cd04a90f42: Preparing
[osmclient] 629ca62fb7c7: Preparing
[osmclient] a4c8a88cd2aa: Waiting
[osmclient] 89bf10354b16: Waiting
[osmclient] c5fd524cccb6: Waiting
[osmclient] 1dcf6e59377a: Waiting
[osmclient] c8a6e933fa2a: Waiting
[osmclient] abe81e37d82c: Waiting
[osmclient] b53e57b90de1: Waiting
[osmclient] f2cd04a90f42: Waiting
[osmclient] bddd493a7bbd: Waiting
[osmclient] 629ca62fb7c7: Waiting
[Airflow] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/airflow]
[Airflow] 85278ba48f6f: Preparing
[Airflow] f7cae33010fb: Preparing
[Airflow] 4ab9fd3ae4b0: Preparing
[Airflow] ad154f0ec9c2: Preparing
[Airflow] b5eec9871f54: Preparing
[Airflow] da7c91732288: Preparing
[Airflow] e7361dea9b4a: Preparing
[Airflow] 418113a7003c: Preparing
[Airflow] 1b0f59381dd6: Preparing
[Airflow] a4bd4682277b: Preparing
[Airflow] ad154f0ec9c2: Waiting
[Airflow] 58577a3ac668: Preparing
[Airflow] b5eec9871f54: Waiting
[Airflow] 85278ba48f6f: Waiting
[Airflow] da7c91732288: Waiting
[Airflow] f7cae33010fb: Waiting
[Airflow] 4828a6c451df: Preparing
[Airflow] 4ab9fd3ae4b0: Waiting
[Airflow] e7361dea9b4a: Waiting
[Airflow] 418113a7003c: Waiting
[Airflow] 1b0f59381dd6: Waiting
[Airflow] fa9ab046628c: Preparing
[Airflow] 58577a3ac668: Waiting
[Airflow] 4828a6c451df: Waiting
[Airflow] 5f70bf18a086: Preparing
[Airflow] 8b4250c5d64d: Preparing
[Airflow] af7b571f7ca8: Preparing
[Airflow] fa9ab046628c: Waiting
[Airflow] c57e7b07a3b2: Preparing
[Airflow] f280206a86b2: Preparing
[Airflow] 5f70bf18a086: Waiting
[Airflow] af7b571f7ca8: Waiting
[Airflow] feb06c5db7c4: Preparing
[Airflow] 8b4250c5d64d: Waiting
[Airflow] b082288f25e1: Preparing
[Airflow] f280206a86b2: Waiting
[Airflow] c57e7b07a3b2: Waiting
[Airflow] feb06c5db7c4: Waiting
[Airflow] 79d83185dd32: Preparing
[Airflow] b082288f25e1: Waiting
[Airflow] ab84691a2eba: Preparing
[Airflow] 79d83185dd32: Waiting
[Airflow] 30baed22bc16: Preparing
[Airflow] ab84691a2eba: Waiting
[Airflow] 26f2bb17348b: Preparing
[Airflow] 30baed22bc16: Waiting
[Airflow] 15b3067dc4be: Preparing
[Airflow] db70c9ea5e22: Preparing
[Airflow] 26f2bb17348b: Waiting
[Airflow] 31152b74f256: Preparing
[Airflow] 15b3067dc4be: Waiting
[Airflow] db70c9ea5e22: Waiting
[Airflow] 8a2adc4b2731: Preparing
[Airflow] 31152b74f256: Waiting
[Airflow] 7766968e5876: Preparing
[Airflow] 8a2adc4b2731: Waiting
[Airflow] 16af49539099: Preparing
[Airflow] 7766968e5876: Waiting
[Airflow] 219c6c2423f1: Preparing
[Airflow] a4bd4682277b: Waiting
[Airflow] 3af14c9a24c9: Preparing
[Airflow] 16af49539099: Waiting
[Airflow] 219c6c2423f1: Waiting
[Airflow] 3af14c9a24c9: Waiting
[NG-UI] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui]
[NG-UI] d3e42844922d: Preparing
[NG-UI] 338f6bb33d59: Preparing
[NG-UI] 97472561eab1: Preparing
[NG-UI] 5ee584d462c5: Preparing
[NG-UI] b604467974bf: Preparing
[NG-UI] f2cd04a90f42: Preparing
[NG-UI] d3e42844922d: Waiting
[NG-UI] 338f6bb33d59: Waiting
[NG-UI] 629ca62fb7c7: Preparing
[NG-UI] 97472561eab1: Waiting
[NG-UI] 5ee584d462c5: Waiting
[NG-UI] b604467974bf: Waiting
[NG-UI] f2cd04a90f42: Waiting
[NG-UI] 629ca62fb7c7: Waiting
[RO] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/ro:osm-master-merge-3002
[NBI] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/nbi:osm-master-merge-3002
[Pipeline] [POL] sh
[LCM] 90d458be31d2: Layer already exists
[LCM] 82fb43fbe7e9: Layer already exists
[LCM] 079ccd6cdd84: Layer already exists
[LCM] 7426d1222b94: Layer already exists
[LCM] 7b28771f91a4: Layer already exists
[LCM] ea6666c6d720: Layer already exists
[LCM] 43377b6c9181: Layer already exists
[LCM] 852da798b4c5: Layer already exists
[LCM] 19733a136c1c: Layer already exists
[LCM] e13fc0c6af5e: Layer already exists
[LCM] e35aaf2aa95f: Layer already exists
[LCM] 3c260713a3de: Layer already exists
[LCM] 543a5b2a0551: Layer already exists
[LCM] 9826c1deea4d: Layer already exists
[LCM] bddd493a7bbd: Layer already exists
[LCM] f2cd04a90f42: Layer already exists
[LCM] 629ca62fb7c7: Layer already exists
[POL] [POL] Running shell script
[Pipeline] [Prometheus] }
[Webhook] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/webhook]
[Webhook] a4151e18ea21: Preparing
[Webhook] 28ee6b8c2b44: Preparing
[Webhook] 87349f3b96fb: Preparing
[Webhook] aa4c25690eb8: Preparing
[Webhook] 6181ecf4b61c: Preparing
[Webhook] bddd493a7bbd: Preparing
[Webhook] f2cd04a90f42: Preparing
[Webhook] 629ca62fb7c7: Preparing
[Webhook] 6181ecf4b61c: Waiting
[Webhook] aa4c25690eb8: Waiting
[Webhook] bddd493a7bbd: Waiting
[Webhook] 87349f3b96fb: Waiting
[Webhook] f2cd04a90f42: Waiting
[Webhook] 629ca62fb7c7: Waiting
[Webhook] 28ee6b8c2b44: Waiting
[Webhook] a4151e18ea21: Waiting
[Pipeline] [Keystone] // dir
[Pipeline] [Keystone] }
[MON]  ---> Using cache
[RO] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/ro]
[RO] 7e563c473c5b: Preparing
[RO] 5312d1e15f07: Preparing
[RO] 9f33160b3e2e: Preparing
[RO] d45fcb2b5105: Preparing
[RO] 790632340a75: Preparing
[RO] 3cb8084612da: Preparing
[RO] bddd493a7bbd: Preparing
[RO] f2cd04a90f42: Preparing
[RO] 629ca62fb7c7: Preparing
[RO] 790632340a75: Waiting
[RO] 629ca62fb7c7: Waiting
[RO] 3cb8084612da: Waiting
[RO] f2cd04a90f42: Waiting
[RO] bddd493a7bbd: Waiting
[RO] 7e563c473c5b: Waiting
[RO] 5312d1e15f07: Waiting
[RO] 9f33160b3e2e: Waiting
[RO] d45fcb2b5105: Waiting
[Pipeline] [Prometheus] // dir
[tests] Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
[tests] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
[tests] Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
[tests] Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
[tests] Get:5 https://packages.cloud.google.com/apt cloud-sdk InRelease [1616 B]
[osmclient] abe81e37d82c: Layer already exists
[osmclient] 89bf10354b16: Layer already exists
[osmclient] 1dcf6e59377a: Layer already exists
[osmclient] a4c8a88cd2aa: Layer already exists
[osmclient] c5fd524cccb6: Layer already exists
[osmclient] bddd493a7bbd: Layer already exists
[osmclient] f2cd04a90f42: Layer already exists
[osmclient] c8a6e933fa2a: Layer already exists
[osmclient] b53e57b90de1: Layer already exists
[osmclient] 629ca62fb7c7: Layer already exists
[NBI] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/nbi]
[NBI] 5624c43eeb43: Preparing
[NBI] 4fb9a8b93391: Preparing
[NBI] ba766dbac914: Preparing
[NBI] e4baed180cbd: Preparing
[NBI] c3b42f0cfd8e: Preparing
[NBI] 621763d0e7a9: Preparing
[NBI] 2c6187ba6df0: Preparing
[NBI] bddd493a7bbd: Preparing
[NBI] ba766dbac914: Waiting
[NBI] e4baed180cbd: Waiting
[NBI] f2cd04a90f42: Preparing
[NBI] c3b42f0cfd8e: Waiting
[NBI] 621763d0e7a9: Waiting
[NBI] 629ca62fb7c7: Preparing
[NBI] 5624c43eeb43: Waiting
[NBI] 2c6187ba6df0: Waiting
[NBI] bddd493a7bbd: Waiting
[NBI] 4fb9a8b93391: Waiting
[NBI] f2cd04a90f42: Waiting
[NBI] 629ca62fb7c7: Waiting
[POL] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/pol:osm-master-merge-3002
[POL] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/pol]
[POL] 30e3a675bef6: Preparing
[POL] 0f2a86414079: Preparing
[POL] 7cdf47d96e04: Preparing
[POL] fbe0b864dc7e: Preparing
[POL] 2356a3768173: Preparing
[POL] 2be17baec0f2: Preparing
[POL] f97c4a9a360d: Preparing
[POL] 58a172457d4f: Preparing
[POL] f28c122d9fa3: Preparing
[POL] e9ebf83d076b: Preparing
[POL] a5e909912492: Preparing
[POL] bddd493a7bbd: Preparing
[POL] 2356a3768173: Waiting
[POL] 2be17baec0f2: Waiting
[POL] f2cd04a90f42: Preparing
[POL] f97c4a9a360d: Waiting
[POL] 58a172457d4f: Waiting
[POL] 629ca62fb7c7: Preparing
[POL] f28c122d9fa3: Waiting
[POL] 30e3a675bef6: Waiting
[POL] 0f2a86414079: Waiting
[POL] 7cdf47d96e04: Waiting
[POL] e9ebf83d076b: Waiting
[POL] fbe0b864dc7e: Waiting
[POL] f2cd04a90f42: Waiting
[POL] a5e909912492: Waiting
[POL] 629ca62fb7c7: Waiting
[POL] bddd493a7bbd: Waiting
[Pipeline] [Prometheus] }
[LCM] osm-master-merge-3002: digest: sha256:36f9d429e8db104eb05dde4a04e997c2afa50ed9de4a97f0ae916bdc2a2a8fa4 size: 3896
[NG-UI] d3e42844922d: Layer already exists
[NG-UI] b604467974bf: Layer already exists
[NG-UI] 97472561eab1: Layer already exists
[NG-UI] f2cd04a90f42: Layer already exists
[NG-UI] 338f6bb33d59: Layer already exists
[NG-UI] 5ee584d462c5: Layer already exists
[NG-UI] 629ca62fb7c7: Layer already exists
[Pipeline] [LCM] }
[Pipeline] [LCM] // dir
[MON]  ---> 95e3b30343ae
[MON] Step 25/56 : COPY --from=INSTALL /usr/bin/scp /usr/bin/scp
[MON]  ---> Using cache
[MON]  ---> 362ff4917dfc
[MON] Step 26/56 : COPY --from=INSTALL /usr/bin/ssh-keygen /usr/bin/ssh-keygen
[MON]  ---> Using cache
[MON]  ---> ba67f48d3892
[MON] Step 27/56 : COPY --from=INSTALL /usr/bin/ssh /usr/bin/ssh
[MON]  ---> Using cache
[MON]  ---> d0ee52178e50
[MON] Step 28/56 : COPY --from=INSTALL /usr/lib/x86_64-linux-gnu/ /usr/lib/x86_64-linux-gnu/
[MON]  ---> Using cache
[MON]  ---> 8b374d7d4375
[MON] Step 29/56 : COPY --from=INSTALL /lib/x86_64-linux-gnu/ /lib/x86_64-linux-gnu/
[MON]  ---> Using cache
[MON]  ---> ce4147ba8627
[MON] Step 30/56 : COPY scripts/ /app/osm_mon/scripts/
[MON]  ---> Using cache
[MON]  ---> b703c483d4da
[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]  ---> b3a4bd5f8637
[MON] Step 32/56 : WORKDIR /app/osm_mon
[MON]  ---> Using cache
[MON]  ---> 0f41cee61955
[MON] Step 33/56 : USER appuser
[MON]  ---> Using cache
[MON]  ---> b256d44356cb
[MON] Step 34/56 : ENV OSMMON_MESSAGE_DRIVER kafka
[MON]  ---> Using cache
[MON]  ---> f65d6f0d462d
[MON] Step 35/56 : ENV OSMMON_MESSAGE_HOST kafka
[MON]  ---> Using cache
[MON]  ---> f450a1737e21
[MON] Step 36/56 : ENV OSMMON_MESSAGE_PORT 9092
[MON]  ---> Using cache
[MON]  ---> 3c71e4e0a007
[MON] Step 37/56 : ENV OSMMON_DATABASE_DRIVER mongo
[MON]  ---> Using cache
[MON]  ---> 1c56703405a5
[MON] Step 38/56 : ENV OSMMON_DATABASE_URI mongodb://mongo:27017
[MON]  ---> Using cache
[MON]  ---> 853f95e9271e
[MON] Step 39/56 : ENV OSMMON_SQL_DATABASE_URI sqlite:///mon_sqlite.db
[MON]  ---> Using cache
[MON]  ---> caf3ce23cbc8
[MON] Step 40/56 : ENV OSMMON_OPENSTACK_DEFAULT_GRANULARITY 300
[MON]  ---> Using cache
[MON]  ---> b6571c3cbc35
[MON] Step 41/56 : ENV OSMMON_GLOBAL_REQUEST_TIMEOUT 10
[MON]  ---> Using cache
[MON]  ---> 1846a630361c
[MON] Step 42/56 : ENV OSMMON_GLOBAL_LOGLEVEL INFO
[MON]  ---> Using cache
[MON]  ---> 06e38520b84c
[MON] Step 43/56 : ENV OSMMON_VCA_HOST localhost
[Pipeline] [LCM] }
[PLA] 
[PLA] 
[osmclient] osm-master-merge-3002: digest: sha256:2e74597a334ab1560584c559e9ba7492124c7a48f5e0020b61f43b3dd90a537d size: 2410
[Pipeline] [osmclient] }
[tests] Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2129 kB]
[tests] Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1377 kB]
[tests] Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2468 kB]
[tests] Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.0 kB]
[tests] Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [31.8 kB]
[Airflow] b5eec9871f54: Layer already exists
[Airflow] f7cae33010fb: Layer already exists
[Airflow] 85278ba48f6f: Layer already exists
[Airflow] ad154f0ec9c2: Layer already exists
[Airflow] 4ab9fd3ae4b0: Layer already exists
[Airflow] da7c91732288: Layer already exists
[Airflow] a4bd4682277b: Layer already exists
[Airflow] e7361dea9b4a: Layer already exists
[Airflow] 58577a3ac668: Layer already exists
[Airflow] fa9ab046628c: Layer already exists
[Airflow] 4828a6c451df: Layer already exists
[Airflow] 418113a7003c: Layer already exists
[Airflow] 1b0f59381dd6: Layer already exists
[Airflow] af7b571f7ca8: Layer already exists
[Airflow] f280206a86b2: Layer already exists
[Airflow] 8b4250c5d64d: Layer already exists
[Airflow] c57e7b07a3b2: Layer already exists
[Airflow] 5f70bf18a086: Layer already exists
[Pipeline] [osmclient] // dir
[NG-UI] osm-master-merge-3002: digest: sha256:6caa170912ea62e16c3656cdb8206323817f40992ffd94ac6378643cb107fa11 size: 1780
[Pipeline] [osmclient] }
[Pipeline] [NG-UI] }
[MON]  ---> Using cache
[MON]  ---> 9981fc297881
[MON] Step 44/56 : ENV OSMMON_VCA_SECRET secret
[MON]  ---> Using cache
[MON]  ---> cbc974d0bf47
[MON] Step 45/56 : ENV OSMMON_VCA_USER admin
[MON]  ---> Using cache
[MON]  ---> 7e431fafc00d
[MON] Step 46/56 : ENV OSMMON_VCA_CACERT cacert
[MON]  ---> Using cache
[MON]  ---> 645390839649
[MON] Step 47/56 : ENV OSMMON_DATABASE_COMMONKEY changeme
[MON]  ---> Using cache
[MON]  ---> 2c6bd92063a8
[MON] Step 48/56 : ENV OSMMON_COLLECTOR_INTERVAL 30
[MON]  ---> Using cache
[MON]  ---> 93accb7de190
[MON] Step 49/56 : ENV OSMMON_EVALUATOR_INTERVAL 30
[MON]  ---> Using cache
[MON]  ---> 73e2d3342db6
[MON] Step 50/56 : ENV OSMMON_PROMETHEUS_URL http://prometheus:9090
[MON]  ---> Using cache
[MON]  ---> 2d6afe7dce7a
[MON] Step 51/56 : ENV OSMMON_GRAFANA_URL http://grafana:3000
[MON]  ---> Using cache
[MON]  ---> a2f76fddf88a
[MON] Step 52/56 : ENV OSMMON_GRAFANA_USER admin
[MON]  ---> Using cache
[MON]  ---> cd128a4aaedc
[MON] Step 53/56 : ENV OSMMON_GRAFANA_PASSWORD admin
[MON]  ---> Using cache
[MON]  ---> ef6d2cabf6a9
[MON] Step 54/56 : EXPOSE 8000
[MON]  ---> Using cache
[MON]  ---> 5b440689ab73
[MON] Step 55/56 : HEALTHCHECK --start-period=120s --interval=5s --timeout=2s --retries=12  CMD osm-mon-healthcheck || exit 1
[MON]  ---> Using cache
[MON]  ---> 366d4e64681e
[MON] Step 56/56 : CMD /bin/bash scripts/start.sh
[MON]  ---> Using cache
[MON]  ---> 7a016ce2f98d
[MON] [Warning] One or more build-args [PYTHON3_OSM_ROVIM_OPENSTACK_URL OSM_TESTS_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_NGSA_URL OSM_NGUI_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_RO_PLUGIN_URL CACHE_DATE PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_GCP_URL OSM_DEVOPS_URL OSM_IMDOCS_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_NG_RO_URL] were not consumed
[MON] Successfully built 7a016ce2f98d
[MON] Successfully tagged opensourcemano/mon:osm-master-merge-3002
[Pipeline] [NG-UI] // dir
[PLA]  ---> Using cache
[PLA]  ---> 409aca7f41d7
[PLA] Step 13/39 : RUN tar -zxf /minizinc.tgz &&     mv /MiniZincIDE-2.4.2-bundle-linux /minizinc
[PLA]  ---> Using cache
[PLA]  ---> a165cbc87b9d
[PLA] Step 14/39 : FROM ubuntu:22.04 as FINAL
[PLA]  ---> 52882761a72a
[PLA] Step 15/39 : ARG APT_PROXY
[PLA]  ---> Using cache
[PLA]  ---> bf8675204e26
[PLA] Step 16/39 : RUN if [ ! -z $APT_PROXY ] ; then     echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/proxy.conf ;    echo "Acquire::https::Proxy \"$APT_PROXY\";" >> /etc/apt/apt.conf.d/proxy.conf ;    fi
[PLA]  ---> Using cache
[PLA]  ---> 6b16749f3331
[PLA] Step 17/39 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     python3-minimal=3.10.*     && rm -rf /var/lib/apt/lists/*
[PLA]  ---> Using cache
[PLA]  ---> 862dd2a755cf
[PLA] Step 18/39 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[PLA]  ---> Using cache
[Pipeline] [NG-UI] }
[tests] Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2395 kB]
[tests] Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1084 kB]
[tests] Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1858 kB]
[tests] Get:14 https://packages.cloud.google.com/apt cloud-sdk/main amd64 Packages [2999 kB]
[Airflow] b082288f25e1: Layer already exists
[Airflow] 79d83185dd32: Layer already exists
[Airflow] feb06c5db7c4: Layer already exists
[Airflow] 30baed22bc16: Layer already exists
[Airflow] ab84691a2eba: Layer already exists
[Airflow] db70c9ea5e22: Layer already exists
[Airflow] 26f2bb17348b: Layer already exists
[Airflow] 31152b74f256: Layer already exists
[Airflow] 8a2adc4b2731: Layer already exists
[Airflow] 15b3067dc4be: Layer already exists
[Airflow] 16af49539099: Layer already exists
[Airflow] 3af14c9a24c9: Layer already exists
[Airflow] 7766968e5876: Layer already exists
[Airflow] 219c6c2423f1: Layer already exists
[Airflow] osm-master-merge-3002: digest: sha256:5e1250b1e2b236633c5a0907df5341cd8b4ecfe6a0e8809ae123200426a80ff8 size: 7006
[Pipeline] [MON] echo
[MON] Tagging mon:osm-master-merge-3002
[Pipeline] [MON] sh
[MON] [MON] Running shell script
[Pipeline] [Airflow] }
[PLA]  ---> da1cff624279
[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]  ---> 0cf15f846cdd
[PLA] Step 20/39 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[PLA]  ---> Using cache
[PLA]  ---> 5d1b62ba61dd
[PLA] Step 21/39 : LABEL authors="Lars-Göran Magnusson"
[PLA]  ---> Using cache
[PLA]  ---> 995e8ffb6d91
[PLA] Step 22/39 : COPY --from=INSTALL /usr/bin/osm* /usr/bin/
[Pipeline] [Airflow] // dir
[Webhook] aa4c25690eb8: Layer already exists
[Webhook] 87349f3b96fb: Layer already exists
[Webhook] a4151e18ea21: Layer already exists
[Webhook] 28ee6b8c2b44: Layer already exists
[Webhook] 6181ecf4b61c: Layer already exists
[Webhook] f2cd04a90f42: Layer already exists
[Webhook] bddd493a7bbd: Layer already exists
[Webhook] 629ca62fb7c7: Layer already exists
[Webhook] osm-master-merge-3002: digest: sha256:5d156938c0b3b3a15722b2b566993745dc97b2b794319b4e104ccc1ed51680f5 size: 1992
[Pipeline] [Airflow] }
[tests] Get:15 https://packages.cloud.google.com/apt cloud-sdk/main all Packages [1449 kB]
[tests] Fetched 16.3 MB in 1s (13.4 MB/s)
[Pipeline] [Webhook] }
[RO] 7e563c473c5b: Layer already exists
[RO] d45fcb2b5105: Layer already exists
[RO] 9f33160b3e2e: Layer already exists
[RO] 790632340a75: Layer already exists
[RO] 5312d1e15f07: Layer already exists
[RO] 3cb8084612da: Layer already exists
[RO] f2cd04a90f42: Layer already exists
[RO] 629ca62fb7c7: Layer already exists
[RO] bddd493a7bbd: Layer already exists
[RO] osm-master-merge-3002: digest: sha256:6d4d54c5dada9e183910a00bacc9ef534c13daab2694420096ea7834082810e2 size: 2204
[Pipeline] [Webhook] // dir
[NBI] ba766dbac914: Layer already exists
[NBI] 4fb9a8b93391: Layer already exists
[NBI] e4baed180cbd: Layer already exists
[NBI] 5624c43eeb43: Layer already exists
[NBI] c3b42f0cfd8e: Layer already exists
[NBI] 621763d0e7a9: Layer already exists
[NBI] f2cd04a90f42: Layer already exists
[NBI] bddd493a7bbd: Layer already exists
[NBI] 2c6187ba6df0: Layer already exists
[NBI] 629ca62fb7c7: Layer already exists
[NBI] osm-master-merge-3002: digest: sha256:93f000e339fdb58e62b29a2ea5d716c99adb00617a7c88fb748874c9ef546b30 size: 2411
[MON] + docker tag opensourcemano/mon:osm-master-merge-3002 osm.etsi.org:5050/devops/cicd/opensourcemano/mon:osm-master-merge-3002
[Pipeline] [Webhook] }
[Pipeline] [RO] }
[PLA]  ---> Using cache
[PLA]  ---> f42e80bbe5f3
[PLA] Step 23/39 : COPY --from=INSTALL /minizinc /minizinc
[PLA]  ---> Using cache
[PLA]  ---> 0228f5556ac8
[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]  ---> 8999a8ed91d8
[PLA] Step 25/39 : COPY scripts/ /app/osm_pla/scripts/
[PLA]  ---> Using cache
[PLA]  ---> 77e871af41be
[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]  ---> 1e29307ca790
[PLA] Step 27/39 : WORKDIR /app/osm_pla
[PLA]  ---> Using cache
[PLA]  ---> 896b22c5afe1
[PLA] Step 28/39 : USER appuser
[PLA]  ---> Using cache
[PLA]  ---> c11e12244440
[PLA] Step 29/39 : ENV OSMPLA_MESSAGE_DRIVER kafka
[PLA]  ---> Using cache
[PLA]  ---> 0bc24a6e5517
[PLA] Step 30/39 : ENV OSMPLA_MESSAGE_HOST kafka
[PLA]  ---> Using cache
[PLA]  ---> 7d27e3ab1685
[PLA] Step 31/39 : ENV OSMPLA_MESSAGE_PORT 9092
[PLA]  ---> Using cache
[PLA]  ---> c0aa56640f47
[PLA] Step 32/39 : ENV OSMPLA_DATABASE_DRIVER mongo
[PLA]  ---> Using cache
[PLA]  ---> 9d571e47c281
[PLA] Step 33/39 : ENV OSMPLA_DATABASE_URI mongodb://mongo:27017
[PLA]  ---> Using cache
[PLA]  ---> 6e463b88f20b
[PLA] Step 34/39 : ENV OSMPLA_SQL_DATABASE_URI sqlite:///pla_sqlite.db
[PLA]  ---> Using cache
[PLA]  ---> 88b1a03f8be5
[PLA] Step 35/39 : ENV OSMPLA_GLOBAL_LOG_LEVEL INFO
[PLA]  ---> Using cache
[PLA]  ---> 3cb874005cf2
[PLA] Step 36/39 : ENV FZNEXEC "/entry_data/fzn-exec"
[PLA]  ---> Using cache
[PLA]  ---> 0c95d0c7e204
[PLA] Step 37/39 : ENV PATH "/minizinc/bin:${PATH}"
[PLA]  ---> Using cache
[PLA]  ---> b5255f580f5b
[PLA] Step 38/39 : ENV LD_LIBRARY_PATH "/minizinc/lib:${LD_LIBRARY_PATH}"
[PLA]  ---> Using cache
[PLA]  ---> c991829104bf
[PLA] Step 39/39 : CMD [ "/bin/bash", "scripts/start.sh" ]
[PLA]  ---> Using cache
[PLA]  ---> 8e1127de00b3
[PLA] [Warning] One or more build-args [OSM_IMDOCS_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_N2VC_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_AWS_URL OSM_TESTS_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROSDN_DPB_URL OSM_NGUI_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_RO_PLUGIN_URL CACHE_DATE PYTHON3_OSM_IM_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_DEVOPS_URL PYTHON3_OSMCLIENT_URL] were not consumed
[PLA] Successfully built 8e1127de00b3
[PLA] Successfully tagged opensourcemano/pla:osm-master-merge-3002
[Pipeline] [RO] // dir
[Pipeline] [RO] }
[Pipeline] [MON] sh
[MON] [MON] Running shell script
[Pipeline] [NBI] }
[Pipeline] [NBI] // dir
[Pipeline] [NBI] }
[Pipeline] [PLA] echo
[PLA] Tagging pla:osm-master-merge-3002
[Pipeline] [PLA] sh
[POL] 0f2a86414079: Layer already exists
[POL] fbe0b864dc7e: Layer already exists
[POL] 2356a3768173: Layer already exists
[POL] 30e3a675bef6: Layer already exists
[POL] 7cdf47d96e04: Layer already exists
[POL] 58a172457d4f: Layer already exists
[POL] f28c122d9fa3: Layer already exists
[POL] f97c4a9a360d: Layer already exists
[POL] 2be17baec0f2: Layer already exists
[POL] e9ebf83d076b: Layer already exists
[POL] f2cd04a90f42: Layer already exists
[POL] bddd493a7bbd: Layer already exists
[POL] 629ca62fb7c7: Layer already exists
[POL] a5e909912492: Layer already exists
[POL] osm-master-merge-3002: digest: sha256:9c1f5d0856d0992937c58260b192764866352ff449f421721891bdb4b6786f90 size: 3252
[MON] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/mon:osm-master-merge-3002
[MON] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/mon]
[MON] f48a8b0ec78d: Preparing
[MON] 448e55dd7a43: Preparing
[MON] 4376ad6fc928: Preparing
[MON] 8aeb31643e37: Preparing
[MON] d4027fe94e99: Preparing
[MON] a842cdd1ea3d: Preparing
[MON] 09a9e51b28dc: Preparing
[MON] f3e03868c9bf: Preparing
[MON] 05b21340682a: Preparing
[MON] e50a65c86abc: Preparing
[MON] a83b41f3e74a: Preparing
[MON] 7e61e00080c3: Preparing
[MON] bddd493a7bbd: Preparing
[MON] f2cd04a90f42: Preparing
[MON] 629ca62fb7c7: Preparing
[MON] 09a9e51b28dc: Waiting
[MON] f3e03868c9bf: Waiting
[MON] e50a65c86abc: Waiting
[MON] 05b21340682a: Waiting
[MON] a83b41f3e74a: Waiting
[MON] f2cd04a90f42: Waiting
[MON] 7e61e00080c3: Waiting
[MON] 629ca62fb7c7: Waiting
[MON] bddd493a7bbd: Waiting
[MON] a842cdd1ea3d: Waiting
[PLA] [PLA] Running shell script
[Pipeline] [POL] }
[Pipeline] [POL] // dir
[Pipeline] [POL] }
[PLA] + docker tag opensourcemano/pla:osm-master-merge-3002 osm.etsi.org:5050/devops/cicd/opensourcemano/pla:osm-master-merge-3002
[Pipeline] [PLA] sh
[MON] 448e55dd7a43: Layer already exists
[MON] 8aeb31643e37: Layer already exists
[MON] 4376ad6fc928: Layer already exists
[MON] d4027fe94e99: Layer already exists
[MON] f48a8b0ec78d: Layer already exists
[MON] 09a9e51b28dc: Layer already exists
[MON] 05b21340682a: Layer already exists
[MON] e50a65c86abc: Layer already exists
[MON] f3e03868c9bf: Layer already exists
[MON] f2cd04a90f42: Layer already exists
[MON] bddd493a7bbd: Layer already exists
[MON] a83b41f3e74a: Layer already exists
[MON] 7e61e00080c3: Layer already exists
[MON] 629ca62fb7c7: Layer already exists
[MON] a842cdd1ea3d: Layer already exists
[MON] osm-master-merge-3002: digest: sha256:bec7a9d021553b5b8adc429f045f13c8496f3e04ff0083abadd8c41d8b20c576 size: 3466
[PLA] [PLA] Running shell script
[PLA] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/pla:osm-master-merge-3002
[PLA] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/pla]
[PLA] a98d2c317a59: Preparing
[PLA] d494f968618b: Preparing
[PLA] 8c2e71833f30: Preparing
[PLA] 90fcbcd1bf69: Preparing
[PLA] 3f09a517aaea: Preparing
[PLA] 1244590bb498: Preparing
[PLA] a60350671c28: Preparing
[PLA] ae894dd1e1ac: Preparing
[PLA] bddd493a7bbd: Preparing
[PLA] f2cd04a90f42: Preparing
[PLA] 629ca62fb7c7: Preparing
[PLA] 1244590bb498: Waiting
[PLA] a60350671c28: Waiting
[PLA] ae894dd1e1ac: Waiting
[PLA] bddd493a7bbd: Waiting
[PLA] f2cd04a90f42: Waiting
[PLA] 629ca62fb7c7: Waiting
[Pipeline] [MON] }
[Pipeline] [MON] // dir
[PLA] 8c2e71833f30: Layer already exists
[PLA] 90fcbcd1bf69: Layer already exists
[PLA] 3f09a517aaea: Layer already exists
[PLA] d494f968618b: Layer already exists
[PLA] a98d2c317a59: Layer already exists
[PLA] a60350671c28: Layer already exists
[PLA] f2cd04a90f42: Layer already exists
[PLA] bddd493a7bbd: Layer already exists
[PLA] ae894dd1e1ac: Layer already exists
[PLA] 1244590bb498: Layer already exists
[PLA] 629ca62fb7c7: Layer already exists
[Pipeline] [MON] }
[tests] Reading package lists...
[PLA] osm-master-merge-3002: digest: sha256:8107f4a8cd416c2d4d8463b027e03f5fafca2ecbc7e254412120364378a4a35e size: 2625
[Pipeline] [PLA] }
[Pipeline] [PLA] // dir
[Pipeline] [PLA] }
[tests] Reading package lists...
[tests] Building dependency tree...
[tests] Reading state information...
[tests] Suggested packages:
[tests]   google-cloud-cli-app-engine-java google-cloud-cli-app-engine-python
[tests]   google-cloud-cli-pubsub-emulator google-cloud-cli-bigtable-emulator
[tests]   google-cloud-cli-datastore-emulator
[tests] The following NEW packages will be installed:
[tests]   google-cloud-cli kubectl
[tests] 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded.
[tests] Need to get 170 MB of archives.
[tests] After this operation, 854 MB of additional disk space will be used.
[tests] Get:1 https://packages.cloud.google.com/apt cloud-sdk/main all google-cloud-cli all 455.0.0-0 [160 MB]
[tests] Get:2 https://packages.cloud.google.com/apt cloud-sdk/main amd64 kubectl amd64 1.28.2-00 [10.3 MB]
[tests] debconf: delaying package configuration, since apt-utils is not installed
[tests] Fetched 170 MB in 4s (40.8 MB/s)
[tests] Selecting previously unselected package google-cloud-cli.
[tests] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17635 files and directories currently installed.)
[tests] Preparing to unpack .../google-cloud-cli_455.0.0-0_all.deb ...
[tests] Unpacking google-cloud-cli (455.0.0-0) ...
[tests] Selecting previously unselected package kubectl.
[tests] Preparing to unpack .../kubectl_1.28.2-00_amd64.deb ...
[tests] Unpacking kubectl (1.28.2-00) ...
[tests] Setting up kubectl (1.28.2-00) ...
[tests] Setting up google-cloud-cli (455.0.0-0) ...
[tests] write /usr/lib/google-cloud-sdk/lib/googlecloudsdk/generated_clients/apis/containeranalysis/v1alpha1/containeranalysis_v1alpha1_messages.py: no space left on device
[Pipeline] [tests] }
[Pipeline] [tests] // dir
[Pipeline] [tests] }
[tests] Failed in branch tests
[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_master] Running shell script
+ docker stop osm-master-merge-3002-apache
osm-master-merge-3002-apache
[Pipeline] sh
[osm-stage_3-merge_master] Running shell script
+ docker rm osm-master-merge-3002-apache
osm-master-merge-3002-apache
[Pipeline] sh
[osm-stage_3-merge_master] Running shell script
+ rm -rf /tmp/tmp.SwZx1a3hox
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE