FailedConsole Output

Skipping 234 KB.. Full Log
[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]  ---> fdf694977b73
[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]  ---> 4f5370ed84a4
[Airflow] Step 4/16 : USER airflow
[Airflow]  ---> Using cache
[Airflow]  ---> 0f81c7107326
[Airflow] Step 5/16 : ARG PYTHON3_OSM_COMMON_URL
[Airflow]  ---> Using cache
[Airflow]  ---> 0fa4931b8541
[Airflow] Step 6/16 : ARG PYTHON3_OSM_NGSA_URL
[Airflow]  ---> Using cache
[Airflow]  ---> eb79a6161ff0
[Airflow] Step 7/16 : RUN curl $PYTHON3_OSM_COMMON_URL -o osm_common.deb
[Airflow]  ---> Using cache
[Airflow]  ---> 3a86199e2e14
[Airflow] Step 8/16 : RUN curl $PYTHON3_OSM_NGSA_URL -o osm_ngsa.deb
[Airflow]  ---> Using cache
[Airflow]  ---> 73608957ad85
[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]  ---> 3bd78549cb80
[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]  ---> 6e8609075c4f
[Airflow] Step 11/16 : RUN mkdir /tmp/osm
[Airflow]  ---> Using cache
[Airflow]  ---> 390e1bb48514
[Airflow] Step 12/16 : RUN dpkg-deb -x osm_common_repacked.deb /tmp/osm
[Airflow]  ---> Using cache
[Airflow]  ---> 73e465d58b08
[Airflow] Step 13/16 : RUN dpkg-deb -x osm_ngsa_repacked.deb /tmp/osm
[Airflow]  ---> Using cache
[Airflow]  ---> eff29a8e9ab6
[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]  ---> 3024c0fa4d5b
[Airflow] Step 15/16 : RUN rm -rf /tmp/osm
[Airflow]  ---> Using cache
[Airflow]  ---> c8e1bdfd31ef
[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]  ---> 7e4840ef88cc
[Airflow] [Warning] One or more build-args [PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROVIM_VMWARE_URL APT_PROXY CACHE_DATE OSM_IMDOCS_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_N2VC_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_OPENVIM_URL OSM_NGUI_URL OSM_TESTS_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_DEVOPS_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROVIM_AWS_URL] were not consumed
[Airflow] Successfully built 7e4840ef88cc
[Airflow] Successfully tagged opensourcemano/airflow:osm-master-12374
[Pipeline] [POL] sh
[POL] [POL] Running shell script
[POL] + docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t opensourcemano/pol:osm-master-12374 --build-arg CACHE_DATE=2024-03-25:14:55:18 --build-arg OSM_DEVOPS_URL=https://artifactory-osm.etsi.org/artifactory/osm-devops/master-staging/4113/pool/devops/osm-devops_15.0.0.post10-1_all.deb --build-arg PYTHON3_OSMCLIENT_URL=https://artifactory-osm.etsi.org/artifactory/osm-osmclient/master/698/pool/osmclient/python3-osmclient_11.0.0rc1.post63+g16cfdeb-1_all.deb --build-arg PYTHON3_OSM_MON_URL=https://artifactory-osm.etsi.org/artifactory/osm-MON/master/694/pool/MON/python3-osm-mon_11.0.0.post33+gd2ca114-1_all.deb --build-arg PYTHON3_N2VC_URL=https://artifactory-osm.etsi.org/artifactory/osm-N2VC/master/715/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/817/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/506/pool/common/python3-osm-common_15.0.0.post1+ga690b2c-1_all.deb --build-arg PYTHON3_OSM_LCM_URL=https://artifactory-osm.etsi.org/artifactory/osm-LCM/master/795/pool/LCM/python3-osm-lcm_9.0.0.post162+g9cd5345-1_all.deb --build-arg PYTHON3_OSM_IM_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/542/pool/IM/python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb --build-arg OSM_IMDOCS_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/542/pool/IM/osm-imdocs_15.0.0.post1-g90ffed2_amd64.deb --build-arg PYTHON3_OSM_POLICY_MODULE_URL=https://artifactory-osm.etsi.org/artifactory/osm-POL/master/478/pool/POL/python3-osm-policy-module_11.0.0.post25+g055c4ee-1_all.deb --build-arg OSM_NGUI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/master/460/pool/NG-UI/osm-ngui_15.0.0-1_all.deb --build-arg PYTHON3_OSM_NGSA_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/417/pool/NG-SA/python3-osm-ngsa_15.0-1_all.deb --build-arg PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/417/pool/NG-SA/python3-osm-webhook-translator_15.0-1_all.deb --build-arg PYTHON3_OSM_PLA_URL=https://artifactory-osm.etsi.org/artifactory/osm-PLA/master/414/pool/PLA/python3-osm-pla_11.0.0.post12+gfcdb2c4-1_all.deb --build-arg OSM_TESTS_URL=https://artifactory-osm.etsi.org/artifactory/osm-tests/master/601/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/929/pool/RO/python3-osm-rosdn-floodlightof_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AWS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-aws_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_TAPI_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-tapi_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ODLOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-odlof_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_IETFL2VPN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-ietfl2vpn_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOS_VPLS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-onos-vpls_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_RO_PLUGIN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-ro-plugin_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_GCP_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-gcp_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENVIM_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-openvim_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-arista-cloudvision_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DPB_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-dpb_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_NG_RO_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-ng-ro_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DYNPAC_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-dynpac_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AZURE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-azure_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENSTACK_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-openstack_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-juniper-contrail_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_VMWARE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-vmware_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOSOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-onosof_9.0.0.post170+g8c89474-1_all.deb .
[POL] Sending build context to Docker daemon  9.216kB

