2025-04-28 19:39:12,865: INFO: Building opensdn-vrouter-agent-dpdk
2025-04-28 19:39:12,901: INFO: Building args: --network host --build-arg PIP_REPOSITORY=http://localhost:6667/pip/simple --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_6_1_2-3 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=7 --build-arg LINUX_DISTR=centos --build-arg GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg YUM_ENABLE_REPOS="" --build-arg CONTAINER_NAME=opensdn-vrouter-agent-dpdk --build-arg UBUNTU_DISTR_VERSION=22.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn
Sending build context to Docker daemon 16.38 kB

Step 1/13 : ARG CONTRAIL_REGISTRY
Step 2/13 : ARG CONTRAIL_CONTAINER_TAG
Step 3/13 : FROM ${CONTRAIL_REGISTRY}/opensdn-vrouter-base:${CONTRAIL_CONTAINER_TAG}
---> ce6fd0633d48
Step 4/13 : ARG SITE_MIRROR
---> Running in f3221b85eb62
---> Removed intermediate container f3221b85eb62
---> 2b0eab52c64d
Step 5/13 : ARG CONTAINER_NAME
---> Running in 387616ec0c36
---> Removed intermediate container 387616ec0c36
---> 96cce88c2073
Step 6/13 : ENV SERVICE_NAME=agent-dpdk     CONTAINER_NAME=$CONTAINER_NAME
---> Running in ce903ce772a9
---> Removed intermediate container ce903ce772a9
---> f5fcad44cf59
Step 7/13 : LABEL name=$CONTAINER_NAME       summary="Contrail DPDK poll mode driver"       description="DPDK support for Contrail vrouter agent"       $VENDOR_DOMAIN".service"=$SERVICE_NAME       $VENDOR_DOMAIN".container.name"=$CONTAINER_NAME
---> Running in f90524f354b4
---> Removed intermediate container f90524f354b4
---> cc80891f0ce4
Step 8/13 : RUN     source /functions.sh &&     download_package https://downloadmirror.intel.com 30590/eng/800_series_comms_binary_package_1.3.30.0.zip /usr/tmp/downloaded_ice_comms-1.3.30.0.zip &&     cd /usr/tmp &&     yum -y install unzip &&     unzip -o -d /usr/tmp downloaded_ice_comms-1.3.30.0.zip &&     unzip -o -d /usr/tmp/ice-1.3.30.0 ice_comms-1.3.30.0.zip &&     mkdir -p /lib/firmware/updates/intel/ice/ddp &&     cp /usr/tmp/ice-1.3.30.0/ice_comms-1.3.30.0.pkg /lib/firmware/updates/intel/ice/ddp/ &&     cp /usr/tmp/ice-1.3.30.0/ice.pkg /lib/firmware/updates/intel/ice/ddp/ &&     cd /lib/firmware/updates/intel/ice/ddp &&     ln -sf ice_comms-1.3.30.0.pkg ice.pkg &&     rm -rf /usr/tmp/*ice*
---> Running in 2ecd0aa3430b
2025-04-28 19:39:25 URL:http://nexus.gz1.opensdn.io/repository/external-web-cache/30590/eng/800_series_comms_binary_package_1.3.30.0.zip [654485/654485] -> "/usr/tmp/downloaded_ice_comms-1.3.30.0.zip" [1]
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
Resolving Dependencies
--> Running transaction check
---> Package unzip.x86_64 0:6.0-24.el7_9 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package  Arch      Version           Repository                           Size
================================================================================
Installing:
unzip    x86_64    6.0-24.el7_9      tf-mirrors.ci_repos_yum7-updates    172 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 172 k
Installed size: 369 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : unzip-6.0-24.el7_9.x86_64                                    1/1
Verifying  : unzip-6.0-24.el7_9.x86_64                                    1/1

Installed:
unzip.x86_64 0:6.0-24.el7_9

