FailedConsole Output

Skipping 783 KB.. Full Log
[Keystone] Unpacking python3-oslo.utils (6.1.0-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-yaml.
[Keystone] Preparing to unpack .../212-python3-yaml_6.0-3build1~cloud0_amd64.deb ...
[Keystone] Unpacking python3-yaml (6.0-3build1~cloud0) ...
[Keystone] Selecting previously unselected package python3-oslo.serialization.
[Keystone] Preparing to unpack .../213-python3-oslo.serialization_5.1.1-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-oslo.serialization (5.1.1-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-pyinotify.
[Keystone] Preparing to unpack .../214-python3-pyinotify_0.9.6-1.3_all.deb ...
[Keystone] Unpacking python3-pyinotify (0.9.6-1.3) ...
[Keystone] Selecting previously unselected package python3-oslo.log.
[Keystone] Preparing to unpack .../215-python3-oslo.log_5.0.0-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-oslo.log (5.0.0-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-rfc3986.
[Keystone] Preparing to unpack .../216-python3-rfc3986_1.5.0-2_all.deb ...
[Keystone] Unpacking python3-rfc3986 (1.5.0-2) ...
[Keystone] Selecting previously unselected package python3-oslo.config.
[Keystone] Preparing to unpack .../217-python3-oslo.config_1%3a9.1.1-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-oslo.config (1:9.1.1-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-keystoneclient.
[Keystone] Preparing to unpack .../218-python3-keystoneclient_1%3a5.1.0-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-keystoneclient (1:5.1.0-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-memcache.
[Keystone] Preparing to unpack .../219-python3-memcache_1.59-5_all.deb ...
[Keystone] Unpacking python3-memcache (1.59-5) ...
[Keystone] Selecting previously unselected package python3-oslo.cache.
[Keystone] Preparing to unpack .../220-python3-oslo.cache_3.3.1-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-oslo.cache (3.3.1-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-pycadf.
[Keystone] Preparing to unpack .../221-python3-pycadf_3.1.1-2_all.deb ...
[Keystone] Unpacking python3-pycadf (3.1.1-2) ...
[Keystone] Selecting previously unselected package python3-webob.
[Keystone] Preparing to unpack .../222-python3-webob_1%3a1.8.6-1.1_all.deb ...
[Keystone] Unpacking python3-webob (1:1.8.6-1.1) ...
[Keystone] Selecting previously unselected package python3-keystonemiddleware.
[Keystone] Preparing to unpack .../223-python3-keystonemiddleware_10.2.0-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-keystonemiddleware (10.2.0-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-vine.
[Keystone] Preparing to unpack .../224-python3-vine_5.0.0+dfsg-2_all.deb ...
[Keystone] Unpacking python3-vine (5.0.0+dfsg-2) ...
[Keystone] Selecting previously unselected package python3-amqp.
[Keystone] Preparing to unpack .../225-python3-amqp_5.0.9-1_all.deb ...
[Keystone] Unpacking python3-amqp (5.0.9-1) ...
[Keystone] Selecting previously unselected package python3-kombu.
[Keystone] Preparing to unpack .../226-python3-kombu_5.2.3-1_all.deb ...
[Keystone] Unpacking python3-kombu (5.2.3-1) ...
[Keystone] Selecting previously unselected package python3-pyasn1.
[Keystone] Preparing to unpack .../227-python3-pyasn1_0.4.8-1_all.deb ...
[Keystone] Unpacking python3-pyasn1 (0.4.8-1) ...
[Keystone] Selecting previously unselected package python3-pyasn1-modules.
[Keystone] Preparing to unpack .../228-python3-pyasn1-modules_0.2.1-1_all.deb ...
[Keystone] Unpacking python3-pyasn1-modules (0.2.1-1) ...
[Keystone] Selecting previously unselected package python3-ldap:amd64.
[Keystone] Preparing to unpack .../229-python3-ldap_3.2.0-4ubuntu7.1_amd64.deb ...
[Keystone] Unpacking python3-ldap:amd64 (3.2.0-4ubuntu7.1) ...
[Keystone] Selecting previously unselected package python3-sqlparse.
[Keystone] Preparing to unpack .../230-python3-sqlparse_0.4.2-1ubuntu0.22.04.1_all.deb ...
[Keystone] Unpacking python3-sqlparse (0.4.2-1ubuntu0.22.04.1) ...
[Keystone] Selecting previously unselected package python3-tempita.
[Keystone] Preparing to unpack .../231-python3-tempita_0.5.2-6ubuntu1_all.deb ...
[Keystone] Unpacking python3-tempita (0.5.2-6ubuntu1) ...
[MON] Removing intermediate container d367b0a4cdb8
[MON]  ---> 6a3f2dc8d2cb
[MON] Step 16/56 : FROM ubuntu:22.04 as FINAL
[MON]  ---> 3db8720ecbf5
[MON] Step 17/56 : ARG APT_PROXY
[MON]  ---> Using cache
[MON]  ---> 0c0130086cf6
[MON] Step 18/56 : RUN if [ ! -z $APT_PROXY ] ; then     echo "Acquire::http::Proxy \"$APT_PROXY\";" > /etc/apt/apt.conf.d/proxy.conf ;    echo "Acquire::https::Proxy \"$APT_PROXY\";" >> /etc/apt/apt.conf.d/proxy.conf ;    fi
[MON]  ---> Using cache
[MON]  ---> 71a286640e7c
[MON] Step 19/56 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     python3-minimal=3.10.*     && rm -rf /var/lib/apt/lists/*
[MON]  ---> Using cache
[MON]  ---> 779a5bb5a8e8
[MON] Step 20/56 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[Keystone] Selecting previously unselected package python3-migrate.
[Keystone] Preparing to unpack .../232-python3-migrate_0.13.0-0ubuntu2_all.deb ...
[Keystone] Unpacking python3-migrate (0.13.0-0ubuntu2) ...
[Keystone] Selecting previously unselected package python3-olefile.
[Keystone] Preparing to unpack .../233-python3-olefile_0.46-3_all.deb ...
[Keystone] Unpacking python3-olefile (0.46-3) ...
[Keystone] Selecting previously unselected package python3-openssl.
[Keystone] Preparing to unpack .../234-python3-openssl_21.0.0-1_all.deb ...
[Keystone] Unpacking python3-openssl (21.0.0-1) ...
[Keystone] Selecting previously unselected package python3-oslo.concurrency.
[Keystone] Preparing to unpack .../235-python3-oslo.concurrency_5.1.1-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-oslo.concurrency (5.1.1-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-unittest2.
[Keystone] Preparing to unpack .../236-python3-unittest2_1.1.0-9_all.deb ...
[Keystone] Unpacking python3-unittest2 (1.1.0-9) ...
[Keystone] Selecting previously unselected package python3-testresources.
[Keystone] Preparing to unpack .../237-python3-testresources_2.0.1-3_all.deb ...
[Keystone] Unpacking python3-testresources (2.0.1-3) ...
[Keystone] Selecting previously unselected package python3-testscenarios.
[Keystone] Preparing to unpack .../238-python3-testscenarios_0.5.0-3build1_all.deb ...
[Keystone] Unpacking python3-testscenarios (0.5.0-3build1) ...
[Keystone] Selecting previously unselected package python3-oslo.db.
[Keystone] Preparing to unpack .../239-python3-oslo.db_12.3.1-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-oslo.db (12.3.1-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-prometheus-client.
[Keystone] Preparing to unpack .../240-python3-prometheus-client_0.9.0-1_all.deb ...
[Keystone] Unpacking python3-prometheus-client (0.9.0-1) ...
[Keystone] Selecting previously unselected package python3-oslo.metrics.
[Keystone] Preparing to unpack .../241-python3-oslo.metrics_0.6.0-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-oslo.metrics (0.6.0-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-bcrypt.
[Keystone] Preparing to unpack .../242-python3-bcrypt_3.2.0-1build1_amd64.deb ...
[Keystone] Unpacking python3-bcrypt (3.2.0-1build1) ...
[Keystone] Selecting previously unselected package python3-statsd.
[Keystone] Preparing to unpack .../243-python3-statsd_3.3.0-2build1_all.deb ...
[Keystone] Unpacking python3-statsd (3.3.0-2build1) ...
[Keystone] Selecting previously unselected package python3-oslo.middleware.
[Keystone] Preparing to unpack .../244-python3-oslo.middleware_5.1.1-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-oslo.middleware (5.1.1-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-paste.
[Keystone] Preparing to unpack .../245-python3-paste_3.5.0+dfsg1-1_all.deb ...
[Keystone] Unpacking python3-paste (3.5.0+dfsg1-1) ...
[Keystone] Selecting previously unselected package python3-pastedeploy.
[Keystone] Preparing to unpack .../246-python3-pastedeploy_2.1.1-1_all.deb ...
[Keystone] Unpacking python3-pastedeploy (2.1.1-1) ...
[Keystone] Selecting previously unselected package python3-repoze.lru.
[Keystone] Preparing to unpack .../247-python3-repoze.lru_0.7-2_all.deb ...
[Keystone] Unpacking python3-repoze.lru (0.7-2) ...
[Keystone] Selecting previously unselected package python3-routes.
[Keystone] Preparing to unpack .../248-python3-routes_2.5.1-1ubuntu1_all.deb ...
[Keystone] Unpacking python3-routes (2.5.1-1ubuntu1) ...
[Keystone] Selecting previously unselected package python3-oslo.service.
[Keystone] Preparing to unpack .../249-python3-oslo.service_3.1.1-0ubuntu2~cloud0_all.deb ...
[Keystone] Unpacking python3-oslo.service (3.1.1-0ubuntu2~cloud0) ...
[Keystone] Selecting previously unselected package python3-tenacity.
[Keystone] Preparing to unpack .../250-python3-tenacity_6.3.1-3_all.deb ...
[Keystone] Unpacking python3-tenacity (6.3.1-3) ...
[Keystone] Selecting previously unselected package python3-oslo.messaging.
[Keystone] Preparing to unpack .../251-python3-oslo.messaging_14.2.0-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-oslo.messaging (14.2.0-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-oslo.policy.
[Keystone] Preparing to unpack .../252-python3-oslo.policy_4.1.1-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-oslo.policy (4.1.1-0ubuntu1~cloud0) ...
[MON]  ---> b58cde0f6303
[MON] Step 21/56 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[Keystone] Selecting previously unselected package python3-wcwidth.
[Keystone] Preparing to unpack .../253-python3-wcwidth_0.2.5+dfsg1-1_all.deb ...
[Keystone] Unpacking python3-wcwidth (0.2.5+dfsg1-1) ...
[Keystone] Selecting previously unselected package python3-prettytable.
[Keystone] Preparing to unpack .../254-python3-prettytable_2.5.0-2_all.deb ...
[Keystone] Unpacking python3-prettytable (2.5.0-2) ...
[Keystone] Selecting previously unselected package python3-oslo.upgradecheck.
[Keystone] Preparing to unpack .../255-python3-oslo.upgradecheck_2.1.1-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-oslo.upgradecheck (2.1.1-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-osprofiler.
[Keystone] Preparing to unpack .../256-python3-osprofiler_3.4.3-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-osprofiler (3.4.3-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-pastescript.
[Keystone] Preparing to unpack .../257-python3-pastescript_2.0.2-4_all.deb ...
[Keystone] Unpacking python3-pastescript (2.0.2-4) ...
[Keystone] Selecting previously unselected package libopenjp2-7:amd64.
[Keystone] Preparing to unpack .../258-libopenjp2-7_2.4.0-6_amd64.deb ...
[Keystone] Unpacking libopenjp2-7:amd64 (2.4.0-6) ...
[Keystone] Selecting previously unselected package python3-pil:amd64.
[Keystone] Preparing to unpack .../259-python3-pil_9.0.1-1ubuntu0.2_amd64.deb ...
[Keystone] Unpacking python3-pil:amd64 (9.0.1-1ubuntu0.2) ...
[RO] Removing intermediate container 9bde1b4850b9
[RO]  ---> 351e613ab157
[RO] Step 27/60 : FROM ubuntu:22.04 as FINAL
[RO]  ---> 3db8720ecbf5
[RO] Step 28/60 : ARG APT_PROXY
[RO]  ---> Using cache
[RO]  ---> 0c0130086cf6
[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]  ---> 71a286640e7c
[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]  ---> 779a5bb5a8e8
[RO] Step 31/60 : COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages
[Keystone] Selecting previously unselected package python3-wheel.
[Keystone] Preparing to unpack .../260-python3-wheel_0.37.1-2ubuntu0.22.04.1_all.deb ...
[Keystone] Unpacking python3-wheel (0.37.1-2ubuntu0.22.04.1) ...
[Keystone] Selecting previously unselected package python3-pip.
[Keystone] Preparing to unpack .../261-python3-pip_22.0.2+dfsg-1ubuntu0.4_all.deb ...
[Keystone] Unpacking python3-pip (22.0.2+dfsg-1ubuntu0.4) ...
[Keystone] Selecting previously unselected package python3-pygments.
[Keystone] Preparing to unpack .../262-python3-pygments_2.11.2+dfsg-2_all.deb ...
[Keystone] Unpacking python3-pygments (2.11.2+dfsg-2) ...
[Keystone] Selecting previously unselected package python3-pymysql.
[Keystone] Preparing to unpack .../263-python3-pymysql_1.0.2-1ubuntu1_all.deb ...
[Keystone] Unpacking python3-pymysql (1.0.2-1ubuntu1) ...
[Keystone] Selecting previously unselected package python3-xmlschema.
[Keystone] Preparing to unpack .../264-python3-xmlschema_1.10.0-1_all.deb ...
[Keystone] Unpacking python3-xmlschema (1.10.0-1) ...
[Keystone] Selecting previously unselected package xmlsec1.
[Keystone] Preparing to unpack .../265-xmlsec1_1.2.33-1build2_amd64.deb ...
[Keystone] Unpacking xmlsec1 (1.2.33-1build2) ...
[Keystone] Selecting previously unselected package python3-pysaml2.
[Keystone] Preparing to unpack .../266-python3-pysaml2_7.1.0-0ubuntu2_all.deb ...
[Keystone] Unpacking python3-pysaml2 (7.1.0-0ubuntu2) ...
[Keystone] Selecting previously unselected package python3-requests-toolbelt.
[Keystone] Preparing to unpack .../267-python3-requests-toolbelt_0.9.1-1_all.deb ...
[Keystone] Unpacking python3-requests-toolbelt (0.9.1-1) ...
[Keystone] Selecting previously unselected package python3-scrypt.
[Keystone] Preparing to unpack .../268-python3-scrypt_0.8.0-0.3ubuntu8_amd64.deb ...
[Keystone] Unpacking python3-scrypt (0.8.0-0.3ubuntu8) ...
[Keystone] Selecting previously unselected package python3-simplejson.
[Keystone] Preparing to unpack .../269-python3-simplejson_3.17.6-1build1_amd64.deb ...
[RO]  ---> 2741b5cd01e4
[RO] Step 32/60 : COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages  /usr/local/lib/python3.10/dist-packages
[Airflow] Removing intermediate container 03a92dd3da71
[Airflow]  ---> 671236edaf3c
[Airflow] [Warning] One or more build-args [PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_N2VC_URL PYTHON3_OSM_ROVIM_OPENVIM_URL OSM_DEVOPS_URL OSM_IMDOCS_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL CACHE_DATE PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_DYNPAC_URL OSM_TESTS_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_NGUI_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_GCP_URL APT_PROXY PYTHON3_OSM_IM_URL] were not consumed
[Airflow] Successfully built 671236edaf3c
[Airflow] Successfully tagged opensourcemano/airflow:osm-master-merge-2913
[Keystone] Unpacking python3-simplejson (3.17.6-1build1) ...
[Keystone] Selecting previously unselected package python3-sqlalchemy-ext:amd64.
[Keystone] Preparing to unpack .../270-python3-sqlalchemy-ext_1.4.31+ds1-1build1_amd64.deb ...
[Keystone] Unpacking python3-sqlalchemy-ext:amd64 (1.4.31+ds1-1build1) ...
[Keystone] Selecting previously unselected package ssl-cert.
[Keystone] Preparing to unpack .../271-ssl-cert_1.1.2_all.deb ...
[Keystone] Unpacking ssl-cert (1.1.2) ...
[Keystone] Selecting previously unselected package keystone-common.
[Keystone] Preparing to unpack .../272-keystone-common_2%3a23.0.1-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking keystone-common (2:23.0.1-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package python3-passlib.
[Keystone] Preparing to unpack .../273-python3-passlib_1.7.4-1_all.deb ...
[Keystone] Unpacking python3-passlib (1.7.4-1) ...
[Keystone] Selecting previously unselected package python3-keystone.
[Keystone] Preparing to unpack .../274-python3-keystone_2%3a23.0.1-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking python3-keystone (2:23.0.1-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package keystone.
[Keystone] Preparing to unpack .../275-keystone_2%3a23.0.1-0ubuntu1~cloud0_all.deb ...
[Keystone] Unpacking keystone (2:23.0.1-0ubuntu1~cloud0) ...
[Keystone] Selecting previously unselected package libffi-dev:amd64.
[Keystone] Preparing to unpack .../276-libffi-dev_3.4.2-4_amd64.deb ...
[Keystone] Unpacking libffi-dev:amd64 (3.4.2-4) ...
[Keystone] Selecting previously unselected package libldap2-dev.
[Keystone] Preparing to unpack .../277-libldap2-dev_2.5.16+dfsg-0ubuntu0.22.04.2_all.deb ...
[Keystone] Unpacking libldap2-dev (2.5.16+dfsg-0ubuntu0.22.04.2) ...
[Pipeline] [Airflow] echo
[Airflow] Tagging airflow:osm-master-merge-2913
[Pipeline] [Airflow] sh
[Keystone] Setting up liblmdb0:amd64 (0.9.24-1build2) ...
[Keystone] Setting up javascript-common (11+nmu1) ...
[Keystone] Package apache2 is not configured yet. Will defer actions by package javascript-common.
[Keystone] Setting up libgraphite2-3:amd64 (1.3.14-1build2) ...
[Keystone] Setting up liblcms2-2:amd64 (2.12~rc1-2build2) ...
[Keystone] Setting up python3-attr (21.2.0-1) ...
[Airflow] [Airflow] Running shell script
[Airflow] + docker tag opensourcemano/airflow:osm-master-merge-2913 osm.etsi.org:5050/devops/cicd/opensourcemano/airflow:osm-master-merge-2913
[Pipeline] [Airflow] sh
[Keystone] Setting up gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04) ...
[Keystone] Setting up libpaper1:amd64 (1.1.28build2) ...
[Keystone] 
[Keystone] Creating config file /etc/papersize with new version
[Keystone] Setting up libpython3.10:amd64 (3.10.12-1~22.04.3) ...
[Keystone] Setting up mysql-common (5.8+1.0.8) ...
[Keystone] update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
[Keystone] Setting up libxau6:amd64 (1:1.0.9-1build5) ...
[Keystone] Setting up net-tools (1.60+git20181103.0eebece-1ubuntu5) ...
[Keystone] Setting up lto-disabled-list (24) ...
[Keystone] Setting up python3-repoze.lru (0.7-2) ...
[Airflow] [Airflow] Running shell script
[Airflow] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/airflow:osm-master-merge-2913
[Airflow] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/airflow]
[Airflow] fd7ef47f0005: Preparing
[Airflow] 77b652a56ce1: Preparing
[Airflow] 3350f221d747: Preparing
[Airflow] dc92bf3ee4a7: Preparing
[Airflow] fb2e66cc8d20: Preparing
[Airflow] d7b3159d5988: Preparing
[Airflow] 8f3ef5d53e47: Preparing
[Airflow] a6318275fd20: Preparing
[Airflow] c41e3a14b752: Preparing
[Airflow] 09866e662ecc: Preparing
[Airflow] 2d3ad8270100: Preparing
[Airflow] 4828a6c451df: Preparing
[Airflow] fa9ab046628c: Preparing
[Airflow] 5f70bf18a086: Preparing
[Airflow] 8b4250c5d64d: Preparing
[Airflow] af7b571f7ca8: Preparing
[Airflow] c57e7b07a3b2: Preparing
[Airflow] f280206a86b2: Preparing
[Airflow] feb06c5db7c4: Preparing
[Airflow] b082288f25e1: Preparing
[Airflow] 79d83185dd32: Preparing
[Airflow] ab84691a2eba: Preparing
[Airflow] 30baed22bc16: Preparing
[Airflow] 26f2bb17348b: Preparing
[Airflow] 15b3067dc4be: Preparing
[Airflow] db70c9ea5e22: Preparing
[Airflow] 31152b74f256: Preparing
[Airflow] 8a2adc4b2731: Preparing
[Airflow] 7766968e5876: Preparing
[Airflow] 16af49539099: Preparing
[Airflow] 219c6c2423f1: Preparing
[Airflow] 3af14c9a24c9: Preparing
[Airflow] c57e7b07a3b2: Waiting
[Airflow] f280206a86b2: Waiting
[Airflow] feb06c5db7c4: Waiting
[Airflow] b082288f25e1: Waiting
[Airflow] 79d83185dd32: Waiting
[Airflow] ab84691a2eba: Waiting
[Airflow] 30baed22bc16: Waiting
[Airflow] 26f2bb17348b: Waiting
[Airflow] 15b3067dc4be: Waiting
[Airflow] db70c9ea5e22: Waiting
[Airflow] 31152b74f256: Waiting
[Airflow] 8a2adc4b2731: Waiting
[Airflow] 7766968e5876: Waiting
[Airflow] 16af49539099: Waiting
[Airflow] 219c6c2423f1: Waiting
[Airflow] 3af14c9a24c9: Waiting
[Airflow] c41e3a14b752: Waiting
[Airflow] 09866e662ecc: Waiting
[Airflow] 2d3ad8270100: Waiting
[Airflow] 4828a6c451df: Waiting
[Airflow] fa9ab046628c: Waiting
[Airflow] 5f70bf18a086: Waiting
[Airflow] d7b3159d5988: Waiting
[Airflow] 8f3ef5d53e47: Waiting
[Airflow] a6318275fd20: Waiting
[Airflow] 8b4250c5d64d: Waiting
[Airflow] af7b571f7ca8: Waiting
[Airflow] 3350f221d747: Pushed
[Airflow] dc92bf3ee4a7: Pushed
[Airflow] 77b652a56ce1: Pushed
[Keystone] Setting up python3-passlib (1.7.4-1) ...
[Keystone] Setting up python3-importlib-resources (5.1.2-1) ...
[Airflow] fb2e66cc8d20: Pushed
[Airflow] d7b3159d5988: Pushed
[Airflow] 8f3ef5d53e47: Pushed
[Airflow] 2d3ad8270100: Layer already exists
[Airflow] 4828a6c451df: Layer already exists
[Airflow] c41e3a14b752: Pushed
[Airflow] fa9ab046628c: Layer already exists
[Airflow] 5f70bf18a086: Layer already exists
[Airflow] a6318275fd20: Pushed
[Airflow] 8b4250c5d64d: Layer already exists
[Airflow] af7b571f7ca8: Layer already exists
[Airflow] c57e7b07a3b2: Layer already exists
[Airflow] feb06c5db7c4: Layer already exists
[Airflow] f280206a86b2: Layer already exists
[Airflow] 79d83185dd32: Layer already exists
[Airflow] ab84691a2eba: Layer already exists
[Airflow] b082288f25e1: Layer already exists
[Airflow] 09866e662ecc: Pushed
[Airflow] 26f2bb17348b: Layer already exists
[Airflow] 30baed22bc16: Layer already exists
[Airflow] 15b3067dc4be: Layer already exists
[Airflow] 31152b74f256: Layer already exists
[Airflow] 8a2adc4b2731: Layer already exists
[Airflow] 7766968e5876: Layer already exists
[Airflow] db70c9ea5e22: Layer already exists
[Airflow] 16af49539099: Layer already exists
[Airflow] 219c6c2423f1: Layer already exists
[Airflow] 3af14c9a24c9: Layer already exists
[Keystone] Setting up python3-cachetools (5.0.0-1) ...
[Keystone] Setting up libmagic-mgc (1:5.41-3ubuntu0.1) ...
[Keystone] Setting up python3-colorama (0.4.4-1) ...
[Keystone] Setting up python3-defusedxml (0.7.1-1) ...
[Keystone] Setting up python3-statsd (3.3.0-2build1) ...
[Keystone] Setting up manpages (5.10-1ubuntu1) ...
[Keystone] Setting up python3-openssl (21.0.0-1) ...
[Keystone] Setting up libmaxminddb0:amd64 (1.5.2-1build2) ...
[Keystone] Setting up python3-olefile (0.46-3) ...
[Keystone] Setting up python3-bcrypt (3.2.0-1build1) ...
[Keystone] Setting up python3-pyinotify (0.9.6-1.3) ...
[Keystone] Setting up python3-extras (1.0.0-4build1) ...
[Keystone] Setting up binutils-common:amd64 (2.38-4ubuntu2.6) ...
[Keystone] Setting up python3-memcache (1.59-5) ...
[Keystone] Setting up libmagic1:amd64 (1:5.41-3ubuntu0.1) ...
[Keystone] Setting up libdeflate0:amd64 (1.10-2) ...
[Keystone] Setting up libapr1:amd64 (1.7.0-8ubuntu0.22.04.1) ...
[Keystone] Setting up linux-libc-dev:amd64 (5.15.0-97.107) ...
[Keystone] Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.6) ...
[Keystone] Setting up python3-scrypt (0.8.0-0.3ubuntu8) ...
[Keystone] Setting up python3-itsdangerous (2.1.0-1) ...
[Keystone] Setting up python3-yaml (6.0-3build1~cloud0) ...
[Keystone] Setting up file (1:5.41-3ubuntu0.1) ...
[Keystone] Setting up libpaper-utils (1.1.28build2) ...
[Keystone] Setting up libgomp1:amd64 (12.3.0-1ubuntu1~22.04) ...
[Keystone] Setting up python3-click (8.0.3-1) ...
[Keystone] Setting up perl-modules-5.34 (5.34.0-3ubuntu1.3) ...
[Keystone] Setting up bzip2 (1.0.8-5build1) ...
[Keystone] Setting up ldap-utils (2.5.16+dfsg-0ubuntu0.22.04.2) ...
[Keystone] Setting up libffi-dev:amd64 (3.4.2-4) ...
[Keystone] Setting up python3-markupsafe (2.0.1-2build1) ...
[Keystone] Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
[Keystone] Setting up python3-webencodings (0.5.1-4) ...
[Keystone] Setting up libfakeroot:amd64 (1.28-1ubuntu1) ...
[Keystone] Setting up python-babel-localedata (2.8.0+dfsg.1-7) ...
[Keystone] Setting up libasan6:amd64 (11.4.0-1ubuntu1~22.04) ...
[Keystone] Setting up libjansson4:amd64 (2.13.1-1.1build3) ...
[Keystone] Setting up python3-vine (5.0.0+dfsg-2) ...
[Keystone] Setting up python3-monotonic (1.6-2) ...
[Keystone] Setting up tzdata (2024a-0ubuntu0.22.04) ...
[Keystone] 
[Keystone] Current default time zone: 'Etc/UTC'
[Keystone] Local time is now:      Mon Mar  4 04:06:12 UTC 2024.
[Keystone] Universal Time is now:  Mon Mar  4 04:06:12 UTC 2024.
[Keystone] Run 'dpkg-reconfigure tzdata' if you wish to change it.
[Keystone] 
[Keystone] Setting up fakeroot (1.28-1ubuntu1) ...
[Keystone] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
[Keystone] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
[Keystone] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
[Keystone] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
[Keystone] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
[Keystone] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
[Keystone] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
[Keystone] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
[Keystone] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
[Keystone] Setting up python3-simplejson (3.17.6-1build1) ...
[Keystone] Setting up python3-roman (3.3-1) ...
[Keystone] Setting up python3-decorator (4.4.2-0ubuntu1) ...
[Keystone] Setting up python3-pygments (2.11.2+dfsg-2) ...
[Keystone] Setting up python3-tempita (0.5.2-6ubuntu1) ...
[Keystone] Setting up python3-packaging (21.3-1) ...
[Keystone] Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
[Keystone] Setting up libuv1:amd64 (1.43.0-1ubuntu0.1) ...
[Keystone] Setting up python3-iso8601 (1.0.2-1) ...
[Keystone] Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
[Keystone] Setting up python3-chardet (4.0.0-1) ...
[Keystone] Setting up python3-sqlparse (0.4.2-1ubuntu0.22.04.1) ...
[Keystone] Setting up python-pastedeploy-tpl (2.1.1-1) ...
[Keystone] Setting up python3-wcwidth (0.2.5+dfsg1-1) ...
[Keystone] Setting up python3-aniso8601 (9.0.1-2) ...
[Keystone] Setting up python3-certifi (2020.6.20-1) ...
[Keystone] Setting up libx11-data (2:1.7.5-1ubuntu0.3) ...
[Keystone] Setting up make (4.3-4.1build1) ...
[Keystone] Setting up python3-paste (3.5.0+dfsg1-1) ...
[Keystone] Setting up libmpfr6:amd64 (4.1.0-3build3) ...
[Keystone] Setting up ssl-cert (1.1.2) ...
[Keystone] Setting up keystone-common (2:23.0.1-0ubuntu1~cloud0) ...
[Keystone] Setting up libldap-dev:amd64 (2.5.16+dfsg-0ubuntu0.22.04.2) ...
[Keystone] Setting up libfribidi0:amd64 (1.0.8-2ubuntu3.1) ...
[Keystone] Setting up python3-greenlet (1.1.2-3build1) ...
[Keystone] Setting up libquadmath0:amd64 (12.3.0-1ubuntu1~22.04) ...
[Keystone] Setting up libimagequant0:amd64 (2.17.0-1) ...
[Keystone] Setting up python3-unittest2 (1.1.0-9) ...
[Keystone] update-alternatives: using /usr/bin/python3-unit2 to provide /usr/bin/unit2 (unit2) in auto mode
[Keystone] Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.15) ...
[Keystone] Setting up libpng16-16:amd64 (1.6.37-3build5) ...
[Keystone] Setting up libmpc3:amd64 (1.2.1-2build1) ...
[Keystone] Setting up libatomic1:amd64 (12.3.0-1ubuntu1~22.04) ...
[Keystone] Setting up python3-idna (3.3-1) ...
[MON]  ---> 7cef4102347f
[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/*
[Keystone] Setting up python3-wrapt (1.13.3-1build1) ...
[Keystone] Setting up patch (2.7.6-7build2) ...
[Keystone] Setting up python3-elementpath (2.5.0-1) ...
[Keystone] Setting up icu-devtools (70.1-2) ...
[Keystone] Setting up fonts-dejavu-core (2.37-2build1) ...
[Keystone] Setting up python3-pymysql (1.0.2-1ubuntu1) ...
[Keystone] Setting up python3-fasteners (0.14.1-2) ...
[Keystone] Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
[Keystone] Setting up python3-html5lib (1.1-3) ...
[MON]  ---> Running in 927e8f32739d
[Keystone] Setting up python3-xmlschema (1.10.0-1) ...
[Keystone] Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ...
[MON] Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
[MON] Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
[MON] Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
[MON] Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
[MON] Get:5 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1889 kB]
[MON] Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1517 kB]
[MON] Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1074 kB]
[MON] Get:8 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.6 kB]
[MON] Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
[MON] Get:10 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
[MON] Get:11 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
[MON] Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
[Keystone] Setting up libwebp7:amd64 (1.2.2-2ubuntu0.22.04.2) ...
[Keystone] Setting up pycadf-common (3.1.1-2) ...
[MON] Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [50.4 kB]
[MON] Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1796 kB]
[MON] Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1346 kB]
[MON] Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1927 kB]
[MON] Get:17 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [50.4 kB]
[MON] Get:18 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.1 kB]
[RO]  ---> c947f13a7cf3
[RO] Step 33/60 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[RO]  ---> Running in 126b9cd2d7e5
[Keystone] Setting up python3-netifaces:amd64 (0.11.0-1build2) ...
[Keystone] Setting up libubsan1:amd64 (12.3.0-1ubuntu1~22.04) ...
[Keystone] Setting up python3-pyrsistent:amd64 (0.18.1-1build1) ...
[Keystone] Setting up libmd0:amd64 (1.0.4-1build1) ...
[Keystone] Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
[Keystone] Setting up libcrypt-dev:amd64 (1:4.4.27-1) ...
[Keystone] Setting up liblua5.3-0:amd64 (5.3.6-1build1) ...
[Keystone] Setting up python3-amqp (5.0.9-1) ...
[MON] Fetched 30.0 MB in 3s (10.3 MB/s)
[Keystone] Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.1) ...
[Keystone] Setting up python3-pyasn1 (0.4.8-1) ...
[Keystone] Setting up libcurl4:amd64 (7.81.0-1ubuntu1.15) ...
[Keystone] Setting up libopenjp2-7:amd64 (2.4.0-6) ...
[Keystone] Setting up python3-dateutil (2.8.1-6) ...
[MON] Reading package lists...
[RO] Removing intermediate container 126b9cd2d7e5
[RO]  ---> 145a25408aa5
[RO] Step 34/60 : COPY --from=INSTALL /usr/bin/genisoimage /usr/bin/genisoimage
[Keystone] Setting up netbase (6.3) ...
[Keystone] Setting up sgml-base (1.30) ...
[Keystone] Setting up python3-anyjson (0.3.3-4) ...
[MON] Reading package lists...
[MON] Building dependency tree...
[MON] Reading state information...
[RO]  ---> 51733c6eae9b
[RO] Step 35/60 : COPY --from=INSTALL /etc/protocols /etc/protocols
[RO]  ---> a8bc58153f1d
[RO] Step 36/60 : EXPOSE 9090
[RO]  ---> Running in 993cc3589620
[Keystone] Setting up python3-msgpack (1.0.3-1build1) ...
[Keystone] Setting up apache2-data (2.4.52-1ubuntu4.7) ...
[Keystone] Setting up curl (7.81.0-1ubuntu1.15) ...
[Keystone] Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
[Keystone] Setting up libbinutils:amd64 (2.38-4ubuntu2.6) ...
[Keystone] Setting up libxmlsec1:amd64 (1.2.33-1build2) ...
[Keystone] Setting up libisl23:amd64 (0.24-2build1) ...
[Keystone] Setting up libc-dev-bin (2.35-0ubuntu3.6) ...
[Keystone] Setting up python3-prettytable (2.5.0-2) ...
[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 4 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]
[MON] debconf: delaying package configuration, since apt-utils is not installed
[MON] Fetched 1341 kB in 0s (23.8 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) ...
[RO] Removing intermediate container 993cc3589620
[RO]  ---> e286cd2fbe5f
[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 f2a95232acf7
[Keystone] Setting up libwebpmux3:amd64 (1.2.2-2ubuntu0.22.04.2) ...
[Keystone] Setting up libbsd0:amd64 (0.11.5-1) ...
[Keystone] Setting up python3-lib2to3 (3.10.8-1~22.04) ...
[Keystone] Setting up python3-soupsieve (2.3.1-1) ...
[Keystone] Setting up libcc1-0:amd64 (12.3.0-1ubuntu1~22.04) ...
[Keystone] Setting up liblocale-gettext-perl (1.07-4build3) ...
[Keystone] Setting up liblsan0:amd64 (12.3.0-1ubuntu1~22.04) ...
[Keystone] Setting up libitm1:amd64 (12.3.0-1ubuntu1~22.04) ...
[Keystone] Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ...
[MON] Setting up openssl (3.0.2-0ubuntu1.15) ...
[MON] Setting up ca-certificates (20230311ubuntu0.22.04.1) ...
[Keystone] Setting up libgdbm6:amd64 (1.23-1) ...
[Keystone] Setting up libjs-underscore (1.13.2~dfsg-2) ...
[Keystone] Setting up python3-webob (1:1.8.6-1.1) ...
[MON] Updating certificates in /etc/ssl/certs...
[RO] Removing intermediate container f2a95232acf7
[RO]  ---> 3b9b8ee6a68c
[RO] Step 38/60 : WORKDIR /app/osm_ro
[RO]  ---> Running in 875b00797d31
[RO] Removing intermediate container 875b00797d31
[RO]  ---> 42c88969a158
[RO] Step 39/60 : USER appuser
[Keystone] Setting up libaprutil1:amd64 (1.6.1-5ubuntu4.22.04.2) ...
[Keystone] Setting up libtsan0:amd64 (11.4.0-1ubuntu1~22.04) ...
[Keystone] Setting up libctf0:amd64 (2.38-4ubuntu2.6) ...
[Keystone] Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
[Keystone] Setting up python3-distutils (3.10.8-1~22.04) ...
[Keystone] Setting up cpp-11 (11.4.0-1ubuntu1~22.04) ...
[Keystone] Setting up manpages-dev (5.10-1ubuntu1) ...
[Keystone] Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
[Keystone] Setting up libxcb1:amd64 (1.14-3ubuntu3) ...
[Keystone] Setting up python3-setuptools (59.6.0-1.2ubuntu0.22.04.1) ...
[RO]  ---> Running in 308e33996772
[RO] Removing intermediate container 308e33996772
[RO]  ---> 8dbc28fb0086
[RO] Step 40/60 : ENV RO_DB_HOST=""
[RO]  ---> Running in d8ab4b47ffd0
[RO] Removing intermediate container d8ab4b47ffd0
[RO]  ---> 552dfdf13491
[RO] Step 41/60 : ENV RO_DB_OVIM_HOST=""
[Keystone] Setting up bind9-libs:amd64 (1:9.18.18-0ubuntu0.22.04.2) ...
[Keystone] Setting up libxmlsec1-openssl:amd64 (1.2.33-1build2) ...
[RO]  ---> Running in 5f08309a469d
[RO] Removing intermediate container 5f08309a469d
[RO]  ---> 0b10fe3b6513
[RO] Step 42/60 : ENV RO_DB_ROOT_PASSWORD=""
[RO]  ---> Running in 113d27c1f56e
[Keystone] Setting up python3-pbr (5.11.1-0ubuntu1~cloud0) ...
[Keystone] Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
[MON] 137 added, 0 removed; done.
[MON] Processing triggers for ca-certificates (20230311ubuntu0.22.04.1) ...
[MON] Updating certificates in /etc/ssl/certs...
[RO] Removing intermediate container 113d27c1f56e
[RO]  ---> 6dbae3eb0be2
[RO] Step 43/60 : ENV RO_DB_OVIM_ROOT_PASSWORD=""
[RO]  ---> Running in f06b83d44df4
[Keystone] Setting up libwebpdemux2:amd64 (1.2.2-2ubuntu0.22.04.2) ...
[MON] 0 added, 0 removed; done.
[MON] Running hooks in /etc/ca-certificates/update.d...
[MON] done.
[RO] Removing intermediate container f06b83d44df4
[RO]  ---> e91281a3b341
[RO] Step 44/60 : ENV RO_DB_USER=mano
[RO]  ---> Running in c4725247dc1f
[RO] Removing intermediate container c4725247dc1f
[RO]  ---> 3d903b9d8d1d
[RO] Step 45/60 : ENV RO_DB_OVIM_USER=mano
[Keystone] Setting up python3-pastedeploy (2.1.1-1) ...
[Keystone] Setting up python3-tenacity (6.3.1-3) ...
[Keystone] Setting up libedit2:amd64 (3.1-20210910-1build1) ...
[Keystone] Setting up python3-futurist (2.4.0-2) ...
[Keystone] Setting up python3-debtcollector (2.3.0-0ubuntu1) ...
[RO]  ---> Running in 55a787b84468
[RO] Removing intermediate container 55a787b84468
[RO]  ---> b46fd1fb6562
[RO] Step 46/60 : ENV RO_DB_PASSWORD=manopw
[RO]  ---> Running in e531bf5cfb25
[RO] Removing intermediate container e531bf5cfb25
[RO]  ---> b5f9d5e9d6c3
[RO] Step 47/60 : ENV RO_DB_OVIM_PASSWORD=manopw
[RO]  ---> Running in aa7d8d1bddd3
[Keystone] Setting up libaprutil1-ldap:amd64 (1.6.1-5ubuntu4.22.04.2) ...
[Keystone] Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-5ubuntu4.22.04.2) ...
[Keystone] Setting up python3-kombu (5.2.3-1) ...
[Keystone] Setting up python3-wheel (0.37.1-2ubuntu0.22.04.1) ...
[MON] Removing intermediate container 927e8f32739d
[MON]  ---> dfa40fe5bd32
[MON] Step 23/56 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[MON]  ---> Running in 7e25beb443fc
[RO] Removing intermediate container aa7d8d1bddd3
[RO]  ---> e09c5fc3f88f
[RO] Step 48/60 : ENV RO_DB_PORT=3306
[RO]  ---> Running in e404797aebb6
[RO] Removing intermediate container e404797aebb6
[RO]  ---> 5bfd2285176b
[RO] Step 49/60 : ENV RO_DB_OVIM_PORT=3306
[RO]  ---> Running in e6607e6d4071
[Keystone] Setting up python3-tz (2022.1-1ubuntu0.22.04.1) ...
[Keystone] Setting up python3-bs4 (4.10.0-2) ...
[Keystone] Setting up python3-sqlalchemy (1.4.31+ds1-1build1) ...
[MON] Removing intermediate container 7e25beb443fc
[MON]  ---> 5cc711aac14d
[MON] Step 24/56 : COPY --from=INSTALL /usr/bin/osm* /usr/bin/
[RO] Removing intermediate container e6607e6d4071
[RO]  ---> fe479cc0f9fe
[RO] Step 50/60 : ENV RO_DB_NAME=mano_db
[RO]  ---> Running in c9d2fe422658
[Airflow] fd7ef47f0005: Pushed
[Airflow] osm-master-merge-2913: digest: sha256:8580f100454fb2bf061a2a670dea9d780f88be56b43585800c3040c069fd7909 size: 7006
[Pipeline] [Airflow] }
[RO] Removing intermediate container c9d2fe422658
[RO]  ---> 3b33ae23a4f2
[RO] Step 51/60 : ENV RO_DB_OVIM_NAME=mano_vim_db
[Pipeline] [Airflow] // dir
[Pipeline] [Airflow] }
[RO]  ---> Running in 3af28457d941
[RO] Removing intermediate container 3af28457d941
[RO]  ---> 94174d578dc6
[RO] Step 52/60 : ENV OPENMANO_TENANT=osm
[RO]  ---> Running in 8c83a5061f6d
[RO] Removing intermediate container 8c83a5061f6d
[RO]  ---> bb0d8bc0e335
[RO] Step 53/60 : ENV OSMRO_DATABASE_DRIVER mongo
[RO]  ---> Running in c8411428c114
[Keystone] Setting up libldap2-dev (2.5.16+dfsg-0ubuntu0.22.04.2) ...
[Keystone] Setting up python3-sqlalchemy-ext:amd64 (1.4.31+ds1-1build1) ...
[Keystone] Setting up python3-prometheus-client (0.9.0-1) ...
[Keystone] Setting up python3-rfc3986 (1.5.0-2) ...
[MON]  ---> 258645cd622c
[MON] Step 25/56 : COPY --from=INSTALL /usr/bin/scp /usr/bin/scp
[MON]  ---> 4232a0d791fe
[MON] Step 26/56 : COPY --from=INSTALL /usr/bin/ssh-keygen /usr/bin/ssh-keygen
[Keystone] Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.2) ...
[RO] Removing intermediate container c8411428c114
[RO]  ---> 1f4a1d0d2ac9
[RO] Step 54/60 : ENV OSMRO_DATABASE_URI mongodb://mongo:27017
[RO]  ---> Running in 6f11d54ec9f0
[RO] Removing intermediate container 6f11d54ec9f0
[RO]  ---> c4f80984d6ab
[RO] Step 55/60 : ENV OSMRO_MESSAGE_DRIVER  kafka
[RO]  ---> Running in 3f723e95c645
[RO] Removing intermediate container 3f723e95c645
[RO]  ---> 5b7a10da5ed6
[RO] Step 56/60 : ENV OSMRO_MESSAGE_HOST    kafka
[RO]  ---> Running in 7555bad34888
[RO] Removing intermediate container 7555bad34888
[RO]  ---> 2f5eb7ff832c
[RO] Step 57/60 : ENV OSMRO_MESSAGE_PORT    9092
[RO]  ---> Running in c69ba2a9879d
[Keystone] Setting up python3-jsonschema (3.2.0-0ubuntu2) ...
[Keystone] Setting up xmlsec1 (1.2.33-1build2) ...
[Keystone] Setting up python3-werkzeug (2.2.2-2ubuntu0.1~cloud0) ...
[Keystone] Setting up python3-pyasn1-modules (0.2.1-1) ...
[Keystone] Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ...
[MON]  ---> 3fb35d9320d7
[MON] Step 27/56 : COPY --from=INSTALL /usr/bin/ssh /usr/bin/ssh
[MON]  ---> fa68ef6ebb9f
[MON] Step 28/56 : COPY --from=INSTALL /usr/lib/x86_64-linux-gnu/ /usr/lib/x86_64-linux-gnu/
[RO] Removing intermediate container c69ba2a9879d
[RO]  ---> ccda7d4d4f02
[RO] Step 58/60 : ENV OSMRO_LOG_LEVEL       INFO
[RO]  ---> Running in dd486620b0b2
[RO] Removing intermediate container dd486620b0b2
[RO]  ---> a854ea762caf
[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 f1df1702ed7f
[Keystone] Setting up libgdbm-compat4:amd64 (1.23-1) ...
[Keystone] Setting up python3-oslo.context (1:5.1.1-0ubuntu1~cloud0) ...
[Keystone] Setting up python3-pip (22.0.2+dfsg-1ubuntu0.4) ...
[RO] Removing intermediate container f1df1702ed7f
[RO]  ---> 6bd940430d7f
[RO] Step 60/60 : CMD ["python3", "-u", "-m", "osm_ng_ro.ro_main"]
[RO]  ---> Running in 72738115d7a9
[RO] Removing intermediate container 72738115d7a9
[RO]  ---> 4cbef45ca186
[RO] [Warning] One or more build-args [OSM_NGUI_URL OSM_TESTS_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_IMDOCS_URL PYTHON3_OSM_NBI_URL PYTHON3_OSMCLIENT_URL OSM_DEVOPS_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_PLA_URL CACHE_DATE PYTHON3_OSM_LCM_URL PYTHON3_OSM_NGSA_URL PYTHON3_N2VC_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_TAPI_URL] were not consumed
[RO] Successfully built 4cbef45ca186
[RO] Successfully tagged opensourcemano/ro:osm-master-merge-2913
[Pipeline] [RO] echo
[RO] Tagging ro:osm-master-merge-2913
[Pipeline] [RO] sh
[RO] [RO] Running shell script
[RO] + docker tag opensourcemano/ro:osm-master-merge-2913 osm.etsi.org:5050/devops/cicd/opensourcemano/ro:osm-master-merge-2913
[Pipeline] [RO] sh
[NG-UI] 
[NG-UI] > @parcel/watcher@2.0.4 install /usr/share/osm-ngui/node_modules/@parcel/watcher
[NG-UI] > node-gyp-build
[NG-UI] 
[NG-UI] 
[NG-UI] > nice-napi@1.0.2 install /usr/share/osm-ngui/node_modules/nice-napi
[NG-UI] > node-gyp-build
[NG-UI] 
[NG-UI] 
[NG-UI] > core-js@3.36.0 postinstall /usr/share/osm-ngui/node_modules/core-js
[NG-UI] > node -e "try{require('./postinstall')}catch(e){}"
[NG-UI] 
[NG-UI] Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
[NG-UI] 
[NG-UI] The project needs your help! Please consider supporting core-js:
[NG-UI] > https://opencollective.com/core-js 
[NG-UI] > https://patreon.com/zloirock 
[NG-UI] > https://boosty.to/zloirock 
[NG-UI] > bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz 
[NG-UI] 
[NG-UI] I highly recommend reading this: https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md 
[NG-UI] 
[NG-UI] 
[NG-UI] > core-js-pure@3.36.0 postinstall /usr/share/osm-ngui/node_modules/core-js-pure
[NG-UI] > node -e "try{require('./postinstall')}catch(e){}"
[NG-UI] 
[NG-UI] Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
[NG-UI] 
[NG-UI] The project needs your help! Please consider supporting core-js:
[NG-UI] > https://opencollective.com/core-js 
[NG-UI] > https://patreon.com/zloirock 
[NG-UI] > https://boosty.to/zloirock 
[NG-UI] > bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz 
[NG-UI] 
[NG-UI] I highly recommend reading this: https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md 
[NG-UI] 
[NG-UI] 
[NG-UI] > esbuild@0.15.5 postinstall /usr/share/osm-ngui/node_modules/@angular-devkit/build-angular/node_modules/esbuild
[NG-UI] > node install.js
[NG-UI] 
[NG-UI] 
[NG-UI] > nx@15.9.3 postinstall /usr/share/osm-ngui/node_modules/@nrwl/cli/node_modules/nx
[NG-UI] > node ./bin/compute-project-graph
[NG-UI] 
[tests] Removing intermediate container bd0e95264e10
[tests]  ---> 6c1041b35357
[tests] Step 19/35 : RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
[Keystone] Setting up libjs-sphinxdoc (4.3.2-1) ...
[Keystone] Setting up libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ...
[RO] [RO] Running shell script
[RO] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/ro:osm-master-merge-2913
[RO] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/ro]
[RO] a610aed8e28c: Preparing
[RO] d6e840bc6e77: Preparing
[RO] 6676b1e94ee1: Preparing
[RO] 578337b464cb: Preparing
[RO] b086e824c735: Preparing
[RO] c8086f275b23: Preparing
[RO] a6ec23d8b083: Preparing
[RO] 798f62cd2d47: Preparing
[RO] d101c9453715: Preparing
[RO] c8086f275b23: Waiting
[RO] a6ec23d8b083: Waiting
[RO] 798f62cd2d47: Waiting
[RO] d101c9453715: Waiting
[RO] a610aed8e28c: Pushed
[RO] d6e840bc6e77: Pushed
[RO] 578337b464cb: Pushed
[RO] 6676b1e94ee1: Pushed
[NG-UI] 
[NG-UI] > @fortawesome/fontawesome-free@5.15.4 postinstall /usr/share/osm-ngui/node_modules/@fortawesome/fontawesome-free
[NG-UI] > node attribution.js
[NG-UI] 
[NG-UI] Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
[NG-UI] License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
[NG-UI] 
[NG-UI] 
[NG-UI] > cypress@12.17.4 postinstall /usr/share/osm-ngui/node_modules/cypress
[NG-UI] > node index.js --exec install
[NG-UI] 
[RO] a6ec23d8b083: Layer already exists
[NG-UI] Installing Cypress (version: 12.17.4)
[NG-UI] 
[NG-UI] [STARTED] Task without title.
[NG-UI] [TITLE]  Downloading Cypress      0% 0s
[Keystone] Setting up ieee-data (20210605.1) ...
[Keystone] Setting up python3-lxml:amd64 (4.8.0-1build1) ...
[RO] d101c9453715: Layer already exists
[RO] 798f62cd2d47: Layer already exists
[RO] c8086f275b23: Pushed
[NG-UI] [TITLE]  Downloading Cypress      1% 40s
[NG-UI] [TITLE]  Downloading Cypress      1% 50s
[NG-UI] [TITLE]  Downloading Cypress      2% 30s
[NG-UI] [TITLE]  Downloading Cypress      3% 23s
[NG-UI] [TITLE]  Downloading Cypress      4% 19s
[NG-UI] [TITLE]  Downloading Cypress      5% 17s
[NG-UI] [TITLE]  Downloading Cypress      6% 16s
[NG-UI] [TITLE]  Downloading Cypress      8% 13s
[NG-UI] [TITLE]  Downloading Cypress      10% 11s
[NG-UI] [TITLE]  Downloading Cypress      14% 8s
[NG-UI] [TITLE]  Downloading Cypress      18% 6s
[tests]  ---> Running in c3db76da6fc1
[Keystone] Setting up python3-alembic (1.8.1-0ubuntu1~cloud0) ...
[MON]  ---> dcb768a7fb9a
[MON] Step 29/56 : COPY --from=INSTALL /lib/x86_64-linux-gnu/ /lib/x86_64-linux-gnu/
[NG-UI] [TITLE]  Downloading Cypress      22% 5s
[NG-UI] [TITLE]  Downloading Cypress      27% 4s
[NG-UI] [TITLE]  Downloading Cypress      31% 4s
[NG-UI] [TITLE]  Downloading Cypress      34% 4s
[NG-UI] [TITLE]  Downloading Cypress      40% 3s
[NG-UI] [TITLE]  Downloading Cypress      44% 3s
[NG-UI] [TITLE]  Downloading Cypress      48% 2s
[NG-UI] [TITLE]  Downloading Cypress      52% 2s
[NG-UI] [TITLE]  Downloading Cypress      55% 2s
[NG-UI] [TITLE]  Downloading Cypress      58% 2s
[NG-UI] [TITLE]  Downloading Cypress      62% 2s
[Keystone] Setting up python3-dnspython (2.3.0-1ubuntu1~cloud0) ...
[Keystone] Setting up cpp (4:11.2.0-1ubuntu1) ...
[Keystone] Setting up xml-core (0.18+nmu1) ...
[Keystone] Setting up python3-os-service-types (1.7.0-0ubuntu1) ...
[Keystone] Setting up python3-stevedore (1:5.0.0-0ubuntu1~cloud0) ...
[NG-UI] [TITLE]  Downloading Cypress      66% 1s
[NG-UI] [TITLE]  Downloading Cypress      70% 1s
[NG-UI] [TITLE]  Downloading Cypress      75% 1s
[NG-UI] [TITLE]  Downloading Cypress      79% 1s
[NG-UI] [TITLE]  Downloading Cypress      82% 1s
[NG-UI] [TITLE]  Downloading Cypress      87% 0s
[NG-UI] [TITLE]  Downloading Cypress      91% 0s
[NG-UI] [TITLE]  Downloading Cypress      95% 0s
[tests] Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
[tests] Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
[tests] Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
[tests] Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease
[tests] Hit:5 https://packages.cloud.google.com/apt cloud-sdk InRelease
[Keystone] Setting up libc6-dev:amd64 (2.35-0ubuntu3.6) ...
[Keystone] Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ...
[Keystone] Setting up libharfbuzz0b:amd64 (2.7.4-1ubuntu3.1) ...
[Keystone] Setting up libtiff5:amd64 (4.3.0-6ubuntu0.8) ...
[Keystone] Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
[Keystone] Setting up bind9-host (1:9.18.18-0ubuntu0.22.04.2) ...
[Keystone] Setting up libicu-dev:amd64 (70.1-2) ...
[Keystone] Setting up python3-migrate (0.13.0-0ubuntu2) ...
[Keystone] Setting up python3-keystoneauth1 (5.1.2-0ubuntu1~cloud0) ...
[Keystone] Setting up apache2-utils (2.4.52-1ubuntu4.7) ...
[Keystone] Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.6) ...
[Keystone] Setting up alembic (1.8.1-0ubuntu1~cloud0) ...
[NG-UI] [TITLE]  Downloading Cypress      99% 0s
[NG-UI] [TITLE]  Downloaded Cypress     
[NG-UI] [SUCCESS]  Downloaded Cypress     
[NG-UI] [STARTED] Task without title.
[NG-UI] [TITLE]  Unzipping Cypress        0% 0s
[tests] Reading package lists...
[Keystone] Setting up python3-ldap:amd64 (3.2.0-4ubuntu7.1) ...
[Keystone] Setting up python3-pastescript (2.0.2-4) ...
[Keystone] Setting up mysql-client-core-8.0 (8.0.36-0ubuntu0.22.04.1) ...
[Keystone] Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.3) ...
[Keystone] Setting up python3-testresources (2.0.1-3) ...
[Keystone] Setting up python3-requests-toolbelt (0.9.1-1) ...
[NG-UI] [TITLE]  Unzipping Cypress        1% 73s
[NG-UI] [TITLE]  Unzipping Cypress        1% 74s
[NG-UI] [TITLE]  Unzipping Cypress        1% 75s
[NG-UI] [TITLE]  Unzipping Cypress        1% 76s
[NG-UI] [TITLE]  Unzipping Cypress        1% 77s
[NG-UI] [TITLE]  Unzipping Cypress        1% 78s
[NG-UI] [TITLE]  Unzipping Cypress        1% 79s
[NG-UI] [TITLE]  Unzipping Cypress        1% 80s
[NG-UI] [TITLE]  Unzipping Cypress        1% 81s
[NG-UI] [TITLE]  Unzipping Cypress        1% 82s
[NG-UI] [TITLE]  Unzipping Cypress        1% 83s
[NG-UI] [TITLE]  Unzipping Cypress        1% 84s
[NG-UI] [TITLE]  Unzipping Cypress        1% 85s
[NG-UI] [TITLE]  Unzipping Cypress        1% 86s
[NG-UI] [TITLE]  Unzipping Cypress        1% 87s
[NG-UI] [TITLE]  Unzipping Cypress        1% 88s
[NG-UI] [TITLE]  Unzipping Cypress        1% 89s
[NG-UI] [TITLE]  Unzipping Cypress        1% 90s
[NG-UI] [TITLE]  Unzipping Cypress        1% 91s
[NG-UI] [TITLE]  Unzipping Cypress        1% 92s
[NG-UI] [TITLE]  Unzipping Cypress        1% 93s
[NG-UI] [TITLE]  Unzipping Cypress        1% 94s
[NG-UI] [TITLE]  Unzipping Cypress        1% 95s
[NG-UI] [TITLE]  Unzipping Cypress        1% 96s
[NG-UI] [TITLE]  Unzipping Cypress        1% 97s
[NG-UI] [TITLE]  Unzipping Cypress        1% 98s
[NG-UI] [TITLE]  Unzipping Cypress        1% 99s
[NG-UI] [TITLE]  Unzipping Cypress        1% 100s
[NG-UI] [TITLE]  Unzipping Cypress        2% 50s
[NG-UI] [TITLE]  Unzipping Cypress        2% 51s
[NG-UI] [TITLE]  Unzipping Cypress        2% 52s
[tests] Reading package lists...
[Keystone] Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ...
[Keystone] Setting up python3-babel (2.8.0+dfsg.1-7) ...
[Keystone] update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode
[Keystone] Setting up python3-pysaml2 (7.1.0-0ubuntu2) ...
[NG-UI] [TITLE]  Unzipping Cypress        2% 53s
[NG-UI] [TITLE]  Unzipping Cypress        2% 54s
[NG-UI] [TITLE]  Unzipping Cypress        2% 55s
[NG-UI] [TITLE]  Unzipping Cypress        2% 56s
[NG-UI] [TITLE]  Unzipping Cypress        2% 57s
[NG-UI] [TITLE]  Unzipping Cypress        2% 58s
[NG-UI] [TITLE]  Unzipping Cypress        2% 59s
[NG-UI] [TITLE]  Unzipping Cypress        2% 60s
[NG-UI] [TITLE]  Unzipping Cypress        2% 61s
[NG-UI] [TITLE]  Unzipping Cypress        3% 41s
[NG-UI] [TITLE]  Unzipping Cypress        3% 42s
[NG-UI] [TITLE]  Unzipping Cypress        3% 43s
[NG-UI] [TITLE]  Unzipping Cypress        3% 54s
[NG-UI] [TITLE]  Unzipping Cypress        3% 55s
[NG-UI] [TITLE]  Unzipping Cypress        3% 56s
[NG-UI] [TITLE]  Unzipping Cypress        3% 57s
[NG-UI] [TITLE]  Unzipping Cypress        3% 58s
[NG-UI] [TITLE]  Unzipping Cypress        3% 59s
[NG-UI] [TITLE]  Unzipping Cypress        3% 60s
[NG-UI] [TITLE]  Unzipping Cypress        3% 61s
[NG-UI] [TITLE]  Unzipping Cypress        4% 45s
[NG-UI] [TITLE]  Unzipping Cypress        4% 46s
[NG-UI] [TITLE]  Unzipping Cypress        4% 47s
[NG-UI] [TITLE]  Unzipping Cypress        4% 51s
[NG-UI] [TITLE]  Unzipping Cypress        4% 52s
[NG-UI] [TITLE]  Unzipping Cypress        4% 53s
[NG-UI] [TITLE]  Unzipping Cypress        4% 54s
[NG-UI] [TITLE]  Unzipping Cypress        4% 56s
[tests] Building dependency tree...
[tests] Reading state information...
[tests] curl is already the newest version (7.81.0-1ubuntu1.15).
[tests] gnupg is already the newest version (2.2.27-3ubuntu2.1).
[tests] apt-transport-https is already the newest version (2.4.11).
[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 6 not upgraded.
[tests] Need to get 15.9 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.6 [5160 B]
[tests] Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
[NG-UI] [TITLE]  Unzipping Cypress        4% 57s
[NG-UI] [TITLE]  Unzipping Cypress        4% 58s
[NG-UI] [TITLE]  Unzipping Cypress        4% 59s
[NG-UI] [TITLE]  Unzipping Cypress        4% 60s
[NG-UI] [TITLE]  Unzipping Cypress        5% 48s
[NG-UI] [TITLE]  Unzipping Cypress        5% 49s
[NG-UI] [TITLE]  Unzipping Cypress        5% 53s
[NG-UI] [TITLE]  Unzipping Cypress        5% 54s
[NG-UI] [TITLE]  Unzipping Cypress        5% 55s
[NG-UI] [TITLE]  Unzipping Cypress        5% 56s
[NG-UI] [TITLE]  Unzipping Cypress        6% 46s
[NG-UI] [TITLE]  Unzipping Cypress        6% 47s
[NG-UI] [TITLE]  Unzipping Cypress        6% 49s
[NG-UI] [TITLE]  Unzipping Cypress        6% 50s
[NG-UI] [TITLE]  Unzipping Cypress        6% 51s
[NG-UI] [TITLE]  Unzipping Cypress        6% 52s
[NG-UI] [TITLE]  Unzipping Cypress        6% 53s
[tests] debconf: delaying package configuration, since apt-utils is not installed
[Keystone] Setting up binutils (2.38-4ubuntu2.6) ...
[NG-UI] [TITLE]  Unzipping Cypress        6% 54s
[NG-UI] [TITLE]  Unzipping Cypress        7% 46s
[NG-UI] [TITLE]  Unzipping Cypress        7% 47s
[NG-UI] [TITLE]  Unzipping Cypress        7% 48s
[NG-UI] [TITLE]  Unzipping Cypress        7% 49s
[NG-UI] [TITLE]  Unzipping Cypress        7% 50s
[NG-UI] [TITLE]  Unzipping Cypress        7% 51s
[NG-UI] [TITLE]  Unzipping Cypress        7% 52s
[NG-UI] [TITLE]  Unzipping Cypress        7% 53s
[NG-UI] [TITLE]  Unzipping Cypress        8% 46s
[NG-UI] [TITLE]  Unzipping Cypress        8% 48s
[NG-UI] [TITLE]  Unzipping Cypress        8% 49s
[NG-UI] [TITLE]  Unzipping Cypress        8% 50s
[NG-UI] [TITLE]  Unzipping Cypress        9% 44s
[NG-UI] [TITLE]  Unzipping Cypress        9% 45s
[NG-UI] [TITLE]  Unzipping Cypress        9% 47s
[NG-UI] [TITLE]  Unzipping Cypress        9% 48s
[NG-UI] [TITLE]  Unzipping Cypress        9% 49s
[NG-UI] [TITLE]  Unzipping Cypress        9% 50s
[NG-UI] [TITLE]  Unzipping Cypress        9% 51s
[NG-UI] [TITLE]  Unzipping Cypress        10% 45s
[NG-UI] [TITLE]  Unzipping Cypress        10% 46s
[tests] Fetched 15.9 kB in 0s (118 kB/s)
[NG-UI] [TITLE]  Unzipping Cypress        10% 48s
[NG-UI] [TITLE]  Unzipping Cypress        10% 49s
[NG-UI] [TITLE]  Unzipping Cypress        10% 50s
[NG-UI] [TITLE]  Unzipping Cypress        10% 51s
[NG-UI] [TITLE]  Unzipping Cypress        10% 52s
[NG-UI] [TITLE]  Unzipping Cypress        11% 46s
[NG-UI] [TITLE]  Unzipping Cypress        11% 47s
[NG-UI] [TITLE]  Unzipping Cypress        11% 48s
[NG-UI] [TITLE]  Unzipping Cypress        11% 49s
[NG-UI] [TITLE]  Unzipping Cypress        12% 44s
[NG-UI] [TITLE]  Unzipping Cypress        12% 45s
[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.6_all.deb ...
[tests] Unpacking distro-info-data (0.52ubuntu0.6) ...
[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.6) ...
[Keystone] Setting up python3-dogpile.cache (1.1.8-2~cloud0) ...
[Keystone] Setting up python3-routes (2.5.1-1ubuntu1) ...
[NG-UI] [TITLE]  Unzipping Cypress        12% 46s
[NG-UI] [TITLE]  Unzipping Cypress        13% 42s
[NG-UI] [TITLE]  Unzipping Cypress        13% 43s
[NG-UI] [TITLE]  Unzipping Cypress        13% 44s
[NG-UI] [TITLE]  Unzipping Cypress        14% 41s
[NG-UI] [TITLE]  Unzipping Cypress        14% 42s
[NG-UI] [TITLE]  Unzipping Cypress        15% 39s
[NG-UI] [TITLE]  Unzipping Cypress        15% 40s
[NG-UI] [TITLE]  Unzipping Cypress        15% 41s
[tests] Setting up lsb-release (11.1.0ubuntu4) ...
[tests] Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
[tests] Hit:2 http://security.ubuntu.com/ubuntu jammy-security 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 [3595 B]
[Keystone] Setting up python3-eventlet (0.33.1-4~cloud0) ...
[Keystone] Setting up perl (5.34.0-3ubuntu1.3) ...
[Keystone] Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ...
[MON]  ---> 85f735213295
[MON] Step 30/56 : COPY scripts/ /app/osm_mon/scripts/
[MON]  ---> 0747f019f46f
[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 4c962c7c9455
[NG-UI] [TITLE]  Unzipping Cypress        15% 42s
[NG-UI] [TITLE]  Unzipping Cypress        15% 43s
[NG-UI] [TITLE]  Unzipping Cypress        16% 40s
[NG-UI] [TITLE]  Unzipping Cypress        16% 41s
[NG-UI] [TITLE]  Unzipping Cypress        16% 42s
[NG-UI] [TITLE]  Unzipping Cypress        17% 39s
[NG-UI] [TITLE]  Unzipping Cypress        17% 40s
[NG-UI] [TITLE]  Unzipping Cypress        17% 41s
[Keystone] Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.4) ...
[Keystone] Setting up libsasl2-dev (2.1.27+dfsg2-3ubuntu1.2) ...
[Keystone] Setting up libexpat1-dev:amd64 (2.4.7-1ubuntu0.2) ...
[Keystone] Setting up libraqm0:amd64 (0.7.0-4ubuntu1) ...
[Keystone] Setting up libgd3:amd64 (2.3.0-2ubuntu2) ...
[Keystone] Setting up libdpkg-perl (1.21.1ubuntu2.2) ...
[Keystone] Setting up libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04) ...
[Keystone] Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
[Keystone] Setting up python3-netaddr (0.8.0-2) ...
[Keystone] Setting up gcc-11 (11.4.0-1ubuntu1~22.04) ...
[Keystone] Setting up mysql-client-8.0 (8.0.36-0ubuntu0.22.04.1) ...
[Keystone] Setting up bind9-dnsutils (1:9.18.18-0ubuntu0.22.04.2) ...
[Keystone] Setting up mailcap (3.70+nmu1ubuntu1) ...
[Keystone] Setting up python3-oslo.i18n (5.1.0-0ubuntu1) ...
[Keystone] Setting up libc-devtools (2.35-0ubuntu3.6) ...
[Keystone] Setting up mysql-client (8.0.36-0ubuntu0.22.04.1) ...
[Keystone] Setting up mime-support (3.66) ...
[Keystone] Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.22.04.1) ...
[Keystone] Setting up g++-11 (11.4.0-1ubuntu1~22.04) ...
[Keystone] Setting up libfile-fcntllock-perl (0.22-3build7) ...
[Keystone] Setting up libalgorithm-diff-perl (1.201-1) ...
[Keystone] Setting up python3-flask (2.2.2-2ubuntu1.1~cloud0) ...
[MON] Removing intermediate container 4c962c7c9455
[MON]  ---> 8877c1cec802
[MON] Step 32/56 : WORKDIR /app/osm_mon
[MON]  ---> Running in 95490a64785c
[MON] Removing intermediate container 95490a64785c
[MON]  ---> ce8393840d14
[MON] Step 33/56 : USER appuser
[MON]  ---> Running in ceb00335beeb
[MON] Removing intermediate container ceb00335beeb
[MON]  ---> 420c3317e386
[MON] Step 34/56 : ENV OSMMON_MESSAGE_DRIVER kafka
[MON]  ---> Running in c90112cbfa3d
[MON] Removing intermediate container c90112cbfa3d
[MON]  ---> 390bfeb38064
[MON] Step 35/56 : ENV OSMMON_MESSAGE_HOST kafka
[MON]  ---> Running in 83c34b0b6bcb
[MON] Removing intermediate container 83c34b0b6bcb
[MON]  ---> 9771ae1ca30f
[MON] Step 36/56 : ENV OSMMON_MESSAGE_PORT 9092
[MON]  ---> Running in 5f0a07d95348
[NG-UI] [TITLE]  Unzipping Cypress        18% 38s
[NG-UI] [TITLE]  Unzipping Cypress        18% 39s
[NG-UI] [TITLE]  Unzipping Cypress        18% 40s
[NG-UI] [TITLE]  Unzipping Cypress        19% 37s
[NG-UI] [TITLE]  Unzipping Cypress        19% 38s
[NG-UI] [TITLE]  Unzipping Cypress        19% 39s
[NG-UI] [TITLE]  Unzipping Cypress        20% 37s
[NG-UI] [TITLE]  Unzipping Cypress        20% 38s
[tests] Get:7 https://packages.microsoft.com/repos/azure-cli jammy/main amd64 Packages [1367 B]
[tests] Get:8 https://packages.microsoft.com/repos/azure-cli jammy/main all Packages [1099 B]
[tests] Fetched 6061 B in 1s (4290 B/s)
[Keystone] Setting up python3-oslo.utils (6.1.0-0ubuntu1~cloud0) ...
[Keystone] Setting up dnsutils (1:9.18.18-0ubuntu0.22.04.2) ...
[Keystone] Setting up apache2-bin (2.4.52-1ubuntu4.7) ...
[Keystone] Setting up gcc (4:11.2.0-1ubuntu1) ...
[Keystone] Setting up dpkg-dev (1.21.1ubuntu2.2) ...
[Keystone] Setting up python3-pil:amd64 (9.0.1-1ubuntu0.2) ...
[Keystone] Setting up python3-flask-restful (0.3.9-2) ...
[MON] Removing intermediate container 5f0a07d95348
[MON]  ---> c525b5f98b15
[MON] Step 37/56 : ENV OSMMON_DATABASE_DRIVER mongo
[MON]  ---> Running in d6a2f5a4448e
[MON] Removing intermediate container d6a2f5a4448e
[MON]  ---> ef3b188b023c
[MON] Step 38/56 : ENV OSMMON_DATABASE_URI mongodb://mongo:27017
[MON]  ---> Running in 41021de608a8
[MON] Removing intermediate container 41021de608a8
[MON]  ---> ce52cd1a532d
[MON] Step 39/56 : ENV OSMMON_SQL_DATABASE_URI sqlite:///mon_sqlite.db
[MON]  ---> Running in a10ac0aea9f5
[MON] Removing intermediate container a10ac0aea9f5
[MON]  ---> 4fed9737566b
[MON] Step 40/56 : ENV OSMMON_OPENSTACK_DEFAULT_GRANULARITY 300
[NG-UI] [TITLE]  Unzipping Cypress        21% 35s
[NG-UI] [TITLE]  Unzipping Cypress        21% 36s
[NG-UI] [TITLE]  Unzipping Cypress        21% 37s
[NG-UI] [TITLE]  Unzipping Cypress        22% 35s
[NG-UI] [TITLE]  Unzipping Cypress        22% 36s
[NG-UI] [TITLE]  Unzipping Cypress        23% 34s
[NG-UI] [TITLE]  Unzipping Cypress        23% 35s
[tests] Reading package lists...
[Keystone] Setting up libpython3.10-dev:amd64 (3.10.12-1~22.04.3) ...
[Keystone] Setting up python3.10-dev (3.10.12-1~22.04.3) ...
[Keystone] Setting up g++ (4:11.2.0-1ubuntu1) ...
[Keystone] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
[Keystone] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
[Keystone] Setting up build-essential (12.9ubuntu3) ...
[Keystone] Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
[Keystone] Setting up libalgorithm-merge-perl (0.08-3) ...
[Keystone] Setting up libpython3-dev:amd64 (3.10.6-1~22.04) ...
[Keystone] Setting up apache2 (2.4.52-1ubuntu4.7) ...
[MON]  ---> Running in 43246f63117b
[MON] Removing intermediate container 43246f63117b
[MON]  ---> 601e04a41149
[MON] Step 41/56 : ENV OSMMON_GLOBAL_REQUEST_TIMEOUT 10
[MON]  ---> Running in 86b8f6f72898
[MON] Removing intermediate container 86b8f6f72898
[MON]  ---> 4c374517da82
[MON] Step 42/56 : ENV OSMMON_GLOBAL_LOGLEVEL INFO
[MON]  ---> Running in 6a749b281837
[MON] Removing intermediate container 6a749b281837
[MON]  ---> 4efb37bcb6aa
[MON] Step 43/56 : ENV OSMMON_VCA_HOST localhost
[MON]  ---> Running in 11c84b7d40e0
[MON] Removing intermediate container 11c84b7d40e0
[MON]  ---> 258d5f1e9a1e
[MON] Step 44/56 : ENV OSMMON_VCA_SECRET secret
[MON]  ---> Running in df0af927a3b3
[NG-UI] [TITLE]  Unzipping Cypress        24% 33s
[NG-UI] [TITLE]  Unzipping Cypress        24% 34s
[NG-UI] [TITLE]  Unzipping Cypress        25% 33s
[NG-UI] [TITLE]  Unzipping Cypress        25% 34s
[tests] Reading package lists...
[tests] Building dependency tree...
[tests] Reading state information...
[tests] The following NEW packages will be installed:
[tests]   azure-cli
[Keystone] Enabling module mpm_event.
[Keystone] Enabling module authz_core.
[Keystone] Enabling module authz_host.
[Keystone] Enabling module authn_core.
[Keystone] Enabling module auth_basic.
[Keystone] Enabling module access_compat.
[Keystone] Enabling module authn_file.
[Keystone] Enabling module authz_user.
[Keystone] Enabling module alias.
[Keystone] Enabling module dir.
[Keystone] Enabling module autoindex.
[Keystone] Enabling module env.
[Keystone] Enabling module mime.
[Keystone] Enabling module negotiation.
[Keystone] Enabling module setenvif.
[Keystone] Enabling module filter.
[MON] Removing intermediate container df0af927a3b3
[MON]  ---> e14aedbcade5
[MON] Step 45/56 : ENV OSMMON_VCA_USER admin
[MON]  ---> Running in ae88b84268e4
[MON] Removing intermediate container ae88b84268e4
[MON]  ---> c70b782065d3
[MON] Step 46/56 : ENV OSMMON_VCA_CACERT cacert
[MON]  ---> Running in 53dbda40114f
[MON] Removing intermediate container 53dbda40114f
[MON]  ---> f82949a14c5d
[MON] Step 47/56 : ENV OSMMON_DATABASE_COMMONKEY changeme
[MON]  ---> Running in e501191da5b3
[MON] Removing intermediate container e501191da5b3
[MON]  ---> 07e518177f3f
[MON] Step 48/56 : ENV OSMMON_COLLECTOR_INTERVAL 30
[MON]  ---> Running in 0dd55b91db58
[MON] Removing intermediate container 0dd55b91db58
[MON]  ---> 288ff2798274
[MON] Step 49/56 : ENV OSMMON_EVALUATOR_INTERVAL 30
[NG-UI] [TITLE]  Unzipping Cypress        26% 32s
[NG-UI] [TITLE]  Unzipping Cypress        26% 33s
[NG-UI] [TITLE]  Unzipping Cypress        27% 31s
[NG-UI] [TITLE]  Unzipping Cypress        27% 32s
[NG-UI] [TITLE]  Unzipping Cypress        27% 33s
[NG-UI] [TITLE]  Unzipping Cypress        28% 31s
[NG-UI] [TITLE]  Unzipping Cypress        28% 32s
[tests] 0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
[tests] Need to get 55.3 MB of archives.
[tests] After this operation, 689 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.57.0-1~jammy [55.3 MB]
[Keystone] Enabling module deflate.
[Keystone] Enabling module status.
[Keystone] Enabling module reqtimeout.
[Keystone] Enabling conf charset.
[Keystone] Enabling conf localized-error-pages.
[Keystone] Enabling conf other-vhosts-access-log.
[Keystone] Enabling conf security.
[Keystone] Enabling conf serve-cgi-bin.
[Keystone] Enabling site 000-default.
[Keystone] info: Executing deferred 'a2enconf javascript-common' for package javascript-common
[Keystone] Enabling conf javascript-common.
[Keystone] invoke-rc.d: could not determine current runlevel
[Keystone] invoke-rc.d: policy-rc.d denied execution of start.
[MON]  ---> Running in 6694c4c3f160
[MON] Removing intermediate container 6694c4c3f160
[MON]  ---> 33f4ca0dc0bc
[MON] Step 50/56 : ENV OSMMON_PROMETHEUS_URL http://prometheus:9090
[MON]  ---> Running in c6a1869be101
[MON] Removing intermediate container c6a1869be101
[MON]  ---> 5c18a9e8e4f8
[MON] Step 51/56 : ENV OSMMON_GRAFANA_URL http://grafana:3000
[MON]  ---> Running in c66d56814ce1
[NG-UI] [TITLE]  Unzipping Cypress        29% 31s
[NG-UI] [TITLE]  Unzipping Cypress        29% 32s
[NG-UI] [TITLE]  Unzipping Cypress        30% 30s
[NG-UI] [TITLE]  Unzipping Cypress        30% 31s
[tests] debconf: delaying package configuration, since apt-utils is not installed
[tests] Fetched 55.3 MB in 1s (47.4 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.57.0-1~jammy_amd64.deb ...
[tests] Unpacking azure-cli (2.57.0-1~jammy) ...
[Keystone] Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service.
[Keystone] Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service.
[Keystone] Setting up python3-oslo.serialization (5.1.1-0ubuntu1~cloud0) ...
[Keystone] Setting up libapache2-mod-wsgi-py3 (4.9.0-1ubuntu0.1) ...
[Keystone] apache2_invoke: Enable module wsgi
[Keystone] invoke-rc.d: could not determine current runlevel
[Keystone] invoke-rc.d: policy-rc.d denied execution of restart.
[MON] Removing intermediate container c66d56814ce1
[MON]  ---> 2f5fdaeedc36
[MON] Step 52/56 : ENV OSMMON_GRAFANA_USER admin
[MON]  ---> Running in 9316b0c0342a
[MON] Removing intermediate container 9316b0c0342a
[MON]  ---> 6e6560ccd29f
[MON] Step 53/56 : ENV OSMMON_GRAFANA_PASSWORD admin
[MON]  ---> Running in 4d8c12029c5d
[MON] Removing intermediate container 4d8c12029c5d
[MON]  ---> 33342e0fe1a6
[MON] Step 54/56 : EXPOSE 8000
[MON]  ---> Running in d9123ffc99df
[NG-UI] [TITLE]  Unzipping Cypress        31% 30s
[NG-UI] [TITLE]  Unzipping Cypress        31% 31s
[NG-UI] [TITLE]  Unzipping Cypress        32% 30s
[Keystone] Setting up python3-dev (3.10.6-1~22.04) ...
[Keystone] Setting up python3-fixtures (3.0.0-4) ...
[NG-UI] [TITLE]  Unzipping Cypress        32% 31s
[NG-UI] [TITLE]  Unzipping Cypress        33% 30s
[NG-UI] [TITLE]  Unzipping Cypress        34% 29s
[NG-UI] [TITLE]  Unzipping Cypress        34% 30s
[NG-UI] [TITLE]  Unzipping Cypress        35% 28s
[NG-UI] [TITLE]  Unzipping Cypress        35% 29s
[Keystone] Setting up python3-testtools (2.5.0-3ubuntu2) ...
[Keystone] Setting up python3-testscenarios (0.5.0-3build1) ...
[MON] Removing intermediate container d9123ffc99df
[MON]  ---> 6aead0f329cc
[MON] Step 55/56 : HEALTHCHECK --start-period=120s --interval=5s --timeout=2s --retries=12  CMD osm-mon-healthcheck || exit 1
[MON]  ---> Running in 5766e6939738
[MON] Removing intermediate container 5766e6939738
[MON]  ---> 9da7187c7068
[MON] Step 56/56 : CMD /bin/bash scripts/start.sh
[MON]  ---> Running in 732f57d27aca
[MON] Removing intermediate container 732f57d27aca
[MON]  ---> 698d54a3a34f
[MON] [Warning] One or more build-args [PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROVIM_GCP_URL CACHE_DATE PYTHON3_OSMCLIENT_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROVIM_OPENVIM_URL OSM_DEVOPS_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL OSM_IMDOCS_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_NGUI_URL OSM_TESTS_URL] were not consumed
[MON] Successfully built 698d54a3a34f
[MON] Successfully tagged opensourcemano/mon:osm-master-merge-2913
[Pipeline] [MON] echo
[MON] Tagging mon:osm-master-merge-2913
[Pipeline] [MON] sh
[MON] [MON] Running shell script
[NG-UI] [TITLE]  Unzipping Cypress        36% 28s
[Keystone] Processing triggers for libc-bin (2.35-0ubuntu3.6) ...
[Keystone] Processing triggers for shared-mime-info (2.1-2) ...
[MON] + docker tag opensourcemano/mon:osm-master-merge-2913 osm.etsi.org:5050/devops/cicd/opensourcemano/mon:osm-master-merge-2913
[Pipeline] [MON] sh
[NG-UI] [TITLE]  Unzipping Cypress        37% 27s
[NG-UI] [TITLE]  Unzipping Cypress        37% 28s
[MON] [MON] Running shell script
[MON] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/mon:osm-master-merge-2913
[MON] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/mon]
[MON] 3c248bec94ef: Preparing
[MON] 01bf1e0db509: Preparing
[MON] 3d72086826ee: Preparing
[MON] a74b4ba965a3: Preparing
[MON] 6424d8578b6b: Preparing
[MON] 92d6fcea3c4a: Preparing
[MON] f47661e75ba4: Preparing
[MON] 7894d9d5364a: Preparing
[MON] 9e300f85cb52: Preparing
[MON] 7188d56ecdfa: Preparing
[MON] 5cfbc825e54d: Preparing
[MON] 7dc0a273388e: Preparing
[MON] a6ec23d8b083: Preparing
[MON] 798f62cd2d47: Preparing
[MON] d101c9453715: Preparing
[MON] 6424d8578b6b: Waiting
[MON] 92d6fcea3c4a: Waiting
[MON] f47661e75ba4: Waiting
[MON] 7dc0a273388e: Waiting
[MON] 7894d9d5364a: Waiting
[MON] a6ec23d8b083: Waiting
[MON] 9e300f85cb52: Waiting
[MON] 798f62cd2d47: Waiting
[MON] 7188d56ecdfa: Waiting
[MON] d101c9453715: Waiting
[MON] 5cfbc825e54d: Waiting
[MON] 01bf1e0db509: Pushed
[MON] 3c248bec94ef: Pushed
[NG-UI] [TITLE]  Unzipping Cypress        38% 27s
[NG-UI] [TITLE]  Unzipping Cypress        38% 28s
[MON] 6424d8578b6b: Pushed
[MON] 92d6fcea3c4a: Pushed
[MON] f47661e75ba4: Pushed
[MON] 7894d9d5364a: Pushed
[MON] 9e300f85cb52: Pushed
[MON] 7188d56ecdfa: Pushed
[NG-UI] [TITLE]  Unzipping Cypress        38% 29s
[NG-UI] [TITLE]  Unzipping Cypress        39% 28s
[NG-UI] [TITLE]  Unzipping Cypress        39% 29s
[NG-UI] [TITLE]  Unzipping Cypress        40% 27s
[NG-UI] [TITLE]  Unzipping Cypress        40% 28s
[NG-UI] [TITLE]  Unzipping Cypress        41% 27s
[NG-UI] [TITLE]  Unzipping Cypress        42% 26s
[NG-UI] [TITLE]  Unzipping Cypress        42% 27s
[NG-UI] [TITLE]  Unzipping Cypress        43% 26s
[Keystone] Processing triggers for sgml-base (1.30) ...
[Keystone] Setting up docutils-common (0.17.1+dfsg-2) ...
[Keystone] Processing triggers for sgml-base (1.30) ...
[Keystone] Setting up python3-docutils (0.17.1+dfsg-2) ...
[Keystone] Setting up python3-oslo.config (1:9.1.1-0ubuntu1~cloud0) ...
[MON] 7dc0a273388e: Pushed
[MON] a6ec23d8b083: Layer already exists
[MON] 798f62cd2d47: Layer already exists
[MON] d101c9453715: Layer already exists
[NG-UI] [TITLE]  Unzipping Cypress        44% 25s
[NG-UI] [TITLE]  Unzipping Cypress        45% 24s
[NG-UI] [TITLE]  Unzipping Cypress        45% 25s
[NG-UI] [TITLE]  Unzipping Cypress        46% 24s
[Keystone] Setting up python3-oslo.middleware (5.1.1-0ubuntu1~cloud0) ...
[Keystone] Setting up python3-keystoneclient (1:5.1.0-0ubuntu1~cloud0) ...
[Keystone] Setting up python3-oslo.db (12.3.1-0ubuntu1~cloud0) ...
[NG-UI] [TITLE]  Unzipping Cypress        47% 23s
[NG-UI] [TITLE]  Unzipping Cypress        48% 22s
[NG-UI] [TITLE]  Unzipping Cypress        48% 23s
[NG-UI] [TITLE]  Unzipping Cypress        49% 22s
[Keystone] Setting up python3-oslo.concurrency (5.1.1-0ubuntu1~cloud0) ...
[Keystone] Setting up python3-oslo.log (5.0.0-0ubuntu1~cloud0) ...
[Keystone] Setting up python3-pycadf (3.1.1-2) ...
[Keystone] Setting up python3-oslo.metrics (0.6.0-0ubuntu1~cloud0) ...
[NG-UI] [TITLE]  Unzipping Cypress        50% 21s
[NG-UI] [TITLE]  Unzipping Cypress        50% 22s
[NG-UI] [TITLE]  Unzipping Cypress        51% 21s
[NG-UI] [TITLE]  Unzipping Cypress        52% 20s
[NG-UI] [TITLE]  Unzipping Cypress        53% 20s
[Keystone] Setting up python3-oslo.policy (4.1.1-0ubuntu1~cloud0) ...
[Keystone] Setting up python3-oslo.service (3.1.1-0ubuntu2~cloud0) ...
[Keystone] Setting up python3-oslo.upgradecheck (2.1.1-0ubuntu1~cloud0) ...
[NG-UI] [TITLE]  Unzipping Cypress        54% 19s
[NG-UI] [TITLE]  Unzipping Cypress        55% 19s
[NG-UI] [TITLE]  Unzipping Cypress        56% 18s
[Keystone] Setting up python3-osprofiler (3.4.3-0ubuntu1~cloud0) ...
[Keystone] Setting up python3-oslo.messaging (14.2.0-0ubuntu1~cloud0) ...
[Keystone] Setting up python3-oslo.cache (3.3.1-0ubuntu1~cloud0) ...
[RO] b086e824c735: Pushed
[RO] osm-master-merge-2913: digest: sha256:a72a0f8397e2d57d3992eaa4e1ade54b99a8d91b71136b9894e26b7b48141f7e size: 2204
[Pipeline] [RO] }
[Pipeline] [RO] // dir
[Pipeline] [RO] }
[Keystone] Setting up python3-keystonemiddleware (10.2.0-0ubuntu1~cloud0) ...
[NG-UI] [TITLE]  Unzipping Cypress        57% 18s
[NG-UI] [TITLE]  Unzipping Cypress        58% 17s
[NG-UI] [TITLE]  Unzipping Cypress        59% 17s
[NG-UI] [TITLE]  Unzipping Cypress        60% 16s
[NG-UI] [TITLE]  Unzipping Cypress        61% 15s
[NG-UI] [TITLE]  Unzipping Cypress        61% 16s
[NG-UI] [TITLE]  Unzipping Cypress        62% 15s
[Keystone] Setting up python3-keystone (2:23.0.1-0ubuntu1~cloud0) ...
[NG-UI] [TITLE]  Unzipping Cypress        63% 14s
[NG-UI] [TITLE]  Unzipping Cypress        63% 15s
[NG-UI] [TITLE]  Unzipping Cypress        64% 14s
[Keystone] Setting up keystone (2:23.0.1-0ubuntu1~cloud0) ...
[Keystone] apache2_invoke: Enable site keystone.conf
[Keystone] invoke-rc.d: could not determine current runlevel
[Keystone] invoke-rc.d: policy-rc.d denied execution of reload.
[NG-UI] [TITLE]  Unzipping Cypress        64% 15s
[NG-UI] [TITLE]  Unzipping Cypress        65% 14s
[NG-UI] [TITLE]  Unzipping Cypress        65% 15s
[NG-UI] [TITLE]  Unzipping Cypress        66% 14s
[NG-UI] [TITLE]  Unzipping Cypress        67% 14s
[NG-UI] [TITLE]  Unzipping Cypress        68% 13s
[NG-UI] [TITLE]  Unzipping Cypress        68% 14s
[NG-UI] [TITLE]  Unzipping Cypress        69% 13s
[MON] a74b4ba965a3: Pushed
[MON] 3d72086826ee: Pushed
[NG-UI] [TITLE]  Unzipping Cypress        69% 14s
[NG-UI] [TITLE]  Unzipping Cypress        70% 13s
[NG-UI] [TITLE]  Unzipping Cypress        71% 12s
[NG-UI] [TITLE]  Unzipping Cypress        71% 13s
[NG-UI] [TITLE]  Unzipping Cypress        72% 12s
[tests] Setting up azure-cli (2.57.0-1~jammy) ...
[NG-UI] [TITLE]  Unzipping Cypress        73% 12s
[NG-UI] [TITLE]  Unzipping Cypress        74% 11s
[NG-UI] [TITLE]  Unzipping Cypress        75% 11s
[NG-UI] [TITLE]  Unzipping Cypress        76% 10s
[NG-UI] [TITLE]  Unzipping Cypress        77% 10s
[NG-UI] [TITLE]  Unzipping Cypress        78% 9s
[NG-UI] [TITLE]  Unzipping Cypress        79% 9s
[NG-UI] [TITLE]  Unzipping Cypress        80% 8s
[NG-UI] [TITLE]  Unzipping Cypress        81% 8s
[NG-UI] [TITLE]  Unzipping Cypress        82% 7s
[NG-UI] [TITLE]  Unzipping Cypress        83% 7s
[NG-UI] [TITLE]  Unzipping Cypress        84% 6s
[NG-UI] [TITLE]  Unzipping Cypress        85% 6s
[NG-UI] [TITLE]  Unzipping Cypress        86% 6s
[NG-UI] [TITLE]  Unzipping Cypress        87% 5s
[NG-UI] [TITLE]  Unzipping Cypress        88% 5s
[NG-UI] [TITLE]  Unzipping Cypress        89% 4s
[NG-UI] [TITLE]  Unzipping Cypress        90% 4s
[NG-UI] [TITLE]  Unzipping Cypress        91% 4s
[NG-UI] [TITLE]  Unzipping Cypress        92% 3s
[NG-UI] [TITLE]  Unzipping Cypress        93% 3s
[NG-UI] [TITLE]  Unzipping Cypress        94% 2s
[NG-UI] [TITLE]  Unzipping Cypress        95% 2s
[NG-UI] [TITLE]  Unzipping Cypress        96% 2s
[NG-UI] [TITLE]  Unzipping Cypress        97% 1s
[NG-UI] [TITLE]  Unzipping Cypress        98% 1s
[NG-UI] [TITLE]  Unzipping Cypress        99% 0s
[NG-UI] [TITLE]  Unzipping Cypress        100% 0s
[NG-UI] [TITLE]  Unzipped Cypress       
[NG-UI] [SUCCESS]  Unzipped Cypress       
[NG-UI] [STARTED] Task without title.
[NG-UI] [TITLE]  Finished Installation   /root/.cache/Cypress/12.17.4
[NG-UI] [SUCCESS]  Finished Installation   /root/.cache/Cypress/12.17.4
[NG-UI] 
[NG-UI] You can now open Cypress by running: node_modules/.bin/cypress open
[NG-UI] 
[NG-UI] https://on.cypress.io/installing-cypress
[NG-UI] 
[NG-UI] npm notice created a lockfile as package-lock.json. You should commit this file.
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @esbuild/linux-loong64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/@esbuild/linux-loong64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @esbuild/linux-loong64@0.15.5: wanted {"os":"linux","arch":"loong64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-android-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-android-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-android-64@0.15.5: wanted {"os":"android","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-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-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-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-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-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-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-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-openbsd-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-openbsd-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-openbsd-64@0.15.5: wanted {"os":"openbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-sunos-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-sunos-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-sunos-64@0.15.5: wanted {"os":"sunos","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-32@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-32):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-32@0.15.5: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-64@0.15.5: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-arm64@0.15.5 (node_modules/@angular-devkit/build-angular/node_modules/esbuild/node_modules/esbuild-windows-arm64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-arm64@0.15.5: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN notsup Unsupported engine for @yarnpkg/parsers@3.0.0: wanted: {"node":">=18.12.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
[NG-UI] npm WARN notsup Not compatible with your version of node/npm: @yarnpkg/parsers@3.0.0
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-darwin-arm64@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-darwin-arm64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-darwin-arm64@15.9.3: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-darwin-x64@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-darwin-x64):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-darwin-x64@15.9.3: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-linux-arm-gnueabihf@15.9.3 (node_modules/@nrwl/cli/node_modules/nx/node_modules/@nrwl/nx-linux-arm-gnueabihf):
[NG-UI] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @nrwl/nx-linux-arm-gnueabihf@15.9.3: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
[NG-UI] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @nrwl/nx-linux-arm64-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 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 @angular/flex-layout@9.0.0-beta.31 requires a peer of @angular/cdk@^9.0.0-rc.8 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @angular/flex-layout@9.0.0-beta.31 requires a peer of tslib@^1.9.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-bootstrap/ng-bootstrap@11.0.1 requires a peer of @angular/common@^13.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-bootstrap/ng-bootstrap@11.0.1 requires a peer of @angular/core@^13.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-bootstrap/ng-bootstrap@11.0.1 requires a peer of @angular/forms@^13.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-bootstrap/ng-bootstrap@11.0.1 requires a peer of @angular/localize@^13.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-select/ng-select@8.3.0 requires a peer of @angular/common@>=13.0.0 <14.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-select/ng-select@8.3.0 requires a peer of @angular/core@>=13.0.0 <14.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @ng-select/ng-select@8.3.0 requires a peer of @angular/forms@>=13.0.0 <14.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN angular-notifier@9.1.0 requires a peer of @angular/common@>= 11.0.0 < 12.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN angular-notifier@9.1.0 requires a peer of @angular/core@>= 11.0.0 < 12.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN bootstrap@4.6.2 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN bootstrap@4.6.2 requires a peer of popper.js@^1.16.1 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ng2-smart-table@1.6.0 requires a peer of @angular/common@^9.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ng2-smart-table@1.6.0 requires a peer of @angular/core@^9.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ng2-smart-table@1.6.0 requires a peer of @angular/forms@^9.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ng2-smart-table@1.6.0 requires a peer of tslib@^1.9.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN @angular-eslint/schematics@13.5.0 requires a peer of @angular/cli@>= 13.0.0 < 14.0.0 but none is installed. You must install peer dependencies yourself.
[NG-UI] npm WARN ajv-keywords@3.5.2 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.
[NG-UI] 
[NG-UI] added 1552 packages from 2513 contributors and audited 1582 packages in 202.461s
[NG-UI] 
[NG-UI] 227 packages are looking for funding
[NG-UI]   run `npm fund` for details
[NG-UI] 
[NG-UI] found 9 vulnerabilities (5 moderate, 4 high)
[NG-UI]   run `npm audit fix` to fix them, or `npm audit` for details
[MON] 5cfbc825e54d: Pushed
[MON] osm-master-merge-2913: digest: sha256:1b95b8d96a0dced5ec9f046b42c663cfc060a159fcb76ff9873a2cbd463af92a size: 3466
[Pipeline] [MON] }
[Pipeline] [MON] // dir
[Pipeline] [MON] }
[tests] Removing intermediate container c3db76da6fc1
[tests]  ---> d500f2d74316
[tests] Step 20/35 : RUN mv /usr/share/osm-tests/robot-systest /robot-systest
[tests]  ---> Running in 0bed875fb8ca
[tests] Removing intermediate container 0bed875fb8ca
[tests]  ---> 10952a317229
[tests] Step 21/35 : RUN mv /usr/share/osm-tests/cloud-scripts /robot-systest/
[tests]  ---> Running in 5b6a15468a6d
[tests] Removing intermediate container 5b6a15468a6d
[tests]  ---> 58735489fbfb
[tests] Step 22/35 : RUN mv /usr/share/osm-tests/conformance-tests/ /robot-systest/
[tests]  ---> Running in 1fac0f26ef2d
[tests] Removing intermediate container 1fac0f26ef2d
[tests]  ---> 728cfdd8818c
[tests] Step 23/35 : RUN mv /usr/share/osm-tests/charm.sh /usr/sbin/charm
[tests]  ---> Running in 8af101fedb5a
[tests] Removing intermediate container 8af101fedb5a
[tests]  ---> 41ea17842a70
[tests] Step 24/35 : ARG CACHE_DATE=not_a_date
[tests]  ---> Running in 393fd22d9464
[tests] Removing intermediate container 393fd22d9464
[tests]  ---> 913450d44f89
[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 ffb7c7e454db
[tests] Cloning into '/robot-systest/osm-packages'...
[tests] Updating files:  91% (5138/5627)
Updating files:  92% (5177/5627)
Updating files:  93% (5234/5627)
Updating files:  94% (5290/5627)
Updating files:  95% (5346/5627)
Updating files:  96% (5402/5627)
Updating files:  97% (5459/5627)
Updating files:  98% (5515/5627)
Updating files:  99% (5571/5627)
Updating files: 100% (5627/5627)
Updating files: 100% (5627/5627), done.
[tests] Submodule 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/native_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/native_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator'
[tests] Submodule 'charm-packages/native_k8s_scale_charm_vnf/charms/nginx-k8s/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/native_k8s_scale_charm_vnf/charms/nginx-k8s/mod/operator'
[tests] Submodule 'charm-packages/native_manual_scale_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/native_manual_scale_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/nopasswd_k8s_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/charms.osm'
[tests] Submodule 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/nopasswd_proxy_charm_vnf/charms/simple/mod/operator'
[tests] Submodule 'charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ns_relations_provides_vnf/charms/simple_provides/mod/operator'
[tests] Submodule 'charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/ns_relations_requires_vnf/charms/simple_requires/mod/operator'
[tests] Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm' (https://github.com/charmed-osm/charms.osm.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/charms.osm'
[tests] Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_provides_proxy/mod/operator'
[tests] Submodule 'charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator.git) registered for path 'charm-packages/proxy_native_relation_vnf/charms/simple_requires/mod/operator'
[tests] Submodule 'charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator'
[tests] Submodule 'charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator' (https://github.com/canonical/operator) registered for path 'charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator'
[tests] Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers' (https://github.com/juju/charm-helpers.git) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers'
[tests] Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm'
[tests] Submodule 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator' (https://github.com/canonical/operator) registered for path 'magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator'
[tests] Submodule 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm' (https://github.com/charmed-osm/charms.osm) registered for path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/charms.osm'
[tests] Submodule 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator' (https://github.com/canonical/operator) registered for path 'magma/hackfest_magma-agw-enb_vnfd/charms/magmagw/mod/operator'
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/ha_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/ha_proxy_charm_vnf/charms/simple/mod/operator'...
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/charms.osm'...
[Keystone] Removing intermediate container aa4889812ce5
[Keystone]  ---> 221379247c48
[Keystone] Step 8/24 : RUN pip3 install python-ldap==3.2.0 ldappool==3.0.0 python-openstackclient==6.2.0
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/k8s_proxy_charm_vnf/charms/simple/mod/operator'...
[Keystone]  ---> Running in 5d4676cea338
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_charm_vnf/charms/simple/mod/operator'...
[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 7.2 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.0.0-py3-none-any.whl (1.7 MB)
[Keystone]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 27.2 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] 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 5.4 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] Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/lib/python3/dist-packages (from python-openstackclient==6.2.0) (5.1.0)
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_k8s_charm_vnf/charms/nginx-k8s/mod/operator'...
[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 12.9 MB/s eta 0:00:00
[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.i18n>=3.15.3 in /usr/lib/python3/dist-packages (from python-openstackclient==6.2.0) (5.1.0)
[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] Collecting cliff>=3.5.0
[Keystone]   Downloading cliff-4.6.0-py3-none-any.whl (81 kB)
[Keystone]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.1/81.1 KB 2.4 MB/s eta 0:00:00
[Keystone] Collecting python-novaclient>=18.1.0
[Keystone]   Downloading python_novaclient-18.5.0-py3-none-any.whl (335 kB)
[Keystone]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 336.0/336.0 KB 9.0 MB/s eta 0:00:00
[Keystone] Collecting cmd2>=1.0.0
[Keystone]   Downloading cmd2-2.4.3-py3-none-any.whl (147 kB)
[Keystone]      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.2/147.2 KB 7.7 MB/s eta 0:00:00
[Keystone] Collecting autopage>=0.4.0
[Keystone]   Downloading autopage-0.5.2-py3-none-any.whl (30 kB)
[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] 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] 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: dogpile.cache>=0.6.5 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient==6.2.0) (1.1.8)
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_k8s_scale_charm_vnf/charms/nginx-k8s/mod/operator'...
[Keystone] Collecting jsonpatch!=1.20,>=1.16
[Keystone]   Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 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 requestsexceptions>=1.2.0
[Keystone]   Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB)
[Keystone] Collecting jmespath>=0.9.0
[Keystone]   Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)
[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] Collecting platformdirs>=3
[Keystone]   Downloading platformdirs-4.2.0-py3-none-any.whl (17 kB)
[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: 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] 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] 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'
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/native_manual_scale_charm_vnf/charms/simple/mod/operator'...
[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=532a8d81535f444864bb6e0d41fa974ca1232b83d4f80f674f928a4b2e125dc0
[Keystone]   Stored in directory: /root/.cache/pip/wheels/04/24/fe/140a94a7f1036003ede94579e6b4227fe96c840c6f4dcbe307
[Keystone] Successfully built pyperclip
[Keystone] Installing collected packages: requestsexceptions, pyperclip, python-novaclient, python-cinderclient, platformdirs, ldappool, jsonpointer, jmespath, cmd2, autopage, jsonpatch, cliff, openstacksdk, osc-lib, python-openstackclient
[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'...
[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.0.0 osc-lib-3.0.1 platformdirs-4.2.0 pyperclip-1.8.2 python-cinderclient-9.5.0 python-novaclient-18.5.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
[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'...
[Keystone] Removing intermediate container 5d4676cea338
[Keystone]  ---> af6dfb0855ff
[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
[tests] Cloning into '/robot-systest/osm-packages/charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator'...
[Keystone]  ---> Running in ba47f1307bf8
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charm-helpers'...
[Keystone] Removing intermediate container ba47f1307bf8
[Keystone]  ---> 395016288444
[Keystone] Step 10/24 : USER appuser
[Keystone]  ---> Running in 7e0414af4d0c
[Keystone] Removing intermediate container 7e0414af4d0c
[Keystone]  ---> 09a5a6503fbc
[Keystone] Step 11/24 : ENV DB_HOST                 keystone-db
[Keystone]  ---> Running in a0404da165d1
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/charms.osm'...
[Keystone] Removing intermediate container a0404da165d1
[Keystone]  ---> 3aeeeb151e98
[Keystone] Step 12/24 : ENV DB_PORT                 3306
[Keystone]  ---> Running in f649135eea0b
[Keystone] Removing intermediate container f649135eea0b
[Keystone]  ---> 14df352970e5
[Keystone] Step 13/24 : ENV ROOT_DB_USER            root
[Keystone]  ---> Running in e42f97e5d9fd
[tests] Cloning into '/robot-systest/osm-packages/magma/hackfest_gateway_vnfd/charms/vyos-config/mod/operator'...
[Keystone] Removing intermediate container e42f97e5d9fd
[Keystone]  ---> 668114f21442
[Keystone] Step 14/24 : ENV ROOT_DB_PASSWORD        admin
[Keystone]  ---> Running in 88c43acd96f0
[Keystone] Removing intermediate container 88c43acd96f0
[Keystone]  ---> 656ea04560b2
[Keystone] Step 15/24 : ENV KEYSTONE_DB_PASSWORD    admin
[Keystone]  ---> Running in 1dad63a7fa4c
[Keystone] Removing intermediate container 1dad63a7fa4c
[Keystone]  ---> bdcd0f0506c6
[Keystone] Step 16/24 : ENV REGION_ID               RegionOne
[Keystone]  ---> Running in 93f0c06c4ad8
[Keystone] Removing intermediate container 93f0c06c4ad8
[Keystone]  ---> b0817f66eabb
[Keystone] Step 17/24 : ENV KEYSTONE_HOST           keystone
[Keystone]  ---> Running in 322d36733efd
[Keystone] Removing intermediate container 322d36733efd
[Keystone]  ---> 2b57d4b57f76
[Keystone] Step 18/24 : ENV ADMIN_USERNAME          admin
[Keystone]  ---> Running in c7036ee59e86
[Keystone] Removing intermediate container c7036ee59e86
[Keystone]  ---> 8f9a8cdb2811
[Keystone] Step 19/24 : ENV ADMIN_PASSWORD          admin
[Keystone]  ---> Running in f6ef714eb4f2
[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'...
[Keystone] Removing intermediate container f6ef714eb4f2
[Keystone]  ---> 9afb84938428
[Keystone] Step 20/24 : ENV ADMIN_PROJECT           admin
[Keystone]  ---> Running in df4daf398990
[Keystone] Removing intermediate container df4daf398990
[Keystone]  ---> 97a519336607
[Keystone] Step 21/24 : ENV SERVICE_USERNAME        nbi
[Keystone]  ---> Running in b647b46bdf1f
[Keystone] Removing intermediate container b647b46bdf1f
[Keystone]  ---> 420ae5f4e091
[Keystone] Step 22/24 : ENV SERVICE_PASSWORD        nbi
[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'
[Keystone]  ---> Running in ac692fc2ddc6
[Keystone] Removing intermediate container ac692fc2ddc6
[Keystone]  ---> 1cf34b876059
[Keystone] Step 23/24 : ENV SERVICE_PROJECT         service
[Keystone]  ---> Running in 2ddb3884082c
[Keystone] Removing intermediate container 2ddb3884082c
[Keystone]  ---> f9e8efa89176
[Keystone] Step 24/24 : ENTRYPOINT ["./start.sh"]
[Keystone]  ---> Running in d95e272e5d3b
[Keystone] Removing intermediate container d95e272e5d3b
[Keystone]  ---> d9af193174bc
[Keystone] [Warning] One or more build-args [PYTHON3_OSM_ROVIM_GCP_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL CACHE_DATE PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL PYTHON3_N2VC_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL OSM_DEVOPS_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_OPENVIM_URL OSM_IMDOCS_URL PYTHON3_OSM_IM_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_RO_PLUGIN_URL OSM_TESTS_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL OSM_NGUI_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROVIM_AWS_URL] were not consumed
[Keystone] Successfully built d9af193174bc
[Keystone] Successfully tagged opensourcemano/keystone:osm-master-merge-2913
[Pipeline] [Keystone] echo
[Keystone] Tagging keystone:osm-master-merge-2913
[Pipeline] [Keystone] sh
[Keystone] [Keystone] Running shell script
[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'
[Keystone] + docker tag opensourcemano/keystone:osm-master-merge-2913 osm.etsi.org:5050/devops/cicd/opensourcemano/keystone:osm-master-merge-2913
[Pipeline] [Keystone] sh
[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'
[Keystone] [Keystone] Running shell script
[Keystone] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/keystone:osm-master-merge-2913
[Keystone] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/keystone]
[Keystone] 0840bb9a798e: Preparing
[Keystone] c2a7e7e9a5d0: Preparing
[Keystone] 929cb520806e: Preparing
[Keystone] 2607c69c5d73: Preparing
[Keystone] cd19920ece16: Preparing
[Keystone] 798f62cd2d47: Preparing
[Keystone] d101c9453715: Preparing
[Keystone] 798f62cd2d47: Waiting
[Keystone] d101c9453715: Waiting
[Keystone] cd19920ece16: Layer already exists
[Keystone] 798f62cd2d47: Layer already exists
[Keystone] d101c9453715: Layer already exists
[Keystone] 2607c69c5d73: Pushed
[Keystone] 0840bb9a798e: Pushed
[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'
[Keystone] c2a7e7e9a5d0: Pushed
[tests] Removing intermediate container ffb7c7e454db
[tests]  ---> e617eab3677f
[tests] Step 26/35 : WORKDIR /robot-systest
[tests]  ---> Running in 7cab8744c2e0
[tests] Removing intermediate container 7cab8744c2e0
[tests]  ---> 7753a5fb64f6
[tests] Step 27/35 : ENV ROBOT_DEVOPS_FOLDER=/robot-systest
[tests]  ---> Running in 138d2a61e56d
[tests] Removing intermediate container 138d2a61e56d
[tests]  ---> cb7bc3d797a1
[tests] Step 28/35 : ENV ENVIRONMENTS_FOLDER=environments
[tests]  ---> Running in 23063fa3ae30
[tests] Removing intermediate container 23063fa3ae30
[tests]  ---> 5216d36d462b
[tests] Step 29/35 : ENV PACKAGES_FOLDER=/robot-systest/osm-packages
[tests]  ---> Running in 7546c85d59fc
[tests] Removing intermediate container 7546c85d59fc
[tests]  ---> 0b705b4dfcc0
[tests] Step 30/35 : ENV ROBOT_REPORT_FOLDER=/robot-systest/results
[tests]  ---> Running in 3df99d961f4b
[tests] Removing intermediate container 3df99d961f4b
[tests]  ---> 732cf64dfdd5
[tests] Step 31/35 : ENV K8S_CREDENTIALS=/root/.kube/config
[tests]  ---> Running in c73a478c4f0c
[tests] Removing intermediate container c73a478c4f0c
[tests]  ---> fc50a5b040d5
[tests] Step 32/35 : ENV OSM_RSA_FILE=/root/osm_id_rsa
[tests]  ---> Running in 63affeb692f3
[tests] Removing intermediate container 63affeb692f3
[tests]  ---> 8c261d78337e
[tests] Step 33/35 : ENV LC_ALL=C.UTF-8
[tests]  ---> Running in 097d20f28342
[tests] Removing intermediate container 097d20f28342
[tests]  ---> 4c9eae6074bf
[tests] Step 34/35 : ENV LANG=C.UTF-8
[tests]  ---> Running in 18057d3879f4
[tests] Removing intermediate container 18057d3879f4
[tests]  ---> 385e6864b677
[tests] Step 35/35 : ENTRYPOINT [ "/robot-systest/run_test.sh"]
[tests]  ---> Running in ecd0cf537849
[tests] Removing intermediate container ecd0cf537849
[tests]  ---> 7ec145bd1d93
[tests] [Warning] One or more build-args [PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_ROVIM_OPENVIM_URL OSM_NGUI_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_AWS_URL OSM_IMDOCS_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL PYTHON3_OSM_ROVIM_GCP_URL OSM_DEVOPS_URL PYTHON3_N2VC_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_ROVIM_VMWARE_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL] were not consumed
[tests] Successfully built 7ec145bd1d93
[tests] Successfully tagged opensourcemano/tests:osm-master-merge-2913
[Pipeline] [tests] echo
[tests] Tagging tests:osm-master-merge-2913
[Pipeline] [tests] sh
[tests] [tests] Running shell script
[tests] + docker tag opensourcemano/tests:osm-master-merge-2913 osm.etsi.org:5050/devops/cicd/opensourcemano/tests:osm-master-merge-2913
[Pipeline] [tests] sh
[NG-UI] Removing intermediate container a3875de4b424
[NG-UI]  ---> 2294af051cdd
[NG-UI] Step 11/22 : RUN npm run build
[NG-UI]  ---> Running in bef61239dd70
[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] [tests] Running shell script
[tests] + docker push osm.etsi.org:5050/devops/cicd/opensourcemano/tests:osm-master-merge-2913
[tests] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/tests]
[tests] 3721b631fbd1: Preparing
[tests] f60ee814e7d1: Preparing
[tests] bf7babe60fc3: Preparing
[tests] aef7888e3a46: Preparing
[tests] 1c14bdaab121: Preparing
[tests] 722098cd3e68: Preparing
[tests] 4b473e85e67e: Preparing
[tests] 290b80fcd8e9: Preparing
[tests] 89ca2f247c9a: Preparing
[tests] 1c14bdaab121: Waiting
[tests] 722098cd3e68: Waiting
[tests] 290b80fcd8e9: Waiting
[tests] 4b473e85e67e: Waiting
[tests] dc16cdbfae12: Preparing
[tests] 647f51283f75: Preparing
[tests] 8576d41b1b22: Preparing
[tests] 89ca2f247c9a: Waiting
[tests] dc16cdbfae12: Waiting
[tests] 647f51283f75: Waiting
[tests] a64969de3d2a: Preparing
[tests] 70a821ab3671: Preparing
[tests] 2768bfbba3ff: Preparing
[tests] 8576d41b1b22: Waiting
[tests] a64969de3d2a: Waiting
[tests] 70a821ab3671: Waiting
[tests] b7492e02636c: Preparing
[tests] d0f1690c148c: Preparing
[tests] 807cc0434ac3: Preparing
[tests] 798f62cd2d47: Preparing
[tests] 2768bfbba3ff: Waiting
[tests] b7492e02636c: Waiting
[tests] 807cc0434ac3: Waiting
[tests] d101c9453715: Preparing
[tests] 798f62cd2d47: Waiting
[tests] d101c9453715: Waiting
[tests] f60ee814e7d1: Pushed
[tests] aef7888e3a46: Pushed
[tests] bf7babe60fc3: Pushed
[tests] 1c14bdaab121: Pushed
[tests] 290b80fcd8e9: Pushed
[tests] 89ca2f247c9a: Pushed
[NG-UI] Processing legacy "View Engine" libraries:
[NG-UI] - @angular/flex-layout/core [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[NG-UI] - @ng-idle/core [es2015/esm2015] (git+https://github.com/moribvndvs/ng2-idle.git)
[NG-UI] - @ngx-translate/core [es2015/esm2015] (git+https://github.com/ngx-translate/core.git)
[NG-UI] - @akveo/ng2-completer [es2015/esm2015] (git+https://github.com/oferh/ng2-completer.git)
[NG-UI] - @angular/flex-layout/extended [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[NG-UI] - @angular/flex-layout/flex [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[NG-UI] - @angular/flex-layout/grid [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[NG-UI] - @ng-idle/keepalive [es2015/esm2015] (git+https://github.com/moribvndvs/ng2-idle.git)
[NG-UI] - angular-notifier [es2015/esm2015] (git+https://github.com/dominique-mueller/angular-notifier.git)
[NG-UI] - @ngx-translate/http-loader [es2015/esm2015] (git+https://github.com/ngx-translate/http-loader.git)
[NG-UI] - ngx-toastr [es2015/esm2015] (git+https://github.com/scttcper/ngx-toastr.git)
[NG-UI] - ng2-smart-table [es2015/esm2015] ()
[NG-UI] - ng-sidebar [main/commonjs] (git+https://github.com/arkon/ng-sidebar.git)
[NG-UI] - @angular/flex-layout [es2015/esm2015] (git+https://github.com/angular/flex-layout.git)
[NG-UI] Encourage the library authors to publish an Ivy distribution.
[tests] dc16cdbfae12: Pushed
[tests] 647f51283f75: Pushed
[tests] 8576d41b1b22: Pushed
[tests] a64969de3d2a: Pushed
[tests] 70a821ab3671: Pushed
[tests] 2768bfbba3ff: Pushed
[tests] b7492e02636c: Pushed
[tests] 3721b631fbd1: Pushed
[tests] 807cc0434ac3: Layer already exists
[tests] 798f62cd2d47: Layer already exists
[tests] d101c9453715: Layer already exists
[tests] d0f1690c148c: Pushed
[tests] 722098cd3e68: Pushed
[Keystone] 929cb520806e: Pushed
[Keystone] osm-master-merge-2913: digest: sha256:bf3bbe20e6435c40de5fb7618f39e3e5d31e84d55543497cef50b892153e54da size: 1782
[Pipeline] [Keystone] }
[Pipeline] [Keystone] // dir
[Pipeline] [Keystone] }
[tests] 4b473e85e67e: Pushed
[tests] osm-master-merge-2913: digest: sha256:61d9fc5787e3fa1e86f0bb62d3d3ae995bf231627cd609ac15681e08ed3d69c7 size: 4519
[Pipeline] [tests] }
[Pipeline] [tests] // dir
[Pipeline] [tests] }
[NG-UI] ✔ Browser application bundle generation complete.
[NG-UI] ✔ Browser application bundle generation complete.
[NG-UI] - Copying assets...
[NG-UI] ✔ Copying assets complete.
[NG-UI] - Generating index html...
[NG-UI] - Generating index html...
[NG-UI] 1 rules skipped due to selector errors:
[NG-UI]   .custom-file-input:lang(en)~.custom-file-label -> unmatched pseudo-class :lang
[NG-UI] ✔ Index html generation complete.
[NG-UI] 
[NG-UI] Initial Chunk Files           | Names                                  |  Raw Size | Estimated Transfer Size
[NG-UI] main.d072e3d93307a941.js      | main                                   |   1.33 MB |               314.14 kB
[NG-UI] styles.12f6a38a8d2a4531.css   | styles                                 | 256.24 kB |                35.62 kB
[NG-UI] polyfills.de0bb5264be3b4bb.js | polyfills                              |  34.40 kB |                11.13 kB
[NG-UI] runtime.649db41537fe34f1.js   | runtime                                |   3.61 kB |                 1.73 kB
[NG-UI] scripts.03d911157aa4cedb.js   | scripts                                |   3.45 kB |                 1.36 kB
[NG-UI] 
[NG-UI] | Initial Total                          |   1.62 MB |               363.98 kB
[NG-UI] 
[NG-UI] Lazy Chunk Files              | Names                                  |  Raw Size | Estimated Transfer Size
[NG-UI] 572.53a794071f3e234a.js       | vim-accounts-VimAccountsModule         | 311.15 kB |                68.21 kB
[NG-UI] 209.094dc7215897deaa.js       | instances-InstancesModule              | 202.62 kB |                22.45 kB
[NG-UI] 859.2733550a9d4a17d4.js       | packages-PackagesModule                | 202.00 kB |                42.95 kB
[NG-UI] 266.61ac87ca0735e498.js       | packages-PackagesModule                | 168.99 kB |                49.64 kB
[NG-UI] 585.c9ad4b944138c9c5.js       | packages-PackagesModule                | 159.72 kB |                19.14 kB
[NG-UI] 189.dda6edfc277d4855.js       | packages-PackagesModule                | 122.92 kB |                29.07 kB
[NG-UI] 845.3b8bdce433ce56be.js       | roles-RolesModule                      | 119.10 kB |                29.20 kB
[NG-UI] 134.5958df256ddd0084.js       | packages-PackagesModule                |  93.31 kB |                26.98 kB
[NG-UI] 602.fe9687b9d51e1aa3.js       | k8s-K8sModule                          |  43.35 kB |                 6.64 kB
[NG-UI] 757.9c344a336d4c7ea4.js       | sdn-controller-SDNControllerModule     |  39.57 kB |                 6.55 kB
[NG-UI] 514.d6b23987213ab452.js       | users-UsersModule                      |  37.34 kB |                 6.90 kB
[NG-UI] 548.bb121320796baf5e.js       | projects-ProjectsModule                |  32.54 kB |                 6.57 kB
[NG-UI] 958.fae3025b6caa9ee8.js       | wim-accounts-WIMAccountsModule         |  30.53 kB |                 5.38 kB
[NG-UI] 274.5a8c7844f5f71c7a.js       | dashboard-DashboardModule              |  27.03 kB |                 5.16 kB
[NG-UI] 690.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-03-04T04:11:19.964Z - Hash: ff406a098f28d009 - Time: 100947ms
[NG-UI] 
[NG-UI] Warning: /usr/share/osm-ngui/src/services/AcessGuardService.ts is part of the TypeScript compilation but it's unused.
[NG-UI] Add only entry points to the 'files' or 'include' properties in your tsconfig.
[NG-UI] 
[NG-UI] 
[NG-UI] Removing intermediate container bef61239dd70
[NG-UI]  ---> e6bb651c27f5
[NG-UI] Step 12/22 : FROM ubuntu:22.04 AS FINAL
[NG-UI]  ---> 3db8720ecbf5
[NG-UI] Step 13/22 : ARG APT_PROXY
[NG-UI]  ---> Using cache
[NG-UI]  ---> 0c0130086cf6
[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]  ---> 71a286640e7c
[NG-UI] Step 15/22 : RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update &&     DEBIAN_FRONTEND=noninteractive apt-get --yes install     nginx=1.18.* &&     rm -rf /var/lib/apt/lists/*
[NG-UI]  ---> Using cache
[NG-UI]  ---> a95abbee31a1
[NG-UI] Step 16/22 : RUN rm -f /etc/apt/apt.conf.d/proxy.conf
[NG-UI]  ---> Using cache
[NG-UI]  ---> 3a2253228c9e
[NG-UI] Step 17/22 : RUN rm -rf /usr/share/nginx/html/*
[NG-UI]  ---> Using cache
[NG-UI]  ---> ee966047ca2f
[NG-UI] Step 18/22 : COPY --from=INSTALL /usr/share/osm-ngui/nginx/nginx.conf /etc/nginx/sites-available/default
[NG-UI]  ---> Using cache
[NG-UI]  ---> 6045e0e37039
[NG-UI] Step 19/22 : COPY --from=INSTALL /usr/share/osm-ngui/dist/osm /usr/share/nginx/html
[NG-UI]  ---> b25486473ed7
[NG-UI] Step 20/22 : EXPOSE 80
[NG-UI]  ---> Running in ac63b0684972
[NG-UI] Removing intermediate container ac63b0684972
[NG-UI]  ---> 4c1832ea5443
[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 fb075dcc0133
[NG-UI] Removing intermediate container fb075dcc0133
[NG-UI]  ---> f4550b1b09a7
[NG-UI] Step 22/22 : CMD ["nginx", "-g", "daemon off;"]
[NG-UI]  ---> Running in 9c209e7535d4
[NG-UI] Removing intermediate container 9c209e7535d4
[NG-UI]  ---> 5b7f6c246606
[NG-UI] [Warning] One or more build-args [OSM_TESTS_URL PYTHON3_OSM_NG_RO_URL PYTHON3_OSM_ROSDN_TAPI_URL PYTHON3_OSM_ROVIM_VMWARE_URL OSM_DEVOPS_URL PYTHON3_OSM_COMMON_URL PYTHON3_OSM_PLA_URL PYTHON3_OSM_ROSDN_FLOODLIGHTOF_URL PYTHON3_OSM_NBI_URL PYTHON3_OSM_ROSDN_DYNPAC_URL PYTHON3_OSM_ROSDN_ONOSOF_URL PYTHON3_OSM_ROSDN_ODLOF_URL PYTHON3_OSM_ROVIM_GCP_URL CACHE_DATE PYTHON3_OSM_IM_URL PYTHON3_OSM_ROVIM_AZURE_URL PYTHON3_OSM_ROVIM_OPENSTACK_URL PYTHON3_OSM_ROVIM_OPENVIM_URL PYTHON3_OSM_LCM_URL PYTHON3_OSM_MON_URL PYTHON3_OSM_ROVIM_AWS_URL PYTHON3_OSM_RO_PLUGIN_URL PYTHON3_N2VC_URL PYTHON3_OSMCLIENT_URL PYTHON3_OSM_ROSDN_ARISTA_CLOUDVISION_URL PYTHON3_OSM_ROSDN_IETFL2VPN_URL PYTHON3_OSM_ROSDN_JUNIPER_CONTRAIL_URL OSM_IMDOCS_URL PYTHON3_OSM_NGSA_URL PYTHON3_OSM_POLICY_MODULE_URL PYTHON3_OSM_ROSDN_DPB_URL PYTHON3_OSM_ROSDN_ONOS_VPLS_URL PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL] were not consumed
[NG-UI] Successfully built 5b7f6c246606
[NG-UI] Successfully tagged opensourcemano/ng-ui:osm-master-merge-2913
[Pipeline] [NG-UI] echo
[NG-UI] Tagging ng-ui:osm-master-merge-2913
[Pipeline] [NG-UI] sh
[NG-UI] [NG-UI] Running shell script
[NG-UI] + docker tag opensourcemano/ng-ui:osm-master-merge-2913 osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui:osm-master-merge-2913
[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-merge-2913
[NG-UI] The push refers to repository [osm.etsi.org:5050/devops/cicd/opensourcemano/ng-ui]
[NG-UI] f8fcd0df8fd9: Preparing
[NG-UI] cf6c7a2b6c57: Preparing
[NG-UI] 4e2dce7c02ce: Preparing
[NG-UI] bd3028aec78b: Preparing
[NG-UI] 2ad47f79e008: Preparing
[NG-UI] 798f62cd2d47: Preparing
[NG-UI] d101c9453715: Preparing
[NG-UI] d101c9453715: Waiting
[NG-UI] 4e2dce7c02ce: Layer already exists
[NG-UI] cf6c7a2b6c57: Layer already exists
[NG-UI] bd3028aec78b: Layer already exists
[NG-UI] 2ad47f79e008: Layer already exists
[NG-UI] 798f62cd2d47: Layer already exists
[NG-UI] d101c9453715: Layer already exists
[NG-UI] f8fcd0df8fd9: Pushed
[NG-UI] osm-master-merge-2913: digest: sha256:7f719dd870fa9ab3f26c270fa6f0d7e9dca42d616c595a2fbbb3997a3332598c size: 1780
[Pipeline] [NG-UI] }
[Pipeline] [NG-UI] // dir
[Pipeline] [NG-UI] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
[Pipeline] stage
[Pipeline] { (Archive Container Logs)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cleanup)
[Pipeline] sh
[osm-stage_3-merge_master] Running shell script
+ docker stop osm-master-merge-2913-apache
osm-master-merge-2913-apache
[Pipeline] sh
[osm-stage_3-merge_master] Running shell script
+ docker rm osm-master-merge-2913-apache
osm-master-merge-2913-apache
[Pipeline] sh
[osm-stage_3-merge_master] Running shell script
+ rm -rf /tmp/tmp.q5ix5EP8YL
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 100
Finished: FAILURE