[POL] Step 1/40 : FROM ubuntu:22.04 as INSTALL
[POL]  ---> ca2b0f26964c
[POL] Step 2/40 : ARG APT_PROXY
[POL]  ---> Using cache
[POL]  ---> 498d7c24dd98
[POL] Step 3/40 : RUN if [ ! -z $APT_PROXY ] ; then     echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/proxy.conf ;    echo "Acquire::https::Proxy \"$APT_PROXY\";" >> /etc/apt/apt.conf.d/proxy.conf ;    fi
[POL]  ---> Using cache
[POL]  ---> c1c1bbc0455a
[POL] Step 4/40 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     gcc=4:11.*     python3=3.10.*     python3-dev=3.10.*     python3-pip=22.0.*     curl=7.81.*     && rm -rf /var/lib/apt/lists/*
[POL]  ---> Using cache
[POL]  ---> 5b1b7ed74d46
[POL] Step 5/40 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     mysql-client-core-8.0=8.0.*
[POL]  ---> Using cache
[POL]  ---> 7cb1b2f8ccfe
[POL] Step 6/40 : ARG PYTHON3_OSM_COMMON_URL
[POL]  ---> Using cache
[POL]  ---> 97cea0d65359
[POL] Step 7/40 : ARG PYTHON3_OSM_POLICY_MODULE_URL
[POL]  ---> Using cache
[POL]  ---> 9d655efa92e0
[POL] Step 8/40 : RUN curl $PYTHON3_OSM_COMMON_URL -o osm_common.deb
[POL]  ---> Using cache
[POL]  ---> d06b5f3c45be
[POL] Step 9/40 : RUN dpkg -i ./osm_common.deb
[POL]  ---> Using cache
[POL]  ---> 1b1722ad0220
[POL] Step 10/40 : RUN curl $PYTHON3_OSM_POLICY_MODULE_URL -o osm_policy_module.deb
[POL]  ---> Using cache
[POL]  ---> 9766127dc050
[POL] Step 11/40 : RUN dpkg -i ./osm_policy_module.deb
[POL]  ---> Using cache
[POL]  ---> e4f754dd30c5
[POL] Step 12/40 : RUN pip3 install     -r /usr/lib/python3/dist-packages/osm_common/requirements.txt     -r /usr/lib/python3/dist-packages/osm_policy_module/requirements.txt
[POL]  ---> Using cache
[POL]  ---> eec53bedbd42
[POL] Step 13/40 : FROM ubuntu:22.04 as FINAL
[POL]  ---> ca2b0f26964c
[POL] Step 14/40 : ARG APT_PROXY
[POL]  ---> Using cache
[POL]  ---> 498d7c24dd98
[POL] Step 15/40 : RUN if [ ! -z $APT_PROXY ] ; then     echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/proxy.conf ;    echo "Acquire::https::Proxy \"$APT_PROXY\";" >> /etc/apt/apt.conf.d/proxy.conf ;    fi
[POL]  ---> Using cache
[POL]  ---> c1c1bbc0455a
[POL] Step 16/40 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     python3-minimal=3.10.*     && rm -rf /var/lib/apt/lists/*
[POL]  ---> Using cache
[POL]  ---> 2df5c3c36802
[POL] Step 17/40 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[POL]  ---> Using cache
[POL]  ---> 128af9c33484
[POL] Step 18/40 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[POL]  ---> Using cache
[RO]  ---> 1430570cb709
[RO] Step 32/60 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[RO]  ---> Using cache
[RO]  ---> 13b3202d06f3
[RO] Step 33/60 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[RO]  ---> Using cache
[RO]  ---> 91630cfc505a
[RO] Step 34/60 : COPY --from=INSTALL /usr/bin/genisoimage /usr/bin/genisoimage
[RO]  ---> Using cache
[Prometheus] [Prometheus] Running shell script
[Prometheus] + docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t opensourcemano/prometheus:osm-master-12374 --build-arg CACHE_DATE=2024-03-25:14:55:18 --build-arg OSM_DEVOPS_URL=https://artifactory-osm.etsi.org/artifactory/osm-devops/master-staging/4113/pool/devops/osm-devops_15.0.0.post10-1_all.deb --build-arg PYTHON3_OSMCLIENT_URL=https://artifactory-osm.etsi.org/artifactory/osm-osmclient/master/698/pool/osmclient/python3-osmclient_11.0.0rc1.post63+g16cfdeb-1_all.deb --build-arg PYTHON3_OSM_MON_URL=https://artifactory-osm.etsi.org/artifactory/osm-MON/master/694/pool/MON/python3-osm-mon_11.0.0.post33+gd2ca114-1_all.deb --build-arg PYTHON3_N2VC_URL=https://artifactory-osm.etsi.org/artifactory/osm-N2VC/master/715/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/817/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/506/pool/common/python3-osm-common_15.0.0.post1+ga690b2c-1_all.deb --build-arg PYTHON3_OSM_LCM_URL=https://artifactory-osm.etsi.org/artifactory/osm-LCM/master/795/pool/LCM/python3-osm-lcm_9.0.0.post162+g9cd5345-1_all.deb --build-arg PYTHON3_OSM_IM_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/542/pool/IM/python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb --build-arg OSM_IMDOCS_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/542/pool/IM/osm-imdocs_15.0.0.post1-g90ffed2_amd64.deb --build-arg PYTHON3_OSM_POLICY_MODULE_URL=https://artifactory-osm.etsi.org/artifactory/osm-POL/master/478/pool/POL/python3-osm-policy-module_11.0.0.post25+g055c4ee-1_all.deb --build-arg OSM_NGUI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/master/460/pool/NG-UI/osm-ngui_15.0.0-1_all.deb --build-arg PYTHON3_OSM_NGSA_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/417/pool/NG-SA/python3-osm-ngsa_15.0-1_all.deb --build-arg PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/417/pool/NG-SA/python3-osm-webhook-translator_15.0-1_all.deb --build-arg PYTHON3_OSM_PLA_URL=https://artifactory-osm.etsi.org/artifactory/osm-PLA/master/414/pool/PLA/python3-osm-pla_11.0.0.post12+gfcdb2c4-1_all.deb --build-arg OSM_TESTS_URL=https://artifactory-osm.etsi.org/artifactory/osm-tests/master/601/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/929/pool/RO/python3-osm-rosdn-floodlightof_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AWS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-aws_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_TAPI_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-tapi_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ODLOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-odlof_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_IETFL2VPN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-ietfl2vpn_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOS_VPLS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-onos-vpls_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_RO_PLUGIN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-ro-plugin_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_GCP_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-gcp_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENVIM_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-openvim_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-arista-cloudvision_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DPB_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-dpb_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_NG_RO_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-ng-ro_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DYNPAC_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-dynpac_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AZURE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-azure_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENSTACK_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-openstack_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-juniper-contrail_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_VMWARE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-vmware_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOSOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-onosof_9.0.0.post170+g8c89474-1_all.deb .
[Prometheus] Sending build context to Docker daemon  15.36kB

[Prometheus] Step 1/13 : FROM python:3.8
[Prometheus]  ---> 662c1454665a
[Prometheus] Step 2/13 : ENV PROMETHEUS_URL http://prometheus:9090
[Prometheus]  ---> Using cache
[Prometheus]  ---> feed93742dff
[Prometheus] Step 3/13 : ENV MONGODB_URL mongodb://mongo:27017
[Prometheus]  ---> Using cache
[Prometheus]  ---> f1dc9b1f62ab
[Prometheus] Step 4/13 : ENV PROMETHEUS_CONFIG_FILE /etc/prometheus/prometheus.yml
[Prometheus]  ---> Using cache
[Prometheus]  ---> c2ef48a4cce4
[Prometheus] Step 5/13 : ENV PROMETHEUS_BASE_CONFIG_FILE /etc/prometheus_base/prometheus.yml
[Prometheus]  ---> Using cache
[Prometheus]  ---> 92f86dfa38dc
[Prometheus] Step 6/13 : ENV PROMETHEUS_ALERTS_FILE /etc/prometheus/osm_alert_rules.yml
[Prometheus]  ---> Using cache
[Prometheus]  ---> 9a08363c7844
[Prometheus] Step 7/13 : ENV PROMETHEUS_BASE_ALERTS_FILE /etc/prometheus_base/osm_alert_rules.yml
[Prometheus]  ---> Using cache
[Prometheus]  ---> 717ff8b09c22
[Prometheus] Step 8/13 : ENV TARGET_DATABASE osm
[Prometheus]  ---> Using cache
[Prometheus]  ---> d861ebc9fd7f
[Prometheus] Step 9/13 : WORKDIR /code
[Prometheus]  ---> Using cache
[Prometheus]  ---> 1ad4cd664e1e
[Prometheus] Step 10/13 : COPY src/requirements.txt .
[Prometheus]  ---> Using cache
[Prometheus]  ---> e88fd23265f6
[Prometheus] Step 11/13 : RUN pip install -r requirements.txt
[Prometheus]  ---> Using cache
[Prometheus]  ---> 7454ac77c237
[Prometheus] Step 12/13 : COPY src/app.py .
[Prometheus]  ---> Using cache
[Prometheus]  ---> ada034a40904
[Prometheus] Step 13/13 : CMD [ "python", "-u", "./app.py" ]
[Prometheus]  ---> Using cache
[Prometheus]  ---> ccbdfa03b11c
[Prometheus] [Warning] One or more build-args [PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_DEVOPS_URL OSM_IMDOCS_URL PYTHON3_N2VC_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_NGUI_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL CACHE_DATE OSM_TESTS_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL APT_PROXY PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_ONOSOF_URL] were not consumed
[Prometheus] Successfully built ccbdfa03b11c
[Prometheus] Successfully tagged opensourcemano/prometheus:osm-master-12374
[Pipeline] [Prometheus] sh
[Pipeline] [Keystone] sh
[Keystone] [Keystone] Running shell script
[Keystone] + docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t opensourcemano/keystone:osm-master-12374 --build-arg CACHE_DATE=2024-03-25:14:55:18 --build-arg OSM_DEVOPS_URL=https://artifactory-osm.etsi.org/artifactory/osm-devops/master-staging/4113/pool/devops/osm-devops_15.0.0.post10-1_all.deb --build-arg PYTHON3_OSMCLIENT_URL=https://artifactory-osm.etsi.org/artifactory/osm-osmclient/master/698/pool/osmclient/python3-osmclient_11.0.0rc1.post63+g16cfdeb-1_all.deb --build-arg PYTHON3_OSM_MON_URL=https://artifactory-osm.etsi.org/artifactory/osm-MON/master/694/pool/MON/python3-osm-mon_11.0.0.post33+gd2ca114-1_all.deb --build-arg PYTHON3_N2VC_URL=https://artifactory-osm.etsi.org/artifactory/osm-N2VC/master/715/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/817/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/506/pool/common/python3-osm-common_15.0.0.post1+ga690b2c-1_all.deb --build-arg PYTHON3_OSM_LCM_URL=https://artifactory-osm.etsi.org/artifactory/osm-LCM/master/795/pool/LCM/python3-osm-lcm_9.0.0.post162+g9cd5345-1_all.deb --build-arg PYTHON3_OSM_IM_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/542/pool/IM/python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb --build-arg OSM_IMDOCS_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/542/pool/IM/osm-imdocs_15.0.0.post1-g90ffed2_amd64.deb --build-arg PYTHON3_OSM_POLICY_MODULE_URL=https://artifactory-osm.etsi.org/artifactory/osm-POL/master/478/pool/POL/python3-osm-policy-module_11.0.0.post25+g055c4ee-1_all.deb --build-arg OSM_NGUI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/master/460/pool/NG-UI/osm-ngui_15.0.0-1_all.deb --build-arg PYTHON3_OSM_NGSA_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/417/pool/NG-SA/python3-osm-ngsa_15.0-1_all.deb --build-arg PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/417/pool/NG-SA/python3-osm-webhook-translator_15.0-1_all.deb --build-arg PYTHON3_OSM_PLA_URL=https://artifactory-osm.etsi.org/artifactory/osm-PLA/master/414/pool/PLA/python3-osm-pla_11.0.0.post12+gfcdb2c4-1_all.deb --build-arg OSM_TESTS_URL=https://artifactory-osm.etsi.org/artifactory/osm-tests/master/601/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/929/pool/RO/python3-osm-rosdn-floodlightof_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AWS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-aws_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_TAPI_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-tapi_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ODLOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-odlof_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_IETFL2VPN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-ietfl2vpn_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOS_VPLS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-onos-vpls_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_RO_PLUGIN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-ro-plugin_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_GCP_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-gcp_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENVIM_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-openvim_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-arista-cloudvision_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DPB_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-dpb_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_NG_RO_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-ng-ro_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DYNPAC_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-dynpac_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AZURE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-azure_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENSTACK_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-openstack_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-juniper-contrail_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_VMWARE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-vmware_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOSOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-onosof_9.0.0.post170+g8c89474-1_all.deb .
[Keystone] Sending build context to Docker daemon  28.16kB

[Keystone] Step 1/24 : FROM ubuntu:22.04
[Keystone]  ---> ca2b0f26964c
[Keystone] Step 2/24 : ARG APT_PROXY
[Keystone]  ---> Using cache
[Keystone]  ---> 498d7c24dd98
[Keystone] Step 3/24 : 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
[Keystone]  ---> Using cache
[Keystone]  ---> c1c1bbc0455a
[Keystone] Step 4/24 : EXPOSE 5000
[Keystone]  ---> Using cache
[Keystone]  ---> 34f04683d087
[Keystone] Step 5/24 : WORKDIR /app
[Keystone]  ---> Using cache
[Keystone]  ---> d432bb96fd18
[Keystone] Step 6/24 : COPY scripts/start.sh /app/start.sh
[Keystone]  ---> Using cache
[Keystone]  ---> 8aa14e360712
[Keystone] Step 7/24 : RUN DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get upgrade -y &&     DEBIAN_FRONTEND=noninteractive apt-get autoremove -y &&     DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common &&     add-apt-repository -y cloud-archive:antelope &&     DEBIAN_FRONTEND=noninteractive apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -y &&     DEBIAN_FRONTEND=noninteractive apt-get install -y     apache2=2.4.*     keystone=2:23.0.*     libapache2-mod-wsgi-py3=4.9.*     python3-pip=22.0.*     build-essential=12.9*     python3-dev=3.10.*     libldap2-dev=2.5.*     libsasl2-dev=2.1.*     libssl-dev=3.0.*     libffi-dev=3.4*     libxml2-dev=2.9.*     libxslt1-dev=1.1.*     zlib1g-dev=1:1.2.*     ldap-utils=2.5.*     curl=7.81.*     net-tools=1.60*     mysql-client=8.0.*     dnsutils=1:9.18.* &&     rm -rf /var/lib/apt/lists/* &&     chmod +x start.sh
[Keystone]  ---> Using cache
[Keystone]  ---> daf9eb30588f
[Keystone] Step 8/24 : RUN pip3 install python-ldap==3.2.0 ldappool==3.0.0 python-openstackclient==6.2.0
[Keystone]  ---> Using cache
[Keystone]  ---> e9eba80ee98c
[Keystone] Step 9/24 : RUN groupadd -g 1000 appuser &&     useradd -u 1000 -g 1000 -d /app appuser &&     usermod -a -G keystone appuser &&     usermod -a -G adm appuser &&     chown -R appuser:appuser /app &&     chown root:keystone /etc/keystone &&     chmod 770 /etc/keystone &&     chown root:keystone /etc/ssl/certs &&     chmod 770 /etc/ssl/certs &&     chown root:keystone /etc/apache2/apache2.conf &&     chmod 664 /etc/apache2/apache2.conf &&     sed -i 's/Listen 80/Listen 8080/g' /etc/apache2/ports.conf &&     chown root:keystone /var/spool &&     chmod 775 /var/spool &&     chmod 770 /var/log/apache2 &&     chmod 660 /var/log/apache2/* &&     chmod 770 /var/log/keystone &&     chown root:keystone /var/run/apache2 &&     chmod 775 /var/run/apache2 &&     mkdir -p /etc/sudoers.d &&     echo "%appuser ALL= NOPASSWD: /sbin/service apache2 *" > /etc/sudoers.d/appuser
[Keystone]  ---> Using cache
[Keystone]  ---> 5a3e65f05fc6
[Keystone] Step 10/24 : USER appuser
[Keystone]  ---> Using cache
[Keystone]  ---> b30eec1535cd
[Keystone] Step 11/24 : ENV DB_HOST                 keystone-db
[Keystone]  ---> Using cache
[Keystone]  ---> 2483967c047f
[Keystone] Step 12/24 : ENV DB_PORT                 3306
[Keystone]  ---> Using cache
[Keystone]  ---> 9b9599d0ada4
[Keystone] Step 13/24 : ENV ROOT_DB_USER            root
[Keystone]  ---> Using cache
[Keystone]  ---> 7fe375da6918
[Keystone] Step 14/24 : ENV ROOT_DB_PASSWORD        admin
[Keystone]  ---> Using cache
[Keystone]  ---> 94c2def90f32
[Keystone] Step 15/24 : ENV KEYSTONE_DB_PASSWORD    admin
[Keystone]  ---> Using cache
[Keystone]  ---> c17c6d1b59df
[Keystone] Step 16/24 : ENV REGION_ID               RegionOne
[Keystone]  ---> Using cache
[Keystone]  ---> c2b6b6530144
[Keystone] Step 17/24 : ENV KEYSTONE_HOST           keystone
[Keystone]  ---> Using cache
[Keystone]  ---> 3adcf1828100
[Keystone] Step 18/24 : ENV ADMIN_USERNAME          admin
[Keystone]  ---> Using cache
[Keystone]  ---> 8f3a28bddd4d
[Keystone] Step 19/24 : ENV ADMIN_PASSWORD          admin
[Keystone]  ---> Using cache
[Keystone]  ---> 6c3109b4b46e
[Keystone] Step 20/24 : ENV ADMIN_PROJECT           admin
[Keystone]  ---> Using cache
[Keystone]  ---> 08660dd8ecd8
[Keystone] Step 21/24 : ENV SERVICE_USERNAME        nbi
[Keystone]  ---> Using cache
[Keystone]  ---> be6b97683930
[Keystone] Step 22/24 : ENV SERVICE_PASSWORD        nbi
[Keystone]  ---> Using cache
[Keystone]  ---> a5b7d7a407fe
[Keystone] Step 23/24 : ENV SERVICE_PROJECT         service
[Keystone]  ---> Using cache
[Keystone]  ---> 449ed65b033c
[Keystone] Step 24/24 : ENTRYPOINT ["./start.sh"]
[Keystone]  ---> Using cache
[Keystone]  ---> 6a7b7c8d0fb1
[Keystone] [Warning] One or more build-args [PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_OPENVIM_URL OSM_TESTS_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL OSM_IMDOCS_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL OSM_DEVOPS_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_NGUI_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_VMWARE_URL CACHE_DATE PYTHON3_N2VC_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_MON_URL] were not consumed
[Keystone] Successfully built 6a7b7c8d0fb1
[Keystone] Successfully tagged opensourcemano/keystone:osm-master-12374
[Pipeline] [Webhook] sh
[Webhook] [Webhook] Running shell script
[Webhook] + docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t opensourcemano/webhook:osm-master-12374 --build-arg CACHE_DATE=2024-03-25:14:55:18 --build-arg OSM_DEVOPS_URL=https://artifactory-osm.etsi.org/artifactory/osm-devops/master-staging/4113/pool/devops/osm-devops_15.0.0.post10-1_all.deb --build-arg PYTHON3_OSMCLIENT_URL=https://artifactory-osm.etsi.org/artifactory/osm-osmclient/master/698/pool/osmclient/python3-osmclient_11.0.0rc1.post63+g16cfdeb-1_all.deb --build-arg PYTHON3_OSM_MON_URL=https://artifactory-osm.etsi.org/artifactory/osm-MON/master/694/pool/MON/python3-osm-mon_11.0.0.post33+gd2ca114-1_all.deb --build-arg PYTHON3_N2VC_URL=https://artifactory-osm.etsi.org/artifactory/osm-N2VC/master/715/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/817/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/506/pool/common/python3-osm-common_15.0.0.post1+ga690b2c-1_all.deb --build-arg PYTHON3_OSM_LCM_URL=https://artifactory-osm.etsi.org/artifactory/osm-LCM/master/795/pool/LCM/python3-osm-lcm_9.0.0.post162+g9cd5345-1_all.deb --build-arg PYTHON3_OSM_IM_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/542/pool/IM/python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb --build-arg OSM_IMDOCS_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/542/pool/IM/osm-imdocs_15.0.0.post1-g90ffed2_amd64.deb --build-arg PYTHON3_OSM_POLICY_MODULE_URL=https://artifactory-osm.etsi.org/artifactory/osm-POL/master/478/pool/POL/python3-osm-policy-module_11.0.0.post25+g055c4ee-1_all.deb --build-arg OSM_NGUI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/master/460/pool/NG-UI/osm-ngui_15.0.0-1_all.deb --build-arg PYTHON3_OSM_NGSA_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/417/pool/NG-SA/python3-osm-ngsa_15.0-1_all.deb --build-arg PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/417/pool/NG-SA/python3-osm-webhook-translator_15.0-1_all.deb --build-arg PYTHON3_OSM_PLA_URL=https://artifactory-osm.etsi.org/artifactory/osm-PLA/master/414/pool/PLA/python3-osm-pla_11.0.0.post12+gfcdb2c4-1_all.deb --build-arg OSM_TESTS_URL=https://artifactory-osm.etsi.org/artifactory/osm-tests/master/601/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/929/pool/RO/python3-osm-rosdn-floodlightof_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AWS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-aws_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_TAPI_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-tapi_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ODLOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-odlof_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_IETFL2VPN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-ietfl2vpn_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOS_VPLS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-onos-vpls_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_RO_PLUGIN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-ro-plugin_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_GCP_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-gcp_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENVIM_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-openvim_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-arista-cloudvision_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DPB_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-dpb_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_NG_RO_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-ng-ro_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DYNPAC_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-dynpac_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AZURE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-azure_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENSTACK_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-openstack_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-juniper-contrail_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_VMWARE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-vmware_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOSOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-onosof_9.0.0.post170+g8c89474-1_all.deb .
[Webhook] Sending build context to Docker daemon  4.608kB

[Webhook] Step 1/21 : FROM ubuntu:22.04 as INSTALL
[Webhook]  ---> ca2b0f26964c
[Webhook] Step 2/21 : ARG APT_PROXY
[Webhook]  ---> Using cache
[Webhook]  ---> 498d7c24dd98
[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]  ---> c1c1bbc0455a
[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]  ---> 5b1b7ed74d46
[Webhook] Step 5/21 : ARG PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL
[Webhook]  ---> Using cache
[Webhook]  ---> a3fb2de55294
[Webhook] Step 6/21 : RUN curl $PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL -o osm_webhook_translator.deb
[Webhook]  ---> Using cache
[Webhook]  ---> 48c5c5b5cadd
[Webhook] Step 7/21 : RUN dpkg -i ./osm_webhook_translator.deb
[Webhook]  ---> Using cache
[Webhook]  ---> 77070a5825ba
[Webhook] Step 8/21 : RUN pip3 install     -r /usr/lib/python3/dist-packages/osm_webhook_translator/requirements.txt
[Webhook]  ---> Using cache
[Webhook]  ---> e4c1152799a9
[Webhook] Step 9/21 : FROM ubuntu:22.04 as FINAL
[Webhook]  ---> ca2b0f26964c
[Webhook] Step 10/21 : ARG APT_PROXY
[Webhook]  ---> Using cache
[Webhook]  ---> 498d7c24dd98
[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]  ---> c1c1bbc0455a
[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]  ---> 2df5c3c36802
[Webhook] Step 13/21 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[Webhook]  ---> Using cache
[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-12374 --build-arg CACHE_DATE=2024-03-25:14:55:18 --build-arg OSM_DEVOPS_URL=https://artifactory-osm.etsi.org/artifactory/osm-devops/master-staging/4113/pool/devops/osm-devops_15.0.0.post10-1_all.deb --build-arg PYTHON3_OSMCLIENT_URL=https://artifactory-osm.etsi.org/artifactory/osm-osmclient/master/698/pool/osmclient/python3-osmclient_11.0.0rc1.post63+g16cfdeb-1_all.deb --build-arg PYTHON3_OSM_MON_URL=https://artifactory-osm.etsi.org/artifactory/osm-MON/master/694/pool/MON/python3-osm-mon_11.0.0.post33+gd2ca114-1_all.deb --build-arg PYTHON3_N2VC_URL=https://artifactory-osm.etsi.org/artifactory/osm-N2VC/master/715/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/817/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/506/pool/common/python3-osm-common_15.0.0.post1+ga690b2c-1_all.deb --build-arg PYTHON3_OSM_LCM_URL=https://artifactory-osm.etsi.org/artifactory/osm-LCM/master/795/pool/LCM/python3-osm-lcm_9.0.0.post162+g9cd5345-1_all.deb --build-arg PYTHON3_OSM_IM_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/542/pool/IM/python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb --build-arg OSM_IMDOCS_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/542/pool/IM/osm-imdocs_15.0.0.post1-g90ffed2_amd64.deb --build-arg PYTHON3_OSM_POLICY_MODULE_URL=https://artifactory-osm.etsi.org/artifactory/osm-POL/master/478/pool/POL/python3-osm-policy-module_11.0.0.post25+g055c4ee-1_all.deb --build-arg OSM_NGUI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/master/460/pool/NG-UI/osm-ngui_15.0.0-1_all.deb --build-arg PYTHON3_OSM_NGSA_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/417/pool/NG-SA/python3-osm-ngsa_15.0-1_all.deb --build-arg PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/417/pool/NG-SA/python3-osm-webhook-translator_15.0-1_all.deb --build-arg PYTHON3_OSM_PLA_URL=https://artifactory-osm.etsi.org/artifactory/osm-PLA/master/414/pool/PLA/python3-osm-pla_11.0.0.post12+gfcdb2c4-1_all.deb --build-arg OSM_TESTS_URL=https://artifactory-osm.etsi.org/artifactory/osm-tests/master/601/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/929/pool/RO/python3-osm-rosdn-floodlightof_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AWS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-aws_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_TAPI_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-tapi_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ODLOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-odlof_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_IETFL2VPN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-ietfl2vpn_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOS_VPLS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-onos-vpls_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_RO_PLUGIN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-ro-plugin_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_GCP_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-gcp_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENVIM_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-openvim_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-arista-cloudvision_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DPB_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-dpb_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_NG_RO_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-ng-ro_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DYNPAC_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-dynpac_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AZURE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-azure_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENSTACK_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-openstack_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-juniper-contrail_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_VMWARE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-vmware_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOSOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-onosof_9.0.0.post170+g8c89474-1_all.deb .
[osmclient] Sending build context to Docker daemon  6.656kB

[osmclient] Step 1/31 : FROM ubuntu:22.04 as INSTALL
[Pipeline] [MON] sh
[MON] [MON] Running shell script
[MON] + docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t opensourcemano/mon:osm-master-12374 --build-arg CACHE_DATE=2024-03-25:14:55:18 --build-arg OSM_DEVOPS_URL=https://artifactory-osm.etsi.org/artifactory/osm-devops/master-staging/4113/pool/devops/osm-devops_15.0.0.post10-1_all.deb --build-arg PYTHON3_OSMCLIENT_URL=https://artifactory-osm.etsi.org/artifactory/osm-osmclient/master/698/pool/osmclient/python3-osmclient_11.0.0rc1.post63+g16cfdeb-1_all.deb --build-arg PYTHON3_OSM_MON_URL=https://artifactory-osm.etsi.org/artifactory/osm-MON/master/694/pool/MON/python3-osm-mon_11.0.0.post33+gd2ca114-1_all.deb --build-arg PYTHON3_N2VC_URL=https://artifactory-osm.etsi.org/artifactory/osm-N2VC/master/715/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/817/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/506/pool/common/python3-osm-common_15.0.0.post1+ga690b2c-1_all.deb --build-arg PYTHON3_OSM_LCM_URL=https://artifactory-osm.etsi.org/artifactory/osm-LCM/master/795/pool/LCM/python3-osm-lcm_9.0.0.post162+g9cd5345-1_all.deb --build-arg PYTHON3_OSM_IM_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/542/pool/IM/python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb --build-arg OSM_IMDOCS_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/542/pool/IM/osm-imdocs_15.0.0.post1-g90ffed2_amd64.deb --build-arg PYTHON3_OSM_POLICY_MODULE_URL=https://artifactory-osm.etsi.org/artifactory/osm-POL/master/478/pool/POL/python3-osm-policy-module_11.0.0.post25+g055c4ee-1_all.deb --build-arg OSM_NGUI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/master/460/pool/NG-UI/osm-ngui_15.0.0-1_all.deb --build-arg PYTHON3_OSM_NGSA_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/417/pool/NG-SA/python3-osm-ngsa_15.0-1_all.deb --build-arg PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/417/pool/NG-SA/python3-osm-webhook-translator_15.0-1_all.deb --build-arg PYTHON3_OSM_PLA_URL=https://artifactory-osm.etsi.org/artifactory/osm-PLA/master/414/pool/PLA/python3-osm-pla_11.0.0.post12+gfcdb2c4-1_all.deb --build-arg OSM_TESTS_URL=https://artifactory-osm.etsi.org/artifactory/osm-tests/master/601/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/929/pool/RO/python3-osm-rosdn-floodlightof_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AWS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-aws_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_TAPI_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-tapi_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ODLOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-odlof_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_IETFL2VPN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-ietfl2vpn_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOS_VPLS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-onos-vpls_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_RO_PLUGIN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-ro-plugin_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_GCP_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-gcp_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENVIM_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-openvim_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-arista-cloudvision_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DPB_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-dpb_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_NG_RO_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-ng-ro_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DYNPAC_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-dynpac_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AZURE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-azure_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENSTACK_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-openstack_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-juniper-contrail_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_VMWARE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-vmware_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOSOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-onosof_9.0.0.post170+g8c89474-1_all.deb .
[MON] Sending build context to Docker daemon  10.24kB

[MON] Step 1/56 : FROM ubuntu:22.04 as INSTALL
[MON]  ---> ca2b0f26964c
[MON] Step 2/56 : ARG APT_PROXY
[MON]  ---> Using cache
[MON]  ---> 498d7c24dd98
[MON] Step 3/56 : 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
[MON]  ---> Using cache
[MON]  ---> c1c1bbc0455a
[MON] Step 4/56 : 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/*
[MON]  ---> Using cache
[MON]  ---> 5b1b7ed74d46
[MON] Step 5/56 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     openssh-client=1:8.*
[MON]  ---> Using cache
[MON]  ---> 813d3a4fc5a2
[MON] Step 6/56 : ARG PYTHON3_OSM_COMMON_URL
[MON]  ---> Using cache
[MON]  ---> a10f4eb5a2dd
[MON] Step 7/56 : ARG PYTHON3_OSM_MON_URL
[MON]  ---> Using cache
[MON]  ---> 18dc42b73fc1
[MON] Step 8/56 : ARG PYTHON3_N2VC_URL
[MON]  ---> Using cache
[MON]  ---> 8a76084a1a96
[MON] Step 9/56 : RUN curl $PYTHON3_OSM_COMMON_URL -o osm_common.deb
[MON]  ---> Using cache
[MON]  ---> fa47739e9ad7
[MON] Step 10/56 : RUN dpkg -i ./osm_common.deb
[MON]  ---> Using cache
[MON]  ---> dbe70442b07a
[MON] Step 11/56 : RUN curl $PYTHON3_N2VC_URL -o n2vc.deb
[MON]  ---> Using cache
[MON]  ---> 64deddcc835e
[MON] Step 12/56 : RUN dpkg -i ./n2vc.deb
[MON]  ---> Using cache
[MON]  ---> e8e8a3e5d7f0
[MON] Step 13/56 : RUN curl $PYTHON3_OSM_MON_URL -o osm_mon.deb
[MON]  ---> Using cache
[MON]  ---> 84b333f38356
[MON] Step 14/56 : RUN dpkg -i ./osm_mon.deb
[MON]  ---> Using cache
[MON]  ---> 519039d955c9
[MON] Step 15/56 : RUN pip3 install     -r /usr/lib/python3/dist-packages/n2vc/requirements.txt     -r /usr/lib/python3/dist-packages/osm_common/requirements.txt     -r /usr/lib/python3/dist-packages/osm_mon/requirements.txt
[MON]  ---> Using cache
[MON]  ---> bcbdcd7f1842
[MON] Step 16/56 : FROM ubuntu:22.04 as FINAL
[MON]  ---> ca2b0f26964c
[MON] Step 17/56 : ARG APT_PROXY
[MON]  ---> Using cache
[MON]  ---> 498d7c24dd98
[MON] Step 18/56 : 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
[MON]  ---> Using cache
[MON]  ---> c1c1bbc0455a
[MON] Step 19/56 : 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/*
[MON]  ---> Using cache
[MON]  ---> 2df5c3c36802
[MON] Step 20/56 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[MON]  ---> Using cache
[Pipeline] [LCM] sh
[NG-UI]  ---> dd51691bb394
[NG-UI] Step 19/22 : COPY --from=INSTALL /usr/share/osm-ngui/dist/osm /usr/share/nginx/html
[NG-UI]  ---> Using cache
[NG-UI]  ---> 28a6fdb948f5
[NG-UI] Step 20/22 : EXPOSE 80
[NG-UI]  ---> Using cache
[NG-UI]  ---> 26cc9bef47d1
[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]  ---> 1b25400d55a5
[NG-UI] Step 22/22 : CMD ["nginx", "-g", "daemon off;"]
[NG-UI]  ---> Using cache
[NG-UI]  ---> 6d58d9cc95d0
[NG-UI] [Warning] One or more build-args [PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_N2VC_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_ROVIM_VMWARE_URL CACHE_DATE PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_DEVOPS_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROVIM_AWS_URL OSM_TESTS_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_GCP_URL OSM_IMDOCS_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_DPB_URL] were not consumed
[NG-UI] Successfully built 6d58d9cc95d0
[NG-UI] Successfully tagged opensourcemano/ng-ui:osm-master-12374
[PLA] 
[PLA] 
[tests]  ---> Running in becf76a6ec85
[tests] Cloning into '/robot-systest/osm-packages'...
[RO]  ---> 21fdeae50172
[RO] Step 35/60 : COPY --from=INSTALL /etc/protocols /etc/protocols
[RO]  ---> Using cache
[RO]  ---> 2038712a7299
[RO] Step 36/60 : EXPOSE 9090
[RO]  ---> Using cache
[RO]  ---> c304f7b6d502
[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]  ---> f38805a981a1
[RO] Step 38/60 : WORKDIR /app/osm_ro
[RO]  ---> Using cache
[RO]  ---> f08a9e5e6fe5
[RO] Step 39/60 : USER appuser
[RO]  ---> Using cache
[RO]  ---> e7d9dcaa0c55
[RO] Step 40/60 : ENV RO_DB_HOST=""
[RO]  ---> Using cache
[RO]  ---> 85d2e9dd2ac2
[RO] Step 41/60 : ENV RO_DB_OVIM_HOST=""
[RO]  ---> Using cache
[RO]  ---> 259dcd4fc4fd
[RO] Step 42/60 : ENV RO_DB_ROOT_PASSWORD=""
[RO]  ---> Using cache
[RO]  ---> 3f0c4947f6b8
[RO] Step 43/60 : ENV RO_DB_OVIM_ROOT_PASSWORD=""
[RO]  ---> Using cache
[RO]  ---> a3eb5559287e
[RO] Step 44/60 : ENV RO_DB_USER=mano
[RO]  ---> Using cache
[RO]  ---> a67a23802be8
[RO] Step 45/60 : ENV RO_DB_OVIM_USER=mano
[RO]  ---> Using cache
[RO]  ---> 74f4eb117d88
[RO] Step 46/60 : ENV RO_DB_PASSWORD=manopw
[RO]  ---> Using cache
[RO]  ---> 88aba47d408e
[RO] Step 47/60 : ENV RO_DB_OVIM_PASSWORD=manopw
[RO]  ---> Using cache
[RO]  ---> b402c4b27d8e
[RO] Step 48/60 : ENV RO_DB_PORT=3306
[RO]  ---> Using cache
[RO]  ---> cfda90def168
[RO] Step 49/60 : ENV RO_DB_OVIM_PORT=3306
[RO]  ---> Using cache
[RO]  ---> 09900f6a9ea4
[RO] Step 50/60 : ENV RO_DB_NAME=mano_db
[RO]  ---> Using cache
[RO]  ---> 4e10b617a790
[RO] Step 51/60 : ENV RO_DB_OVIM_NAME=mano_vim_db
[RO]  ---> Using cache
[RO]  ---> 408efdb32b4a
[RO] Step 52/60 : ENV OPENMANO_TENANT=osm
[RO]  ---> Using cache
[RO]  ---> fc2ac543c70b
[RO] Step 53/60 : ENV OSMRO_DATABASE_DRIVER mongo
[RO]  ---> Using cache
[RO]  ---> 7e0ae7a23091
[RO] Step 54/60 : ENV OSMRO_DATABASE_URI mongodb://mongo:27017
[RO]  ---> Using cache
[RO]  ---> dbc9462eb1c6
[RO] Step 55/60 : ENV OSMRO_MESSAGE_DRIVER  kafka
[RO]  ---> Using cache
[RO]  ---> eeb7047b6336
[RO] Step 56/60 : ENV OSMRO_MESSAGE_HOST    kafka
[RO]  ---> Using cache
[RO]  ---> 8fc807e7b999
[RO] Step 57/60 : ENV OSMRO_MESSAGE_PORT    9092
[RO]  ---> Using cache
[RO]  ---> fcfa0baa2fb1
[RO] Step 58/60 : ENV OSMRO_LOG_LEVEL       INFO
[RO]  ---> Using cache
[RO]  ---> f05e088a03b7
[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]  ---> fd0358c495f8
[RO] Step 60/60 : CMD ["python3", "-u", "-m", "osm_ng_ro.ro_main"]
[RO]  ---> Using cache
[RO]  ---> 6d4dbb11afb2
[RO] [Warning] One or more build-args [OSM_TESTS_URL PYTHON3_OSM_MON_URL OSM_NGUI_URL PYTHON3_N2VC_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_NGSA_URL OSM_IMDOCS_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_POLICY_MODULE_URL CACHE_DATE OSM_DEVOPS_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NBI_URL] were not consumed
[RO] Successfully built 6d4dbb11afb2
[RO] Successfully tagged opensourcemano/ro:osm-master-12374
[NBI] Successfully tagged opensourcemano/nbi:osm-master-12374
[POL]  ---> f40924d19de5
[POL] Step 19/40 : COPY --from=INSTALL /usr/bin/osm* /usr/bin/
[POL]  ---> Using cache
[POL]  ---> 9e44b83b5f75
[POL] Step 20/40 : COPY --from=INSTALL /usr/bin/mysql /usr/bin/
[POL]  ---> Using cache
[POL]  ---> c8d8c2e50361
[POL] Step 21/40 : COPY --from=INSTALL /usr/bin/mysqladmin /usr/bin/
[POL]  ---> Using cache
[POL]  ---> 9b0f706f0889
[POL] Step 22/40 : COPY --from=INSTALL /usr/bin/mysqlshow /usr/bin/
[POL]  ---> Using cache
[POL]  ---> 6fc166a456d0
[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]  ---> 2f18fded7753
[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]  ---> b288e7045b32
[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]  ---> c04651f244c3
[POL] Step 26/40 : COPY scripts/ /app/osm_pol/scripts/
[POL]  ---> Using cache
[POL]  ---> a318bb2d7998
[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]  ---> b6396cc74fd1
[POL] Step 28/40 : WORKDIR /app/osm_pol
[POL]  ---> Using cache
[POL]  ---> 2b264d102601
[POL] Step 29/40 : USER appuser
[POL]  ---> Using cache
[POL]  ---> 8d4ff8f97304
[POL] Step 30/40 : ENV OSMPOL_MESSAGE_DRIVER kafka
[POL]  ---> Using cache
[POL]  ---> b9437208001e
[POL] Step 31/40 : ENV OSMPOL_MESSAGE_HOST kafka
[POL]  ---> Using cache
[POL]  ---> 4a38de3727bd
[POL] Step 32/40 : ENV OSMPOL_MESSAGE_PORT 9092
[POL]  ---> Using cache
[POL]  ---> 35cf78816f9d
[POL] Step 33/40 : ENV OSMPOL_DATABASE_DRIVER mongo
[POL]  ---> Using cache
[POL]  ---> 3705cadfc5be
[POL] Step 34/40 : ENV OSMPOL_DATABASE_URI mongodb://mongo:27017
[POL]  ---> Using cache
[POL]  ---> 2ea10e0e2eb2
[POL] Step 35/40 : ENV OSMPOL_SQL_DATABASE_URI sqlite:///mon_sqlite.db
[POL]  ---> Using cache
[POL]  ---> b561ac417337
[POL] Step 36/40 : ENV OSMPOL_GLOBAL_LOG_LEVEL INFO
[POL]  ---> Using cache
[POL]  ---> ae2793468e32
[POL] Step 37/40 : ENV OSMPOL_AUTOHEAL_ENABLED True
[POL]  ---> Using cache
[POL]  ---> 1867115874df
[POL] Step 38/40 : ENV OSMPOL_AUTOSCALE_ENABLED True
[POL]  ---> Using cache
[POL]  ---> 41b0ad612b01
[POL] Step 39/40 : HEALTHCHECK --start-period=120s --interval=10s --timeout=5s --retries=5   CMD osm-pol-healthcheck || exit 1
[POL]  ---> Using cache
[POL]  ---> 950712dcb814
[POL] Step 40/40 : CMD /bin/bash scripts/start.sh
[POL]  ---> Using cache
[POL]  ---> 22cf383add95
[POL] [Warning] One or more build-args [PYTHON3_OSMCLIENT_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROSDN_TAPI_URL CACHE_DATE OSM_TESTS_URL PYTHON3_N2VC_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_NGUI_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_ROVIM_OPENVIM_URL OSM_DEVOPS_URL OSM_IMDOCS_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_GCP_URL] were not consumed
[POL] Successfully built 22cf383add95
[POL] Successfully tagged opensourcemano/pol:osm-master-12374
[Webhook]  ---> 9e08b586eaf8
[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]  ---> f83690669126
[Webhook] Step 15/21 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[Webhook]  ---> Using cache
[Webhook]  ---> 296dbddee9ff
[Webhook] Step 16/21 : COPY --from=INSTALL /usr/local/bin/uvicorn /usr/local/bin/uvicorn
[Webhook]  ---> Using cache
[Webhook]  ---> 0cdb54223900
[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]  ---> 42f16b2718cb
[Webhook] Step 18/21 : WORKDIR /app/osm_webhook_translator
[Webhook]  ---> Using cache
[Webhook]  ---> d7a3aac1331f
[Webhook] Step 19/21 : USER appuser
[Webhook]  ---> Using cache
[Webhook]  ---> e5f9f9ecd3c2
[Webhook] Step 20/21 : EXPOSE 9998
[Webhook]  ---> Using cache
[Webhook]  ---> 81ae5e782e09
[Webhook] Step 21/21 : CMD ["uvicorn", "osm_webhook_translator.main:app", "--host", "0.0.0.0", "--port", "9998"]
[Webhook]  ---> Using cache
[Webhook]  ---> 0843f5d73564
[Webhook] [Warning] One or more build-args [PYTHON3_N2VC_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROVIM_AZURE_URL OSM_DEVOPS_URL OSM_IMDOCS_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_TAPI_URL CACHE_DATE OSM_NGUI_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_TESTS_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_OPENVIM_URL] were not consumed
[Webhook] Successfully built 0843f5d73564
[Webhook] Successfully tagged opensourcemano/webhook:osm-master-12374
[osmclient]  ---> ca2b0f26964c
[osmclient] Step 2/31 : ARG APT_PROXY
[osmclient]  ---> Using cache
[osmclient]  ---> 498d7c24dd98
[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]  ---> c1c1bbc0455a
[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]  ---> 5b1b7ed74d46
[osmclient] Step 5/31 : ARG PYTHON3_OSM_IM_URL
[osmclient]  ---> Using cache
[osmclient]  ---> eb23ec351d91
[osmclient] Step 6/31 : ARG PYTHON3_OSMCLIENT_URL
[osmclient]  ---> Using cache
[osmclient]  ---> 8698ad1377c6
[osmclient] Step 7/31 : RUN curl $PYTHON3_OSM_IM_URL -o osm_im.deb
[osmclient]  ---> Using cache
[osmclient]  ---> 890a325b1956
[osmclient] Step 8/31 : RUN dpkg -i ./osm_im.deb
[osmclient]  ---> Using cache
[osmclient]  ---> f9da6757e624
[osmclient] Step 9/31 : RUN curl $PYTHON3_OSMCLIENT_URL -o osmclient.deb
[osmclient]  ---> Using cache
[osmclient]  ---> 48bcef86357d
[osmclient] Step 10/31 : RUN dpkg -i ./osmclient.deb
[osmclient]  ---> Using cache
[osmclient]  ---> e6aa7792e88f
[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]  ---> 349bd9788415
[osmclient] Step 12/31 : FROM ubuntu:22.04 as FINAL
[osmclient]  ---> ca2b0f26964c
[osmclient] Step 13/31 : ARG APT_PROXY
[osmclient]  ---> Using cache
[osmclient]  ---> 498d7c24dd98
[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]  ---> c1c1bbc0455a
[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]  ---> 2df5c3c36802
[osmclient] Step 16/31 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[osmclient]  ---> Using cache
[osmclient]  ---> 4553cbaa8823
[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]  ---> ec6106df6eed
[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]  ---> 78c86aa8d1d1
[osmclient] Step 19/31 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[osmclient]  ---> Using cache
[osmclient]  ---> 2af5efcb5a56
[osmclient] Step 20/31 : COPY --from=INSTALL /usr/bin/osm /usr/bin/osm
[osmclient]  ---> Using cache
[osmclient]  ---> 1664973f0632
[osmclient] Step 21/31 : COPY charm.sh /usr/sbin/charm
[osmclient]  ---> Using cache
[osmclient]  ---> 402750e25879
[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]  ---> 78a562f3a4f0
[osmclient] Step 23/31 : WORKDIR /app/osmclient
[osmclient]  ---> Using cache
[osmclient]  ---> 8e724cb91c20
[osmclient] Step 24/31 : USER appuser
[osmclient]  ---> Using cache
[osmclient]  ---> 9b9f575f0e4a
[osmclient] Step 25/31 : ENV LC_ALL=C.UTF-8
[osmclient]  ---> Using cache
[osmclient]  ---> f572c8addbd9
[osmclient] Step 26/31 : ENV LANG=C.UTF-8
[osmclient]  ---> Using cache
[osmclient]  ---> f9feaeb681e0
[osmclient] Step 27/31 : ENV OSM_HOSTNAME    nbi:9999
[osmclient]  ---> Using cache
[osmclient]  ---> 4a4d4599aa32
[osmclient] Step 28/31 : ENV OSM_USER        admin
[osmclient]  ---> Using cache
[osmclient]  ---> 9af7f50f5a1b
[osmclient] Step 29/31 : ENV OSM_PASSWORD    admin
[osmclient]  ---> Using cache
[osmclient]  ---> bb73f459c765
[osmclient] Step 30/31 : ENV OSM_PROJECT     admin
[osmclient]  ---> Using cache
[osmclient]  ---> 989218642f42
[osmclient] Step 31/31 : ENTRYPOINT [ "/bin/bash" ]
[osmclient]  ---> Using cache
[osmclient]  ---> 13a7fff06360
[osmclient] [Warning] One or more build-args [PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL CACHE_DATE OSM_DEVOPS_URL PYTHON3_OSM_POLICY_MODULE_URL OSM_TESTS_URL PYTHON3_N2VC_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_ODLOF_URL OSM_IMDOCS_URL OSM_NGUI_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL] were not consumed
[osmclient] Successfully built 13a7fff06360
[osmclient] Successfully tagged opensourcemano/osmclient:osm-master-12374
[MON]  ---> 3e076e88ccbe
[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]  ---> 1ff6b77d9078
[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]  ---> 4c196d079149
[MON] Step 23/56 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[MON]  ---> Using cache
[MON]  ---> 021000a4fc7c
[MON] Step 24/56 : COPY --from=INSTALL /usr/bin/osm* /usr/bin/
[LCM] [LCM] Running shell script
[LCM] + docker build --build-arg APT_PROXY=http://172.21.1.1:3142 -t opensourcemano/lcm:osm-master-12374 --build-arg CACHE_DATE=2024-03-25:14:55:18 --build-arg OSM_DEVOPS_URL=https://artifactory-osm.etsi.org/artifactory/osm-devops/master-staging/4113/pool/devops/osm-devops_15.0.0.post10-1_all.deb --build-arg PYTHON3_OSMCLIENT_URL=https://artifactory-osm.etsi.org/artifactory/osm-osmclient/master/698/pool/osmclient/python3-osmclient_11.0.0rc1.post63+g16cfdeb-1_all.deb --build-arg PYTHON3_OSM_MON_URL=https://artifactory-osm.etsi.org/artifactory/osm-MON/master/694/pool/MON/python3-osm-mon_11.0.0.post33+gd2ca114-1_all.deb --build-arg PYTHON3_N2VC_URL=https://artifactory-osm.etsi.org/artifactory/osm-N2VC/master/715/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/817/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/506/pool/common/python3-osm-common_15.0.0.post1+ga690b2c-1_all.deb --build-arg PYTHON3_OSM_LCM_URL=https://artifactory-osm.etsi.org/artifactory/osm-LCM/master/795/pool/LCM/python3-osm-lcm_9.0.0.post162+g9cd5345-1_all.deb --build-arg PYTHON3_OSM_IM_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/542/pool/IM/python3-osm-im_15.0.0.post1+g90ffed2-1_all.deb --build-arg OSM_IMDOCS_URL=https://artifactory-osm.etsi.org/artifactory/osm-IM/master/542/pool/IM/osm-imdocs_15.0.0.post1-g90ffed2_amd64.deb --build-arg PYTHON3_OSM_POLICY_MODULE_URL=https://artifactory-osm.etsi.org/artifactory/osm-POL/master/478/pool/POL/python3-osm-policy-module_11.0.0.post25+g055c4ee-1_all.deb --build-arg OSM_NGUI_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-UI/master/460/pool/NG-UI/osm-ngui_15.0.0-1_all.deb --build-arg PYTHON3_OSM_NGSA_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/417/pool/NG-SA/python3-osm-ngsa_15.0-1_all.deb --build-arg PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL=https://artifactory-osm.etsi.org/artifactory/osm-NG-SA/master/417/pool/NG-SA/python3-osm-webhook-translator_15.0-1_all.deb --build-arg PYTHON3_OSM_PLA_URL=https://artifactory-osm.etsi.org/artifactory/osm-PLA/master/414/pool/PLA/python3-osm-pla_11.0.0.post12+gfcdb2c4-1_all.deb --build-arg OSM_TESTS_URL=https://artifactory-osm.etsi.org/artifactory/osm-tests/master/601/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/929/pool/RO/python3-osm-rosdn-floodlightof_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AWS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-aws_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_TAPI_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-tapi_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ODLOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-odlof_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_IETFL2VPN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-ietfl2vpn_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOS_VPLS_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-onos-vpls_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_RO_PLUGIN_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-ro-plugin_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_GCP_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-gcp_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENVIM_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-openvim_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-arista-cloudvision_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DPB_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-dpb_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_NG_RO_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-ng-ro_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_DYNPAC_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-dynpac_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_AZURE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-azure_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_OPENSTACK_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-openstack_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-juniper-contrail_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROVIM_VMWARE_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rovim-vmware_9.0.0.post170+g8c89474-1_all.deb --build-arg PYTHON3_OSM_ROSDN_ONOSOF_URL=https://artifactory-osm.etsi.org/artifactory/osm-RO/master/929/pool/RO/python3-osm-rosdn-onosof_9.0.0.post170+g8c89474-1_all.deb .
[LCM] Sending build context to Docker daemon  10.24kB

[LCM] Step 1/58 : FROM ubuntu:22.04 as INSTALL
[LCM]  ---> ca2b0f26964c
[LCM] Step 2/58 : ARG APT_PROXY
[LCM]  ---> Using cache
[LCM]  ---> 498d7c24dd98
[LCM] Step 3/58 : 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
[LCM]  ---> Using cache
[LCM]  ---> c1c1bbc0455a
[LCM] Step 4/58 : 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/*
[LCM]  ---> Using cache
[LCM]  ---> 5b1b7ed74d46
[LCM] Step 5/58 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     apt-transport-https=2.4.*     gnupg2=2.2.*     openssh-client=1:8.*     && rm -rf /var/lib/apt/lists/*
[LCM]  ---> Using cache
[LCM]  ---> 91b9e84803fb
[LCM] Step 6/58 : RUN curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -     && echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee -a /etc/apt/sources.list.d/kubernetes.list     && apt-get update && apt-get install -y kubectl=1.26.5-00
[LCM]  ---> Running in 5cb695b054db
[Pipeline] [NG-UI] echo
[NG-UI] Tagging ng-ui:osm-master-12374
[Pipeline] [NG-UI] sh
[NG-UI] [NG-UI] Running shell script
[NG-UI] + docker tag opensourcemano/ng-ui:osm-master-12374 osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui:osm-master-12374
[Pipeline] [Airflow] echo
[Airflow] Tagging airflow:osm-master-12374
[Pipeline] [Airflow] sh
[Airflow] [Airflow] Running shell script
[Airflow] + docker tag opensourcemano/airflow:osm-master-12374 osm.etsi.org:5050/devops/cicd/opensourcemano/airflow:osm-master-12374
[Pipeline] [Prometheus] echo
[MON]  ---> Using cache
[MON]  ---> 5e337287e7d7
[MON] Step 25/56 : COPY --from=INSTALL /usr/bin/scp /usr/bin/scp
[MON]  ---> Using cache
[MON]  ---> 8aed7da9ec8e
[MON] Step 26/56 : COPY --from=INSTALL /usr/bin/ssh-keygen /usr/bin/ssh-keygen
[MON]  ---> Using cache
[MON]  ---> ad58dc14c293
[MON] Step 27/56 : COPY --from=INSTALL /usr/bin/ssh /usr/bin/ssh
[MON]  ---> Using cache
[MON]  ---> c7c8ec5a9112
[MON] Step 28/56 : COPY --from=INSTALL /usr/lib/x86_64-linux-gnu/ /usr/lib/x86_64-linux-gnu/
[MON]  ---> Using cache
[Prometheus] Tagging prometheus:osm-master-12374
[Pipeline] [Prometheus] sh
[Prometheus] [Prometheus] Running shell script
[PLA]  ---> Using cache
[PLA]  ---> 7cc1a6ac8c96
[PLA] Step 13/39 : RUN tar -zxf /minizinc.tgz &&     mv /MiniZincIDE-2.4.2-bundle-linux /minizinc
[PLA]  ---> Using cache
[PLA]  ---> 67470f4e11d4
[PLA] Step 14/39 : FROM ubuntu:22.04 as FINAL
[PLA]  ---> ca2b0f26964c
[PLA] Step 15/39 : ARG APT_PROXY
[PLA]  ---> Using cache
[PLA]  ---> 498d7c24dd98
[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]  ---> c1c1bbc0455a
[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]  ---> 2df5c3c36802
[PLA] Step 18/39 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[PLA]  ---> Using cache
[PLA]  ---> 2d937865c3ea
[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]  ---> 4b901ab8ac67
[PLA] Step 20/39 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[PLA]  ---> Using cache
[PLA]  ---> 49e36f1d8169
[PLA] Step 21/39 : LABEL authors="Lars-Göran Magnusson"
[PLA]  ---> Using cache
[PLA]  ---> 24569ef1525c
[PLA] Step 22/39 : COPY --from=INSTALL /usr/bin/osm* /usr/bin/
[Prometheus] + docker tag opensourcemano/prometheus:osm-master-12374 osm.etsi.org:5050/devops/cicd/opensourcemano/prometheus:osm-master-12374
[Keystone] Tagging keystone:osm-master-12374
[Pipeline] [Keystone] echo
[Pipeline] [Keystone] sh
[PLA]  ---> Using cache
[PLA]  ---> ea2718fdedf8
[PLA] Step 23/39 : COPY --from=INSTALL /minizinc /minizinc
[PLA]  ---> Using cache
[PLA]  ---> 3dfa401d740a
[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]  ---> 3875d31548c9
[PLA] Step 25/39 : COPY scripts/ /app/osm_pla/scripts/
[PLA]  ---> Using cache
[PLA]  ---> f59356f89a9f
[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]  ---> 80626f1391ae
[PLA] Step 27/39 : WORKDIR /app/osm_pla
[PLA]  ---> Using cache
[PLA]  ---> 3543f4f6667e
[PLA] Step 28/39 : USER appuser
[PLA]  ---> Using cache
[PLA]  ---> c86a5ceaabd1
[PLA] Step 29/39 : ENV OSMPLA_MESSAGE_DRIVER kafka
[PLA]  ---> Using cache
[PLA]  ---> 44e812000bd3
[PLA] Step 30/39 : ENV OSMPLA_MESSAGE_HOST kafka
[PLA]  ---> Using cache
[PLA]  ---> e74847127559
[PLA] Step 31/39 : ENV OSMPLA_MESSAGE_PORT 9092
[PLA]  ---> Using cache
[PLA]  ---> 6563b817641a
[PLA] Step 32/39 : ENV OSMPLA_DATABASE_DRIVER mongo
[PLA]  ---> Using cache
[PLA]  ---> 4fd23b3f5b36
[PLA] Step 33/39 : ENV OSMPLA_DATABASE_URI mongodb://mongo:27017
[PLA]  ---> Using cache
[PLA]  ---> 9ba7a3ddba35
[PLA] Step 34/39 : ENV OSMPLA_SQL_DATABASE_URI sqlite:///pla_sqlite.db
[PLA]  ---> Using cache
[PLA]  ---> 452dc23dfd57
[PLA] Step 35/39 : ENV OSMPLA_GLOBAL_LOG_LEVEL INFO
[PLA]  ---> Using cache
[PLA]  ---> 3083228cf218
[PLA] Step 36/39 : ENV FZNEXEC "/entry_data/fzn-exec"
[PLA]  ---> Using cache
[PLA]  ---> 73e9592c191c
[PLA] Step 37/39 : ENV PATH "/minizinc/bin:${PATH}"
[PLA]  ---> Using cache
[PLA]  ---> f66c12a6aded
[PLA] Step 38/39 : ENV LD_LIBRARY_PATH "/minizinc/lib:${LD_LIBRARY_PATH}"
[PLA]  ---> Using cache
[PLA]  ---> 990e2ecc1664
[PLA] Step 39/39 : CMD [ "/bin/bash", "scripts/start.sh" ]
[PLA]  ---> Using cache
[PLA]  ---> 0db32fe8a4b4
[PLA] [Warning] One or more build-args [OSM_IMDOCS_URL PYTHON3_N2VC_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_NGUI_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_AWS_URL CACHE_DATE PYTHON3_OSMCLIENT_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_OPENVIM_URL OSM_DEVOPS_URL OSM_TESTS_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_ROSDN_DYNPAC_URL] were not consumed
[PLA] Successfully built 0db32fe8a4b4
[PLA] Successfully tagged opensourcemano/pla:osm-master-12374
[MON]  ---> 06dd712220d8
[MON] Step 29/56 : COPY --from=INSTALL /lib/x86_64-linux-gnu/ /lib/x86_64-linux-gnu/
[MON]  ---> Using cache
[MON]  ---> 5cefaa9372bd
[MON] Step 30/56 : COPY scripts/ /app/osm_mon/scripts/
[MON]  ---> Using cache
[MON]  ---> 972ca063ff2d
[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]  ---> 89a83bdd9566
[MON] Step 32/56 : WORKDIR /app/osm_mon
[MON]  ---> Using cache
[MON]  ---> 71c22ffdae2d
[MON] Step 33/56 : USER appuser
[MON]  ---> Using cache
[MON]  ---> c8850e434057
[MON] Step 34/56 : ENV OSMMON_MESSAGE_DRIVER kafka
[MON]  ---> Using cache
[MON]  ---> ba2a841de225
[MON] Step 35/56 : ENV OSMMON_MESSAGE_HOST kafka
[MON]  ---> Using cache
[MON]  ---> a6393bec9497
[MON] Step 36/56 : ENV OSMMON_MESSAGE_PORT 9092
[MON]  ---> Using cache
[MON]  ---> cd1a47dbfbfb
[MON] Step 37/56 : ENV OSMMON_DATABASE_DRIVER mongo
[MON]  ---> Using cache
[MON]  ---> 9071e28f8f26
[MON] Step 38/56 : ENV OSMMON_DATABASE_URI mongodb://mongo:27017
[MON]  ---> Using cache
[MON]  ---> ca5134cdaedc
[MON] Step 39/56 : ENV OSMMON_SQL_DATABASE_URI sqlite:///mon_sqlite.db
[MON]  ---> Using cache
[MON]  ---> 114b1bcf0d95
[MON] Step 40/56 : ENV OSMMON_OPENSTACK_DEFAULT_GRANULARITY 300
[MON]  ---> Using cache
[MON]  ---> a6cf3018109f
[MON] Step 41/56 : ENV OSMMON_GLOBAL_REQUEST_TIMEOUT 10
[MON]  ---> Using cache
[MON]  ---> ab34e5c5e4e0
[MON] Step 42/56 : ENV OSMMON_GLOBAL_LOGLEVEL INFO
[MON]  ---> Using cache
[MON]  ---> dbb818a04b64
[MON] Step 43/56 : ENV OSMMON_VCA_HOST localhost
[MON]  ---> Using cache
[MON]  ---> 481d048f507e
[MON] Step 44/56 : ENV OSMMON_VCA_SECRET secret
[MON]  ---> Using cache
[MON]  ---> 358dfd945bcd
[MON] Step 45/56 : ENV OSMMON_VCA_USER admin
[MON]  ---> Using cache
[MON]  ---> 719a2e73eef5
[MON] Step 46/56 : ENV OSMMON_VCA_CACERT cacert
[MON]  ---> Using cache
[MON]  ---> 0630313d8a3f
[MON] Step 47/56 : ENV OSMMON_DATABASE_COMMONKEY changeme
[MON]  ---> Using cache
[MON]  ---> 547733b79134
[MON] Step 48/56 : ENV OSMMON_COLLECTOR_INTERVAL 30
[MON]  ---> Using cache
[MON]  ---> bfa4a520f9c9
[MON] Step 49/56 : ENV OSMMON_EVALUATOR_INTERVAL 30
[MON]  ---> Using cache
[MON]  ---> 9dd1394c580e
[MON] Step 50/56 : ENV OSMMON_PROMETHEUS_URL http://prometheus:9090
[MON]  ---> Using cache
[MON]  ---> 67d7682e259e
[MON] Step 51/56 : ENV OSMMON_GRAFANA_URL http://grafana:3000
[MON]  ---> Using cache
[MON]  ---> 907f8fa933ab
[MON] Step 52/56 : ENV OSMMON_GRAFANA_USER admin
[MON]  ---> Using cache
[MON]  ---> c58f3ea46c22
[MON] Step 53/56 : ENV OSMMON_GRAFANA_PASSWORD admin
[MON]  ---> Using cache
[MON]  ---> 2a2a86be1310
[MON] Step 54/56 : EXPOSE 8000
[MON]  ---> Using cache
[MON]  ---> 5a518cb1df8c
[MON] Step 55/56 : HEALTHCHECK --start-period=120s --interval=5s --timeout=2s --retries=12  CMD osm-mon-healthcheck || exit 1
[MON]  ---> Using cache
[MON]  ---> b74c8b5455a1
[MON] Step 56/56 : CMD /bin/bash scripts/start.sh
[MON]  ---> Using cache
[MON]  ---> ad8d5be70a2a
[MON] [Warning] One or more build-args [PYTHON3_OSM_IM_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_IMDOCS_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_TESTS_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_NBI_URL OSM_NGUI_URL CACHE_DATE PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_ONOSOF_URL OSM_DEVOPS_URL] were not consumed
[MON] Successfully built ad8d5be70a2a
[MON] Successfully tagged opensourcemano/mon:osm-master-12374
[LCM] Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
[LCM] OK
[LCM] deb https://apt.kubernetes.io/ kubernetes-xenial main
[LCM] Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
[LCM] Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
[LCM] Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
[LCM] Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
[LCM] Get:6 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
[LCM] Ign:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease
[LCM] Err:7 https://packages.cloud.google.com/apt kubernetes-xenial Release
[LCM]   404  Not Found [IP: 172.21.1.1 3142]
[LCM] Get:8 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
[LCM] Get:9 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
[LCM] Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
[Keystone] [Keystone] Running shell script
[Keystone] + docker tag opensourcemano/keystone:osm-master-12374 osm.etsi.org:5050/devops/cicd/opensourcemano/keystone:osm-master-12374
[Pipeline] [NG-UI] sh
[LCM] Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2085 kB]
[LCM] Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [50.4 kB]
[LCM] Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1902 kB]
[LCM] Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1356 kB]
[LCM] Get:15 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [33.3 kB]
[LCM] Get:16 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [80.9 kB]
[NG-UI] [NG-UI] Running shell script
[NG-UI] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui:osm-master-12374
[NG-UI] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui]
[NG-UI] 447bf6049f70: Preparing
[NG-UI] 7dea039fee64: Preparing
[NG-UI] 704bdc36de62: Preparing
[NG-UI] 3cf6c43972b6: Preparing
[NG-UI] 45999bb9c3a5: Preparing
[NG-UI] e0fd7c5858a1: Preparing
[NG-UI] 5498e8c22f69: Preparing
[NG-UI] e0fd7c5858a1: Waiting
[NG-UI] 5498e8c22f69: Waiting
[NG-UI] 45999bb9c3a5: Layer already exists
[NG-UI] 704bdc36de62: Layer already exists
[NG-UI] 3cf6c43972b6: Layer already exists
[NG-UI] 7dea039fee64: Layer already exists
[NG-UI] 447bf6049f70: Layer already exists
[NG-UI] e0fd7c5858a1: Layer already exists
[NG-UI] 5498e8c22f69: Layer already exists
[NG-UI] osm-master-12374: digest: sha256:c5155c1bc62f2e74462538134f7e7a6206c9ba33cc5dd323a9546edf45509d15 size: 1780
[Pipeline] [RO] echo
[RO] Tagging ro:osm-master-12374
[Pipeline] [RO] sh
[RO] [RO] Running shell script
[RO] + docker tag opensourcemano/ro:osm-master-12374 osm.etsi.org:5050/devops/cicd/opensourcemano/ro:osm-master-12374
[Pipeline] [NBI] echo
[NBI] Tagging nbi:osm-master-12374
[Pipeline] [NBI] sh
[NBI] [NBI] Running shell script
[NBI] + docker tag opensourcemano/nbi:osm-master-12374 osm.etsi.org:5050/devops/cicd/opensourcemano/nbi:osm-master-12374
[Pipeline] [POL] echo
[POL] Tagging pol:osm-master-12374
[Pipeline] [POL] sh
[POL] [POL] Running shell script
[POL] + docker tag opensourcemano/pol:osm-master-12374 osm.etsi.org:5050/devops/cicd/opensourcemano/pol:osm-master-12374
[Pipeline] [Webhook] echo
[Webhook] Tagging webhook:osm-master-12374
[Pipeline] [Webhook] sh
[Webhook] [Webhook] Running shell script
[Webhook] + docker tag opensourcemano/webhook:osm-master-12374 osm.etsi.org:5050/devops/cicd/opensourcemano/webhook:osm-master-12374
[Pipeline] [osmclient] echo
[osmclient] Tagging osmclient:osm-master-12374
[Pipeline] [osmclient] sh
[osmclient] [osmclient] Running shell script
[osmclient] + docker tag opensourcemano/osmclient:osm-master-12374 osm.etsi.org:5050/devops/cicd/opensourcemano/osmclient:osm-master-12374
[Pipeline] [Airflow] sh
[Airflow] [Airflow] Running shell script
[Airflow] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/airflow:osm-master-12374
[Airflow] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/airflow]
[Airflow] 58d4dc274186: Preparing
[Airflow] 720261ccb1fb: Preparing
[Airflow] c98096814274: Preparing
[Airflow] 816f6eddfab1: Preparing
[Airflow] 859a01200810: Preparing
[Airflow] 3df8800b4968: Preparing
[Airflow] 3616fea03f08: Preparing
[Airflow] de9d93ba9fd4: Preparing
[Airflow] 8c6bdbc894b2: Preparing
[Airflow] ef1cfa958553: Preparing
[Airflow] ad4f8f518f01: Preparing
[Airflow] 4828a6c451df: Preparing
[Airflow] fa9ab046628c: Preparing
[Airflow] 5f70bf18a086: Preparing
[Airflow] 8b4250c5d64d: Preparing
[Airflow] af7b571f7ca8: Preparing
[Airflow] c57e7b07a3b2: Preparing
[Airflow] f280206a86b2: Preparing
[Airflow] feb06c5db7c4: Preparing
[Airflow] b082288f25e1: Preparing
[Airflow] 79d83185dd32: Preparing
[Airflow] ab84691a2eba: Preparing
[Airflow] 30baed22bc16: Preparing
[Airflow] 26f2bb17348b: Preparing
[Airflow] 15b3067dc4be: Preparing
[Airflow] db70c9ea5e22: Preparing
[Airflow] 31152b74f256: Preparing
[Airflow] 8a2adc4b2731: Preparing
[Airflow] 7766968e5876: Preparing
[Airflow] 16af49539099: Preparing
[Airflow] 219c6c2423f1: Preparing
[Airflow] 3af14c9a24c9: Preparing
[Airflow] c57e7b07a3b2: Waiting
[Airflow] ab84691a2eba: Waiting
[Airflow] f280206a86b2: Waiting
[Airflow] b082288f25e1: Waiting
[Airflow] feb06c5db7c4: Waiting
[Airflow] 79d83185dd32: Waiting
[Airflow] 30baed22bc16: Waiting
[Airflow] 15b3067dc4be: Waiting
[Airflow] 31152b74f256: Waiting
[Airflow] db70c9ea5e22: Waiting
[Airflow] 8a2adc4b2731: Waiting
[Airflow] 26f2bb17348b: Waiting
[Airflow] 7766968e5876: Waiting
[Airflow] 219c6c2423f1: Waiting
[Airflow] 8c6bdbc894b2: Waiting
[Airflow] 16af49539099: Waiting
[Airflow] 3af14c9a24c9: Waiting
[Airflow] ef1cfa958553: Waiting
[Airflow] ad4f8f518f01: Waiting
[Airflow] 4828a6c451df: Waiting
[Airflow] fa9ab046628c: Waiting
[Airflow] 5f70bf18a086: Waiting
[Airflow] 3df8800b4968: Waiting
[Airflow] de9d93ba9fd4: Waiting
[Airflow] 3616fea03f08: Waiting
[Airflow] 8b4250c5d64d: Waiting
[Airflow] af7b571f7ca8: Waiting
[Pipeline] [Prometheus] sh
[LCM] Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1080 kB]
[LCM] Get:18 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1619 kB]
[LCM] Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.6 kB]
[LCM] Get:20 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2037 kB]
[Airflow] 58d4dc274186: Layer already exists
[Airflow] 859a01200810: Layer already exists
[Airflow] 720261ccb1fb: Layer already exists
[Airflow] 816f6eddfab1: Layer already exists
[Airflow] c98096814274: Layer already exists
[Airflow] 3df8800b4968: Layer already exists
[Airflow] ef1cfa958553: Layer already exists
[Airflow] 3616fea03f08: Layer already exists
[Airflow] de9d93ba9fd4: Layer already exists
[Airflow] 8c6bdbc894b2: Layer already exists
[Airflow] 5f70bf18a086: Layer already exists
[Airflow] 8b4250c5d64d: Layer already exists
[Airflow] 4828a6c451df: Layer already exists
[Airflow] fa9ab046628c: Layer already exists
[Airflow] ad4f8f518f01: Layer already exists
[Airflow] f280206a86b2: Layer already exists
[Airflow] c57e7b07a3b2: Layer already exists
[Airflow] feb06c5db7c4: Layer already exists
[Airflow] af7b571f7ca8: Layer already exists
[Airflow] b082288f25e1: Layer already exists
[Airflow] 30baed22bc16: Layer already exists
[Airflow] 26f2bb17348b: Layer already exists
[Airflow] 15b3067dc4be: Layer already exists
[Airflow] 79d83185dd32: Layer already exists
[Airflow] ab84691a2eba: Layer already exists
[Airflow] db70c9ea5e22: Layer already exists
[Airflow] 31152b74f256: Layer already exists
[Airflow] 7766968e5876: Layer already exists
[Airflow] 16af49539099: Layer already exists
[Airflow] 8a2adc4b2731: Layer already exists
[Airflow] 3af14c9a24c9: Layer already exists
[Airflow] 219c6c2423f1: Layer already exists
[Airflow] osm-master-12374: digest: sha256:c98f23cdfe33f4bff505605cd34d14820deb31824f141d7627362a8c19ab9631 size: 7006
[Prometheus] [Prometheus] Running shell script
[Prometheus] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/prometheus:osm-master-12374
[Prometheus] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/prometheus]
[Prometheus] 6b2edad43a74: Preparing
[Prometheus] 6b2edad43a74: Waiting
[Prometheus] 9767f9f6f576: Preparing
[Prometheus] 8fff82f08f07: Preparing
[Prometheus] 0f7eb4ddbb94: Preparing
[Prometheus] bcf931b51217: Preparing
[Prometheus] b6f975b275ed: Preparing
[Prometheus] 9a6b1661f2d4: Preparing
[Prometheus] e077e19b6682: Preparing
[Prometheus] 21e1c4948146: Preparing
[Prometheus] 9767f9f6f576: Waiting
[Prometheus] 8fff82f08f07: Waiting
[Prometheus] 68866beb2ed2: Preparing
[Prometheus] 0f7eb4ddbb94: Waiting
[Prometheus] e6e2ab10dba6: Preparing
[Prometheus] bcf931b51217: Waiting
[Prometheus] 0238a1790324: Preparing
[Prometheus] b6f975b275ed: Waiting
[Prometheus] e077e19b6682: Waiting
[Prometheus] 68866beb2ed2: Waiting
[Prometheus] 21e1c4948146: Waiting
[Prometheus] e6e2ab10dba6: Waiting
[Prometheus] 9767f9f6f576: Layer already exists
[Prometheus] 8fff82f08f07: Layer already exists
[Prometheus] bcf931b51217: Layer already exists
[Prometheus] 6b2edad43a74: Layer already exists
[Prometheus] 0f7eb4ddbb94: Layer already exists
[Prometheus] e077e19b6682: Layer already exists
[Prometheus] 9a6b1661f2d4: Layer already exists
[Prometheus] 21e1c4948146: Layer already exists
[Prometheus] 68866beb2ed2: Layer already exists
[Prometheus] b6f975b275ed: Layer already exists
[Prometheus] 0238a1790324: Layer already exists
[Prometheus] e6e2ab10dba6: Layer already exists
[Prometheus] osm-master-12374: digest: sha256:567a933e9e8b1cdd8293e130317ef5b810d8e99514f9fe6e50154306c363c5af size: 2841
[Pipeline] [NG-UI] }
[Pipeline] [PLA] echo
[PLA] Tagging pla:osm-master-12374
[Pipeline] [PLA] sh
[PLA] [PLA] Running shell script
[PLA] + docker tag opensourcemano/pla:osm-master-12374 osm.etsi.org:5050/devops/cicd/opensourcemano/pla:osm-master-12374
[Pipeline] [RO] sh
[RO] [RO] Running shell script
[RO] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/ro:osm-master-12374
[RO] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/ro]
[RO] 5dac3f2a4b7e: Preparing
[RO] 24ab2dc90a38: Preparing
[RO] 4de4ffc740db: Preparing
[RO] 868afcb2d25b: Preparing
[RO] 0bf85d4f1724: Preparing
[RO] 982121708455: Preparing
[RO] 755e399dca0b: Preparing
[RO] e0fd7c5858a1: Preparing
[RO] 5498e8c22f69: Preparing
[RO] 982121708455: Waiting
[RO] 755e399dca0b: Waiting
[RO] e0fd7c5858a1: Waiting
[RO] 5498e8c22f69: Waiting
[RO] 4de4ffc740db: Layer already exists
[RO] 24ab2dc90a38: Layer already exists
[RO] 0bf85d4f1724: Layer already exists
[RO] 868afcb2d25b: Layer already exists
[RO] 5dac3f2a4b7e: Layer already exists
[RO] e0fd7c5858a1: Layer already exists
[RO] 982121708455: Layer already exists
[RO] 5498e8c22f69: Layer already exists
[RO] 755e399dca0b: Layer already exists
[RO] osm-master-12374: digest: sha256:20c48979df5e1c8ce2e40c8bbd65e272d807acecc7f0b3f0c33dc339d4c5af2c size: 2204
[Pipeline] [NBI] sh
[NBI] [NBI] Running shell script
[NBI] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/nbi:osm-master-12374
[NBI] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/nbi]
[NBI] 3c8fc37e1404: Preparing
[NBI] d63dbb2bc5fa: Preparing
[NBI] ec0fa042f7c6: Preparing
[NBI] 2d82c25bbc71: Preparing
[NBI] 20deaa0418ad: Preparing
[NBI] bcb50af20262: Preparing
[NBI] dcd8ef4fbdf1: Preparing
[NBI] 755e399dca0b: Preparing
[NBI] e0fd7c5858a1: Preparing
[NBI] 5498e8c22f69: Preparing
[NBI] 3c8fc37e1404: Waiting
[NBI] d63dbb2bc5fa: Waiting
[NBI] ec0fa042f7c6: Waiting
[NBI] 2d82c25bbc71: Waiting
[NBI] 20deaa0418ad: Waiting
[NBI] bcb50af20262: Waiting
[NBI] dcd8ef4fbdf1: Waiting
[NBI] 755e399dca0b: Waiting
[NBI] e0fd7c5858a1: Waiting
[NBI] 5498e8c22f69: Waiting
[Pipeline] [Keystone] sh
[Keystone] [Keystone] Running shell script
[Keystone] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/keystone:osm-master-12374
[Keystone] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/keystone]
[Keystone] 254aaff126ef: Preparing
[Keystone] c6c98fc555d4: Preparing
[Keystone] d6d1e5ddc3a5: Preparing
[Keystone] 17f8f8b1fd76: Preparing
[Keystone] 4eaef8430ee4: Preparing
[Keystone] e0fd7c5858a1: Preparing
[Keystone] 5498e8c22f69: Preparing
[Keystone] 254aaff126ef: Waiting
[Keystone] c6c98fc555d4: Waiting
[Keystone] d6d1e5ddc3a5: Waiting
[Keystone] 17f8f8b1fd76: Waiting
[Keystone] 4eaef8430ee4: Waiting
[Keystone] e0fd7c5858a1: Waiting
[Keystone] 5498e8c22f69: Waiting
[Pipeline] [MON] echo
[MON] Tagging mon:osm-master-12374
[Pipeline] [MON] sh
[NBI] 2d82c25bbc71: Layer already exists
[NBI] ec0fa042f7c6: Layer already exists
[NBI] d63dbb2bc5fa: Layer already exists
[NBI] 3c8fc37e1404: Layer already exists
[NBI] 20deaa0418ad: Layer already exists
[NBI] dcd8ef4fbdf1: Layer already exists
[NBI] 755e399dca0b: Layer already exists
[NBI] e0fd7c5858a1: Layer already exists
[NBI] bcb50af20262: Layer already exists
[NBI] 5498e8c22f69: Layer already exists
[NBI] osm-master-12374: digest: sha256:b2bd113f2956cb21a087dbe7698418d10c39d649f96f2c1341a30dbd4f56c338 size: 2411
[Keystone] 4eaef8430ee4: Layer already exists
[Keystone] c6c98fc555d4: Layer already exists
[Keystone] 17f8f8b1fd76: Layer already exists
[Keystone] 254aaff126ef: Layer already exists
[Keystone] d6d1e5ddc3a5: Layer already exists
[Keystone] 5498e8c22f69: Layer already exists
[Keystone] e0fd7c5858a1: Layer already exists
[Keystone] osm-master-12374: digest: sha256:cf9339f2640504b8e233026558bdfc1ed0df583b9b92502e8f76a9926cad98c5 size: 1782
[MON] [MON] Running shell script
[MON] + docker tag opensourcemano/mon:osm-master-12374 osm.etsi.org:5050/devops/cicd/opensourcemano/mon:osm-master-12374
[Pipeline] [POL] sh
[POL] [POL] Running shell script
[Pipeline] [Webhook] sh
[Webhook] [Webhook] Running shell script
[Pipeline] [osmclient] sh
[POL] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/pol:osm-master-12374
[POL] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/pol]
[POL] c5b31ea91985: Preparing
[POL] 62f1ade3dcb9: Preparing
[POL] d2ddbbb6e50d: Preparing
[POL] 9aab8e57fa1f: Preparing
[POL] 1b03443e8e3b: Preparing
[POL] fcfdaabc9152: Preparing
[POL] f06f325f7c78: Preparing
[POL] dd34c8577c01: Preparing
[POL] c2fd7763429b: Preparing
[POL] 5424ccc4ba6f: Preparing
[POL] 138c3ce7dc00: Preparing
[POL] 755e399dca0b: Preparing
[POL] e0fd7c5858a1: Preparing
[POL] 5498e8c22f69: Preparing
[POL] fcfdaabc9152: Waiting
[POL] f06f325f7c78: Waiting
[POL] dd34c8577c01: Waiting
[POL] c2fd7763429b: Waiting
[POL] 5424ccc4ba6f: Waiting
[POL] 755e399dca0b: Waiting
[POL] e0fd7c5858a1: Waiting
[POL] 5498e8c22f69: Waiting
[osmclient] [osmclient] Running shell script
[Pipeline] [NG-UI] // dir
[POL] d2ddbbb6e50d: Layer already exists
[POL] 9aab8e57fa1f: Layer already exists
[POL] 62f1ade3dcb9: Layer already exists
[POL] 1b03443e8e3b: Layer already exists
[POL] c5b31ea91985: Layer already exists
[POL] 5424ccc4ba6f: Layer already exists
[POL] fcfdaabc9152: Layer already exists
[POL] f06f325f7c78: Layer already exists
[POL] dd34c8577c01: Layer already exists
[POL] c2fd7763429b: Layer already exists
[POL] 138c3ce7dc00: Layer already exists
[POL] 755e399dca0b: Layer already exists
[POL] 5498e8c22f69: Layer already exists
[POL] e0fd7c5858a1: Layer already exists
[POL] osm-master-12374: digest: sha256:0dbaa5138ee71599c922545d354f89b18401f64473c14182dedb519915e657cf size: 3252
[Webhook] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/webhook:osm-master-12374
[Webhook] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/webhook]
[Webhook] ed8b75231d2a: Preparing
[Webhook] 98bbcbe7857a: Preparing
[Webhook] c77f2747b891: Preparing
[Webhook] 19b9bbaba78f: Preparing
[Webhook] b53da076fd00: Preparing
[Webhook] 755e399dca0b: Preparing
[Webhook] e0fd7c5858a1: Preparing
[Webhook] 5498e8c22f69: Preparing
[Webhook] ed8b75231d2a: Waiting
[Webhook] 98bbcbe7857a: Waiting
[Webhook] c77f2747b891: Waiting
[Webhook] 19b9bbaba78f: Waiting
[Webhook] b53da076fd00: Waiting
[Webhook] 755e399dca0b: Waiting
[Webhook] e0fd7c5858a1: Waiting
[Webhook] 5498e8c22f69: Waiting
[osmclient] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/osmclient:osm-master-12374
[osmclient] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/osmclient]
[osmclient] 1e9159d0eb2e: Preparing
[osmclient] 3795937c40c1: Preparing
[osmclient] d7ecdaed6beb: Preparing
[osmclient] ab634c86bee7: Preparing
[osmclient] 39547ee899f9: Preparing
[osmclient] 84a0ff6db492: Preparing
[osmclient] f690f02d8a4f: Preparing
[osmclient] 755e399dca0b: Preparing
[osmclient] e0fd7c5858a1: Preparing
[osmclient] 5498e8c22f69: Preparing
[osmclient] 39547ee899f9: Waiting
[osmclient] 84a0ff6db492: Waiting
[osmclient] f690f02d8a4f: Waiting
[osmclient] 755e399dca0b: Waiting
[osmclient] e0fd7c5858a1: Waiting
[osmclient] 5498e8c22f69: Waiting
[Pipeline] [NG-UI] }
[Pipeline] [PLA] sh
[Webhook] ed8b75231d2a: Layer already exists
[Webhook] 98bbcbe7857a: Layer already exists
[Webhook] 19b9bbaba78f: Layer already exists
[Webhook] c77f2747b891: Layer already exists
[Webhook] b53da076fd00: Layer already exists
[Webhook] e0fd7c5858a1: Layer already exists
[Webhook] 755e399dca0b: Layer already exists
[Webhook] 5498e8c22f69: Layer already exists
[Webhook] osm-master-12374: digest: sha256:822ea066eaae1a70b7ad39257645fabd3853d30f1fb50d93257d969c8d546a08 size: 1992
[PLA] [PLA] Running shell script
[Pipeline] [RO] }
[Pipeline] [Airflow] }
[Pipeline] [Prometheus] }
[osmclient] 3795937c40c1: Layer already exists
[osmclient] 39547ee899f9: Layer already exists
[osmclient] 1e9159d0eb2e: Layer already exists
[osmclient] ab634c86bee7: Layer already exists
[osmclient] d7ecdaed6beb: Layer already exists
[osmclient] 84a0ff6db492: Layer already exists
[osmclient] 5498e8c22f69: Layer already exists
[osmclient] f690f02d8a4f: Layer already exists
[osmclient] 755e399dca0b: Layer already exists
[osmclient] e0fd7c5858a1: Layer already exists
[osmclient] osm-master-12374: digest: sha256:26b30bdd0bcc62cc17754a97f881a9fd2c87f45d44e03f32b58b300f006fb72c size: 2410
[PLA] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/pla:osm-master-12374
[PLA] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/pla]
[PLA] 47f7fa2c696b: Preparing
[PLA] 9a0b28f64275: Preparing
[PLA] 6b024bc1993e: Preparing
[PLA] 9726437ba6b8: Preparing
[PLA] 5b527e8f0849: Preparing
[PLA] f6da79efbe2d: Preparing
[PLA] 05fe0df69d4e: Preparing
[PLA] 6d17f7c040a7: Preparing
[PLA] 755e399dca0b: Preparing
[PLA] e0fd7c5858a1: Preparing
[PLA] 5498e8c22f69: Preparing
[PLA] f6da79efbe2d: Waiting
[PLA] 05fe0df69d4e: Waiting
[PLA] e0fd7c5858a1: Waiting
[PLA] 6d17f7c040a7: Waiting
[PLA] 755e399dca0b: Waiting
[PLA] 5498e8c22f69: Waiting
[Pipeline] [NBI] }
[Pipeline] [Keystone] }
[Pipeline] [MON] sh
[MON] [MON] Running shell script
[Pipeline] [RO] // dir
[PLA] 6b024bc1993e: Layer already exists
[PLA] 9726437ba6b8: Layer already exists
[PLA] 47f7fa2c696b: Layer already exists
[PLA] 5b527e8f0849: Layer already exists
[PLA] 9a0b28f64275: Layer already exists
[PLA] 755e399dca0b: Layer already exists
[PLA] 6d17f7c040a7: Layer already exists
[PLA] e0fd7c5858a1: Layer already exists
[PLA] f6da79efbe2d: Layer already exists
[PLA] 05fe0df69d4e: Layer already exists
[PLA] 5498e8c22f69: Layer already exists
[PLA] osm-master-12374: digest: sha256:3c02cb67fd44474928b587d2060bdd11775dd0c52d92f0a16300a0087358ce8c size: 2625
[Pipeline] [Airflow] // dir
[MON] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/mon:osm-master-12374
[MON] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/mon]
[MON] 3df25d89ed8c: Preparing
[MON] 971ca61acca3: Preparing
[MON] 40ae4fe1c9fb: Preparing
[MON] 44321f9d68dc: Preparing
[MON] ef45d1934840: Preparing
[MON] 5fcbf1b22f82: Preparing
[MON] 671baf899ff7: Preparing
[MON] ed167c56096a: Preparing
[MON] 868afcb2d25b: Preparing
[MON] c7da27f38c52: Preparing
[MON] aa2bf8e31ee7: Preparing
[MON] f5e895edb77d: Preparing
[MON] 755e399dca0b: Preparing
[MON] e0fd7c5858a1: Preparing
[MON] 5fcbf1b22f82: Waiting
[MON] 5498e8c22f69: Preparing
[MON] 671baf899ff7: Waiting
[MON] ed167c56096a: Waiting
[MON] c7da27f38c52: Waiting
[MON] 868afcb2d25b: Waiting
[MON] aa2bf8e31ee7: Waiting
[MON] f5e895edb77d: Waiting
[MON] 755e399dca0b: Waiting
[MON] e0fd7c5858a1: Waiting
[MON] 5498e8c22f69: Waiting
[Pipeline] [Prometheus] // dir
[Pipeline] [RO] }
[Pipeline] [Airflow] }
[Pipeline] [Prometheus] }
[Pipeline] [POL] }
[Pipeline] [Webhook] }
[Pipeline] [NBI] // dir
[Pipeline] [Keystone] // dir
[LCM] Reading package lists...
[LCM] E: The repository 'https://apt.kubernetes.io kubernetes-xenial Release' does not have a Release file.
[MON] ef45d1934840: Layer already exists
[MON] 44321f9d68dc: Layer already exists
[MON] 3df25d89ed8c: Layer already exists
[MON] 971ca61acca3: Layer already exists
[MON] 40ae4fe1c9fb: Layer already exists
[MON] c7da27f38c52: Layer already exists
[MON] 671baf899ff7: Layer already exists
[MON] ed167c56096a: Layer already exists
[MON] 868afcb2d25b: Layer already exists
[MON] 5fcbf1b22f82: Layer already exists
[MON] 755e399dca0b: Layer already exists
[MON] 5498e8c22f69: Layer already exists
[MON] f5e895edb77d: Layer already exists
[MON] aa2bf8e31ee7: Layer already exists
[MON] e0fd7c5858a1: Layer already exists
[MON] osm-master-12374: digest: sha256:7aa4e3f6b7c00e0ab4564afc07e1e9025d1380fdf8a58bd20e133d4bbbe865a5 size: 3466
[Pipeline] [NBI] }
[Pipeline] [Keystone] }
[Pipeline] [osmclient] }
[Pipeline] [PLA] }
[Pipeline] [POL] // dir
[Pipeline] [Webhook] // dir
[Pipeline] [POL] }
[Pipeline] [Webhook] }
[Pipeline] [osmclient] // dir
[Pipeline] [osmclient] }
[Pipeline] [MON] }
[Pipeline] [PLA] // dir
[Pipeline] [PLA] }
[Pipeline] [MON] // dir
[Pipeline] [MON] }
[tests] Updating files:  86% (4891/5627)
Updating files:  87% (4896/5627)
Updating files:  88% (4952/5627)
Updating files:  89% (5009/5627)
Updating files:  90% (5065/5627)
Updating files:  91% (5121/5627)
Updating files:  92% (5177/5627)
Updating files:  93% (5234/5627)
Updating files:  94% (5290/5627)
Updating files:  95% (5346/5627)
Updating files:  96% (5402/5627)
Updating files:  97% (5459/5627)
Updating files:  98% (5515/5627)
Updating files:  99% (5571/5627)
Updating files: 100% (5627/5627)
Updating files: 100% (5627/5627), done.
[tests] Submodule 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/native_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/native_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator'
[tests] Submodule 'charm-packages/native_k8s_scale_charm_vnf/charms/nginx-k8s/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/native_k8s_scale_charm_vnf/charms/nginx-k8s/mod/operator'
[tests] Submodule 'charm-packages/native_manual_scale_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/native_manual_scale_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator'
[tests] Submodule 'charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator'
[tests] Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm' (https://github.com/charmed-osm/charms.osm.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm'
[tests] Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator'
[tests] Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator'
[tests] Submodule 'charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator'
[tests] Submodule 'charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator'
[tests] Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers' (https://github.com/juju/charm-helpers.git) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers'
[tests] Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm'
[tests] Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator' (https://github.com/canonical/operator) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator'
[tests] Submodule 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm'
[tests] Submodule 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator' (https://github.com/canonical/operator) registered for path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator'
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[LCM] The command '/bin/sh -c curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -     && echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee -a /etc/apt/sources.list.d/kubernetes.list     && apt-get update && apt-get install -y kubectl=1.26.5-00' returned a non-zero code: 100
[Pipeline] [LCM] }
[Pipeline] [LCM] // dir
[Pipeline] [LCM] }
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator'...
[LCM] Failed in branch LCM
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_charm_vnf/charms/simple/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_k8s_scale_charm_vnf/charms/nginx-k8s/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_manual_scale_charm_vnf/charms/simple/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers'...
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm'...
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm'...
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator'...
[tests] Submodule path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5'
[tests] Submodule path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5'
[tests] Submodule path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/native_charm_vnf/charms/simple/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator': checked out '169794cdda03d31268f0383220f965daa05c534b'
[tests] Submodule path 'charm-packages/native_k8s_scale_charm_vnf/charms/nginx-k8s/mod/operator': checked out '169794cdda03d31268f0383220f965daa05c534b'
[tests] Submodule path 'charm-packages/native_manual_scale_charm_vnf/charms/simple/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5'
[tests] Submodule path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator': checked out '89b51be8588a19fcc9c93410707aeb5856dd8d8f'
[tests] Submodule path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5'
[tests] Submodule path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator': checked out '89b51be8588a19fcc9c93410707aeb5856dd8d8f'
[tests] Submodule path 'charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5'
[tests] Submodule path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator': checked out '89b51be8588a19fcc9c93410707aeb5856dd8d8f'
[tests] Submodule path 'charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers': checked out '1989f1f255baefb34cba7863606915dcd4ef1e38'
[tests] Submodule path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5'
[tests] Submodule path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Submodule path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm': checked out '3d517f5e42550d0b5c81aa4be20f7679020854d5'
[tests] Submodule path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator': checked out 'a84ce8776b368a8b2bccdb173716e342db9a6b36'
[tests] Removing intermediate container becf76a6ec85
[tests]  ---> 777276dce3d2
[tests] Step 26/35 : WORKDIR /robot-systest
[tests]  ---> Running in 02a2b8d6b819
[tests] Removing intermediate container 02a2b8d6b819
[tests]  ---> f11f2bf1b835
[tests] Step 27/35 : ENV ROBOT_DEVOPS_FOLDER=/robot-systest
[tests]  ---> Running in 7337610114a6
[tests] Removing intermediate container 7337610114a6
[tests]  ---> 2a36ee851b5b
[tests] Step 28/35 : ENV ENVIRONMENTS_FOLDER=environments
[tests]  ---> Running in a69a0af6ec29
[tests] Removing intermediate container a69a0af6ec29
[tests]  ---> 1a886b123a11
[tests] Step 29/35 : ENV PACKAGES_FOLDER=/robot-systest/osm-packages
[tests]  ---> Running in 9ad371ce8c84
[tests] Removing intermediate container 9ad371ce8c84
[tests]  ---> 4c2710b6f936
[tests] Step 30/35 : ENV ROBOT_REPORT_FOLDER=/robot-systest/results
[tests]  ---> Running in 07e30cbbb9f3
[tests] Removing intermediate container 07e30cbbb9f3
[tests]  ---> 188d68e47db9
[tests] Step 31/35 : ENV K8S_CREDENTIALS=/root/.kube/config
[tests]  ---> Running in 50fd190e1e19
[tests] Removing intermediate container 50fd190e1e19
[tests]  ---> 5e6bd6fc6441
[tests] Step 32/35 : ENV OSM_RSA_FILE=/root/osm_id_rsa
[tests]  ---> Running in c68cf8f0f170
[tests] Removing intermediate container c68cf8f0f170
[tests]  ---> ea4711ee278c
[tests] Step 33/35 : ENV LC_ALL=C.UTF-8
[tests]  ---> Running in 82aedf7baf65
[tests] Removing intermediate container 82aedf7baf65
[tests]  ---> 0e3dd9e40fc3
[tests] Step 34/35 : ENV LANG=C.UTF-8
[tests]  ---> Running in 15b46edbee29
[tests] Removing intermediate container 15b46edbee29
[tests]  ---> f58281d97423
[tests] Step 35/35 : ENTRYPOINT [ "/robot-systest/run_test.sh"]
[tests]  ---> Running in 4a918984820f
[tests] Removing intermediate container 4a918984820f
[tests]  ---> 7014648c3d5b
[tests] [Warning] One or more build-args [PYTHON3_OSM_LCM_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_POLICY_MODULE_URL OSM_NGUI_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROVIM_GCP_URL OSM_IMDOCS_URL PYTHON3_N2VC_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_ODLOF_URL OSM_DEVOPS_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_NBI_URL] were not consumed
[tests] Successfully built 7014648c3d5b
[tests] Successfully tagged opensourcemano/tests:osm-master-12374
[Pipeline] [tests] echo
[tests] Tagging tests:osm-master-12374
[Pipeline] [tests] sh
[tests] [tests] Running shell script
[tests] + docker tag opensourcemano/tests:osm-master-12374 osm.etsi.org:5050/devops/cicd/opensourcemano/tests:osm-master-12374
[Pipeline] [tests] sh
[tests] [tests] Running shell script
[tests] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/tests:osm-master-12374
[tests] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/tests]
[tests] 8f1a38517b1e: Preparing
[tests] 0de5d1158004: Preparing
[tests] 323dd41b3338: Preparing
[tests] 131ff7e36184: Preparing
[tests] d5fcd75cac1a: Preparing
[tests] eb5dcac199e8: Preparing
[tests] 2c3f878c48e7: Preparing
[tests] eb5dcac199e8: Waiting
[tests] 0541e312334e: Preparing
[tests] c53373dd8ab2: Preparing
[tests] 0854dcbdd890: Preparing
[tests] 2c3f878c48e7: Waiting
[tests] 0541e312334e: Waiting
[tests] c53373dd8ab2: Waiting
[tests] cce9b19599f6: Preparing
[tests] b3ef9f40a952: Preparing
[tests] 321c3b89ae9d: Preparing
[tests] 5488fe7f22e1: Preparing
[tests] 0854dcbdd890: Waiting
[tests] cce9b19599f6: Waiting
[tests] b3ef9f40a952: Waiting
[tests] 321c3b89ae9d: Waiting
[tests] fa8b056c247e: Preparing
[tests] f063a8aba930: Preparing
[tests] 8cea72e864e9: Preparing
[tests] 71f28ad22e32: Preparing
[tests] e0fd7c5858a1: Preparing
[tests] 5498e8c22f69: Preparing
[tests] 5488fe7f22e1: Waiting
[tests] f063a8aba930: Waiting
[tests] fa8b056c247e: Waiting
[tests] 71f28ad22e32: Waiting
[tests] 8cea72e864e9: Waiting
[tests] 5498e8c22f69: Waiting
[tests] 131ff7e36184: Layer already exists
[tests] 323dd41b3338: Layer already exists
[tests] d5fcd75cac1a: Layer already exists
[tests] 0de5d1158004: Layer already exists
[tests] c53373dd8ab2: Layer already exists
[tests] 2c3f878c48e7: Layer already exists
[tests] 0541e312334e: Layer already exists
[tests] eb5dcac199e8: Layer already exists
[tests] b3ef9f40a952: Layer already exists
[tests] 0854dcbdd890: Layer already exists
[tests] cce9b19599f6: Layer already exists
[tests] 321c3b89ae9d: Layer already exists
[tests] fa8b056c247e: Layer already exists
[tests] f063a8aba930: Layer already exists
[tests] 8cea72e864e9: Layer already exists
[tests] 5488fe7f22e1: Layer already exists
[tests] 71f28ad22e32: Layer already exists
[tests] e0fd7c5858a1: Layer already exists
[tests] 5498e8c22f69: Layer already exists
[tests] 8f1a38517b1e: Pushed
[tests] osm-master-12374: digest: sha256:89b251e6869e09d452802916a3838627bf57071d0951705af48ebcc9a33d77b0 size: 4519
[Pipeline] [tests] }
[Pipeline] [tests] // dir
[Pipeline] [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_master] Running shell script
+ docker stop osm-master-12374-apache
osm-master-12374-apache
[Pipeline] sh
[osm-stage_3_master] Running shell script
+ docker rm osm-master-12374-apache
osm-master-12374-apache
[Pipeline] sh
[osm-stage_3_master] Running shell script
+ rm -rf /tmp/tmp.q6vDV0Ma3v
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 100
Finished: FAILURE