Complete!
Archive:  downloaded_ice_comms-1.3.30.0.zip
extracting: /usr/tmp/ice_comms-1.3.30.0.zip
inflating: /usr/tmp/E810 DDP for Comms TechGuide_Rev2.4.pdf
Archive:  ice_comms-1.3.30.0.zip
inflating: /usr/tmp/ice-1.3.30.0/ice_comms-1.3.30.0.pkg
linking: /usr/tmp/ice-1.3.30.0/ice.pkg  -> ice_comms-1.3.30.0.pkg
inflating: /usr/tmp/ice-1.3.30.0/readme.txt
inflating: /usr/tmp/ice-1.3.30.0/Intel_800_series_market_segment_DDP_license.txt
finishing deferred symbolic links:
/usr/tmp/ice-1.3.30.0/ice.pkg -> ice_comms-1.3.30.0.pkg
---> Removed intermediate container 2ecd0aa3430b
---> fe632dae1de4
Step 9/13 : RUN     yum install -y dhclient contrail-vrouter-dpdk ;     yum clean all -y ;     rm -rf /var/cache/yum ;     ldconfig
---> Running in c5207cc4a799
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package contrail-vrouter-dpdk.x86_64 0:master.1.6.1.9.2-master_1_6_1_9_2.el7 will be installed
--> Processing Dependency: userspace-rcu = 0.10.0-3.el7 for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: rdma-core = 47mlnx1-1.47329 for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libibverbs = 47mlnx1-1.47329 for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: which for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: numactl-libs for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: liburcu2 for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libnuma.so.1(libnuma_1.2)(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libnuma.so.1(libnuma_1.1)(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libmlx5.so.1(MLX5_OFED_4.7)(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libmlx5.so.1(MLX5_1.9)(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libmlx5.so.1(MLX5_1.8)(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libmlx5.so.1(MLX5_1.7)(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libmlx5.so.1(MLX5_1.3)(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libmlx5.so.1(MLX5_1.2)(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libmlx5.so.1(MLX5_1.10)(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libmlx5.so.1(MLX5_1.1)(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libmlx5.so.1(MLX5_1.0)(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libibverbs.so.1(IBVERBS_1.1)(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libibverbs.so.1(IBVERBS_1.0)(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: liburcu-qsbr.so.6()(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: liburcu-bp.so.6()(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libnuma.so.1()(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libmlx5.so.1()(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
--> Processing Dependency: libibverbs.so.1()(64bit) for package: contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.el7.x86_64
---> Package dhclient.x86_64 12:4.2.5-83.el7.centos.1 will be installed
--> Processing Dependency: dhcp-libs(x86-64) = 12:4.2.5-83.el7.centos.1 for package: 12:dhclient-4.2.5-83.el7.centos.1.x86_64
--> Processing Dependency: dhcp-common = 12:4.2.5-83.el7.centos.1 for package: 12:dhclient-4.2.5-83.el7.centos.1.x86_64
--> Processing Dependency: libomapi.so.0()(64bit) for package: 12:dhclient-4.2.5-83.el7.centos.1.x86_64
--> Processing Dependency: libisc-export.so.169()(64bit) for package: 12:dhclient-4.2.5-83.el7.centos.1.x86_64
--> Processing Dependency: libdns-export.so.1102()(64bit) for package: 12:dhclient-4.2.5-83.el7.centos.1.x86_64
--> Running transaction check
---> Package bind-export-libs.x86_64 32:9.11.4-26.P2.el7_9.15 will be installed
---> Package dhcp-common.x86_64 12:4.2.5-83.el7.centos.1 will be installed
---> Package dhcp-libs.x86_64 12:4.2.5-83.el7.centos.1 will be installed
---> Package libibverbs.x86_64 0:47mlnx1-1.47329 will be installed
---> Package liburcu2.x86_64 0:0.8.4-2.1.2contrail0 will be installed
---> Package numactl-libs.x86_64 0:2.0.12-5.el7 will be installed
---> Package rdma-core.x86_64 0:47mlnx1-1.47329 will be installed
---> Package userspace-rcu.x86_64 0:0.10.0-3.el7 will be installed
---> Package which.x86_64 0:2.20-7.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package     Arch   Version              Repository                        Size
================================================================================
Installing:
contrail-vrouter-dpdk
x86_64 master.1.6.1.9.2-master_1_6_1_9_2.el7
contrail                          58 M
dhclient    x86_64 12:4.2.5-83.el7.centos.1
tf-mirrors.ci_repos_yum7-updates 286 k
Installing for dependencies:
bind-export-libs
x86_64 32:9.11.4-26.P2.el7_9.15
tf-mirrors.ci_repos_yum7-updates 1.1 M
dhcp-common x86_64 12:4.2.5-83.el7.centos.1
tf-mirrors.ci_repos_yum7-updates 177 k
dhcp-libs   x86_64 12:4.2.5-83.el7.centos.1
tf-mirrors.ci_repos_yum7-updates 133 k
libibverbs  x86_64 47mlnx1-1.47329      tpc                              177 k
liburcu2    x86_64 0.8.4-2.1.2contrail0 tpc                               86 k
numactl-libs
x86_64 2.0.12-5.el7         tf-mirrors.ci_repos_yum7-base     30 k
rdma-core   x86_64 47mlnx1-1.47329      tpc                               54 k
userspace-rcu
x86_64 0.10.0-3.el7         tpc                               92 k
which       x86_64 2.20-7.el7           tf-mirrors.ci_repos_yum7-base     41 k

Transaction Summary
================================================================================
Install  2 Packages (+9 Dependent packages)

Total download size: 60 M
Installed size: 276 M
Downloading packages:
--------------------------------------------------------------------------------
Total                                               31 MB/s |  60 MB  00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 12:dhcp-libs-4.2.5-83.el7.centos.1.x86_64                   1/11
Installing : rdma-core-47mlnx1-1.47329.x86_64                            2/11
Installing : libibverbs-47mlnx1-1.47329.x86_64                           3/11
Installing : 12:dhcp-common-4.2.5-83.el7.centos.1.x86_64                 4/11
Installing : numactl-libs-2.0.12-5.el7.x86_64                            5/11
Installing : userspace-rcu-0.10.0-3.el7.x86_64                           6/11
Installing : which-2.20-7.el7.x86_64                                     7/11
Installing : liburcu2-0.8.4-2.1.2contrail0.x86_64                        8/11
Installing : 32:bind-export-libs-9.11.4-26.P2.el7_9.15.x86_64            9/11
Installing : 12:dhclient-4.2.5-83.el7.centos.1.x86_64                   10/11
Installing : contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.   11/11
Verifying  : libibverbs-47mlnx1-1.47329.x86_64                           1/11
Verifying  : contrail-vrouter-dpdk-master.1.6.1.9.2-master_1_6_1_9_2.    2/11
Verifying  : 12:dhcp-common-4.2.5-83.el7.centos.1.x86_64                 3/11
Verifying  : 32:bind-export-libs-9.11.4-26.P2.el7_9.15.x86_64            4/11
Verifying  : liburcu2-0.8.4-2.1.2contrail0.x86_64                        5/11
Verifying  : rdma-core-47mlnx1-1.47329.x86_64                            6/11
Verifying  : which-2.20-7.el7.x86_64                                     7/11
Verifying  : 12:dhcp-libs-4.2.5-83.el7.centos.1.x86_64                   8/11
Verifying  : userspace-rcu-0.10.0-3.el7.x86_64                           9/11
Verifying  : numactl-libs-2.0.12-5.el7.x86_64                           10/11
Verifying  : 12:dhclient-4.2.5-83.el7.centos.1.x86_64                   11/11

Installed:
contrail-vrouter-dpdk.x86_64 0:master.1.6.1.9.2-master_1_6_1_9_2.el7
dhclient.x86_64 12:4.2.5-83.el7.centos.1

Dependency Installed:
bind-export-libs.x86_64 32:9.11.4-26.P2.el7_9.15
dhcp-common.x86_64 12:4.2.5-83.el7.centos.1
dhcp-libs.x86_64 12:4.2.5-83.el7.centos.1
libibverbs.x86_64 0:47mlnx1-1.47329
liburcu2.x86_64 0:0.8.4-2.1.2contrail0
numactl-libs.x86_64 0:2.0.12-5.el7
rdma-core.x86_64 0:47mlnx1-1.47329
userspace-rcu.x86_64 0:0.10.0-3.el7
which.x86_64 0:2.20-7.el7

Complete!
Loaded plugins: fastestmirror, ovl
Cleaning repos: contrail tf-mirrors.ci_repos_centos-openstack-queens
: tf-mirrors.ci_repos_dockerrepo tf-mirrors.ci_repos_yum7-base
: tf-mirrors.ci_repos_yum7-centos-sclo-rh
: tf-mirrors.ci_repos_yum7-centosplus
: tf-mirrors.ci_repos_yum7-extras tf-mirrors.ci_repos_yum7-updates
: tpc
Cleaning up list of fastest mirrors
---> Removed intermediate container c5207cc4a799
---> 491bc0d3551f
Step 10/13 : COPY entrypoint.sh /
---> b11801855ab6
Step 11/13 : COPY *_defs /
---> fbcc7ea65b2b
Step 12/13 : ENTRYPOINT ["/entrypoint.sh"]
---> Running in 1e2d0a0175bb
---> Removed intermediate container 1e2d0a0175bb
---> 4379113d0ddd
Step 13/13 : CMD ["/usr/bin/contrail-vrouter-dpdk"]
---> Running in df9b4512a9db
---> Removed intermediate container df9b4512a9db
---> 3b3f75549aa4
[Warning] One or more build-args [BASE_EXTRA_RPMS GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER PIP_REPOSITORY UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed
Successfully built 3b3f75549aa4
Successfully tagged nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk:master-1_6_1_2-3
2025-04-28 19:41:53,426: INFO: Docker build duration: 161 seconds
The push refers to repository [nexus.gz1.opensdn.io:5101/opensdn-vrouter-agent-dpdk]
c1b2e5f5d3bb: Preparing
f3e5c5fe3cfa: Preparing
d438ceca8b0d: Preparing
87e6fdeaf0ae: Preparing
a8bf2b4a41a1: Preparing
6869ac0a64a3: Preparing
1d5789ff173b: Preparing
093fee96f9d0: Preparing
ea6563d57122: Preparing
ac53e592f88f: Preparing
368aa7897f95: Preparing
b20cec8380d0: Preparing
8897bdc2b7e5: Preparing
243a3e995206: Preparing
174f56854903: Preparing
6869ac0a64a3: Waiting
1d5789ff173b: Waiting
093fee96f9d0: Waiting
ea6563d57122: Waiting
ac53e592f88f: Waiting
368aa7897f95: Waiting
b20cec8380d0: Waiting
8897bdc2b7e5: Waiting
243a3e995206: Waiting
174f56854903: Waiting
c1b2e5f5d3bb: Pushed
f3e5c5fe3cfa: Pushed
a8bf2b4a41a1: Layer already exists
6869ac0a64a3: Layer already exists
1d5789ff173b: Layer already exists
ea6563d57122: Layer already exists
093fee96f9d0: Layer already exists
ac53e592f88f: Layer already exists
368aa7897f95: Layer already exists
b20cec8380d0: Layer already exists
8897bdc2b7e5: Layer already exists
174f56854903: Layer already exists
243a3e995206: Layer already exists
87e6fdeaf0ae: Pushed
d438ceca8b0d: Pushed
master-1_6_1_2-3: digest: sha256:17e42a471d4326966bbb01633f24a85b33539edf74aab2acac014bbdade26602 size: 3460
2025-04-28 19:42:18,616: INFO: Building opensdn-vrouter-agent-dpdk finished successfully, duration: 186 seconds