FailedConsole Output

Skipping 1,501 KB.. Full Log
[NG-UI] [TITLE]  Unzipping Cypress        18% 17s
[NG-UI] [TITLE]  Unzipping Cypress        19% 16s
[NG-UI] [TITLE]  Unzipping Cypress        19% 17s
[NG-UI] [TITLE]  Unzipping Cypress        20% 16s
[NG-UI] [TITLE]  Unzipping Cypress        21% 15s
[NG-UI] [TITLE]  Unzipping Cypress        21% 16s
[NG-UI] [TITLE]  Unzipping Cypress        22% 15s
[Airflow]   Attempting uninstall: zipp
[Airflow]     Found existing installation: zipp 3.15.0
[Airflow]     Uninstalling zipp-3.15.0:
[Airflow]       Successfully uninstalled zipp-3.15.0
[Airflow]   Attempting uninstall: urllib3
[Airflow]     Found existing installation: urllib3 1.26.15
[Airflow]     Uninstalling urllib3-1.26.15:
[Airflow]       Successfully uninstalled urllib3-1.26.15
[Airflow]   Attempting uninstall: uritemplate
[Airflow]     Found existing installation: uritemplate 3.0.1
[Airflow]     Uninstalling uritemplate-3.0.1:
[Airflow]       Successfully uninstalled uritemplate-3.0.1
[Airflow]   Attempting uninstall: typing-extensions
[Airflow]     Found existing installation: typing_extensions 4.5.0
[Airflow]     Uninstalling typing_extensions-4.5.0:
[NG-UI] [TITLE]  Unzipping Cypress        22% 16s
[NG-UI] [TITLE]  Unzipping Cypress        23% 15s
[NG-UI] [TITLE]  Unzipping Cypress        24% 14s
[NG-UI] [TITLE]  Unzipping Cypress        24% 15s
[NG-UI] [TITLE]  Unzipping Cypress        25% 14s
[NG-UI] [TITLE]  Unzipping Cypress        25% 15s
[NG-UI] [TITLE]  Unzipping Cypress        26% 14s
[NG-UI] [TITLE]  Unzipping Cypress        26% 15s
[NG-UI] [TITLE]  Unzipping Cypress        27% 14s
[NG-UI] [TITLE]  Unzipping Cypress        28% 14s
[LCM]  ---> 3fa69ec81fae
[LCM] Step 34/58 : COPY --from=INSTALL /lib/x86_64-linux-gnu/ /lib/x86_64-linux-gnu/
[Airflow]       Successfully uninstalled typing_extensions-4.5.0
[Airflow]   Attempting uninstall: rfc3986
[Airflow]     Found existing installation: rfc3986 1.5.0
[Airflow]     Uninstalling rfc3986-1.5.0:
[Airflow]       Successfully uninstalled rfc3986-1.5.0
[Airflow]   Attempting uninstall: pyyaml
[Airflow]     Found existing installation: PyYAML 6.0
[Airflow]     Uninstalling PyYAML-6.0:
[Airflow]       Successfully uninstalled PyYAML-6.0
[Airflow]   Attempting uninstall: pyparsing
[Airflow]     Found existing installation: pyparsing 3.0.9
[Airflow]     Uninstalling pyparsing-3.0.9:
[Airflow]       Successfully uninstalled pyparsing-3.0.9
[Airflow]   Attempting uninstall: pyjwt
[Airflow]     Found existing installation: PyJWT 2.6.0
[Airflow]     Uninstalling PyJWT-2.6.0:
[Airflow]       Successfully uninstalled PyJWT-2.6.0
[NG-UI] [TITLE]  Unzipping Cypress        29% 13s
[NG-UI] [TITLE]  Unzipping Cypress        29% 14s
[NG-UI] [TITLE]  Unzipping Cypress        30% 13s
[NG-UI] [TITLE]  Unzipping Cypress        30% 14s
[NG-UI] [TITLE]  Unzipping Cypress        31% 13s
[NG-UI] [TITLE]  Unzipping Cypress        32% 13s
[Airflow]   Attempting uninstall: pyasn1
[Airflow]     Found existing installation: pyasn1 0.4.8
[Airflow]     Uninstalling pyasn1-0.4.8:
[Airflow]       Successfully uninstalled pyasn1-0.4.8
[Airflow]   Attempting uninstall: protobuf
[Airflow]     Found existing installation: protobuf 3.20.0
[Airflow]     Uninstalling protobuf-3.20.0:
[Airflow]       Successfully uninstalled protobuf-3.20.0
[Airflow]   Attempting uninstall: prometheus-client
[Airflow]     Found existing installation: prometheus-client 0.16.0
[Airflow]     Uninstalling prometheus-client-0.16.0:
[Airflow]       Successfully uninstalled prometheus-client-0.16.0
[Airflow]   Attempting uninstall: portalocker
[Airflow]     Found existing installation: portalocker 2.7.0
[Airflow]     Uninstalling portalocker-2.7.0:
[Airflow]       Successfully uninstalled portalocker-2.7.0
[Airflow]   Attempting uninstall: packaging
[Airflow]     Found existing installation: packaging 21.3
[Airflow]     Uninstalling packaging-21.3:
[Airflow]       Successfully uninstalled packaging-21.3
[RO] Removing intermediate container 3feab0c78aa5
[RO]  ---> 67e6db8944ad
[RO] Step 27/60 : FROM ubuntu:22.04 as FINAL
[RO]  ---> 52882761a72a
[RO] Step 28/60 : ARG APT_PROXY
[RO]  ---> Using cache
[RO]  ---> bf8675204e26
[RO] Step 29/60 : RUN if [ ! -z $APT_PROXY ] ; then     echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/proxy.conf ;    echo "Acquire::https::Proxy \"$APT_PROXY\";" >> /etc/apt/apt.conf.d/proxy.conf ;    fi
[RO]  ---> Using cache
[RO]  ---> 6b16749f3331
[RO] Step 30/60 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     python3-minimal=3.10.*     && rm -rf /var/lib/apt/lists/*
[RO]  ---> Using cache
[RO]  ---> 862dd2a755cf
[RO] Step 31/60 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[RO]  ---> 0d57f18b657a
[RO] Step 32/60 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[NG-UI] [TITLE]  Unzipping Cypress        33% 12s
[NG-UI] [TITLE]  Unzipping Cypress        33% 13s
[NG-UI] [TITLE]  Unzipping Cypress        34% 12s
[NG-UI] [TITLE]  Unzipping Cypress        34% 13s
[NG-UI] [TITLE]  Unzipping Cypress        35% 12s
[NG-UI] [TITLE]  Unzipping Cypress        36% 12s
[NG-UI] [TITLE]  Unzipping Cypress        37% 12s
[NG-UI] [TITLE]  Unzipping Cypress        38% 11s
[NG-UI] [TITLE]  Unzipping Cypress        38% 12s
[Airflow]   Attempting uninstall: numpy
[Airflow]     Found existing installation: numpy 1.24.2
[Airflow]     Uninstalling numpy-1.24.2:
[NG-UI] [TITLE]  Unzipping Cypress        39% 12s
[NG-UI] [TITLE]  Unzipping Cypress        40% 12s
[NG-UI] [TITLE]  Unzipping Cypress        41% 11s
[NG-UI] [TITLE]  Unzipping Cypress        41% 12s
[NG-UI] [TITLE]  Unzipping Cypress        42% 11s
[NG-UI] [TITLE]  Unzipping Cypress        43% 11s
[NG-UI] [TITLE]  Unzipping Cypress        44% 11s
[NG-UI] [TITLE]  Unzipping Cypress        45% 11s
[NG-UI] [TITLE]  Unzipping Cypress        46% 10s
[NG-UI] [TITLE]  Unzipping Cypress        47% 10s
[NG-UI] [TITLE]  Unzipping Cypress        48% 10s
[NG-UI] [TITLE]  Unzipping Cypress        49% 10s
[LCM]  ---> fe917f7cbef5
[LCM] Step 35/58 : COPY scripts/ /app/osm_lcm/scripts/
[LCM]  ---> 39e232987783
[LCM] Step 36/58 : RUN groupadd -g 1000 appuser &&     useradd -u 1000 -g 1000 -d /app appuser &&     mkdir -p /app/osm_lcm &&     mkdir -p /app/storage/kafka &&     mkdir /app/log &&     chown -R appuser:appuser /app &&     chown appuser: /etc/ssl/certs/ca-certificates.crt
[NG-UI] [TITLE]  Unzipping Cypress        50% 9s
[NG-UI] [TITLE]  Unzipping Cypress        50% 10s
[NG-UI] [TITLE]  Unzipping Cypress        51% 9s
[NG-UI] [TITLE]  Unzipping Cypress        52% 9s
[NG-UI] [TITLE]  Unzipping Cypress        53% 9s
[LCM]  ---> Running in 7c3c4225ff4e
[Airflow]       Successfully uninstalled numpy-1.24.2
[NG-UI] [TITLE]  Unzipping Cypress        54% 9s
[NG-UI] [TITLE]  Unzipping Cypress        55% 8s
[NG-UI] [TITLE]  Unzipping Cypress        55% 9s
[NG-UI] [TITLE]  Unzipping Cypress        56% 8s
[NG-UI] [TITLE]  Unzipping Cypress        56% 9s
[NG-UI] [TITLE]  Unzipping Cypress        57% 8s
[NG-UI] [TITLE]  Unzipping Cypress        58% 8s
[NG-UI] [TITLE]  Unzipping Cypress        59% 8s
[NG-UI] [TITLE]  Unzipping Cypress        60% 8s
[NG-UI] [TITLE]  Unzipping Cypress        61% 7s
[NG-UI] [TITLE]  Unzipping Cypress        61% 8s
[NG-UI] [TITLE]  Unzipping Cypress        62% 7s
[NG-UI] [TITLE]  Unzipping Cypress        63% 7s
[NG-UI] [TITLE]  Unzipping Cypress        64% 7s
[LCM] Removing intermediate container 7c3c4225ff4e
[LCM]  ---> 1c30819c030a
[LCM] Step 37/58 : WORKDIR /app/osm_lcm
[LCM]  ---> Running in 9415b94b4c17
[LCM] Removing intermediate container 9415b94b4c17
[LCM]  ---> 33a2b0fd8f2a
[LCM] Step 38/58 : USER appuser
[LCM]  ---> Running in 3ca4cd36a6e8
[LCM] Removing intermediate container 3ca4cd36a6e8
[LCM]  ---> ff70e5bc3a92
[LCM] Step 39/58 : ENV OSMLCM_RO_HOST         ro
[LCM]  ---> Running in 5c54646d4072
[LCM] Removing intermediate container 5c54646d4072
[LCM]  ---> 43cb5f862bbb
[LCM] Step 40/58 : ENV OSMLCM_RO_PORT         9090
[LCM]  ---> Running in f393a2586bd8
[LCM] Removing intermediate container f393a2586bd8
[LCM]  ---> 4675abd099ec
[LCM] Step 41/58 : ENV OSMLCM_RO_TENANT       osm
[Airflow]   Attempting uninstall: msgpack
[Airflow]     Found existing installation: msgpack 1.0.5
[Airflow]     Uninstalling msgpack-1.0.5:
[Airflow]       Successfully uninstalled msgpack-1.0.5
[Airflow]   Attempting uninstall: grpcio
[Airflow]     Found existing installation: grpcio 1.53.0
[Airflow]     Uninstalling grpcio-1.53.0:
[Airflow]       Successfully uninstalled grpcio-1.53.0
[NG-UI] [TITLE]  Unzipping Cypress        65% 7s
[LCM]  ---> Running in 63d93425844f
[LCM] Removing intermediate container 63d93425844f
[LCM]  ---> 4766ac8cba97
[LCM] Step 42/58 : ENV OSMLCM_VCA_HOST        vca
[LCM]  ---> Running in c81598e50c2e
[LCM] Removing intermediate container c81598e50c2e
[LCM]  ---> 8b8e378633f0
[LCM] Step 43/58 : ENV OSMLCM_VCA_PORT       17070
[LCM]  ---> Running in 97a0e4743dc1
[LCM] Removing intermediate container 97a0e4743dc1
[LCM]  ---> f719a07394fd
[LCM] Step 44/58 : ENV OSMLCM_VCA_USER       admin
[LCM]  ---> Running in c5a3e4ec3f4e
[LCM] Removing intermediate container c5a3e4ec3f4e
[LCM]  ---> 7b86c16ec8d8
[LCM] Step 45/58 : ENV OSMLCM_VCA_SECRET     secret
[LCM]  ---> Running in d6859eb50962
[LCM] Removing intermediate container d6859eb50962
[LCM]  ---> 84d50abfdf87
[LCM] Step 46/58 : ENV OSMLCM_DATABASE_DRIVER mongo
[LCM]  ---> Running in 128a6c1299f5
[NG-UI] [TITLE]  Unzipping Cypress        66% 7s
[NG-UI] [TITLE]  Unzipping Cypress        67% 7s
[NG-UI] [TITLE]  Unzipping Cypress        68% 6s
[NG-UI] [TITLE]  Unzipping Cypress        68% 7s
[NG-UI] [TITLE]  Unzipping Cypress        69% 6s
[NG-UI] [TITLE]  Unzipping Cypress        70% 6s
[LCM] Removing intermediate container 128a6c1299f5
[LCM]  ---> 5650cb834118
[LCM] Step 47/58 : ENV OSMLCM_DATABASE_URI    mongodb://mongo:27017
[LCM]  ---> Running in a3fd99eb22b0
[LCM] Removing intermediate container a3fd99eb22b0
[LCM]  ---> 75f065cb0af6
[LCM] Step 48/58 : ENV OSMLCM_STORAGE_DRIVER  local
[LCM]  ---> Running in b8ffe70c8a65
[LCM] Removing intermediate container b8ffe70c8a65
[LCM]  ---> 5efde0613e20
[LCM] Step 49/58 : ENV OSMLCM_STORAGE_PATH    /app/storage
[LCM]  ---> Running in f6a1e274005f
[LCM] Removing intermediate container f6a1e274005f
[LCM]  ---> f86fd2a49a86
[LCM] Step 50/58 : ENV OSMLCM_MESSAGE_DRIVER  kafka
[LCM]  ---> Running in 2aea5d864da9
[LCM] Removing intermediate container 2aea5d864da9
[LCM]  ---> 110ffda0a047
[LCM] Step 51/58 : ENV OSMLCM_MESSAGE_HOST    kafka
[LCM]  ---> Running in c8a3e1c642d6
[LCM] Removing intermediate container c8a3e1c642d6
[LCM]  ---> 2a06b0a1dbf4
[LCM] Step 52/58 : ENV OSMLCM_MESSAGE_PORT    9092
[LCM]  ---> Running in 70c53252c619
[LCM] Removing intermediate container 70c53252c619
[LCM]  ---> be9e4097618d
[LCM] Step 53/58 : ENV OSMLCM_VCA_HELMPATH    /usr/local/bin/helm
[Airflow]   Attempting uninstall: dnspython
[Airflow]     Found existing installation: dnspython 2.3.0
[Airflow]     Uninstalling dnspython-2.3.0:
[Airflow]       Successfully uninstalled dnspython-2.3.0
[Airflow]   Attempting uninstall: charset-normalizer
[Airflow]     Found existing installation: charset-normalizer 2.1.1
[Airflow]     Uninstalling charset-normalizer-2.1.1:
[Airflow]       Successfully uninstalled charset-normalizer-2.1.1
[NG-UI] [TITLE]  Unzipping Cypress        71% 6s
[NG-UI] [TITLE]  Unzipping Cypress        72% 6s
[NG-UI] [TITLE]  Unzipping Cypress        73% 5s
[NG-UI] [TITLE]  Unzipping Cypress        73% 6s
[NG-UI] [TITLE]  Unzipping Cypress        74% 5s
[NG-UI] [TITLE]  Unzipping Cypress        75% 5s
[LCM]  ---> Running in c5b6f52c969d
[LCM] Removing intermediate container c5b6f52c969d
[LCM]  ---> 6ccfa6b3580c
[LCM] Step 54/58 : ENV OSMLCM_VCA_KUBECTLPATH /usr/bin/kubectl
[LCM]  ---> Running in cac43be9b0db
[LCM] Removing intermediate container cac43be9b0db
[LCM]  ---> ca45df870a72
[LCM] Step 55/58 : ENV OSMLCM_VCA_JUJUPATH    /usr/local/bin/juju
[LCM]  ---> Running in c7ac1e1dbfb2
[LCM] Removing intermediate container c7ac1e1dbfb2
[LCM]  ---> c69ad59f573a
[LCM] Step 56/58 : ENV OSMLCM_VCA_STABLEREPOURL https://charts.helm.sh/stable
[LCM]  ---> Running in 61bae5b32643
[LCM] Removing intermediate container 61bae5b32643
[LCM]  ---> 7980db02d43a
[LCM] Step 57/58 : HEALTHCHECK --start-period=120s --interval=30s --timeout=30s --retries=1   CMD python3 -m osm_lcm.lcm_hc || exit 1
[LCM]  ---> Running in eaad2b422921
[LCM] Removing intermediate container eaad2b422921
[LCM]  ---> c35c2e94a150
[LCM] Step 58/58 : CMD [ "/bin/bash", "scripts/start.sh" ]
[LCM]  ---> Running in d10a5e3f0e3b
[LCM] Removing intermediate container d10a5e3f0e3b
[LCM]  ---> e5f31da430da
[LCM] [Warning] One or more build-args [PYTHON3_OSM_ROSDN_DPB_URL CACHE_DATE OSM_IMDOCS_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL OSM_NGUI_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL OSM_DEVOPS_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_TESTS_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL] were not consumed
[LCM] Successfully built e5f31da430da
[LCM] Successfully tagged opensourcemano/lcm:osm-master-12485
[Airflow]   Attempting uninstall: cffi
[Airflow]     Found existing installation: cffi 1.15.1
[Airflow]     Uninstalling cffi-1.15.1:
[Airflow]       Successfully uninstalled cffi-1.15.1
[Airflow]   Attempting uninstall: certifi
[Airflow]     Found existing installation: certifi 2022.12.7
[Airflow]     Uninstalling certifi-2022.12.7:
[Airflow]       Successfully uninstalled certifi-2022.12.7
[Airflow]   Attempting uninstall: cachetools
[Airflow]     Found existing installation: cachetools 5.3.0
[Airflow]     Uninstalling cachetools-5.3.0:
[Airflow]       Successfully uninstalled cachetools-5.3.0
[Airflow]   Attempting uninstall: attrs
[Airflow]     Found existing installation: attrs 22.2.0
[Airflow]     Uninstalling attrs-22.2.0:
[Airflow]       Successfully uninstalled attrs-22.2.0
[Airflow]   Attempting uninstall: async-timeout
[Airflow]     Found existing installation: async-timeout 4.0.2
[Airflow]     Uninstalling async-timeout-4.0.2:
[Airflow]       Successfully uninstalled async-timeout-4.0.2
[Airflow]   Attempting uninstall: requests
[Airflow]     Found existing installation: requests 2.28.2
[Airflow]     Uninstalling requests-2.28.2:
[Airflow]       Successfully uninstalled requests-2.28.2
[NG-UI] [TITLE]  Unzipping Cypress        76% 5s
[NG-UI] [TITLE]  Unzipping Cypress        77% 5s
[NG-UI] [TITLE]  Unzipping Cypress        78% 5s
[Pipeline] [LCM] echo
[LCM] Tagging lcm:osm-master-12485
[Pipeline] [LCM] sh
[Airflow]   Attempting uninstall: pyasn1-modules
[Airflow]     Found existing installation: pyasn1-modules 0.2.8
[Airflow]     Uninstalling pyasn1-modules-0.2.8:
[Airflow]       Successfully uninstalled pyasn1-modules-0.2.8
[NG-UI] [TITLE]  Unzipping Cypress        79% 4s
[NG-UI] [TITLE]  Unzipping Cypress        80% 4s
[NG-UI] [TITLE]  Unzipping Cypress        81% 4s
[LCM] [LCM] Running shell script
[LCM] + docker tag opensourcemano/lcm:osm-master-12485 osm.etsi.org:5050/devops/cicd/opensourcemano/lcm:osm-master-12485
[Pipeline] [LCM] sh
[Airflow]   Attempting uninstall: proto-plus
[Airflow]     Found existing installation: proto-plus 1.19.6
[Airflow]     Uninstalling proto-plus-1.19.6:
[Airflow]       Successfully uninstalled proto-plus-1.19.6
[Airflow]   Attempting uninstall: pandas
[Airflow]     Found existing installation: pandas 1.5.3
[NG-UI] [TITLE]  Unzipping Cypress        82% 4s
[NG-UI] [TITLE]  Unzipping Cypress        83% 3s
[NG-UI] [TITLE]  Unzipping Cypress        84% 3s
[NG-UI] [TITLE]  Unzipping Cypress        85% 3s
[LCM] [LCM] Running shell script
[LCM] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/lcm:osm-master-12485
[LCM] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/lcm]
[LCM] be35288fc011: Preparing
[LCM] 7b5899491078: Preparing
[LCM] 78061641a08e: Preparing
[LCM] 40ad674220fc: Preparing
[LCM] 1c3a9382874c: Preparing
[LCM] d68cc182ecba: Preparing
[LCM] 00fcb79512bd: Preparing
[LCM] 753f2c3f261d: Preparing
[LCM] 71755c42a3ed: Preparing
[LCM] f175b7c58db0: Preparing
[LCM] 68f56116c0f1: Preparing
[LCM] 26835d676ad4: Preparing
[LCM] 273e5adf476b: Preparing
[LCM] 896ecb616534: Preparing
[LCM] bddd493a7bbd: Preparing
[LCM] f2cd04a90f42: Preparing
[LCM] 629ca62fb7c7: Preparing
[LCM] d68cc182ecba: Waiting
[LCM] 00fcb79512bd: Waiting
[LCM] 753f2c3f261d: Waiting
[LCM] 71755c42a3ed: Waiting
[LCM] f175b7c58db0: Waiting
[LCM] 68f56116c0f1: Waiting
[LCM] 26835d676ad4: Waiting
[LCM] 273e5adf476b: Waiting
[LCM] 896ecb616534: Waiting
[LCM] bddd493a7bbd: Waiting
[LCM] f2cd04a90f42: Waiting
[LCM] 629ca62fb7c7: Waiting
[Airflow]     Uninstalling pandas-1.5.3:
[NG-UI] [TITLE]  Unzipping Cypress        86% 3s
[NG-UI] [TITLE]  Unzipping Cypress        87% 3s
[NG-UI] [TITLE]  Unzipping Cypress        88% 2s
[NG-UI] [TITLE]  Unzipping Cypress        89% 2s
[NG-UI] [TITLE]  Unzipping Cypress        90% 2s
[NG-UI] [TITLE]  Unzipping Cypress        91% 2s
[LCM] 7b5899491078: Pushed
[LCM] 1c3a9382874c: Pushed
[LCM] be35288fc011: Pushed
[LCM] 00fcb79512bd: Pushed
[LCM] d68cc182ecba: Pushed
[Airflow]       Successfully uninstalled pandas-1.5.3
[NG-UI] [TITLE]  Unzipping Cypress        92% 2s
[NG-UI] [TITLE]  Unzipping Cypress        93% 1s
[NG-UI] [TITLE]  Unzipping Cypress        94% 1s
[NG-UI] [TITLE]  Unzipping Cypress        95% 1s
[tests] Get:2 https://packages.cloud.google.com/apt cloud-sdk/main amd64 kubectl amd64 1.28.2-00 [10.3 MB]
[tests] debconf: delaying package configuration, since apt-utils is not installed
[tests] Fetched 170 MB in 37s (4599 kB/s)
[tests] Selecting previously unselected package google-cloud-cli.
[tests] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17635 files and directories currently installed.)
[tests] Preparing to unpack .../google-cloud-cli_455.0.0-0_all.deb ...
[tests] Unpacking google-cloud-cli (455.0.0-0) ...
[NG-UI] [TITLE]  Unzipping Cypress        96% 1s
[NG-UI] [TITLE]  Unzipping Cypress        97% 1s
[NG-UI] [TITLE]  Unzipping Cypress        98% 0s
[NG-UI] [TITLE]  Unzipping Cypress        99% 0s
[NG-UI] [TITLE]  Unzipping Cypress        100% 0s
[LCM] 753f2c3f261d: Pushed
[LCM] 71755c42a3ed: Pushed
[LCM] 68f56116c0f1: Pushed
[LCM] f175b7c58db0: Pushed
[LCM] 26835d676ad4: Pushed
[LCM] bddd493a7bbd: Mounted from devops/cicd/opensourcemano/nbi
[LCM] f2cd04a90f42: Mounted from devops/cicd/opensourcemano/nbi
[LCM] 629ca62fb7c7: Layer already exists
[LCM] 896ecb616534: Pushed
[NG-UI] [TITLE]  Unzipped Cypress       
[NG-UI] [SUCCESS]  Unzipped Cypress       
[NG-UI] [STARTED] Task without title.
[NG-UI] [TITLE]  Finished Installation   /root/.cache/Cypress/12.17.4
[NG-UI] [SUCCESS]  Finished Installation   /root/.cache/Cypress/12.17.4
[Airflow]   Attempting uninstall: importlib-metadata
[Airflow]     Found existing installation: importlib-metadata 6.1.0
[Airflow]     Uninstalling importlib-metadata-6.1.0:
[Airflow]       Successfully uninstalled importlib-metadata-6.1.0
[Airflow]   Attempting uninstall: httplib2
[Airflow]     Found existing installation: httplib2 0.21.0
[Airflow]     Uninstalling httplib2-0.21.0:
[Airflow]       Successfully uninstalled httplib2-0.21.0
[Airflow]   Attempting uninstall: googleapis-common-protos
[Airflow]     Found existing installation: googleapis-common-protos 1.56.4
[Airflow]     Uninstalling googleapis-common-protos-1.56.4:
[Airflow]       Successfully uninstalled googleapis-common-protos-1.56.4
[Airflow]   Attempting uninstall: cryptography
[Airflow]     Found existing installation: cryptography 39.0.2
[Airflow]     Uninstalling cryptography-39.0.2:
[Airflow]       Successfully uninstalled cryptography-39.0.2
[NG-UI] 
[NG-UI] You can now open Cypress by running: node_modules/.bin/cypress open
[NG-UI] 
[NG-UI] https://on.cypress.io/installing-cypress
[NG-UI] 
[NG-UI] npm notice created a lockfile as package-lock.json. You should commit this file.
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @esbuild/linux-loong64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/@esbuild/linux-loong64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @esbuild/linux-loong64@0.15.5: wanted {"os":"linux","arch":"loong64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-android-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-android-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-android-64@0.15.5: wanted {"os":"android","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-android-arm64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-android-arm64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-android-arm64@0.15.5: wanted {"os":"android","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-darwin-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-darwin-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-darwin-64@0.15.5: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-darwin-arm64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-darwin-arm64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-darwin-arm64@0.15.5: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-freebsd-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-freebsd-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-freebsd-64@0.15.5: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-freebsd-arm64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-freebsd-arm64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-freebsd-arm64@0.15.5: wanted {"os":"freebsd","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-32@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-32):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-32@0.15.5: wanted {"os":"linux","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-arm@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-arm):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-arm@0.15.5: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-arm64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-arm64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-arm64@0.15.5: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-mips64le@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-mips64le):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-mips64le@0.15.5: wanted {"os":"linux","arch":"mips64el"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-ppc64le@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-ppc64le):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-ppc64le@0.15.5: wanted {"os":"linux","arch":"ppc64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-riscv64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-riscv64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-riscv64@0.15.5: wanted {"os":"linux","arch":"riscv64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-s390x@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-linux-s390x):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-s390x@0.15.5: wanted {"os":"linux","arch":"s390x"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-netbsd-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-netbsd-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-netbsd-64@0.15.5: wanted {"os":"netbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-openbsd-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-openbsd-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-openbsd-64@0.15.5: wanted {"os":"openbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-sunos-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-sunos-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-sunos-64@0.15.5: wanted {"os":"sunos","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-32@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-32):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-32@0.15.5: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-64@0.15.5: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-arm64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-arm64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-arm64@0.15.5: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN notsup Unsupported engine for @yarnpkg/parsers@3.0.2: wanted: {"node":">=18.12.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
[NG-UI] npm WARN notsup Not compatible with your version of node/npm: @yarnpkg/parsers@3.0.2
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-darwin-arm64@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-darwin-arm64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-darwin-arm64@15.9.3: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-darwin-x64@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-darwin-x64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-darwin-x64@15.9.3: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-linux-arm-gnueabihf@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-linux-arm-gnueabihf):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-linux-arm-gnueabihf@15.9.3: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-linux-arm64-gnu@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-linux-arm64-gnu):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-linux-arm64-gnu@15.9.3: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-linux-arm64-musl@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-linux-arm64-musl):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-linux-arm64-musl@15.9.3: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-win32-arm64-msvc@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-win32-arm64-msvc):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-win32-arm64-msvc@15.9.3: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-win32-x64-msvc@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-win32-x64-msvc):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-win32-x64-msvc@15.9.3: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN @angular/flex-layout@9.0.0-beta.31 requires a peer of @angular/cdk@^9.0.0-rc.8 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @angular/flex-layout@9.0.0-beta.31 requires a peer of tslib@^1.9.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-bootstrap/ng-bootstrap@11.0.1 requires a peer of @angular/common@^13.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-bootstrap/ng-bootstrap@11.0.1 requires a peer of @angular/core@^13.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-bootstrap/ng-bootstrap@11.0.1 requires a peer of @angular/forms@^13.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-bootstrap/ng-bootstrap@11.0.1 requires a peer of @angular/localize@^13.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-select/ng-select@8.3.0 requires a peer of @angular/common@>=13.0.0 <14.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-select/ng-select@8.3.0 requires a peer of @angular/core@>=13.0.0 <14.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-select/ng-select@8.3.0 requires a peer of @angular/forms@>=13.0.0 <14.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN angular-notifier@9.1.0 requires a peer of @angular/common@>= 11.0.0 < 12.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN angular-notifier@9.1.0 requires a peer of @angular/core@>= 11.0.0 < 12.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN bootstrap@4.6.2 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN bootstrap@4.6.2 requires a peer of popper.js@^1.16.1 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ng2-smart-table@1.6.0 requires a peer of @angular/common@^9.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ng2-smart-table@1.6.0 requires a peer of @angular/core@^9.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ng2-smart-table@1.6.0 requires a peer of @angular/forms@^9.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ng2-smart-table@1.6.0 requires a peer of tslib@^1.9.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @angular-eslint/schematics@13.5.0 requires a peer of @angular/cli@>= 13.0.0 < 14.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ajv-keywords@3.5.2 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.
[NG-UI] 
[NG-UI] added 1520 packages from 2513 contributors and audited 1550 packages in 100.685s
[LCM] 40ad674220fc: Pushed
[LCM] 78061641a08e: Pushed
[NG-UI] 
[NG-UI] 232 packages are looking for funding
[NG-UI]   run `npm fund` for details
[NG-UI] 
[NG-UI] found 11 vulnerabilities (5 moderate, 6 high)
[NG-UI]   run `npm audit fix` to fix them, or `npm audit` for details
[LCM] 273e5adf476b: Pushed
[Airflow]   Attempting uninstall: grpcio-status
[Airflow]     Found existing installation: grpcio-status 1.48.2
[Airflow]     Uninstalling grpcio-status-1.48.2:
[Airflow]       Successfully uninstalled grpcio-status-1.48.2
[Airflow]   Attempting uninstall: google-auth
[Airflow]     Found existing installation: google-auth 2.17.0
[Airflow]     Uninstalling google-auth-2.17.0:
[Airflow]       Successfully uninstalled google-auth-2.17.0
[LCM] osm-master-12485: digest: sha256:5169c9d08a38c9da724c48d419a45b2db272353170e6fe410dec94dd2714a2bf size: 3896
[Pipeline] [LCM] }
[Pipeline] [LCM] // dir
[Pipeline] [LCM] }
[Airflow]   Attempting uninstall: azure-core
[Airflow]     Found existing installation: azure-core 1.26.3
[Airflow]     Uninstalling azure-core-1.26.3:
[Airflow]       Successfully uninstalled azure-core-1.26.3
[Airflow]   Attempting uninstall: msal
[Airflow]     Found existing installation: msal 1.21.0
[Airflow]     Uninstalling msal-1.21.0:
[Airflow]       Successfully uninstalled msal-1.21.0
[Airflow]   Attempting uninstall: google-auth-httplib2
[Airflow]     Found existing installation: google-auth-httplib2 0.1.0
[Airflow]     Uninstalling google-auth-httplib2-0.1.0:
[RO]  ---> 5261b7a2cbca
[RO] Step 33/60 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[RO]  ---> Running in 8a4886c5183f
[RO] Removing intermediate container 8a4886c5183f
[RO]  ---> e223551c654b
[RO] Step 34/60 : COPY --from=INSTALL /usr/bin/genisoimage /usr/bin/genisoimage
[RO]  ---> 84e29fd12f37
[RO] Step 35/60 : COPY --from=INSTALL /etc/protocols /etc/protocols
[RO]  ---> d3adddd05a8f
[RO] Step 36/60 : EXPOSE 9090
[RO]  ---> Running in 9be8221d718f
[RO] Removing intermediate container 9be8221d718f
[RO]  ---> 5f93de50b77a
[RO] Step 37/60 : RUN groupadd -g 1000 appuser &&     useradd -u 1000 -g 1000 -d /app appuser &&     mkdir -p /app/osm_ro &&     mkdir -p /app/storage/kafka &&     mkdir /app/log &&     chown -R appuser:appuser /app
[RO]  ---> Running in d9cc6c7c6778
[RO] Removing intermediate container d9cc6c7c6778
[RO]  ---> f4eff25b5aad
[RO] Step 38/60 : WORKDIR /app/osm_ro
[RO]  ---> Running in 9aab4c0e2ac3
[RO] Removing intermediate container 9aab4c0e2ac3
[RO]  ---> 16396452a207
[RO] Step 39/60 : USER appuser
[RO]  ---> Running in 1e40bd28f416
[RO] Removing intermediate container 1e40bd28f416
[RO]  ---> 315644034b89
[RO] Step 40/60 : ENV RO_DB_HOST=""
[RO]  ---> Running in a3888c5a4889
[RO] Removing intermediate container a3888c5a4889
[RO]  ---> 170f73de5d2f
[RO] Step 41/60 : ENV RO_DB_OVIM_HOST=""
[RO]  ---> Running in 80c322565d04
[RO] Removing intermediate container 80c322565d04
[RO]  ---> f23e7e2e7a06
[RO] Step 42/60 : ENV RO_DB_ROOT_PASSWORD=""
[RO]  ---> Running in fdcfa4ac83e8
[RO] Removing intermediate container fdcfa4ac83e8
[RO]  ---> 3e583508121e
[RO] Step 43/60 : ENV RO_DB_OVIM_ROOT_PASSWORD=""
[RO]  ---> Running in 5fe095e31390
[RO] Removing intermediate container 5fe095e31390
[RO]  ---> 9e4121695012
[RO] Step 44/60 : ENV RO_DB_USER=mano
[RO]  ---> Running in 3395d8880ed2
[RO] Removing intermediate container 3395d8880ed2
[RO]  ---> b52bc459e7cb
[RO] Step 45/60 : ENV RO_DB_OVIM_USER=mano
[RO]  ---> Running in 0dbadd217309
[RO] Removing intermediate container 0dbadd217309
[RO]  ---> ace693c4add7
[RO] Step 46/60 : ENV RO_DB_PASSWORD=manopw
[RO]  ---> Running in ad5c1e0ffc9f
[RO] Removing intermediate container ad5c1e0ffc9f
[RO]  ---> 101ae31544cd
[RO] Step 47/60 : ENV RO_DB_OVIM_PASSWORD=manopw
[RO]  ---> Running in 9bc8cce6a7cc
[RO] Removing intermediate container 9bc8cce6a7cc
[RO]  ---> bff1dd0e7cd1
[RO] Step 48/60 : ENV RO_DB_PORT=3306
[RO]  ---> Running in ae8213993933
[RO] Removing intermediate container ae8213993933
[RO]  ---> 07f3c03d769e
[RO] Step 49/60 : ENV RO_DB_OVIM_PORT=3306
[RO]  ---> Running in edd250097c6b
[Airflow]       Successfully uninstalled google-auth-httplib2-0.1.0
[Airflow]   Attempting uninstall: google-api-core
[Airflow]     Found existing installation: google-api-core 2.8.2
[Airflow]     Uninstalling google-api-core-2.8.2:
[Airflow]       Successfully uninstalled google-api-core-2.8.2
[Airflow]   Attempting uninstall: azure-mgmt-core
[Airflow]     Found existing installation: azure-mgmt-core 1.3.2
[Airflow]     Uninstalling azure-mgmt-core-1.3.2:
[RO] Removing intermediate container edd250097c6b
[RO]  ---> 1180fbbc7a35
[RO] Step 50/60 : ENV RO_DB_NAME=mano_db
[RO]  ---> Running in 4621491992f7
[RO] Removing intermediate container 4621491992f7
[RO]  ---> 4e5c949fd061
[RO] Step 51/60 : ENV RO_DB_OVIM_NAME=mano_vim_db
[RO]  ---> Running in 1c5225b4da25
[RO] Removing intermediate container 1c5225b4da25
[RO]  ---> fad342938076
[RO] Step 52/60 : ENV OPENMANO_TENANT=osm
[RO]  ---> Running in 1a58fc5b4f2a
[RO] Removing intermediate container 1a58fc5b4f2a
[RO]  ---> f68ffbf7c716
[RO] Step 53/60 : ENV OSMRO_DATABASE_DRIVER mongo
[RO]  ---> Running in 0e8e1ce9eb89
[RO] Removing intermediate container 0e8e1ce9eb89
[RO]  ---> 7afcac0cd735
[RO] Step 54/60 : ENV OSMRO_DATABASE_URI mongodb://mongo:27017
[RO]  ---> Running in 2f1287e5a8fd
[RO] Removing intermediate container 2f1287e5a8fd
[RO]  ---> 71fb23f6f662
[RO] Step 55/60 : ENV OSMRO_MESSAGE_DRIVER  kafka
[RO]  ---> Running in e82ac7f30d37
[RO] Removing intermediate container e82ac7f30d37
[RO]  ---> a82454762f60
[RO] Step 56/60 : ENV OSMRO_MESSAGE_HOST    kafka
[RO]  ---> Running in 5fccb887bb93
[MON]  ---> 5c9a5f5fc5fc
[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]  ---> Running in c1bf1563392e
[MON] Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
[MON] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
[MON] Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
[MON] Get:4 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
[MON] Get:5 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
[MON] Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
[MON] Get:7 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
[MON] Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
[MON] Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1371 kB]
[MON] Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1789 kB]
[MON] Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2069 kB]
[MON] Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2308 kB]
[MON] Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.1 kB]
[MON] Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2382 kB]
[MON] Get:15 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.7 kB]
[MON] Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1078 kB]
[MON] Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [31.9 kB]
[MON] Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.0 kB]
[MON] Fetched 31.5 MB in 3s (12.0 MB/s)
[MON] Reading package lists...
[Airflow]       Successfully uninstalled azure-mgmt-core-1.3.2
[RO] Removing intermediate container 5fccb887bb93
[RO]  ---> ed99a3a6376c
[RO] Step 57/60 : ENV OSMRO_MESSAGE_PORT    9092
[RO]  ---> Running in 9c31983ad4a9
[RO] Removing intermediate container 9c31983ad4a9
[RO]  ---> 0046f560baee
[RO] Step 58/60 : ENV OSMRO_LOG_LEVEL       INFO
[RO]  ---> Running in 90b909586d20
[RO] Removing intermediate container 90b909586d20
[RO]  ---> e2a01ee818fa
[RO] Step 59/60 : HEALTHCHECK --start-period=130s --interval=10s --timeout=5s --retries=12   CMD curl --silent --fail http://localhost:9090/ro || exit 1
[RO]  ---> Running in cb7e5513658f
[RO] Removing intermediate container cb7e5513658f
[RO]  ---> 45e663d08219
[RO] Step 60/60 : CMD ["python3", "-u", "-m", "osm_ng_ro.ro_main"]
[RO]  ---> Running in 327fd78e2c01
[RO] Removing intermediate container 327fd78e2c01
[RO]  ---> be4ff8d5fad0
[RO] [Warning] One or more build-args [OSM_NGUI_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_NGSA_URL OSM_DEVOPS_URL CACHE_DATE OSM_IMDOCS_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_POLICY_MODULE_URL OSM_TESTS_URL PYTHON3_N2VC_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_TAPI_URL] were not consumed
[RO] Successfully built be4ff8d5fad0
[RO] Successfully tagged opensourcemano/ro:osm-master-12485
[Pipeline] [RO] echo
[RO] Tagging ro:osm-master-12485
[Pipeline] [RO] sh
[Airflow]   Attempting uninstall: google-api-python-client
[Airflow]     Found existing installation: google-api-python-client 1.12.11
[Airflow]     Uninstalling google-api-python-client-1.12.11:
[Airflow]       Successfully uninstalled google-api-python-client-1.12.11
[RO] [RO] Running shell script
[RO] + docker tag opensourcemano/ro:osm-master-12485 osm.etsi.org:5050/devops/cicd/opensourcemano/ro:osm-master-12485
[Pipeline] [RO] sh
[MON] Reading package lists...
[MON] Building dependency tree...
[MON] Reading state information...
[MON] The following additional packages will be installed:
[MON]   openssl
[MON] The following NEW packages will be installed:
[MON]   ca-certificates openssl
[MON] 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
[MON] Need to get 1341 kB of archives.
[MON] After this operation, 2502 kB of additional disk space will be used.
[MON] Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.15 [1186 kB]
[MON] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20230311ubuntu0.22.04.1 [155 kB]
[RO] [RO] Running shell script
[RO] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/ro:osm-master-12485
[RO] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/ro]
[RO] 0c36aeea1db5: Preparing
[RO] ee92008c19a8: Preparing
[RO] dd27eb8d90fb: Preparing
[RO] a4cb13c8c650: Preparing
[RO] 1d512791722e: Preparing
[RO] fb19cede363d: Preparing
[RO] bddd493a7bbd: Preparing
[RO] f2cd04a90f42: Preparing
[RO] 629ca62fb7c7: Preparing
[RO] fb19cede363d: Waiting
[RO] f2cd04a90f42: Waiting
[RO] bddd493a7bbd: Waiting
[RO] 629ca62fb7c7: Waiting
[RO] ee92008c19a8: Pushed
[RO] a4cb13c8c650: Pushed
[RO] 0c36aeea1db5: Pushed
[Keystone] Removing intermediate container 6c48eb679cd4
[Keystone]  ---> ac69ad61aea0
[Keystone] Step 8/24 : RUN pip3 install python-ldap==3.2.0 ldappool==3.0.0 python-openstackclient==6.2.0
[Keystone]  ---> Running in 686dbc4faf14
[Keystone] Requirement already satisfied: python-ldap==3.2.0 in /usr/lib/python3/dist-packages (3.2.0)
[Keystone] Collecting ldappool==3.0.0
[Keystone]   Downloading ldappool-3.0.0-py3-none-any.whl (12 kB)
[Keystone] Collecting python-openstackclient==6.2.0
[Keystone]   Downloading python_openstackclient-6.2.0-py3-none-any.whl (1.1 MB)
[Keystone]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 10.5 MB/s eta 0:00:00
[Keystone] Requirement already satisfied: PrettyTable>=0.7.2 in /usr/lib/python3/dist-packages (from ldappool==3.0.0) (2.5.0)
[Keystone] Collecting openstacksdk>=0.103.0
[Keystone]   Downloading openstacksdk-3.1.0-py3-none-any.whl (1.7 MB)
[Keystone]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 29.1 MB/s eta 0:00:00
[Keystone] Collecting cliff>=3.5.0
[Keystone]   Downloading cliff-4.6.0-py3-none-any.whl (81 kB)
[Keystone]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.1/81.1 KB 4.6 MB/s eta 0:00:00
[Keystone] Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/lib/python3/dist-packages (from python-openstackclient==6.2.0) (5.1.0)
[Keystone] Collecting python-novaclient>=18.1.0
[Keystone]   Downloading python_novaclient-18.6.0-py3-none-any.whl (335 kB)
[Keystone]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 336.0/336.0 KB 25.8 MB/s eta 0:00:00
[Keystone] Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/lib/python3/dist-packages (from python-openstackclient==6.2.0) (5.11.1)
[Keystone] Collecting python-cinderclient>=3.3.0
[Keystone]   Downloading python_cinderclient-9.5.0-py3-none-any.whl (256 kB)
[Keystone]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.1/256.1 KB 30.5 MB/s eta 0:00:00
[Keystone] Requirement already satisfied: stevedore>=2.0.1 in /usr/lib/python3/dist-packages (from python-openstackclient==6.2.0) (5.0.0)
[Keystone] Requirement already satisfied: iso8601>=0.1.11 in /usr/lib/python3/dist-packages (from python-openstackclient==6.2.0) (1.0.2)
[Keystone] Requirement already satisfied: oslo.utils>=3.33.0 in /usr/lib/python3/dist-packages (from python-openstackclient==6.2.0) (6.1.0)
[Keystone] Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/lib/python3/dist-packages (from python-openstackclient==6.2.0) (5.1.0)
[Keystone] Collecting osc-lib>=2.3.0
[Keystone]   Downloading osc_lib-3.0.1-py3-none-any.whl (89 kB)
[Keystone]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.6/89.6 KB 11.1 MB/s eta 0:00:00
[Keystone] Requirement already satisfied: PyYAML>=3.12 in /usr/lib/python3/dist-packages (from cliff>=3.5.0->python-openstackclient==6.2.0) (6.0)
[Keystone] Collecting autopage>=0.4.0
[Keystone]   Downloading autopage-0.5.2-py3-none-any.whl (30 kB)
[Keystone] Collecting cmd2>=1.0.0
[Keystone]   Downloading cmd2-2.4.3-py3-none-any.whl (147 kB)
[Keystone]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.2/147.2 KB 15.3 MB/s eta 0:00:00
[Keystone] Collecting platformdirs>=3
[Keystone]   Downloading platformdirs-4.2.1-py3-none-any.whl (17 kB)
[Keystone] Requirement already satisfied: cryptography>=2.7 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient==6.2.0) (3.4.8)
[Keystone] Requirement already satisfied: os-service-types>=1.7.0 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient==6.2.0) (1.7.0)
[Keystone] Collecting jmespath>=0.9.0
[Keystone]   Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)
[Keystone] Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient==6.2.0) (5.1.2)
[Keystone] Collecting requestsexceptions>=1.2.0
[Keystone]   Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB)
[Keystone] Collecting jsonpatch!=1.20,>=1.16
[Keystone]   Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB)
[Keystone] Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient==6.2.0) (1.1.8)
[Keystone] Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient==6.2.0) (0.11.0)
[Keystone] Requirement already satisfied: decorator>=4.4.1 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient==6.2.0) (4.4.2)
[Keystone] Requirement already satisfied: simplejson>=3.5.1 in /usr/lib/python3/dist-packages (from osc-lib>=2.3.0->python-openstackclient==6.2.0) (3.17.6)
[Keystone] Requirement already satisfied: requests>=2.25.1 in /usr/lib/python3/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient==6.2.0) (2.25.1)
[Keystone] Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/lib/python3/dist-packages (from python-novaclient>=18.1.0->python-openstackclient==6.2.0) (5.1.1)
[Keystone] Requirement already satisfied: attrs>=16.3.0 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient==6.2.0) (21.2.0)
[Keystone] Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient==6.2.0) (0.2.5)
[Keystone] Collecting pyperclip>=1.6
[Keystone]   Downloading pyperclip-1.8.2.tar.gz (20 kB)
[Keystone]   Preparing metadata (setup.py): started
[Keystone]   Preparing metadata (setup.py): finished with status 'done'
[MON] debconf: delaying package configuration, since apt-utils is not installed
[MON] Fetched 1341 kB in 0s (49.0 MB/s)
[MON] Selecting previously unselected package openssl.
[MON] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5123 files and directories currently installed.)
[MON] Preparing to unpack .../openssl_3.0.2-0ubuntu1.15_amd64.deb ...
[MON] Unpacking openssl (3.0.2-0ubuntu1.15) ...
[MON] Selecting previously unselected package ca-certificates.
[MON] Preparing to unpack .../ca-certificates_20230311ubuntu0.22.04.1_all.deb ...
[MON] Unpacking ca-certificates (20230311ubuntu0.22.04.1) ...
[MON] Setting up openssl (3.0.2-0ubuntu1.15) ...
[MON] Setting up ca-certificates (20230311ubuntu0.22.04.1) ...
[MON] Updating certificates in /etc/ssl/certs...
[RO] dd27eb8d90fb: Pushed
[RO] bddd493a7bbd: Mounted from devops/cicd/opensourcemano/lcm
[RO] 629ca62fb7c7: Layer already exists
[RO] f2cd04a90f42: Mounted from devops/cicd/opensourcemano/lcm
[Keystone] Collecting jsonpointer>=1.9
[Keystone]   Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB)
[Keystone] Building wheels for collected packages: pyperclip
[Keystone]   Building wheel for pyperclip (setup.py): started
[Keystone]   Building wheel for pyperclip (setup.py): finished with status 'done'
[Keystone]   Created wheel for pyperclip: filename=pyperclip-1.8.2-py3-none-any.whl size=11137 sha256=c1fd096aa3fc1b3b8500f3fdcc35a3d78b389b311f4d4373d1e59d41e8586749
[Keystone]   Stored in directory: /root/.cache/pip/wheels/04/24/fe/140a94a7f1036003ede94579e6b4227fe96c840c6f4dcbe307
[Keystone] Successfully built pyperclip
[MON] 137 added, 0 removed; done.
[MON] Processing triggers for ca-certificates (20230311ubuntu0.22.04.1) ...
[MON] Updating certificates in /etc/ssl/certs...
[RO] fb19cede363d: Pushed
[Keystone] Installing collected packages: requestsexceptions, pyperclip, python-novaclient, python-cinderclient, platformdirs, ldappool, jsonpointer, jmespath, cmd2, autopage, jsonpatch, cliff, openstacksdk, osc-lib, python-openstackclient
[MON] 0 added, 0 removed; done.
[MON] Running hooks in /etc/ca-certificates/update.d...
[MON] done.
[tests] Selecting previously unselected package kubectl.
[tests] Preparing to unpack .../kubectl_1.28.2-00_amd64.deb ...
[tests] Unpacking kubectl (1.28.2-00) ...
[MON] Removing intermediate container c1bf1563392e
[MON]  ---> 72f24f2f56b2
[MON] Step 23/56 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[MON]  ---> Running in 6a754a143626
[tests] Setting up kubectl (1.28.2-00) ...
[tests] Setting up google-cloud-cli (455.0.0-0) ...
[MON] Removing intermediate container 6a754a143626
[MON]  ---> fe6f93bde106
[MON] Step 24/56 : COPY --from=INSTALL /usr/bin/osm* /usr/bin/
[MON]  ---> bcb0b02c7d2d
[MON] Step 25/56 : COPY --from=INSTALL /usr/bin/scp /usr/bin/scp
[MON]  ---> f5866f31c2d6
[MON] Step 26/56 : COPY --from=INSTALL /usr/bin/ssh-keygen /usr/bin/ssh-keygen
[MON]  ---> f28d107a75a4
[MON] Step 27/56 : COPY --from=INSTALL /usr/bin/ssh /usr/bin/ssh
[MON]  ---> f9c2d7d55bf9
[MON] Step 28/56 : COPY --from=INSTALL /usr/lib/x86_64-linux-gnu/ /usr/lib/x86_64-linux-gnu/
[Keystone] Successfully installed autopage-0.5.2 cliff-4.6.0 cmd2-2.4.3 jmespath-1.0.1 jsonpatch-1.33 jsonpointer-2.4 ldappool-3.0.0 openstacksdk-3.1.0 osc-lib-3.0.1 platformdirs-4.2.1 pyperclip-1.8.2 python-cinderclient-9.5.0 python-novaclient-18.6.0 python-openstackclient-6.2.0 requestsexceptions-1.4.0
[Keystone] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[Keystone] Removing intermediate container 686dbc4faf14
[Keystone]  ---> f6477900b6b7
[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]  ---> Running in 7dff843c7ff5
[Airflow]   Attempting uninstall: google-cloud-monitoring
[Airflow]     Found existing installation: google-cloud-monitoring 2.11.0
[Airflow]     Uninstalling google-cloud-monitoring-2.11.0:
[Airflow]       Successfully uninstalled google-cloud-monitoring-2.11.0
[Airflow]   Attempting uninstall: azure-identity
[Airflow]     Found existing installation: azure-identity 1.12.0
[Airflow]     Uninstalling azure-identity-1.12.0:
[Airflow]       Successfully uninstalled azure-identity-1.12.0
[Airflow] ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
[Airflow] snowflake-connector-python 3.0.2 requires charset-normalizer<3,>=2, but you have charset-normalizer 3.3.0 which is incompatible.
[Airflow] snowflake-connector-python 3.0.2 requires cryptography<41.0.0,>=3.1.0, but you have cryptography 41.0.4 which is incompatible.
[Airflow] snowflake-connector-python 3.0.2 requires urllib3<1.27,>=1.21.1, but you have urllib3 2.0.6 which is incompatible.
[Airflow] pyopenssl 23.1.1 requires cryptography<41,>=38.0.0, but you have cryptography 41.0.4 which is incompatible.
[Airflow] mysql-connector-python 8.0.32 requires protobuf<=3.20.3,>=3.11.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] httpx 0.23.3 requires rfc3986[idna2008]<2,>=1.3, but you have rfc3986 2.0.0 which is incompatible.
[Airflow] google-cloud-workflows 1.7.1 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-vision 1.0.2 requires protobuf<4.0.0dev, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-videointelligence 1.16.3 requires protobuf<4.0.0dev, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-translate 1.7.2 requires protobuf<4.0.0dev, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-texttospeech 1.0.3 requires protobuf<4.0.0dev, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-tasks 2.10.1 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-speech 1.3.4 requires protobuf<4.0.0dev, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-spanner 1.19.3 requires protobuf<4.0.0dev, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-secret-manager 1.0.2 requires protobuf<4.0.0dev, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-resource-manager 1.6.0 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-redis 2.9.0 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-pubsub 2.13.5 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-os-login 2.7.1 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-orchestration-airflow 1.4.1 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-memcache 1.4.1 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-logging 3.2.1 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-language 1.3.2 requires protobuf<4.0.0dev, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-kms 2.12.0 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-dlp 3.7.1 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-dataproc 5.0.0 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-dataproc-metastore 1.6.0 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-dataplex 1.1.0 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-dataform 0.2.0 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-dataflow-client 0.5.4 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-datacatalog 3.9.0 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-container 2.11.1 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-build 3.9.0 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-bigtable 2.11.1 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-bigquery 2.34.4 requires packaging<22.0dev,>=14.3, but you have packaging 23.1 which is incompatible.
[Airflow] google-cloud-bigquery 2.34.4 requires protobuf<4.0.0dev,>=3.12.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-bigquery-storage 2.14.1 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-bigquery-datatransfer 3.7.0 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-automl 2.8.0 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-appengine-logging 1.1.3 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-cloud-aiplatform 1.16.1 requires packaging<22.0.0dev,>=14.3, but you have packaging 23.1 which is incompatible.
[Airflow] google-cloud-aiplatform 1.16.1 requires protobuf<4.0.0dev,>=3.19.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] google-ads 18.0.0 requires proto-plus==1.19.6, but you have proto-plus 1.22.3 which is incompatible.
[Airflow] google-ads 18.0.0 requires protobuf!=3.18.*,!=3.19.*,<=3.20.0,>=3.12.0, but you have protobuf 4.24.3 which is incompatible.
[Airflow] gcloud-aio-storage 8.1.0 requires pyasn1-modules<0.3.0,>=0.2.1, but you have pyasn1-modules 0.3.0 which is incompatible.
[Airflow] gcloud-aio-auth 4.2.0 requires cryptography<40.0.0,>=2.0.0, but you have cryptography 41.0.4 which is incompatible.
[Airflow] elasticsearch 7.13.4 requires urllib3<2,>=1.21.1, but you have urllib3 2.0.6 which is incompatible.
[Airflow] elasticsearch-dbapi 0.2.10 requires packaging<22.0,>=21.0, but you have packaging 23.1 which is incompatible.
[Airflow] botocore 1.29.102 requires urllib3<1.27,>=1.25.4, but you have urllib3 2.0.6 which is incompatible.
[Airflow] apache-airflow-providers-google 8.11.0 requires google-api-python-client<2.0.0,>=1.6.0, but you have google-api-python-client 2.102.0 which is incompatible.
[Airflow] Successfully installed aiokafka-0.8.1 async-timeout-4.0.3 attrs-23.1.0 autopage-0.5.1 azure-core-1.29.4 azure-identity-1.14.0 azure-mgmt-compute-30.3.0 azure-mgmt-core-1.4.0 azure-mgmt-monitor-6.0.2 cachetools-5.3.1 certifi-2023.7.22 cffi-1.16.0 charset-normalizer-3.3.0 cliff-4.3.0 cmd2-2.4.3 contourpy-1.1.1 cryptography-41.0.4 cycler-0.12.0 dataclasses-0.6 dateparser-1.1.8 debtcollector-2.5.0 dnspython-2.4.2 fonttools-4.43.0 futurist-2.4.1 gnocchiclient-7.0.8 google-api-core-2.12.0 google-api-python-client-2.102.0 google-auth-2.23.2 google-auth-httplib2-0.1.1 google-cloud-monitoring-2.15.1 googleapis-common-protos-1.60.0 grpcio-1.59.0 grpcio-status-1.59.0 httmock-1.4.0 httplib2-0.22.0 importlib-metadata-6.8.0 iso8601-2.1.0 kafka-python-2.0.2 keystoneauth1-5.3.0 kiwisolver-1.4.5 matplotlib-3.8.0 motor-3.3.1 msal-1.24.1 msgpack-1.0.7 netaddr-0.9.0 netifaces-0.11.0 numpy-1.26.0 os-service-types-1.7.0 oslo-config-9.2.0 oslo-i18n-6.1.0 oslo-serialization-5.2.0 oslo-utils-6.2.1 packaging-23.1 pandas-2.1.1 pbr-5.11.1 pillow-10.0.1 portalocker-2.8.2 prettytable-0.7.2 prometheus-api-client-0.5.4 prometheus-client-0.17.1 proto-plus-1.22.3 protobuf-4.24.3 pyasn1-0.5.0 pyasn1-modules-0.3.0 pycryptodome-3.19.0 pyjwt-2.8.0 pymongo-4.5.0 pyparsing-3.1.1 pyperclip-1.8.2 python-ceilometerclient-2.9.0 python-keystoneclient-5.2.0 python-novaclient-18.4.0 pytz-2023.3.post1 pyyaml-6.0.1 regex-2023.10.3 requests-2.31.0 rfc3986-2.0.0 stevedore-5.1.0 typing-extensions-4.8.0 tzdata-2023.3 tzlocal-5.0.1 ujson-5.8.0 uritemplate-4.1.1 urllib3-2.0.6 wcwidth-0.2.8 zipp-3.17.0
[Keystone] Removing intermediate container 7dff843c7ff5
[Keystone]  ---> caf763bd055f
[Keystone] Step 10/24 : USER appuser
[Keystone]  ---> Running in f36474860cae
[Keystone] Removing intermediate container f36474860cae
[Keystone]  ---> cec561f04289
[Keystone] Step 11/24 : ENV DB_HOST                 keystone-db
[Keystone]  ---> Running in e030a8ce0a99
[Keystone] Removing intermediate container e030a8ce0a99
[Keystone]  ---> 3256efe5912a
[Keystone] Step 12/24 : ENV DB_PORT                 3306
[Keystone]  ---> Running in e2158fba8271
[Keystone] Removing intermediate container e2158fba8271
[Keystone]  ---> 5a58ba22923c
[Keystone] Step 13/24 : ENV ROOT_DB_USER            root
[Keystone]  ---> Running in 774925a6607d
[Keystone] Removing intermediate container 774925a6607d
[Keystone]  ---> 65eb90a3d4ae
[Keystone] Step 14/24 : ENV ROOT_DB_PASSWORD        admin
[Keystone]  ---> Running in 7df1644e336d
[Keystone] Removing intermediate container 7df1644e336d
[Keystone]  ---> 62019ed60553
[Keystone] Step 15/24 : ENV KEYSTONE_DB_PASSWORD    admin
[Keystone]  ---> Running in 46764845bd83
[Airflow] 
[Airflow] [notice] A new release of pip is available: 23.0.1 -> 24.0
[Airflow] [notice] To update, run: python -m pip install --upgrade pip
[Keystone] Removing intermediate container 46764845bd83
[Keystone]  ---> efb98437ecaf
[Keystone] Step 16/24 : ENV REGION_ID               RegionOne
[Keystone]  ---> Running in 414e53cf77d7
[Keystone] Removing intermediate container 414e53cf77d7
[Keystone]  ---> 94838a9d0068
[Keystone] Step 17/24 : ENV KEYSTONE_HOST           keystone
[Keystone]  ---> Running in 0a8b9c1066c1
[Keystone] Removing intermediate container 0a8b9c1066c1
[Keystone]  ---> aedb1b543041
[Keystone] Step 18/24 : ENV ADMIN_USERNAME          admin
[Keystone]  ---> Running in 6bb3839110ed
[Keystone] Removing intermediate container 6bb3839110ed
[Keystone]  ---> e165dce26d4a
[Keystone] Step 19/24 : ENV ADMIN_PASSWORD          admin
[Keystone]  ---> Running in 7363e150a71a
[Keystone] Removing intermediate container 7363e150a71a
[Keystone]  ---> e7ccd1707f05
[Keystone] Step 20/24 : ENV ADMIN_PROJECT           admin
[Keystone]  ---> Running in 18b152825941
[Keystone] Removing intermediate container 18b152825941
[Keystone]  ---> 532dbdaaa9fa
[Keystone] Step 21/24 : ENV SERVICE_USERNAME        nbi
[Keystone]  ---> Running in e2e3f193ed2f
[Keystone] Removing intermediate container e2e3f193ed2f
[Keystone]  ---> 0393f92ce83d
[Keystone] Step 22/24 : ENV SERVICE_PASSWORD        nbi
[MON]  ---> 9da8ea4a81dd
[MON] Step 29/56 : COPY --from=INSTALL /lib/x86_64-linux-gnu/ /lib/x86_64-linux-gnu/
[Keystone]  ---> Running in af699338f56e
[Keystone] Removing intermediate container af699338f56e
[Keystone]  ---> e4fbbcadcd68
[Keystone] Step 23/24 : ENV SERVICE_PROJECT         service
[Keystone]  ---> Running in 867b81e2ce72
[Keystone] Removing intermediate container 867b81e2ce72
[Keystone]  ---> 8d02c4643bae
[Keystone] Step 24/24 : ENTRYPOINT ["./start.sh"]
[Keystone]  ---> Running in 9264e9195fea
[Keystone] Removing intermediate container 9264e9195fea
[Keystone]  ---> 6f55da11fa6d
[Keystone] [Warning] One or more build-args [PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_N2VC_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_POLICY_MODULE_URL CACHE_DATE PYTHON3_OSM_COMMON_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_DEVOPS_URL OSM_NGUI_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL OSM_IMDOCS_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_TESTS_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_TAPI_URL] were not consumed
[Keystone] Successfully built 6f55da11fa6d
[Keystone] Successfully tagged opensourcemano/keystone:osm-master-12485
[Pipeline] [Keystone] echo
[Keystone] Tagging keystone:osm-master-12485
[Pipeline] [Keystone] sh
[Keystone] [Keystone] Running shell script
[Keystone] + docker tag opensourcemano/keystone:osm-master-12485 osm.etsi.org:5050/devops/cicd/opensourcemano/keystone:osm-master-12485
[Pipeline] [Keystone] sh
[Keystone] [Keystone] Running shell script
[Keystone] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/keystone:osm-master-12485
[Keystone] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/keystone]
[Keystone] e8da9de41f8f: Preparing
[Keystone] ecf7318881bd: Preparing
[Keystone] 8a157c89e698: Preparing
[Keystone] f8bfecb70251: Preparing
[Keystone] da881350f96a: Preparing
[Keystone] bb41d8bc9168: Preparing
[Keystone] 629ca62fb7c7: Preparing
[Keystone] da881350f96a: Waiting
[Keystone] bb41d8bc9168: Waiting
[Keystone] 629ca62fb7c7: Waiting
[Keystone] f8bfecb70251: Pushed
[Keystone] e8da9de41f8f: Pushed
[Keystone] da881350f96a: Pushed
[Keystone] bb41d8bc9168: Pushed
[Keystone] 629ca62fb7c7: Layer already exists
[Keystone] ecf7318881bd: Pushed
[MON]  ---> 854d26939c42
[MON] Step 30/56 : COPY scripts/ /app/osm_mon/scripts/
[MON]  ---> 998ad433c784
[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]  ---> Running in 72f5d259d9e4
[MON] Removing intermediate container 72f5d259d9e4
[MON]  ---> 6060da66df09
[MON] Step 32/56 : WORKDIR /app/osm_mon
[MON]  ---> Running in 14556811c702
[MON] Removing intermediate container 14556811c702
[MON]  ---> d9746172cb73
[MON] Step 33/56 : USER appuser
[MON]  ---> Running in 9e25f7e8f5e1
[MON] Removing intermediate container 9e25f7e8f5e1
[MON]  ---> 88d8be10ff7d
[MON] Step 34/56 : ENV OSMMON_MESSAGE_DRIVER kafka
[MON]  ---> Running in a832ea626f16
[MON] Removing intermediate container a832ea626f16
[MON]  ---> 9ea8701b6499
[MON] Step 35/56 : ENV OSMMON_MESSAGE_HOST kafka
[RO] 1d512791722e: Pushed
[RO] osm-master-12485: digest: sha256:b807dd3dd9639e23f5518e003876bac6ca4d8e88b950c150818aebe323107dc9 size: 2204
[Pipeline] [RO] }
[MON]  ---> Running in 2ff7cfac0011
[MON] Removing intermediate container 2ff7cfac0011
[MON]  ---> 50155027e69e
[MON] Step 36/56 : ENV OSMMON_MESSAGE_PORT 9092
[MON]  ---> Running in 532b029c2428
[MON] Removing intermediate container 532b029c2428
[MON]  ---> 664997625a9f
[MON] Step 37/56 : ENV OSMMON_DATABASE_DRIVER mongo
[MON]  ---> Running in 7bb98e113f84
[Pipeline] [RO] // dir
[Pipeline] [RO] }
[MON] Removing intermediate container 7bb98e113f84
[MON]  ---> 17934ebb9a43
[MON] Step 38/56 : ENV OSMMON_DATABASE_URI mongodb://mongo:27017
[MON]  ---> Running in 8be78681e962
[MON] Removing intermediate container 8be78681e962
[MON]  ---> b9ae87f3526c
[MON] Step 39/56 : ENV OSMMON_SQL_DATABASE_URI sqlite:///mon_sqlite.db
[MON]  ---> Running in 57200b0b1825
[MON] Removing intermediate container 57200b0b1825
[MON]  ---> 1a8033a694da
[MON] Step 40/56 : ENV OSMMON_OPENSTACK_DEFAULT_GRANULARITY 300
[MON]  ---> Running in 683cc2a16cc8
[MON] Removing intermediate container 683cc2a16cc8
[MON]  ---> 08477110b9e6
[MON] Step 41/56 : ENV OSMMON_GLOBAL_REQUEST_TIMEOUT 10
[MON]  ---> Running in 8b0b2ae86567
[MON] Removing intermediate container 8b0b2ae86567
[MON]  ---> 3433ccb2b3ea
[MON] Step 42/56 : ENV OSMMON_GLOBAL_LOGLEVEL INFO
[MON]  ---> Running in eb95cc657e72
[MON] Removing intermediate container eb95cc657e72
[MON]  ---> 0635d7315ffc
[MON] Step 43/56 : ENV OSMMON_VCA_HOST localhost
[MON]  ---> Running in 6ca0404ec328
[MON] Removing intermediate container 6ca0404ec328
[MON]  ---> 23c76edc57bf
[MON] Step 44/56 : ENV OSMMON_VCA_SECRET secret
[MON]  ---> Running in 31ac3fc127c6
[MON] Removing intermediate container 31ac3fc127c6
[MON]  ---> ec3ce7e3aa5b
[MON] Step 45/56 : ENV OSMMON_VCA_USER admin
[MON]  ---> Running in a2a44240ac76
[MON] Removing intermediate container a2a44240ac76
[MON]  ---> c5e79a42a6ec
[MON] Step 46/56 : ENV OSMMON_VCA_CACERT cacert
[MON]  ---> Running in 2bf6738b5c15
[MON] Removing intermediate container 2bf6738b5c15
[MON]  ---> e4640e9818f7
[MON] Step 47/56 : ENV OSMMON_DATABASE_COMMONKEY changeme
[MON]  ---> Running in b349afa7d477
[MON] Removing intermediate container b349afa7d477
[MON]  ---> 81e72f8d525c
[MON] Step 48/56 : ENV OSMMON_COLLECTOR_INTERVAL 30
[MON]  ---> Running in beac49192094
[MON] Removing intermediate container beac49192094
[MON]  ---> 210570c787af
[MON] Step 49/56 : ENV OSMMON_EVALUATOR_INTERVAL 30
[MON]  ---> Running in 52ddc1e0390d
[MON] Removing intermediate container 52ddc1e0390d
[MON]  ---> 75e322879504
[MON] Step 50/56 : ENV OSMMON_PROMETHEUS_URL http://prometheus:9090
[MON]  ---> Running in de7139e5af72
[MON] Removing intermediate container de7139e5af72
[MON]  ---> 037dcbcd6c95
[MON] Step 51/56 : ENV OSMMON_GRAFANA_URL http://grafana:3000
[MON]  ---> Running in b156b8aed1f8
[MON] Removing intermediate container b156b8aed1f8
[MON]  ---> f60d31405158
[MON] Step 52/56 : ENV OSMMON_GRAFANA_USER admin
[MON]  ---> Running in 477e5cbeab5c
[MON] Removing intermediate container 477e5cbeab5c
[MON]  ---> 35c1116ac795
[MON] Step 53/56 : ENV OSMMON_GRAFANA_PASSWORD admin
[MON]  ---> Running in c70561caf14d
[MON] Removing intermediate container c70561caf14d
[MON]  ---> be6abe714f6c
[MON] Step 54/56 : EXPOSE 8000
[MON]  ---> Running in eddbaa7a3dbb
[MON] Removing intermediate container eddbaa7a3dbb
[MON]  ---> 8c13bc75fe30
[MON] Step 55/56 : HEALTHCHECK --start-period=120s --interval=5s --timeout=2s --retries=12  CMD osm-mon-healthcheck || exit 1
[MON]  ---> Running in ee52a4905bc7
[MON] Removing intermediate container ee52a4905bc7
[MON]  ---> 0b6d959c7081
[MON] Step 56/56 : CMD /bin/bash scripts/start.sh
[MON]  ---> Running in 0e22ee648990
[MON] Removing intermediate container 0e22ee648990
[MON]  ---> d180c31de816
[MON] [Warning] One or more build-args [PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL OSM_TESTS_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROVIM_AZURE_URL OSM_IMDOCS_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_NGUI_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_RO_PLUGIN_URL CACHE_DATE OSM_DEVOPS_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_POLICY_MODULE_URL] were not consumed
[MON] Successfully built d180c31de816
[MON] Successfully tagged opensourcemano/mon:osm-master-12485
[Pipeline] [MON] echo
[MON] Tagging mon:osm-master-12485
[Pipeline] [MON] sh
[MON] [MON] Running shell script
[MON] + docker tag opensourcemano/mon:osm-master-12485 osm.etsi.org:5050/devops/cicd/opensourcemano/mon:osm-master-12485
[Pipeline] [MON] sh
[MON] [MON] Running shell script
[MON] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/mon:osm-master-12485
[MON] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/mon]
[MON] dc390f417b53: Preparing
[MON] 4874863ef8eb: Preparing
[MON] a1364002889a: Preparing
[MON] 49d835d2bbaf: Preparing
[MON] 8d6c379ae892: Preparing
[MON] 6fb55def8601: Preparing
[MON] 0e4e0c715587: Preparing
[MON] 9ba4ec9e7d92: Preparing
[MON] 37da16375997: Preparing
[MON] 4959220356f1: Preparing
[MON] 52e9a47587c5: Preparing
[MON] bced5ab30c9f: Preparing
[MON] bddd493a7bbd: Preparing
[MON] f2cd04a90f42: Preparing
[MON] 8d6c379ae892: Waiting
[MON] 6fb55def8601: Waiting
[MON] 629ca62fb7c7: Preparing
[MON] 9ba4ec9e7d92: Waiting
[MON] 37da16375997: Waiting
[MON] 52e9a47587c5: Waiting
[MON] bced5ab30c9f: Waiting
[MON] 4959220356f1: Waiting
[MON] 0e4e0c715587: Waiting
[MON] bddd493a7bbd: Waiting
[MON] f2cd04a90f42: Waiting
[MON] 629ca62fb7c7: Waiting
[MON] 4874863ef8eb: Pushed
[MON] dc390f417b53: Pushed
[MON] 6fb55def8601: Pushed
[MON] 8d6c379ae892: Pushed
[MON] 0e4e0c715587: Pushed
[MON] 9ba4ec9e7d92: Pushed
[MON] 37da16375997: Pushed
[MON] 4959220356f1: Pushed
[MON] bced5ab30c9f: Pushed
[MON] bddd493a7bbd: Mounted from devops/cicd/opensourcemano/ro
[MON] f2cd04a90f42: Mounted from devops/cicd/opensourcemano/ro
[MON] 629ca62fb7c7: Layer already exists
[MON] 49d835d2bbaf: Pushed
[MON] a1364002889a: Pushed
[Airflow] Removing intermediate container f0a64888e901
[Airflow]  ---> ca7359507273
[Airflow] [Warning] One or more build-args [PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_IMDOCS_URL OSM_TESTS_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_N2VC_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL CACHE_DATE PYTHON3_OSM_MON_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_LCM_URL OSM_NGUI_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL APT_PROXY OSM_DEVOPS_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL] were not consumed
[Airflow] Successfully built ca7359507273
[Airflow] Successfully tagged opensourcemano/airflow:osm-master-12485
[Pipeline] [Airflow] echo
[Airflow] Tagging airflow:osm-master-12485
[Pipeline] [Airflow] sh
[Airflow] [Airflow] Running shell script
[Airflow] + docker tag opensourcemano/airflow:osm-master-12485 osm.etsi.org:5050/devops/cicd/opensourcemano/airflow:osm-master-12485
[Pipeline] [Airflow] sh
[Airflow] [Airflow] Running shell script
[Airflow] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/airflow:osm-master-12485
[Airflow] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/airflow]
[Airflow] 9d296091ae5b: Preparing
[Airflow] d3cbbc48d91b: Preparing
[Airflow] 5f33fe038638: Preparing
[Airflow] a843dd22db0f: Preparing
[Airflow] 39325bb22631: Preparing
[Airflow] 3434348d3faa: Preparing
[Airflow] 8354ac2f94eb: Preparing
[Airflow] 1b5769ee4394: Preparing
[Airflow] c96dd40c2948: Preparing
[Airflow] 7e7721a16ccf: Preparing
[Airflow] 58577a3ac668: Preparing
[Airflow] 4828a6c451df: Preparing
[Airflow] fa9ab046628c: Preparing
[Airflow] 5f70bf18a086: Preparing
[Airflow] 8b4250c5d64d: Preparing
[Airflow] af7b571f7ca8: Preparing
[Airflow] c57e7b07a3b2: Preparing
[Airflow] 3434348d3faa: Waiting
[Airflow] f280206a86b2: Preparing
[Airflow] 8354ac2f94eb: Waiting
[Airflow] feb06c5db7c4: Preparing
[Airflow] 1b5769ee4394: Waiting
[Airflow] c96dd40c2948: Waiting
[Airflow] b082288f25e1: Preparing
[Airflow] 79d83185dd32: Preparing
[Airflow] ab84691a2eba: Preparing
[Airflow] 30baed22bc16: Preparing
[Airflow] 7e7721a16ccf: Waiting
[Airflow] 58577a3ac668: Waiting
[Airflow] 4828a6c451df: Waiting
[Airflow] 26f2bb17348b: Preparing
[Airflow] fa9ab046628c: Waiting
[Airflow] 5f70bf18a086: Waiting
[Airflow] 15b3067dc4be: Preparing
[Airflow] 8b4250c5d64d: Waiting
[Airflow] db70c9ea5e22: Preparing
[Airflow] af7b571f7ca8: Waiting
[Airflow] c57e7b07a3b2: Waiting
[Airflow] 31152b74f256: Preparing
[Airflow] f280206a86b2: Waiting
[Airflow] feb06c5db7c4: Waiting
[Airflow] b082288f25e1: Waiting
[Airflow] 8a2adc4b2731: Preparing
[Airflow] a843dd22db0f: Waiting
[Airflow] 7766968e5876: Preparing
[Airflow] 39325bb22631: Waiting
[Airflow] 16af49539099: Preparing
[Airflow] 79d83185dd32: Waiting
[Airflow] ab84691a2eba: Waiting
[Airflow] 15b3067dc4be: Waiting
[Airflow] 219c6c2423f1: Preparing
[Airflow] 30baed22bc16: Waiting
[Airflow] db70c9ea5e22: Waiting
[Airflow] 26f2bb17348b: Waiting
[Airflow] 3af14c9a24c9: Preparing
[Airflow] 31152b74f256: Waiting
[Airflow] 16af49539099: Waiting
[Airflow] 7766968e5876: Waiting
[Airflow] 8a2adc4b2731: Waiting
[Airflow] 3af14c9a24c9: Waiting
[Airflow] d3cbbc48d91b: Pushed
[Airflow] 5f33fe038638: Pushed
[Airflow] a843dd22db0f: Pushed
[Airflow] 39325bb22631: Pushed
[Airflow] 3434348d3faa: Pushed
[Airflow] 8354ac2f94eb: Pushed
[Airflow] c96dd40c2948: Pushed
[Airflow] 1b5769ee4394: Pushed
[Airflow] 7e7721a16ccf: Pushed
[Airflow] 4828a6c451df: Layer already exists
[Airflow] fa9ab046628c: Layer already exists
[Airflow] 5f70bf18a086: Layer already exists
[Airflow] 8b4250c5d64d: Layer already exists
[Airflow] af7b571f7ca8: Layer already exists
[Airflow] c57e7b07a3b2: Layer already exists
[Airflow] f280206a86b2: Layer already exists
[Airflow] feb06c5db7c4: Layer already exists
[Airflow] b082288f25e1: Layer already exists
[Airflow] 79d83185dd32: Layer already exists
[Airflow] ab84691a2eba: Layer already exists
[Airflow] 30baed22bc16: Layer already exists
[Airflow] 26f2bb17348b: Layer already exists
[Airflow] 15b3067dc4be: Layer already exists
[Airflow] db70c9ea5e22: Layer already exists
[Airflow] 31152b74f256: Layer already exists
[Airflow] 8a2adc4b2731: Layer already exists
[Airflow] 7766968e5876: Layer already exists
[Airflow] 16af49539099: Layer already exists
[Airflow] 219c6c2423f1: Layer already exists
[Airflow] 3af14c9a24c9: Layer already exists
[MON] 52e9a47587c5: Pushed
[MON] osm-master-12485: digest: sha256:3ffe6866422e948428fcadb4e1a46657fe300840efbb28598a800017e55f0b04 size: 3466
[Pipeline] [MON] }
[Pipeline] [MON] // dir
[Pipeline] [MON] }
[tests] Removing intermediate container e64d2d19de7f
[tests]  ---> 6d8b0b9cbc64
[tests] Step 19/35 : RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
[tests]  ---> Running in c8d1591ba273
[tests] Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
[tests] Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
[tests] Hit:3 https://packages.cloud.google.com/apt cloud-sdk InRelease
[tests] Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
[tests] Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
[tests] Reading package lists...
[tests] Reading package lists...
[tests] Building dependency tree...
[tests] Reading state information...
[tests] curl is already the newest version (7.81.0-1ubuntu1.16).
[tests] gnupg is already the newest version (2.2.27-3ubuntu2.1).
[tests] apt-transport-https is already the newest version (2.4.12).
[tests] The following additional packages will be installed:
[tests]   distro-info-data
[tests] The following NEW packages will be installed:
[tests]   distro-info-data lsb-release
[tests] 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
[tests] Need to get 16.1 kB of archives.
[tests] After this operation, 88.1 kB of additional disk space will be used.
[tests] Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.7 [5326 B]
[tests] Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
[tests] debconf: delaying package configuration, since apt-utils is not installed
[tests] Fetched 16.1 kB in 0s (1194 kB/s)
[tests] Selecting previously unselected package distro-info-data.
[tests] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 57225 files and directories currently installed.)
[tests] Preparing to unpack .../distro-info-data_0.52ubuntu0.7_all.deb ...
[tests] Unpacking distro-info-data (0.52ubuntu0.7) ...
[tests] Selecting previously unselected package lsb-release.
[tests] Preparing to unpack .../lsb-release_11.1.0ubuntu4_all.deb ...
[tests] Unpacking lsb-release (11.1.0ubuntu4) ...
[tests] Setting up distro-info-data (0.52ubuntu0.7) ...
[tests] Setting up lsb-release (11.1.0ubuntu4) ...
[tests] Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
[tests] Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
[tests] Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
[tests] Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
[tests] Hit:5 https://packages.cloud.google.com/apt cloud-sdk InRelease
[tests] Get:6 https://packages.microsoft.com/repos/azure-cli jammy InRelease [3596 B]
[tests] Get:7 https://packages.microsoft.com/repos/azure-cli jammy/main all Packages [1099 B]
[tests] Get:8 https://packages.microsoft.com/repos/azure-cli jammy/main amd64 Packages [1558 B]
[tests] Fetched 6253 B in 1s (10.2 kB/s)
[tests] Reading package lists...
[Keystone] 8a157c89e698: Pushed
[Keystone] osm-master-12485: digest: sha256:5518f29c949b392aa3fe516344654a58bcb64de1eaf6a8d2edf8f2f899e7e7b6 size: 1782
[Pipeline] [Keystone] }
[Pipeline] [Keystone] // dir
[tests] Reading package lists...
[Pipeline] [Keystone] }
[tests] Building dependency tree...
[tests] Reading state information...
[tests] The following NEW packages will be installed:
[tests]   azure-cli
[tests] 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
[tests] Need to get 56.3 MB of archives.
[tests] After this operation, 697 MB of additional disk space will be used.
[tests] Get:1 https://packages.microsoft.com/repos/azure-cli jammy/main amd64 azure-cli amd64 2.60.0-1~jammy [56.3 MB]
[tests] debconf: delaying package configuration, since apt-utils is not installed
[tests] Fetched 56.3 MB in 1s (60.2 MB/s)
[tests] Selecting previously unselected package azure-cli.
[tests] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 57245 files and directories currently installed.)
[tests] Preparing to unpack .../azure-cli_2.60.0-1~jammy_amd64.deb ...
[tests] Unpacking azure-cli (2.60.0-1~jammy) ...
[Airflow] 58577a3ac668: Pushed
[Airflow] 9d296091ae5b: Pushed
[Airflow] osm-master-12485: digest: sha256:a62bc1f7cfad568180ae6ce338effdb8540bab85724ed2a0a8ce22abc57cc4f4 size: 7006
[Pipeline] [Airflow] }
[Pipeline] [Airflow] // dir
[Pipeline] [Airflow] }
[tests] Setting up azure-cli (2.60.0-1~jammy) ...
[tests] Removing intermediate container c8d1591ba273
[tests]  ---> ce7a9a12ce92
[tests] Step 20/35 : RUN mv /usr/share/osm-tests/robot-systest /robot-systest
[tests]  ---> Running in 4ec6121e7af2
[tests] Removing intermediate container 4ec6121e7af2
[tests]  ---> 6811de799028
[tests] Step 21/35 : RUN mv /usr/share/osm-tests/cloud-scripts /robot-systest/
[tests]  ---> Running in 2f86e666a624
[tests] Removing intermediate container 2f86e666a624
[tests]  ---> 8b3644be08ec
[tests] Step 22/35 : RUN mv /usr/share/osm-tests/conformance-tests/ /robot-systest/
[tests]  ---> Running in 1d0687fcd7f3
[tests] Removing intermediate container 1d0687fcd7f3
[tests]  ---> 05f0198e2c63
[tests] Step 23/35 : RUN mv /usr/share/osm-tests/charm.sh /usr/sbin/charm
[tests]  ---> Running in 84ff269f3d69
[tests] Removing intermediate container 84ff269f3d69
[tests]  ---> 3d767f35384f
[tests] Step 24/35 : ARG CACHE_DATE=not_a_date
[tests]  ---> Running in 349c616b41f4
[tests] Removing intermediate container 349c616b41f4
[tests]  ---> cdcdf170973d
[tests] Step 25/35 : RUN git clone     https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git     --recurse-submodules     /robot-systest/osm-packages
[tests]  ---> Running in 58cf69bd9559
[tests] Cloning into '/robot-systest/osm-packages'...
[NG-UI] Removing intermediate container cdebc30f0918
[NG-UI]  ---> 56bc5ad63599
[NG-UI] Step 11/22 : RUN npm run build
[NG-UI]  ---> Running in 006e1ca17c27
[NG-UI] 
[NG-UI] > osm@14.0.0 build /usr/share/osm-ngui
[NG-UI] > ng build --configuration production --aot
[NG-UI] 
[NG-UI] - Generating browser application bundles (phase: setup)...
[tests] Submodule 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/native_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/native_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator'
[tests] Submodule 'charm-packages/native_k8s_scale_charm_vnf/charms/nginx-k8s/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/native_k8s_scale_charm_vnf/charms/nginx-k8s/mod/operator'
[tests] Submodule 'charm-packages/native_manual_scale_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/native_manual_scale_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator'
[tests] Submodule 'charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator'
[tests] Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm' (https://github.com/charmed-osm/charms.osm.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm'
[tests] Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator'
[tests] Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator'
[tests] Submodule 'charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator'
[tests] Submodule 'charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator'
[tests] Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers' (https://github.com/juju/charm-helpers.git) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers'
[tests] Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm'
[tests] Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator' (https://github.com/canonical/operator) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator'
[tests] Submodule 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm'
[tests] Submodule 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator' (https://github.com/canonical/operator) registered for path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator'
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator'...
[NG-UI] Processing legacy "View Engine" libraries:
[NG-UI] - @angular/flex-layout/core [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[NG-UI] - @ng-idle/core [es2015/esm2015] (git+https://github.com/moribvndvs/ng2-idle.git)
[NG-UI] - @ngx-translate/core [es2015/esm2015] (git+https://github.com/ngx-translate/core.git)
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator'...
[NG-UI] - @akveo/ng2-completer [es2015/esm2015] (git+https://github.com/oferh/ng2-completer.git)
[NG-UI] - @angular/flex-layout/extended [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[NG-UI] - @angular/flex-layout/flex [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_charm_vnf/charms/simple/mod/operator'...
[NG-UI] - @angular/flex-layout/grid [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[NG-UI] - @ng-idle/keepalive [es2015/esm2015] (git+https://github.com/moribvndvs/ng2-idle.git)
[NG-UI] - @ngx-translate/http-loader [es2015/esm2015] (git+https://github.com/ngx-translate/http-loader.git)
[NG-UI] - angular-notifier [es2015/esm2015] (git+https://github.com/dominique-mueller/angular-notifier.git)
[NG-UI] - ngx-toastr [es2015/esm2015] (git+https://github.com/scttcper/ngx-toastr.git)
[NG-UI] - ng2-smart-table [es2015/esm2015] ()
[NG-UI] - ng-sidebar [main/commonjs] (git+https://github.com/arkon/ng-sidebar.git)
[NG-UI] - @angular/flex-layout [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator'...
[NG-UI] Encourage the library authors to publish an Ivy distribution.
[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 58cf69bd9559
[tests]  ---> f4cdd8551905
[tests] Step 26/35 : WORKDIR /robot-systest
[tests]  ---> Running in 56d8a6edbf62
[tests] Removing intermediate container 56d8a6edbf62
[tests]  ---> 3656dca1cdfd
[tests] Step 27/35 : ENV ROBOT_DEVOPS_FOLDER=/robot-systest
[tests]  ---> Running in 125559125b9c
[tests] Removing intermediate container 125559125b9c
[tests]  ---> b31fae8172f3
[tests] Step 28/35 : ENV ENVIRONMENTS_FOLDER=environments
[tests]  ---> Running in 4758c2d80520
[tests] Removing intermediate container 4758c2d80520
[tests]  ---> be0c603f890b
[tests] Step 29/35 : ENV PACKAGES_FOLDER=/robot-systest/osm-packages
[tests]  ---> Running in 1bfd40c78673
[tests] Removing intermediate container 1bfd40c78673
[tests]  ---> aa9a7a2f4aed
[tests] Step 30/35 : ENV ROBOT_REPORT_FOLDER=/robot-systest/results
[tests]  ---> Running in a99a25bc66db
[tests] Removing intermediate container a99a25bc66db
[tests]  ---> b9ffd1fd6b15
[tests] Step 31/35 : ENV K8S_CREDENTIALS=/root/.kube/config
[tests]  ---> Running in 7a05e60d557f
[tests] Removing intermediate container 7a05e60d557f
[tests]  ---> 5b32e47107fd
[tests] Step 32/35 : ENV OSM_RSA_FILE=/root/osm_id_rsa
[tests]  ---> Running in 493a0a788f53
[tests] Removing intermediate container 493a0a788f53
[tests]  ---> bcc832b7f646
[tests] Step 33/35 : ENV LC_ALL=C.UTF-8
[tests]  ---> Running in 4dbec91c37b5
[tests] Removing intermediate container 4dbec91c37b5
[tests]  ---> 29cc9ccbeea0
[tests] Step 34/35 : ENV LANG=C.UTF-8
[tests]  ---> Running in 629a0ecccd58
[tests] Removing intermediate container 629a0ecccd58
[tests]  ---> 20b164fc1dda
[tests] Step 35/35 : ENTRYPOINT [ "/robot-systest/run_test.sh"]
[tests]  ---> Running in a153bc492416
[tests] Removing intermediate container a153bc492416
[tests]  ---> 7864dccd31f9
[tests] [Warning] One or more build-args [PYTHON3_OSM_MON_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_N2VC_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_DEVOPS_URL OSM_NGUI_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_IMDOCS_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL] were not consumed
[tests] Successfully built 7864dccd31f9
[tests] Successfully tagged opensourcemano/tests:osm-master-12485
[Pipeline] [tests] echo
[tests] Tagging tests:osm-master-12485
[Pipeline] [tests] sh
[tests] [tests] Running shell script
[tests] + docker tag opensourcemano/tests:osm-master-12485 osm.etsi.org:5050/devops/cicd/opensourcemano/tests:osm-master-12485
[Pipeline] [tests] sh
[tests] [tests] Running shell script
[tests] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/tests:osm-master-12485
[tests] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/tests]
[tests] e2de7f77f84b: Preparing
[tests] 5315212490d9: Preparing
[tests] ca907792bffb: Preparing
[tests] 53af18946230: Preparing
[tests] e7e030360a53: Preparing
[tests] 2c1828f1c5f7: Preparing
[tests] 7b0a063e9b8d: Preparing
[tests] 0616ec267cc6: Preparing
[tests] c48f80481475: Preparing
[tests] d35b261945ae: Preparing
[tests] 89cc3c2acbb9: Preparing
[tests] e9e38387e56c: Preparing
[tests] 138016d5cdb6: Preparing
[tests] d876e2eda172: Preparing
[tests] 119834462e77: Preparing
[tests] 81de1d0c445b: Preparing
[tests] 4fc6a7899c97: Preparing
[tests] 6a9428cca96f: Preparing
[tests] bb41d8bc9168: Preparing
[tests] 629ca62fb7c7: Preparing
[tests] d35b261945ae: Waiting
[tests] 89cc3c2acbb9: Waiting
[tests] e9e38387e56c: Waiting
[tests] 138016d5cdb6: Waiting
[tests] d876e2eda172: Waiting
[tests] 119834462e77: Waiting
[tests] 81de1d0c445b: Waiting
[tests] 4fc6a7899c97: Waiting
[tests] 6a9428cca96f: Waiting
[tests] bb41d8bc9168: Waiting
[tests] 629ca62fb7c7: Waiting
[tests] 2c1828f1c5f7: Waiting
[tests] 0616ec267cc6: Waiting
[tests] 7b0a063e9b8d: Waiting
[tests] e7e030360a53: Pushed
[tests] 53af18946230: Pushed
[tests] ca907792bffb: Pushed
[tests] 5315212490d9: Pushed
[tests] 0616ec267cc6: Pushed
[tests] c48f80481475: Pushed
[tests] 89cc3c2acbb9: Pushed
[tests] e9e38387e56c: Pushed
[tests] 138016d5cdb6: Pushed
[tests] d876e2eda172: Pushed
[tests] 119834462e77: Pushed
[tests] 81de1d0c445b: Pushed
[tests] 4fc6a7899c97: Pushed
[tests] e2de7f77f84b: Pushed
[tests] bb41d8bc9168: Mounted from devops/cicd/opensourcemano/keystone
[tests] 629ca62fb7c7: Layer already exists
[tests] d35b261945ae: Pushed
[tests] 2c1828f1c5f7: Pushed
[tests] 6a9428cca96f: Pushed
[NG-UI] ✔ Browser application bundle generation complete.
[NG-UI] ✔ Browser application bundle generation complete.
[NG-UI] - Copying assets...
[NG-UI] ✔ Copying assets complete.
[NG-UI] - Generating index html...
[tests] 7b0a063e9b8d: Pushed
[tests] osm-master-12485: digest: sha256:da0e34f25e7916b41631229f477fa4ec9d84138a63b10bf4c51ac7fc23f81569 size: 4519
[Pipeline] [tests] }
[NG-UI] - Generating index html...
[NG-UI] 1 rules skipped due to selector errors:
[NG-UI]   .custom-file-input:lang(en)~.custom-file-label -> unmatched pseudo-class :lang
[NG-UI] ✔ Index html generation complete.
[NG-UI] 
[NG-UI] Initial Chunk Files           | Names                                  |  Raw Size | Estimated Transfer Size
[NG-UI] main.af9830542f179908.js      | main                                   |   1.33 MB |               314.32 kB
[NG-UI] styles.59ad264ce984ff4d.css   | styles                                 | 256.48 kB |                35.52 kB
[NG-UI] polyfills.de0bb5264be3b4bb.js | polyfills                              |  34.40 kB |                11.13 kB
[NG-UI] runtime.9e4a0b02644b18d7.js   | runtime                                |   3.61 kB |                 1.73 kB
[NG-UI] scripts.03d911157aa4cedb.js   | scripts                                |   3.45 kB |                 1.36 kB
[NG-UI] 
[NG-UI] | Initial Total                          |   1.62 MB |               364.07 kB
[NG-UI] 
[NG-UI] Lazy Chunk Files              | Names                                  |  Raw Size | Estimated Transfer Size
[NG-UI] 572.53a794071f3e234a.js       | vim-accounts-VimAccountsModule         | 311.15 kB |                68.21 kB
[NG-UI] 259.1132c533bae4311d.js       | instances-InstancesModule              | 216.50 kB |                23.49 kB
[NG-UI] 859.2733550a9d4a17d4.js       | packages-PackagesModule                | 202.00 kB |                42.95 kB
[NG-UI] 266.61ac87ca0735e498.js       | packages-PackagesModule                | 168.99 kB |                49.64 kB
[NG-UI] 585.c9ad4b944138c9c5.js       | packages-PackagesModule                | 159.72 kB |                19.14 kB
[NG-UI] 189.dda6edfc277d4855.js       | packages-PackagesModule                | 122.92 kB |                29.07 kB
[NG-UI] 845.3b8bdce433ce56be.js       | roles-RolesModule                      | 119.10 kB |                29.20 kB
[NG-UI] 134.5958df256ddd0084.js       | packages-PackagesModule                |  93.31 kB |                26.98 kB
[NG-UI] 602.fe9687b9d51e1aa3.js       | k8s-K8sModule                          |  43.35 kB |                 6.64 kB
[NG-UI] 757.9c344a336d4c7ea4.js       | sdn-controller-SDNControllerModule     |  39.57 kB |                 6.55 kB
[NG-UI] 514.d6b23987213ab452.js       | users-UsersModule                      |  37.34 kB |                 6.90 kB
[NG-UI] 548.bb121320796baf5e.js       | projects-ProjectsModule                |  32.54 kB |                 6.57 kB
[NG-UI] 958.fae3025b6caa9ee8.js       | wim-accounts-WIMAccountsModule         |  30.53 kB |                 5.38 kB
[NG-UI] 274.5a8c7844f5f71c7a.js       | dashboard-DashboardModule              |  27.03 kB |                 5.16 kB
[NG-UI] 690.b93507d6aa4dac05.js       | osm-repositories-OsmRepositoriesModule |  25.70 kB |                 5.28 kB
[NG-UI] 554.ef427bf059bb5c3e.js       | dashboard-DashboardModule              |  25.01 kB |                 6.56 kB
[NG-UI] 583.bf3d2be43ea69a35.js       | dashboard-DashboardModule              |  20.83 kB |                 6.92 kB
[NG-UI] common.32fa5d58bd1d92d1.js    | common                                 |   3.97 kB |                 1.18 kB
[NG-UI] 
[NG-UI] Build at: 2024-05-08T09:33:39.478Z - Hash: 68ac8f9bc0eb357b - Time: 77065ms
[NG-UI] 
[NG-UI] Warning: /usr/share/osm-ngui/src/services/AcessGuardService.ts is part of the TypeScript compilation but it's unused.
[NG-UI] Add only entry points to the 'files' or 'include' properties in your tsconfig.
[NG-UI] 
[NG-UI] 
[Pipeline] [tests] // dir
[Pipeline] [tests] }
[NG-UI] Removing intermediate container 006e1ca17c27
[NG-UI]  ---> c9b5ad1733c6
[NG-UI] Step 12/22 : FROM ubuntu:22.04 AS FINAL
[NG-UI]  ---> 52882761a72a
[NG-UI] Step 13/22 : ARG APT_PROXY
[NG-UI]  ---> Using cache
[NG-UI]  ---> bf8675204e26
[NG-UI] Step 14/22 : RUN if [ ! -z $APT_PROXY ] ; then     echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/proxy.conf ;    echo "Acquire::https::Proxy \"$APT_PROXY\";" >> /etc/apt/apt.conf.d/proxy.conf ;    fi
[NG-UI]  ---> Using cache
[NG-UI]  ---> 6b16749f3331
[NG-UI] Step 15/22 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     nginx=1.18.* &&     rm -rf /var/lib/apt/lists/*
[NG-UI]  ---> Running in 98275fd04e5c
[NG-UI] Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
[NG-UI] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
[NG-UI] Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
[NG-UI] Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
[NG-UI] Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
[NG-UI] Get:6 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
[NG-UI] Get:7 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
[NG-UI] Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
[NG-UI] Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.1 kB]
[NG-UI] Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1371 kB]
[NG-UI] Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2382 kB]
[NG-UI] Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2069 kB]
[NG-UI] Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.0 kB]
[NG-UI] Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [31.9 kB]
[NG-UI] Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1078 kB]
[NG-UI] Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.7 kB]
[NG-UI] Get:17 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1789 kB]
[NG-UI] Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2308 kB]
[NG-UI] Fetched 31.5 MB in 2s (17.5 MB/s)
[NG-UI] Reading package lists...
[NG-UI] Reading package lists...
[NG-UI] Building dependency tree...
[NG-UI] Reading state information...
[NG-UI] The following additional packages will be installed:
[NG-UI]   fontconfig-config fonts-dejavu-core iproute2 libatm1 libbpf0 libbrotli1
[NG-UI]   libbsd0 libcap2-bin libdeflate0 libelf1 libexpat1 libfontconfig1
[NG-UI]   libfreetype6 libgd3 libicu70 libjbig0 libjpeg-turbo8 libjpeg8 libmaxminddb0
[NG-UI]   libmd0 libmnl0 libnginx-mod-http-geoip2 libnginx-mod-http-image-filter
[NG-UI]   libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream
[NG-UI]   libnginx-mod-stream-geoip2 libpam-cap libpng16-16 libtiff5 libwebp7 libx11-6
[NG-UI]   libx11-data libxau6 libxcb1 libxdmcp6 libxml2 libxpm4 libxslt1.1
[NG-UI]   libxtables12 nginx-common nginx-core ucf
[NG-UI] Suggested packages:
[NG-UI]   iproute2-doc libgd-tools mmdb-bin fcgiwrap nginx-doc ssl-cert
[NG-UI] The following NEW packages will be installed:
[NG-UI]   fontconfig-config fonts-dejavu-core iproute2 libatm1 libbpf0 libbrotli1
[NG-UI]   libbsd0 libcap2-bin libdeflate0 libelf1 libexpat1 libfontconfig1
[NG-UI]   libfreetype6 libgd3 libicu70 libjbig0 libjpeg-turbo8 libjpeg8 libmaxminddb0
[NG-UI]   libmd0 libmnl0 libnginx-mod-http-geoip2 libnginx-mod-http-image-filter
[NG-UI]   libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream
[NG-UI]   libnginx-mod-stream-geoip2 libpam-cap libpng16-16 libtiff5 libwebp7 libx11-6
[NG-UI]   libx11-data libxau6 libxcb1 libxdmcp6 libxml2 libxpm4 libxslt1.1
[NG-UI]   libxtables12 nginx nginx-common nginx-core ucf
[NG-UI] 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded.
[NG-UI] Need to get 17.6 MB of archives.
[NG-UI] After this operation, 56.4 MB of additional disk space will be used.
[NG-UI] Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB]
[NG-UI] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbpf0 amd64 1:0.5.0-1ubuntu22.04.1 [140 kB]
[NG-UI] Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB]
[NG-UI] Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB]
[NG-UI] Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmnl0 amd64 1.0.4-3build2 [13.2 kB]
[NG-UI] Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxtables12 amd64 1.8.7-1ubuntu5.2 [31.3 kB]
[NG-UI] Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcap2-bin amd64 1:2.44-1ubuntu0.22.04.1 [26.0 kB]
[NG-UI] Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 iproute2 amd64 5.15.0-1ubuntu2 [1070 kB]
[NG-UI] Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libatm1 amd64 1:2.5.1-4build2 [22.8 kB]
[NG-UI] Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.3 [91.0 kB]
[NG-UI] Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB]
[NG-UI] Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-cap amd64 1:2.44-1ubuntu0.22.04.1 [7928 B]
[NG-UI] Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.4 [763 kB]
[NG-UI] Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB]
[NG-UI] Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmaxminddb0 amd64 1.5.2-1build2 [24.7 kB]
[NG-UI] Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB]
[NG-UI] Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B]
[NG-UI] Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB]
[NG-UI] Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB]
[NG-UI] Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-data all 2:1.7.5-1ubuntu0.3 [120 kB]
[NG-UI] Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libx11-6 amd64 2:1.7.5-1ubuntu0.3 [667 kB]
[NG-UI] Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
[NG-UI] Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
[NG-UI] Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
[NG-UI] Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB]
[NG-UI] Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.2 [389 kB]
[NG-UI] Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB]
[NG-UI] Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB]
[NG-UI] Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B]
[NG-UI] Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB]
[NG-UI] Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libwebp7 amd64 1.2.2-2ubuntu0.22.04.2 [206 kB]
[NG-UI] Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.8 [185 kB]
[NG-UI] Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.2 [36.7 kB]
[NG-UI] Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgd3 amd64 2.3.0-2ubuntu2 [129 kB]
[NG-UI] Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nginx-common all 1.18.0-6ubuntu14.4 [40.0 kB]
[NG-UI] Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnginx-mod-http-geoip2 amd64 1.18.0-6ubuntu14.4 [11.9 kB]
[NG-UI] Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnginx-mod-http-image-filter amd64 1.18.0-6ubuntu14.4 [15.4 kB]
[NG-UI] Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.22.04.1 [164 kB]
[NG-UI] Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnginx-mod-http-xslt-filter amd64 1.18.0-6ubuntu14.4 [13.7 kB]
[NG-UI] Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnginx-mod-mail amd64 1.18.0-6ubuntu14.4 [45.7 kB]
[NG-UI] Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnginx-mod-stream amd64 1.18.0-6ubuntu14.4 [72.9 kB]
[NG-UI] Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnginx-mod-stream-geoip2 amd64 1.18.0-6ubuntu14.4 [10.1 kB]
[NG-UI] Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nginx-core amd64 1.18.0-6ubuntu14.4 [484 kB]
[NG-UI] Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nginx amd64 1.18.0-6ubuntu14.4 [3872 B]
[NG-UI] debconf: delaying package configuration, since apt-utils is not installed
[NG-UI] Fetched 17.6 MB in 0s (85.9 MB/s)
[NG-UI] Selecting previously unselected package libelf1:amd64.
[NG-UI] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4393 files and directories currently installed.)
[NG-UI] Preparing to unpack .../00-libelf1_0.186-1build1_amd64.deb ...
[NG-UI] Unpacking libelf1:amd64 (0.186-1build1) ...
[NG-UI] Selecting previously unselected package libbpf0:amd64.
[NG-UI] Preparing to unpack .../01-libbpf0_1%3a0.5.0-1ubuntu22.04.1_amd64.deb ...
[NG-UI] Unpacking libbpf0:amd64 (1:0.5.0-1ubuntu22.04.1) ...
[NG-UI] Selecting previously unselected package libmd0:amd64.
[NG-UI] Preparing to unpack .../02-libmd0_1.0.4-1build1_amd64.deb ...
[NG-UI] Unpacking libmd0:amd64 (1.0.4-1build1) ...
[NG-UI] Selecting previously unselected package libbsd0:amd64.
[NG-UI] Preparing to unpack .../03-libbsd0_0.11.5-1_amd64.deb ...
[NG-UI] Unpacking libbsd0:amd64 (0.11.5-1) ...
[NG-UI] Selecting previously unselected package libmnl0:amd64.
[NG-UI] Preparing to unpack .../04-libmnl0_1.0.4-3build2_amd64.deb ...
[NG-UI] Unpacking libmnl0:amd64 (1.0.4-3build2) ...
[NG-UI] Selecting previously unselected package libxtables12:amd64.
[NG-UI] Preparing to unpack .../05-libxtables12_1.8.7-1ubuntu5.2_amd64.deb ...
[NG-UI] Unpacking libxtables12:amd64 (1.8.7-1ubuntu5.2) ...
[NG-UI] Selecting previously unselected package libcap2-bin.
[NG-UI] Preparing to unpack .../06-libcap2-bin_1%3a2.44-1ubuntu0.22.04.1_amd64.deb ...
[NG-UI] Unpacking libcap2-bin (1:2.44-1ubuntu0.22.04.1) ...
[NG-UI] Selecting previously unselected package iproute2.
[NG-UI] Preparing to unpack .../07-iproute2_5.15.0-1ubuntu2_amd64.deb ...
[NG-UI] Unpacking iproute2 (5.15.0-1ubuntu2) ...
[NG-UI] Selecting previously unselected package libatm1:amd64.
[NG-UI] Preparing to unpack .../08-libatm1_1%3a2.5.1-4build2_amd64.deb ...
[NG-UI] Unpacking libatm1:amd64 (1:2.5.1-4build2) ...
[NG-UI] Selecting previously unselected package libexpat1:amd64.
[NG-UI] Preparing to unpack .../09-libexpat1_2.4.7-1ubuntu0.3_amd64.deb ...
[NG-UI] Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.3) ...
[NG-UI] Selecting previously unselected package libicu70:amd64.
[NG-UI] Preparing to unpack .../10-libicu70_70.1-2_amd64.deb ...
[NG-UI] Unpacking libicu70:amd64 (70.1-2) ...
[NG-UI] Selecting previously unselected package libpam-cap:amd64.
[NG-UI] Preparing to unpack .../11-libpam-cap_1%3a2.44-1ubuntu0.22.04.1_amd64.deb ...
[NG-UI] Unpacking libpam-cap:amd64 (1:2.44-1ubuntu0.22.04.1) ...
[NG-UI] Selecting previously unselected package libxml2:amd64.
[NG-UI] Preparing to unpack .../12-libxml2_2.9.13+dfsg-1ubuntu0.4_amd64.deb ...
[NG-UI] Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.4) ...
[NG-UI] Selecting previously unselected package ucf.
[NG-UI] Preparing to unpack .../13-ucf_3.0043_all.deb ...
[NG-UI] Moving old data out of the way
[NG-UI] Unpacking ucf (3.0043) ...
[NG-UI] Selecting previously unselected package libmaxminddb0:amd64.
[NG-UI] Preparing to unpack .../14-libmaxminddb0_1.5.2-1build2_amd64.deb ...
[NG-UI] Unpacking libmaxminddb0:amd64 (1.5.2-1build2) ...
[NG-UI] Selecting previously unselected package libpng16-16:amd64.
[NG-UI] Preparing to unpack .../15-libpng16-16_1.6.37-3build5_amd64.deb ...
[NG-UI] Unpacking libpng16-16:amd64 (1.6.37-3build5) ...
[NG-UI] Selecting previously unselected package libxau6:amd64.
[NG-UI] Preparing to unpack .../16-libxau6_1%3a1.0.9-1build5_amd64.deb ...
[NG-UI] Unpacking libxau6:amd64 (1:1.0.9-1build5) ...
[NG-UI] Selecting previously unselected package libxdmcp6:amd64.
[NG-UI] Preparing to unpack .../17-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ...
[NG-UI] Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
[NG-UI] Selecting previously unselected package libxcb1:amd64.
[NG-UI] Preparing to unpack .../18-libxcb1_1.14-3ubuntu3_amd64.deb ...
[NG-UI] Unpacking libxcb1:amd64 (1.14-3ubuntu3) ...
[NG-UI] Selecting previously unselected package libx11-data.
[NG-UI] Preparing to unpack .../19-libx11-data_2%3a1.7.5-1ubuntu0.3_all.deb ...
[NG-UI] Unpacking libx11-data (2:1.7.5-1ubuntu0.3) ...
[NG-UI] Selecting previously unselected package libx11-6:amd64.
[NG-UI] Preparing to unpack .../20-libx11-6_2%3a1.7.5-1ubuntu0.3_amd64.deb ...
[NG-UI] Unpacking libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ...
[NG-UI] Selecting previously unselected package fonts-dejavu-core.
[NG-UI] Preparing to unpack .../21-fonts-dejavu-core_2.37-2build1_all.deb ...
[NG-UI] Unpacking fonts-dejavu-core (2.37-2build1) ...
[NG-UI] Selecting previously unselected package fontconfig-config.
[NG-UI] Preparing to unpack .../22-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
[NG-UI] Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
[NG-UI] Selecting previously unselected package libbrotli1:amd64.
[NG-UI] Preparing to unpack .../23-libbrotli1_1.0.9-2build6_amd64.deb ...
[NG-UI] Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
[NG-UI] Selecting previously unselected package libdeflate0:amd64.
[NG-UI] Preparing to unpack .../24-libdeflate0_1.10-2_amd64.deb ...
[NG-UI] Unpacking libdeflate0:amd64 (1.10-2) ...
[NG-UI] Selecting previously unselected package libfreetype6:amd64.
[NG-UI] Preparing to unpack .../25-libfreetype6_2.11.1+dfsg-1ubuntu0.2_amd64.deb ...
[NG-UI] Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.2) ...
[NG-UI] Selecting previously unselected package libfontconfig1:amd64.
[NG-UI] Preparing to unpack .../26-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ...
[NG-UI] Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
[NG-UI] Selecting previously unselected package libjpeg-turbo8:amd64.
[NG-UI] Preparing to unpack .../27-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ...
[NG-UI] Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
[NG-UI] Selecting previously unselected package libjpeg8:amd64.
[NG-UI] Preparing to unpack .../28-libjpeg8_8c-2ubuntu10_amd64.deb ...
[NG-UI] Unpacking libjpeg8:amd64 (8c-2ubuntu10) ...
[NG-UI] Selecting previously unselected package libjbig0:amd64.
[NG-UI] Preparing to unpack .../29-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ...
[NG-UI] Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
[NG-UI] Selecting previously unselected package libwebp7:amd64.
[NG-UI] Preparing to unpack .../30-libwebp7_1.2.2-2ubuntu0.22.04.2_amd64.deb ...
[NG-UI] Unpacking libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ...
[NG-UI] Selecting previously unselected package libtiff5:amd64.
[NG-UI] Preparing to unpack .../31-libtiff5_4.3.0-6ubuntu0.8_amd64.deb ...
[NG-UI] Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.8) ...
[NG-UI] Selecting previously unselected package libxpm4:amd64.
[NG-UI] Preparing to unpack .../32-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ...
[NG-UI] Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ...
[NG-UI] Selecting previously unselected package libgd3:amd64.
[NG-UI] Preparing to unpack .../33-libgd3_2.3.0-2ubuntu2_amd64.deb ...
[NG-UI] Unpacking libgd3:amd64 (2.3.0-2ubuntu2) ...
[NG-UI] Selecting previously unselected package nginx-common.
[NG-UI] Preparing to unpack .../34-nginx-common_1.18.0-6ubuntu14.4_all.deb ...
[NG-UI] Unpacking nginx-common (1.18.0-6ubuntu14.4) ...
[NG-UI] Selecting previously unselected package libnginx-mod-http-geoip2.
[NG-UI] Preparing to unpack .../35-libnginx-mod-http-geoip2_1.18.0-6ubuntu14.4_amd64.deb ...
[NG-UI] Unpacking libnginx-mod-http-geoip2 (1.18.0-6ubuntu14.4) ...
[NG-UI] Selecting previously unselected package libnginx-mod-http-image-filter.
[NG-UI] Preparing to unpack .../36-libnginx-mod-http-image-filter_1.18.0-6ubuntu14.4_amd64.deb ...
[NG-UI] Unpacking libnginx-mod-http-image-filter (1.18.0-6ubuntu14.4) ...
[NG-UI] Selecting previously unselected package libxslt1.1:amd64.
[NG-UI] Preparing to unpack .../37-libxslt1.1_1.1.34-4ubuntu0.22.04.1_amd64.deb ...
[NG-UI] Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.1) ...
[NG-UI] Selecting previously unselected package libnginx-mod-http-xslt-filter.
[NG-UI] Preparing to unpack .../38-libnginx-mod-http-xslt-filter_1.18.0-6ubuntu14.4_amd64.deb ...
[NG-UI] Unpacking libnginx-mod-http-xslt-filter (1.18.0-6ubuntu14.4) ...
[NG-UI] Selecting previously unselected package libnginx-mod-mail.
[NG-UI] Preparing to unpack .../39-libnginx-mod-mail_1.18.0-6ubuntu14.4_amd64.deb ...
[NG-UI] Unpacking libnginx-mod-mail (1.18.0-6ubuntu14.4) ...
[NG-UI] Selecting previously unselected package libnginx-mod-stream.
[NG-UI] Preparing to unpack .../40-libnginx-mod-stream_1.18.0-6ubuntu14.4_amd64.deb ...
[NG-UI] Unpacking libnginx-mod-stream (1.18.0-6ubuntu14.4) ...
[NG-UI] Selecting previously unselected package libnginx-mod-stream-geoip2.
[NG-UI] Preparing to unpack .../41-libnginx-mod-stream-geoip2_1.18.0-6ubuntu14.4_amd64.deb ...
[NG-UI] Unpacking libnginx-mod-stream-geoip2 (1.18.0-6ubuntu14.4) ...
[NG-UI] Selecting previously unselected package nginx-core.
[NG-UI] Preparing to unpack .../42-nginx-core_1.18.0-6ubuntu14.4_amd64.deb ...
[NG-UI] Unpacking nginx-core (1.18.0-6ubuntu14.4) ...
[NG-UI] Selecting previously unselected package nginx.
[NG-UI] Preparing to unpack .../43-nginx_1.18.0-6ubuntu14.4_amd64.deb ...
[NG-UI] Unpacking nginx (1.18.0-6ubuntu14.4) ...
[NG-UI] Setting up libexpat1:amd64 (2.4.7-1ubuntu0.3) ...
[NG-UI] Setting up libxau6:amd64 (1:1.0.9-1build5) ...
[NG-UI] Setting up libmaxminddb0:amd64 (1.5.2-1build2) ...
[NG-UI] Setting up libbrotli1:amd64 (1.0.9-2build6) ...
[NG-UI] Setting up libdeflate0:amd64 (1.10-2) ...
[NG-UI] Setting up nginx-common (1.18.0-6ubuntu14.4) ...
[NG-UI] Setting up libatm1:amd64 (1:2.5.1-4build2) ...
[NG-UI] Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
[NG-UI] Setting up libcap2-bin (1:2.44-1ubuntu0.22.04.1) ...
[NG-UI] Setting up libx11-data (2:1.7.5-1ubuntu0.3) ...
[NG-UI] Setting up libpng16-16:amd64 (1.6.37-3build5) ...
[NG-UI] Setting up libmnl0:amd64 (1.0.4-3build2) ...
[NG-UI] Setting up fonts-dejavu-core (2.37-2build1) ...
[NG-UI] Setting up ucf (3.0043) ...
[NG-UI] Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
[NG-UI] Setting up libxtables12:amd64 (1.8.7-1ubuntu5.2) ...
[NG-UI] Setting up libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ...
[NG-UI] Setting up libmd0:amd64 (1.0.4-1build1) ...
[NG-UI] Setting up libnginx-mod-http-geoip2 (1.18.0-6ubuntu14.4) ...
[NG-UI] Setting up libbsd0:amd64 (0.11.5-1) ...
[NG-UI] Setting up libelf1:amd64 (0.186-1build1) ...
[NG-UI] Setting up libpam-cap:amd64 (1:2.44-1ubuntu0.22.04.1) ...
[NG-UI] Setting up libicu70:amd64 (70.1-2) ...
[NG-UI] Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
[NG-UI] Setting up libnginx-mod-mail (1.18.0-6ubuntu14.4) ...
[NG-UI] Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
[NG-UI] Setting up libxcb1:amd64 (1.14-3ubuntu3) ...
[NG-UI] Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
[NG-UI] Setting up libnginx-mod-stream (1.18.0-6ubuntu14.4) ...
[NG-UI] Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.2) ...
[NG-UI] Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ...
[NG-UI] Setting up libtiff5:amd64 (4.3.0-6ubuntu0.8) ...
[NG-UI] Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
[NG-UI] Setting up libbpf0:amd64 (1:0.5.0-1ubuntu22.04.1) ...
[NG-UI] Setting up libnginx-mod-stream-geoip2 (1.18.0-6ubuntu14.4) ...
[NG-UI] Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.4) ...
[NG-UI] Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ...
[NG-UI] Setting up iproute2 (5.15.0-1ubuntu2) ...
[NG-UI] Setting up libgd3:amd64 (2.3.0-2ubuntu2) ...
[NG-UI] Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.1) ...
[NG-UI] Setting up libnginx-mod-http-image-filter (1.18.0-6ubuntu14.4) ...
[NG-UI] Setting up libnginx-mod-http-xslt-filter (1.18.0-6ubuntu14.4) ...
[NG-UI] Setting up nginx-core (1.18.0-6ubuntu14.4) ...
[NG-UI] invoke-rc.d: could not determine current runlevel
[NG-UI] invoke-rc.d: policy-rc.d denied execution of start.
[NG-UI] Setting up nginx (1.18.0-6ubuntu14.4) ...
[NG-UI] Processing triggers for libc-bin (2.35-0ubuntu3.7) ...
[NG-UI] Removing intermediate container 98275fd04e5c
[NG-UI]  ---> ee14200cb63c
[NG-UI] Step 16/22 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[NG-UI]  ---> Running in 86b8b86775bc
[NG-UI] Removing intermediate container 86b8b86775bc
[NG-UI]  ---> f90fe4ffb03d
[NG-UI] Step 17/22 : RUN rm -rf /usr/share/nginx/html/*
[NG-UI]  ---> Running in 897d238bfc52
[NG-UI] Removing intermediate container 897d238bfc52
[NG-UI]  ---> de7c70c67166
[NG-UI] Step 18/22 : COPY --from=INSTALL /usr/share/osm-ngui/nginx/nginx.conf /etc/nginx/sites-available/default
[NG-UI]  ---> 78baec6cc6d7
[NG-UI] Step 19/22 : COPY --from=INSTALL /usr/share/osm-ngui/dist/osm /usr/share/nginx/html
[NG-UI]  ---> b979a5de10f4
[NG-UI] Step 20/22 : EXPOSE 80
[NG-UI]  ---> Running in 8cd3ba7d5298
[NG-UI] Removing intermediate container 8cd3ba7d5298
[NG-UI]  ---> 3b0da85e2454
[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]  ---> Running in ea7739628580
[NG-UI] Removing intermediate container ea7739628580
[NG-UI]  ---> d7ffdc50983d
[NG-UI] Step 22/22 : CMD ["nginx", "-g", "daemon off;"]
[NG-UI]  ---> Running in 6ea67947b177
[NG-UI] Removing intermediate container 6ea67947b177
[NG-UI]  ---> a2c327858fe7
[NG-UI] [Warning] One or more build-args [PYTHON3_N2VC_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL OSM_DEVOPS_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_MON_URL OSM_TESTS_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_IMDOCS_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_TAPI_URL CACHE_DATE PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROVIM_GCP_URL] were not consumed
[NG-UI] Successfully built a2c327858fe7
[NG-UI] Successfully tagged opensourcemano/ng-ui:osm-master-12485
[Pipeline] [NG-UI] echo
[NG-UI] Tagging ng-ui:osm-master-12485
[Pipeline] [NG-UI] sh
[NG-UI] [NG-UI] Running shell script
[NG-UI] + docker tag opensourcemano/ng-ui:osm-master-12485 osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui:osm-master-12485
[Pipeline] [NG-UI] sh
[NG-UI] [NG-UI] Running shell script
[NG-UI] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui:osm-master-12485
[NG-UI] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui]
[NG-UI] f444cfac181c: Preparing
[NG-UI] 77d439cafbc0: Preparing
[NG-UI] 918ebcf3bcb9: Preparing
[NG-UI] cf380b9cc23f: Preparing
[NG-UI] b856174808d0: Preparing
[NG-UI] f2cd04a90f42: Preparing
[NG-UI] 629ca62fb7c7: Preparing
[NG-UI] 629ca62fb7c7: Waiting
[NG-UI] f2cd04a90f42: Waiting
[NG-UI] cf380b9cc23f: Pushed
[NG-UI] 77d439cafbc0: Pushed
[NG-UI] 918ebcf3bcb9: Pushed
[NG-UI] 629ca62fb7c7: Layer already exists
[NG-UI] f2cd04a90f42: Mounted from devops/cicd/opensourcemano/mon
[NG-UI] f444cfac181c: Pushed
[NG-UI] b856174808d0: Pushed
[NG-UI] osm-master-12485: digest: sha256:f1fe958080f1aeecefd460a3bdd437494b00a58d22eb079fc1dd1dd30ca338af size: 1780
[Pipeline] [NG-UI] }
[Pipeline] [NG-UI] // dir
[Pipeline] [NG-UI] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] stage
[Pipeline] { (Spawn Remote VM)
[Pipeline] echo
Launching new VM
[Pipeline] sh
[osm-devops] Running shell script
/tmp/tmp.gF5716B85c/usr/share/osm-devops@tmp/durable-cb1ca1cb/script.sh: 3: openstack: not found
[Pipeline] }
[Pipeline] // stage
[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-12485-apache
osm-master-12485-apache
[Pipeline] sh
[osm-stage_3_master] Running shell script
+ docker rm osm-master-12485-apache
osm-master-12485-apache
[Pipeline] sh
[osm-stage_3_master] Running shell script
+ rm -rf /tmp/tmp.gF5716B85c
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 127
Finished: FAILURE