Content

상위 폴더로 이동
Build start time: Fri Jul 18 09:22:35 UTC 2025
++ '[' -f .arch ']'
++ cat .arch
+ CONFIGURED_ARCH=amd64
+ DOCKER_VERSION=5:24.0.2-1~debian.11~bullseye
+ CONTAINERD_IO_VERSION=1.6.21-1
+ LINUX_KERNEL_VERSION=5.10.0-30-2
+ FILESYSTEM_ROOT=./fsroot
+ PLATFORM_DIR=platform
+ HOSTNAME=sonic
+ DEFAULT_USERINFO='Default admin user,,,'
+ BUILD_TOOL_PATH=src/sonic-build-hooks/buildinfo
+ TRUSTED_GPG_DIR=src/sonic-build-hooks/buildinfo/trusted.gpg.d
+ . ./onie-image.conf
++ : 32768
++ : x86_64
++ : broadcom
++ ONIEIMAGE_VERSION=r0
++ FILESYSTEM_ROOT=./fsroot-broadcom
++ FILESYSTEM_SQUASHFS=fs.squashfs
++ ONIE_INSTALLER_PAYLOAD=fs.zip
++ FILESYSTEM_DOCKERFS=dockerfs.tar.gz
++ DOCKERFS_DIR=docker
++ DOCKER_RAMFS_SIZE=2500M
++ OUTPUT_ONIE_IMAGE=target/sonic-broadcom.bin
++ OUTPUT_RAW_IMAGE=target/sonic-broadcom.raw
++ RAW_IMAGE_DISK_SIZE=1700
++ OUTPUT_KVM_IMAGE=target/sonic-broadcom.img
++ KVM_IMAGE_DISK_SIZE=16
++ OUTPUT_ABOOT_IMAGE=target/sonic-aboot-broadcom.swi
++ ABOOT_BOOT_IMAGE=.sonic-boot.swi
++ OUTPUT_KVM_4ASIC_IMAGE=target/sonic-4asic-broadcom.img
++ OUTPUT_KVM_6ASIC_IMAGE=target/sonic-6asic-broadcom.img
+ '[' -n 32768 ']'
+ '[' -n fs.zip ']'
+ '[' -n fs.squashfs ']'
+ '[' onie = aboot ']'
+ [[ y != y ]]
+ [[ n == y ]]
+ [[ y == y ]]
+ echo '[INFO] RFS build: second stage'
[INFO] RFS build: second stage
+ sudo mount proc /proc -t proc
+ sudo umount -Rl ./fsroot-broadcom
umount: ./fsroot-broadcom: not mounted
+ true
+ sudo fuser -vm ./fsroot-broadcom
                     USER        PID ACCESS COMMAND
/sonic/fsroot-broadcom:
                     root     kernel mount /sonic
                     jenkins       1 ..c.. docker-init
                     jenkins       7 ..c.. bash
                     jenkins       8 ..c.. make
                     jenkins   573131 ..c.. bash
                     jenkins   573460 ..c.. build_debian.sh
                     jenkins   573461 ..c.. process_log.sh
                     root      573471 ..c.. sudo
+ sudo rm -rf ./fsroot-broadcom
+ sudo unsquashfs -d ./fsroot-broadcom target/sonic-broadcom.bin__broadcom__rfs.squashfs
Parallel unsquashfs: Using 112 processors
34228 inodes (41624 blocks) to write


[======================|                                     ] 16200/41624  38%
[===========================================================\] 41624/41624 100%

created 26197 files
created 3689 directories
created 2676 symlinks
created 5351 devices
created 0 fifos
+ pushd ./fsroot-broadcom
/sonic/fsroot-broadcom /sonic
+ sudo mount --bind . .
+ popd
/sonic
+ trap_push 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true'
+ local oldcmd=true
+ local 'newcmd=sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true'
+ trap -- 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true' EXIT INT TERM HUP
+ _trap_push 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true'
+ local 'next=sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true'
++ echo 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true'
++ sed -e 's/'\''/'\''\\'\'''\''/g'
+ eval 'trap_push() {
        local oldcmd='\''sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true'\''
        local newcmd="$1; $oldcmd"
        trap -- "$newcmd" EXIT INT TERM HUP
        _trap_push "$newcmd"
    }'
+ sudo LANG=C chroot ./fsroot-broadcom mount proc /proc -t proc
+ export build_version=etri-202311.98-8b0576444
+ build_version=etri-202311.98-8b0576444
++ cat ./fsroot-broadcom/etc/debian_version
+ export debian_version=11.11
+ debian_version=11.11
+ export kernel_version=5.10.0-30-2-amd64
+ kernel_version=5.10.0-30-2-amd64
+ export asic_type=broadcom
+ asic_type=broadcom
+ export asic_subtype=broadcom
+ asic_subtype=broadcom
++ git rev-parse --short HEAD
+ export commit_id=8b0576444
+ commit_id=8b0576444
++ git rev-parse --abbrev-ref HEAD
+ export branch=etri-202311
+ branch=etri-202311
++ '[' -f ./fsroot-broadcom/etc/sonic/sonic_release ']'
++ cat ./fsroot-broadcom/etc/sonic/sonic_release
+ export release=202311
+ release=202311
++ date -u
+ export 'build_date=Fri Jul 18 09:24:23 UTC 2025'
+ build_date='Fri Jul 18 09:24:23 UTC 2025'
+ export build_number=98
+ build_number=98
+ export built_by=jenkins@w2sh-PowerEdge-R740
+ built_by=jenkins@w2sh-PowerEdge-R740
+ export sonic_os_version=11
+ sonic_os_version=11
+ j2 files/build_templates/sonic_version.yml.j2
+ sudo tee ./fsroot-broadcom/etc/sonic/sonic_version.yml
---
build_version: 'etri-202311.98-8b0576444'
debian_version: '11.11'
kernel_version: '5.10.0-30-2-amd64'
asic_type: broadcom
asic_subtype: 'broadcom'
commit_id: '8b0576444'
branch: 'etri-202311'
release: '202311'
build_date: Fri Jul 18 09:24:23 UTC 2025
build_number: 98
built_by: jenkins@w2sh-PowerEdge-R740
libswsscommon: 1.0.0
sonic_utilities: 1.2
sonic_os_version: 11
secure_boot_image: 'no'
+ '[' -f sonic_debian_extension.sh ']'
+ ./sonic_debian_extension.sh ./fsroot-broadcom platform bullseye
++ '[' -f .arch ']'
++ cat .arch
+ CONFIGURED_ARCH=amd64
+ . functions.sh
++ _trap_push true
++ local next=true
+++ echo true
+++ sed -e 's/'\''/'\''\\'\'''\''/g'
++ eval 'trap_push() {
        local oldcmd='\''true'\''
        local newcmd="$1; $oldcmd"
        trap -- "$newcmd" EXIT INT TERM HUP
        _trap_push "$newcmd"
    }'
+ BUILD_SCRIPTS_DIR=files/build_scripts
+ BUILD_TEMPLATES=files/build_templates
+ IMAGE_CONFIGS=files/image_config
+ SCRIPTS_DIR=files/scripts
+ DOCKER_SCRIPTS_DIR=files/docker
+ DOCKER_CTL_DIR=/usr/lib/docker/
+ DOCKER_CTL_SCRIPT=/usr/lib/docker//docker.sh
+ FILESYSTEM_ROOT_USR=./fsroot-broadcom/usr
+ FILESYSTEM_ROOT_USR_LIB=./fsroot-broadcom/usr/lib/
+ FILESYSTEM_ROOT_USR_LIB_SYSTEMD_SYSTEM=./fsroot-broadcom/usr/lib//systemd/system
+ FILESYSTEM_ROOT_USR_SHARE=./fsroot-broadcom/usr/share
+ FILESYSTEM_ROOT_USR_SHARE_SONIC=./fsroot-broadcom/usr/share/sonic
+ FILESYSTEM_ROOT_USR_SHARE_SONIC_SCRIPTS=./fsroot-broadcom/usr/share/sonic/scripts
+ FILESYSTEM_ROOT_USR_SHARE_SONIC_TEMPLATES=./fsroot-broadcom/usr/share/sonic/templates
+ FILESYSTEM_ROOT_USR_SHARE_SONIC_FIRMWARE=./fsroot-broadcom/usr/share/sonic/firmware
+ FILESYSTEM_ROOT_ETC=./fsroot-broadcom/etc
+ FILESYSTEM_ROOT_ETC_SONIC=./fsroot-broadcom/etc/sonic
+ GENERATED_SERVICE_FILE=./fsroot-broadcom/etc/sonic/generated_services.conf
+ trap_push clean_sys
+ local oldcmd=true
+ local 'newcmd=clean_sys; true'
+ trap -- 'clean_sys; true' EXIT INT TERM HUP
+ _trap_push 'clean_sys; true'
+ local 'next=clean_sys; true'
++ echo 'clean_sys; true'
++ sed -e 's/'\''/'\''\\'\'''\''/g'
+ eval 'trap_push() {
        local oldcmd='\''clean_sys; true'\''
        local newcmd="$1; $oldcmd"
        trap -- "$newcmd" EXIT INT TERM HUP
        _trap_push "$newcmd"
    }'
+ sudo LANG=C chroot ./fsroot-broadcom mount sysfs /sys -t sysfs
+ sudo bash -c 'echo "DOCKER_OPTS="--storage-driver=overlay2"" >> ./fsroot-broadcom/etc/default/docker'
+ sudo mkdir -p ./fsroot-broadcom//usr/lib/docker/
+ sudo cp files/docker/docker ./fsroot-broadcom//usr/lib/docker//docker.sh
+ [[ n == y ]]
+ [[ n == y ]]
+ sudo chroot ./fsroot-broadcom /usr/lib/docker//docker.sh start
mount: /sys/fs/cgroup/cpu: cgroup already mounted on /sys/fs/cgroup.
mount: /sys/fs/cgroup/cpuacct: cgroup already mounted on /sys/fs/cgroup.
mount: /sys/fs/cgroup/net_cls: cgroup already mounted on /sys/fs/cgroup.
mount: /sys/fs/cgroup/net_prio: cgroup already mounted on /sys/fs/cgroup.
Starting Docker: docker.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get update
Hit:1 https://download.docker.com/linux/debian bullseye InRelease
Hit:2 http://debian-archive.trafficmanager.net/debian bullseye InRelease
Get:3 http://debian-archive.trafficmanager.net/debian bullseye-updates InRelease [44.0 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye-backports InRelease [48.9 kB]
Hit:5 http://debian-archive.trafficmanager.net/debian-security bullseye-security InRelease
Fetched 92.9 kB in 2s (61.9 kB/s)
Reading package lists...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install efitools
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  sbsigntool
The following NEW packages will be installed:
  efitools sbsigntool
0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded.
Need to get 201 kB of archives.
After this operation, 1465 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 sbsigntool amd64 0.9.2-2 [63.5 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 efitools amd64 1.9.2-2~deb11u1 [137 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 201 kB in 1s (385 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package sbsigntool.
(Reading database ... 27074 files and directories currently installed.)
Preparing to unpack .../sbsigntool_0.9.2-2_amd64.deb ...
Unpacking sbsigntool (0.9.2-2) ...
Selecting previously unselected package efitools.
Preparing to unpack .../efitools_1.9.2-2~deb11u1_amd64.deb ...
Unpacking efitools (1.9.2-2~deb11u1) ...
Setting up sbsigntool (0.9.2-2) ...
Setting up efitools (1.9.2-2~deb11u1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install mokutil
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  mokutil
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 26.6 kB of archives.
After this operation, 81.9 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 mokutil amd64 0.6.0-2~deb11u1 [26.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 26.6 kB in 0s (103 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package mokutil.
(Reading database ... 27126 files and directories currently installed.)
Preparing to unpack .../mokutil_0.6.0-2~deb11u1_amd64.deb ...
Unpacking mokutil (0.6.0-2~deb11u1) ...
Setting up mokutil (0.6.0-2~deb11u1) ...
+ sudo cp files/image_config/environment/environment ./fsroot-broadcom/etc/
+ sudo cp files/image_config/environment/motd ./fsroot-broadcom/etc/
+ sudo mkdir -p ./fsroot-broadcom/etc/sonic/
+ sudo mkdir -p ./fsroot-broadcom/etc/modprobe.d/
+ sudo mkdir -p ./fsroot-broadcom/var/cache/sonic/
+ sudo mkdir -p ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo mkdir -p ./fsroot-broadcom/usr/share/sonic/firmware/
+ sudo mkdir -p ./fsroot-broadcom/usr/lib//systemd/system
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/ifupdown2_3.0.0-1_all.deb
Selecting previously unselected package ifupdown2.
(Reading database ... 27132 files and directories currently installed.)
Preparing to unpack .../ifupdown2_3.0.0-1_all.deb ...
Unpacking ifupdown2 (3.0.0-1) ...
Setting up ifupdown2 (3.0.0-1) ...

Configuration file '/etc/default/networking', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/network/ifupdown2/addons.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/network/ifupdown2/ifupdown2.conf', does not exist on system.
Installing new config file as you requested.
ifupdown2.postinst: Warning: No 'iface lo' definition found in /etc/network/interfaces
ifupdown2.postinst: Warning: No 'auto lo' statement found in /etc/network/interfaces
Created symlink /etc/systemd/system/basic.target.wants/networking.service → /lib/systemd/system/networking.service.
Created symlink /etc/systemd/system/network.target.wants/networking.service → /lib/systemd/system/networking.service.
Created symlink /etc/systemd/system/shutdown.target.wants/networking.service → /lib/systemd/system/networking.service.
+ sudo dpkg --root=./fsroot-broadcom --force-confdef --force-confold -i target/debs/bullseye/ntp_4.2.8p15+dfsg-1+deb10u2_amd64.deb
(Reading database ... 27251 files and directories currently installed.)
Preparing to unpack .../ntp_4.2.8p15+dfsg-1+deb10u2_amd64.deb ...
Running in chroot, ignoring request.
Stopping NTP server: ntpd.
Unpacking ntp (1:4.2.8p15+dfsg-1+deb10u2) over (1:4.2.8p15+dfsg-1) ...
Setting up ntp (1:4.2.8p15+dfsg-1+deb10u2) ...
Running in chroot, ignoring request.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install python3-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libc-dev-bin libc6-dev libcrypt-dev libexpat1-dev libjs-jquery
  libjs-sphinxdoc libjs-underscore libnsl-dev libpython3-dev libpython3.9-dev
  libtirpc-dev linux-libc-dev python3.9-dev zlib1g-dev
Suggested packages:
  glibc-doc manpages-dev
Recommended packages:
  manpages manpages-dev libc-devtools javascript-common
The following NEW packages will be installed:
  libc-dev-bin libc6-dev libcrypt-dev libexpat1-dev libjs-jquery
  libjs-sphinxdoc libjs-underscore libnsl-dev libpython3-dev libpython3.9-dev
  libtirpc-dev linux-libc-dev python3-dev python3.9-dev zlib1g-dev
0 upgraded, 15 newly installed, 0 to remove and 5 not upgraded.
Need to get 10.6 MB of archives.
After this operation, 48.0 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libc-dev-bin amd64 2.31-13+deb11u13 [277 kB]
Get:2 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 linux-libc-dev amd64 5.10.237-1 [1820 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1+deb11u1 [191 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
Get:6 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libc6-dev amd64 2.31-13+deb11u13 [2362 kB]
Get:7 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libexpat1-dev amd64 2.2.10-2+deb11u7 [143 kB]
Get:8 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libjs-jquery all 3.5.1+dfsg+~3.5.5-7 [315 kB]
Get:9 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libjs-underscore all 1.9.1~dfsg-3 [100 kB]
Get:10 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libjs-sphinxdoc all 3.4.3-2 [127 kB]
Get:11 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libpython3.9-dev amd64 3.9.2-1+deb11u3 [4341 kB]
Get:12 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpython3-dev amd64 3.9.2-3 [21.7 kB]
Get:13 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB]
Get:14 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 python3.9-dev amd64 3.9.2-1+deb11u3 [507 kB]
Get:15 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-dev amd64 3.9.2-3 [24.8 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 10.6 MB in 1s (8748 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libc-dev-bin.
(Reading database ... 27251 files and directories currently installed.)
Preparing to unpack .../00-libc-dev-bin_2.31-13+deb11u13_amd64.deb ...
Unpacking libc-dev-bin (2.31-13+deb11u13) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../01-linux-libc-dev_5.10.237-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (5.10.237-1) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../02-libcrypt-dev_1%3a4.4.18-4_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../03-libtirpc-dev_1.3.1-1+deb11u1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../04-libnsl-dev_1.3.0-2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../05-libc6-dev_2.31-13+deb11u13_amd64.deb ...
Unpacking libc6-dev:amd64 (2.31-13+deb11u13) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../06-libexpat1-dev_2.2.10-2+deb11u7_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.2.10-2+deb11u7) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../07-libjs-jquery_3.5.1+dfsg+~3.5.5-7_all.deb ...
Unpacking libjs-jquery (3.5.1+dfsg+~3.5.5-7) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../08-libjs-underscore_1.9.1~dfsg-3_all.deb ...
Unpacking libjs-underscore (1.9.1~dfsg-3) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../09-libjs-sphinxdoc_3.4.3-2_all.deb ...
Unpacking libjs-sphinxdoc (3.4.3-2) ...
Selecting previously unselected package libpython3.9-dev:amd64.
Preparing to unpack .../10-libpython3.9-dev_3.9.2-1+deb11u3_amd64.deb ...
Unpacking libpython3.9-dev:amd64 (3.9.2-1+deb11u3) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../11-libpython3-dev_3.9.2-3_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.9.2-3) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../12-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
Selecting previously unselected package python3.9-dev.
Preparing to unpack .../13-python3.9-dev_3.9.2-1+deb11u3_amd64.deb ...
Unpacking python3.9-dev (3.9.2-1+deb11u3) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../14-python3-dev_3.9.2-3_amd64.deb ...
Unpacking python3-dev (3.9.2-3) ...
Setting up linux-libc-dev:amd64 (5.10.237-1) ...
Setting up libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
Setting up libnsl-dev:amd64 (1.3.0-2) ...
Setting up libcrypt-dev:amd64 (1:4.4.18-4) ...
Setting up libjs-jquery (3.5.1+dfsg+~3.5.5-7) ...
Setting up libc-dev-bin (2.31-13+deb11u13) ...
Setting up libjs-underscore (1.9.1~dfsg-3) ...
Setting up libjs-sphinxdoc (3.4.3-2) ...
Setting up libc6-dev:amd64 (2.31-13+deb11u13) ...
Setting up libexpat1-dev:amd64 (2.2.10-2+deb11u7) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
Setting up libpython3.9-dev:amd64 (3.9.2-1+deb11u3) ...
Setting up python3.9-dev (3.9.2-1+deb11u3) ...
Setting up libpython3-dev:amd64 (3.9.2-3) ...
Setting up python3-dev (3.9.2-3) ...
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install j2cli==0.3.10
  DEPRECATION: Wheel filename 'j2cli-0.3.0_1-py2-none-any.whl' is not correctly normalised. Future versions of pip will raise the following error:
  Invalid wheel filename (invalid version): 'j2cli-0.3.0_1-py2-none-any'
  
   pip 25.3 will enforce this behaviour change. A possible replacement is to rename the wheel to use a correctly normalised name (this may require updating the version in the project metadata). Discussion can be found at https://github.com/pypa/pip/issues/12938
  DEPRECATION: Wheel filename 'j2cli-0.3.1_0-py2-none-any.whl' is not correctly normalised. Future versions of pip will raise the following error:
  Invalid wheel filename (invalid version): 'j2cli-0.3.1_0-py2-none-any'
  
   pip 25.3 will enforce this behaviour change. A possible replacement is to rename the wheel to use a correctly normalised name (this may require updating the version in the project metadata). Discussion can be found at https://github.com/pypa/pip/issues/12938
Collecting j2cli==0.3.10
  Downloading j2cli-0.3.10-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting jinja2>=2.7.2 (from j2cli==0.3.10)
  Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
Collecting MarkupSafe>=2.0 (from jinja2>=2.7.2->j2cli==0.3.10)
  Downloading MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
Downloading j2cli-0.3.10-py2.py3-none-any.whl (8.9 kB)
Downloading jinja2-3.1.6-py3-none-any.whl (134 kB)
Downloading MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB)
Installing collected packages: MarkupSafe, jinja2, j2cli

Successfully installed MarkupSafe-3.0.2 j2cli-0.3.10 jinja2-3.1.6
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install redis==3.5.3
Collecting redis==3.5.3
  Downloading redis-3.5.3-py2.py3-none-any.whl.metadata (36 kB)
Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB)
Installing collected packages: redis
Successfully installed redis-3.5.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
++ basename target/python-wheels/bullseye/redis_dump_load-1.1-py3-none-any.whl
+ REDIS_DUMP_LOAD_PY3_WHEEL_NAME=redis_dump_load-1.1-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/redis_dump_load-1.1-py3-none-any.whl ./fsroot-broadcom/redis_dump_load-1.1-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install redis_dump_load-1.1-py3-none-any.whl
Processing /redis_dump_load-1.1-py3-none-any.whl
Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load==1.1) (3.5.3)
Installing collected packages: redis-dump-load
Successfully installed redis-dump-load-1.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom/redis_dump_load-1.1-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install psutil
Collecting psutil
  Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB)
Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB)
Installing collected packages: psutil
Successfully installed psutil-7.0.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install ipaddr
Collecting ipaddr
  Downloading ipaddr-2.2.0.tar.gz (26 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: ipaddr
  DEPRECATION: Building 'ipaddr' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'ipaddr'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for ipaddr (setup.py): started
  Building wheel for ipaddr (setup.py): finished with status 'done'
  Created wheel for ipaddr: filename=ipaddr-2.2.0-py3-none-any.whl size=18281 sha256=bd2d669952cdbde9cb7507de782fd4182531ade7f9091bea1d3ccdacdbaf0fc3
  Stored in directory: /root/.cache/pip/wheels/f3/49/ea/303386407cca98ec8428ebd3ab85c0b851bab744c0afc653fa
Successfully built ipaddr
Installing collected packages: ipaddr
Successfully installed ipaddr-2.2.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ [[ amd64 == amd64 ]]
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install grpcio==1.39.0
Collecting grpcio==1.39.0
  Downloading grpcio-1.39.0-cp39-cp39-manylinux2014_x86_64.whl.metadata (4.0 kB)
Collecting six>=1.5.2 (from grpcio==1.39.0)
  Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Downloading grpcio-1.39.0-cp39-cp39-manylinux2014_x86_64.whl (4.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 7.1 MB/s eta 0:00:00
Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: six, grpcio

Successfully installed grpcio-1.39.0 six-1.17.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install grpcio-tools==1.39.0
Collecting grpcio-tools==1.39.0
  Downloading grpcio_tools-1.39.0-cp39-cp39-manylinux2014_x86_64.whl.metadata (6.4 kB)
Collecting protobuf<4.0dev,>=3.5.0.post1 (from grpcio-tools==1.39.0)
  Downloading protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (679 bytes)
Requirement already satisfied: grpcio>=1.39.0 in /usr/local/lib/python3.9/dist-packages (from grpcio-tools==1.39.0) (1.39.0)
Requirement already satisfied: setuptools in /usr/local/lib/python3.9/dist-packages (from grpcio-tools==1.39.0) (49.6.0)
Requirement already satisfied: six>=1.5.2 in /usr/local/lib/python3.9/dist-packages (from grpcio>=1.39.0->grpcio-tools==1.39.0) (1.17.0)
Downloading grpcio_tools-1.39.0-cp39-cp39-manylinux2014_x86_64.whl (2.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 3.4 MB/s eta 0:00:00
Downloading protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 873.7 kB/s eta 0:00:00
Installing collected packages: protobuf, grpcio-tools

Successfully installed grpcio-tools-1.39.0 protobuf-3.20.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
++ basename target/python-wheels/bullseye/sonic_py_common-1.0-py3-none-any.whl
+ SONIC_PY_COMMON_PY3_WHEEL_NAME=sonic_py_common-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_py_common-1.0-py3-none-any.whl ./fsroot-broadcom/sonic_py_common-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_py_common-1.0-py3-none-any.whl
Processing /sonic_py_common-1.0-py3-none-any.whl
Collecting natsort==6.2.1 (from sonic-py-common==1.0)
  Downloading natsort-6.2.1-py2.py3-none-any.whl.metadata (21 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from sonic-py-common==1.0) (5.4.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common==1.0) (3.5.3)
Downloading natsort-6.2.1-py2.py3-none-any.whl (37 kB)
Installing collected packages: natsort, sonic-py-common

Successfully installed natsort-6.2.1 sonic-py-common-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom/sonic_py_common-1.0-py3-none-any.whl
+ [[ amd64 == armhf ]]
+ [[ amd64 == arm64 ]]
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libyang_1.0.73_amd64.deb
Selecting previously unselected package libyang.
(Reading database ... 29191 files and directories currently installed.)
Preparing to unpack .../libyang_1.0.73_amd64.deb ...
Unpacking libyang (1.0.73) ...
Setting up libyang (1.0.73) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libyang-cpp_1.0.73_amd64.deb
Selecting previously unselected package libyang-cpp.
(Reading database ... 29208 files and directories currently installed.)
Preparing to unpack .../libyang-cpp_1.0.73_amd64.deb ...
Unpacking libyang-cpp (1.0.73) ...
Setting up libyang-cpp (1.0.73) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/python3-yang_1.0.73_amd64.deb
Selecting previously unselected package python3-yang.
(Reading database ... 29213 files and directories currently installed.)
Preparing to unpack .../python3-yang_1.0.73_amd64.deb ...
Unpacking python3-yang (1.0.73) ...
Setting up python3-yang (1.0.73) ...
++ basename target/python-wheels/bullseye/sonic_yang_models-1.0-py3-none-any.whl
+ SONIC_YANG_MODEL_PY3_WHEEL_NAME=sonic_yang_models-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_yang_models-1.0-py3-none-any.whl ./fsroot-broadcom/sonic_yang_models-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_yang_models-1.0-py3-none-any.whl
Processing /sonic_yang_models-1.0-py3-none-any.whl
Installing collected packages: sonic-yang-models
Successfully installed sonic-yang-models-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom/sonic_yang_models-1.0-py3-none-any.whl
++ basename target/python-wheels/bullseye/sonic_yang_mgmt-1.0-py3-none-any.whl
+ SONIC_YANG_MGMT_PY3_WHEEL_NAME=sonic_yang_mgmt-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_yang_mgmt-1.0-py3-none-any.whl ./fsroot-broadcom/sonic_yang_mgmt-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_yang_mgmt-1.0-py3-none-any.whl
Processing /sonic_yang_mgmt-1.0-py3-none-any.whl
Collecting xmltodict==0.12.0 (from sonic-yang-mgmt==1.0)
  Downloading xmltodict-0.12.0-py2.py3-none-any.whl.metadata (6.3 kB)
Collecting ijson==2.6.1 (from sonic-yang-mgmt==1.0)
  Downloading ijson-2.6.1.tar.gz (29 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting jsondiff>=1.2.0 (from sonic-yang-mgmt==1.0)
  Downloading jsondiff-2.2.1-py3-none-any.whl.metadata (5.2 kB)
Collecting tabulate==0.8.2 (from sonic-yang-mgmt==1.0)
  Downloading tabulate-0.8.2.tar.gz (45 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from jsondiff>=1.2.0->sonic-yang-mgmt==1.0) (5.4.1)
Downloading xmltodict-0.12.0-py2.py3-none-any.whl (9.2 kB)
Downloading jsondiff-2.2.1-py3-none-any.whl (13 kB)
Building wheels for collected packages: ijson, tabulate
  DEPRECATION: Building 'ijson' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'ijson'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for ijson (setup.py): started
  Building wheel for ijson (setup.py): finished with status 'done'
  Created wheel for ijson: filename=ijson-2.6.1-py3-none-any.whl size=17423 sha256=b6adef9d8ee7d3214693bf07a9e56e12afb4a8cbd58c409968b92732809bfffc
  Stored in directory: /root/.cache/pip/wheels/d9/bf/75/d521a020ef274e6e95a67d5cc167bd26a485a72b296ac06c20
  DEPRECATION: Building 'tabulate' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'tabulate'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for tabulate (setup.py): started
  Building wheel for tabulate (setup.py): finished with status 'done'
  Created wheel for tabulate: filename=tabulate-0.8.2-py3-none-any.whl size=23533 sha256=a5a9a618c2db902e8d2ba7dd0471235d1d8440c503c9a9ff332055379e98ede6
  Stored in directory: /root/.cache/pip/wheels/e8/2f/6e/75badca4abe8d8cacb71f1bf6958b4d3f3c45cc00612d439a9
Successfully built ijson tabulate
Installing collected packages: tabulate, ijson, xmltodict, jsondiff, sonic-yang-mgmt

Successfully installed ijson-2.6.1 jsondiff-2.2.1 sonic-yang-mgmt-1.0 tabulate-0.8.2 xmltodict-0.12.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom/sonic_yang_mgmt-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install pyangbind==0.8.1
Collecting pyangbind==0.8.1
  Downloading pyangbind-0.8.1.tar.gz (48 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting pyang (from pyangbind==0.8.1)
  Downloading pyang-2.6.1-py2.py3-none-any.whl.metadata (821 bytes)
Collecting bitarray (from pyangbind==0.8.1)
  Downloading bitarray-3.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB)
Collecting lxml (from pyangbind==0.8.1)
  Downloading lxml-6.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (6.6 kB)
Collecting regex (from pyangbind==0.8.1)
  Downloading regex-2024.11.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB)
Requirement already satisfied: six in /usr/local/lib/python3.9/dist-packages (from pyangbind==0.8.1) (1.17.0)
Collecting enum34 (from pyangbind==0.8.1)
  Downloading enum34-1.1.10-py3-none-any.whl.metadata (1.6 kB)
Downloading bitarray-3.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310 kB)
Downloading enum34-1.1.10-py3-none-any.whl (11 kB)
Downloading lxml-6.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 2.0 MB/s eta 0:00:00
Downloading pyang-2.6.1-py2.py3-none-any.whl (594 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.7/594.7 kB 125.9 kB/s eta 0:00:00
Downloading regex-2024.11.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (780 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 780.9/780.9 kB 2.2 MB/s eta 0:00:00
Building wheels for collected packages: pyangbind
  DEPRECATION: Building 'pyangbind' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pyangbind'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for pyangbind (setup.py): started
  Building wheel for pyangbind (setup.py): finished with status 'done'
  Created wheel for pyangbind: filename=pyangbind-0.8.1-py3-none-any.whl size=47759 sha256=ff34743e03b017366d18f3ee9c429a687e4c75f37de881a08e8ed2f6e6eb7eea
  Stored in directory: /root/.cache/pip/wheels/1c/76/58/d7d1318aa7106881ad5164bb1d54bf8524d8464afcfa1855aa
Successfully built pyangbind
Installing collected packages: enum34, bitarray, regex, lxml, pyang, pyangbind

Successfully installed bitarray-3.5.1 enum34-1.1.10 lxml-6.0.0 pyang-2.6.1 pyangbind-0.8.1 regex-2024.11.6
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 uninstall -y enum34
Found existing installation: enum34 1.1.10
Uninstalling enum34-1.1.10:
  Successfully uninstalled enum34-1.1.10
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
++ basename target/python-wheels/bullseye/sonic_config_engine-1.0-py3-none-any.whl
+ CONFIG_ENGINE_PY3_WHEEL_NAME=sonic_config_engine-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_config_engine-1.0-py3-none-any.whl ./fsroot-broadcom/sonic_config_engine-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_config_engine-1.0-py3-none-any.whl
Processing /sonic_config_engine-1.0-py3-none-any.whl
Collecting bitarray==1.5.3 (from sonic-config-engine==1.0)
  Downloading bitarray-1.5.3.tar.gz (54 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting ipaddress==1.0.23 (from sonic-config-engine==1.0)
  Downloading ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes)
Collecting lxml==4.9.1 (from sonic-config-engine==1.0)
  Downloading lxml-4.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.3 kB)
Collecting netaddr==0.8.0 (from sonic-config-engine==1.0)
  Downloading netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB)
Requirement already satisfied: pyyaml==5.4.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (5.4.1)
Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (3.1.6)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: sonic-yang-mgmt>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from Jinja2>=2.10->sonic-config-engine==1.0) (3.0.2)
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (0.12.0)
Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (2.6.1)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (2.2.1)
Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (0.8.2)
Requirement already satisfied: natsort==6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-config-engine==1.0) (6.2.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-config-engine==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common->sonic-config-engine==1.0) (3.5.3)
Downloading ipaddress-1.0.23-py2.py3-none-any.whl (18 kB)
Downloading lxml-4.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 6.9 MB/s eta 0:00:00
Downloading netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 2.4 MB/s eta 0:00:00
Building wheels for collected packages: bitarray
  DEPRECATION: Building 'bitarray' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'bitarray'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for bitarray (setup.py): started
  Building wheel for bitarray (setup.py): finished with status 'done'
  Created wheel for bitarray: filename=bitarray-1.5.3-cp39-cp39-linux_x86_64.whl size=116978 sha256=8f86c9cb8318d618663c644d96f64ca67847f6a9865cce3c1a15d7710b17f15a
  Stored in directory: /root/.cache/pip/wheels/7e/0a/8e/e35b31348d6abae176f63ff3b182fec154e9bc0c6909173b1a
Successfully built bitarray
Installing collected packages: netaddr, ipaddress, bitarray, lxml, sonic-config-engine
  Attempting uninstall: bitarray
    Found existing installation: bitarray 3.5.1
    Uninstalling bitarray-3.5.1:
      Successfully uninstalled bitarray-3.5.1
  Attempting uninstall: lxml
    Found existing installation: lxml 6.0.0
    Uninstalling lxml-6.0.0:
      Successfully uninstalled lxml-6.0.0

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pyangbind 0.8.1 requires enum34, which is not installed.
Successfully installed bitarray-1.5.3 ipaddress-1.0.23 lxml-4.9.1 netaddr-0.8.0 sonic-config-engine-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom/sonic_config_engine-1.0-py3-none-any.whl
++ basename target/python-wheels/bullseye/sonic_platform_common-1.0-py3-none-any.whl
+ PLATFORM_COMMON_PY3_WHEEL_NAME=sonic_platform_common-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_platform_common-1.0-py3-none-any.whl ./fsroot-broadcom/sonic_platform_common-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_platform_common-1.0-py3-none-any.whl
Processing /sonic_platform_common-1.0-py3-none-any.whl
Requirement already satisfied: natsort==6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (6.2.1)
Requirement already satisfied: PyYAML in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (5.4.1)
Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (3.5.3)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (1.0)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (1.0)
Requirement already satisfied: bitarray==1.5.3 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.5.3)
Requirement already satisfied: ipaddress==1.0.23 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0.23)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (4.9.1)
Requirement already satisfied: netaddr==0.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (0.8.0)
Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (3.1.6)
Requirement already satisfied: sonic-yang-mgmt>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0)
Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from Jinja2>=2.10->sonic-config-engine->sonic-platform-common==1.0) (3.0.2)
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (0.12.0)
Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (2.6.1)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (2.2.1)
Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (0.8.2)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-platform-common==1.0) (1.1)
Installing collected packages: sonic-platform-common
Successfully installed sonic-platform-common-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom/sonic_platform_common-1.0-py3-none-any.whl
++ basename target/python-wheels/bullseye/sonic_platform_pddf_common-1.0-py3-none-any.whl
+ PLATFORM_PDDF_COMMON_PY3_WHEEL_NAME=sonic_platform_pddf_common-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_platform_pddf_common-1.0-py3-none-any.whl ./fsroot-broadcom/sonic_platform_pddf_common-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_platform_pddf_common-1.0-py3-none-any.whl
Processing /sonic_platform_pddf_common-1.0-py3-none-any.whl
Collecting jsonschema==2.6.0 (from sonic-platform-pddf-common==1.0)
  Downloading jsonschema-2.6.0-py2.py3-none-any.whl.metadata (4.6 kB)
Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB)
Installing collected packages: jsonschema, sonic-platform-pddf-common

Successfully installed jsonschema-2.6.0 sonic-platform-pddf-common-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom/sonic_platform_pddf_common-1.0-py3-none-any.whl
++ basename target/python-wheels/bullseye/system_health-1.0-py3-none-any.whl
+ SYSTEM_HEALTH_PY3_WHEEL_NAME=system_health-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/system_health-1.0-py3-none-any.whl ./fsroot-broadcom/system_health-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install system_health-1.0-py3-none-any.whl
Processing /system_health-1.0-py3-none-any.whl
Requirement already satisfied: natsort in /usr/local/lib/python3.9/dist-packages (from system-health==1.0) (6.2.1)
Requirement already satisfied: docker in /usr/local/lib/python3.9/dist-packages (from system-health==1.0) (7.1.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from system-health==1.0) (1.0)
Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.9/dist-packages (from docker->system-health==1.0) (2.32.4)
Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.9/dist-packages (from docker->system-health==1.0) (2.5.0)
Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (3.4.2)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (3.10)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (2025.7.14)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->system-health==1.0) (5.4.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->system-health==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common->system-health==1.0) (3.5.3)
Installing collected packages: system-health
Successfully installed system-health-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom/system_health-1.0-py3-none-any.whl
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install build-essential libssl-dev swig
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  bzip2 dpkg-dev g++ g++-10 libdpkg-perl libstdc++-10-dev make patch swig4.0
Suggested packages:
  bzip2-doc debian-keyring g++-multilib g++-10-multilib gcc-10-doc git bzr
  libssl-doc libstdc++-10-doc make-doc ed diffutils-doc swig-doc swig-examples
  swig4.0-examples swig4.0-doc
Recommended packages:
  fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
  liblocale-gettext-perl
The following NEW packages will be installed:
  build-essential bzip2 dpkg-dev g++ g++-10 libdpkg-perl libssl-dev
  libstdc++-10-dev make patch swig swig4.0
0 upgraded, 12 newly installed, 0 to remove and 5 not upgraded.
Need to get 19.1 MB of archives.
After this operation, 67.8 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B]
Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libdpkg-perl all 1.20.13 [1552 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
Get:8 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 dpkg-dev all 1.20.13 [2314 kB]
Get:9 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
Get:10 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libssl-dev amd64 1.1.1w-0+deb11u3 [1821 kB]
Get:11 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 swig4.0 amd64 4.0.2-1 [1377 kB]
Get:12 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 swig all 4.0.2-1 [330 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 19.1 MB in 2s (11.3 MB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package bzip2.
(Reading database ... 29218 files and directories currently installed.)
Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
Unpacking bzip2 (1.0.8-4) ...
Selecting previously unselected package libstdc++-10-dev:amd64.
Preparing to unpack .../01-libstdc++-10-dev_10.2.1-6_amd64.deb ...
Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ...
Selecting previously unselected package g++-10.
Preparing to unpack .../02-g++-10_10.2.1-6_amd64.deb ...
Unpacking g++-10 (10.2.1-6) ...
Selecting previously unselected package g++.
Preparing to unpack .../03-g++_4%3a10.2.1-1_amd64.deb ...
Unpacking g++ (4:10.2.1-1) ...
Selecting previously unselected package make.
Preparing to unpack .../04-make_4.3-4.1_amd64.deb ...
Unpacking make (4.3-4.1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../05-libdpkg-perl_1.20.13_all.deb ...
Unpacking libdpkg-perl (1.20.13) ...
Selecting previously unselected package patch.
Preparing to unpack .../06-patch_2.7.6-7_amd64.deb ...
Unpacking patch (2.7.6-7) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../07-dpkg-dev_1.20.13_all.deb ...
Unpacking dpkg-dev (1.20.13) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../08-build-essential_12.9_amd64.deb ...
Unpacking build-essential (12.9) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../09-libssl-dev_1.1.1w-0+deb11u3_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.1w-0+deb11u3) ...
Selecting previously unselected package swig4.0.
Preparing to unpack .../10-swig4.0_4.0.2-1_amd64.deb ...
Unpacking swig4.0 (4.0.2-1) ...
Selecting previously unselected package swig.
Preparing to unpack .../11-swig_4.0.2-1_all.deb ...
Unpacking swig (4.0.2-1) ...
Setting up libstdc++-10-dev:amd64 (10.2.1-6) ...
Setting up g++-10 (10.2.1-6) ...
Setting up bzip2 (1.0.8-4) ...
Setting up make (4.3-4.1) ...
Setting up libssl-dev:amd64 (1.1.1w-0+deb11u3) ...
Setting up patch (2.7.6-7) ...
Setting up libdpkg-perl (1.20.13) ...
Setting up g++ (4:10.2.1-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up swig4.0 (4.0.2-1) ...
Setting up swig (4.0.2-1) ...
Setting up dpkg-dev (1.20.13) ...
Setting up build-essential (12.9) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install openssl
Reading package lists...
Building dependency tree...
Reading state information...
openssl is already the newest version (1.1.1w-0+deb11u3).
openssl set to manually installed.
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install libffi-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  libffi-dev
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 56.5 kB of archives.
After this operation, 308 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libffi-dev amd64 3.3-6 [56.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 56.5 kB in 0s (127 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libffi-dev:amd64.
(Reading database ... 31466 files and directories currently installed.)
Preparing to unpack .../libffi-dev_3.3-6_amd64.deb ...
Unpacking libffi-dev:amd64 (3.3-6) ...
Setting up libffi-dev:amd64 (3.3-6) ...
++ basename target/python-wheels/bullseye/sonic_utilities-1.2-py3-none-any.whl
+ SONIC_UTILITIES_PY3_WHEEL_NAME=sonic_utilities-1.2-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_utilities-1.2-py3-none-any.whl ./fsroot-broadcom/sonic_utilities-1.2-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_utilities-1.2-py3-none-any.whl
Processing /sonic_utilities-1.2-py3-none-any.whl
Collecting bcrypt==3.2.2 (from sonic-utilities==1.2)
  Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.3 kB)
Collecting click==7.0 (from sonic-utilities==1.2)
  Downloading Click-7.0-py2.py3-none-any.whl.metadata (3.5 kB)
Collecting cryptography==3.3.2 (from sonic-utilities==1.2)
  Downloading cryptography-3.3.2-cp36-abi3-manylinux2010_x86_64.whl.metadata (5.1 kB)
Requirement already satisfied: urllib3>=2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (2.5.0)
Collecting click-log>=0.3.2 (from sonic-utilities==1.2)
  Downloading click_log-0.4.0-py2.py3-none-any.whl.metadata (1.2 kB)
Requirement already satisfied: docker>=4.4.4 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (7.1.0)
Collecting docker-image-py>=0.1.10 (from sonic-utilities==1.2)
  Downloading docker_image_py-0.1.13-py3-none-any.whl.metadata (223 bytes)
Collecting filelock>=3.0.12 (from sonic-utilities==1.2)
  Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting enlighten>=1.8.0 (from sonic-utilities==1.2)
  Downloading enlighten-1.14.1-py2.py3-none-any.whl.metadata (18 kB)
Requirement already satisfied: ipaddress>=1.0.23 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0.23)
Requirement already satisfied: jinja2>=2.11.3 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (3.1.6)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (2.2.1)
Collecting jsonpatch>=1.32.0 (from sonic-utilities==1.2)
  Downloading jsonpatch-1.33-py2.py3-none-any.whl.metadata (3.0 kB)
Collecting jsonpointer>=1.9 (from sonic-utilities==1.2)
  Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting m2crypto>=0.31.0 (from sonic-utilities==1.2)
  Downloading m2crypto-0.45.1.tar.gz (363 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: natsort>=6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (6.2.1)
Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (0.8.0)
Collecting netifaces>=0.10.7 (from sonic-utilities==1.2)
  Downloading netifaces-0.11.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (9.0 kB)
Collecting paramiko==2.11.0 (from sonic-utilities==1.2)
  Downloading paramiko-2.11.0-py2.py3-none-any.whl.metadata (4.6 kB)
Collecting pexpect>=4.8.0 (from sonic-utilities==1.2)
  Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting semantic-version>=2.8.5 (from sonic-utilities==1.2)
  Downloading semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB)
Collecting prettyprinter>=0.18.0 (from sonic-utilities==1.2)
  Downloading prettyprinter-0.18.0-py2.py3-none-any.whl.metadata (12 kB)
Collecting pyroute2<0.6.1,>=0.5.14 (from sonic-utilities==1.2)
  Downloading pyroute2-0.5.19.tar.gz (962 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 962.9/962.9 kB 2.2 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting requests<=2.31.0,>=2.25.0 (from sonic-utilities==1.2)
  Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (0.8.2)
Collecting toposort==1.6 (from sonic-utilities==1.2)
  Downloading toposort-1.6-py2.py3-none-any.whl.metadata (6.0 kB)
Collecting www-authenticate==0.9.2 (from sonic-utilities==1.2)
  Downloading www-authenticate-0.9.2.tar.gz (2.4 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (0.12.0)
Collecting lazy-object-proxy (from sonic-utilities==1.2)
  Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-platform-common in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-yang-mgmt in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0)
Collecting cffi>=1.1 (from bcrypt==3.2.2->sonic-utilities==1.2)
  Downloading cffi-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.9/dist-packages (from cryptography==3.3.2->sonic-utilities==1.2) (1.17.0)
Collecting pynacl>=1.0.1 (from paramiko==2.11.0->sonic-utilities==1.2)
  Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (3.4.2)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (3.10)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (2025.7.14)
Collecting pycparser (from cffi>=1.1->bcrypt==3.2.2->sonic-utilities==1.2)
  Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Requirement already satisfied: regex>=2019.4.14 in /usr/local/lib/python3.9/dist-packages (from docker-image-py>=0.1.10->sonic-utilities==1.2) (2024.11.6)
Collecting blessed>=1.17.7 (from enlighten>=1.8.0->sonic-utilities==1.2)
  Downloading blessed-1.21.0-py2.py3-none-any.whl.metadata (13 kB)
Collecting prefixed>=0.3.2 (from enlighten>=1.8.0->sonic-utilities==1.2)
  Downloading prefixed-0.9.0-py2.py3-none-any.whl.metadata (11 kB)
Collecting wcwidth>=0.1.4 (from blessed>=1.17.7->enlighten>=1.8.0->sonic-utilities==1.2)
  Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from jinja2>=2.11.3->sonic-utilities==1.2) (3.0.2)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from jsondiff>=1.2.0->sonic-utilities==1.2) (5.4.1)
Collecting ptyprocess>=0.5 (from pexpect>=4.8.0->sonic-utilities==1.2)
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting Pygments>=2.2.0 (from prettyprinter>=0.18.0->sonic-utilities==1.2)
  Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
Collecting colorful>=0.4.0 (from prettyprinter>=0.18.0->sonic-utilities==1.2)
  Downloading colorful-0.5.7-py2.py3-none-any.whl.metadata (16 kB)
Requirement already satisfied: bitarray==1.5.3 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (1.5.3)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (4.9.1)
Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (1.0)
Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt->sonic-utilities==1.2) (2.6.1)
Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common->sonic-utilities==1.2) (3.5.3)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-utilities==1.2) (1.1)
Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB)
Downloading Click-7.0-py2.py3-none-any.whl (81 kB)
Downloading cryptography-3.3.2-cp36-abi3-manylinux2010_x86_64.whl (2.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 92.3 MB/s eta 0:00:00
Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
Downloading toposort-1.6-py2.py3-none-any.whl (9.5 kB)
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
Downloading cffi-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (445 kB)
Downloading click_log-0.4.0-py2.py3-none-any.whl (4.3 kB)
Downloading docker_image_py-0.1.13-py3-none-any.whl (8.9 kB)
Downloading enlighten-1.14.1-py2.py3-none-any.whl (42 kB)
Downloading blessed-1.21.0-py2.py3-none-any.whl (84 kB)
Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB)
Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB)
Downloading netifaces-0.11.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (32 kB)
Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
Downloading prefixed-0.9.0-py2.py3-none-any.whl (13 kB)
Downloading prettyprinter-0.18.0-py2.py3-none-any.whl (48 kB)
Downloading colorful-0.5.7-py2.py3-none-any.whl (201 kB)
Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 85.6 MB/s eta 0:00:00
Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 54.8 MB/s eta 0:00:00
Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB)
Downloading pycparser-2.22-py3-none-any.whl (117 kB)
Building wheels for collected packages: www-authenticate, pyroute2, m2crypto
  DEPRECATION: Building 'www-authenticate' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'www-authenticate'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for www-authenticate (setup.py): started
  Building wheel for www-authenticate (setup.py): finished with status 'done'
  Created wheel for www-authenticate: filename=www_authenticate-0.9.2-py3-none-any.whl size=2932 sha256=01418dfc7d042cc2acee2775a9c7e2b280c2fb7063af994fd20c47477781a406
  Stored in directory: /root/.cache/pip/wheels/f0/e5/b8/4d9d5b3b2155fe2053cf5644055cebce615d79896f3832580b
  DEPRECATION: Building 'pyroute2' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pyroute2'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for pyroute2 (setup.py): started
  Building wheel for pyroute2 (setup.py): finished with status 'done'
  Created wheel for pyroute2: filename=pyroute2-0.5.19-py3-none-any.whl size=411484 sha256=40b77ee64b1ae4f4acb0ba066226a94c4e85011c4de72efb67461ae9e1c5c615
  Stored in directory: /root/.cache/pip/wheels/4a/cb/14/cf69a4512042ae2c6f70c00ec4bec02af84e534c81156423dd
  Building wheel for m2crypto (pyproject.toml): started
  Building wheel for m2crypto (pyproject.toml): finished with status 'done'
  Created wheel for m2crypto: filename=m2crypto-0.45.1-cp39-cp39-linux_x86_64.whl size=809600 sha256=d2cfe594d1bc54b1be869a2be429b57062ac7ac4ffbec79d665e520fa567edcc
  Stored in directory: /root/.cache/pip/wheels/a1/35/60/001a87fcb522b991b00d1b043af8ae2aff99b7fa02844b4208
Successfully built www-authenticate pyroute2 m2crypto
Installing collected packages: www-authenticate, wcwidth, toposort, pyroute2, ptyprocess, prefixed, netifaces, m2crypto, colorful, semantic-version, requests, Pygments, pycparser, pexpect, lazy-object-proxy, jsonpointer, filelock, docker-image-py, click, blessed, prettyprinter, jsonpatch, enlighten, click-log, cffi, pynacl, cryptography, bcrypt, paramiko, sonic-utilities
  Attempting uninstall: requests
    Found existing installation: requests 2.32.4
    Uninstalling requests-2.32.4:
      Successfully uninstalled requests-2.32.4

Successfully installed Pygments-2.19.2 bcrypt-3.2.2 blessed-1.21.0 cffi-1.17.1 click-7.0 click-log-0.4.0 colorful-0.5.7 cryptography-3.3.2 docker-image-py-0.1.13 enlighten-1.14.1 filelock-3.18.0 jsonpatch-1.33 jsonpointer-3.0.0 lazy-object-proxy-1.11.0 m2crypto-0.45.1 netifaces-0.11.0 paramiko-2.11.0 pexpect-4.9.0 prefixed-0.9.0 prettyprinter-0.18.0 ptyprocess-0.7.0 pycparser-2.22 pynacl-1.5.0 pyroute2-0.5.19 requests-2.31.0 semantic-version-2.10.0 sonic-utilities-1.2 toposort-1.6 wcwidth-0.2.13 www-authenticate-0.9.2
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom/sonic_utilities-1.2-py3-none-any.whl
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-utilities-data_1.0-1_all.deb
Selecting previously unselected package sonic-utilities-data.
(Reading database ... 31500 files and directories currently installed.)
Preparing to unpack .../sonic-utilities-data_1.0-1_all.deb ...
Unpacking sonic-utilities-data (1.0-1) ...
dpkg: dependency problems prevent configuration of sonic-utilities-data:
 sonic-utilities-data depends on bash-completion; however:
  Package bash-completion is not installed.

dpkg: error processing package sonic-utilities-data (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 sonic-utilities-data
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  bash-completion
The following NEW packages will be installed:
  bash-completion
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
1 not fully installed or removed.
Need to get 234 kB of archives.
After this operation, 1560 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 234 kB in 0s (566 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package bash-completion.
(Reading database ... 31542 files and directories currently installed.)
Preparing to unpack .../bash-completion_1%3a2.11-2_all.deb ...
Unpacking bash-completion (1:2.11-2) ...
Setting up bash-completion (1:2.11-2) ...
Setting up sonic-utilities-data (1.0-1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/bash_5.1-2_amd64.deb
dpkg: warning: downgrading bash from 5.1-2+deb11u1 to 5.1-2
(Reading database ... 32305 files and directories currently installed.)
Preparing to unpack .../bullseye/bash_5.1-2_amd64.deb ...
Unpacking bash (5.1-2) over (5.1-2+deb11u1) ...
Setting up bash (5.1-2) ...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
+ sudo cp -f files/image_config/bash/bash.bashrc ./fsroot-broadcom/etc/
+ sudo cp -f files/image_config/readline/inputrc ./fsroot-broadcom/etc/
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install libcairo2-dev libdbus-1-dev libgirepository1.0-dev libsystemd-dev pkg-config
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pycurl python3-setuptools python3-software-properties
  python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  fontconfig-config fonts-dejavu-core gir1.2-freedesktop gobject-introspection
  libblkid-dev libbrotli-dev libcairo-gobject2 libcairo-script-interpreter2
  libcairo2 libfontconfig-dev libfontconfig1 libfontconfig1-dev
  libfreetype-dev libfreetype6-dev libglib2.0-bin libglib2.0-data
  libglib2.0-dev libglib2.0-dev-bin libice-dev libice6 libmount-dev
  libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
  libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0 libpixman-1-dev
  libpng-dev libpthread-stubs0-dev libselinux1-dev libsepol1-dev libsm-dev
  libsm6 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb-render0
  libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev
  libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxrender-dev libxrender1
  python3-mako python3-markdown python3-markupsafe uuid-dev x11-common
  x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev
Suggested packages:
  libcairo2-doc freetype2-doc libgirepository1.0-doc libglib2.0-doc
  libgdk-pixbuf2.0-bin | libgdk-pixbuf2.0-dev libxml2-utils libice-doc
  libsm-doc libx11-doc libxcb-doc libxext-doc python3-beaker python-mako-doc
  python-markdown-doc
Recommended packages:
  libpng-tools python3-pygments python3-yaml
The following NEW packages will be installed:
  fontconfig-config fonts-dejavu-core gir1.2-freedesktop gobject-introspection
  libblkid-dev libbrotli-dev libcairo-gobject2 libcairo-script-interpreter2
  libcairo2 libcairo2-dev libdbus-1-dev libfontconfig-dev libfontconfig1
  libfontconfig1-dev libfreetype-dev libfreetype6-dev libgirepository1.0-dev
  libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libice-dev
  libice6 libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
  libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0
  libpixman-1-dev libpng-dev libpthread-stubs0-dev libselinux1-dev
  libsepol1-dev libsm-dev libsm6 libsystemd-dev libx11-6 libx11-data
  libx11-dev libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
  libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
  libxext6 libxrender-dev libxrender1 pkg-config python3-mako python3-markdown
  python3-markupsafe uuid-dev x11-common x11proto-dev x11proto-xext-dev
  xorg-sgml-doctools xtrans-dev
0 upgraded, 68 newly installed, 0 to remove and 6 not upgraded.
Need to get 19.2 MB of archives.
After this operation, 75.2 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 gir1.2-freedesktop amd64 1.66.1-1+b1 [33.4 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-markupsafe amd64 1.1.1-1+b3 [15.2 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-mako all 1.1.3+ds1-2 [80.2 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-markdown all 3.3.4-1 [71.4 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 gobject-introspection amd64 1.66.1-1+b1 [301 kB]
Get:8 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 uuid-dev amd64 2.36.1-8+deb11u2 [99.4 kB]
Get:9 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libblkid-dev amd64 2.36.1-8+deb11u2 [225 kB]
Get:10 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libbrotli-dev amd64 1.0.9-2+b2 [288 kB]
Get:11 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB]
Get:12 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpixman-1-0 amd64 0.40.0-1.1~deb11u1 [543 kB]
Get:13 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
Get:14 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Get:15 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB]
Get:16 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libx11-data all 2:1.7.2-1+deb11u2 [311 kB]
Get:17 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1+deb11u2 [772 kB]
Get:18 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-render0 amd64 1.14-3 [111 kB]
Get:19 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-shm0 amd64 1.14-3 [101 kB]
Get:20 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB]
Get:21 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Get:22 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo2 amd64 1.16.0-5 [694 kB]
Get:23 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo-gobject2 amd64 1.16.0-5 [125 kB]
Get:24 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo-script-interpreter2 amd64 1.16.0-5 [163 kB]
Get:25 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpng-dev amd64 1.6.37-3 [298 kB]
Get:26 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libfreetype-dev amd64 2.10.4+dfsg-1+deb11u2 [571 kB]
Get:27 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libfreetype6-dev amd64 2.10.4+dfsg-1+deb11u2 [82.7 kB]
Get:28 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB]
Get:29 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libfontconfig-dev amd64 2.13.1-4.2 [368 kB]
Get:30 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libfontconfig1-dev amd64 2.13.1-4.2 [238 kB]
Get:31 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB]
Get:32 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 x11proto-dev all 2020.1-1 [594 kB]
Get:33 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxau-dev amd64 1:1.0.9-1 [22.9 kB]
Get:34 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [42.2 kB]
Get:35 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 xtrans-dev all 1.4.0-1 [98.7 kB]
Get:36 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpthread-stubs0-dev amd64 0.4-1 [5344 B]
Get:37 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb1-dev amd64 1.14-3 [176 kB]
Get:38 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libx11-dev amd64 2:1.7.2-1+deb11u2 [845 kB]
Get:39 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxrender-dev amd64 1:0.9.10-1 [40.8 kB]
Get:40 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 x11proto-xext-dev all 2020.1-1 [3404 B]
Get:41 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxext-dev amd64 2:1.3.3-1.1 [107 kB]
Get:42 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 x11-common all 1:7.7+22 [252 kB]
Get:43 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB]
Get:44 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB]
Get:45 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libice-dev amd64 2:1.0.10-1 [67.1 kB]
Get:46 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libsm-dev amd64 2:1.2.3-1 [38.0 kB]
Get:47 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpixman-1-dev amd64 0.40.0-1.1~deb11u1 [561 kB]
Get:48 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-render0-dev amd64 1.14-3 [114 kB]
Get:49 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-shm0-dev amd64 1.14-3 [102 kB]
Get:50 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-data all 2.66.8-1+deb11u6 [1177 kB]
Get:51 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-bin amd64 2.66.8-1+deb11u6 [142 kB]
Get:52 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-dev-bin amd64 2.66.8-1+deb11u6 [181 kB]
Get:53 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libsepol1-dev amd64 3.1-1+deb11u1 [341 kB]
Get:54 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
Get:55 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
Get:56 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
Get:57 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
Get:58 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
Get:59 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libmount-dev amd64 2.36.1-8+deb11u2 [78.1 kB]
Get:60 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre16-3 amd64 2:8.39-13 [259 kB]
Get:61 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre32-3 amd64 2:8.39-13 [250 kB]
Get:62 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcrecpp0v5 amd64 2:8.39-13 [152 kB]
Get:63 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre3-dev amd64 2:8.39-13 [650 kB]
Get:64 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-dev amd64 2.66.8-1+deb11u6 [1582 kB]
Get:65 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo2-dev amd64 1.16.0-5 [739 kB]
Get:66 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libdbus-1-dev amd64 1.12.28-0+deb11u1 [261 kB]
Get:67 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libgirepository1.0-dev amd64 1.66.1-1+b1 [834 kB]
Get:68 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libsystemd-dev amd64 247.3-7+deb11u6 [402 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 19.2 MB in 1s (13.0 MB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package fonts-dejavu-core.
(Reading database ... 32305 files and directories currently installed.)
Preparing to unpack .../00-fonts-dejavu-core_2.37-2_all.deb ...
Unpacking fonts-dejavu-core (2.37-2) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../01-fontconfig-config_2.13.1-4.2_all.deb ...
Unpacking fontconfig-config (2.13.1-4.2) ...
Selecting previously unselected package gir1.2-freedesktop:amd64.
Preparing to unpack .../02-gir1.2-freedesktop_1.66.1-1+b1_amd64.deb ...
Unpacking gir1.2-freedesktop:amd64 (1.66.1-1+b1) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../03-python3-markupsafe_1.1.1-1+b3_amd64.deb ...
Unpacking python3-markupsafe (1.1.1-1+b3) ...
Selecting previously unselected package python3-mako.
Preparing to unpack .../04-python3-mako_1.1.3+ds1-2_all.deb ...
Unpacking python3-mako (1.1.3+ds1-2) ...
Selecting previously unselected package python3-markdown.
Preparing to unpack .../05-python3-markdown_3.3.4-1_all.deb ...
Unpacking python3-markdown (3.3.4-1) ...
Selecting previously unselected package gobject-introspection.
Preparing to unpack .../06-gobject-introspection_1.66.1-1+b1_amd64.deb ...
Unpacking gobject-introspection (1.66.1-1+b1) ...
Selecting previously unselected package uuid-dev:amd64.
Preparing to unpack .../07-uuid-dev_2.36.1-8+deb11u2_amd64.deb ...
Unpacking uuid-dev:amd64 (2.36.1-8+deb11u2) ...
Selecting previously unselected package libblkid-dev:amd64.
Preparing to unpack .../08-libblkid-dev_2.36.1-8+deb11u2_amd64.deb ...
Unpacking libblkid-dev:amd64 (2.36.1-8+deb11u2) ...
Selecting previously unselected package libbrotli-dev:amd64.
Preparing to unpack .../09-libbrotli-dev_1.0.9-2+b2_amd64.deb ...
Unpacking libbrotli-dev:amd64 (1.0.9-2+b2) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../10-libfontconfig1_2.13.1-4.2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.13.1-4.2) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../11-libpixman-1-0_0.40.0-1.1~deb11u1_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../12-libxau6_1%3a1.0.9-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../13-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../14-libxcb1_1.14-3_amd64.deb ...
Unpacking libxcb1:amd64 (1.14-3) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../15-libx11-data_2%3a1.7.2-1+deb11u2_all.deb ...
Unpacking libx11-data (2:1.7.2-1+deb11u2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../16-libx11-6_2%3a1.7.2-1+deb11u2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.7.2-1+deb11u2) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../17-libxcb-render0_1.14-3_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.14-3) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../18-libxcb-shm0_1.14-3_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.14-3) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../19-libxext6_2%3a1.3.3-1.1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.3-1.1) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../20-libxrender1_1%3a0.9.10-1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../21-libcairo2_1.16.0-5_amd64.deb ...
Unpacking libcairo2:amd64 (1.16.0-5) ...
Selecting previously unselected package libcairo-gobject2:amd64.
Preparing to unpack .../22-libcairo-gobject2_1.16.0-5_amd64.deb ...
Unpacking libcairo-gobject2:amd64 (1.16.0-5) ...
Selecting previously unselected package libcairo-script-interpreter2:amd64.
Preparing to unpack .../23-libcairo-script-interpreter2_1.16.0-5_amd64.deb ...
Unpacking libcairo-script-interpreter2:amd64 (1.16.0-5) ...
Selecting previously unselected package libpng-dev:amd64.
Preparing to unpack .../24-libpng-dev_1.6.37-3_amd64.deb ...
Unpacking libpng-dev:amd64 (1.6.37-3) ...
Selecting previously unselected package libfreetype-dev:amd64.
Preparing to unpack .../25-libfreetype-dev_2.10.4+dfsg-1+deb11u2_amd64.deb ...
Unpacking libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ...
Selecting previously unselected package libfreetype6-dev:amd64.
Preparing to unpack .../26-libfreetype6-dev_2.10.4+dfsg-1+deb11u2_amd64.deb ...
Unpacking libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../27-pkg-config_0.29.2-1_amd64.deb ...
Unpacking pkg-config (0.29.2-1) ...
Selecting previously unselected package libfontconfig-dev:amd64.
Preparing to unpack .../28-libfontconfig-dev_2.13.1-4.2_amd64.deb ...
Unpacking libfontconfig-dev:amd64 (2.13.1-4.2) ...
Selecting previously unselected package libfontconfig1-dev:amd64.
Preparing to unpack .../29-libfontconfig1-dev_2.13.1-4.2_amd64.deb ...
Unpacking libfontconfig1-dev:amd64 (2.13.1-4.2) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../30-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
Selecting previously unselected package x11proto-dev.
Preparing to unpack .../31-x11proto-dev_2020.1-1_all.deb ...
Unpacking x11proto-dev (2020.1-1) ...
Selecting previously unselected package libxau-dev:amd64.
Preparing to unpack .../32-libxau-dev_1%3a1.0.9-1_amd64.deb ...
Unpacking libxau-dev:amd64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp-dev:amd64.
Preparing to unpack .../33-libxdmcp-dev_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp-dev:amd64 (1:1.1.2-3) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../34-xtrans-dev_1.4.0-1_all.deb ...
Unpacking xtrans-dev (1.4.0-1) ...
Selecting previously unselected package libpthread-stubs0-dev:amd64.
Preparing to unpack .../35-libpthread-stubs0-dev_0.4-1_amd64.deb ...
Unpacking libpthread-stubs0-dev:amd64 (0.4-1) ...
Selecting previously unselected package libxcb1-dev:amd64.
Preparing to unpack .../36-libxcb1-dev_1.14-3_amd64.deb ...
Unpacking libxcb1-dev:amd64 (1.14-3) ...
Selecting previously unselected package libx11-dev:amd64.
Preparing to unpack .../37-libx11-dev_2%3a1.7.2-1+deb11u2_amd64.deb ...
Unpacking libx11-dev:amd64 (2:1.7.2-1+deb11u2) ...
Selecting previously unselected package libxrender-dev:amd64.
Preparing to unpack .../38-libxrender-dev_1%3a0.9.10-1_amd64.deb ...
Unpacking libxrender-dev:amd64 (1:0.9.10-1) ...
Selecting previously unselected package x11proto-xext-dev.
Preparing to unpack .../39-x11proto-xext-dev_2020.1-1_all.deb ...
Unpacking x11proto-xext-dev (2020.1-1) ...
Selecting previously unselected package libxext-dev:amd64.
Preparing to unpack .../40-libxext-dev_2%3a1.3.3-1.1_amd64.deb ...
Unpacking libxext-dev:amd64 (2:1.3.3-1.1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../41-x11-common_1%3a7.7+22_all.deb ...
Unpacking x11-common (1:7.7+22) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../42-libice6_2%3a1.0.10-1_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.10-1) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../43-libsm6_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.3-1) ...
Selecting previously unselected package libice-dev:amd64.
Preparing to unpack .../44-libice-dev_2%3a1.0.10-1_amd64.deb ...
Unpacking libice-dev:amd64 (2:1.0.10-1) ...
Selecting previously unselected package libsm-dev:amd64.
Preparing to unpack .../45-libsm-dev_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm-dev:amd64 (2:1.2.3-1) ...
Selecting previously unselected package libpixman-1-dev:amd64.
Preparing to unpack .../46-libpixman-1-dev_0.40.0-1.1~deb11u1_amd64.deb ...
Unpacking libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ...
Selecting previously unselected package libxcb-render0-dev:amd64.
Preparing to unpack .../47-libxcb-render0-dev_1.14-3_amd64.deb ...
Unpacking libxcb-render0-dev:amd64 (1.14-3) ...
Selecting previously unselected package libxcb-shm0-dev:amd64.
Preparing to unpack .../48-libxcb-shm0-dev_1.14-3_amd64.deb ...
Unpacking libxcb-shm0-dev:amd64 (1.14-3) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../49-libglib2.0-data_2.66.8-1+deb11u6_all.deb ...
Unpacking libglib2.0-data (2.66.8-1+deb11u6) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../50-libglib2.0-bin_2.66.8-1+deb11u6_amd64.deb ...
Unpacking libglib2.0-bin (2.66.8-1+deb11u6) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../51-libglib2.0-dev-bin_2.66.8-1+deb11u6_amd64.deb ...
Unpacking libglib2.0-dev-bin (2.66.8-1+deb11u6) ...
Selecting previously unselected package libsepol1-dev:amd64.
Preparing to unpack .../52-libsepol1-dev_3.1-1+deb11u1_amd64.deb ...
Unpacking libsepol1-dev:amd64 (3.1-1+deb11u1) ...
Selecting previously unselected package libpcre2-16-0:amd64.
Preparing to unpack .../53-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
Selecting previously unselected package libpcre2-32-0:amd64.
Preparing to unpack .../54-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
Selecting previously unselected package libpcre2-posix2:amd64.
Preparing to unpack .../55-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
Selecting previously unselected package libpcre2-dev:amd64.
Preparing to unpack .../56-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
Selecting previously unselected package libselinux1-dev:amd64.
Preparing to unpack .../57-libselinux1-dev_3.1-3_amd64.deb ...
Unpacking libselinux1-dev:amd64 (3.1-3) ...
Selecting previously unselected package libmount-dev:amd64.
Preparing to unpack .../58-libmount-dev_2.36.1-8+deb11u2_amd64.deb ...
Unpacking libmount-dev:amd64 (2.36.1-8+deb11u2) ...
Selecting previously unselected package libpcre16-3:amd64.
Preparing to unpack .../59-libpcre16-3_2%3a8.39-13_amd64.deb ...
Unpacking libpcre16-3:amd64 (2:8.39-13) ...
Selecting previously unselected package libpcre32-3:amd64.
Preparing to unpack .../60-libpcre32-3_2%3a8.39-13_amd64.deb ...
Unpacking libpcre32-3:amd64 (2:8.39-13) ...
Selecting previously unselected package libpcrecpp0v5:amd64.
Preparing to unpack .../61-libpcrecpp0v5_2%3a8.39-13_amd64.deb ...
Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ...
Selecting previously unselected package libpcre3-dev:amd64.
Preparing to unpack .../62-libpcre3-dev_2%3a8.39-13_amd64.deb ...
Unpacking libpcre3-dev:amd64 (2:8.39-13) ...
Selecting previously unselected package libglib2.0-dev:amd64.
Preparing to unpack .../63-libglib2.0-dev_2.66.8-1+deb11u6_amd64.deb ...
Unpacking libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ...
Selecting previously unselected package libcairo2-dev:amd64.
Preparing to unpack .../64-libcairo2-dev_1.16.0-5_amd64.deb ...
Unpacking libcairo2-dev:amd64 (1.16.0-5) ...
Selecting previously unselected package libdbus-1-dev:amd64.
Preparing to unpack .../65-libdbus-1-dev_1.12.28-0+deb11u1_amd64.deb ...
Unpacking libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ...
Selecting previously unselected package libgirepository1.0-dev:amd64.
Preparing to unpack .../66-libgirepository1.0-dev_1.66.1-1+b1_amd64.deb ...
Unpacking libgirepository1.0-dev:amd64 (1.66.1-1+b1) ...
Selecting previously unselected package libsystemd-dev:amd64.
Preparing to unpack .../67-libsystemd-dev_247.3-7+deb11u6_amd64.deb ...
Unpacking libsystemd-dev:amd64 (247.3-7+deb11u6) ...
Setting up libpcrecpp0v5:amd64 (2:8.39-13) ...
Setting up libglib2.0-dev-bin (2.66.8-1+deb11u6) ...
Setting up libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ...
Setting up libxau6:amd64 (1:1.0.9-1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up libxcb1:amd64 (1.14-3) ...
Setting up gir1.2-freedesktop:amd64 (1.66.1-1+b1) ...
Setting up libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ...
Setting up libpcre16-3:amd64 (2:8.39-13) ...
Setting up libxcb-render0:amd64 (1.14-3) ...
Setting up libpng-dev:amd64 (1.6.37-3) ...
Setting up x11-common (1:7.7+22) ...
Running in chroot, ignoring request.
Setting up libsepol1-dev:amd64 (3.1-1+deb11u1) ...
Setting up libxcb-shm0:amd64 (1.14-3) ...
Setting up python3-markupsafe (1.1.1-1+b3) ...
Setting up libpthread-stubs0-dev:amd64 (0.4-1) ...
Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
Setting up xtrans-dev (1.4.0-1) ...
Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
Setting up libglib2.0-data (2.66.8-1+deb11u6) ...
Setting up libx11-data (2:1.7.2-1+deb11u2) ...
Setting up uuid-dev:amd64 (2.36.1-8+deb11u2) ...
Setting up libpcre32-3:amd64 (2:8.39-13) ...
Setting up python3-markdown (3.3.4-1) ...
Setting up pkg-config (0.29.2-1) ...
Setting up fonts-dejavu-core (2.37-2) ...
Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
Setting up libx11-6:amd64 (2:1.7.2-1+deb11u2) ...
Setting up xorg-sgml-doctools (1:1.11-1.1) ...
Setting up libsystemd-dev:amd64 (247.3-7+deb11u6) ...
Setting up libbrotli-dev:amd64 (1.0.9-2+b2) ...
Setting up python3-mako (1.1.3+ds1-2) ...
Setting up x11proto-dev (2020.1-1) ...
Setting up libblkid-dev:amd64 (2.36.1-8+deb11u2) ...
Setting up libice6:amd64 (2:1.0.10-1) ...
Setting up libxau-dev:amd64 (1:1.0.9-1) ...
Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
Setting up libxrender1:amd64 (1:0.9.10-1) ...
Setting up libice-dev:amd64 (2:1.0.10-1) ...
Setting up libselinux1-dev:amd64 (3.1-3) ...
Setting up libpcre3-dev:amd64 (2:8.39-13) ...
Setting up fontconfig-config (2.13.1-4.2) ...
Setting up libxext6:amd64 (2:1.3.3-1.1) ...
Setting up gobject-introspection (1.66.1-1+b1) ...
Setting up libglib2.0-bin (2.66.8-1+deb11u6) ...
Setting up libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ...
Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ...
Setting up libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ...
Setting up x11proto-xext-dev (2020.1-1) ...
Setting up libfontconfig1:amd64 (2.13.1-4.2) ...
Setting up libsm6:amd64 (2:1.2.3-1) ...
Setting up libmount-dev:amd64 (2.36.1-8+deb11u2) ...
Setting up libxcb1-dev:amd64 (1.14-3) ...
Setting up libsm-dev:amd64 (2:1.2.3-1) ...
Setting up libx11-dev:amd64 (2:1.7.2-1+deb11u2) ...
Setting up libcairo2:amd64 (1.16.0-5) ...
Setting up libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ...
Setting up libxcb-shm0-dev:amd64 (1.14-3) ...
Setting up libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ...
Setting up libxcb-render0-dev:amd64 (1.14-3) ...
Setting up libxext-dev:amd64 (2:1.3.3-1.1) ...
Setting up libcairo-gobject2:amd64 (1.16.0-5) ...
Setting up libxrender-dev:amd64 (1:0.9.10-1) ...
Setting up libcairo-script-interpreter2:amd64 (1.16.0-5) ...
Setting up libfontconfig-dev:amd64 (2.13.1-4.2) ...
Setting up libfontconfig1-dev:amd64 (2.13.1-4.2) ...
Processing triggers for libglib2.0-0:amd64 (2.66.8-1+deb11u6) ...
No schema files found: doing nothing.
Processing triggers for libc-bin (2.31-13+deb11u13) ...
Setting up libgirepository1.0-dev:amd64 (1.66.1-1+b1) ...
Setting up libcairo2-dev:amd64 (1.16.0-5) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark manual gir1.2-glib-2.0 libdbus-1-3 libgirepository-1.0-1 libsystemd0 python3-dbus
libsystemd0 was already set to manually installed.
gir1.2-glib-2.0 set to manually installed.
libdbus-1-3 set to manually installed.
libgirepository-1.0-1 set to manually installed.
python3-dbus set to manually installed.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install systemd-python
Collecting systemd-python
  Downloading systemd-python-235.tar.gz (61 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: systemd-python
  DEPRECATION: Building 'systemd-python' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'systemd-python'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for systemd-python (setup.py): started
  Building wheel for systemd-python (setup.py): finished with status 'done'
  Created wheel for systemd-python: filename=systemd_python-235-cp39-cp39-linux_x86_64.whl size=150264 sha256=1c41e604dd51b669751235a0adf8c5813de9c8a3afadf34b68ee1322b322f816
  Stored in directory: /root/.cache/pip/wheels/83/7c/21/2e074661efe0d5872ae9331f32bc599720369b8ddb5e5d4d21
Successfully built systemd-python
Installing collected packages: systemd-python
Successfully installed systemd-python-235
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
++ basename target/python-wheels/bullseye/sonic_host_services-1.0-py3-none-any.whl
+ SONIC_HOST_SERVICES_PY3_WHEEL_NAME=sonic_host_services-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_host_services-1.0-py3-none-any.whl ./fsroot-broadcom/sonic_host_services-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install pycairo==1.26.0
Collecting pycairo==1.26.0
  Downloading pycairo-1.26.0.tar.gz (346 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: pycairo
  Building wheel for pycairo (pyproject.toml): started
  Building wheel for pycairo (pyproject.toml): finished with status 'done'
  Created wheel for pycairo: filename=pycairo-1.26.0-cp39-cp39-linux_x86_64.whl size=308898 sha256=511a6540af074d37a52ca78674ba95cca2acb96704fab40a43c2b1ead62bae0d
  Stored in directory: /root/.cache/pip/wheels/91/e5/47/8d489718d63c88c6ca05ed6e3c0118324e3780c4d383d363bb
Successfully built pycairo
Installing collected packages: pycairo
Successfully installed pycairo-1.26.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install meson-python ninja
Collecting meson-python
  Downloading meson_python-0.18.0-py3-none-any.whl.metadata (2.8 kB)
Collecting ninja
  Downloading ninja-1.11.1.4-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (5.0 kB)
Collecting meson>=0.64.0 (from meson-python)
  Downloading meson-1.8.2-py3-none-any.whl.metadata (1.8 kB)
Collecting packaging>=23.2 (from meson-python)
  Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
Collecting pyproject-metadata>=0.9.0 (from meson-python)
  Downloading pyproject_metadata-0.9.1-py3-none-any.whl.metadata (7.0 kB)
Collecting tomli>=1.0.0 (from meson-python)
  Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB)
Downloading meson_python-0.18.0-py3-none-any.whl (28 kB)
Downloading ninja-1.11.1.4-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (422 kB)
Downloading meson-1.8.2-py3-none-any.whl (1.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 91.8 MB/s eta 0:00:00
Downloading packaging-25.0-py3-none-any.whl (66 kB)
Downloading pyproject_metadata-0.9.1-py3-none-any.whl (18 kB)
Downloading tomli-2.2.1-py3-none-any.whl (14 kB)
Installing collected packages: tomli, packaging, ninja, meson, pyproject-metadata, meson-python

Successfully installed meson-1.8.2 meson-python-0.18.0 ninja-1.11.1.4 packaging-25.0 pyproject-metadata-0.9.1 tomli-2.2.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install --no-build-isolation pygobject==3.50.0
Collecting pygobject==3.50.0
  Downloading pygobject-3.50.0.tar.gz (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 5.3 MB/s eta 0:00:00
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: pycairo>=1.16 in /usr/local/lib/python3.9/dist-packages (from pygobject==3.50.0) (1.26.0)
Building wheels for collected packages: pygobject
  Building wheel for pygobject (pyproject.toml): started
  Building wheel for pygobject (pyproject.toml): finished with status 'done'
  Created wheel for pygobject: filename=pygobject-3.50.0-cp39-cp39-linux_x86_64.whl size=267268 sha256=6b7b3c81bf9292691b3a554cbcd71eb16c3be33a6ae1f5beeb07c51bbe77c4b3
  Stored in directory: /root/.cache/pip/wheels/8a/78/a7/e30ca6235e7a1391a016f21039916fd4737c49f70f4564eea9
Successfully built pygobject
Installing collected packages: pygobject
Successfully installed pygobject-3.50.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install sonic_host_services-1.0-py3-none-any.whl
Processing /sonic_host_services-1.0-py3-none-any.whl
Requirement already satisfied: dbus-python in /usr/lib/python3/dist-packages (from sonic-host-services==1.0) (1.2.16)
Requirement already satisfied: systemd-python in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (235)
Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (3.1.6)
Requirement already satisfied: PyGObject in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (3.50.0)
Collecting pycairo==1.26.1 (from sonic-host-services==1.0)
  Downloading pycairo-1.26.1.tar.gz (346 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: psutil in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (7.0.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-utilities in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (1.2)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from Jinja2>=2.10->sonic-host-services==1.0) (3.0.2)
Requirement already satisfied: natsort==6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-host-services==1.0) (6.2.1)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-host-services==1.0) (5.4.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-host-services==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common->sonic-host-services==1.0) (3.5.3)
Requirement already satisfied: bcrypt==3.2.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.2.2)
Requirement already satisfied: click==7.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (7.0)
Requirement already satisfied: cryptography==3.3.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.3.2)
Requirement already satisfied: urllib3>=2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.5.0)
Requirement already satisfied: click-log>=0.3.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.4.0)
Requirement already satisfied: docker>=4.4.4 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (7.1.0)
Requirement already satisfied: docker-image-py>=0.1.10 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.1.13)
Requirement already satisfied: filelock>=3.0.12 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.18.0)
Requirement already satisfied: enlighten>=1.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.14.1)
Requirement already satisfied: ipaddress>=1.0.23 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0.23)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.2.1)
Requirement already satisfied: jsonpatch>=1.32.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.33)
Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.0.0)
Requirement already satisfied: m2crypto>=0.31.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.45.1)
Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.8.0)
Requirement already satisfied: netifaces>=0.10.7 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.11.0)
Requirement already satisfied: paramiko==2.11.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.11.0)
Requirement already satisfied: pexpect>=4.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (4.9.0)
Requirement already satisfied: semantic-version>=2.8.5 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.10.0)
Requirement already satisfied: prettyprinter>=0.18.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.18.0)
Requirement already satisfied: pyroute2<0.6.1,>=0.5.14 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.5.19)
Requirement already satisfied: requests<=2.31.0,>=2.25.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.31.0)
Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.8.2)
Requirement already satisfied: toposort==1.6 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.6)
Requirement already satisfied: www-authenticate==0.9.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.9.2)
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.12.0)
Requirement already satisfied: lazy-object-proxy in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.11.0)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-platform-common in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-yang-mgmt in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.9/dist-packages (from bcrypt==3.2.2->sonic-utilities->sonic-host-services==1.0) (1.17.1)
Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.9/dist-packages (from cryptography==3.3.2->sonic-utilities->sonic-host-services==1.0) (1.17.0)
Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.9/dist-packages (from paramiko==2.11.0->sonic-utilities->sonic-host-services==1.0) (1.5.0)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (3.4.2)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (3.10)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (2025.7.14)
Requirement already satisfied: pycparser in /usr/local/lib/python3.9/dist-packages (from cffi>=1.1->bcrypt==3.2.2->sonic-utilities->sonic-host-services==1.0) (2.22)
Requirement already satisfied: regex>=2019.4.14 in /usr/local/lib/python3.9/dist-packages (from docker-image-py>=0.1.10->sonic-utilities->sonic-host-services==1.0) (2024.11.6)
Requirement already satisfied: blessed>=1.17.7 in /usr/local/lib/python3.9/dist-packages (from enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (1.21.0)
Requirement already satisfied: prefixed>=0.3.2 in /usr/local/lib/python3.9/dist-packages (from enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (0.9.0)
Requirement already satisfied: wcwidth>=0.1.4 in /usr/local/lib/python3.9/dist-packages (from blessed>=1.17.7->enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (0.2.13)
Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.9/dist-packages (from pexpect>=4.8.0->sonic-utilities->sonic-host-services==1.0) (0.7.0)
Requirement already satisfied: Pygments>=2.2.0 in /usr/local/lib/python3.9/dist-packages (from prettyprinter>=0.18.0->sonic-utilities->sonic-host-services==1.0) (2.19.2)
Requirement already satisfied: colorful>=0.4.0 in /usr/local/lib/python3.9/dist-packages (from prettyprinter>=0.18.0->sonic-utilities->sonic-host-services==1.0) (0.5.7)
Requirement already satisfied: bitarray==1.5.3 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (1.5.3)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (4.9.1)
Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt->sonic-utilities->sonic-host-services==1.0) (2.6.1)
Building wheels for collected packages: pycairo
  Building wheel for pycairo (pyproject.toml): started
  Building wheel for pycairo (pyproject.toml): finished with status 'done'
  Created wheel for pycairo: filename=pycairo-1.26.1-cp39-cp39-linux_x86_64.whl size=308917 sha256=79d372822c1b717b349ae376960688a3317ad4220f209a941c63da02e17ddf18
  Stored in directory: /root/.cache/pip/wheels/50/76/7c/8edfe72166596f9187f15ccb45f26b0fee99a17077131d3d12
Successfully built pycairo
Installing collected packages: pycairo, sonic-host-services
  Attempting uninstall: pycairo
    Found existing installation: pycairo 1.26.0
    Uninstalling pycairo-1.26.0:
      Successfully uninstalled pycairo-1.26.0

Successfully installed pycairo-1.26.1 sonic-host-services-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom/sonic_host_services-1.0-py3-none-any.whl
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-host-services-data_1.0-1_all.deb
Selecting previously unselected package sonic-host-services-data.
(Reading database ... 35522 files and directories currently installed.)
Preparing to unpack .../sonic-host-services-data_1.0-1_all.deb ...
Unpacking sonic-host-services-data (1.0-1) ...
Setting up sonic-host-services-data (1.0-1) ...

Configuration file '/etc/dbus-1/system.d/org.sonic.hostservice.conf', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/sonic.target.wants/caclmgrd.service → /lib/systemd/system/caclmgrd.service.
Created symlink /etc/systemd/system/timers.target.wants/hostcfgd.timer → /lib/systemd/system/hostcfgd.timer.
Created symlink /etc/systemd/system/sonic.target.wants/hostcfgd.timer → /lib/systemd/system/hostcfgd.timer.
Created symlink /etc/systemd/system/timers.target.wants/featured.timer → /lib/systemd/system/featured.timer.
Created symlink /etc/systemd/system/sonic.target.wants/featured.timer → /lib/systemd/system/featured.timer.
Created symlink /etc/systemd/system/timers.target.wants/aaastatsd.timer → /lib/systemd/system/aaastatsd.timer.
Created symlink /etc/systemd/system/sonic.target.wants/aaastatsd.timer → /lib/systemd/system/aaastatsd.timer.
Created symlink /etc/systemd/system/sonic.target.wants/procdockerstatsd.service → /lib/systemd/system/procdockerstatsd.service.
Created symlink /etc/systemd/system/multi-user.target.wants/determine-reboot-cause.service → /lib/systemd/system/determine-reboot-cause.service.
Created symlink /etc/systemd/system/timers.target.wants/process-reboot-cause.timer → /lib/systemd/system/process-reboot-cause.timer.
Created symlink /etc/systemd/system/mgmt-framework.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service.
Created symlink /etc/systemd/system/telemetry.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service.
Created symlink /etc/systemd/system/gnmi.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service.
Processing triggers for dbus (1.12.28-0+deb11u1) ...
+ [[ -z broadcom ]]
+ [[ -n broadcom ]]
+ [[ broadcom == \b\r\o\a\d\c\o\m ]]
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/opennsl-modules_10.1.0.0_amd64.deb
Selecting previously unselected package opennsl-modules.
(Reading database ... 35545 files and directories currently installed.)
Preparing to unpack .../opennsl-modules_10.1.0.0_amd64.deb ...
Unpacking opennsl-modules (10.1.0.0) ...
Setting up opennsl-modules (10.1.0.0) ...

Configuration file '/etc/init.d/opennsl-modules', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/multi-user.target.wants/opennsl-modules.service → /lib/systemd/system/opennsl-modules.service.
Running in chroot, ignoring request.
+ [[ -z broadcom-dnx ]]
+ [[ -n broadcom-dnx ]]
+ [[ broadcom == \b\r\o\a\d\c\o\m\-\d\n\x ]]
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-device-data_1.0-1_all.deb
Selecting previously unselected package sonic-device-data.
(Reading database ... 35557 files and directories currently installed.)
Preparing to unpack .../sonic-device-data_1.0-1_all.deb ...
Unpacking sonic-device-data (1.0-1) ...
Setting up sonic-device-data (1.0-1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install libpam-cracklib
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  cracklib-runtime libcrack2 wamerican
The following NEW packages will be installed:
  cracklib-runtime libcrack2 libpam-cracklib wamerican
0 upgraded, 4 newly installed, 0 to remove and 6 not upgraded.
Need to get 517 kB of archives.
After this operation, 2003 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 wamerican all 2019.10.06-1 [215 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcrack2 amd64 2.9.6-3.4 [56.0 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 cracklib-runtime amd64 2.9.6-3.4 [155 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpam-cracklib amd64 1.4.0-9+deb11u1 [90.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 517 kB in 0s (1060 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package wamerican.
(Reading database ... 50030 files and directories currently installed.)
Preparing to unpack .../wamerican_2019.10.06-1_all.deb ...
Unpacking wamerican (2019.10.06-1) ...
Selecting previously unselected package libcrack2:amd64.
Preparing to unpack .../libcrack2_2.9.6-3.4_amd64.deb ...
Unpacking libcrack2:amd64 (2.9.6-3.4) ...
Selecting previously unselected package cracklib-runtime.
Preparing to unpack .../cracklib-runtime_2.9.6-3.4_amd64.deb ...
Unpacking cracklib-runtime (2.9.6-3.4) ...
Selecting previously unselected package libpam-cracklib:amd64.
Preparing to unpack .../libpam-cracklib_1.4.0-9+deb11u1_amd64.deb ...
Unpacking libpam-cracklib:amd64 (1.4.0-9+deb11u1) ...
Setting up wamerican (2019.10.06-1) ...
Setting up libcrack2:amd64 (2.9.6-3.4) ...
Setting up cracklib-runtime (2.9.6-3.4) ...
Setting up libpam-cracklib:amd64 (1.4.0-9+deb11u1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libtac2_1.4.1-1_amd64.deb
Selecting previously unselected package libtac2.
(Reading database ... 50126 files and directories currently installed.)
Preparing to unpack .../libtac2_1.4.1-1_amd64.deb ...
Unpacking libtac2 (1.4.1-1) ...
Setting up libtac2 (1.4.1-1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libpam-tacplus_1.4.1-1_amd64.deb
Selecting previously unselected package libpam-tacplus.
(Reading database ... 50134 files and directories currently installed.)
Preparing to unpack .../libpam-tacplus_1.4.1-1_amd64.deb ...
Unpacking libpam-tacplus (1.4.1-1) ...
Setting up libpam-tacplus (1.4.1-1) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libnss-tacplus_1.0.4-1_amd64.deb
Selecting previously unselected package libnss-tacplus.
(Reading database ... 50143 files and directories currently installed.)
Preparing to unpack .../libnss-tacplus_1.0.4-1_amd64.deb ...
Unpacking libnss-tacplus (1.0.4-1) ...
Setting up libnss-tacplus (1.0.4-1) ...

Configuration file '/etc/tacplus_nss.conf', does not exist on system.
Installing new config file as you requested.
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/bash-tacplus_1.0.0_amd64.deb
Selecting previously unselected package bash-tacplus.
(Reading database ... 50151 files and directories currently installed.)
Preparing to unpack .../bash-tacplus_1.0.0_amd64.deb ...
Unpacking bash-tacplus (1.0.0) ...
Setting up bash-tacplus (1.0.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/audisp-tacplus_1.0.2_amd64.deb
Selecting previously unselected package audisp-tacplus.
(Reading database ... 50156 files and directories currently installed.)
Preparing to unpack .../audisp-tacplus_1.0.2_amd64.deb ...
Unpacking audisp-tacplus (1.0.2) ...
Setting up audisp-tacplus (1.0.2) ...

Configuration file '/etc/audit/plugins.d/audisp-tacplus.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/audit/rules.d/audisp-tacplus.rules', does not exist on system.
Installing new config file as you requested.
Running in chroot, ignoring command 'is-active'
Running in chroot, ignoring command 'restart'
+ sudo LANG=C chroot ./fsroot-broadcom pam-auth-update --remove tacplus
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
+ sudo sed -i -e '/^passwd/s/ tacplus//' ./fsroot-broadcom/etc/nsswitch.conf
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libpam-radius-auth_1.4.1-1_amd64.deb
Selecting previously unselected package libpam-radius-auth.
(Reading database ... 50165 files and directories currently installed.)
Preparing to unpack .../libpam-radius-auth_1.4.1-1_amd64.deb ...
Unpacking libpam-radius-auth (1.4.1-1) ...
Setting up libpam-radius-auth (1.4.1-1) ...

Configuration file '/etc/logrotate.d/pam_radius', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/pam_radius_auth.conf', does not exist on system.
Installing new config file as you requested.
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libnss-radius_1.0.1-1_amd64.deb
Selecting previously unselected package libnss-radius:amd64.
(Reading database ... 50184 files and directories currently installed.)
Preparing to unpack .../libnss-radius_1.0.1-1_amd64.deb ...
Unpacking libnss-radius:amd64 (1.0.1-1) ...
Setting up libnss-radius:amd64 (1.0.1-1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo sed -i -e '/^passwd/s/ radius//' ./fsroot-broadcom/etc/nsswitch.conf
+ '[' grub '!=' uboot ']'
+ sudo DEBIAN_FRONTEND=noninteractive dpkg --root=./fsroot-broadcom -i target/debs/bullseye/kdump-tools_1.6.8.4_amd64.deb
Selecting previously unselected package kdump-tools.
(Reading database ... 50190 files and directories currently installed.)
Preparing to unpack .../kdump-tools_1.6.8.4_amd64.deb ...
Unpacking kdump-tools (1:1.6.8.4) ...
Setting up kdump-tools (1:1.6.8.4) ...

Configuration file '/etc/default/grub.d/kdump-tools.cfg', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/init.d/kdump-tools', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/kdump/sysctl.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/kernel/postinst.d/kdump-tools', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/kernel/postrm.d/kdump-tools', does not exist on system.
Installing new config file as you requested.

Creating config file /etc/default/kdump-tools with new version
Running in chroot, ignoring request.
Created symlink /etc/systemd/system/multi-user.target.wants/kdump-tools.service → /lib/systemd/system/kdump-tools.service.
Processing triggers for initramfs-tools (0.140) ...
update-initramfs: Generating /boot/initrd.img-5.10.0-30-2-amd64
+ cat files/image_config/kdump/kdump-tools
+ sudo tee -a ./fsroot-broadcom/etc/default/kdump-tools
++ ls ./fsroot-broadcom/lib/modules/
+ for kernel_release in $(ls $FILESYSTEM_ROOT/lib/modules/)
+ sudo LANG=C chroot ./fsroot-broadcom /etc/kernel/postinst.d/kdump-tools 5.10.0-30-2-amd64
+ sudo LANG=C chroot ./fsroot-broadcom kdump-config symlinks 5.10.0-30-2-amd64
Creating symlink /var/lib/kdump/vmlinuz.
Creating symlink /var/lib/kdump/initrd.img.
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libnl-3-200_3.5.0-1_amd64.deb
Selecting previously unselected package libnl-3-200:amd64.
(Reading database ... 50212 files and directories currently installed.)
Preparing to unpack .../libnl-3-200_3.5.0-1_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.5.0-1) ...
Setting up libnl-3-200:amd64 (3.5.0-1) ...

Configuration file '/etc/libnl-3/classid', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/libnl-3/pktloc', does not exist on system.
Installing new config file as you requested.
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libnl-genl-3-200_3.5.0-1_amd64.deb
Selecting previously unselected package libnl-genl-3-200:amd64.
(Reading database ... 50222 files and directories currently installed.)
Preparing to unpack .../libnl-genl-3-200_3.5.0-1_amd64.deb ...
Unpacking libnl-genl-3-200:amd64 (3.5.0-1) ...
Setting up libnl-genl-3-200:amd64 (3.5.0-1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libnl-route-3-200_3.5.0-1_amd64.deb
Selecting previously unselected package libnl-route-3-200:amd64.
(Reading database ... 50228 files and directories currently installed.)
Preparing to unpack .../libnl-route-3-200_3.5.0-1_amd64.deb ...
Unpacking libnl-route-3-200:amd64 (3.5.0-1) ...
Setting up libnl-route-3-200:amd64 (3.5.0-1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libnl-nf-3-200_3.5.0-1_amd64.deb
Selecting previously unselected package libnl-nf-3-200:amd64.
(Reading database ... 50234 files and directories currently installed.)
Preparing to unpack .../libnl-nf-3-200_3.5.0-1_amd64.deb ...
Unpacking libnl-nf-3-200:amd64 (3.5.0-1) ...
Setting up libnl-nf-3-200:amd64 (3.5.0-1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libnl-cli-3-200_3.5.0-1_amd64.deb
Selecting previously unselected package libnl-cli-3-200:amd64.
(Reading database ... 50240 files and directories currently installed.)
Preparing to unpack .../libnl-cli-3-200_3.5.0-1_amd64.deb ...
Unpacking libnl-cli-3-200:amd64 (3.5.0-1) ...
Setting up libnl-cli-3-200:amd64 (3.5.0-1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libyang_1.0.73_amd64.deb
(Reading database ... 50260 files and directories currently installed.)
Preparing to unpack .../libyang_1.0.73_amd64.deb ...
Unpacking libyang (1.0.73) over (1.0.73) ...
Setting up libyang (1.0.73) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libswsscommon_1.0.0_amd64.deb
Selecting previously unselected package libswsscommon.
(Reading database ... 50260 files and directories currently installed.)
Preparing to unpack .../libswsscommon_1.0.0_amd64.deb ...
Unpacking libswsscommon (1.0.0) ...
dpkg: dependency problems prevent configuration of libswsscommon:
 libswsscommon depends on libboost-serialization1.74.0 (>= 1.74.0); however:
  Package libboost-serialization1.74.0 is not installed.
 libswsscommon depends on libhiredis0.14 (>= 0.14.0); however:
  Package libhiredis0.14 is not installed.
 libswsscommon depends on libzmq5 (>= 4.0.1+dfsg); however:
  Package libzmq5 is not installed.

dpkg: error processing package libswsscommon (--install):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.31-13+deb11u13) ...
Errors were encountered while processing:
 libswsscommon
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0
  libsodium23 libzmq5
The following NEW packages will be installed:
  libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0
  libsodium23 libzmq5
0 upgraded, 6 newly installed, 0 to remove and 7 not upgraded.
1 not fully installed or removed.
Need to get 1194 kB of archives.
After this operation, 4765 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libboost-serialization1.74.0 amd64 1.74.0-9 [340 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libhiredis0.14 amd64 0.14.1-1 [35.5 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libnorm1 amd64 1.5.9+dfsg-2 [221 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpgm-5.3-0 amd64 5.3.128~dfsg-2 [161 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libsodium23 amd64 1.0.18-1 [161 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libzmq5 amd64 4.3.4-1+deb11u1 [275 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1194 kB in 1s (2106 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libboost-serialization1.74.0:amd64.
(Reading database ... 50278 files and directories currently installed.)
Preparing to unpack .../0-libboost-serialization1.74.0_1.74.0-9_amd64.deb ...
Unpacking libboost-serialization1.74.0:amd64 (1.74.0-9) ...
Selecting previously unselected package libhiredis0.14:amd64.
Preparing to unpack .../1-libhiredis0.14_0.14.1-1_amd64.deb ...
Unpacking libhiredis0.14:amd64 (0.14.1-1) ...
Selecting previously unselected package libnorm1:amd64.
Preparing to unpack .../2-libnorm1_1.5.9+dfsg-2_amd64.deb ...
Unpacking libnorm1:amd64 (1.5.9+dfsg-2) ...
Selecting previously unselected package libpgm-5.3-0:amd64.
Preparing to unpack .../3-libpgm-5.3-0_5.3.128~dfsg-2_amd64.deb ...
Unpacking libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ...
Selecting previously unselected package libsodium23:amd64.
Preparing to unpack .../4-libsodium23_1.0.18-1_amd64.deb ...
Unpacking libsodium23:amd64 (1.0.18-1) ...
Selecting previously unselected package libzmq5:amd64.
Preparing to unpack .../5-libzmq5_4.3.4-1+deb11u1_amd64.deb ...
Unpacking libzmq5:amd64 (4.3.4-1+deb11u1) ...
Setting up libsodium23:amd64 (1.0.18-1) ...
Setting up libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ...
Setting up libnorm1:amd64 (1.5.9+dfsg-2) ...
Setting up libboost-serialization1.74.0:amd64 (1.74.0-9) ...
Setting up libhiredis0.14:amd64 (0.14.1-1) ...
Setting up libzmq5:amd64 (4.3.4-1+deb11u1) ...
Setting up libswsscommon (1.0.0) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i
dpkg: error: --install needs at least one package archive file argument

Type dpkg --help for help about installing and deinstalling packages [*];
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through 'less' or 'more' !
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/python3-swsscommon_1.0.0_amd64.deb
Selecting previously unselected package python3-swsscommon.
(Reading database ... 50315 files and directories currently installed.)
Preparing to unpack .../python3-swsscommon_1.0.0_amd64.deb ...
Unpacking python3-swsscommon (1.0.0) ...
Setting up python3-swsscommon (1.0.0) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-db-cli_1.0.0_amd64.deb
Selecting previously unselected package sonic-db-cli.
(Reading database ... 50329 files and directories currently installed.)
Preparing to unpack .../sonic-db-cli_1.0.0_amd64.deb ...
Unpacking sonic-db-cli (1.0.0) ...
Setting up sonic-db-cli (1.0.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-rsyslog-plugin_1.0.0-0_amd64.deb
Selecting previously unselected package sonic-rsyslog-plugin.
(Reading database ... 50332 files and directories currently installed.)
Preparing to unpack .../sonic-rsyslog-plugin_1.0.0-0_amd64.deb ...
Unpacking sonic-rsyslog-plugin (1.0.0-0) ...
dpkg: dependency problems prevent configuration of sonic-rsyslog-plugin:
 sonic-rsyslog-plugin depends on liblua5.1-0; however:
  Package liblua5.1-0 is not installed.

dpkg: error processing package sonic-rsyslog-plugin (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 sonic-rsyslog-plugin
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  liblua5.1-0
The following NEW packages will be installed:
  liblua5.1-0
0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
1 not fully installed or removed.
Need to get 109 kB of archives.
After this operation, 412 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 liblua5.1-0 amd64 5.1.5-8.1+b3 [109 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 109 kB in 0s (305 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package liblua5.1-0:amd64.
(Reading database ... 50339 files and directories currently installed.)
Preparing to unpack .../liblua5.1-0_5.1.5-8.1+b3_amd64.deb ...
Unpacking liblua5.1-0:amd64 (5.1.5-8.1+b3) ...
Setting up liblua5.1-0:amd64 (5.1.5-8.1+b3) ...
Setting up sonic-rsyslog-plugin (1.0.0-0) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ j2 -f json files/build_templates/rsyslog_plugin.conf.j2 files/build_templates/events_info.json
+ sudo tee ./fsroot-broadcom/etc/rsyslog.d/host_events.conf
## rsyslog-plugin for streaming telemetry via gnmi



template(name="prog_msg" type="list") {
    property(name="msg")
    constant(value="\n")
}


if re_match($programname, "monit") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/monit_regex.json -m sonic-events-host"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

if re_match($programname, "sshd") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/sshd_regex.json -m sonic-events-host"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

if re_match($programname, "systemd") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/systemd_regex.json -m sonic-events-host"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

if re_match($programname, "kernel") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/kernel_regex.json -m sonic-events-host"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

if re_match($programname, "dockerd") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/dockerd_regex.json -m sonic-events-host"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

if re_match($programname, "arista") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/seu_regex.json -m sonic-events-host"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

if re_match($programname, "python3") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/seu_regex.json -m sonic-events-host"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

+ sudo cp files/build_templates/monit_regex.json ./fsroot-broadcom/etc/rsyslog.d/
+ sudo cp files/build_templates/sshd_regex.json ./fsroot-broadcom/etc/rsyslog.d/
+ sudo cp files/build_templates/systemd_regex.json ./fsroot-broadcom/etc/rsyslog.d/
+ sudo cp files/build_templates/kernel_regex.json ./fsroot-broadcom/etc/rsyslog.d/
+ sudo cp files/build_templates/dockerd_regex.json ./fsroot-broadcom/etc/rsyslog.d/
+ sudo cp files/build_templates/seu_regex.json ./fsroot-broadcom/etc/rsyslog.d/
+ sudo cp files/build_templates/zebra_regex.json ./fsroot-broadcom/etc/rsyslog.d/
+ sudo cp files/build_templates/bgpd_regex.json ./fsroot-broadcom/etc/rsyslog.d/
+ j2 -f json files/build_templates/rsyslog_plugin.conf.j2 files/build_templates/syncd_events_info.json
+ sudo tee ./fsroot-broadcom/etc/rsyslog.d/syncd_events.conf
## rsyslog-plugin for streaming telemetry via gnmi



template(name="prog_msg" type="list") {
    property(name="msg")
    constant(value="\n")
}


if re_match($programname, "syncd") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/syncd_regex.json -m sonic-events-syncd"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

+ sudo cp files/build_templates/syncd_regex.json ./fsroot-broadcom/etc/rsyslog.d/
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/monit_5.20.0-6_amd64.deb
Selecting previously unselected package monit.
(Reading database ... 50349 files and directories currently installed.)
Preparing to unpack .../monit_5.20.0-6_amd64.deb ...
Unpacking monit (1:5.20.0-6) ...
Setting up monit (1:5.20.0-6) ...

Configuration file '/etc/default/monit', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/init.d/monit', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/logrotate.d/monit', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/acpid', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/apache2', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/at', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/cron', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/mdadm', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/memcached', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/mysql', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/nginx', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/openntpd', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/openssh-server', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/pdns-recursor', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/postfix', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/rsyslog', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/smartmontools', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/snmpd', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/monitrc', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/templates/rootbin', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/templates/rootrc', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/templates/rootstrict', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/pam.d/monit', does not exist on system.
Installing new config file as you requested.
Running in chroot, ignoring request.
+ sudo cp files/image_config/monit/monitrc ./fsroot-broadcom/etc/monit/
+ sudo chmod 600 ./fsroot-broadcom/etc/monit/monitrc
+ sudo cp files/image_config/monit/conf.d/sonic-host ./fsroot-broadcom/etc/monit/conf.d/
+ sudo chmod 600 ./fsroot-broadcom/etc/monit/conf.d/monit_events ./fsroot-broadcom/etc/monit/conf.d/sonic-host
+ sudo cp files/image_config/monit/container_checker ./fsroot-broadcom/usr/bin/
+ sudo chmod 755 ./fsroot-broadcom/usr/bin/container_checker
+ sudo cp files/image_config/monit/memory_checker ./fsroot-broadcom/usr/bin/
+ sudo chmod 755 ./fsroot-broadcom/usr/bin/memory_checker
+ sudo cp files/image_config/monit/restart_service ./fsroot-broadcom/usr/bin/
+ sudo chmod 755 ./fsroot-broadcom/usr/bin/restart_service
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install smartmontools=7.2-1
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
Suggested packages:
  gsmartcontrol smart-notifier mailx | mailutils
The following NEW packages will be installed:
  smartmontools
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 565 kB of archives.
After this operation, 2168 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 smartmontools amd64 7.2-1 [565 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 565 kB in 0s (1256 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package smartmontools.
(Reading database ... 50392 files and directories currently installed.)
Preparing to unpack .../smartmontools_7.2-1_amd64.deb ...
Unpacking smartmontools (7.2-1) ...
Setting up smartmontools (7.2-1) ...
Created symlink /etc/systemd/system/smartd.service -> /lib/systemd/system/smartmontools.service.
Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service -> /lib/systemd/system/smartmontools.service.
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/openssh-server_8.4p1-5+deb11u3_amd64.deb target/debs/bullseye/openssh-client_8.4p1-5+deb11u3_amd64.deb target/debs/bullseye/openssh-sftp-server_8.4p1-5+deb11u3_amd64.deb
dpkg: warning: downgrading openssh-server from 1:8.4p1-5+deb11u5 to 1:8.4p1-5+deb11u3
(Reading database ... 50438 files and directories currently installed.)
Preparing to unpack .../openssh-server_8.4p1-5+deb11u3_amd64.deb ...
Unpacking openssh-server (1:8.4p1-5+deb11u3) over (1:8.4p1-5+deb11u5) ...
dpkg: warning: downgrading openssh-client from 1:8.4p1-5+deb11u5 to 1:8.4p1-5+deb11u3
Preparing to unpack .../openssh-client_8.4p1-5+deb11u3_amd64.deb ...
Unpacking openssh-client (1:8.4p1-5+deb11u3) over (1:8.4p1-5+deb11u5) ...
dpkg: warning: downgrading openssh-sftp-server from 1:8.4p1-5+deb11u5 to 1:8.4p1-5+deb11u3
Preparing to unpack .../openssh-sftp-server_8.4p1-5+deb11u3_amd64.deb ...
Unpacking openssh-sftp-server (1:8.4p1-5+deb11u3) over (1:8.4p1-5+deb11u5) ...
Setting up openssh-client (1:8.4p1-5+deb11u3) ...
Setting up openssh-sftp-server (1:8.4p1-5+deb11u3) ...
Setting up openssh-server (1:8.4p1-5+deb11u3) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Creating SSH2 RSA key; this may take some time ...
3072 SHA256:C90IMqftBxs75Y9tVstGQQx8R5/8/DlY7UF2TEqZbmo root@99a02ea5332d (RSA)
Creating SSH2 ECDSA key; this may take some time ...
256 SHA256:Zp1o6DCIsR7As3IbK4qACDo6DrLBsj6EAcwQczllY+M root@99a02ea5332d (ECDSA)
Creating SSH2 ED25519 key; this may take some time ...
256 SHA256:7WifJ+DdX/RjLwbVKfO5vZwtyGNEQvQ01JHoU1Ev4Cw root@99a02ea5332d (ED25519)
Running in chroot, ignoring request.
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/flashrom_0.9.7_amd64.deb
Selecting previously unselected package flashrom.
(Reading database ... 50438 files and directories currently installed.)
Preparing to unpack .../flashrom_0.9.7_amd64.deb ...
Unpacking flashrom (0.9.7) ...
Setting up flashrom (0.9.7) ...
+ sudo cp -f files/image_config/cron.d/core_cleanup ./fsroot-broadcom/etc/cron.d/
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install ntpdate
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  ntpdate
0 upgraded, 1 newly installed, 0 to remove and 12 not upgraded.
Need to get 156 kB of archives.
After this operation, 245 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 ntpdate amd64 1:4.2.8p15+dfsg-1 [156 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 156 kB in 0s (447 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package ntpdate.
(Reading database ... 50442 files and directories currently installed.)
Preparing to unpack .../ntpdate_1%3a4.2.8p15+dfsg-1_amd64.deb ...
Unpacking ntpdate (1:4.2.8p15+dfsg-1) ...
Setting up ntpdate (1:4.2.8p15+dfsg-1) ...
+ sudo cp files/image_config/ntp/ntp-config.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo ntp-config.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
ntp-config.service
+ sudo cp files/image_config/ntp/ntp-config.sh ./fsroot-broadcom/usr/bin/
+ sudo cp files/image_config/ntp/ntp.conf.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo cp files/image_config/ntp/ntp.keys.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo cp files/image_config/ntp/ntp-systemd-wrapper ./fsroot-broadcom/usr/lib/ntp/
+ sudo cp files/image_config/ntp/ntp.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo ntp.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
ntp.service
+ sudo cp files/build_templates/dns.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo LANG=C cp files/image_config/warmboot-finalizer/finalize-warmboot.sh ./fsroot-broadcom/usr/local/bin/finalize-warmboot.sh
+ sudo LANG=C cp files/image_config/warmboot-finalizer/warmboot-finalizer.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo warmboot-finalizer.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
warmboot-finalizer.service
+ sudo LANG=C cp files/image_config/watchdog-control/watchdog-control.sh ./fsroot-broadcom/usr/local/bin/watchdog-control.sh
+ sudo LANG=C cp files/image_config/watchdog-control/watchdog-control.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo watchdog-control.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
watchdog-control.service
+ sudo cp files/image_config/rsyslog/rsyslog-config.service ./fsroot-broadcom/usr/lib//systemd/system
+ sudo cp files/image_config/rsyslog/rsyslog-config.sh ./fsroot-broadcom/usr/bin/
+ sudo cp files/image_config/rsyslog/rsyslog.conf.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo cp files/image_config/rsyslog/rsyslog-container.conf.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ j2 files/image_config/rsyslog/rsyslog.d/00-sonic.conf.j2
+ sudo tee ./fsroot-broadcom/etc/rsyslog.d/00-sonic.conf
## Quagga rules

template(name="prog_msg" type="list") {
    property(name="msg")
    constant(value="\n")
}



$ModLoad omprog



if re_match($programname, "bgp[0-9]*#(frr|zebra|staticd|watchfrr)") then {
    /var/log/frr/zebra.log
    
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/zebra_regex.json -m sonic-events-bgp"
        output="/var/log/rsyslog_plugin.log"
        template="prog_msg")
    
    stop
}

if re_match($programname, "bgp[0-9]*#bgpd") then {
    /var/log/frr/bgpd.log
    
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/bgpd_regex.json -m sonic-events-bgp"
        output="/var/log/rsyslog_plugin.log"
        template="prog_msg")
    
    stop
}


## Teamd rules

if $programname contains "teamd_" then {
    /var/log/teamd.log
    stop
}

## gnmi rules
if $msg startswith " gnmi-native" then {
    /var/log/gnmi.log
    stop
}

## telemetry rules
if $msg startswith  " telemetry" or ($msg startswith  " dialout" )then {
    /var/log/telemetry.log
    stop
}
+ sudo cp files/image_config/rsyslog/rsyslog.d/99-default.conf ./fsroot-broadcom/etc/rsyslog.d/
+ echo rsyslog-config.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
rsyslog-config.service
+ sudo cp files/image_config/containercfgd/containercfgd.conf ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo mkdir -p ./fsroot-broadcom/etc/systemd/system/syslog.socket.d
+ sudo cp files/image_config/syslog/override.conf ./fsroot-broadcom/etc/systemd/system/syslog.socket.d/override.conf
+ sudo cp files/image_config/syslog/host_umount.sh ./fsroot-broadcom/usr/bin/
+ sudo LANG=C cp files/image_config/system-health/system-health.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo system-health.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
system-health.service
+ sudo cp -f files/image_config/logrotate/logrotate.d/alternatives files/image_config/logrotate/logrotate.d/apt files/image_config/logrotate/logrotate.d/btmp files/image_config/logrotate/logrotate.d/dpkg files/image_config/logrotate/logrotate.d/monit files/image_config/logrotate/logrotate.d/wtmp ./fsroot-broadcom/etc/logrotate.d/
+ sudo cp files/image_config/logrotate/rsyslog.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo cp files/image_config/logrotate/logrotate-config.service ./fsroot-broadcom/usr/lib//systemd/system
+ sudo cp files/image_config/logrotate/logrotate-config.sh ./fsroot-broadcom/usr/bin/
+ sudo mkdir -p ./fsroot-broadcom/etc/systemd/system/logrotate.timer.d
+ sudo cp files/image_config/logrotate/timerOverride.conf ./fsroot-broadcom/etc/systemd/system/logrotate.timer.d/
+ echo logrotate-config.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
logrotate-config.service
+ sudo cp -f files/image_config/systemd/journald.conf ./fsroot-broadcom/etc/systemd/
+ sudo cp files/image_config/interfaces/interfaces-config.service ./fsroot-broadcom/usr/lib//systemd/system
+ sudo cp files/image_config/interfaces/interfaces-config.sh ./fsroot-broadcom/usr/bin/
+ sudo cp files/image_config/interfaces/interfaces.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ echo interfaces-config.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
interfaces-config.service
+ sudo cp files/image_config/copp/copp-config.service ./fsroot-broadcom/usr/lib//systemd/system
+ sudo cp files/image_config/copp/copp-config.sh ./fsroot-broadcom/usr/bin/
+ sudo cp files/image_config/copp/copp_cfg.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ echo copp-config.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
copp-config.service
+ sudo cp files/dhcp/dhclient.conf.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ j2 files/dhcp/dhclient.conf.j2
+ sudo tee ./fsroot-broadcom/etc/dhcp/dhclient.conf

# =============== Managed by SONiC Config Engine DO NOT EDIT! ===============
# generated from /usr/share/sonic/templates/dhclient.conf.j2 using sonic-cfggen
# file: /etc/dhcp/dhclient.conf
#

# Configuration file for /sbin/dhclient, which is included in Debian's
#       dhcp3-client package.
#
# This is a sample configuration file for dhclient. See dhclient.conf's
#       man page for more information about the syntax of this file
#       and a more comprehensive list of the parameters understood by
#       dhclient.
#
# Normally, if the DHCP server provides reasonable information and does
#       not leave anything out (like the domain name, for example), then
#       few changes must be made to this file, if any.
#

option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
option snmp-community code 224 = text;
option minigraph-url code 225 = text;
option acl-url code 226 = text;
option tftp-server-name code 66 = text;
option bootfile-name code 67 = text;
option user-class code 77 = text;
option provisioning-script-url code 239 = text;
option dhcp6.user-class code 15 = text;
option dhcp6.provisioning-script-url code 239 = text;
option dhcp6.boot-file-url code 59 = text;

send host-name = gethostname();
request subnet-mask, broadcast-address, time-offset, routers,
        domain-name, domain-name-servers, domain-search, host-name,
        dhcp6.name-servers, dhcp6.domain-search, interface-mtu, dhcp6.fqdn,
        rfc3442-classless-static-routes, ntp-servers, log-servers,snmp-community, minigraph-url, acl-url;

+ sudo cp files/dhcp/ifupdown2_policy.json ./fsroot-broadcom/etc/network/ifupdown2/policy.d
+ sudo cp files/dhcp/90-dhcp6-systcl.conf.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo cp files/image_config/resolv-config/resolv-config.service ./fsroot-broadcom/usr/lib//systemd/system
+ sudo cp files/image_config/resolv-config/resolv-config.sh ./fsroot-broadcom/usr/bin/
+ sudo cp files/image_config/resolv-config/resolv.conf.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ echo resolv-config.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
resolv-config.service
+ sudo LANG=C chroot ./fsroot-broadcom systemctl disable resolvconf.service
Synchronizing state of resolvconf.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable resolvconf
Removed /etc/systemd/system/sysinit.target.wants/resolvconf.service.
+ sudo mkdir -p ./fsroot-broadcom/etc/resolvconf/update-libc.d/
+ sudo cp files/image_config/resolv-config/update-containers ./fsroot-broadcom/etc/resolvconf/update-libc.d/
+ sudo cp files/image_config/interfaces/init_interfaces ./fsroot-broadcom/etc/network/interfaces
+ sudo mkdir -p ./fsroot-broadcom/etc/network/interfaces.d
+ sudo cp files/image_config/systemd/network/99-default.link ./fsroot-broadcom/etc/systemd/network/
+ sudo cp files/image_config/corefile_uploader/core_uploader.service ./fsroot-broadcom/usr/lib//systemd/system
+ sudo LANG=C chroot ./fsroot-broadcom systemctl disable core_uploader.service
+ sudo cp files/image_config/corefile_uploader/core_uploader.py ./fsroot-broadcom/usr/bin/
+ sudo cp files/image_config/corefile_uploader/core_analyzer.rc.json ./fsroot-broadcom/etc/sonic/
+ sudo chmod og-rw ./fsroot-broadcom/etc/sonic/core_analyzer.rc.json
+ sudo cp files/image_config/rasdaemon/rasdaemon.timer ./fsroot-broadcom/usr/lib//systemd/system
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom systemctl disable rasdaemon.service
Synchronizing state of rasdaemon.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable rasdaemon
Removed /etc/systemd/system/multi-user.target.wants/rasdaemon.service.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom systemctl enable rasdaemon.timer
Created symlink /etc/systemd/system/multi-user.target.wants/rasdaemon.timer -> /lib/systemd/system/rasdaemon.timer.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install libffi-dev libssl-dev
Reading package lists...
Building dependency tree...
Reading state information...
libffi-dev is already the newest version (3.3-6).
libssl-dev is already the newest version (1.1.1w-0+deb11u3).
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install systemd-bootchart
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  systemd-bootchart
0 upgraded, 1 newly installed, 0 to remove and 12 not upgraded.
Need to get 45.7 kB of archives.
After this operation, 131 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 systemd-bootchart amd64 234-1 [45.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 45.7 kB in 0s (168 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package systemd-bootchart.
(Reading database ... 50455 files and directories currently installed.)
Preparing to unpack .../systemd-bootchart_234-1_amd64.deb ...
Unpacking systemd-bootchart (234-1) ...
Setting up systemd-bootchart (234-1) ...
+ sudo tee ./fsroot-broadcom/etc/systemd/bootchart.conf
+ [[ amd64 == armhf ]]
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install azure-storage==0.36.0
Collecting azure-storage==0.36.0
  Downloading azure_storage-0.36.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting azure-common>=1.1.5 (from azure-storage==0.36.0)
  Downloading azure_common-1.1.28-py2.py3-none-any.whl.metadata (5.0 kB)
Collecting azure-nspkg>=2.0.0 (from azure-storage==0.36.0)
  Downloading azure_nspkg-3.0.2-py3-none-any.whl.metadata (1.5 kB)
Requirement already satisfied: cryptography in /usr/local/lib/python3.9/dist-packages (from azure-storage==0.36.0) (3.3.2)
Collecting python-dateutil (from azure-storage==0.36.0)
  Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Requirement already satisfied: requests in /usr/local/lib/python3.9/dist-packages (from azure-storage==0.36.0) (2.31.0)
Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.9/dist-packages (from cryptography->azure-storage==0.36.0) (1.17.0)
Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.9/dist-packages (from cryptography->azure-storage==0.36.0) (1.17.1)
Requirement already satisfied: pycparser in /usr/local/lib/python3.9/dist-packages (from cffi>=1.12->cryptography->azure-storage==0.36.0) (2.22)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (3.4.2)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (2.5.0)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (2025.7.14)
Downloading azure_storage-0.36.0-py2.py3-none-any.whl (190 kB)
Downloading azure_common-1.1.28-py2.py3-none-any.whl (14 kB)
Downloading azure_nspkg-3.0.2-py3-none-any.whl (1.5 kB)
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Installing collected packages: azure-nspkg, azure-common, python-dateutil, azure-storage

Successfully installed azure-common-1.1.28 azure-nspkg-3.0.2 azure-storage-0.36.0 python-dateutil-2.9.0.post0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install watchdog==0.10.3
Collecting watchdog==0.10.3
  Downloading watchdog-0.10.3.tar.gz (94 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting pathtools>=0.1.1 (from watchdog==0.10.3)
  Downloading pathtools-0.1.2.tar.gz (11 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: watchdog, pathtools
  DEPRECATION: Building 'watchdog' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'watchdog'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for watchdog (setup.py): started
  Building wheel for watchdog (setup.py): finished with status 'done'
  Created wheel for watchdog: filename=watchdog-0.10.3-py3-none-any.whl size=73868 sha256=ed0a1b5920e24220a05783a1320d3d5c1d08137d812fb1dab750e503ea1cbc28
  Stored in directory: /root/.cache/pip/wheels/bd/1c/8b/7088860a28febba9d6e2dee28e01720ce89c43787a2f7c8cf8
  DEPRECATION: Building 'pathtools' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pathtools'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for pathtools (setup.py): started
  Building wheel for pathtools (setup.py): finished with status 'done'
  Created wheel for pathtools: filename=pathtools-0.1.2-py3-none-any.whl size=8785 sha256=a929a4c3e71237883ade04f15fdb5a9c035eb60ca60e8f92c5dddba25b4e758b
  Stored in directory: /root/.cache/pip/wheels/b7/0a/67/ada2a22079218c75a88361c0782855cc72aebc4d18d0289d05
Successfully built watchdog pathtools
Installing collected packages: pathtools, watchdog

Successfully installed pathtools-0.1.2 watchdog-0.10.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo cp target/files/bullseye/container ./fsroot-broadcom/usr/local/bin/
+ sudo cp files/build_templates/buffers_config.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo cp files/build_templates/qos_config.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo cp files/build_templates/backend_acl.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo cp files/image_config/hostname/hostname-config.service ./fsroot-broadcom/usr/lib//systemd/system
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
+ echo hostname-config.service
hostname-config.service
+ sudo cp files/image_config/hostname/hostname-config.sh ./fsroot-broadcom/usr/bin/
+ sudo cp files/image_config/misc/docker-wait-any ./fsroot-broadcom/usr/bin/
+ sudo cp files/image_config/config-topology/config-topology.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo config-topology.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
config-topology.service
+ sudo cp files/image_config/config-topology/config-topology.sh ./fsroot-broadcom/usr/bin
+ j2 files/build_templates/updategraph.service.j2
+ sudo tee ./fsroot-broadcom/usr/lib//systemd/system/updategraph.service
[Unit]
Description=Update minigraph and set configuration based on minigraph
After=config-setup.service
Requires=config-setup.service

[Service]
Type=oneshot
ExecStart=/usr/bin/updategraph
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target
+ sudo cp files/image_config/updategraph/updategraph ./fsroot-broadcom/usr/bin/
+ echo updategraph.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
updategraph.service
+ sudo bash -c 'echo enabled=false > ./fsroot-broadcom/etc/sonic/updategraph.conf'
+ j2 files/build_templates/init_cfg.json.j2
+ sudo tee ./fsroot-broadcom/etc/sonic/init_cfg.json
{
    "DEVICE_METADATA": {
        "localhost": {
            "buffer_model": "traditional",
            "default_bgp_status": "up",
            "default_pfcwd_status": "disable",
            "timezone": "UTC"
        }
    },
    "CRM": {
        "Config": {
            "polling_interval": "300",
            "ipv4_route_threshold_type": "percentage",
            "ipv4_route_low_threshold": "70",
            "ipv4_route_high_threshold": "85",
            "ipv6_route_threshold_type": "percentage",
            "ipv6_route_low_threshold": "70",
            "ipv6_route_high_threshold": "85",
            "ipv4_nexthop_threshold_type": "percentage",
            "ipv4_nexthop_low_threshold": "70",
            "ipv4_nexthop_high_threshold": "85",
            "ipv6_nexthop_threshold_type": "percentage",
            "ipv6_nexthop_low_threshold": "70",
            "ipv6_nexthop_high_threshold": "85",
            "ipv4_neighbor_threshold_type": "percentage",
            "ipv4_neighbor_low_threshold": "70",
            "ipv4_neighbor_high_threshold": "85",
            "ipv6_neighbor_threshold_type": "percentage",
            "ipv6_neighbor_low_threshold": "70",
            "ipv6_neighbor_high_threshold": "85",
            "nexthop_group_member_threshold_type": "percentage",
            "nexthop_group_member_low_threshold": "70",
            "nexthop_group_member_high_threshold": "85",
            "nexthop_group_threshold_type": "percentage",
            "nexthop_group_low_threshold": "70",
            "nexthop_group_high_threshold": "85",
            "acl_table_threshold_type": "percentage",
            "acl_table_low_threshold": "70",
            "acl_table_high_threshold": "85",
            "acl_group_threshold_type": "percentage",
            "acl_group_low_threshold": "70",
            "acl_group_high_threshold": "85",
            "acl_entry_threshold_type": "percentage",
            "acl_entry_low_threshold": "70",
            "acl_entry_high_threshold": "85",
            "acl_counter_threshold_type": "percentage",
            "acl_counter_low_threshold": "70",
            "acl_counter_high_threshold": "85",
            "fdb_entry_threshold_type": "percentage",
            "fdb_entry_low_threshold": "70",
            "fdb_entry_high_threshold": "85",
            "snat_entry_threshold_type": "percentage",
            "snat_entry_low_threshold": "70",
            "snat_entry_high_threshold": "85",
            "dnat_entry_threshold_type": "percentage",
            "dnat_entry_low_threshold": "70",
            "dnat_entry_high_threshold": "85",
            "ipmc_entry_threshold_type": "percentage",
            "ipmc_entry_low_threshold": "70",
            "ipmc_entry_high_threshold": "85",
            "mpls_inseg_threshold_type": "percentage",
            "mpls_inseg_low_threshold": "70",
            "mpls_inseg_high_threshold": "85",
            "mpls_nexthop_threshold_type": "percentage",
            "mpls_nexthop_low_threshold": "70",
            "mpls_nexthop_high_threshold": "85"
        }
    },
    "FLEX_COUNTER_TABLE": {
        "ACL": {
            "FLEX_COUNTER_STATUS": "enable",
            "FLEX_COUNTER_DELAY_STATUS": "true",
            "POLL_INTERVAL": "10000"
        }
    },
    "BGP_DEVICE_GLOBAL": {
        "STATE": {
            "tsa_enabled": "false"
        }
    },

    
    "FEATURE": {

        "bgp": {
            "state": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] or ('CHASSIS_METADATA' in DEVICE_RUNTIME_METADATA and DEVICE_RUNTIME_METADATA['CHASSIS_METADATA']['module_type'] in ['supervisor']) %}disabled{% else %}enabled{% endif %}",
            "delayed" : false,
            "has_global_scope": false,
            "has_per_asic_scope": "True",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "check_up_status" : "false",
            "high_mem_alert": "disabled"
        },
        "database": {
            "state": "always_enabled",
            "delayed" : false,
            "has_global_scope": true,
            "has_per_asic_scope": "True",
            "auto_restart": "always_enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "lldp": {
            "state": "enabled",
            "delayed" : true,
            "has_global_scope": true,
            "has_per_asic_scope": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] or ('CHASSIS_METADATA' in DEVICE_RUNTIME_METADATA and DEVICE_RUNTIME_METADATA['CHASSIS_METADATA']['module_type'] in ['supervisor']) %}False{% else %}True{% endif %}",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "pmon": {
            "state": "enabled",
            "delayed" : true,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "check_up_status" : "false",
            "high_mem_alert": "disabled"
        },
        "snmp": {
            "state": "enabled",
            "delayed" : true,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "swss": {
            "state": "enabled",
            "delayed" : false,
            "has_global_scope": false,
            "has_per_asic_scope": "True",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "check_up_status" : "false",
            "high_mem_alert": "disabled"
        },
        "syncd": {
            "state": "enabled",
            "delayed" : false,
            "has_global_scope": false,
            "has_per_asic_scope": "True",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "radv": {
            "state": "enabled",
            "delayed" : false,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "teamd": {
            "state": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] %}disabled{% else %}enabled{% endif %}",
            "delayed" : false,
            "has_global_scope": false,
            "has_per_asic_scope": "True",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "dhcp_relay": {
            "state": "{% if not (DEVICE_METADATA is defined and DEVICE_METADATA['localhost'] is defined and DEVICE_METADATA['localhost']['type'] is defined and DEVICE_METADATA['localhost']['type'] is not in ['ToRRouter', 'EPMS', 'MgmtTsToR', 'MgmtToRRouter', 'BmcMgmtToRRouter']) %}enabled{% else %}disabled{% endif %}",
            "delayed" : false,
            "has_global_scope": false,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "mgmt-framework": {
            "state": "enabled",
            "delayed" : true,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "mux": {
            "state": "{% if 'subtype' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['subtype'] == 'DualToR' %}enabled{% else %}always_disabled{% endif %}",
            "delayed" : false,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "nat": {
            "state": "disabled",
            "delayed" : false,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "sflow": {
            "state": "disabled",
            "delayed" : true,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "macsec": {
            "state": "{% if 'type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] == 'SpineRouter' and DEVICE_RUNTIME_METADATA['MACSEC_SUPPORTED'] %}enabled{% else %}disabled{% endif %}",
            "delayed" : false,
            "has_global_scope": false,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "gnmi": {
            "state": "enabled",
            "delayed" : true,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "eventd": {
            "state": "enabled",
            "delayed" : false,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        }
    },
    "AUTO_TECHSUPPORT": {
        "GLOBAL": {
            "state" : "enabled", 
            "rate_limit_interval" : "180",
            "max_techsupport_limit" : "10.0",
            "max_core_limit" : "5.0",
            "available_mem_threshold": "10.0",
            "min_available_mem": "200",
            "since" : "2 days ago"
        }
    },
    "AUTO_TECHSUPPORT_FEATURE": {
        "bgp": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "database": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "lldp": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "pmon": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "snmp": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "swss": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "syncd": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "radv": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "teamd": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "dhcp_relay": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "mgmt-framework": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "mux": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "nat": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "sflow": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "macsec": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "gnmi": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "eventd": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        }
    },
    "SYSLOG_CONFIG": {
        "GLOBAL": {
            "rate_limit_interval" : "0",
            "rate_limit_burst" : "0"
        }
    },
    "SYSLOG_CONFIG_FEATURE": {
        "bgp": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "database": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "lldp": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "pmon": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "snmp": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "swss": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "syncd": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "radv": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "teamd": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "dhcp_relay": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "mgmt-framework": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "mux": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "nat": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "sflow": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "macsec": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "gnmi": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "eventd": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        }
    },
    "PASSW_HARDENING": {
        "POLICIES":{
            "state": "disabled",
            "expiration": "180",
            "expiration_warning": "15",
            "history_cnt": "10",
            "len_min": "8",
            "reject_user_passw_match": "true",
            "lower_class": "true",
            "upper_class": "true",
            "digits_class": "true",
            "special_class": "true"
        }
    },
    "SYSTEM_DEFAULTS" : {
        "mux_tunnel_egress_acl": {
            "status": "disabled"

        }

    },
    "KDUMP": {
        "config": {
            "enabled": "false",

            "memory": "0M-2G:256M,2G-4G:320M,4G-8G:384M,8G-:448M",
            "num_dumps": "3"
        }
    },
    "NTP": {
        "global": {
            "authentication": "disabled",
            "dhcp": "enabled",
            "server_role": "disabled",
            "src_intf": "eth0",
            "admin_state": "enabled",
            "vrf": "default"
        }
    }
}
+ j2 files/build_templates/config-setup.service.j2
+ sudo tee ./fsroot-broadcom/usr/lib//systemd/system/config-setup.service
[Unit]
Description=Config initialization and migration service
After=rc-local.service
After=database.service
After=config-topology.service
Requires=config-topology.service
Requires=database.service
[Service]
Type=oneshot
ExecStart=/usr/bin/config-setup boot
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target

+ sudo cp files/image_config/config-setup/config-setup ./fsroot-broadcom/usr/bin/config-setup
+ sudo mkdir -p ./fsroot-broadcom/etc/config-setup
+ sudo cp files/image_config/config-setup/config-setup.conf ./fsroot-broadcom/etc/config-setup/config-setup.conf
+ echo config-setup.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
config-setup.service
+ sudo LANG=C chroot ./fsroot-broadcom systemctl enable config-setup.service
Created symlink /etc/systemd/system/multi-user.target.wants/config-setup.service -> /lib/systemd/system/config-setup.service.
+ sudo cp files/image_config/reset-factory/reset-factory ./fsroot-broadcom/usr/bin/reset-factory
+ sudo cp files/build_templates/tacacs-config.timer ./fsroot-broadcom/usr/lib//systemd/system/
+ echo tacacs-config.timer
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
tacacs-config.timer
+ sudo cp files/build_templates/tacacs-config.service ./fsroot-broadcom/usr/lib//systemd/system/
+ echo tacacs-config.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
tacacs-config.service
+ j2 files/build_templates/config-chassisdb.service.j2
+ sudo tee ./fsroot-broadcom/usr/lib//systemd/system/config-chassisdb.service
[Unit]
Description=Config chassis_db
After=rc-local.service
Requires=rc-local.service

[Service]
Type=oneshot
ExecStart=/usr/bin/config-chassisdb
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target
+ sudo cp files/image_config/config-chassisdb/config-chassisdb ./fsroot-broadcom/usr/bin/config-chassisdb
+ echo config-chassisdb.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
config-chassisdb.service
+ sudo LANG=C chroot ./fsroot-broadcom systemctl enable config-chassisdb.service
Created symlink /etc/systemd/system/multi-user.target.wants/config-chassisdb.service -> /lib/systemd/system/config-chassisdb.service.
+ sudo cp files/image_config/backend_acl/backend-acl.service ./fsroot-broadcom/usr/lib//systemd/system/backend-acl.service
+ sudo cp files/image_config/backend_acl/backend_acl.py ./fsroot-broadcom/usr/bin/backend_acl.py
+ echo backend-acl.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
backend-acl.service
+ sudo cp files/image_config/snmp/snmp.yml ./fsroot-broadcom/etc/sonic/
+ sudo cp files/image_config/constants/constants.yml ./fsroot-broadcom/etc/sonic/
+ sudo cp files/image_config/sudoers/sudoers ./fsroot-broadcom/etc/
+ sudo cp files/image_config/sudoers/sudoers.lecture ./fsroot-broadcom/etc/
+ sudo cp files/image_config/pcie-check/pcie-check.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo pcie-check.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
pcie-check.service
+ sudo cp files/image_config/pcie-check/pcie-check.sh ./fsroot-broadcom/usr/bin/
+ sudo tee -a ./fsroot-broadcom/usr/sbin/policy-rc.d
+ sudo chmod a+x ./fsroot-broadcom/usr/sbin/policy-rc.d
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-pddf_1.1_amd64.deb
Selecting previously unselected package sonic-platform-pddf.
(Reading database ... 50465 files and directories currently installed.)
Preparing to unpack .../sonic-platform-pddf_1.1_amd64.deb ...
Unpacking sonic-platform-pddf (1.1) ...
Setting up sonic-platform-pddf (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/systemd-sonic-generator_1.0.0_amd64.deb
Selecting previously unselected package systemd-sonic-generator.
(Reading database ... 50512 files and directories currently installed.)
Preparing to unpack .../systemd-sonic-generator_1.0.0_amd64.deb ...
Unpacking systemd-sonic-generator (1.0.0) ...
Setting up systemd-sonic-generator (1.0.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/flashrom_0.9.7_amd64.deb
(Reading database ... 50515 files and directories currently installed.)
Preparing to unpack .../flashrom_0.9.7_amd64.deb ...
Unpacking flashrom (0.9.7) over (0.9.7) ...
Setting up flashrom (0.9.7) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libssl1.1_1.1.1n-0+deb11u5+fips_amd64.deb
dpkg: warning: downgrading libssl1.1:amd64 from 1.1.1w-0+deb11u3 to 1.1.1n-0+deb11u5+fips
(Reading database ... 50515 files and directories currently installed.)
Preparing to unpack .../libssl1.1_1.1.1n-0+deb11u5+fips_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1n-0+deb11u5+fips) over (1.1.1w-0+deb11u3) ...
Setting up libssl1.1:amd64 (1.1.1n-0+deb11u5+fips) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libssl-dev_1.1.1n-0+deb11u5+fips_amd64.deb
dpkg: warning: downgrading libssl-dev:amd64 from 1.1.1w-0+deb11u3 to 1.1.1n-0+deb11u5+fips
(Reading database ... 50515 files and directories currently installed.)
Preparing to unpack .../libssl-dev_1.1.1n-0+deb11u5+fips_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.1n-0+deb11u5+fips) over (1.1.1w-0+deb11u3) ...
Setting up libssl-dev:amd64 (1.1.1n-0+deb11u5+fips) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/openssl_1.1.1n-0+deb11u5+fips_amd64.deb
dpkg: warning: downgrading openssl from 1.1.1w-0+deb11u3 to 1.1.1n-0+deb11u5+fips
(Reading database ... 50515 files and directories currently installed.)
Preparing to unpack .../openssl_1.1.1n-0+deb11u5+fips_amd64.deb ...
Unpacking openssl (1.1.1n-0+deb11u5+fips) over (1.1.1w-0+deb11u3) ...
Setting up openssl (1.1.1n-0+deb11u5+fips) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/symcrypt-openssl_1.5.2_amd64.deb
Selecting previously unselected package symcrypt-openssl.
(Reading database ... 50515 files and directories currently installed.)
Preparing to unpack .../symcrypt-openssl_1.5.2_amd64.deb ...
Unpacking symcrypt-openssl (0.1) ...
Setting up symcrypt-openssl (0.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/ssh_8.4p1-5+deb11u2+fips_amd64.deb
dpkg: error: cannot access archive 'target/debs/bullseye/ssh_8.4p1-5+deb11u2+fips_amd64.deb': No such file or directory
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/openssh-client_8.4p1-5+deb11u2+fips_amd64.deb
dpkg: warning: downgrading openssh-client from 1:8.4p1-5+deb11u3 to 1:8.4p1-5+deb11u2+fips
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../openssh-client_8.4p1-5+deb11u2+fips_amd64.deb ...
Unpacking openssh-client (1:8.4p1-5+deb11u2+fips) over (1:8.4p1-5+deb11u3) ...
Setting up openssh-client (1:8.4p1-5+deb11u2+fips) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/openssh-sftp-server_8.4p1-5+deb11u2+fips_amd64.deb
dpkg: warning: downgrading openssh-sftp-server from 1:8.4p1-5+deb11u3 to 1:8.4p1-5+deb11u2+fips
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../openssh-sftp-server_8.4p1-5+deb11u2+fips_amd64.deb ...
Unpacking openssh-sftp-server (1:8.4p1-5+deb11u2+fips) over (1:8.4p1-5+deb11u3) ...
Setting up openssh-sftp-server (1:8.4p1-5+deb11u2+fips) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/openssh-server_8.4p1-5+deb11u2+fips_amd64.deb
dpkg: warning: downgrading openssh-server from 1:8.4p1-5+deb11u3 to 1:8.4p1-5+deb11u2+fips
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../openssh-server_8.4p1-5+deb11u2+fips_amd64.deb ...
Unpacking openssh-server (1:8.4p1-5+deb11u2+fips) over (1:8.4p1-5+deb11u3) ...
Setting up openssh-server (1:8.4p1-5+deb11u2+fips) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of restart.
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/libk5crypto3_1.18.3-6+deb11u5+fips_amd64.deb
dpkg: warning: downgrading libk5crypto3:amd64 from 1.18.3-6+deb11u7 to 1.18.3-6+deb11u5+fips
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../libk5crypto3_1.18.3-6+deb11u5+fips_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.18.3-6+deb11u5+fips) over (1.18.3-6+deb11u7) ...
Setting up libk5crypto3:amd64 (1.18.3-6+deb11u5+fips) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo LANG=C chroot ./fsroot-broadcom depmod -a 5.10.0-30-2-amd64
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-s6000_1.1_amd64.deb
Selecting previously unselected package platform-modules-s6000.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-s6000_1.1_amd64.deb ...
Unpacking platform-modules-s6000 (1.1) ...
Setting up platform-modules-s6000 (1.1) ...

Configuration file '/etc/init.d/platform-modules-s6000', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-s6000.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/systemd-reboot.service.d/override.conf', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-s6000.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-s6000
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-s6000.service → /etc/systemd/system/platform-modules-s6000.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dell_s6000_s1220-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-s6000_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-s6000_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dell_s6000_s1220-r0/platform-modules-s6000_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-s6000
(Reading database ... 50542 files and directories currently installed.)
Removing platform-modules-s6000 (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-s6000 (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-z9264f_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9264f.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-z9264f_1.1_amd64.deb ...
Unpacking platform-modules-z9264f (1.1) ...
Setting up platform-modules-z9264f (1.1) ...

Configuration file '/etc/init.d/platform-modules-z9264f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/z9264f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-z9264f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-z9264f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-z9264f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-z9264f.service → /etc/systemd/system/platform-modules-z9264f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_z9264f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-z9264f_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-z9264f_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dellemc_z9264f_c3538-r0/platform-modules-z9264f_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-z9264f
(Reading database ... 50538 files and directories currently installed.)
Removing platform-modules-z9264f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-z9264f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-s5212f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5212f.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-s5212f_1.1_amd64.deb ...
Unpacking platform-modules-s5212f (1.1) ...
Setting up platform-modules-s5212f (1.1) ...

Configuration file '/etc/init.d/platform-modules-s5212f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modprobe.d/s5212f-params.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/s5212f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-s5212f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-s5212f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-s5212f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-s5212f.service → /etc/systemd/system/platform-modules-s5212f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_s5212f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-s5212f_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-s5212f_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dellemc_s5212f_c3538-r0/platform-modules-s5212f_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-s5212f
(Reading database ... 50539 files and directories currently installed.)
Removing platform-modules-s5212f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-s5212f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-s5224f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5224f.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-s5224f_1.1_amd64.deb ...
Unpacking platform-modules-s5224f (1.1) ...
Setting up platform-modules-s5224f (1.1) ...

Configuration file '/etc/init.d/platform-modules-s5224f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modprobe.d/s5224f-params.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/s5224f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-s5224f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-s5224f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-s5224f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-s5224f.service → /etc/systemd/system/platform-modules-s5224f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_s5224f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-s5224f_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-s5224f_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dellemc_s5224f_c3538-r0/platform-modules-s5224f_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-s5224f
(Reading database ... 50539 files and directories currently installed.)
Removing platform-modules-s5224f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-s5224f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-s5232f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5232f.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-s5232f_1.1_amd64.deb ...
Unpacking platform-modules-s5232f (1.1) ...
Setting up platform-modules-s5232f (1.1) ...

Configuration file '/etc/init.d/platform-modules-s5232f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/s5232f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-s5232f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-s5232f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-s5232f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-s5232f.service → /etc/systemd/system/platform-modules-s5232f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_s5232f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-s5232f_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-s5232f_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dellemc_s5232f_c3538-r0/platform-modules-s5232f_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-s5232f
(Reading database ... 50538 files and directories currently installed.)
Removing platform-modules-s5232f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-s5232f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-s5248f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5248f.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-s5248f_1.1_amd64.deb ...
Unpacking platform-modules-s5248f (1.1) ...
Setting up platform-modules-s5248f (1.1) ...

Configuration file '/etc/init.d/platform-modules-s5248f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/s5248f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-s5248f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-s5248f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-s5248f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-s5248f.service → /etc/systemd/system/platform-modules-s5248f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_s5248f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-s5248f_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-s5248f_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dellemc_s5248f_c3538-r0/platform-modules-s5248f_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-s5248f
(Reading database ... 50538 files and directories currently installed.)
Removing platform-modules-s5248f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-s5248f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-z9332f_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9332f.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-z9332f_1.1_amd64.deb ...
Unpacking platform-modules-z9332f (1.1) ...
Setting up platform-modules-z9332f (1.1) ...

Configuration file '/etc/init.d/platform-modules-z9332f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/z9332f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-z9332f.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/systemd-reboot.service.d/override.conf', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-z9332f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-z9332f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-z9332f.service → /etc/systemd/system/platform-modules-z9332f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_z9332f_d1508-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-z9332f_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-z9332f_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dellemc_z9332f_d1508-r0/platform-modules-z9332f_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-z9332f
(Reading database ... 50547 files and directories currently installed.)
Removing platform-modules-z9332f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-z9332f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-z9432f_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9432f.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-z9432f_1.1_amd64.deb ...
Unpacking platform-modules-z9432f (1.1) ...
Setting up platform-modules-z9432f (1.1) ...

Configuration file '/etc/init.d/platform-modules-z9432f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/z9432f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-z9432f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-z9432f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-z9432f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-z9432f.service → /etc/systemd/system/platform-modules-z9432f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_z9432f_c3758-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-z9432f_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-z9432f_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dellemc_z9432f_c3758-r0/platform-modules-z9432f_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-z9432f
(Reading database ... 50539 files and directories currently installed.)
Removing platform-modules-z9432f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-z9432f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-s5296f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5296f.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-s5296f_1.1_amd64.deb ...
Unpacking platform-modules-s5296f (1.1) ...
Setting up platform-modules-s5296f (1.1) ...

Configuration file '/etc/init.d/platform-modules-s5296f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/s5296f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-s5296f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-s5296f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-s5296f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-s5296f.service → /etc/systemd/system/platform-modules-s5296f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_s5296f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-s5296f_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-s5296f_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dellemc_s5296f_c3538-r0/platform-modules-s5296f_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-s5296f
(Reading database ... 50536 files and directories currently installed.)
Removing platform-modules-s5296f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-s5296f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-z9100_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9100.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-z9100_1.1_amd64.deb ...
Unpacking platform-modules-z9100 (1.1) ...
Setting up platform-modules-z9100 (1.1) ...

Configuration file '/etc/init.d/platform-modules-z9100', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/z9100-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-z9100.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/systemd-reboot.service.d/override.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/z9100-lpc-monitor.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-z9100.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-z9100
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-z9100.service → /etc/systemd/system/platform-modules-z9100.service.
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/z9100-lpc-monitor.service → /etc/systemd/system/z9100-lpc-monitor.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dell_z9100_c2538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-z9100_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-z9100_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dell_z9100_c2538-r0/platform-modules-z9100_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-z9100
(Reading database ... 50544 files and directories currently installed.)
Removing platform-modules-z9100 (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-z9100 (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-s6100_1.1_amd64.deb
Selecting previously unselected package platform-modules-s6100.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-s6100_1.1_amd64.deb ...
Unpacking platform-modules-s6100 (1.1) ...
Setting up platform-modules-s6100 (1.1) ...

Configuration file '/etc/monit/conf.d/s6100_serial_getty_monitor', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-s6100.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/s6100-lpc-monitor.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/s6100-platform-startup.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/s6100-reboot-cause.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/s6100-ssd-monitor.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/s6100-ssd-monitor.timer', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/s6100-ssd-upgrade-status.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/systemd-reboot.service.d/override.conf', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-s6100.service → /etc/systemd/system/platform-modules-s6100.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dell_s6100_c2538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-s6100_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-s6100_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dell_s6100_c2538-r0/platform-modules-s6100_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-s6100
(Reading database ... 50570 files and directories currently installed.)
Removing platform-modules-s6100 (1.1) ...
Purging configuration files for platform-modules-s6100 (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-n3248pxe_1.1_amd64.deb
Selecting previously unselected package platform-modules-n3248pxe.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-n3248pxe_1.1_amd64.deb ...
Unpacking platform-modules-n3248pxe (1.1) ...
Setting up platform-modules-n3248pxe (1.1) ...

Configuration file '/etc/init.d/platform-modules-n3248pxe', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/n3248pxe-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-n3248pxe.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-n3248pxe.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-n3248pxe
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-n3248pxe.service → /etc/systemd/system/platform-modules-n3248pxe.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_n3248pxe_c3338-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-n3248pxe_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-n3248pxe_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dellemc_n3248pxe_c3338-r0/platform-modules-n3248pxe_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-n3248pxe
(Reading database ... 50539 files and directories currently installed.)
Removing platform-modules-n3248pxe (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-n3248pxe (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-n3248te_1.1_amd64.deb
Selecting previously unselected package platform-modules-n3248te.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-n3248te_1.1_amd64.deb ...
Unpacking platform-modules-n3248te (1.1) ...
Setting up platform-modules-n3248te (1.1) ...

Configuration file '/etc/init.d/platform-modules-n3248te', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/n3248te-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-n3248te.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-n3248te.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-n3248te
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-n3248te.service → /etc/systemd/system/platform-modules-n3248te.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_n3248te_c3338-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-n3248te_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-n3248te_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dellemc_n3248te_c3338-r0/platform-modules-n3248te_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-n3248te
(Reading database ... 50539 files and directories currently installed.)
Removing platform-modules-n3248te (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-n3248te (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-e3224f_1.1_amd64.deb
Selecting previously unselected package platform-modules-e3224f.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-e3224f_1.1_amd64.deb ...
Unpacking platform-modules-e3224f (1.1) ...
Setting up platform-modules-e3224f (1.1) ...

Configuration file '/etc/init.d/platform-modules-e3224f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/e3224f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-e3224f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-e3224f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-e3224f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-e3224f.service → /etc/systemd/system/platform-modules-e3224f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dell_e3224f-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-e3224f_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-e3224f_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dell_e3224f-r0/platform-modules-e3224f_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-e3224f
(Reading database ... 50539 files and directories currently installed.)
Removing platform-modules-e3224f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-e3224f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as7712-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7712-32x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7712-32x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7712-32x (1.1) ...
Setting up sonic-platform-accton-as7712-32x (1.1) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service → /lib/systemd/system/pddf-platform-init.service.
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/as7712-pddf-platform-monitor.service → /lib/systemd/system/as7712-pddf-platform-monitor.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7712_32x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7712-32x_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7712-32x_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as7712_32x-r0/sonic-platform-accton-as7712-32x_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as7712-32x
(Reading database ... 50671 files and directories currently installed.)
Removing sonic-platform-accton-as7712-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as7712-32x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as5712-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5712-54x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as5712-54x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as5712-54x (1.1) ...
Setting up sonic-platform-accton-as5712-54x (1.1) ...
Configuration file /lib/systemd/system/as5712-platform-monitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as5712-platform-monitor.service → /lib/systemd/system/as5712-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as5712_54x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as5712-54x_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as5712-54x_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as5712_54x-r0/sonic-platform-accton-as5712-54x_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as5712-54x
(Reading database ... 50667 files and directories currently installed.)
Removing sonic-platform-accton-as5712-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as5712-54x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as7816-64x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7816-64x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7816-64x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7816-64x (1.1) ...
Setting up sonic-platform-accton-as7816-64x (1.1) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/as7816-pddf-platform-monitor.service → /lib/systemd/system/as7816-pddf-platform-monitor.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7816_64x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7816-64x_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7816-64x_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as7816_64x-r0/sonic-platform-accton-as7816-64x_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as7816-64x
(Reading database ... 50676 files and directories currently installed.)
Removing sonic-platform-accton-as7816-64x (1.1) ...
Purging configuration files for sonic-platform-accton-as7816-64x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as7716-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7716-32x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7716-32x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7716-32x (1.1) ...
Setting up sonic-platform-accton-as7716-32x (1.1) ...
Configuration file /lib/systemd/system/as7716-platform-monitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as7716-platform-monitor.service → /lib/systemd/system/as7716-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7716_32x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7716-32x_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7716-32x_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as7716_32x-r0/sonic-platform-accton-as7716-32x_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as7716-32x
(Reading database ... 50668 files and directories currently installed.)
Removing sonic-platform-accton-as7716-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as7716-32x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as7312-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7312-54x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7312-54x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7312-54x (1.1) ...
Setting up sonic-platform-accton-as7312-54x (1.1) ...
Configuration file /lib/systemd/system/as7312-platform-monitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as7312-platform-monitor.service → /lib/systemd/system/as7312-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7312_54x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7312-54x_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7312-54x_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as7312_54x-r0/sonic-platform-accton-as7312-54x_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as7312-54x
(Reading database ... 50667 files and directories currently installed.)
Removing sonic-platform-accton-as7312-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as7312-54x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as7326-56x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7326-56x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7326-56x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7326-56x (1.1) ...
Setting up sonic-platform-accton-as7326-56x (1.1) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Created symlink /etc/systemd/system/opennsl-modules.service.wants/as7326-platform-handle_mac.service → /lib/systemd/system/as7326-platform-handle_mac.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/as7326-56x-pddf-platform-monitor.service → /lib/systemd/system/as7326-56x-pddf-platform-monitor.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7326_56x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7326-56x_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7326-56x_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as7326_56x-r0/sonic-platform-accton-as7326-56x_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as7326-56x
(Reading database ... 50682 files and directories currently installed.)
Removing sonic-platform-accton-as7326-56x (1.1) ...
Purging configuration files for sonic-platform-accton-as7326-56x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as7716-32xb_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7716-32xb.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7716-32xb_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7716-32xb (1.1) ...
Setting up sonic-platform-accton-as7716-32xb (1.1) ...
Configuration file /lib/systemd/system/as7716_32xb-platform-monitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as7716_32xb-platform-monitor.service → /lib/systemd/system/as7716_32xb-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7716_32xb-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7716-32xb_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7716-32xb_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as7716_32xb-r0/sonic-platform-accton-as7716-32xb_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as7716-32xb
(Reading database ... 50671 files and directories currently installed.)
Removing sonic-platform-accton-as7716-32xb (1.1) ...
Purging configuration files for sonic-platform-accton-as7716-32xb (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as6712-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as6712-32x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as6712-32x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as6712-32x (1.1) ...
Setting up sonic-platform-accton-as6712-32x (1.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/as6712-platform-init.service → /lib/systemd/system/as6712-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as6712_32x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as6712-32x_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as6712-32x_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as6712_32x-r0/sonic-platform-accton-as6712-32x_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as6712-32x
(Reading database ... 50666 files and directories currently installed.)
Removing sonic-platform-accton-as6712-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as6712-32x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as7726-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7726-32x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7726-32x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7726-32x (1.1) ...
Setting up sonic-platform-accton-as7726-32x (1.1) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Created symlink /etc/systemd/system/opennsl-modules.service.wants/as7726-32x-platform-handle_mac.service → /lib/systemd/system/as7726-32x-platform-handle_mac.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/as7726-32x-pddf-platform-monitor.service → /lib/systemd/system/as7726-32x-pddf-platform-monitor.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7726_32x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7726-32x_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7726-32x_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as7726_32x-r0/sonic-platform-accton-as7726-32x_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as7726-32x
(Reading database ... 50682 files and directories currently installed.)
Removing sonic-platform-accton-as7726-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as7726-32x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as4630-54pe_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as4630-54pe.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as4630-54pe_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as4630-54pe (1.1) ...
Setting up sonic-platform-accton-as4630-54pe (1.1) ...

Configuration file '/etc/udev/rules.d/70-persistent-net.rules', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Running in chroot, ignoring command 'start'
Failed to enable unit, unit as4630-54pe-pddf-platform-monitor.service does not exist.
Running in chroot, ignoring command 'start'
Stopping netfilter rules...Automatic flush disabled; use '/usr/sbin/netfilter-persistent flush'
done.
Running in chroot, ignoring request.
Running in chroot, ignoring request.
modprobe: FATAL: Module ixgbe not found in directory /lib/modules/5.15.0-119-generic
Loading netfilter rules...run-parts: executing /usr/share/netfilter-persistent/plugins.d/15-ip4tables start
run-parts: executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables start
done.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as4630_54pe-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as4630-54pe_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as4630-54pe_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as4630_54pe-r0/sonic-platform-accton-as4630-54pe_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as4630-54pe
(Reading database ... 50678 files and directories currently installed.)
Removing sonic-platform-accton-as4630-54pe (1.1) ...
Purging configuration files for sonic-platform-accton-as4630-54pe (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as4630-54te_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as4630-54te.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as4630-54te_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as4630-54te (1.1) ...
Setting up sonic-platform-accton-as4630-54te (1.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/as4630-54te-platform-handle-mgmt-interface.service → /lib/systemd/system/as4630-54te-platform-handle-mgmt-interface.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as4630-54te-platform-monitor-fan.service → /lib/systemd/system/as4630-54te-platform-monitor-fan.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as4630-54te-platform-monitor-psu.service → /lib/systemd/system/as4630-54te-platform-monitor-psu.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as4630-54te-platform-monitor.service → /lib/systemd/system/as4630-54te-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as4630_54te-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as4630-54te_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as4630-54te_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as4630_54te-r0/sonic-platform-accton-as4630-54te_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as4630-54te
(Reading database ... 50672 files and directories currently installed.)
Removing sonic-platform-accton-as4630-54te (1.1) ...
Purging configuration files for sonic-platform-accton-as4630-54te (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-minipack_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-minipack.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-minipack_1.1_amd64.deb ...
Unpacking sonic-platform-accton-minipack (1.1) ...
Setting up sonic-platform-accton-minipack (1.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/minipack-platform-init.service → /lib/systemd/system/minipack-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_minipack-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-minipack_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-minipack_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_minipack-r0/sonic-platform-accton-minipack_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-minipack
(Reading database ... 50529 files and directories currently installed.)
Removing sonic-platform-accton-minipack (1.1) ...
Purging configuration files for sonic-platform-accton-minipack (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as5812-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5812-54x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as5812-54x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as5812-54x (1.1) ...
Setting up sonic-platform-accton-as5812-54x (1.1) ...
Configuration file /lib/systemd/system/as5812-platform-monitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as5812-platform-monitor.service → /lib/systemd/system/as5812-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as5812_54x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as5812-54x_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as5812-54x_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as5812_54x-r0/sonic-platform-accton-as5812-54x_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as5812-54x
(Reading database ... 50667 files and directories currently installed.)
Removing sonic-platform-accton-as5812-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as5812-54x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as5812-54t_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5812-54t.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as5812-54t_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as5812-54t (1.1) ...
Setting up sonic-platform-accton-as5812-54t (1.1) ...
Configuration file /lib/systemd/system/as5812-platform-init.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as5812-platform-init.service → /lib/systemd/system/as5812-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as5812_54t-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as5812-54t_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as5812-54t_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as5812_54t-r0/sonic-platform-accton-as5812-54t_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as5812-54t
(Reading database ... 50667 files and directories currently installed.)
Removing sonic-platform-accton-as5812-54t (1.1) ...
Purging configuration files for sonic-platform-accton-as5812-54t (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as5835-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5835-54x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as5835-54x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as5835-54x (1.1) ...
Setting up sonic-platform-accton-as5835-54x (1.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/as5835-54x-platform-monitor-fan.service → /lib/systemd/system/as5835-54x-platform-monitor-fan.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as5835-54x-platform-monitor-psu.service → /lib/systemd/system/as5835-54x-platform-monitor-psu.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as5835-54x-platform-monitor.service → /lib/systemd/system/as5835-54x-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as5835_54x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as5835-54x_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as5835-54x_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as5835_54x-r0/sonic-platform-accton-as5835-54x_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as5835-54x
(Reading database ... 50671 files and directories currently installed.)
Removing sonic-platform-accton-as5835-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as5835-54x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as9716-32d_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as9716-32d.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as9716-32d_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as9716-32d (1.1) ...
Setting up sonic-platform-accton-as9716-32d (1.1) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/as9716-32d-pddf-platform-monitor.service → /lib/systemd/system/as9716-32d-pddf-platform-monitor.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as9716_32d-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as9716-32d_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as9716-32d_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as9716_32d-r0/sonic-platform-accton-as9716-32d_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as9716-32d
(Reading database ... 50680 files and directories currently installed.)
Removing sonic-platform-accton-as9716-32d (1.1) ...
Purging configuration files for sonic-platform-accton-as9716-32d (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as9726-32d_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as9726-32d.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as9726-32d_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as9726-32d (1.1) ...
Setting up sonic-platform-accton-as9726-32d (1.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/as9726-32d-platform-monitor-fan.service → /lib/systemd/system/as9726-32d-platform-monitor-fan.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as9726-32d-platform-monitor-psu.service → /lib/systemd/system/as9726-32d-platform-monitor-psu.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as9726-32d-platform-monitor.service → /lib/systemd/system/as9726-32d-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as9726_32d-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as9726-32d_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as9726-32d_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as9726_32d-r0/sonic-platform-accton-as9726-32d_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as9726-32d
(Reading database ... 50670 files and directories currently installed.)
Removing sonic-platform-accton-as9726-32d (1.1) ...
Purging configuration files for sonic-platform-accton-as9726-32d (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as5835-54t_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5835-54t.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as5835-54t_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as5835-54t (1.1) ...
Setting up sonic-platform-accton-as5835-54t (1.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/as5835-54t-platform-monitor-fan.service → /lib/systemd/system/as5835-54t-platform-monitor-fan.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as5835-54t-platform-monitor-psu.service → /lib/systemd/system/as5835-54t-platform-monitor-psu.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as5835-54t-platform-monitor.service → /lib/systemd/system/as5835-54t-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as5835_54t-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as5835-54t_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as5835-54t_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as5835_54t-r0/sonic-platform-accton-as5835-54t_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as5835-54t
(Reading database ... 50670 files and directories currently installed.)
Removing sonic-platform-accton-as5835-54t (1.1) ...
Purging configuration files for sonic-platform-accton-as5835-54t (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as7312-54xs_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7312-54xs.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7312-54xs_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7312-54xs (1.1) ...
Setting up sonic-platform-accton-as7312-54xs (1.1) ...
Configuration file /lib/systemd/system/as7312-platform-monitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as7312-platform-monitor.service → /lib/systemd/system/as7312-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7312_54xs-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7312-54xs_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7312-54xs_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as7312_54xs-r0/sonic-platform-accton-as7312-54xs_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as7312-54xs
(Reading database ... 50666 files and directories currently installed.)
Removing sonic-platform-accton-as7312-54xs (1.1) ...
Purging configuration files for sonic-platform-accton-as7312-54xs (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-accton-as7315-27xb_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7315-27xb.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7315-27xb_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7315-27xb (1.1) ...
Setting up sonic-platform-accton-as7315-27xb (1.1) ...
Configuration file /lib/systemd/system/as7315-platform-init.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as7315-platform-init.service → /lib/systemd/system/as7315-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7315_27xb-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7315-27xb_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7315-27xb_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-accton_as7315_27xb-r0/sonic-platform-accton-as7315-27xb_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-accton-as7315-27xb
(Reading database ... 50666 files and directories currently installed.)
Removing sonic-platform-accton-as7315-27xb (1.1) ...
Purging configuration files for sonic-platform-accton-as7315-27xb (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-dx010_0.9_amd64.deb
Selecting previously unselected package platform-modules-dx010.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-dx010_0.9_amd64.deb ...
Unpacking platform-modules-dx010 (0.9) ...
Setting up platform-modules-dx010 (0.9) ...

Configuration file '/etc/init.d/fancontrol.sh', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/init.d/platform-modules-dx010', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/dx010-modules.conf', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-dx010.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-dx010
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-dx010.service → /lib/systemd/system/platform-modules-dx010.service.
Created symlink /etc/systemd/system/multi-user.target.wants/fancontrol.service → /lib/systemd/system/fancontrol.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-cel_seastone-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-dx010_0.9_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-dx010_0.9_amd64.deb ./fsroot-broadcom/platform/x86_64-cel_seastone-r0/platform-modules-dx010_0.9_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-dx010
(Reading database ... 50539 files and directories currently installed.)
Removing platform-modules-dx010 (0.9) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-dx010 (0.9) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-haliburton_0.9_amd64.deb
Selecting previously unselected package platform-modules-haliburton.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-haliburton_0.9_amd64.deb ...
Unpacking platform-modules-haliburton (0.9) ...
Setting up platform-modules-haliburton (0.9) ...

Configuration file '/etc/init.d/fancontrol.sh', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/init.d/platform-modules-haliburton', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/haliburton-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/udev/rules.d/50-ttyUSB-C0.rules', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
sudo: unable to resolve host 99a02ea5332d: Name or service not known
sudo: unable to resolve host 99a02ea5332d: Name or service not known
sudo: unable to resolve host 99a02ea5332d: Name or service not known
sudo: unable to resolve host 99a02ea5332d: Name or service not known
Synchronizing state of platform-modules-haliburton.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-haliburton
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-haliburton.service → /lib/systemd/system/platform-modules-haliburton.service.
Configuration file /lib/systemd/system/fancontrol.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/cpu_wdt.service → /lib/systemd/system/cpu_wdt.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-cel_e1031-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-haliburton_0.9_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-haliburton_0.9_amd64.deb ./fsroot-broadcom/platform/x86_64-cel_e1031-r0/platform-modules-haliburton_0.9_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-haliburton
(Reading database ... 50542 files and directories currently installed.)
Removing platform-modules-haliburton (0.9) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-haliburton (0.9) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-seastone2_0.9_amd64.deb
Selecting previously unselected package platform-modules-seastone2.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-seastone2_0.9_amd64.deb ...
Unpacking platform-modules-seastone2 (0.9) ...
Setting up platform-modules-seastone2 (0.9) ...

Configuration file '/etc/init.d/platform-modules-seastone2', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/seastone2-modules.conf', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-seastone2.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-seastone2
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-seastone2.service → /lib/systemd/system/platform-modules-seastone2.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-cel_seastone_2-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-seastone2_0.9_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-seastone2_0.9_amd64.deb ./fsroot-broadcom/platform/x86_64-cel_seastone_2-r0/platform-modules-seastone2_0.9_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-seastone2
(Reading database ... 50532 files and directories currently installed.)
Removing platform-modules-seastone2 (0.9) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-seastone2 (0.9) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-belgite_0.9_amd64.deb
Selecting previously unselected package platform-modules-belgite.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-belgite_0.9_amd64.deb ...
Unpacking platform-modules-belgite (0.9) ...
Setting up platform-modules-belgite (0.9) ...

Configuration file '/etc/systemd/system/pddf-platform-init.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Removed /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service.
Created symlink /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service → /etc/systemd/system/pddf-platform-init.service.
Created symlink /etc/systemd/system/opennsl-modules.service.wants/pddf-platform-init.service → /etc/systemd/system/pddf-platform-init.service.
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/belgite-pddf-platform-monitor.service → /lib/systemd/system/belgite-pddf-platform-monitor.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-cel_belgite-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-belgite_0.9_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-belgite_0.9_amd64.deb ./fsroot-broadcom/platform/x86_64-cel_belgite-r0/platform-modules-belgite_0.9_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-belgite
(Reading database ... 50534 files and directories currently installed.)
Removing platform-modules-belgite (0.9) ...
Purging configuration files for platform-modules-belgite (0.9) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix1b-32x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-quanta-ix1b-32x_1.0_amd64.deb ...
Unpacking sonic-platform-quanta-ix1b-32x (1.0) ...
Setting up sonic-platform-quanta-ix1b-32x (1.0) ...
Configuration file /lib/systemd/system/ix1b-platform-init.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/ix1b-platform-init.service → /lib/systemd/system/ix1b-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-quanta_ix1b_rglbmc-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-quanta_ix1b_rglbmc-r0/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-quanta-ix1b-32x
(Reading database ... 50560 files and directories currently installed.)
Removing sonic-platform-quanta-ix1b-32x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix1b-32x (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-quanta-ix7-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix7-32x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-quanta-ix7-32x_1.0_amd64.deb ...
Unpacking sonic-platform-quanta-ix7-32x (1.0) ...
Setting up sonic-platform-quanta-ix7-32x (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ix7-platform-init.service → /lib/systemd/system/ix7-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-quanta_ix7_rglbmc-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-quanta-ix7-32x_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-quanta-ix7-32x_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-quanta_ix7_rglbmc-r0/sonic-platform-quanta-ix7-32x_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-quanta-ix7-32x
(Reading database ... 50565 files and directories currently installed.)
Removing sonic-platform-quanta-ix7-32x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix7-32x (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix7-bwde-32x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb ...
Unpacking sonic-platform-quanta-ix7-bwde-32x (1.0) ...
Setting up sonic-platform-quanta-ix7-bwde-32x (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ix7-bwde-platform-init.service → /lib/systemd/system/ix7-bwde-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-quanta_ix7_bwde-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-quanta_ix7_bwde-r0/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-quanta-ix7-bwde-32x
(Reading database ... 50565 files and directories currently installed.)
Removing sonic-platform-quanta-ix7-bwde-32x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix7-bwde-32x (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-quanta-ix8-56x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix8-56x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-quanta-ix8-56x_1.0_amd64.deb ...
Unpacking sonic-platform-quanta-ix8-56x (1.0) ...
Setting up sonic-platform-quanta-ix8-56x (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ix8-platform-init.service → /lib/systemd/system/ix8-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-quanta_ix8_rglbmc-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-quanta-ix8-56x_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-quanta-ix8-56x_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-quanta_ix8_rglbmc-r0/sonic-platform-quanta-ix8-56x_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-quanta-ix8-56x
(Reading database ... 50565 files and directories currently installed.)
Removing sonic-platform-quanta-ix8-56x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix8-56x (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix8a-bwde-56x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb ...
Unpacking sonic-platform-quanta-ix8a-bwde-56x (1.0) ...
Setting up sonic-platform-quanta-ix8a-bwde-56x (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ix8a-bwde-platform-init.service → /lib/systemd/system/ix8a-bwde-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-quanta_ix8a_bwde-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-quanta_ix8a_bwde-r0/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-quanta-ix8a-bwde-56x
(Reading database ... 50565 files and directories currently installed.)
Removing sonic-platform-quanta-ix8a-bwde-56x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix8a-bwde-56x (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix8c-56x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-quanta-ix8c-56x_1.0_amd64.deb ...
Unpacking sonic-platform-quanta-ix8c-56x (1.0) ...
Setting up sonic-platform-quanta-ix8c-56x (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ix8c-platform-init.service → /lib/systemd/system/ix8c-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-quanta_ix8c_bwde-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-quanta_ix8c_bwde-r0/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-quanta-ix8c-56x
(Reading database ... 50565 files and directories currently installed.)
Removing sonic-platform-quanta-ix8c-56x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix8c-56x (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-quanta-ix9-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix9-32x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-quanta-ix9-32x_1.0_amd64.deb ...
Unpacking sonic-platform-quanta-ix9-32x (1.0) ...
Setting up sonic-platform-quanta-ix9-32x (1.0) ...
Configuration file /lib/systemd/system/ix9-platform-init.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/ix9-platform-init.service → /lib/systemd/system/ix9-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-quanta_ix9_bwde-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-quanta-ix9-32x_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-quanta-ix9-32x_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-quanta_ix9_bwde-r0/sonic-platform-quanta-ix9-32x_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-quanta-ix9-32x
(Reading database ... 50565 files and directories currently installed.)
Removing sonic-platform-quanta-ix9-32x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix9-32x (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-snh60a0-320fv2.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb ...
Unpacking sonic-platform-alphanetworks-snh60a0-320fv2 (1.0) ...
Setting up sonic-platform-alphanetworks-snh60a0-320fv2 (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/snh60a0-platform-init.service → /lib/systemd/system/snh60a0-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-alphanetworks_snh60a0_320fv2-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-alphanetworks_snh60a0_320fv2-r0/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-alphanetworks-snh60a0-320fv2
(Reading database ... 50526 files and directories currently installed.)
Removing sonic-platform-alphanetworks-snh60a0-320fv2 (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-snh60a0-320fv2 (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-snh60b0-640f.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb ...
Unpacking sonic-platform-alphanetworks-snh60b0-640f (1.0) ...
Setting up sonic-platform-alphanetworks-snh60b0-640f (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/snh60b0-platform-init.service → /lib/systemd/system/snh60b0-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-alphanetworks_snh60b0_640f-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-alphanetworks_snh60b0_640f-r0/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-alphanetworks-snh60b0-640f
(Reading database ... 50526 files and directories currently installed.)
Removing sonic-platform-alphanetworks-snh60b0-640f (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-snh60b0-640f (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-snj60d0-320f.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb ...
Unpacking sonic-platform-alphanetworks-snj60d0-320f (1.0) ...
Setting up sonic-platform-alphanetworks-snj60d0-320f (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/snj60d0-platform-init.service → /lib/systemd/system/snj60d0-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-alphanetworks_snj60d0_320f-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-alphanetworks_snj60d0_320f-r0/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-alphanetworks-snj60d0-320f
(Reading database ... 50568 files and directories currently installed.)
Removing sonic-platform-alphanetworks-snj60d0-320f (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-snj60d0-320f (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-bes2348t.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb ...
Unpacking sonic-platform-alphanetworks-bes2348t (1.0) ...
Setting up sonic-platform-alphanetworks-bes2348t (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/bes2348t-thermal-shutdown.service → /lib/systemd/system/bes2348t-thermal-shutdown.service.
Removed /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service.
Created symlink /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service → /lib/systemd/system/pddf-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-alphanetworks_bes2348t-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-alphanetworks_bes2348t-r0/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-alphanetworks-bes2348t
(Reading database ... 50531 files and directories currently installed.)
Removing sonic-platform-alphanetworks-bes2348t (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-bes2348t (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-juniper-qfx5210_1.1_amd64.deb
Selecting previously unselected package sonic-platform-juniper-qfx5210.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-juniper-qfx5210_1.1_amd64.deb ...
Unpacking sonic-platform-juniper-qfx5210 (1.1) ...
Setting up sonic-platform-juniper-qfx5210 (1.1) ...

Configuration file '/etc/systemd/system/qfx5210-platform-init.service', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/multi-user.target.wants/qfx5210-platform-init.service → /etc/systemd/system/qfx5210-platform-init.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-juniper_qfx5210-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-juniper-qfx5210_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-juniper-qfx5210_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-juniper_qfx5210-r0/sonic-platform-juniper-qfx5210_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-juniper-qfx5210
(Reading database ... 50548 files and directories currently installed.)
Removing sonic-platform-juniper-qfx5210 (1.1) ...
Purging configuration files for sonic-platform-juniper-qfx5210 (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-silverstone_0.9_amd64.deb
Selecting previously unselected package platform-modules-silverstone.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-silverstone_0.9_amd64.deb ...
Unpacking platform-modules-silverstone (0.9) ...
Setting up platform-modules-silverstone (0.9) ...

Configuration file '/etc/init.d/platform-modules-silverstone', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/silverstone-modules.conf', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-silverstone.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-silverstone
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-silverstone.service → /lib/systemd/system/platform-modules-silverstone.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-cel_silverstone-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-silverstone_0.9_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-silverstone_0.9_amd64.deb ./fsroot-broadcom/platform/x86_64-cel_silverstone-r0/platform-modules-silverstone_0.9_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-silverstone
(Reading database ... 50534 files and directories currently installed.)
Removing platform-modules-silverstone (0.9) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-silverstone (0.9) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-juniper-qfx5200_1.1_amd64.deb
Selecting previously unselected package sonic-platform-juniper-qfx5200.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-juniper-qfx5200_1.1_amd64.deb ...
Unpacking sonic-platform-juniper-qfx5200 (1.1) ...
Setting up sonic-platform-juniper-qfx5200 (1.1) ...

Configuration file '/etc/systemd/system/qfx5200-platform-init.service', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/multi-user.target.wants/qfx5200-platform-init.service → /etc/systemd/system/qfx5200-platform-init.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-juniper_qfx5200-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-juniper-qfx5200_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-juniper-qfx5200_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-juniper_qfx5200-r0/sonic-platform-juniper-qfx5200_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-juniper-qfx5200
(Reading database ... 50553 files and directories currently installed.)
Removing sonic-platform-juniper-qfx5200 (1.1) ...
Purging configuration files for sonic-platform-juniper-qfx5200 (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/platform-modules-ragile-ra-b6510-48v8c_1.0_amd64.deb
Selecting previously unselected package platform-modules-ragile-ra-b6510-48v8c.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../platform-modules-ragile-ra-b6510-48v8c_1.0_amd64.deb ...
Unpacking platform-modules-ragile-ra-b6510-48v8c (1.0) ...
Setting up platform-modules-ragile-ra-b6510-48v8c (1.0) ...

Configuration file '/etc/modprobe.d/kernel_drivers_blacklist.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/plat_sysfs_cfg/WB_PLAT_CPLD.cfg', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/plat_sysfs_cfg/WB_PLAT_FAN.cfg', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/plat_sysfs_cfg/WB_PLAT_PSU.cfg', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/plat_sysfs_cfg/WB_PLAT_SFF.cfg', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/plat_sysfs_cfg/cfg_file_name', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/multi-user.target.wants/platform_driver.service → /lib/systemd/system/platform_driver.service.
Created symlink /etc/systemd/system/multi-user.target.wants/platform_process.service → /lib/systemd/system/platform_process.service.
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ragile_ra-b6510-48v8c-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/platform-modules-ragile-ra-b6510-48v8c_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-ragile-ra-b6510-48v8c_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-ragile_ra-b6510-48v8c-r0/platform-modules-ragile-ra-b6510-48v8c_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P platform-modules-ragile-ra-b6510-48v8c
(Reading database ... 50679 files and directories currently installed.)
Removing platform-modules-ragile-ra-b6510-48v8c (1.0) ...
Purging configuration files for platform-modules-ragile-ra-b6510-48v8c (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-nokia-chassis_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-chassis.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-nokia-chassis_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-chassis (1.0) ...
Setting up sonic-platform-nokia-chassis (1.0) ...

Configuration file '/etc/modprobe.d/blacklist.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/nokia-watchdog.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/openbdb.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/udev/rules.d/70-persistent-net.rules', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/multi-user.target.wants/nokia-watchdog.service → /etc/systemd/system/nokia-watchdog.service.
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/openbdb.service → /etc/systemd/system/openbdb.service.
Running in chroot, ignoring command 'start'
/usr/local/bin/nokia_install_ndk_service: line 9: /host/machine.conf: No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/nokia-asic-thermal.service → /lib/systemd/system/nokia-asic-thermal.service.
Running in chroot, ignoring command 'daemon-reload'
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-nokia_ixr7250e_sup-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-nokia-chassis_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-chassis_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-nokia_ixr7250e_sup-r0/sonic-platform-nokia-chassis_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-nokia-chassis
(Reading database ... 50618 files and directories currently installed.)
Removing sonic-platform-nokia-chassis (1.0) ...
Purging configuration files for sonic-platform-nokia-chassis (1.0) ...
dpkg: warning: while removing sonic-platform-nokia-chassis, directory '/opt' not empty so not removed
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-nokia-chassis_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-chassis.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-nokia-chassis_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-chassis (1.0) ...
Setting up sonic-platform-nokia-chassis (1.0) ...

Configuration file '/etc/modprobe.d/blacklist.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/nokia-watchdog.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/openbdb.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/udev/rules.d/70-persistent-net.rules', does not exist on system.
Installing new config file as you requested.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
/usr/local/bin/nokia_install_ndk_service: line 9: /host/machine.conf: No such file or directory
Running in chroot, ignoring command 'daemon-reload'
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-nokia_ixr7250e_36x400g-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-nokia-chassis_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-chassis_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-nokia_ixr7250e_36x400g-r0/sonic-platform-nokia-chassis_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-nokia-chassis
(Reading database ... 50618 files and directories currently installed.)
Removing sonic-platform-nokia-chassis (1.0) ...
Purging configuration files for sonic-platform-nokia-chassis (1.0) ...
dpkg: warning: while removing sonic-platform-nokia-chassis, directory '/opt' not empty so not removed
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9300-32d.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s9300-32d (1.0.0) ...
Setting up sonic-platform-ufispace-s9300-32d (1.0.0) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service → /lib/systemd/system/pddf-platform-init.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ufispace_s9300_32d-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb ./fsroot-broadcom/platform/x86_64-ufispace_s9300_32d-r0/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-ufispace-s9300-32d
(Reading database ... 50534 files and directories currently installed.)
Removing sonic-platform-ufispace-s9300-32d (1.0.0) ...
Purging configuration files for sonic-platform-ufispace-s9300-32d (1.0.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9110-32x.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s9110-32x (1.0.0) ...
Setting up sonic-platform-ufispace-s9110-32x (1.0.0) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ufispace_s9110_32x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb ./fsroot-broadcom/platform/x86_64-ufispace_s9110_32x-r0/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-ufispace-s9110-32x
(Reading database ... 50535 files and directories currently installed.)
Removing sonic-platform-ufispace-s9110-32x (1.0.0) ...
Running in chroot, ignoring command 'stop'
Removed /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service.
Removed /etc/systemd/system/opennsl-modules.service.wants/pddf-platform-init.service.
Purging configuration files for sonic-platform-ufispace-s9110-32x (1.0.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s8901-54xc.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s8901-54xc (1.0.0) ...
Setting up sonic-platform-ufispace-s8901-54xc (1.0.0) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service → /lib/systemd/system/pddf-platform-init.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ufispace_s8901_54xc-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb ./fsroot-broadcom/platform/x86_64-ufispace_s8901_54xc-r0/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-ufispace-s8901-54xc
(Reading database ... 50535 files and directories currently installed.)
Removing sonic-platform-ufispace-s8901-54xc (1.0.0) ...
Running in chroot, ignoring command 'stop'
Removed /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service.
Purging configuration files for sonic-platform-ufispace-s8901-54xc (1.0.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s7801-54xs.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s7801-54xs (1.0.0) ...
Setting up sonic-platform-ufispace-s7801-54xs (1.0.0) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service → /lib/systemd/system/pddf-platform-init.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ufispace_s7801_54xs-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb ./fsroot-broadcom/platform/x86_64-ufispace_s7801_54xs-r0/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-ufispace-s7801-54xs
(Reading database ... 50535 files and directories currently installed.)
Removing sonic-platform-ufispace-s7801-54xs (1.0.0) ...
Running in chroot, ignoring command 'stop'
Removed /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service.
Purging configuration files for sonic-platform-ufispace-s7801-54xs (1.0.0) ...
+ sudo dpkg --root=./fsroot-broadcom -i target/debs/bullseye/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s6301-56st.
(Reading database ... 50522 files and directories currently installed.)
Preparing to unpack .../sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s6301-56st (1.0.0) ...
Setting up sonic-platform-ufispace-s6301-56st (1.0.0) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service → /lib/systemd/system/pddf-platform-init.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ufispace_s6301_56st-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb ./fsroot-broadcom/platform/x86_64-ufispace_s6301_56st-r0/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom -P sonic-platform-ufispace-s6301-56st
(Reading database ... 50532 files and directories currently installed.)
Removing sonic-platform-ufispace-s6301-56st (1.0.0) ...
Running in chroot, ignoring command 'stop'
Removed /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service.
Purging configuration files for sonic-platform-ufispace-s6301-56st (1.0.0) ...
++ wc -l
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-belgite_0.9_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-dx010_0.9_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-e3224f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-haliburton_0.9_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-n3248pxe_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-n3248te_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-ragile-ra-b6510-48v8c_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-s5212f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-s5224f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-s5232f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-s5248f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-s5296f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-s6000_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-s6100_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-seastone2_0.9_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-silverstone_0.9_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-z9100_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-z9264f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-z9332f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-z9432f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as4630-54pe_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as4630-54te_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as5712-54x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as5812-54t_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as5812-54x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as5835-54t_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as5835-54x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as6712-32x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as7312-54x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as7312-54xs_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as7315-27xb_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as7326-56x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as7712-32x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as7716-32x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as7716-32xb_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as7726-32x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as7816-64x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as9716-32d_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-as9726-32d_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-accton-minipack_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-juniper-qfx5200_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-juniper-qfx5210_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-nokia-chassis_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-quanta-ix7-32x_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-quanta-ix8-56x_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-quanta-ix9-32x_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
+ '[' 23 -gt 0 ']'
+ cd ./fsroot-broadcom/platform/common
+ sudo dpkg-scanpackages .
+ sudo gzip
+ sudo tee Packages.gz
dpkg-scanpackages: info: Wrote 59 entries to output Packages file.
+ sudo rm -f ./fsroot-broadcom/etc/ssh/ssh_host_ecdsa_key ./fsroot-broadcom/etc/ssh/ssh_host_ecdsa_key.pub ./fsroot-broadcom/etc/ssh/ssh_host_ed25519_key ./fsroot-broadcom/etc/ssh/ssh_host_ed25519_key.pub ./fsroot-broadcom/etc/ssh/ssh_host_rsa_key ./fsroot-broadcom/etc/ssh/ssh_host_rsa_key.pub
+ sudo rm -f ./fsroot-broadcom/usr/sbin/policy-rc.d
+ sudo cp files/image_config/fstrim/fstrim.service files/image_config/fstrim/fstrim.timer ./fsroot-broadcom/usr/lib//systemd/system
+ sudo LANG=C chroot ./fsroot-broadcom systemctl enable fstrim.timer
Created symlink /etc/systemd/system/multi-user.target.wants/fstrim.timer -> /lib/systemd/system/fstrim.timer.
+ sudo cp files/image_config/platform/rc.local ./fsroot-broadcom/etc/
+ sudo cp files/image_config/platform/linux_kernel_bde.conf ./fsroot-broadcom/etc/modprobe.d/
+ [[ n == y ]]
+ [[ n == y ]]
+ sudo mount proc /proc -t proc
+ [[ amd64 == armhf ]]
+ sudo mkdir ./fsroot-broadcom/target
+ sudo mount --bind target ./fsroot-broadcom/target
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker info
Client: Docker Engine - Community
 Version:    24.0.2
 Context:    default
 Debug Mode: false

Server:
 Containers: 0
  Running: 0
  Paused: 0
  Stopped: 0
 Images: 0
 Server Version: 24.0.2
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 1
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: runc io.containerd.runc.v2
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
 runc version: v1.1.7-0-g860f061
 init version: de40ad0
 Security Options:
  seccomp
   Profile: builtin
 Kernel Version: 5.15.0-119-generic
 Operating System: Debian GNU/Linux 11 (bullseye) (containerized)
 OSType: linux
 Architecture: x86_64
 CPUs: 112
 Total Memory: 503.3GiB
 Name: 99a02ea5332d
 ID: 81978348-0080-4cad-acd0-01f01fb7d04b
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

WARNING: No cpu cfs quota support
WARNING: No cpu cfs period support
WARNING: No cpu shares support
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-database.gz
Loaded image: docker-database:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-database:latest docker-database:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-database:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "database"
  },
  "service": {
    "name": "database",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-eventd.gz
Loaded image: docker-eventd:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-eventd:latest docker-eventd:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-eventd:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "eventd"
  },
  "service": {
    "name": "eventd",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-fpm-frr.gz
Loaded image: docker-fpm-frr:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-fpm-frr:latest docker-fpm-frr:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-fpm-frr:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "fpm-frr"
  },
  "service": {
    "name": "bgp",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": false,
    "warm-shutdown": {
      "after": [
        "radv"
      ],
      "before": [
        "swss"
      ]
    },
    "fast-shutdown": {
      "after": [
        "radv"
      ],
      "before": [
        "swss"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-sonic-gnmi.gz
Loaded image: docker-sonic-gnmi:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-sonic-gnmi:latest docker-sonic-gnmi:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-sonic-gnmi:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "gnmi"
  },
  "service": {
    "name": "gnmi",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-lldp.gz
Loaded image: docker-lldp:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-lldp:latest docker-lldp:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-lldp:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "lldp"
  },
  "service": {
    "name": "lldp",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "fast-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-mux.gz
Loaded image: docker-mux:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-mux:latest docker-mux:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-mux:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "mux"
  },
  "service": {
    "name": "mux",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "fast-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-nat.gz
Loaded image: docker-nat:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-nat:latest docker-nat:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-nat:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "nat"
  },
  "service": {
    "name": "nat",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "fast-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-orchagent.gz
Loaded image: docker-orchagent:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-orchagent:latest docker-orchagent:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-orchagent:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "swss"
  },
  "service": {
    "name": "swss",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": false,
    "warm-shutdown": {
      "after": [],
      "before": [
        "syncd"
      ]
    },
    "fast-shutdown": {
      "after": [],
      "before": [
        "syncd"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-platform-monitor.gz
Loaded image: docker-platform-monitor:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-platform-monitor:latest docker-platform-monitor:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-platform-monitor:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "pmon"
  },
  "service": {
    "name": "pmon",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-router-advertiser.gz
Loaded image: docker-router-advertiser:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-router-advertiser:latest docker-router-advertiser:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-router-advertiser:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "radv"
  },
  "service": {
    "name": "radv",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "fast-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-sflow.gz
Loaded image: docker-sflow:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-sflow:latest docker-sflow:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-sflow:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "sflow"
  },
  "service": {
    "name": "sflow",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "fast-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-snmp.gz
Loaded image: docker-snmp:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-snmp:latest docker-snmp:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-snmp:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "snmp"
  },
  "service": {
    "name": "snmp",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-sonic-mgmt-framework.gz
Loaded image: docker-sonic-mgmt-framework:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-sonic-mgmt-framework:latest docker-sonic-mgmt-framework:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-sonic-mgmt-framework:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "mgmt-framework"
  },
  "service": {
    "name": "mgmt-framework",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-teamd.gz
Loaded image: docker-teamd:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-teamd:latest docker-teamd:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-teamd:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "teamd"
  },
  "service": {
    "name": "teamd",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": false,
    "warm-shutdown": {
      "after": [
        "swss"
      ],
      "before": [
        "syncd"
      ]
    },
    "fast-shutdown": {
      "after": [
        "swss"
      ],
      "before": [
        "syncd"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z broadcom ]]
+ [[ -n broadcom ]]
+ [[ broadcom == \b\r\o\a\d\c\o\m ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-syncd-brcm.gz
Loaded image: docker-syncd-brcm:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-syncd-brcm:latest docker-syncd-brcm:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-syncd-brcm:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "syncd"
  },
  "service": {
    "name": "syncd",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": false,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z broadcom-dnx ]]
+ [[ -n broadcom-dnx ]]
+ [[ broadcom == \b\r\o\a\d\c\o\m\-\d\n\x ]]
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-gbsyncd-credo.gz
Loaded image: docker-gbsyncd-credo:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-gbsyncd-credo:latest docker-gbsyncd-credo:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-gbsyncd-credo:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "gbsyncd"
  },
  "service": {
    "name": "gbsyncd",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": false,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker load -i target/docker-gbsyncd-broncos.gz
Loaded image: docker-gbsyncd-broncos:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-gbsyncd-broncos:latest docker-gbsyncd-broncos:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-gbsyncd-broncos:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "gbsyncd-broncos"
  },
  "service": {
    "name": "gbsyncd",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": false,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ SONIC_PACKAGE_MANAGER_FOLDER=/var/lib/sonic-package-manager/
+ sudo mkdir -p ./fsroot-broadcom//var/lib/sonic-package-manager/
+ target_machine=broadcom
+ j2 files/build_templates/packages.json.j2
+ sudo tee ./fsroot-broadcom//var/lib/sonic-package-manager//packages.json
{
"database": {
        "repository": "docker-database",
        "description": "SONiC database package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"eventd": {
        "repository": "docker-eventd",
        "description": "SONiC eventd package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"fpm-frr": {
        "repository": "docker-fpm-frr",
        "description": "SONiC fpm-frr package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"gnmi": {
        "repository": "docker-sonic-gnmi",
        "description": "SONiC gnmi package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"lldp": {
        "repository": "docker-lldp",
        "description": "SONiC lldp package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"mux": {
        "repository": "docker-mux",
        "description": "SONiC mux package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"nat": {
        "repository": "docker-nat",
        "description": "SONiC nat package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"swss": {
        "repository": "docker-orchagent",
        "description": "SONiC swss package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"pmon": {
        "repository": "docker-platform-monitor",
        "description": "SONiC pmon package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"radv": {
        "repository": "docker-router-advertiser",
        "description": "SONiC radv package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"sflow": {
        "repository": "docker-sflow",
        "description": "SONiC sflow package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"snmp": {
        "repository": "docker-snmp",
        "description": "SONiC snmp package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"mgmt-framework": {
        "repository": "docker-sonic-mgmt-framework",
        "description": "SONiC mgmt-framework package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"teamd": {
        "repository": "docker-teamd",
        "description": "SONiC teamd package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"syncd": {
        "repository": "docker-syncd-brcm",
        "description": "SONiC syncd package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"gbsyncd": {
        "repository": "docker-gbsyncd-credo",
        "description": "SONiC gbsyncd package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"gbsyncd-broncos": {
        "repository": "docker-gbsyncd-broncos",
        "description": "SONiC gbsyncd-broncos package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    }

}
+ '[' 0 '!=' 0 ']'
+ sudo cp files/build_templates/docker_image_ctl.j2 ./fsroot-broadcom/usr/share/sonic/templates/docker_image_ctl.j2
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom /usr/local/bin/generate_shutdown_order.py
installed packages {'database': Package(entry=PackageEntry(name='database', repository='docker-database', description='SONiC database package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'database', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'database', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'eventd': Package(entry=PackageEntry(name='eventd', repository='docker-eventd', description='SONiC eventd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'eventd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'eventd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'fpm-frr': Package(entry=PackageEntry(name='fpm-frr', repository='docker-fpm-frr', description='SONiC fpm-frr package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'fpm-frr', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'bgp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': ['radv'], 'before': ['swss']}, 'fast-shutdown': {'after': ['radv'], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gnmi': Package(entry=PackageEntry(name='gnmi', repository='docker-sonic-gnmi', description='SONiC gnmi package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gnmi', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gnmi', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'lldp': Package(entry=PackageEntry(name='lldp', repository='docker-lldp', description='SONiC lldp package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'lldp', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'lldp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'mux': Package(entry=PackageEntry(name='mux', repository='docker-mux', description='SONiC mux package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'mux', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'mux', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'nat': Package(entry=PackageEntry(name='nat', repository='docker-nat', description='SONiC nat package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'nat', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'nat', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'swss': Package(entry=PackageEntry(name='swss', repository='docker-orchagent', description='SONiC swss package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'swss', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'swss', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['syncd']}, 'fast-shutdown': {'after': [], 'before': ['syncd']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'pmon': Package(entry=PackageEntry(name='pmon', repository='docker-platform-monitor', description='SONiC pmon package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'pmon', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'pmon', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'radv': Package(entry=PackageEntry(name='radv', repository='docker-router-advertiser', description='SONiC radv package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'radv', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'radv', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'sflow': Package(entry=PackageEntry(name='sflow', repository='docker-sflow', description='SONiC sflow package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'sflow', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'sflow', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'snmp': Package(entry=PackageEntry(name='snmp', repository='docker-snmp', description='SONiC snmp package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'snmp', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'snmp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'mgmt-framework': Package(entry=PackageEntry(name='mgmt-framework', repository='docker-sonic-mgmt-framework', description='SONiC mgmt-framework package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'mgmt-framework', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'mgmt-framework', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'teamd': Package(entry=PackageEntry(name='teamd', repository='docker-teamd', description='SONiC teamd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'teamd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'teamd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': ['swss'], 'before': ['syncd']}, 'fast-shutdown': {'after': ['swss'], 'before': ['syncd']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'syncd': Package(entry=PackageEntry(name='syncd', repository='docker-syncd-brcm', description='SONiC syncd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'syncd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'syncd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gbsyncd': Package(entry=PackageEntry(name='gbsyncd', repository='docker-gbsyncd-credo', description='SONiC gbsyncd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gbsyncd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gbsyncd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gbsyncd-broncos': Package(entry=PackageEntry(name='gbsyncd-broncos', repository='docker-gbsyncd-broncos', description='SONiC gbsyncd-broncos package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gbsyncd-broncos', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gbsyncd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[]))}
Done.
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom sonic-package-manager install --from-tarball target/docker-dhcp-relay.gz -y -v DEBUG --enable
debug: No YANG modules found
debug: No YANG modules found
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "database"\n    },\n    "service": {\n        "name": "database",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "eventd"\n    },\n    "service": {\n        "name": "eventd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "fpm-frr"\n    },\n    "service": {\n        "name": "bgp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gnmi"\n    },\n    "service": {\n        "name": "gnmi",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "lldp"\n    },\n    "service": {\n        "name": "lldp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mux"\n    },\n    "service": {\n        "name": "mux",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "nat"\n    },\n    "service": {\n        "name": "nat",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "swss"\n    },\n    "service": {\n        "name": "swss",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "pmon"\n    },\n    "service": {\n        "name": "pmon",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "radv"\n    },\n    "service": {\n        "name": "radv",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "sflow"\n    },\n    "service": {\n        "name": "sflow",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "snmp"\n    },\n    "service": {\n        "name": "snmp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mgmt-framework"\n    },\n    "service": {\n        "name": "mgmt-framework",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "teamd"\n    },\n    "service": {\n        "name": "teamd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-syncd-brcm:latest
debug: image docker-syncd-brcm:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "syncd"\n    },\n    "service": {\n        "name": "syncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-credo:latest
debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-broncos:latest
debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd-broncos"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: checking dependencies for database
debug: checking conflicts for database
debug: checking dependencies for eventd
debug: checking conflicts for eventd
debug: checking dependencies for fpm-frr
debug: checking conflicts for fpm-frr
debug: checking dependencies for gnmi
debug: checking conflicts for gnmi
debug: checking dependencies for lldp
debug: checking conflicts for lldp
debug: checking dependencies for mux
debug: checking conflicts for mux
debug: checking dependencies for nat
debug: checking conflicts for nat
debug: checking dependencies for swss
debug: checking conflicts for swss
debug: checking dependencies for pmon
debug: checking conflicts for pmon
debug: checking dependencies for radv
debug: checking conflicts for radv
debug: checking dependencies for sflow
debug: checking conflicts for sflow
debug: checking dependencies for snmp
debug: checking conflicts for snmp
debug: checking dependencies for mgmt-framework
debug: checking conflicts for mgmt-framework
debug: checking dependencies for teamd
debug: checking conflicts for teamd
debug: checking dependencies for syncd
debug: checking conflicts for syncd
debug: checking dependencies for gbsyncd
debug: checking conflicts for gbsyncd
debug: checking dependencies for gbsyncd-broncos
debug: checking conflicts for gbsyncd-broncos
debug: checking dependencies for dhcp-relay
debug: dependency package is installed database: 1.0.0
debug: dependency package database: component libswsscommon version is 1.0.0
debug: checking conflicts for dhcp-relay
debug: loading image from target/docker-dhcp-relay.gz
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 131072, 'total': 10037248}, 'progress': '[>                                                  ]  131.1kB/10.04MB', 'id': '21b5730d30d9'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 6815744, 'total': 10037248}, 'progress': '[=================================>                 ]  6.816MB/10.04MB', 'id': '21b5730d30d9'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 10037248, 'total': 10037248}, 'progress': '[==================================================>]  10.04MB/10.04MB', 'id': '21b5730d30d9'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>]  1.536kB/1.536kB', 'id': '7c869aea8cd5'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>]  1.536kB/1.536kB', 'id': '7c869aea8cd5'}
debug: pull status: {'stream': 'Loaded image: docker-dhcp-relay:latest\n'}
debug: Loaded image docker-dhcp-relay:latest
debug: Rendering /usr/share/sonic/templates/docker_image_ctl.j2 to /usr/bin/dhcp_relay.sh with {
debug:     'docker_container_name': 'dhcp_relay',
debug:     'docker_image_id':
debug:         'sha256:'
debug:         '8cc3b156adb8735157dc277fd7e77959c70e5efe24879c7c4e0e47195f5bd504',
debug:     'docker_image_run_opt':
debug:         '-t -v /etc/sonic:/etc/sonic:ro -v /etc/timezone:/etc/timezone:ro '
debug:         '--tmpfs /tmp/ --tmpfs /var/tmp/'
debug: }
generated /usr/bin/dhcp_relay.sh
debug: Rendering /usr/share/sonic/templates/service_mgmt.sh.j2 to /usr/local/bin/dhcp_relay.sh with {
debug:     'source': '/usr/share/sonic/templates/service_mgmt.sh.j2',
debug:     'manifest': {
debug:         'version': '1.0.0',
debug:         'package': {
debug:             'version': '1.0.0',
debug:             'name': 'dhcp-relay',
debug:             'description': '',
debug:             'base-os': {},
debug:             'depends': [
debug:                 {
debug:                     'name': 'database',
debug:                     'version': '^1.0.0',
debug:                     'components': {}
debug:                 }
debug:             ],
debug:             'breaks': [],
debug:             'init-cfg': {},
debug:             'changelog': {},
debug:             'debug-dump': ''
debug:         },
debug:         'service': {
debug:             'name': 'dhcp_relay',
debug:             'requires': ['updategraph'],
debug:             'requisite': [],
debug:             'wanted-by': [],
debug:             'after': ['swss', 'syncd', 'teamd'],
debug:             'before': ['ntp-config'],
debug:             'dependent': [],
debug:             'dependent-of': ['swss'],
debug:             'post-start-action': '',
debug:             'pre-shutdown-action': '',
debug:             'asic-service': False,
debug:             'host-service': True,
debug:             'delayed': False,
debug:             'check_up_status': False,
debug:             'warm-shutdown': {'after': [], 'before': []},
debug:             'fast-shutdown': {'after': [], 'before': []},
debug:             'syslog': {'support-rate-limit': True}
debug:         },
debug:         'container': {
debug:             'privileged': False,
debug:             'volumes': [
debug:                 '/etc/sonic:/etc/sonic:ro',
debug:                 '/etc/timezone:/etc/timezone:ro'
debug:             ],
debug:             'mounts': [],
debug:             'environment': {},
debug:             'tmpfs': ['/tmp/', '/var/tmp/']
debug:         },
debug:         'processes': [],
debug:         'cli': {
debug:             'mandatory': False,
debug:             'show': ['/cli/show/plugins/show_dhcp_relay.py'],
debug:             'config': ['/cli/config/plugins/dhcp_relay.py'],
debug:             'clear': ['/cli/clear/plugins/clear_dhcp6relay_counter.py'],
debug:             'auto-generate-show': False,
debug:             'auto-generate-config': False,
debug:             'auto-generate-show-source-yang-modules': [],
debug:             'auto-generate-config-source-yang-modules': []
debug:         }
debug:     },
debug:     'multi_instance_services': [
debug:         'bgp',
debug:         'database',
debug:         'swss',
debug:         'syncd',
debug:         'teamd'
debug:     ]
debug: }
generated /usr/local/bin/dhcp_relay.sh
debug: Rendering /usr/share/sonic/templates/sonic.service.j2 to /usr/lib/systemd/system/dhcp_relay.service with {
debug:     'source': '/usr/share/sonic/templates/sonic.service.j2',
debug:     'manifest': {
debug:         'version': '1.0.0',
debug:         'package': {
debug:             'version': '1.0.0',
debug:             'name': 'dhcp-relay',
debug:             'description': '',
debug:             'base-os': {},
debug:             'depends': [
debug:                 {
debug:                     'name': 'database',
debug:                     'version': '^1.0.0',
debug:                     'components': {}
debug:                 }
debug:             ],
debug:             'breaks': [],
debug:             'init-cfg': {},
debug:             'changelog': {},
debug:             'debug-dump': ''
debug:         },
debug:         'service': {
debug:             'name': 'dhcp_relay',
debug:             'requires': ['updategraph'],
debug:             'requisite': [],
debug:             'wanted-by': [],
debug:             'after': ['swss', 'syncd', 'teamd'],
debug:             'before': ['ntp-config'],
debug:             'dependent': [],
debug:             'dependent-of': ['swss'],
debug:             'post-start-action': '',
debug:             'pre-shutdown-action': '',
debug:             'asic-service': False,
debug:             'host-service': True,
debug:             'delayed': False,
debug:             'check_up_status': False,
debug:             'warm-shutdown': {'after': [], 'before': []},
debug:             'fast-shutdown': {'after': [], 'before': []},
debug:             'syslog': {'support-rate-limit': True}
debug:         },
debug:         'container': {
debug:             'privileged': False,
debug:             'volumes': [
debug:                 '/etc/sonic:/etc/sonic:ro',
debug:                 '/etc/timezone:/etc/timezone:ro'
debug:             ],
debug:             'mounts': [],
debug:             'environment': {},
debug:             'tmpfs': ['/tmp/', '/var/tmp/']
debug:         },
debug:         'processes': [],
debug:         'cli': {
debug:             'mandatory': False,
debug:             'show': ['/cli/show/plugins/show_dhcp_relay.py'],
debug:             'config': ['/cli/config/plugins/dhcp_relay.py'],
debug:             'clear': ['/cli/clear/plugins/clear_dhcp6relay_counter.py'],
debug:             'auto-generate-show': False,
debug:             'auto-generate-config': False,
debug:             'auto-generate-show-source-yang-modules': [],
debug:             'auto-generate-config-source-yang-modules': []
debug:         }
debug:     },
debug:     'multi_instance': False,
debug:     'multi_instance_services': [
debug:         'bgp',
debug:         'database',
debug:         'swss',
debug:         'syncd',
debug:         'teamd'
debug:     ]
debug: }
generated /usr/lib/systemd/system/dhcp_relay.service
dhcp_relay entry is added to AUTO_TECHSUPPORT_FEATURE table
dhcp_relay entry is added to SYSLOG_CONFIG_FEATURE table
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "database"\n    },\n    "service": {\n        "name": "database",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "eventd"\n    },\n    "service": {\n        "name": "eventd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "fpm-frr"\n    },\n    "service": {\n        "name": "bgp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gnmi"\n    },\n    "service": {\n        "name": "gnmi",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "lldp"\n    },\n    "service": {\n        "name": "lldp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mux"\n    },\n    "service": {\n        "name": "mux",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "nat"\n    },\n    "service": {\n        "name": "nat",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "swss"\n    },\n    "service": {\n        "name": "swss",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "pmon"\n    },\n    "service": {\n        "name": "pmon",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "radv"\n    },\n    "service": {\n        "name": "radv",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "sflow"\n    },\n    "service": {\n        "name": "sflow",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "snmp"\n    },\n    "service": {\n        "name": "snmp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mgmt-framework"\n    },\n    "service": {\n        "name": "mgmt-framework",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "teamd"\n    },\n    "service": {\n        "name": "teamd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-syncd-brcm:latest
debug: image docker-syncd-brcm:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "syncd"\n    },\n    "service": {\n        "name": "syncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-credo:latest
debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-broncos:latest
debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd-broncos"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: shutdown graph collections.defaultdict(
debug:     set,
debug:     {
debug:         'bgp': {'radv'},
debug:         'swss': {'lldp', 'sflow', 'nat', 'mux', 'bgp', 'radv'},
debug:         'lldp': set(),
debug:         'mux': set(),
debug:         'nat': set(),
debug:         'syncd': {'teamd', 'swss'},
debug:         'radv': set(),
debug:         'sflow': set(),
debug:         'teamd': {'swss'}
debug:     }
debug: )
debug: shutdown order [
debug:     'lldp',
debug:     'mux',
debug:     'nat',
debug:     'radv',
debug:     'sflow',
debug:     'bgp',
debug:     'swss',
debug:     'teamd',
debug:     'syncd'
debug: ]
debug: shutdown graph collections.defaultdict(
debug:     set,
debug:     {
debug:         'bgp': {'radv'},
debug:         'swss': {'lldp', 'sflow', 'nat', 'mux', 'bgp', 'radv'},
debug:         'lldp': set(),
debug:         'mux': set(),
debug:         'nat': set(),
debug:         'syncd': {'teamd', 'swss'},
debug:         'radv': set(),
debug:         'sflow': set(),
debug:         'teamd': {'swss'}
debug:     }
debug: )
debug: shutdown order [
debug:     'lldp',
debug:     'mux',
debug:     'nat',
debug:     'radv',
debug:     'sflow',
debug:     'bgp',
debug:     'swss',
debug:     'teamd',
debug:     'syncd'
debug: ]
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "database"\n    },\n    "service": {\n        "name": "database",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "eventd"\n    },\n    "service": {\n        "name": "eventd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "fpm-frr"\n    },\n    "service": {\n        "name": "bgp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gnmi"\n    },\n    "service": {\n        "name": "gnmi",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "lldp"\n    },\n    "service": {\n        "name": "lldp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mux"\n    },\n    "service": {\n        "name": "mux",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "nat"\n    },\n    "service": {\n        "name": "nat",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "swss"\n    },\n    "service": {\n        "name": "swss",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "pmon"\n    },\n    "service": {\n        "name": "pmon",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "radv"\n    },\n    "service": {\n        "name": "radv",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "sflow"\n    },\n    "service": {\n        "name": "sflow",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "snmp"\n    },\n    "service": {\n        "name": "snmp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mgmt-framework"\n    },\n    "service": {\n        "name": "mgmt-framework",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "teamd"\n    },\n    "service": {\n        "name": "teamd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-syncd-brcm:latest
debug: image docker-syncd-brcm:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "syncd"\n    },\n    "service": {\n        "name": "syncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-credo:latest
debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-broncos:latest
debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd-broncos"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom sonic-package-manager install --from-tarball target/docker-macsec.gz -y -v DEBUG --enable
debug: No YANG modules found
debug: No YANG modules found
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "database"\n    },\n    "service": {\n        "name": "database",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "eventd"\n    },\n    "service": {\n        "name": "eventd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "fpm-frr"\n    },\n    "service": {\n        "name": "bgp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gnmi"\n    },\n    "service": {\n        "name": "gnmi",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "lldp"\n    },\n    "service": {\n        "name": "lldp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mux"\n    },\n    "service": {\n        "name": "mux",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "nat"\n    },\n    "service": {\n        "name": "nat",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "swss"\n    },\n    "service": {\n        "name": "swss",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "pmon"\n    },\n    "service": {\n        "name": "pmon",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "radv"\n    },\n    "service": {\n        "name": "radv",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "sflow"\n    },\n    "service": {\n        "name": "sflow",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "snmp"\n    },\n    "service": {\n        "name": "snmp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mgmt-framework"\n    },\n    "service": {\n        "name": "mgmt-framework",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "teamd"\n    },\n    "service": {\n        "name": "teamd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-syncd-brcm:latest
debug: image docker-syncd-brcm:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "syncd"\n    },\n    "service": {\n        "name": "syncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-credo:latest
debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-broncos:latest
debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd-broncos"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels sha256:8cc3b156adb8735157dc277fd7e77959c70e5efe24879c7c4e0e47195f5bd504
debug: image sha256:8cc3b156adb8735157dc277fd7e77959c70e5efe24879c7c4e0e47195f5bd504 labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": ["database^1.0.0"],\n        "name": "dhcp-relay"\n    },\n    "service": {\n        "name": "dhcp_relay",\n        "requires": ["updategraph"],\n        "after": ["swss", "syncd", "teamd"],\n        "before": ["ntp-config"],\n        "dependent-of": ["swss"],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/timezone:/etc/timezone:ro"],\n        "tmpfs": ["/tmp/", "/var/tmp/"]\n    },\n    "cli": {\n        "config": "/cli/config/plugins/dhcp_relay.py",\n        "show": "/cli/show/plugins/show_dhcp_relay.py",\n        "clear": "/cli/clear/plugins/clear_dhcp6relay_counter.py"\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: checking dependencies for database
debug: checking conflicts for database
debug: checking dependencies for eventd
debug: checking conflicts for eventd
debug: checking dependencies for fpm-frr
debug: checking conflicts for fpm-frr
debug: checking dependencies for gnmi
debug: checking conflicts for gnmi
debug: checking dependencies for lldp
debug: checking conflicts for lldp
debug: checking dependencies for mux
debug: checking conflicts for mux
debug: checking dependencies for nat
debug: checking conflicts for nat
debug: checking dependencies for swss
debug: checking conflicts for swss
debug: checking dependencies for pmon
debug: checking conflicts for pmon
debug: checking dependencies for radv
debug: checking conflicts for radv
debug: checking dependencies for sflow
debug: checking conflicts for sflow
debug: checking dependencies for snmp
debug: checking conflicts for snmp
debug: checking dependencies for mgmt-framework
debug: checking conflicts for mgmt-framework
debug: checking dependencies for teamd
debug: checking conflicts for teamd
debug: checking dependencies for syncd
debug: checking conflicts for syncd
debug: checking dependencies for gbsyncd
debug: checking conflicts for gbsyncd
debug: checking dependencies for gbsyncd-broncos
debug: checking conflicts for gbsyncd-broncos
debug: checking dependencies for dhcp-relay
debug: dependency package is installed database: 1.0.0
debug: dependency package database: component libswsscommon version is 1.0.0
debug: checking conflicts for dhcp-relay
debug: checking dependencies for macsec
debug: checking conflicts for macsec
debug: loading image from target/docker-macsec.gz
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 327680, 'total': 29602816}, 'progress': '[>                                                  ]  327.7kB/29.6MB', 'id': '5b1b2b6685e2'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 12124160, 'total': 29602816}, 'progress': '[====================>                              ]  12.12MB/29.6MB', 'id': '5b1b2b6685e2'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 22282240, 'total': 29602816}, 'progress': '[=====================================>             ]  22.28MB/29.6MB', 'id': '5b1b2b6685e2'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 29602816, 'total': 29602816}, 'progress': '[==================================================>]   29.6MB/29.6MB', 'id': '5b1b2b6685e2'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>]  1.536kB/1.536kB', 'id': '2645e630c210'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>]  1.536kB/1.536kB', 'id': '2645e630c210'}
debug: pull status: {'stream': 'Loaded image: docker-macsec:latest\n'}
debug: Loaded image docker-macsec:latest
debug: Rendering /usr/share/sonic/templates/docker_image_ctl.j2 to /usr/bin/macsec.sh with {
debug:     'docker_container_name': 'macsec',
debug:     'docker_image_id':
debug:         'sha256:'
debug:         '400eb0ffc7208168b9c26bee02b802a48b9b742e54e4262e64516bc2bf4f458b',
debug:     'docker_image_run_opt':
debug:         '-t -v /etc/sonic:/etc/sonic:ro -v /etc/timezone:/etc/timezone:ro -v '
debug:         '/host/warmboot:/var/warmboot'
debug: }
generated /usr/bin/macsec.sh
debug: Rendering /usr/share/sonic/templates/service_mgmt.sh.j2 to /usr/local/bin/macsec.sh with {
debug:     'source': '/usr/share/sonic/templates/service_mgmt.sh.j2',
debug:     'manifest': {
debug:         'version': '1.0.0',
debug:         'package': {
debug:             'version': '1.0.0',
debug:             'name': 'macsec',
debug:             'description': '',
debug:             'base-os': {},
debug:             'depends': [],
debug:             'breaks': [],
debug:             'init-cfg': {},
debug:             'changelog': {},
debug:             'debug-dump': ''
debug:         },
debug:         'service': {
debug:             'name': 'macsec',
debug:             'requires': ['updategraph'],
debug:             'requisite': [],
debug:             'wanted-by': [],
debug:             'after': ['swss', 'syncd'],
debug:             'before': [],
debug:             'dependent': [],
debug:             'dependent-of': [],
debug:             'post-start-action': '',
debug:             'pre-shutdown-action': '',
debug:             'asic-service': True,
debug:             'host-service': False,
debug:             'delayed': False,
debug:             'check_up_status': False,
debug:             'warm-shutdown': {'after': [], 'before': []},
debug:             'fast-shutdown': {'after': [], 'before': []},
debug:             'syslog': {'support-rate-limit': True}
debug:         },
debug:         'container': {
debug:             'privileged': False,
debug:             'volumes': [
debug:                 '/etc/sonic:/etc/sonic:ro',
debug:                 '/etc/timezone:/etc/timezone:ro',
debug:                 '/host/warmboot:/var/warmboot'
debug:             ],
debug:             'mounts': [],
debug:             'environment': {},
debug:             'tmpfs': []
debug:         },
debug:         'processes': [],
debug:         'cli': {
debug:             'mandatory': False,
debug:             'show': ['/cli/show/plugins/show_macsec.py'],
debug:             'config': ['/cli/config/plugins/macsec.py'],
debug:             'clear': ['/cli/clear/plugins/clear_macsec_counter.py'],
debug:             'auto-generate-show': False,
debug:             'auto-generate-config': False,
debug:             'auto-generate-show-source-yang-modules': [],
debug:             'auto-generate-config-source-yang-modules': []
debug:         }
debug:     },
debug:     'multi_instance_services': [
debug:         'bgp',
debug:         'database',
debug:         'swss',
debug:         'syncd',
debug:         'teamd'
debug:     ]
debug: }
generated /usr/local/bin/macsec.sh
debug: Rendering /usr/share/sonic/templates/sonic.service.j2 to /usr/lib/systemd/system/macsec.service with {
debug:     'source': '/usr/share/sonic/templates/sonic.service.j2',
debug:     'manifest': {
debug:         'version': '1.0.0',
debug:         'package': {
debug:             'version': '1.0.0',
debug:             'name': 'macsec',
debug:             'description': '',
debug:             'base-os': {},
debug:             'depends': [],
debug:             'breaks': [],
debug:             'init-cfg': {},
debug:             'changelog': {},
debug:             'debug-dump': ''
debug:         },
debug:         'service': {
debug:             'name': 'macsec',
debug:             'requires': ['updategraph'],
debug:             'requisite': [],
debug:             'wanted-by': [],
debug:             'after': ['swss', 'syncd'],
debug:             'before': [],
debug:             'dependent': [],
debug:             'dependent-of': [],
debug:             'post-start-action': '',
debug:             'pre-shutdown-action': '',
debug:             'asic-service': True,
debug:             'host-service': False,
debug:             'delayed': False,
debug:             'check_up_status': False,
debug:             'warm-shutdown': {'after': [], 'before': []},
debug:             'fast-shutdown': {'after': [], 'before': []},
debug:             'syslog': {'support-rate-limit': True}
debug:         },
debug:         'container': {
debug:             'privileged': False,
debug:             'volumes': [
debug:                 '/etc/sonic:/etc/sonic:ro',
debug:                 '/etc/timezone:/etc/timezone:ro',
debug:                 '/host/warmboot:/var/warmboot'
debug:             ],
debug:             'mounts': [],
debug:             'environment': {},
debug:             'tmpfs': []
debug:         },
debug:         'processes': [],
debug:         'cli': {
debug:             'mandatory': False,
debug:             'show': ['/cli/show/plugins/show_macsec.py'],
debug:             'config': ['/cli/config/plugins/macsec.py'],
debug:             'clear': ['/cli/clear/plugins/clear_macsec_counter.py'],
debug:             'auto-generate-show': False,
debug:             'auto-generate-config': False,
debug:             'auto-generate-show-source-yang-modules': [],
debug:             'auto-generate-config-source-yang-modules': []
debug:         }
debug:     },
debug:     'multi_instance': False,
debug:     'multi_instance_services': [
debug:         'bgp',
debug:         'database',
debug:         'swss',
debug:         'syncd',
debug:         'teamd'
debug:     ]
debug: }
generated /usr/lib/systemd/system/macsec.service
debug: Rendering /usr/share/sonic/templates/sonic.service.j2 to /usr/lib/systemd/system/macsec@.service with {
debug:     'source': '/usr/share/sonic/templates/sonic.service.j2',
debug:     'manifest': {
debug:         'version': '1.0.0',
debug:         'package': {
debug:             'version': '1.0.0',
debug:             'name': 'macsec',
debug:             'description': '',
debug:             'base-os': {},
debug:             'depends': [],
debug:             'breaks': [],
debug:             'init-cfg': {},
debug:             'changelog': {},
debug:             'debug-dump': ''
debug:         },
debug:         'service': {
debug:             'name': 'macsec',
debug:             'requires': ['updategraph'],
debug:             'requisite': [],
debug:             'wanted-by': [],
debug:             'after': ['swss', 'syncd'],
debug:             'before': [],
debug:             'dependent': [],
debug:             'dependent-of': [],
debug:             'post-start-action': '',
debug:             'pre-shutdown-action': '',
debug:             'asic-service': True,
debug:             'host-service': False,
debug:             'delayed': False,
debug:             'check_up_status': False,
debug:             'warm-shutdown': {'after': [], 'before': []},
debug:             'fast-shutdown': {'after': [], 'before': []},
debug:             'syslog': {'support-rate-limit': True}
debug:         },
debug:         'container': {
debug:             'privileged': False,
debug:             'volumes': [
debug:                 '/etc/sonic:/etc/sonic:ro',
debug:                 '/etc/timezone:/etc/timezone:ro',
debug:                 '/host/warmboot:/var/warmboot'
debug:             ],
debug:             'mounts': [],
debug:             'environment': {},
debug:             'tmpfs': []
debug:         },
debug:         'processes': [],
debug:         'cli': {
debug:             'mandatory': False,
debug:             'show': ['/cli/show/plugins/show_macsec.py'],
debug:             'config': ['/cli/config/plugins/macsec.py'],
debug:             'clear': ['/cli/clear/plugins/clear_macsec_counter.py'],
debug:             'auto-generate-show': False,
debug:             'auto-generate-config': False,
debug:             'auto-generate-show-source-yang-modules': [],
debug:             'auto-generate-config-source-yang-modules': []
debug:         }
debug:     },
debug:     'multi_instance': True,
debug:     'multi_instance_services': [
debug:         'bgp',
debug:         'database',
debug:         'swss',
debug:         'syncd',
debug:         'teamd'
debug:     ]
debug: }
generated /usr/lib/systemd/system/macsec@.service
macsec entry is added to AUTO_TECHSUPPORT_FEATURE table
macsec entry is added to SYSLOG_CONFIG_FEATURE table
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "database"\n    },\n    "service": {\n        "name": "database",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "eventd"\n    },\n    "service": {\n        "name": "eventd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "fpm-frr"\n    },\n    "service": {\n        "name": "bgp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gnmi"\n    },\n    "service": {\n        "name": "gnmi",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "lldp"\n    },\n    "service": {\n        "name": "lldp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mux"\n    },\n    "service": {\n        "name": "mux",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "nat"\n    },\n    "service": {\n        "name": "nat",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "swss"\n    },\n    "service": {\n        "name": "swss",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "pmon"\n    },\n    "service": {\n        "name": "pmon",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "radv"\n    },\n    "service": {\n        "name": "radv",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "sflow"\n    },\n    "service": {\n        "name": "sflow",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "snmp"\n    },\n    "service": {\n        "name": "snmp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mgmt-framework"\n    },\n    "service": {\n        "name": "mgmt-framework",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "teamd"\n    },\n    "service": {\n        "name": "teamd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-syncd-brcm:latest
debug: image docker-syncd-brcm:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "syncd"\n    },\n    "service": {\n        "name": "syncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-credo:latest
debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-broncos:latest
debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd-broncos"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels sha256:8cc3b156adb8735157dc277fd7e77959c70e5efe24879c7c4e0e47195f5bd504
debug: image sha256:8cc3b156adb8735157dc277fd7e77959c70e5efe24879c7c4e0e47195f5bd504 labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": ["database^1.0.0"],\n        "name": "dhcp-relay"\n    },\n    "service": {\n        "name": "dhcp_relay",\n        "requires": ["updategraph"],\n        "after": ["swss", "syncd", "teamd"],\n        "before": ["ntp-config"],\n        "dependent-of": ["swss"],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/timezone:/etc/timezone:ro"],\n        "tmpfs": ["/tmp/", "/var/tmp/"]\n    },\n    "cli": {\n        "config": "/cli/config/plugins/dhcp_relay.py",\n        "show": "/cli/show/plugins/show_dhcp_relay.py",\n        "clear": "/cli/clear/plugins/clear_dhcp6relay_counter.py"\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: shutdown graph collections.defaultdict(
debug:     set,
debug:     {
debug:         'bgp': {'radv'},
debug:         'swss': {'nat', 'bgp', 'lldp', 'sflow', 'mux', 'radv'},
debug:         'lldp': set(),
debug:         'mux': set(),
debug:         'nat': set(),
debug:         'syncd': {'teamd', 'swss'},
debug:         'radv': set(),
debug:         'sflow': set(),
debug:         'teamd': {'swss'}
debug:     }
debug: )
debug: shutdown order [
debug:     'lldp',
debug:     'mux',
debug:     'nat',
debug:     'radv',
debug:     'sflow',
debug:     'bgp',
debug:     'swss',
debug:     'teamd',
debug:     'syncd'
debug: ]
debug: shutdown graph collections.defaultdict(
debug:     set,
debug:     {
debug:         'bgp': {'radv'},
debug:         'swss': {'nat', 'bgp', 'lldp', 'sflow', 'mux', 'radv'},
debug:         'lldp': set(),
debug:         'mux': set(),
debug:         'nat': set(),
debug:         'syncd': {'teamd', 'swss'},
debug:         'radv': set(),
debug:         'sflow': set(),
debug:         'teamd': {'swss'}
debug:     }
debug: )
debug: shutdown order [
debug:     'lldp',
debug:     'mux',
debug:     'nat',
debug:     'radv',
debug:     'sflow',
debug:     'bgp',
debug:     'swss',
debug:     'teamd',
debug:     'syncd'
debug: ]
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "database"\n    },\n    "service": {\n        "name": "database",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "eventd"\n    },\n    "service": {\n        "name": "eventd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "fpm-frr"\n    },\n    "service": {\n        "name": "bgp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gnmi"\n    },\n    "service": {\n        "name": "gnmi",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "lldp"\n    },\n    "service": {\n        "name": "lldp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mux"\n    },\n    "service": {\n        "name": "mux",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "nat"\n    },\n    "service": {\n        "name": "nat",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "swss"\n    },\n    "service": {\n        "name": "swss",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "pmon"\n    },\n    "service": {\n        "name": "pmon",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "radv"\n    },\n    "service": {\n        "name": "radv",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "sflow"\n    },\n    "service": {\n        "name": "sflow",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "snmp"\n    },\n    "service": {\n        "name": "snmp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mgmt-framework"\n    },\n    "service": {\n        "name": "mgmt-framework",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "teamd"\n    },\n    "service": {\n        "name": "teamd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-syncd-brcm:latest
debug: image docker-syncd-brcm:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "syncd"\n    },\n    "service": {\n        "name": "syncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-credo:latest
debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-broncos:latest
debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd-broncos"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels sha256:8cc3b156adb8735157dc277fd7e77959c70e5efe24879c7c4e0e47195f5bd504
debug: image sha256:8cc3b156adb8735157dc277fd7e77959c70e5efe24879c7c4e0e47195f5bd504 labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": ["database^1.0.0"],\n        "name": "dhcp-relay"\n    },\n    "service": {\n        "name": "dhcp_relay",\n        "requires": ["updategraph"],\n        "after": ["swss", "syncd", "teamd"],\n        "before": ["ntp-config"],\n        "dependent-of": ["swss"],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/timezone:/etc/timezone:ro"],\n        "tmpfs": ["/tmp/", "/var/tmp/"]\n    },\n    "cli": {\n        "config": "/cli/config/plugins/dhcp_relay.py",\n        "show": "/cli/show/plugins/show_dhcp_relay.py",\n        "clear": "/cli/clear/plugins/clear_dhcp6relay_counter.py"\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
+ sudo umount ./fsroot-broadcom/target
+ sudo rm -r ./fsroot-broadcom/target
+ [[ n == y ]]
+ [[ n == y ]]
+ sudo chroot ./fsroot-broadcom /usr/lib/docker//docker.sh stop
Stopping Docker: docker.
+ sudo bash -c 'echo { > ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22database\x22 : \x22docker-database\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22eventd\x22 : \x22docker-eventd\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22bgp\x22 : \x22docker-fpm-frr\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22gnmi\x22 : \x22docker-sonic-gnmi\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22lldp\x22 : \x22docker-lldp\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22mux\x22 : \x22docker-mux\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22nat\x22 : \x22docker-nat\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22swss\x22 : \x22docker-orchagent\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22pmon\x22 : \x22docker-platform-monitor\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22radv\x22 : \x22docker-router-advertiser\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22sflow\x22 : \x22docker-sflow\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22snmp\x22 : \x22docker-snmp\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22mgmt-framework\x22 : \x22docker-sonic-mgmt-framework\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22teamd\x22 : \x22docker-teamd\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22syncd\x22 : \x22docker-syncd-brcm\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22syncd\x22 : \x22docker-syncd-brcm-dnx\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22gbsyncd\x22 : \x22docker-gbsyncd-credo\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22gbsyncd\x22 : \x22docker-gbsyncd-broncos\x22" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "" >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo } >> ./fsroot-broadcom/usr/share/sonic/templates/ctr_image_names.json'
+ '[' -f broadcom_database.sh ']'
+ sudo cp database.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_eventd.sh ']'
+ sudo cp eventd.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_bgp.sh ']'
+ sudo cp bgp.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_gnmi.sh ']'
+ sudo cp gnmi.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_lldp.sh ']'
+ sudo cp lldp.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_mux.sh ']'
+ sudo cp mux.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_nat.sh ']'
+ sudo cp nat.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_swss.sh ']'
+ sudo cp swss.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_pmon.sh ']'
+ sudo cp pmon.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_radv.sh ']'
+ sudo cp radv.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_sflow.sh ']'
+ sudo cp sflow.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_snmp.sh ']'
+ sudo cp snmp.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_mgmt-framework.sh ']'
+ sudo cp mgmt-framework.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_teamd.sh ']'
+ sudo cp teamd.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_syncd.sh ']'
+ sudo cp broadcom_syncd.sh ./fsroot-broadcom/usr/bin/syncd.sh
+ '[' -f broadcom_syncd.sh ']'
+ sudo cp broadcom_syncd.sh ./fsroot-broadcom/usr/bin/syncd.sh
+ '[' -f broadcom_gbsyncd.sh ']'
+ sudo cp gbsyncd.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_gbsyncd.sh ']'
+ sudo cp gbsyncd.sh ./fsroot-broadcom/usr/bin/
+ '[' -f database.service ']'
+ sudo cp database.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo database.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
database.service
+ '[' -f database@.service ']'
+ sudo cp database@.service ./fsroot-broadcom/usr/lib//systemd/system
+ MULTI_INSTANCE=database@.service
+ SINGLE_INSTANCE=database.service
+ sudo cp database.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo database@.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
database@.service
+ '[' -f database-chassis.service ']'
+ sudo cp database-chassis.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo database-chassis.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
database-chassis.service
+ '[' -f eventd.service ']'
+ sudo cp eventd.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo eventd.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
eventd.service
+ '[' -f bgp@.service ']'
+ sudo cp bgp@.service ./fsroot-broadcom/usr/lib//systemd/system
+ MULTI_INSTANCE=bgp@.service
+ SINGLE_INSTANCE=bgp.service
+ sudo cp bgp.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo bgp@.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
bgp@.service
+ '[' -f gnmi.service ']'
+ sudo cp gnmi.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo gnmi.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
gnmi.service
+ '[' -f lldp.service ']'
+ sudo cp lldp.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo lldp.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
lldp.service
+ '[' -f lldp@.service ']'
+ sudo cp lldp@.service ./fsroot-broadcom/usr/lib//systemd/system
+ MULTI_INSTANCE=lldp@.service
+ SINGLE_INSTANCE=lldp.service
+ sudo cp lldp.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo lldp@.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
lldp@.service
+ '[' -f mux.service ']'
+ sudo cp mux.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo mux.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
mux.service
+ '[' -f nat.service ']'
+ sudo cp nat.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo nat.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
nat.service
+ '[' -f swss@.service ']'
+ sudo cp swss@.service ./fsroot-broadcom/usr/lib//systemd/system
+ MULTI_INSTANCE=swss@.service
+ SINGLE_INSTANCE=swss.service
+ sudo cp swss.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo swss@.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
swss@.service
+ '[' -f pmon.service ']'
+ sudo cp pmon.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo pmon.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
pmon.service
+ '[' -f radv.service ']'
+ sudo cp radv.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo radv.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
radv.service
+ '[' -f sflow.service ']'
+ sudo cp sflow.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo sflow.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
sflow.service
+ '[' -f snmp.service ']'
+ sudo cp snmp.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo snmp.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
snmp.service
+ '[' -f mgmt-framework.service ']'
+ sudo cp mgmt-framework.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo mgmt-framework.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
mgmt-framework.service
+ '[' -f teamd@.service ']'
+ sudo cp teamd@.service ./fsroot-broadcom/usr/lib//systemd/system
+ MULTI_INSTANCE=teamd@.service
+ SINGLE_INSTANCE=teamd.service
+ sudo cp teamd.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo teamd@.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
teamd@.service
+ '[' -f syncd@.service ']'
+ sudo cp syncd@.service ./fsroot-broadcom/usr/lib//systemd/system
+ MULTI_INSTANCE=syncd@.service
+ SINGLE_INSTANCE=syncd.service
+ sudo cp syncd.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo syncd@.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
syncd@.service
+ '[' -f syncd@.service ']'
+ sudo cp syncd@.service ./fsroot-broadcom/usr/lib//systemd/system
+ MULTI_INSTANCE=syncd@.service
+ SINGLE_INSTANCE=syncd.service
+ sudo cp syncd.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo syncd@.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
syncd@.service
+ '[' -f gbsyncd@.service ']'
+ sudo cp gbsyncd@.service ./fsroot-broadcom/usr/lib//systemd/system
+ MULTI_INSTANCE=gbsyncd@.service
+ SINGLE_INSTANCE=gbsyncd.service
+ sudo cp gbsyncd.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo gbsyncd@.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
gbsyncd@.service
+ '[' -f gbsyncd@.service ']'
+ sudo cp gbsyncd@.service ./fsroot-broadcom/usr/lib//systemd/system
+ MULTI_INSTANCE=gbsyncd@.service
+ SINGLE_INSTANCE=gbsyncd.service
+ sudo cp gbsyncd.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo gbsyncd@.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
gbsyncd@.service
+ '[' -f iccpd.service ']'
+ sudo LANG=C chroot ./fsroot-broadcom fuser -km /sys
+ true
+ sudo LANG=C chroot ./fsroot-broadcom umount -lf /sys
+ sudo LANG=C cp files/scripts/swss.sh ./fsroot-broadcom/usr/local/bin/swss.sh
+ sudo LANG=C cp files/scripts/syncd.sh ./fsroot-broadcom/usr/local/bin/syncd.sh
+ sudo LANG=C cp files/scripts/syncd_common.sh ./fsroot-broadcom/usr/local/bin/syncd_common.sh
+ sudo LANG=C cp files/scripts/gbsyncd.sh ./fsroot-broadcom/usr/local/bin/gbsyncd.sh
+ sudo LANG=C cp files/scripts/gbsyncd-platform.sh ./fsroot-broadcom/usr/bin/gbsyncd-platform.sh
+ sudo LANG=C cp files/scripts/bgp.sh ./fsroot-broadcom/usr/local/bin/bgp.sh
+ sudo LANG=C cp files/scripts/teamd.sh ./fsroot-broadcom/usr/local/bin/teamd.sh
+ sudo LANG=C cp files/scripts/lldp.sh ./fsroot-broadcom/usr/local/bin/lldp.sh
+ sudo LANG=C cp files/scripts/radv.sh ./fsroot-broadcom/usr/local/bin/radv.sh
+ sudo LANG=C cp files/scripts/database.sh ./fsroot-broadcom/usr/local/bin/database.sh
+ sudo LANG=C cp files/scripts/snmp.sh ./fsroot-broadcom/usr/local/bin/snmp.sh
+ sudo LANG=C cp files/scripts/telemetry.sh ./fsroot-broadcom/usr/local/bin/telemetry.sh
+ sudo LANG=C cp files/scripts/gnmi.sh ./fsroot-broadcom/usr/local/bin/gnmi.sh
+ sudo LANG=C cp files/scripts/mgmt-framework.sh ./fsroot-broadcom/usr/local/bin/mgmt-framework.sh
+ sudo LANG=C cp files/scripts/asic_status.sh ./fsroot-broadcom/usr/local/bin/asic_status.sh
+ sudo LANG=C cp files/scripts/asic_status.py ./fsroot-broadcom/usr/local/bin/asic_status.py
+ sudo LANG=C cp files/scripts/sonic-netns-exec ./fsroot-broadcom/usr/bin/sonic-netns-exec
+ sudo LANG=C cp files/scripts/write_standby.py ./fsroot-broadcom/usr/local/bin/write_standby.py
+ sudo LANG=C cp files/scripts/mark_dhcp_packet.py ./fsroot-broadcom/usr/local/bin/mark_dhcp_packet.py
+ sudo cp files/build_templates/sonic.target ./fsroot-broadcom/usr/lib//systemd/system
+ sudo LANG=C chroot ./fsroot-broadcom systemctl enable sonic.target
Created symlink /etc/systemd/system/multi-user.target.wants/sonic.target -> /lib/systemd/system/sonic.target.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get purge -y python3-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libjs-jquery
  libjs-sphinxdoc libjs-underscore libksba8 libnpth0 libpackagekit-glib2-18
  libpython3-dev libpython3.9-dev lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
  python3.9-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  python3-dev*
0 upgraded, 0 newly installed, 1 to remove and 16 not upgraded.
After this operation, 147 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 50522 files and directories currently installed.)
Removing python3-dev (3.9.2-3) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get purge -y build-essential libssl-dev swig
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  bzip2 dirmngr dpkg-dev g++ g++-10 gir1.2-freedesktop
  gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libjs-jquery
  libjs-sphinxdoc libjs-underscore libksba8 libnpth0 libpackagekit-glib2-18
  libpython3-dev libpython3.9-dev libstdc++-10-dev lsb-release make patch
  pinentry-curses python-pip-whl python3-mako python3-markdown
  python3-markupsafe python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel python3.9-dev swig4.0
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  build-essential* gobject-introspection* libgirepository1.0-dev* libssl-dev*
  swig*
0 upgraded, 0 newly installed, 5 to remove and 15 not upgraded.
After this operation, 21.0 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 50503 files and directories currently installed.)
Removing libgirepository1.0-dev:amd64 (1.66.1-1+b1) ...
Removing gobject-introspection (1.66.1-1+b1) ...
Removing build-essential (12.9) ...
Removing libssl-dev:amd64 (1.1.1n-0+deb11u5+fips) ...
Removing swig (4.0.2-1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get purge -y libcairo2-dev libdbus-1-dev libgirepository1.0-dev libsystemd-dev pkg-config
Reading package lists...
Building dependency tree...
Reading state information...
Package 'libgirepository1.0-dev' is not installed, so not removed
The following packages were automatically installed and are no longer required:
  bzip2 dirmngr dpkg-dev fontconfig-config fonts-dejavu-core g++ g++-10
  gir1.2-freedesktop gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
  gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libblkid-dev
  libbrotli-dev libc-dev-bin libc6-dev libcairo-gobject2
  libcairo-script-interpreter2 libcairo2 libcrypt-dev libcurl3-gnutls
  libdpkg-perl libexpat1-dev libfontconfig1 libfreetype-dev libfreetype6-dev
  libglib2.0-bin libglib2.0-data libglib2.0-dev-bin libice-dev libice6
  libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libmount-dev libnpth0
  libnsl-dev libpackagekit-glib2-18 libpcre16-3 libpcre2-16-0 libpcre2-32-0
  libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
  libpixman-1-0 libpixman-1-dev libpng-dev libpthread-stubs0-dev
  libpython3-dev libpython3.9-dev libselinux1-dev libsepol1-dev libsm-dev
  libsm6 libstdc++-10-dev libtirpc-dev libx11-6 libx11-data libx11-dev
  libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
  libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
  libxext6 libxrender-dev libxrender1 linux-libc-dev lsb-release make patch
  pinentry-curses python-pip-whl python3-mako python3-markdown
  python3-markupsafe python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel python3.9-dev swig4.0 uuid-dev
  x11-common x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev
  zlib1g-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  libcairo2-dev* libdbus-1-dev* libfontconfig-dev* libfontconfig1-dev*
  libglib2.0-dev* libsystemd-dev* pkg-config*
0 upgraded, 0 newly installed, 7 to remove and 15 not upgraded.
After this operation, 16.4 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 50177 files and directories currently installed.)
Removing libcairo2-dev:amd64 (1.16.0-5) ...
Removing libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ...
Removing libfontconfig1-dev:amd64 (2.13.1-4.2) ...
Removing libfontconfig-dev:amd64 (2.13.1-4.2) ...
Removing libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ...
Removing libsystemd-dev:amd64 (247.3-7+deb11u6) ...
Removing pkg-config (0.29.2-1) ...
Processing triggers for libglib2.0-0:amd64 (2.66.8-1+deb11u6) ...
No schema files found: doing nothing.
(Reading database ... 49097 files and directories currently installed.)
Purging configuration files for pkg-config (0.29.2-1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get clean -y
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get autoremove -y
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  bzip2 dirmngr dpkg-dev fontconfig-config fonts-dejavu-core g++ g++-10
  gir1.2-freedesktop gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
  gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libblkid-dev
  libbrotli-dev libc-dev-bin libc6-dev libcairo-gobject2
  libcairo-script-interpreter2 libcairo2 libcrypt-dev libcurl3-gnutls
  libdpkg-perl libexpat1-dev libfontconfig1 libfreetype-dev libfreetype6-dev
  libglib2.0-bin libglib2.0-data libglib2.0-dev-bin libice-dev libice6
  libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libmount-dev libnpth0
  libnsl-dev libpackagekit-glib2-18 libpcre16-3 libpcre2-16-0 libpcre2-32-0
  libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
  libpixman-1-0 libpixman-1-dev libpng-dev libpthread-stubs0-dev
  libpython3-dev libpython3.9-dev libselinux1-dev libsepol1-dev libsm-dev
  libsm6 libstdc++-10-dev libtirpc-dev libx11-6 libx11-data libx11-dev
  libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
  libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
  libxext6 libxrender-dev libxrender1 linux-libc-dev lsb-release make patch
  pinentry-curses python-pip-whl python3-mako python3-markdown
  python3-markupsafe python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel python3.9-dev swig4.0 uuid-dev
  x11-common x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev
  zlib1g-dev
0 upgraded, 0 newly installed, 104 to remove and 15 not upgraded.
After this operation, 193 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 49096 files and directories currently installed.)
Removing dpkg-dev (1.20.13) ...
Removing bzip2 (1.0.8-4) ...
Removing gnupg (2.2.27-2+deb11u2) ...
Removing gpg-wks-client (2.2.27-2+deb11u2) ...
Removing dirmngr (2.2.27-2+deb11u2) ...
Removing libcairo-script-interpreter2:amd64 (1.16.0-5) ...
Removing libcairo-gobject2:amd64 (1.16.0-5) ...
Removing libcairo2:amd64 (1.16.0-5) ...
Removing libfontconfig1:amd64 (2.13.1-4.2) ...
Removing fontconfig-config (2.13.1-4.2) ...
Removing fonts-dejavu-core (2.37-2) ...
Removing g++ (4:10.2.1-1) ...
Removing g++-10 (10.2.1-6) ...
Removing gir1.2-freedesktop:amd64 (1.66.1-1+b1) ...
Removing gir1.2-packagekitglib-1.0 (1.2.2-2) ...
Removing gnupg-l10n (2.2.27-2+deb11u2) ...
Removing gnupg-utils (2.2.27-2+deb11u2) ...
Removing gpg-wks-server (2.2.27-2+deb11u2) ...
Removing gpg-agent (2.2.27-2+deb11u2) ...
Removing gpgsm (2.2.27-2+deb11u2) ...
Removing python3-software-properties (0.96.20.2-2.1) ...
Removing iso-codes (4.6.0-1) ...
Removing libmount-dev:amd64 (2.36.1-8+deb11u2) ...
Removing libblkid-dev:amd64 (2.36.1-8+deb11u2) ...
Removing libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ...
Removing libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ...
Removing libbrotli-dev:amd64 (1.0.9-2+b2) ...
Removing python3.9-dev (3.9.2-1+deb11u3) ...
Removing libpython3-dev:amd64 (3.9.2-3) ...
Removing libpython3.9-dev:amd64 (3.9.2-1+deb11u3) ...
Removing libexpat1-dev:amd64 (2.2.10-2+deb11u7) ...
Removing libpng-dev:amd64 (1.6.37-3) ...
Removing zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
Removing uuid-dev:amd64 (2.36.1-8+deb11u2) ...
Removing python3-pycurl (7.43.0.6-5) ...
Removing libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u15) ...
Removing libdpkg-perl (1.20.13) ...
Removing libglib2.0-bin (2.66.8-1+deb11u6) ...
Removing libglib2.0-data (2.66.8-1+deb11u6) ...
Removing libglib2.0-dev-bin (2.66.8-1+deb11u6) ...
Removing libsm-dev:amd64 (2:1.2.3-1) ...
Removing libice-dev:amd64 (2:1.0.10-1) ...
Removing libsm6:amd64 (2:1.2.3-1) ...
Removing libice6:amd64 (2:1.0.10-1) ...
Removing libjs-sphinxdoc (3.4.3-2) ...
Removing libjs-jquery (3.5.1+dfsg+~3.5.5-7) ...
Removing libjs-underscore (1.9.1~dfsg-3) ...
Removing libksba8:amd64 (1.5.0-3+deb11u2) ...
Removing libnpth0:amd64 (1.6-3) ...
Removing libpackagekit-glib2-18:amd64 (1.2.2-2) ...
Removing libpcre3-dev:amd64 (2:8.39-13) ...
Removing libpcre16-3:amd64 (2:8.39-13) ...
Removing libselinux1-dev:amd64 (3.1-3) ...
Removing libpcre2-dev:amd64 (10.36-2+deb11u1) ...
Removing libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
Removing libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
Removing libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
Removing libpcre32-3:amd64 (2:8.39-13) ...
Removing libpcrecpp0v5:amd64 (2:8.39-13) ...
Removing libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ...
Removing libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ...
Removing libxcb-shm0-dev:amd64 (1.14-3) ...
Removing libxcb-render0-dev:amd64 (1.14-3) ...
Removing libsepol1-dev:amd64 (3.1-1+deb11u1) ...
Removing libstdc++-10-dev:amd64 (10.2.1-6) ...
Removing libxrender-dev:amd64 (1:0.9.10-1) ...
Removing libxrender1:amd64 (1:0.9.10-1) ...
Removing libxext-dev:amd64 (2:1.3.3-1.1) ...
Removing libxext6:amd64 (2:1.3.3-1.1) ...
Removing libx11-dev:amd64 (2:1.7.2-1+deb11u2) ...
Removing libxcb-shm0:amd64 (1.14-3) ...
Removing libxcb-render0:amd64 (1.14-3) ...
Removing lsb-release (11.1.0) ...
Removing make (4.3-4.1) ...
Removing patch (2.7.6-7) ...
Removing pinentry-curses (1.1.0-4) ...
Removing python-pip-whl (20.3.4-4+deb11u1) ...
Removing python3-mako (1.1.3+ds1-2) ...
Removing python3-markdown (3.3.4-1) ...
Removing python3-markupsafe (1.1.1-1+b3) ...
Removing python3-setuptools (52.0.0-4+deb11u2) ...
Removing python3-pkg-resources (52.0.0-4+deb11u2) ...
Removing python3-wheel (0.34.2-1) ...
Removing swig4.0 (4.0.2-1) ...
Removing x11-common (1:7.7+22) ...
Running in chroot, ignoring request.
Removing x11proto-xext-dev (2020.1-1) ...
Removing xtrans-dev (1.4.0-1) ...
Removing libc6-dev:amd64 (2.31-13+deb11u13) ...
Removing libc-dev-bin (2.31-13+deb11u13) ...
Removing libcrypt-dev:amd64 (1:4.4.18-4) ...
Removing libnsl-dev:amd64 (1.3.0-2) ...
Removing libxcb1-dev:amd64 (1.14-3) ...
Removing libpthread-stubs0-dev:amd64 (0.4-1) ...
Removing libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
Removing libx11-6:amd64 (2:1.7.2-1+deb11u2) ...
Removing libx11-data (2:1.7.2-1+deb11u2) ...
Removing libxau-dev:amd64 (1:1.0.9-1) ...
Removing libxcb1:amd64 (1.14-3) ...
Removing libxau6:amd64 (1:1.0.9-1) ...
Removing libxdmcp-dev:amd64 (1:1.1.2-3) ...
Removing libxdmcp6:amd64 (1:1.1.2-3) ...
Removing linux-libc-dev:amd64 (5.10.237-1) ...
Removing x11proto-dev (2020.1-1) ...
Removing xorg-sgml-doctools (1:1.11-1.1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo cp dockers/docker-database/base_image_files/redis-cli ./fsroot-broadcom//usr/bin/redis-cli
+ sudo cp dockers/docker-fpm-frr/base_image_files/vtysh ./fsroot-broadcom//usr/bin/vtysh
+ sudo cp dockers/docker-fpm-frr/base_image_files/rvtysh ./fsroot-broadcom//usr/bin/rvtysh
+ sudo cp dockers/docker-fpm-frr/base_image_files/TSA ./fsroot-broadcom//usr/bin/TSA
+ sudo cp dockers/docker-fpm-frr/base_image_files/TSB ./fsroot-broadcom//usr/bin/TSB
+ sudo cp dockers/docker-fpm-frr/base_image_files/TSC ./fsroot-broadcom//usr/bin/TSC
+ sudo cp dockers/docker-fpm-frr/base_image_files/TS ./fsroot-broadcom//usr/bin/TS
+ sudo cp dockers/docker-sonic-gnmi/base_image_files/monit_gnmi ./fsroot-broadcom//etc/monit/conf.d
+ sudo cp dockers/docker-lldp/base_image_files/lldpctl ./fsroot-broadcom//usr/bin/lldpctl
+ sudo cp dockers/docker-lldp/base_image_files/lldpcli ./fsroot-broadcom//usr/bin/lldpcli
+ sudo cp dockers/docker-nat/base_image_files/natctl ./fsroot-broadcom//usr/bin/natctl
+ sudo cp dockers/docker-orchagent/base_image_files/swssloglevel ./fsroot-broadcom//usr/bin/swssloglevel
+ sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom//usr/bin/sensors
+ sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom//usr/sbin/iSmart
+ sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom//usr/sbin/SmartCmd
+ sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom//usr/bin/ethtool
+ sudo cp dockers/docker-sflow/base_image_files/psample ./fsroot-broadcom//usr/bin/psample
+ sudo cp dockers/docker-sflow/base_image_files/sflowtool ./fsroot-broadcom//usr/bin/sflowtool
+ sudo cp dockers/docker-snmp/base_image_files/monit_snmp ./fsroot-broadcom//etc/monit/conf.d
+ sudo cp dockers/docker-sonic-mgmt-framework/base_image_files/sonic-cli ./fsroot-broadcom//usr/bin/sonic-cli
+ sudo cp dockers/docker-teamd/base_image_files/teamdctl ./fsroot-broadcom//usr/bin/teamdctl
+ sudo cp platform/broadcom/docker-syncd-brcm/base_image_files/bcmcmd ./fsroot-broadcom//usr/bin/bcmcmd
+ sudo cp platform/broadcom/docker-syncd-brcm/base_image_files/bcmsh ./fsroot-broadcom//usr/bin/bcmsh
+ sudo cp platform/broadcom/docker-syncd-brcm/base_image_files/bcm_common ./fsroot-broadcom//usr/bin/bcm_common
+ sudo cp platform/broadcom/docker-syncd-brcm-dnx/base_image_files/bcmcmd ./fsroot-broadcom//usr/bin/bcmcmd
+ sudo cp platform/broadcom/docker-syncd-brcm-dnx/base_image_files/bcmsh ./fsroot-broadcom//usr/bin/bcmsh
+ sudo cp platform/broadcom/docker-syncd-brcm-dnx/base_image_files/bcm_common ./fsroot-broadcom//usr/bin/bcm_common
+ sudo mkdir ./fsroot-broadcom/etc/sonic/frr
+ sudo touch ./fsroot-broadcom/etc/sonic/frr/frr.conf
+ sudo touch ./fsroot-broadcom/etc/sonic/frr/vtysh.conf
+ sudo chown -R 300:300 ./fsroot-broadcom/etc/sonic/frr
+ sudo chmod -R 640 ./fsroot-broadcom/etc/sonic/frr/
+ sudo chmod 750 ./fsroot-broadcom/etc/sonic/frr
+ sudo cp files/build_scripts/mask_disabled_services.py ./fsroot-broadcom/tmp/
+ sudo chmod a+x ./fsroot-broadcom/tmp/mask_disabled_services.py
+ sudo LANG=C chroot ./fsroot-broadcom /tmp/mask_disabled_services.py
Created symlink /etc/systemd/system/dhcp_relay.service → /dev/null.
Created symlink /etc/systemd/system/mux.service → /dev/null.
Created symlink /etc/systemd/system/nat.service → /dev/null.
Created symlink /etc/systemd/system/sflow.service → /dev/null.
Created symlink /etc/systemd/system/macsec.service → /dev/null.
+ sudo rm -rf ./fsroot-broadcom/tmp/mask_disabled_services.py
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install python3-dbus
Reading package lists...
Building dependency tree...
Reading state information...
python3-dbus is already the newest version (1.2.16-5).
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
+ clean_sys
+ sudo chroot ./fsroot-broadcom umount /sys/fs/cgroup/blkio /sys/fs/cgroup/cpu /sys/fs/cgroup/cpu,cpuacct /sys/fs/cgroup/cpuacct /sys/fs/cgroup/cpuset /sys/fs/cgroup/devices /sys/fs/cgroup/freezer /sys/fs/cgroup/hugetlb /sys/fs/cgroup/memory /sys/fs/cgroup/misc /sys/fs/cgroup/net_cls /sys/fs/cgroup/net_cls,net_prio /sys/fs/cgroup/net_prio /sys/fs/cgroup/perf_event /sys/fs/cgroup/pids /sys/fs/cgroup/rdma /sys/fs/cgroup/systemd /sys/fs/cgroup /sys
umount: /sys/fs/cgroup/blkio: no mount point specified.
umount: /sys/fs/cgroup/cpu: no mount point specified.
umount: /sys/fs/cgroup/cpu,cpuacct: no mount point specified.
umount: /sys/fs/cgroup/cpuacct: no mount point specified.
umount: /sys/fs/cgroup/cpuset: no mount point specified.
umount: /sys/fs/cgroup/devices: no mount point specified.
umount: /sys/fs/cgroup/freezer: no mount point specified.
umount: /sys/fs/cgroup/hugetlb: no mount point specified.
umount: /sys/fs/cgroup/memory: no mount point specified.
umount: /sys/fs/cgroup/misc: no mount point specified.
umount: /sys/fs/cgroup/net_cls: no mount point specified.
umount: /sys/fs/cgroup/net_cls,net_prio: no mount point specified.
umount: /sys/fs/cgroup/net_prio: no mount point specified.
umount: /sys/fs/cgroup/perf_event: no mount point specified.
umount: /sys/fs/cgroup/pids: no mount point specified.
umount: /sys/fs/cgroup/rdma: no mount point specified.
umount: /sys/fs/cgroup/systemd: no mount point specified.
umount: /sys/fs/cgroup: no mount point specified.
umount: /sys: not mounted.
+ true
+ true
+ '[' y = y ']'
+ '[' -f files/build_templates/organization_extensions.sh ']'
+ sudo chmod 755 files/build_templates/organization_extensions.sh
+ ./files/build_templates/organization_extensions.sh -f ./fsroot-broadcom -h sonic
Executing SONIC Organization Extensions
SONIC Organization Extensions - Done
+ sudo cp files/image_config/ebtables/ebtables.filter.cfg ./fsroot-broadcom/etc
+ '[' '' == y ']'
+ sudo LANG=C chroot ./fsroot-broadcom /bin/bash -c 'mkdir -p /etc/fips'
+ sudo LANG=C chroot ./fsroot-broadcom /bin/bash -c 'echo 0 > /etc/fips/fips_enable'
+ [[ no_sign == \d\e\v ]]
+ [[ no_sign == \p\r\o\d ]]
+ sudo chroot ./fsroot-broadcom update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.10.0-30-2-amd64
+ [[ grub == uboot ]]
+ SONIC_VERSION_CACHE=
+ DBGOPT=
+ scripts/collect_host_image_version_files.sh amd64 bullseye target ./fsroot-broadcom
./
./web/
./deb/
./pip/
++ get_version_cache_option
++ '[' '!' -z ']'
++ echo -n ''
++ return 1
+ '[' '!' -z '' ']'
+ apt-get -s clean -y
Del /var/cache/apt/archives/* /var/cache/apt/archives/partial/*
Del /var/lib/apt/lists/partial/*
Del  
+ apt-get -s autoclean -y
Reading package lists...
Building dependency tree...
Reading state information...
+ apt-get -s autoremove -y
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
+ rm -f '/var/cache/apt/archives/*.deb' '/var/cache/apt/*.bin'
+ [[ ! host-image =~ -slave- ]]
+ rm -f /var/lib/apt/lists/auxfiles /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_non-free_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_non-free_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-backports_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-backports_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-backports_non-free_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_non-free_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_non-free_source_Sources.lz4 /var/lib/apt/lists/download.docker.com_linux_debian_dists_bullseye_InRelease /var/lib/apt/lists/download.docker.com_linux_debian_dists_bullseye_stable_binary-amd64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/partial
rm: cannot remove '/var/lib/apt/lists/auxfiles': Is a directory
rm: cannot remove '/var/lib/apt/lists/partial': Is a directory
+ rm -rf /sonic/target /ssh
+ rm -f '/tmp/*'
+ rm -rf /debs /python-wheels /root/.cache
+ find /
+ grep -E __pycache__
+ xargs rm -rf
+ rm -rf '/usr/local/share/buildinfo/build-versions/*'
+ symlink_build_hooks -d
+ set_reproducible_mirrors -d
+ local 'expression=s/^#\s*\(.*http:\/\/packages.trafficmanager.net\/\)/\1/'
+ local 'expression2=/^#*deb.*http:\/\/packages.trafficmanager.net\//! s/^#*deb/#&/'
+ local 'expression3=$a#SET_REPR_MIRRORS'
+ '[' -d = -d ']'
+ expression='s/^deb.*http:\/\/packages.trafficmanager.net\//#\0/'
+ expression2='/^#*deb.*http:\/\/packages.trafficmanager.net\//! s/^#\s*(#*deb)/\1/'
+ expression3=/#SET_REPR_MIRRORS/d
++ find /etc/apt/sources.list.d/ -type f
+ local 'mirrors=/etc/apt/sources.list '
+ for mirror in $mirrors
+ grep -iq 'http:\/\/packages.trafficmanager.net\/' /etc/apt/sources.list
+ continue
+ rm -f /usr/local/share/buildinfo/versions/01-versions-deb
+ rm -f /etc/apt/preferences.d/01-versions-deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y remove gcc
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 gcc-10
  libasan6 libbinutils libcc1-0 libctf-nobfd0 libctf0 libgcc-10-dev libgomp1
  libisl23 libitm1 liblsan0 libmpc3 libmpfr6 libquadmath0 libtsan0 libubsan1
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  gcc
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 46.1 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 41401 files and directories currently installed.)
Removing gcc (4:10.2.1-1) ...
+ sudo rm ./fsroot-broadcom/etc/apt/apt.conf.d/00image-install-eatmydata ./fsroot-broadcom/usr/local/bin/dpkg
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y remove eatmydata
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 gcc-10
  libasan6 libbinutils libcc1-0 libctf-nobfd0 libctf0 libeatmydata1
  libgcc-10-dev libgomp1 libisl23 libitm1 liblsan0 libmpc3 libmpfr6
  libquadmath0 libtsan0 libubsan1
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  eatmydata
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 30.7 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 41372 files and directories currently installed.)
Removing eatmydata (105-9) ...
+ sudo LANG=C chroot ./fsroot-broadcom apt-get -y autoremove
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 gcc-10
  libasan6 libbinutils libcc1-0 libctf-nobfd0 libctf0 libeatmydata1
  libgcc-10-dev libgomp1 libisl23 libitm1 liblsan0 libmpc3 libmpfr6
  libquadmath0 libtsan0 libubsan1
0 upgraded, 0 newly installed, 22 to remove and 0 not upgraded.
After this operation, 151 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 41365 files and directories currently installed.)
Removing gcc-10 (10.2.1-6) ...
Removing binutils (2.35.2-2) ...
Removing binutils-x86-64-linux-gnu (2.35.2-2) ...
Removing libctf0:amd64 (2.35.2-2) ...
Removing libbinutils:amd64 (2.35.2-2) ...
Removing binutils-common:amd64 (2.35.2-2) ...
Removing cpp (4:10.2.1-1) ...
Removing cpp-10 (10.2.1-6) ...
Removing libgcc-10-dev:amd64 (10.2.1-6) ...
Removing libasan6:amd64 (10.2.1-6) ...
Removing libcc1-0:amd64 (10.2.1-6) ...
Removing libctf-nobfd0:amd64 (2.35.2-2) ...
Removing libeatmydata1:amd64 (105-9) ...
Removing libgomp1:amd64 (10.2.1-6) ...
Removing libisl23:amd64 (0.23-1) ...
Removing libitm1:amd64 (10.2.1-6) ...
Removing liblsan0:amd64 (10.2.1-6) ...
Removing libmpc3:amd64 (1.2.0-1) ...
Removing libmpfr6:amd64 (4.1.0-3) ...
Removing libquadmath0:amd64 (10.2.1-6) ...
Removing libtsan0:amd64 (10.2.1-6) ...
Removing libubsan1:amd64 (10.2.1-6) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo LANG=C chroot ./fsroot-broadcom apt-get autoclean
Reading package lists...
Building dependency tree...
Reading state information...
+ sudo LANG=C chroot ./fsroot-broadcom apt-get clean
+ sudo LANG=C chroot ./fsroot-broadcom bash -c 'rm -rf /usr/share/doc/* /usr/share/locale/* /var/lib/apt/lists/* /tmp/*'
+ '[' -n '' ']'
+ sudo LANG=C chroot ./fsroot-broadcom pip3 cache purge
WARNING: No matching packages
Files removed: 0 (0 bytes)
+ echo '[INFO] Umount all'
[INFO] Umount all
+ sudo LANG=C chroot ./fsroot-broadcom fuser -vm /proc
                     USER        PID ACCESS COMMAND
/proc:               root     kernel mount /proc
+ sudo LANG=C chroot ./fsroot-broadcom fuser -km /proc
+ true
+ sudo timeout 15s bash -c 'until LANG=C chroot $0 umount /proc; do sleep 1; done' ./fsroot-broadcom
+ sudo mkdir ./fsroot-broadcom/host
+ [[ n == \y ]]
+ sudo rm -f fs.zip fs.squashfs
+ sudo du -hsx ./fsroot-broadcom
2.9G	./fsroot-broadcom
+ sudo mkdir -p ./fsroot-broadcom/var/lib/docker
+ sudo rm -f ./fsroot-broadcom/etc/resolvconf/resolv.conf.d/original
+ sudo cp files/image_config/resolv-config/resolv.conf.head ./fsroot-broadcom/etc/resolvconf/resolv.conf.d/head
+ '[' n = y ']'
+ sudo mksquashfs ./fsroot-broadcom fs.squashfs -comp zstd -b 1M -e boot -e var/lib/docker -e platform
Parallel mksquashfs: Using 112 processors
Creating 4.0 filesystem on fs.squashfs, block size 1048576.

[===========================================================/] 38357/38357 100%

Exportable Squashfs 4.0 filesystem, zstd compressed, data block size 1048576
	compressed data, compressed metadata, compressed fragments,
	compressed xattrs, compressed ids
	duplicates are removed
Filesystem size 360128.30 Kbytes (351.69 Mbytes)
	26.23% of uncompressed filesystem size (1372770.21 Kbytes)
Inode table size 361318 bytes (352.85 Kbytes)
	22.29% of uncompressed inode table size (1620761 bytes)
Directory table size 403603 bytes (394.14 Kbytes)
	35.67% of uncompressed directory table size (1131532 bytes)
Xattr table size 40 bytes (0.04 Kbytes)
	100.00% of uncompressed xattr table size (40 bytes)
Number of duplicate files found 11817
Number of inodes 50854
Number of files 38123
Number of fragments 689
Number of symbolic links  2427
Number of device nodes 5351
Number of fifo nodes 0
Number of socket nodes 2
Number of directories 4951
Number of ids (unique uids + gids) 27
Number of uids 6
	root (0)
	jenkins (129)
	unknown (300)
	unknown (1000)
	sshd (106)
	_apt (100)
Number of gids 25
	root (0)
	video (44)
	disk (6)
	audio (29)
	cdrom (24)
	tty (5)
	floppy (25)
	dialout (20)
	kmem (15)
	lp (7)
	tape (26)
	gjenkins (136)
	adm (4)
	shadow (42)
	unknown (300)
	unknown (1000)
	utmp (43)
	Debian-exim (106)
	crontab (107)
	messagebus (104)
	staff (50)
	unknown (112)
	docker (999)
	ssh (109)
	mail (8)
+ sudo chmod -R go-wx ./fsroot-broadcom/boot
++ sudo LANG=C chroot ./fsroot-broadcom id -g admin
+ gid_user=1000
+ '[' 1000 '!=' 1000 ']'
+ [[ n == y ]]
+ [[ n == y ]]
+ pushd ./fsroot-broadcom
/sonic/fsroot-broadcom /sonic
+ sudo tar -I gzip -cf /sonic/dockerfs.tar.gz -C var/lib/docker .
+ popd
/sonic
+ pushd ./fsroot-broadcom
/sonic/fsroot-broadcom /sonic
+ sudo tar -I gzip -cf platform.tar.gz -C platform .
+ sudo zip -n .gz /sonic/fs.zip -r boot/ platform.tar.gz
  adding: boot/ (stored 0%)
  adding: boot/vmlinuz-5.10.0-30-2-amd64 (deflated 1%)
  adding: boot/initrd.img-5.10.0-30-2-amd64 (deflated 2%)
  adding: boot/config-5.10.0-30-2-amd64 (deflated 76%)
  adding: boot/System.map-5.10.0-30-2-amd64 (deflated 16%)
  adding: platform.tar.gz (stored 0%)
+ popd
/sonic
+ sudo zip -g -n .squashfs:.gz fs.zip fs.squashfs dockerfs.tar.gz
  adding: fs.squashfs (stored 0%)
  adding: dockerfs.tar.gz (stored 0%)
+ sudo LANG=C chroot ./fsroot-broadcom umount /proc
umount: /proc: not mounted.
+ true
+ true
++ '[' -f .arch ']'
++ cat .arch
+ CONFIGURED_ARCH=amd64
+ [[ amd64 == armhf ]]
+ [[ amd64 == arm64 ]]
+ . ./onie-image.conf
++ : 32768
++ : x86_64
++ : broadcom
++ ONIEIMAGE_VERSION=r0
++ FILESYSTEM_ROOT=./fsroot-broadcom
++ FILESYSTEM_SQUASHFS=fs.squashfs
++ ONIE_INSTALLER_PAYLOAD=fs.zip
++ FILESYSTEM_DOCKERFS=dockerfs.tar.gz
++ DOCKERFS_DIR=docker
++ DOCKER_RAMFS_SIZE=2500M
++ OUTPUT_ONIE_IMAGE=target/sonic-broadcom.bin
++ OUTPUT_RAW_IMAGE=target/sonic-broadcom.raw
++ RAW_IMAGE_DISK_SIZE=1700
++ OUTPUT_KVM_IMAGE=target/sonic-broadcom.img
++ KVM_IMAGE_DISK_SIZE=16
++ OUTPUT_ABOOT_IMAGE=target/sonic-aboot-broadcom.swi
++ ABOOT_BOOT_IMAGE=.sonic-boot.swi
++ OUTPUT_KVM_4ASIC_IMAGE=target/sonic-4asic-broadcom.img
++ OUTPUT_KVM_6ASIC_IMAGE=target/sonic-6asic-broadcom.img
+ '[' -n 32768 ']'
+ '[' -n fs.zip ']'
+ IMAGE_VERSION=etri-202311.98-8b0576444
+ '[' onie = onie ']'
+ echo 'Build ONIE installer'
Build ONIE installer
++ dirname target/sonic-broadcom.bin
+ mkdir -p target
+ sudo rm -f target/sonic-broadcom.bin
+ generate_device_list ./installer/platforms_asic
+ local platforms_asic=./installer/platforms_asic
+ echo -n
++ find -L ./device -maxdepth 2 -mindepth 2 -type d
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/platform_asic
+ echo x86_64-ragile_ra-b6510-32c-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/platform_asic
+ echo x86_64-ragile_ra-b6920-4s-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/platform_asic
+ echo x86_64-ragile_ra-b6910-64c-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/platform_asic
+ echo x86_64-ragile_ra-b6510-48v8c-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/common/profiles/platform_asic ']'
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/common/pddf/platform_asic ']'
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_s5212f_c3538-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dellemc_s5212f_c3538-r0/platform_asic
+ echo x86_64-dellemc_s5212f_c3538-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dell_s6100_c2538-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dell_s6100_c2538-r0/platform_asic
+ echo x86_64-dell_s6100_c2538-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/platform_asic
+ echo x86_64-dellemc_n3248pxe_c3338-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_s5232f_c3538-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dellemc_s5232f_c3538-r0/platform_asic
+ echo x86_64-dellemc_s5232f_c3538-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_n3248te_c3338-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dellemc_n3248te_c3338-r0/platform_asic
+ echo x86_64-dellemc_n3248te_c3338-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_z9264f_c3538-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dellemc_z9264f_c3538-r0/platform_asic
+ echo x86_64-dellemc_z9264f_c3538-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dell_z9100_c2538-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dell_z9100_c2538-r0/platform_asic
+ echo x86_64-dell_z9100_c2538-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_z9432f_c3758-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dellemc_z9432f_c3758-r0/platform_asic
+ echo x86_64-dellemc_z9432f_c3758-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_s5224f_c3538-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dellemc_s5224f_c3538-r0/platform_asic
+ echo x86_64-dellemc_s5224f_c3538-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_z9332f_d1508-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dellemc_z9332f_d1508-r0/platform_asic
+ echo x86_64-dellemc_z9332f_d1508-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_s5296f_c3538-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dellemc_s5296f_c3538-r0/platform_asic
+ echo x86_64-dellemc_s5296f_c3538-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dell_e3224f-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dell_e3224f-r0/platform_asic
+ echo x86_64-dell_e3224f-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dell_s6000_s1220-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dell_s6000_s1220-r0/platform_asic
+ echo x86_64-dell_s6000_s1220-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_s5248f_c3538-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dellemc_s5248f_c3538-r0/platform_asic
+ echo x86_64-dellemc_s5248f_c3538-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/arm64-nokia_ixs7215_52xb-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nokia/arm64-nokia_ixs7215_52xb-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/armhf-nokia_ixs7215_52x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nokia/armhf-nokia_ixs7215_52x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/wnc/x86_64-wnc_osw1800-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/wnc/x86_64-wnc_osw1800-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/juniper/x86_64-juniper_qfx5200-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/juniper/x86_64-juniper_qfx5200-r0/platform_asic
+ echo x86_64-juniper_qfx5200-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/juniper/x86_64-juniper_qfx5210-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/juniper/x86_64-juniper_qfx5210-r0/platform_asic
+ echo x86_64-juniper_qfx5210-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/platform_asic
+ echo x86_64-mitac_ly1200_b32h0_c3-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/pegatron/x86_64-pegatron_porsche-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/pegatron/x86_64-pegatron_porsche-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/inventec/x86_64-inventec_d6356-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/inventec/x86_64-inventec_d6356-r0/platform_asic
+ echo x86_64-inventec_d6356-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/inventec/x86_64-inventec_d6332-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/inventec/x86_64-inventec_d6332-r0/platform_asic
+ echo x86_64-inventec_d6332-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/inventec/x86_64-inventec_d6556-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/inventec/x86_64-inventec_d6556-r0/platform_asic
+ echo x86_64-inventec_d6556-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/inventec/x86_64-inventec_d7054q28b-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/inventec/x86_64-inventec_d7054q28b-r0/platform_asic
+ echo x86_64-inventec_d7054q28b-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/inventec/x86_64-inventec_d6254qs-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/inventec/x86_64-inventec_d6254qs-r0/platform_asic
+ echo x86_64-inventec_d6254qs-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/inventec/x86_64-inventec_d7264q28b-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/inventec/x86_64-inventec_d7264q28b-r0/platform_asic
+ echo x86_64-inventec_d7264q28b-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/inventec/x86_64-inventec_d7032q28b-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/inventec/x86_64-inventec_d7032q28b-r0/platform_asic
+ echo x86_64-inventec_d7032q28b-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/cig/x86_64-cig_cs5435_54p-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/cig/x86_64-cig_cs5435_54p-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/cig/x86_64-cig_cs6436_54p-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/cig/x86_64-cig_cs6436_54p-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/cig/x86_64-cig_cs6436_56p-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/cig/x86_64-cig_cs6436_56p-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/platform_asic
+ echo x86_64-quanta_ix8_rglbmc-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix1b_32x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix1b_32x-r0/platform_asic
+ echo x86_64-quanta_ix1b_32x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/platform_asic
+ echo x86_64-quanta_ix1b_rglbmc-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/platform_asic
+ echo x86_64-quanta_ix7_rglbmc-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix8c_bwde-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix8c_bwde-r0/platform_asic
+ echo x86_64-quanta_ix8c_bwde-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix7_bwde-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix7_bwde-r0/platform_asic
+ echo x86_64-quanta_ix7_bwde-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix9_bwde-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix9_bwde-r0/platform_asic
+ echo x86_64-quanta_ix9_bwde-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix8a_bwde-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/quanta/x86_64-quanta_ix8a_bwde-r0/platform_asic
+ echo x86_64-quanta_ix8a_bwde-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_seastone_2-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/celestica/x86_64-cel_seastone_2-r0/platform_asic
+ echo x86_64-cel_seastone_2-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_seastone-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/celestica/x86_64-cel_seastone-r0/platform_asic
+ echo x86_64-cel_seastone-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_midstone-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/celestica/x86_64-cel_midstone-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_silverstone-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/celestica/x86_64-cel_silverstone-r0/platform_asic
+ echo x86_64-cel_silverstone-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_belgite-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/celestica/x86_64-cel_belgite-r0/platform_asic
+ echo x86_64-cel_belgite-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_e1031-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/celestica/x86_64-cel_e1031-r0/platform_asic
+ echo x86_64-cel_e1031-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/armhf-marvell_et6448m_52x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/marvell/armhf-marvell_et6448m_52x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/arm64-marvell_db98cx8580_16cd-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/marvell/arm64-marvell_db98cx8580_16cd-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/arm64-marvell_db98cx8580_32cd-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/marvell/arm64-marvell_db98cx8580_32cd-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/x86_64-marvell_slm5401_54x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/marvell/x86_64-marvell_slm5401_54x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8580_32cd-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/marvell/x86_64-marvell_db98cx8580_32cd-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/arm64-marvell_rd98DX35xx-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/marvell/arm64-marvell_rd98DX35xx-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8580_16cd-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/marvell/x86_64-marvell_db98cx8580_16cd-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/arm64-marvell_rd98DX35xx_cn9131-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/marvell/arm64-marvell_rd98DX35xx_cn9131-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/x86_64-centec_v682_48x8c-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/centec/x86_64-centec_v682_48x8c-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/x86_64-centec_v682_48y8c_d-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/centec/x86_64-centec_v682_48y8c_d-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/x86_64-centec_e582_48x2q4z-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/centec/x86_64-centec_e582_48x2q4z-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/x86_64-centec_v682_48y8c-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/centec/x86_64-centec_v682_48y8c-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/arm64-centec_e530_24x2c-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/centec/arm64-centec_e530_24x2c-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/x86_64-centec_e582_48x6q-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/centec/x86_64-centec_e582_48x6q-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/x86_64-ew_es6220_x48q2h4-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/centec/x86_64-ew_es6220_x48q2h4-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/arm64-centec_e530_48s4x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/centec/arm64-centec_e530_48s4x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/arm64-centec_e530_48t4x_p-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/centec/arm64-centec_e530_48t4x_p-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/arm64-centec_e530_24x2q-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/centec/arm64-centec_e530_24x2q-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_ag5648-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/delta/x86_64-delta_ag5648-r0/platform_asic
+ echo x86_64-delta_ag5648-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_ag9032v2a-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/delta/x86_64-delta_ag9032v2a-r0/platform_asic
+ echo x86_64-delta_ag9032v2a-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_et-6248brb-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/delta/x86_64-delta_et-6248brb-r0/platform_asic
+ echo x86_64-delta_et-6248brb-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_ag9064-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/delta/x86_64-delta_ag9064-r0/platform_asic
+ echo x86_64-delta_ag9064-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_ag9032v1-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/delta/x86_64-delta_ag9032v1-r0/platform_asic
+ echo x86_64-delta_ag9032v1-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_et-c032if-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/delta/x86_64-delta_et-c032if-r0/platform_asic
+ echo x86_64-delta_et-c032if-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_agc032-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/delta/x86_64-delta_agc032-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_610-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/netberg/x86_64-netberg_aurora_610-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_710-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/netberg/x86_64-netberg_aurora_710-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_715-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/netberg/x86_64-netberg_aurora_715-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_750-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/netberg/x86_64-netberg_aurora_750-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/platform_asic
+ echo x86_64-alphanetworks_snj60d0_320f-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/platform_asic
+ echo x86_64-alphanetworks_bes2348t-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/platform_asic
+ echo x86_64-alphanetworks_snh60a0_320fv2-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/platform_asic
+ echo x86_64-alphanetworks_snh60b0_640f-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/platform_asic
+ echo x86_64-ingrasys_s9180_32x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/platform_asic
+ echo x86_64-ingrasys_s8900_64xc-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/platform_asic
+ echo x86_64-ingrasys_s8810_32q-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/platform_asic
+ echo x86_64-ingrasys_s8900_54xc-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/platform_asic
+ echo x86_64-ingrasys_s9200_64x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9100-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ingrasys/x86_64-ingrasys_s9100-r0/platform_asic
+ echo x86_64-ingrasys_s9100-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/facebook/x86_64-facebook_wedge100-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/facebook/x86_64-facebook_wedge100-r0/platform_asic
+ echo x86_64-facebook_wedge100-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700a1-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn2700a1-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3800-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn3800-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2010-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn2010-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4600-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn4600-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5400_simx-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn5400_simx-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4800-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn4800-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5400-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn5400-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3420-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn3420-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4410-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn4410-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4700-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn4700-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5600_simx-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn5600_simx-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn2201-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn2201-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700c-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn3700c-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5600-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn5600-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4800_simx-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn4800_simx-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700_simx-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn3700_simx-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2740-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn2740-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn2700-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4700_simx-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn4700_simx-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_lssn2700-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_lssn2700-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2100-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn2100-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4600c-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn4600c-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn3700-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2410-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-mlnx_msn2410-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/platform_asic
+ echo x86_64-ufispace_s8901_54xc-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s6301_56st-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ufispace/x86_64-ufispace_s6301_56st-r0/platform_asic
+ echo x86_64-ufispace_s6301_56st-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/platform_asic
+ echo x86_64-ufispace_s7801_54xs-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9300_32d-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ufispace/x86_64-ufispace_s9300_32d-r0/platform_asic
+ echo x86_64-ufispace_s9300_32d-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9110_32x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ufispace/x86_64-ufispace_s9110_32x-r0/platform_asic
+ echo x86_64-ufispace_s9110_32x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/tencent/x86_64-tencent_tcs9400-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/tencent/x86_64-tencent_tcs9400-r0/platform_asic
+ echo x86_64-tencent_tcs9400-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/tencent/x86_64-tencent_tcs8400-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/tencent/x86_64-tencent_tcs8400-r0/platform_asic
+ echo x86_64-tencent_tcs8400-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7280cr3k_32p4/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7280cr3k_32p4/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060dx5_64s/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7060dx5_64s/platform_asic
+ echo x86_64-arista_7060dx5_64s
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3_48cq2_lc/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3_48cq2_lc/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7050_qx32/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7050_qx32/platform_asic
+ echo x86_64-arista_7050_qx32
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7170_64c/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7170_64c/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7170_32cd/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7170_32cd/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3ak_36d2_lc/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3ak_36d2_lc/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7050dx4_32s/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7050dx4_32s/platform_asic
+ echo x86_64-arista_7050dx4_32s
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060dx4_32/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7060dx4_32/platform_asic
+ echo x86_64-arista_7060dx4_32
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_720dt_48s/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_720dt_48s/platform_asic
+ echo x86_64-arista_720dt_48s
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060x6_64pe/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7060x6_64pe/platform_asic
+ echo x86_64-arista_7060x6_64pe
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_common/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_common/platform_asic
+ echo x86_64-arista_common
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3_48cqm2_lc/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3_48cqm2_lc/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7050_qx32s/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7050_qx32s/platform_asic
+ echo x86_64-arista_7050_qx32s
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060x6_64de/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7060x6_64de/platform_asic
+ echo x86_64-arista_7060x6_64de
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7050px4_32s/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7050px4_32s/platform_asic
+ echo x86_64-arista_7050px4_32s
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7170_32c/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7170_32c/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7280cr3k_32d4/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7280cr3k_32d4/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36d2_lc/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3a_36d2_lc/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7050cx3_32s/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7050cx3_32s/platform_asic
+ echo x86_64-arista_7050cx3_32s
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36dm2_lc/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3a_36dm2_lc/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060px5_64s/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7060px5_64s/platform_asic
+ echo x86_64-arista_7060px5_64s
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7280cr3mk_32p4/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7280cr3mk_32p4/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060_cx32s/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7060_cx32s/platform_asic
+ echo x86_64-arista_7060_cx32s
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7170b_64c/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7170b_64c/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7280cr3_32p4/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7280cr3_32p4/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800_sup/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7800_sup/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7280cr3_32d4/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7280cr3_32d4/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7280cr3mk_32d4/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7280cr3mk_32d4/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060dx5_32/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7060dx5_32/platform_asic
+ echo x86_64-arista_7060dx5_32
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36d_lc/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3a_36d_lc/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7260cx3_64/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7260cx3_64/platform_asic
+ echo x86_64-arista_7260cx3_64
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7050sx3_48yc8/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7050sx3_48yc8/platform_asic
+ echo x86_64-arista_7050sx3_48yc8
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36p_lc/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3a_36p_lc/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060px4_32/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7060px4_32/platform_asic
+ echo x86_64-arista_7060px4_32
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060cx2_32s/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7060cx2_32s/platform_asic
+ echo x86_64-arista_7060cx2_32s
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3ak_36dm2_lc/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7800r3ak_36dm2_lc/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7050sx3_48c8/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7050sx3_48c8/platform_asic
+ echo x86_64-arista_7050sx3_48c8
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/virtual/x86_64-kvm_x86_64-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/fs/arm64-fs_s5800_48t4s-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/fs/arm64-fs_s5800_48t4s-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/broadcom/x86_64-broadcom_common/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/broadcom/x86_64-broadcom_common/platform_asic
+ echo x86_64-broadcom_common
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/broadcom/x86_64-bcm_xlr-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/broadcom/x86_64-bcm_xlr-r0/platform_asic
+ echo x86_64-bcm_xlr-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/barefoot/x86_64-accton_as9516_32d-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/barefoot/x86_64-accton_as9516_32d-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/barefoot/x86_64-accton_as9516bf_32d-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/barefoot/x86_64-accton_as9516bf_32d-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/platform_asic
+ echo x86_64-ruijie_b6510-48vs8cq-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7326_56x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as7326_56x-r0/platform_asic
+ echo x86_64-accton_as7326_56x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as9726_32d-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as9726_32d-r0/platform_asic
+ echo x86_64-accton_as9726_32d-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7116_54x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as7116_54x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7712_32x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as7712_32x-r0/platform_asic
+ echo x86_64-accton_as7712_32x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7512_32x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as7512_32x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7312_54x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as7312_54x-r0/platform_asic
+ echo x86_64-accton_as7312_54x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as5835_54t-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as5835_54t-r0/platform_asic
+ echo x86_64-accton_as5835_54t-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7312_54xs-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as7312_54xs-r0/platform_asic
+ echo x86_64-accton_as7312_54xs-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as5835_54x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as5835_54x-r0/platform_asic
+ echo x86_64-accton_as5835_54x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7816_64x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as7816_64x-r0/platform_asic
+ echo x86_64-accton_as7816_64x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_minipack-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_minipack-r0/platform_asic
+ echo x86_64-accton_minipack-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as4630_54te-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as4630_54te-r0/platform_asic
+ echo x86_64-accton_as4630_54te-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7716_32xb-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as7716_32xb-r0/platform_asic
+ echo x86_64-accton_as7716_32xb-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_wedge100bf_32qs-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_wedge100bf_32qs-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as9716_32d-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as9716_32d-r0/platform_asic
+ echo x86_64-accton_as9716_32d-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7315_27xb-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as7315_27xb-r0/platform_asic
+ echo x86_64-accton_as7315_27xb-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as5812_54x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as5812_54x-r0/platform_asic
+ echo x86_64-accton_as5812_54x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as5712_54x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as5712_54x-r0/platform_asic
+ echo x86_64-accton_as5712_54x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7726_32x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as7726_32x-r0/platform_asic
+ echo x86_64-accton_as7726_32x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7716_32x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as7716_32x-r0/platform_asic
+ echo x86_64-accton_as7716_32x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7212_54x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as7212_54x-r0/platform_asic
+ echo x86_64-accton_as7212_54x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as5812_54t-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as5812_54t-r0/platform_asic
+ echo x86_64-accton_as5812_54t-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as4630_54pe-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as4630_54pe-r0/platform_asic
+ echo x86_64-accton_as4630_54pe-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as6712_32x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/accton/x86_64-accton_as6712_32x-r0/platform_asic
+ echo x86_64-accton_as6712_32x-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/wistron/x86_64-wistron_6512_32r-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/wistron/x86_64-wistron_6512_32r-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/wistron/x86_64-wistron_sw_to3200k-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/wistron/x86_64-wistron_sw_to3200k-r0/platform_asic
+ generate_onie_installer_image
+ output_file=target/sonic-broadcom.bin
+ '[' -n '' ']'
+ rm -rf ./installer/platforms/
+ mkdir -p ./installer/platforms/
++ ls ./device
+ for VENDOR in `ls ./device`
++ ls ./device/accton
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as4630_54pe-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as4630_54pe-r0/installer.conf ./installer/platforms/x86_64-accton_as4630_54pe-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as4630_54te-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as4630_54te-r0/installer.conf ./installer/platforms/x86_64-accton_as4630_54te-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5712_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5712_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as5712_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5812_54t-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5812_54t-r0/installer.conf ./installer/platforms/x86_64-accton_as5812_54t-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5812_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5812_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as5812_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5835_54t-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5835_54t-r0/installer.conf ./installer/platforms/x86_64-accton_as5835_54t-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5835_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5835_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as5835_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as6712_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as6712_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as6712_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7116_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7116_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as7116_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7212_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7212_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as7212_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7312_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7312_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as7312_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7312_54xs-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7312_54xs-r0/installer.conf ./installer/platforms/x86_64-accton_as7312_54xs-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7315_27xb-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7315_27xb-r0/installer.conf ./installer/platforms/x86_64-accton_as7315_27xb-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7326_56x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7326_56x-r0/installer.conf ./installer/platforms/x86_64-accton_as7326_56x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7512_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7512_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7512_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7712_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7712_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7712_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7716_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7716_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7716_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7716_32xb-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7716_32xb-r0/installer.conf ./installer/platforms/x86_64-accton_as7716_32xb-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7726_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7726_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7726_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7816_64x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7816_64x-r0/installer.conf ./installer/platforms/x86_64-accton_as7816_64x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as9716_32d-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as9716_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9716_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as9726_32d-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as9726_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9726_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_minipack-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_minipack-r0/installer.conf ./installer/platforms/x86_64-accton_minipack-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_wedge100bf_32qs-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_wedge100bf_32qs-r0/installer.conf ./installer/platforms/x86_64-accton_wedge100bf_32qs-r0
+ for VENDOR in `ls ./device`
++ ls ./device/alphanetworks
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_bes2348t-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_snh60a0_320fv2-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_snh60b0_640f-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_snj60d0_320f-r0
+ for VENDOR in `ls ./device`
++ ls ./device/arista
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050_qx32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050_qx32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050cx3_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050dx4_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050px4_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050sx3_48c8/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050sx3_48yc8/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060_cx32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060cx2_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060dx4_32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060dx5_32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060dx5_64s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060px4_32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060px5_64s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_64de/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_64pe/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170_32c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170_32cd/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170_64c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170b_64c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_720dt_48s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7260cx3_64/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3_32d4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3_32p4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3k_32d4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3k_32p4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3mk_32d4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3mk_32p4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800_sup/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3_48cq2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3_48cqm2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36d2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36d_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36dm2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36p_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3ak_36d2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3ak_36dm2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_common/installer.conf ']'
+ for VENDOR in `ls ./device`
++ ls ./device/barefoot
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_as9516_32d-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_as9516_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9516_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_as9516bf_32d-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_as9516bf_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9516bf_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/installer.conf ./installer/platforms/x86_64-accton_wedge100bf_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/installer.conf ./installer/platforms/x86_64-accton_wedge100bf_65x-r0
+ for VENDOR in `ls ./device`
++ ls ./device/broadcom
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/broadcom/x86_64-bcm_xlr-r0/installer.conf ']'
+ cp ./device/broadcom/x86_64-bcm_xlr-r0/installer.conf ./installer/platforms/x86_64-bcm_xlr-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/broadcom/x86_64-broadcom_common/installer.conf ']'
+ for VENDOR in `ls ./device`
++ ls ./device/celestica
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_belgite-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_belgite-r0/installer.conf ./installer/platforms/x86_64-cel_belgite-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_e1031-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_e1031-r0/installer.conf ./installer/platforms/x86_64-cel_e1031-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_midstone-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_midstone-r0/installer.conf ./installer/platforms/x86_64-cel_midstone-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_seastone-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_seastone-r0/installer.conf ./installer/platforms/x86_64-cel_seastone-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_seastone_2-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_seastone_2-r0/installer.conf ./installer/platforms/x86_64-cel_seastone_2-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_silverstone-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_silverstone-r0/installer.conf ./installer/platforms/x86_64-cel_silverstone-r0
+ for VENDOR in `ls ./device`
++ ls ./device/centec
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_e582_48x2q4z-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_e582_48x2q4z-r0/installer.conf ./installer/platforms/x86_64-centec_e582_48x2q4z-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_e582_48x6q-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_e582_48x6q-r0/installer.conf ./installer/platforms/x86_64-centec_e582_48x6q-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_v682_48x8c-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_v682_48x8c-r0/installer.conf ./installer/platforms/x86_64-centec_v682_48x8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_v682_48y8c-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_v682_48y8c-r0/installer.conf ./installer/platforms/x86_64-centec_v682_48y8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_v682_48y8c_d-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_v682_48y8c_d-r0/installer.conf ./installer/platforms/x86_64-centec_v682_48y8c_d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-ew_es6220_x48q2h4-r0/installer.conf ']'
+ cp ./device/centec/x86_64-ew_es6220_x48q2h4-r0/installer.conf ./installer/platforms/x86_64-ew_es6220_x48q2h4-r0
+ for VENDOR in `ls ./device`
++ ls ./device/cig
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/cig/x86_64-cig_cs5435_54p-r0/installer.conf ']'
+ cp ./device/cig/x86_64-cig_cs5435_54p-r0/installer.conf ./installer/platforms/x86_64-cig_cs5435_54p-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/cig/x86_64-cig_cs6436_54p-r0/installer.conf ']'
+ cp ./device/cig/x86_64-cig_cs6436_54p-r0/installer.conf ./installer/platforms/x86_64-cig_cs6436_54p-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/cig/x86_64-cig_cs6436_56p-r0/installer.conf ']'
+ cp ./device/cig/x86_64-cig_cs6436_56p-r0/installer.conf ./installer/platforms/x86_64-cig_cs6436_56p-r0
+ for VENDOR in `ls ./device`
++ ls ./device/common
++ grep '^x86_64'
+ for VENDOR in `ls ./device`
++ ls ./device/dell
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_e3224f-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_e3224f-r0/installer.conf ./installer/platforms/x86_64-dell_e3224f-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_s6000_s1220-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_s6000_s1220-r0/installer.conf ./installer/platforms/x86_64-dell_s6000_s1220-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_s6100_c2538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_s6100_c2538-r0/installer.conf ./installer/platforms/x86_64-dell_s6100_c2538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_z9100_c2538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_z9100_c2538-r0/installer.conf ./installer/platforms/x86_64-dell_z9100_c2538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/installer.conf ./installer/platforms/x86_64-dellemc_n3248pxe_c3338-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_n3248te_c3338-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_n3248te_c3338-r0/installer.conf ./installer/platforms/x86_64-dellemc_n3248te_c3338-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5212f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5212f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5212f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5224f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5224f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5224f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5232f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5232f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5232f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5248f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5248f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5248f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5296f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5296f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5296f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_z9264f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_z9264f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_z9264f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_z9332f_d1508-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_z9332f_d1508-r0/installer.conf ./installer/platforms/x86_64-dellemc_z9332f_d1508-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_z9432f_c3758-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_z9432f_c3758-r0/installer.conf ./installer/platforms/x86_64-dellemc_z9432f_c3758-r0
+ for VENDOR in `ls ./device`
++ ls ./device/delta
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag5648-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag5648-r0/installer.conf ./installer/platforms/x86_64-delta_ag5648-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag9032v1-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag9032v1-r0/installer.conf ./installer/platforms/x86_64-delta_ag9032v1-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag9032v2a-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag9032v2a-r0/installer.conf ./installer/platforms/x86_64-delta_ag9032v2a-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag9064-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag9064-r0/installer.conf ./installer/platforms/x86_64-delta_ag9064-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_agc032-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_agc032-r0/installer.conf ./installer/platforms/x86_64-delta_agc032-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_et-6248brb-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_et-6248brb-r0/installer.conf ./installer/platforms/x86_64-delta_et-6248brb-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_et-c032if-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_et-c032if-r0/installer.conf ./installer/platforms/x86_64-delta_et-c032if-r0
+ for VENDOR in `ls ./device`
++ ls ./device/facebook
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/facebook/x86_64-facebook_wedge100-r0/installer.conf ']'
+ cp ./device/facebook/x86_64-facebook_wedge100-r0/installer.conf ./installer/platforms/x86_64-facebook_wedge100-r0
+ for VENDOR in `ls ./device`
++ ls ./device/fs
++ grep '^x86_64'
+ for VENDOR in `ls ./device`
++ ls ./device/ingrasys
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s8810_32q-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s8900_54xc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s8900_64xc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9100-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9100-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9100-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9130_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9180_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9200_64x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9230_64x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9280_64x-r0
+ for VENDOR in `ls ./device`
++ ls ./device/inventec
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6254qs-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6254qs-r0/installer.conf ./installer/platforms/x86_64-inventec_d6254qs-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6332-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6332-r0/installer.conf ./installer/platforms/x86_64-inventec_d6332-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6356-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6356-r0/installer.conf ./installer/platforms/x86_64-inventec_d6356-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6556-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6556-r0/installer.conf ./installer/platforms/x86_64-inventec_d6556-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d7032q28b-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d7032q28b-r0/installer.conf ./installer/platforms/x86_64-inventec_d7032q28b-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d7054q28b-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d7054q28b-r0/installer.conf ./installer/platforms/x86_64-inventec_d7054q28b-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d7264q28b-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d7264q28b-r0/installer.conf ./installer/platforms/x86_64-inventec_d7264q28b-r0
+ for VENDOR in `ls ./device`
++ ls ./device/juniper
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/juniper/x86_64-juniper_qfx5200-r0/installer.conf ']'
+ cp ./device/juniper/x86_64-juniper_qfx5200-r0/installer.conf ./installer/platforms/x86_64-juniper_qfx5200-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/juniper/x86_64-juniper_qfx5210-r0/installer.conf ']'
+ cp ./device/juniper/x86_64-juniper_qfx5210-r0/installer.conf ./installer/platforms/x86_64-juniper_qfx5210-r0
+ for VENDOR in `ls ./device`
++ ls ./device/marvell
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8580_16cd-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8580_32cd-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_slm5401_54x-r0/installer.conf ']'
+ cp ./device/marvell/x86_64-marvell_slm5401_54x-r0/installer.conf ./installer/platforms/x86_64-marvell_slm5401_54x-r0
+ for VENDOR in `ls ./device`
++ ls ./device/mellanox
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_lssn2700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_lssn2700-r0/installer.conf ./installer/platforms/x86_64-mlnx_lssn2700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2010-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2010-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2010-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2100-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2100-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2100-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2410-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2410-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2410-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2700-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2700_simx-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700a1-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2700a1-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2700a1-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2740-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2740-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2740-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3420-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3420-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3420-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3700-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700c-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3700c-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3700c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3800-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3800-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3800-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4410-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4410-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4410-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4600-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4600-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4600-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4600c-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4600c-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4600c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4700-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4700_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/installer.conf ./installer/platforms/x86_64-mlnx_x86-r5.0.1400
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn2201-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn2201-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn2201-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4800-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn4800-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn4800-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4800_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5400-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn5400-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn5400-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5400_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5600-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn5600-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn5600-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5600_simx-r0/installer.conf ']'
+ for VENDOR in `ls ./device`
++ ls ./device/mitac
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/installer.conf ']'
+ cp ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/installer.conf ./installer/platforms/x86_64-mitac_ly1200_b32h0_c3-r0
+ for VENDOR in `ls ./device`
++ ls ./device/netberg
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_610-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_610-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_610-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_710-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_710-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_710-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_715-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_715-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_715-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_750-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_750-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_750-r0
+ for VENDOR in `ls ./device`
++ ls ./device/nokia
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7250e_36x400g-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7250e_sup-r0
+ for VENDOR in `ls ./device`
++ ls ./device/pegatron
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/pegatron/x86_64-pegatron_porsche-r0/installer.conf ']'
+ cp ./device/pegatron/x86_64-pegatron_porsche-r0/installer.conf ./installer/platforms/x86_64-pegatron_porsche-r0
+ for VENDOR in `ls ./device`
++ ls ./device/quanta
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix1b_32x-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/installer.conf ./installer/platforms/x86_64-quanta_ix1b_rglbmc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix7_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix7_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix7_bwde-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/installer.conf ./installer/platforms/x86_64-quanta_ix7_rglbmc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/installer.conf ./installer/platforms/x86_64-quanta_ix8_rglbmc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix8a_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix8a_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix8a_bwde-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix8c_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix8c_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix8c_bwde-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix9_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix9_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix9_bwde-r0
+ for VENDOR in `ls ./device`
++ ls ./device/ragile
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6510-32c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6510-48v8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6910-64c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6920-4s-r0
+ for VENDOR in `ls ./device`
++ ls ./device/ruijie
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/installer.conf ']'
+ cp ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/installer.conf ./installer/platforms/x86_64-ruijie_b6510-48vs8cq-r0
+ for VENDOR in `ls ./device`
++ ls ./device/supermicro
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/installer.conf ']'
+ cp ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/installer.conf ./installer/platforms/x86_64-supermicro_sse_t7132s-r0
+ for VENDOR in `ls ./device`
++ ls ./device/tencent
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/tencent/x86_64-tencent_tcs8400-r0/installer.conf ']'
+ cp ./device/tencent/x86_64-tencent_tcs8400-r0/installer.conf ./installer/platforms/x86_64-tencent_tcs8400-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/tencent/x86_64-tencent_tcs9400-r0/installer.conf ']'
+ cp ./device/tencent/x86_64-tencent_tcs9400-r0/installer.conf ./installer/platforms/x86_64-tencent_tcs9400-r0
+ for VENDOR in `ls ./device`
++ ls ./device/ufispace
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s6301_56st-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s6301_56st-r0/installer.conf ./installer/platforms/x86_64-ufispace_s6301_56st-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/installer.conf ./installer/platforms/x86_64-ufispace_s7801_54xs-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/installer.conf ./installer/platforms/x86_64-ufispace_s8901_54xc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9110_32x-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9110_32x-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9110_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9300_32d-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9300_32d-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9300_32d-r0
+ for VENDOR in `ls ./device`
++ ls ./device/virtual
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64-r0/installer.conf ']'
+ cp ./device/virtual/x86_64-kvm_x86_64-r0/installer.conf ./installer/platforms/x86_64-kvm_x86_64-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/installer.conf ']'
+ cp ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/installer.conf ./installer/platforms/x86_64-kvm_x86_64_4_asic-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/installer.conf ']'
+ cp ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/installer.conf ./installer/platforms/x86_64-kvm_x86_64_6_asic-r0
+ for VENDOR in `ls ./device`
++ ls ./device/wistron
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/wistron/x86_64-wistron_6512_32r-r0/installer.conf ']'
+ cp ./device/wistron/x86_64-wistron_6512_32r-r0/installer.conf ./installer/platforms/x86_64-wistron_6512_32r-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/wistron/x86_64-wistron_sw_to3200k-r0/installer.conf ']'
+ cp ./device/wistron/x86_64-wistron_sw_to3200k-r0/installer.conf ./installer/platforms/x86_64-wistron_sw_to3200k-r0
+ for VENDOR in `ls ./device`
++ ls ./device/wnc
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/wnc/x86_64-wnc_osw1800-r0/installer.conf ']'
+ cp ./device/wnc/x86_64-wnc_osw1800-r0/installer.conf ./installer/platforms/x86_64-wnc_osw1800-r0
+ ./onie-mk-demo.sh amd64 broadcom x86_64-broadcom-r0 installer platform/broadcom/platform.conf target/sonic-broadcom.bin OS etri-202311.98-8b0576444 32768 fs.zip
+ arch=amd64
+ machine=broadcom
+ platform=x86_64-broadcom-r0
+ installer_dir=installer
+ platform_conf=platform/broadcom/platform.conf
+ output_file=target/sonic-broadcom.bin
+ demo_type=OS
+ image_version=etri-202311.98-8b0576444
+ onie_image_part_size=32768
+ onie_installer_payload=fs.zip
+ cert_file=
+ key_file=
+ shift 9
+ [ ! -d installer ]
+ [ ! -r installer/sharch_body.sh ]
+ [ ! -d installer ]
+ [ ! -r installer/install.sh ]
+ [ -n etri-202311.98-8b0576444 ]
+ [ -n 32768 ]
+ [ -r platform/broadcom/platform.conf ]
+ [ 1 -gt 0 ]
+ tmp_dir=
+ echo -n Building self-extracting install image .
Building self-extracting install image .+ mktemp --directory
+ tmp_dir=/tmp/tmp.Xq8Q2igLrl
+ tmp_installdir=/tmp/tmp.Xq8Q2igLrl/installer
+ mkdir /tmp/tmp.Xq8Q2igLrl/installer
+ cp -r installer/default_platform.conf installer/install.sh installer/platforms installer/platforms_asic installer/sharch_body.sh installer/tests /tmp/tmp.Xq8Q2igLrl/installer
+ cp onie-image.conf /tmp/tmp.Xq8Q2igLrl/installer
+ cp onie-image-amd64.conf /tmp/tmp.Xq8Q2igLrl/installer
cp: cannot stat 'onie-image-amd64.conf': No such file or directory
+ [ n = y ]
+ echo
+ sed -e s/[\/&]/\\&/g
+ EXTRA_CMDLINE_LINUX=
+ cat onie-image.conf
+ grep OUTPUT_RAW_IMAGE
+ cut -f2 -d=
+ output_raw_image=target/sonic-$TARGET_MACHINE.raw
+ [ -z broadcom ]
+ eval echo target/sonic-$TARGET_MACHINE.raw
+ echo target/sonic-broadcom.raw
+ output_raw_image=target/sonic-broadcom.raw
+ sed -i -e s/%%DEMO_TYPE%%/OS/g -e s/%%IMAGE_VERSION%%/etri-202311.98-8b0576444/g -e s/%%ONIE_IMAGE_PART_SIZE%%/32768/ -e s/%%EXTRA_CMDLINE_LINUX%%// -e s@%%OUTPUT_RAW_IMAGE%%@target/sonic-broadcom.raw@ /tmp/tmp.Xq8Q2igLrl/installer/install.sh
+ echo -n .
.+ cp -r fs.zip /tmp/tmp.Xq8Q2igLrl/installer
+ echo -n .
.+ [ -r platform/broadcom/platform.conf ]
+ cp platform/broadcom/platform.conf /tmp/tmp.Xq8Q2igLrl/installer
+ echo machine=broadcom
+ echo platform=x86_64-broadcom-r0
+ echo -n .
.+ sharch=/tmp/tmp.Xq8Q2igLrl/sharch.tar
+ tar -C /tmp/tmp.Xq8Q2igLrl -cf /tmp/tmp.Xq8Q2igLrl/sharch.tar installer
+ echo -n .
.+ [ -f /tmp/tmp.Xq8Q2igLrl/sharch.tar ]
+ cat /tmp/tmp.Xq8Q2igLrl/sharch.tar
+ sha1sum
+ awk {print $1}
+ sha1=bce622e65269c1f7e795bf90932fa8ebaaf9d97a
+ echo -n .
.+ cp installer/sharch_body.sh target/sonic-broadcom.bin
+ sed -i -e s/%%IMAGE_SHA1%%/bce622e65269c1f7e795bf90932fa8ebaaf9d97a/ target/sonic-broadcom.bin
+ echo -n .
.+ wc -c
+ tar_size=827699200
+ sed -i -e s|%%PAYLOAD_IMAGE_SIZE%%|827699200| target/sonic-broadcom.bin
+ cat /tmp/tmp.Xq8Q2igLrl/sharch.tar
+ echo secure upgrade flags: SECURE_UPGRADE_MODE = no_sign, SECURE_UPGRADE_DEV_SIGNING_KEY = , SECURE_UPGRADE_SIGNING_CERT = 
secure upgrade flags: SECURE_UPGRADE_MODE = no_sign, SECURE_UPGRADE_DEV_SIGNING_KEY = , SECURE_UPGRADE_SIGNING_CERT = 
+ [ no_sign = dev -o no_sign = prod ]
+ [ no_sign -ne no_sign ]
./onie-mk-demo.sh: 176: [: Illegal number: no_sign
+ rm -rf /tmp/tmp.Xq8Q2igLrl
+ echo  Done.
 Done.
+ echo Success:  Demo install image is ready in target/sonic-broadcom.bin:
Success:  Demo install image is ready in target/sonic-broadcom.bin:
+ ls -l target/sonic-broadcom.bin
-rw-r--r-- 1 jenkins gjenkins 827701230 Jul 18 09:36 target/sonic-broadcom.bin
+ clean_up 0
+ rm -rf /tmp/tmp.Xq8Q2igLrl
+ exit 0
++ '[' -f .arch ']'
++ cat .arch
+ CONFIGURED_ARCH=amd64
+ DOCKER_VERSION=5:24.0.2-1~debian.11~bullseye
+ CONTAINERD_IO_VERSION=1.6.21-1
+ LINUX_KERNEL_VERSION=5.10.0-30-2
+ FILESYSTEM_ROOT=./fsroot
+ PLATFORM_DIR=platform
+ HOSTNAME=sonic
+ DEFAULT_USERINFO='Default admin user,,,'
+ BUILD_TOOL_PATH=src/sonic-build-hooks/buildinfo
+ TRUSTED_GPG_DIR=src/sonic-build-hooks/buildinfo/trusted.gpg.d
+ . ./onie-image.conf
++ : 32768
++ : x86_64
++ : broadcom-dnx
++ ONIEIMAGE_VERSION=r0
++ FILESYSTEM_ROOT=./fsroot-broadcom-dnx
++ FILESYSTEM_SQUASHFS=fs.squashfs
++ ONIE_INSTALLER_PAYLOAD=fs.zip
++ FILESYSTEM_DOCKERFS=dockerfs.tar.gz
++ DOCKERFS_DIR=docker
++ DOCKER_RAMFS_SIZE=2500M
++ OUTPUT_ONIE_IMAGE=target/sonic-broadcom-dnx.bin
++ OUTPUT_RAW_IMAGE=target/sonic-broadcom-dnx.raw
++ RAW_IMAGE_DISK_SIZE=1700
++ OUTPUT_KVM_IMAGE=target/sonic-broadcom-dnx.img
++ KVM_IMAGE_DISK_SIZE=16
++ OUTPUT_ABOOT_IMAGE=target/sonic-aboot-broadcom-dnx.swi
++ ABOOT_BOOT_IMAGE=.sonic-boot.swi
++ OUTPUT_KVM_4ASIC_IMAGE=target/sonic-4asic-broadcom-dnx.img
++ OUTPUT_KVM_6ASIC_IMAGE=target/sonic-6asic-broadcom-dnx.img
+ '[' -n 32768 ']'
+ '[' -n fs.zip ']'
+ '[' -n fs.squashfs ']'
+ '[' onie = aboot ']'
+ [[ y != y ]]
+ [[ n == y ]]
+ [[ y == y ]]
+ echo '[INFO] RFS build: second stage'
[INFO] RFS build: second stage
+ sudo mount proc /proc -t proc
+ sudo umount -Rl ./fsroot-broadcom-dnx
umount: ./fsroot-broadcom-dnx: not mounted
+ true
+ sudo fuser -vm ./fsroot-broadcom-dnx
                     USER        PID ACCESS COMMAND
/sonic/fsroot-broadcom-dnx:
                     root     kernel mount /sonic
                     jenkins       1 ..c.. docker-init
                     jenkins       7 ..c.. bash
                     jenkins       8 ..c.. make
                     jenkins   573131 ..c.. bash
                     jenkins   605320 ..c.. build_debian.sh
                     jenkins   605321 ..c.. process_log.sh
                     root      605331 ..c.. sudo
+ sudo rm -rf ./fsroot-broadcom-dnx
+ sudo unsquashfs -d ./fsroot-broadcom-dnx target/sonic-broadcom.bin__broadcom-dnx__rfs.squashfs
Parallel unsquashfs: Using 112 processors
34228 inodes (41624 blocks) to write


[===========================================================\] 41624/41624 100%

created 26197 files
created 3689 directories
created 2676 symlinks
created 5351 devices
created 0 fifos
+ pushd ./fsroot-broadcom-dnx
/sonic/fsroot-broadcom-dnx /sonic
+ sudo mount --bind . .
+ popd
/sonic
+ trap_push 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true'
+ local oldcmd=true
+ local 'newcmd=sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true'
+ trap -- 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true' EXIT INT TERM HUP
+ _trap_push 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true'
+ local 'next=sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true'
++ echo 'sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true'
++ sed -e 's/'\''/'\''\\'\'''\''/g'
+ eval 'trap_push() {
        local oldcmd='\''sudo LANG=C chroot $FILESYSTEM_ROOT umount /proc || true; true'\''
        local newcmd="$1; $oldcmd"
        trap -- "$newcmd" EXIT INT TERM HUP
        _trap_push "$newcmd"
    }'
+ sudo LANG=C chroot ./fsroot-broadcom-dnx mount proc /proc -t proc
+ export build_version=etri-202311.98-8b0576444
+ build_version=etri-202311.98-8b0576444
++ cat ./fsroot-broadcom-dnx/etc/debian_version
+ export debian_version=11.11
+ debian_version=11.11
+ export kernel_version=5.10.0-30-2-amd64
+ kernel_version=5.10.0-30-2-amd64
+ export asic_type=broadcom
+ asic_type=broadcom
+ export asic_subtype=broadcom-dnx
+ asic_subtype=broadcom-dnx
++ git rev-parse --short HEAD
+ export commit_id=8b0576444
+ commit_id=8b0576444
++ git rev-parse --abbrev-ref HEAD
+ export branch=etri-202311
+ branch=etri-202311
++ '[' -f ./fsroot-broadcom-dnx/etc/sonic/sonic_release ']'
++ cat ./fsroot-broadcom-dnx/etc/sonic/sonic_release
+ export release=202311
+ release=202311
++ date -u
+ export 'build_date=Fri Jul 18 09:37:13 UTC 2025'
+ build_date='Fri Jul 18 09:37:13 UTC 2025'
+ export build_number=98
+ build_number=98
+ export built_by=jenkins@w2sh-PowerEdge-R740
+ built_by=jenkins@w2sh-PowerEdge-R740
+ export sonic_os_version=11
+ sonic_os_version=11
+ j2 files/build_templates/sonic_version.yml.j2
+ sudo tee ./fsroot-broadcom-dnx/etc/sonic/sonic_version.yml
---
build_version: 'etri-202311.98-8b0576444'
debian_version: '11.11'
kernel_version: '5.10.0-30-2-amd64'
asic_type: broadcom
asic_subtype: 'broadcom-dnx'
commit_id: '8b0576444'
branch: 'etri-202311'
release: '202311'
build_date: Fri Jul 18 09:37:13 UTC 2025
build_number: 98
built_by: jenkins@w2sh-PowerEdge-R740
libswsscommon: 1.0.0
sonic_utilities: 1.2
sonic_os_version: 11
secure_boot_image: 'no'
+ '[' -f sonic_debian_extension.sh ']'
+ ./sonic_debian_extension.sh ./fsroot-broadcom-dnx platform bullseye
++ '[' -f .arch ']'
++ cat .arch
+ CONFIGURED_ARCH=amd64
+ . functions.sh
++ _trap_push true
++ local next=true
+++ echo true
+++ sed -e 's/'\''/'\''\\'\'''\''/g'
++ eval 'trap_push() {
        local oldcmd='\''true'\''
        local newcmd="$1; $oldcmd"
        trap -- "$newcmd" EXIT INT TERM HUP
        _trap_push "$newcmd"
    }'
+ BUILD_SCRIPTS_DIR=files/build_scripts
+ BUILD_TEMPLATES=files/build_templates
+ IMAGE_CONFIGS=files/image_config
+ SCRIPTS_DIR=files/scripts
+ DOCKER_SCRIPTS_DIR=files/docker
+ DOCKER_CTL_DIR=/usr/lib/docker/
+ DOCKER_CTL_SCRIPT=/usr/lib/docker//docker.sh
+ FILESYSTEM_ROOT_USR=./fsroot-broadcom-dnx/usr
+ FILESYSTEM_ROOT_USR_LIB=./fsroot-broadcom-dnx/usr/lib/
+ FILESYSTEM_ROOT_USR_LIB_SYSTEMD_SYSTEM=./fsroot-broadcom-dnx/usr/lib//systemd/system
+ FILESYSTEM_ROOT_USR_SHARE=./fsroot-broadcom-dnx/usr/share
+ FILESYSTEM_ROOT_USR_SHARE_SONIC=./fsroot-broadcom-dnx/usr/share/sonic
+ FILESYSTEM_ROOT_USR_SHARE_SONIC_SCRIPTS=./fsroot-broadcom-dnx/usr/share/sonic/scripts
+ FILESYSTEM_ROOT_USR_SHARE_SONIC_TEMPLATES=./fsroot-broadcom-dnx/usr/share/sonic/templates
+ FILESYSTEM_ROOT_USR_SHARE_SONIC_FIRMWARE=./fsroot-broadcom-dnx/usr/share/sonic/firmware
+ FILESYSTEM_ROOT_ETC=./fsroot-broadcom-dnx/etc
+ FILESYSTEM_ROOT_ETC_SONIC=./fsroot-broadcom-dnx/etc/sonic
+ GENERATED_SERVICE_FILE=./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
+ trap_push clean_sys
+ local oldcmd=true
+ local 'newcmd=clean_sys; true'
+ trap -- 'clean_sys; true' EXIT INT TERM HUP
+ _trap_push 'clean_sys; true'
+ local 'next=clean_sys; true'
++ echo 'clean_sys; true'
++ sed -e 's/'\''/'\''\\'\'''\''/g'
+ eval 'trap_push() {
        local oldcmd='\''clean_sys; true'\''
        local newcmd="$1; $oldcmd"
        trap -- "$newcmd" EXIT INT TERM HUP
        _trap_push "$newcmd"
    }'
+ sudo LANG=C chroot ./fsroot-broadcom-dnx mount sysfs /sys -t sysfs
+ sudo bash -c 'echo "DOCKER_OPTS="--storage-driver=overlay2"" >> ./fsroot-broadcom-dnx/etc/default/docker'
+ sudo mkdir -p ./fsroot-broadcom-dnx//usr/lib/docker/
+ sudo cp files/docker/docker ./fsroot-broadcom-dnx//usr/lib/docker//docker.sh
+ [[ n == y ]]
+ [[ n == y ]]
+ sudo chroot ./fsroot-broadcom-dnx /usr/lib/docker//docker.sh start
mount: /sys/fs/cgroup/cpu: cgroup already mounted on /sys/fs/cgroup.
mount: /sys/fs/cgroup/cpuacct: cgroup already mounted on /sys/fs/cgroup.
mount: /sys/fs/cgroup/net_cls: cgroup already mounted on /sys/fs/cgroup.
mount: /sys/fs/cgroup/net_prio: cgroup already mounted on /sys/fs/cgroup.
Starting Docker: docker.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get update
Hit:1 https://download.docker.com/linux/debian bullseye InRelease
Hit:2 http://debian-archive.trafficmanager.net/debian bullseye InRelease
Get:3 http://debian-archive.trafficmanager.net/debian bullseye-updates InRelease [44.0 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye-backports InRelease [48.9 kB]
Hit:5 http://debian-archive.trafficmanager.net/debian-security bullseye-security InRelease
Fetched 92.9 kB in 2s (42.3 kB/s)
Reading package lists...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install efitools
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  sbsigntool
The following NEW packages will be installed:
  efitools sbsigntool
0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded.
Need to get 201 kB of archives.
After this operation, 1465 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 sbsigntool amd64 0.9.2-2 [63.5 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 efitools amd64 1.9.2-2~deb11u1 [137 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 201 kB in 1s (337 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package sbsigntool.
(Reading database ... 27074 files and directories currently installed.)
Preparing to unpack .../sbsigntool_0.9.2-2_amd64.deb ...
Unpacking sbsigntool (0.9.2-2) ...
Selecting previously unselected package efitools.
Preparing to unpack .../efitools_1.9.2-2~deb11u1_amd64.deb ...
Unpacking efitools (1.9.2-2~deb11u1) ...
Setting up sbsigntool (0.9.2-2) ...
Setting up efitools (1.9.2-2~deb11u1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install mokutil
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  mokutil
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 26.6 kB of archives.
After this operation, 81.9 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 mokutil amd64 0.6.0-2~deb11u1 [26.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 26.6 kB in 0s (62.6 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package mokutil.
(Reading database ... 27126 files and directories currently installed.)
Preparing to unpack .../mokutil_0.6.0-2~deb11u1_amd64.deb ...
Unpacking mokutil (0.6.0-2~deb11u1) ...
Setting up mokutil (0.6.0-2~deb11u1) ...
+ sudo cp files/image_config/environment/environment ./fsroot-broadcom-dnx/etc/
+ sudo cp files/image_config/environment/motd ./fsroot-broadcom-dnx/etc/
+ sudo mkdir -p ./fsroot-broadcom-dnx/etc/sonic/
+ sudo mkdir -p ./fsroot-broadcom-dnx/etc/modprobe.d/
+ sudo mkdir -p ./fsroot-broadcom-dnx/var/cache/sonic/
+ sudo mkdir -p ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo mkdir -p ./fsroot-broadcom-dnx/usr/share/sonic/firmware/
+ sudo mkdir -p ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/ifupdown2_3.0.0-1_all.deb
Selecting previously unselected package ifupdown2.
(Reading database ... 27132 files and directories currently installed.)
Preparing to unpack .../ifupdown2_3.0.0-1_all.deb ...
Unpacking ifupdown2 (3.0.0-1) ...
Setting up ifupdown2 (3.0.0-1) ...

Configuration file '/etc/default/networking', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/network/ifupdown2/addons.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/network/ifupdown2/ifupdown2.conf', does not exist on system.
Installing new config file as you requested.
ifupdown2.postinst: Warning: No 'iface lo' definition found in /etc/network/interfaces
ifupdown2.postinst: Warning: No 'auto lo' statement found in /etc/network/interfaces
Created symlink /etc/systemd/system/basic.target.wants/networking.service → /lib/systemd/system/networking.service.
Created symlink /etc/systemd/system/network.target.wants/networking.service → /lib/systemd/system/networking.service.
Created symlink /etc/systemd/system/shutdown.target.wants/networking.service → /lib/systemd/system/networking.service.
+ sudo dpkg --root=./fsroot-broadcom-dnx --force-confdef --force-confold -i target/debs/bullseye/ntp_4.2.8p15+dfsg-1+deb10u2_amd64.deb
(Reading database ... 27251 files and directories currently installed.)
Preparing to unpack .../ntp_4.2.8p15+dfsg-1+deb10u2_amd64.deb ...
Running in chroot, ignoring request.
Stopping NTP server: ntpd.
Unpacking ntp (1:4.2.8p15+dfsg-1+deb10u2) over (1:4.2.8p15+dfsg-1) ...
Setting up ntp (1:4.2.8p15+dfsg-1+deb10u2) ...
Running in chroot, ignoring request.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install python3-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libc-dev-bin libc6-dev libcrypt-dev libexpat1-dev libjs-jquery
  libjs-sphinxdoc libjs-underscore libnsl-dev libpython3-dev libpython3.9-dev
  libtirpc-dev linux-libc-dev python3.9-dev zlib1g-dev
Suggested packages:
  glibc-doc manpages-dev
Recommended packages:
  manpages manpages-dev libc-devtools javascript-common
The following NEW packages will be installed:
  libc-dev-bin libc6-dev libcrypt-dev libexpat1-dev libjs-jquery
  libjs-sphinxdoc libjs-underscore libnsl-dev libpython3-dev libpython3.9-dev
  libtirpc-dev linux-libc-dev python3-dev python3.9-dev zlib1g-dev
0 upgraded, 15 newly installed, 0 to remove and 5 not upgraded.
Need to get 10.6 MB of archives.
After this operation, 48.0 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libc-dev-bin amd64 2.31-13+deb11u13 [277 kB]
Get:2 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 linux-libc-dev amd64 5.10.237-1 [1820 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1+deb11u1 [191 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
Get:6 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libc6-dev amd64 2.31-13+deb11u13 [2362 kB]
Get:7 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libexpat1-dev amd64 2.2.10-2+deb11u7 [143 kB]
Get:8 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libjs-jquery all 3.5.1+dfsg+~3.5.5-7 [315 kB]
Get:9 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libjs-underscore all 1.9.1~dfsg-3 [100 kB]
Get:10 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libjs-sphinxdoc all 3.4.3-2 [127 kB]
Get:11 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libpython3.9-dev amd64 3.9.2-1+deb11u3 [4341 kB]
Get:12 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpython3-dev amd64 3.9.2-3 [21.7 kB]
Get:13 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB]
Get:14 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 python3.9-dev amd64 3.9.2-1+deb11u3 [507 kB]
Get:15 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-dev amd64 3.9.2-3 [24.8 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 10.6 MB in 1s (8201 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libc-dev-bin.
(Reading database ... 27251 files and directories currently installed.)
Preparing to unpack .../00-libc-dev-bin_2.31-13+deb11u13_amd64.deb ...
Unpacking libc-dev-bin (2.31-13+deb11u13) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../01-linux-libc-dev_5.10.237-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (5.10.237-1) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../02-libcrypt-dev_1%3a4.4.18-4_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../03-libtirpc-dev_1.3.1-1+deb11u1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../04-libnsl-dev_1.3.0-2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../05-libc6-dev_2.31-13+deb11u13_amd64.deb ...
Unpacking libc6-dev:amd64 (2.31-13+deb11u13) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../06-libexpat1-dev_2.2.10-2+deb11u7_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.2.10-2+deb11u7) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../07-libjs-jquery_3.5.1+dfsg+~3.5.5-7_all.deb ...
Unpacking libjs-jquery (3.5.1+dfsg+~3.5.5-7) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../08-libjs-underscore_1.9.1~dfsg-3_all.deb ...
Unpacking libjs-underscore (1.9.1~dfsg-3) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../09-libjs-sphinxdoc_3.4.3-2_all.deb ...
Unpacking libjs-sphinxdoc (3.4.3-2) ...
Selecting previously unselected package libpython3.9-dev:amd64.
Preparing to unpack .../10-libpython3.9-dev_3.9.2-1+deb11u3_amd64.deb ...
Unpacking libpython3.9-dev:amd64 (3.9.2-1+deb11u3) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../11-libpython3-dev_3.9.2-3_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.9.2-3) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../12-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
Selecting previously unselected package python3.9-dev.
Preparing to unpack .../13-python3.9-dev_3.9.2-1+deb11u3_amd64.deb ...
Unpacking python3.9-dev (3.9.2-1+deb11u3) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../14-python3-dev_3.9.2-3_amd64.deb ...
Unpacking python3-dev (3.9.2-3) ...
Setting up linux-libc-dev:amd64 (5.10.237-1) ...
Setting up libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
Setting up libnsl-dev:amd64 (1.3.0-2) ...
Setting up libcrypt-dev:amd64 (1:4.4.18-4) ...
Setting up libjs-jquery (3.5.1+dfsg+~3.5.5-7) ...
Setting up libc-dev-bin (2.31-13+deb11u13) ...
Setting up libjs-underscore (1.9.1~dfsg-3) ...
Setting up libjs-sphinxdoc (3.4.3-2) ...
Setting up libc6-dev:amd64 (2.31-13+deb11u13) ...
Setting up libexpat1-dev:amd64 (2.2.10-2+deb11u7) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
Setting up libpython3.9-dev:amd64 (3.9.2-1+deb11u3) ...
Setting up python3.9-dev (3.9.2-1+deb11u3) ...
Setting up libpython3-dev:amd64 (3.9.2-3) ...
Setting up python3-dev (3.9.2-3) ...
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install j2cli==0.3.10
  DEPRECATION: Wheel filename 'j2cli-0.3.0_1-py2-none-any.whl' is not correctly normalised. Future versions of pip will raise the following error:
  Invalid wheel filename (invalid version): 'j2cli-0.3.0_1-py2-none-any'
  
   pip 25.3 will enforce this behaviour change. A possible replacement is to rename the wheel to use a correctly normalised name (this may require updating the version in the project metadata). Discussion can be found at https://github.com/pypa/pip/issues/12938
  DEPRECATION: Wheel filename 'j2cli-0.3.1_0-py2-none-any.whl' is not correctly normalised. Future versions of pip will raise the following error:
  Invalid wheel filename (invalid version): 'j2cli-0.3.1_0-py2-none-any'
  
   pip 25.3 will enforce this behaviour change. A possible replacement is to rename the wheel to use a correctly normalised name (this may require updating the version in the project metadata). Discussion can be found at https://github.com/pypa/pip/issues/12938
Collecting j2cli==0.3.10
  Downloading j2cli-0.3.10-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting jinja2>=2.7.2 (from j2cli==0.3.10)
  Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
Collecting MarkupSafe>=2.0 (from jinja2>=2.7.2->j2cli==0.3.10)
  Downloading MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
Downloading j2cli-0.3.10-py2.py3-none-any.whl (8.9 kB)
Downloading jinja2-3.1.6-py3-none-any.whl (134 kB)
Downloading MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB)
Installing collected packages: MarkupSafe, jinja2, j2cli

Successfully installed MarkupSafe-3.0.2 j2cli-0.3.10 jinja2-3.1.6
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install redis==3.5.3
Collecting redis==3.5.3
  Downloading redis-3.5.3-py2.py3-none-any.whl.metadata (36 kB)
Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB)
Installing collected packages: redis
Successfully installed redis-3.5.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
++ basename target/python-wheels/bullseye/redis_dump_load-1.1-py3-none-any.whl
+ REDIS_DUMP_LOAD_PY3_WHEEL_NAME=redis_dump_load-1.1-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/redis_dump_load-1.1-py3-none-any.whl ./fsroot-broadcom-dnx/redis_dump_load-1.1-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install redis_dump_load-1.1-py3-none-any.whl
Processing /redis_dump_load-1.1-py3-none-any.whl
Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load==1.1) (3.5.3)
Installing collected packages: redis-dump-load
Successfully installed redis-dump-load-1.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom-dnx/redis_dump_load-1.1-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install psutil
Collecting psutil
  Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB)
Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB)
Installing collected packages: psutil
Successfully installed psutil-7.0.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install ipaddr
Collecting ipaddr
  Downloading ipaddr-2.2.0.tar.gz (26 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: ipaddr
  DEPRECATION: Building 'ipaddr' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'ipaddr'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for ipaddr (setup.py): started
  Building wheel for ipaddr (setup.py): finished with status 'done'
  Created wheel for ipaddr: filename=ipaddr-2.2.0-py3-none-any.whl size=18281 sha256=ff31ded15f51278f8db927a583d01ff8914cf7a1285e9bfea611a08b03641f2a
  Stored in directory: /root/.cache/pip/wheels/f3/49/ea/303386407cca98ec8428ebd3ab85c0b851bab744c0afc653fa
Successfully built ipaddr
Installing collected packages: ipaddr
Successfully installed ipaddr-2.2.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ [[ amd64 == amd64 ]]
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install grpcio==1.39.0
Collecting grpcio==1.39.0
  Downloading grpcio-1.39.0-cp39-cp39-manylinux2014_x86_64.whl.metadata (4.0 kB)
Collecting six>=1.5.2 (from grpcio==1.39.0)
  Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Downloading grpcio-1.39.0-cp39-cp39-manylinux2014_x86_64.whl (4.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 95.8 MB/s eta 0:00:00
Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: six, grpcio

Successfully installed grpcio-1.39.0 six-1.17.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install grpcio-tools==1.39.0
Collecting grpcio-tools==1.39.0
  Downloading grpcio_tools-1.39.0-cp39-cp39-manylinux2014_x86_64.whl.metadata (6.4 kB)
Collecting protobuf<4.0dev,>=3.5.0.post1 (from grpcio-tools==1.39.0)
  Downloading protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (679 bytes)
Requirement already satisfied: grpcio>=1.39.0 in /usr/local/lib/python3.9/dist-packages (from grpcio-tools==1.39.0) (1.39.0)
Requirement already satisfied: setuptools in /usr/local/lib/python3.9/dist-packages (from grpcio-tools==1.39.0) (49.6.0)
Requirement already satisfied: six>=1.5.2 in /usr/local/lib/python3.9/dist-packages (from grpcio>=1.39.0->grpcio-tools==1.39.0) (1.17.0)
Downloading grpcio_tools-1.39.0-cp39-cp39-manylinux2014_x86_64.whl (2.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 92.6 MB/s eta 0:00:00
Downloading protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 81.5 MB/s eta 0:00:00
Installing collected packages: protobuf, grpcio-tools

Successfully installed grpcio-tools-1.39.0 protobuf-3.20.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
++ basename target/python-wheels/bullseye/sonic_py_common-1.0-py3-none-any.whl
+ SONIC_PY_COMMON_PY3_WHEEL_NAME=sonic_py_common-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_py_common-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_py_common-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_py_common-1.0-py3-none-any.whl
Processing /sonic_py_common-1.0-py3-none-any.whl
Collecting natsort==6.2.1 (from sonic-py-common==1.0)
  Downloading natsort-6.2.1-py2.py3-none-any.whl.metadata (21 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from sonic-py-common==1.0) (5.4.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common==1.0) (3.5.3)
Downloading natsort-6.2.1-py2.py3-none-any.whl (37 kB)
Installing collected packages: natsort, sonic-py-common

Successfully installed natsort-6.2.1 sonic-py-common-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom-dnx/sonic_py_common-1.0-py3-none-any.whl
+ [[ amd64 == armhf ]]
+ [[ amd64 == arm64 ]]
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libyang_1.0.73_amd64.deb
Selecting previously unselected package libyang.
(Reading database ... 29191 files and directories currently installed.)
Preparing to unpack .../libyang_1.0.73_amd64.deb ...
Unpacking libyang (1.0.73) ...
Setting up libyang (1.0.73) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libyang-cpp_1.0.73_amd64.deb
Selecting previously unselected package libyang-cpp.
(Reading database ... 29208 files and directories currently installed.)
Preparing to unpack .../libyang-cpp_1.0.73_amd64.deb ...
Unpacking libyang-cpp (1.0.73) ...
Setting up libyang-cpp (1.0.73) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/python3-yang_1.0.73_amd64.deb
Selecting previously unselected package python3-yang.
(Reading database ... 29213 files and directories currently installed.)
Preparing to unpack .../python3-yang_1.0.73_amd64.deb ...
Unpacking python3-yang (1.0.73) ...
Setting up python3-yang (1.0.73) ...
++ basename target/python-wheels/bullseye/sonic_yang_models-1.0-py3-none-any.whl
+ SONIC_YANG_MODEL_PY3_WHEEL_NAME=sonic_yang_models-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_yang_models-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_yang_models-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_yang_models-1.0-py3-none-any.whl
Processing /sonic_yang_models-1.0-py3-none-any.whl
Installing collected packages: sonic-yang-models
Successfully installed sonic-yang-models-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom-dnx/sonic_yang_models-1.0-py3-none-any.whl
++ basename target/python-wheels/bullseye/sonic_yang_mgmt-1.0-py3-none-any.whl
+ SONIC_YANG_MGMT_PY3_WHEEL_NAME=sonic_yang_mgmt-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_yang_mgmt-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_yang_mgmt-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_yang_mgmt-1.0-py3-none-any.whl
Processing /sonic_yang_mgmt-1.0-py3-none-any.whl
Collecting xmltodict==0.12.0 (from sonic-yang-mgmt==1.0)
  Downloading xmltodict-0.12.0-py2.py3-none-any.whl.metadata (6.3 kB)
Collecting ijson==2.6.1 (from sonic-yang-mgmt==1.0)
  Downloading ijson-2.6.1.tar.gz (29 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting jsondiff>=1.2.0 (from sonic-yang-mgmt==1.0)
  Downloading jsondiff-2.2.1-py3-none-any.whl.metadata (5.2 kB)
Collecting tabulate==0.8.2 (from sonic-yang-mgmt==1.0)
  Downloading tabulate-0.8.2.tar.gz (45 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from jsondiff>=1.2.0->sonic-yang-mgmt==1.0) (5.4.1)
Downloading xmltodict-0.12.0-py2.py3-none-any.whl (9.2 kB)
Downloading jsondiff-2.2.1-py3-none-any.whl (13 kB)
Building wheels for collected packages: ijson, tabulate
  DEPRECATION: Building 'ijson' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'ijson'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for ijson (setup.py): started
  Building wheel for ijson (setup.py): finished with status 'done'
  Created wheel for ijson: filename=ijson-2.6.1-py3-none-any.whl size=17423 sha256=8a37cfbd60313cf2e43f1dcaa2f0305ce359336edfd47de4108c301487f97efd
  Stored in directory: /root/.cache/pip/wheels/d9/bf/75/d521a020ef274e6e95a67d5cc167bd26a485a72b296ac06c20
  DEPRECATION: Building 'tabulate' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'tabulate'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for tabulate (setup.py): started
  Building wheel for tabulate (setup.py): finished with status 'done'
  Created wheel for tabulate: filename=tabulate-0.8.2-py3-none-any.whl size=23533 sha256=160544987e093f671101561a4610d6744f2ccc38c4d71749b8ca07a1e103fdb8
  Stored in directory: /root/.cache/pip/wheels/e8/2f/6e/75badca4abe8d8cacb71f1bf6958b4d3f3c45cc00612d439a9
Successfully built ijson tabulate
Installing collected packages: tabulate, ijson, xmltodict, jsondiff, sonic-yang-mgmt

Successfully installed ijson-2.6.1 jsondiff-2.2.1 sonic-yang-mgmt-1.0 tabulate-0.8.2 xmltodict-0.12.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom-dnx/sonic_yang_mgmt-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install pyangbind==0.8.1
Collecting pyangbind==0.8.1
  Downloading pyangbind-0.8.1.tar.gz (48 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting pyang (from pyangbind==0.8.1)
  Downloading pyang-2.6.1-py2.py3-none-any.whl.metadata (821 bytes)
Collecting bitarray (from pyangbind==0.8.1)
  Downloading bitarray-3.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB)
Collecting lxml (from pyangbind==0.8.1)
  Downloading lxml-6.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (6.6 kB)
Collecting regex (from pyangbind==0.8.1)
  Downloading regex-2024.11.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB)
Requirement already satisfied: six in /usr/local/lib/python3.9/dist-packages (from pyangbind==0.8.1) (1.17.0)
Collecting enum34 (from pyangbind==0.8.1)
  Downloading enum34-1.1.10-py3-none-any.whl.metadata (1.6 kB)
Downloading bitarray-3.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310 kB)
Downloading enum34-1.1.10-py3-none-any.whl (11 kB)
Downloading lxml-6.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (5.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 93.0 MB/s eta 0:00:00
Downloading pyang-2.6.1-py2.py3-none-any.whl (594 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.7/594.7 kB 67.8 MB/s eta 0:00:00
Downloading regex-2024.11.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (780 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 780.9/780.9 kB 73.0 MB/s eta 0:00:00
Building wheels for collected packages: pyangbind
  DEPRECATION: Building 'pyangbind' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pyangbind'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for pyangbind (setup.py): started
  Building wheel for pyangbind (setup.py): finished with status 'done'
  Created wheel for pyangbind: filename=pyangbind-0.8.1-py3-none-any.whl size=47759 sha256=6fc9f3664783e3c11d008ccca56519cd694118ec1ce837724a5b21cf6d826d12
  Stored in directory: /root/.cache/pip/wheels/1c/76/58/d7d1318aa7106881ad5164bb1d54bf8524d8464afcfa1855aa
Successfully built pyangbind
Installing collected packages: enum34, bitarray, regex, lxml, pyang, pyangbind

Successfully installed bitarray-3.5.1 enum34-1.1.10 lxml-6.0.0 pyang-2.6.1 pyangbind-0.8.1 regex-2024.11.6
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 uninstall -y enum34
Found existing installation: enum34 1.1.10
Uninstalling enum34-1.1.10:
  Successfully uninstalled enum34-1.1.10
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
++ basename target/python-wheels/bullseye/sonic_config_engine-1.0-py3-none-any.whl
+ CONFIG_ENGINE_PY3_WHEEL_NAME=sonic_config_engine-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_config_engine-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_config_engine-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_config_engine-1.0-py3-none-any.whl
Processing /sonic_config_engine-1.0-py3-none-any.whl
Collecting bitarray==1.5.3 (from sonic-config-engine==1.0)
  Downloading bitarray-1.5.3.tar.gz (54 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting ipaddress==1.0.23 (from sonic-config-engine==1.0)
  Downloading ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes)
Collecting lxml==4.9.1 (from sonic-config-engine==1.0)
  Downloading lxml-4.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.3 kB)
Collecting netaddr==0.8.0 (from sonic-config-engine==1.0)
  Downloading netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB)
Requirement already satisfied: pyyaml==5.4.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (5.4.1)
Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (3.1.6)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: sonic-yang-mgmt>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from Jinja2>=2.10->sonic-config-engine==1.0) (3.0.2)
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (0.12.0)
Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (2.6.1)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (2.2.1)
Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (0.8.2)
Requirement already satisfied: natsort==6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-config-engine==1.0) (6.2.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-config-engine==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common->sonic-config-engine==1.0) (3.5.3)
Downloading ipaddress-1.0.23-py2.py3-none-any.whl (18 kB)
Downloading lxml-4.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 72.0 MB/s eta 0:00:00
Downloading netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 87.2 MB/s eta 0:00:00
Building wheels for collected packages: bitarray
  DEPRECATION: Building 'bitarray' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'bitarray'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for bitarray (setup.py): started
  Building wheel for bitarray (setup.py): finished with status 'done'
  Created wheel for bitarray: filename=bitarray-1.5.3-cp39-cp39-linux_x86_64.whl size=116989 sha256=9a93cb62c8ca6f39c60a1027de8fde68fe50950a4f9dd6952859fd435db3c98e
  Stored in directory: /root/.cache/pip/wheels/7e/0a/8e/e35b31348d6abae176f63ff3b182fec154e9bc0c6909173b1a
Successfully built bitarray
Installing collected packages: netaddr, ipaddress, bitarray, lxml, sonic-config-engine
  Attempting uninstall: bitarray
    Found existing installation: bitarray 3.5.1
    Uninstalling bitarray-3.5.1:
      Successfully uninstalled bitarray-3.5.1
  Attempting uninstall: lxml
    Found existing installation: lxml 6.0.0
    Uninstalling lxml-6.0.0:
      Successfully uninstalled lxml-6.0.0

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pyangbind 0.8.1 requires enum34, which is not installed.
Successfully installed bitarray-1.5.3 ipaddress-1.0.23 lxml-4.9.1 netaddr-0.8.0 sonic-config-engine-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom-dnx/sonic_config_engine-1.0-py3-none-any.whl
++ basename target/python-wheels/bullseye/sonic_platform_common-1.0-py3-none-any.whl
+ PLATFORM_COMMON_PY3_WHEEL_NAME=sonic_platform_common-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_platform_common-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_platform_common-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_platform_common-1.0-py3-none-any.whl
Processing /sonic_platform_common-1.0-py3-none-any.whl
Requirement already satisfied: natsort==6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (6.2.1)
Requirement already satisfied: PyYAML in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (5.4.1)
Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (3.5.3)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (1.0)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common==1.0) (1.0)
Requirement already satisfied: bitarray==1.5.3 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.5.3)
Requirement already satisfied: ipaddress==1.0.23 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0.23)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (4.9.1)
Requirement already satisfied: netaddr==0.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (0.8.0)
Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (3.1.6)
Requirement already satisfied: sonic-yang-mgmt>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0)
Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from Jinja2>=2.10->sonic-config-engine->sonic-platform-common==1.0) (3.0.2)
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (0.12.0)
Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (2.6.1)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (2.2.1)
Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (0.8.2)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-platform-common==1.0) (1.1)
Installing collected packages: sonic-platform-common
Successfully installed sonic-platform-common-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom-dnx/sonic_platform_common-1.0-py3-none-any.whl
++ basename target/python-wheels/bullseye/sonic_platform_pddf_common-1.0-py3-none-any.whl
+ PLATFORM_PDDF_COMMON_PY3_WHEEL_NAME=sonic_platform_pddf_common-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_platform_pddf_common-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_platform_pddf_common-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_platform_pddf_common-1.0-py3-none-any.whl
Processing /sonic_platform_pddf_common-1.0-py3-none-any.whl
Collecting jsonschema==2.6.0 (from sonic-platform-pddf-common==1.0)
  Downloading jsonschema-2.6.0-py2.py3-none-any.whl.metadata (4.6 kB)
Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB)
Installing collected packages: jsonschema, sonic-platform-pddf-common

Successfully installed jsonschema-2.6.0 sonic-platform-pddf-common-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom-dnx/sonic_platform_pddf_common-1.0-py3-none-any.whl
++ basename target/python-wheels/bullseye/system_health-1.0-py3-none-any.whl
+ SYSTEM_HEALTH_PY3_WHEEL_NAME=system_health-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/system_health-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/system_health-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install system_health-1.0-py3-none-any.whl
Processing /system_health-1.0-py3-none-any.whl
Requirement already satisfied: natsort in /usr/local/lib/python3.9/dist-packages (from system-health==1.0) (6.2.1)
Requirement already satisfied: docker in /usr/local/lib/python3.9/dist-packages (from system-health==1.0) (7.1.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from system-health==1.0) (1.0)
Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.9/dist-packages (from docker->system-health==1.0) (2.32.4)
Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.9/dist-packages (from docker->system-health==1.0) (2.5.0)
Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (3.4.2)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (3.10)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (2025.7.14)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->system-health==1.0) (5.4.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->system-health==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common->system-health==1.0) (3.5.3)
Installing collected packages: system-health
Successfully installed system-health-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom-dnx/system_health-1.0-py3-none-any.whl
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install build-essential libssl-dev swig
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  bzip2 dpkg-dev g++ g++-10 libdpkg-perl libstdc++-10-dev make patch swig4.0
Suggested packages:
  bzip2-doc debian-keyring g++-multilib g++-10-multilib gcc-10-doc git bzr
  libssl-doc libstdc++-10-doc make-doc ed diffutils-doc swig-doc swig-examples
  swig4.0-examples swig4.0-doc
Recommended packages:
  fakeroot libalgorithm-merge-perl libfile-fcntllock-perl
  liblocale-gettext-perl
The following NEW packages will be installed:
  build-essential bzip2 dpkg-dev g++ g++-10 libdpkg-perl libssl-dev
  libstdc++-10-dev make patch swig swig4.0
0 upgraded, 12 newly installed, 0 to remove and 5 not upgraded.
Need to get 19.1 MB of archives.
After this operation, 67.8 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B]
Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libdpkg-perl all 1.20.13 [1552 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
Get:8 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 dpkg-dev all 1.20.13 [2314 kB]
Get:9 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
Get:10 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libssl-dev amd64 1.1.1w-0+deb11u3 [1821 kB]
Get:11 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 swig4.0 amd64 4.0.2-1 [1377 kB]
Get:12 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 swig all 4.0.2-1 [330 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 19.1 MB in 1s (18.2 MB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package bzip2.
(Reading database ... 29218 files and directories currently installed.)
Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
Unpacking bzip2 (1.0.8-4) ...
Selecting previously unselected package libstdc++-10-dev:amd64.
Preparing to unpack .../01-libstdc++-10-dev_10.2.1-6_amd64.deb ...
Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ...
Selecting previously unselected package g++-10.
Preparing to unpack .../02-g++-10_10.2.1-6_amd64.deb ...
Unpacking g++-10 (10.2.1-6) ...
Selecting previously unselected package g++.
Preparing to unpack .../03-g++_4%3a10.2.1-1_amd64.deb ...
Unpacking g++ (4:10.2.1-1) ...
Selecting previously unselected package make.
Preparing to unpack .../04-make_4.3-4.1_amd64.deb ...
Unpacking make (4.3-4.1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../05-libdpkg-perl_1.20.13_all.deb ...
Unpacking libdpkg-perl (1.20.13) ...
Selecting previously unselected package patch.
Preparing to unpack .../06-patch_2.7.6-7_amd64.deb ...
Unpacking patch (2.7.6-7) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../07-dpkg-dev_1.20.13_all.deb ...
Unpacking dpkg-dev (1.20.13) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../08-build-essential_12.9_amd64.deb ...
Unpacking build-essential (12.9) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../09-libssl-dev_1.1.1w-0+deb11u3_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.1w-0+deb11u3) ...
Selecting previously unselected package swig4.0.
Preparing to unpack .../10-swig4.0_4.0.2-1_amd64.deb ...
Unpacking swig4.0 (4.0.2-1) ...
Selecting previously unselected package swig.
Preparing to unpack .../11-swig_4.0.2-1_all.deb ...
Unpacking swig (4.0.2-1) ...
Setting up libstdc++-10-dev:amd64 (10.2.1-6) ...
Setting up g++-10 (10.2.1-6) ...
Setting up bzip2 (1.0.8-4) ...
Setting up make (4.3-4.1) ...
Setting up libssl-dev:amd64 (1.1.1w-0+deb11u3) ...
Setting up patch (2.7.6-7) ...
Setting up libdpkg-perl (1.20.13) ...
Setting up g++ (4:10.2.1-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up swig4.0 (4.0.2-1) ...
Setting up swig (4.0.2-1) ...
Setting up dpkg-dev (1.20.13) ...
Setting up build-essential (12.9) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install openssl
Reading package lists...
Building dependency tree...
Reading state information...
openssl is already the newest version (1.1.1w-0+deb11u3).
openssl set to manually installed.
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install libffi-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  libffi-dev
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 56.5 kB of archives.
After this operation, 308 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libffi-dev amd64 3.3-6 [56.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 56.5 kB in 0s (207 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libffi-dev:amd64.
(Reading database ... 31466 files and directories currently installed.)
Preparing to unpack .../libffi-dev_3.3-6_amd64.deb ...
Unpacking libffi-dev:amd64 (3.3-6) ...
Setting up libffi-dev:amd64 (3.3-6) ...
++ basename target/python-wheels/bullseye/sonic_utilities-1.2-py3-none-any.whl
+ SONIC_UTILITIES_PY3_WHEEL_NAME=sonic_utilities-1.2-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_utilities-1.2-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_utilities-1.2-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_utilities-1.2-py3-none-any.whl
Processing /sonic_utilities-1.2-py3-none-any.whl
Collecting bcrypt==3.2.2 (from sonic-utilities==1.2)
  Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.3 kB)
Collecting click==7.0 (from sonic-utilities==1.2)
  Downloading Click-7.0-py2.py3-none-any.whl.metadata (3.5 kB)
Collecting cryptography==3.3.2 (from sonic-utilities==1.2)
  Downloading cryptography-3.3.2-cp36-abi3-manylinux2010_x86_64.whl.metadata (5.1 kB)
Requirement already satisfied: urllib3>=2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (2.5.0)
Collecting click-log>=0.3.2 (from sonic-utilities==1.2)
  Downloading click_log-0.4.0-py2.py3-none-any.whl.metadata (1.2 kB)
Requirement already satisfied: docker>=4.4.4 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (7.1.0)
Collecting docker-image-py>=0.1.10 (from sonic-utilities==1.2)
  Downloading docker_image_py-0.1.13-py3-none-any.whl.metadata (223 bytes)
Collecting filelock>=3.0.12 (from sonic-utilities==1.2)
  Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting enlighten>=1.8.0 (from sonic-utilities==1.2)
  Downloading enlighten-1.14.1-py2.py3-none-any.whl.metadata (18 kB)
Requirement already satisfied: ipaddress>=1.0.23 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0.23)
Requirement already satisfied: jinja2>=2.11.3 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (3.1.6)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (2.2.1)
Collecting jsonpatch>=1.32.0 (from sonic-utilities==1.2)
  Downloading jsonpatch-1.33-py2.py3-none-any.whl.metadata (3.0 kB)
Collecting jsonpointer>=1.9 (from sonic-utilities==1.2)
  Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting m2crypto>=0.31.0 (from sonic-utilities==1.2)
  Downloading m2crypto-0.45.1.tar.gz (363 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: natsort>=6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (6.2.1)
Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (0.8.0)
Collecting netifaces>=0.10.7 (from sonic-utilities==1.2)
  Downloading netifaces-0.11.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (9.0 kB)
Collecting paramiko==2.11.0 (from sonic-utilities==1.2)
  Downloading paramiko-2.11.0-py2.py3-none-any.whl.metadata (4.6 kB)
Collecting pexpect>=4.8.0 (from sonic-utilities==1.2)
  Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting semantic-version>=2.8.5 (from sonic-utilities==1.2)
  Downloading semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB)
Collecting prettyprinter>=0.18.0 (from sonic-utilities==1.2)
  Downloading prettyprinter-0.18.0-py2.py3-none-any.whl.metadata (12 kB)
Collecting pyroute2<0.6.1,>=0.5.14 (from sonic-utilities==1.2)
  Downloading pyroute2-0.5.19.tar.gz (962 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 962.9/962.9 kB 84.3 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting requests<=2.31.0,>=2.25.0 (from sonic-utilities==1.2)
  Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (0.8.2)
Collecting toposort==1.6 (from sonic-utilities==1.2)
  Downloading toposort-1.6-py2.py3-none-any.whl.metadata (6.0 kB)
Collecting www-authenticate==0.9.2 (from sonic-utilities==1.2)
  Downloading www-authenticate-0.9.2.tar.gz (2.4 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (0.12.0)
Collecting lazy-object-proxy (from sonic-utilities==1.2)
  Downloading lazy_object_proxy-1.11.0-py3-none-any.whl.metadata (8.2 kB)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-platform-common in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-yang-mgmt in /usr/local/lib/python3.9/dist-packages (from sonic-utilities==1.2) (1.0)
Collecting cffi>=1.1 (from bcrypt==3.2.2->sonic-utilities==1.2)
  Downloading cffi-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.9/dist-packages (from cryptography==3.3.2->sonic-utilities==1.2) (1.17.0)
Collecting pynacl>=1.0.1 (from paramiko==2.11.0->sonic-utilities==1.2)
  Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (3.4.2)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (3.10)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (2025.7.14)
Collecting pycparser (from cffi>=1.1->bcrypt==3.2.2->sonic-utilities==1.2)
  Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Requirement already satisfied: regex>=2019.4.14 in /usr/local/lib/python3.9/dist-packages (from docker-image-py>=0.1.10->sonic-utilities==1.2) (2024.11.6)
Collecting blessed>=1.17.7 (from enlighten>=1.8.0->sonic-utilities==1.2)
  Downloading blessed-1.21.0-py2.py3-none-any.whl.metadata (13 kB)
Collecting prefixed>=0.3.2 (from enlighten>=1.8.0->sonic-utilities==1.2)
  Downloading prefixed-0.9.0-py2.py3-none-any.whl.metadata (11 kB)
Collecting wcwidth>=0.1.4 (from blessed>=1.17.7->enlighten>=1.8.0->sonic-utilities==1.2)
  Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from jinja2>=2.11.3->sonic-utilities==1.2) (3.0.2)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from jsondiff>=1.2.0->sonic-utilities==1.2) (5.4.1)
Collecting ptyprocess>=0.5 (from pexpect>=4.8.0->sonic-utilities==1.2)
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting Pygments>=2.2.0 (from prettyprinter>=0.18.0->sonic-utilities==1.2)
  Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
Collecting colorful>=0.4.0 (from prettyprinter>=0.18.0->sonic-utilities==1.2)
  Downloading colorful-0.5.7-py2.py3-none-any.whl.metadata (16 kB)
Requirement already satisfied: bitarray==1.5.3 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (1.5.3)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (4.9.1)
Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (1.0)
Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt->sonic-utilities==1.2) (2.6.1)
Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from sonic-platform-common->sonic-utilities==1.2) (3.5.3)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-utilities==1.2) (1.1)
Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB)
Downloading Click-7.0-py2.py3-none-any.whl (81 kB)
Downloading cryptography-3.3.2-cp36-abi3-manylinux2010_x86_64.whl (2.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 72.9 MB/s eta 0:00:00
Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
Downloading toposort-1.6-py2.py3-none-any.whl (9.5 kB)
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
Downloading cffi-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (445 kB)
Downloading click_log-0.4.0-py2.py3-none-any.whl (4.3 kB)
Downloading docker_image_py-0.1.13-py3-none-any.whl (8.9 kB)
Downloading enlighten-1.14.1-py2.py3-none-any.whl (42 kB)
Downloading blessed-1.21.0-py2.py3-none-any.whl (84 kB)
Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB)
Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB)
Downloading netifaces-0.11.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (32 kB)
Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
Downloading prefixed-0.9.0-py2.py3-none-any.whl (13 kB)
Downloading prettyprinter-0.18.0-py2.py3-none-any.whl (48 kB)
Downloading colorful-0.5.7-py2.py3-none-any.whl (201 kB)
Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 88.4 MB/s eta 0:00:00
Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 79.7 MB/s eta 0:00:00
Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Downloading lazy_object_proxy-1.11.0-py3-none-any.whl (16 kB)
Downloading pycparser-2.22-py3-none-any.whl (117 kB)
Building wheels for collected packages: www-authenticate, pyroute2, m2crypto
  DEPRECATION: Building 'www-authenticate' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'www-authenticate'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for www-authenticate (setup.py): started
  Building wheel for www-authenticate (setup.py): finished with status 'done'
  Created wheel for www-authenticate: filename=www_authenticate-0.9.2-py3-none-any.whl size=2932 sha256=30616d0239d2f829d9a846e7bccd11d85614893c00e1b8dec6cf0ed1a0588c67
  Stored in directory: /root/.cache/pip/wheels/f0/e5/b8/4d9d5b3b2155fe2053cf5644055cebce615d79896f3832580b
  DEPRECATION: Building 'pyroute2' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pyroute2'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for pyroute2 (setup.py): started
  Building wheel for pyroute2 (setup.py): finished with status 'done'
  Created wheel for pyroute2: filename=pyroute2-0.5.19-py3-none-any.whl size=411484 sha256=30a33ed1ff46540d8ae38faa9c6d9fb250af854481f42dc0c9ef9f04ba60b3c3
  Stored in directory: /root/.cache/pip/wheels/4a/cb/14/cf69a4512042ae2c6f70c00ec4bec02af84e534c81156423dd
  Building wheel for m2crypto (pyproject.toml): started
  Building wheel for m2crypto (pyproject.toml): finished with status 'done'
  Created wheel for m2crypto: filename=m2crypto-0.45.1-cp39-cp39-linux_x86_64.whl size=809595 sha256=a1847b550191379a4b5d4685bea003cd520f9d052b44f203d865260a289a2036
  Stored in directory: /root/.cache/pip/wheels/a1/35/60/001a87fcb522b991b00d1b043af8ae2aff99b7fa02844b4208
Successfully built www-authenticate pyroute2 m2crypto
Installing collected packages: www-authenticate, wcwidth, toposort, pyroute2, ptyprocess, prefixed, netifaces, m2crypto, colorful, semantic-version, requests, Pygments, pycparser, pexpect, lazy-object-proxy, jsonpointer, filelock, docker-image-py, click, blessed, prettyprinter, jsonpatch, enlighten, click-log, cffi, pynacl, cryptography, bcrypt, paramiko, sonic-utilities
  Attempting uninstall: requests
    Found existing installation: requests 2.32.4
    Uninstalling requests-2.32.4:
      Successfully uninstalled requests-2.32.4

Successfully installed Pygments-2.19.2 bcrypt-3.2.2 blessed-1.21.0 cffi-1.17.1 click-7.0 click-log-0.4.0 colorful-0.5.7 cryptography-3.3.2 docker-image-py-0.1.13 enlighten-1.14.1 filelock-3.18.0 jsonpatch-1.33 jsonpointer-3.0.0 lazy-object-proxy-1.11.0 m2crypto-0.45.1 netifaces-0.11.0 paramiko-2.11.0 pexpect-4.9.0 prefixed-0.9.0 prettyprinter-0.18.0 ptyprocess-0.7.0 pycparser-2.22 pynacl-1.5.0 pyroute2-0.5.19 requests-2.31.0 semantic-version-2.10.0 sonic-utilities-1.2 toposort-1.6 wcwidth-0.2.13 www-authenticate-0.9.2
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom-dnx/sonic_utilities-1.2-py3-none-any.whl
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-utilities-data_1.0-1_all.deb
Selecting previously unselected package sonic-utilities-data.
(Reading database ... 31500 files and directories currently installed.)
Preparing to unpack .../sonic-utilities-data_1.0-1_all.deb ...
Unpacking sonic-utilities-data (1.0-1) ...
dpkg: dependency problems prevent configuration of sonic-utilities-data:
 sonic-utilities-data depends on bash-completion; however:
  Package bash-completion is not installed.

dpkg: error processing package sonic-utilities-data (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 sonic-utilities-data
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
  gnupg-utils gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes
  libcurl3-gnutls libgirepository-1.0-1 libksba8 libnpth0
  libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  bash-completion
The following NEW packages will be installed:
  bash-completion
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
1 not fully installed or removed.
Need to get 234 kB of archives.
After this operation, 1560 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 234 kB in 0s (603 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package bash-completion.
(Reading database ... 31542 files and directories currently installed.)
Preparing to unpack .../bash-completion_1%3a2.11-2_all.deb ...
Unpacking bash-completion (1:2.11-2) ...
Setting up bash-completion (1:2.11-2) ...
Setting up sonic-utilities-data (1.0-1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/bash_5.1-2_amd64.deb
dpkg: warning: downgrading bash from 5.1-2+deb11u1 to 5.1-2
(Reading database ... 32305 files and directories currently installed.)
Preparing to unpack .../bullseye/bash_5.1-2_amd64.deb ...
Unpacking bash (5.1-2) over (5.1-2+deb11u1) ...
Setting up bash (5.1-2) ...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
+ sudo cp -f files/image_config/bash/bash.bashrc ./fsroot-broadcom-dnx/etc/
+ sudo cp -f files/image_config/readline/inputrc ./fsroot-broadcom-dnx/etc/
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install libcairo2-dev libdbus-1-dev libgirepository1.0-dev libsystemd-dev pkg-config
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-dbus python3-pycurl python3-setuptools python3-software-properties
  python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  fontconfig-config fonts-dejavu-core gir1.2-freedesktop gobject-introspection
  libblkid-dev libbrotli-dev libcairo-gobject2 libcairo-script-interpreter2
  libcairo2 libfontconfig-dev libfontconfig1 libfontconfig1-dev
  libfreetype-dev libfreetype6-dev libglib2.0-bin libglib2.0-data
  libglib2.0-dev libglib2.0-dev-bin libice-dev libice6 libmount-dev
  libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
  libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0 libpixman-1-dev
  libpng-dev libpthread-stubs0-dev libselinux1-dev libsepol1-dev libsm-dev
  libsm6 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb-render0
  libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev
  libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxrender-dev libxrender1
  python3-mako python3-markdown python3-markupsafe uuid-dev x11-common
  x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev
Suggested packages:
  libcairo2-doc freetype2-doc libgirepository1.0-doc libglib2.0-doc
  libgdk-pixbuf2.0-bin | libgdk-pixbuf2.0-dev libxml2-utils libice-doc
  libsm-doc libx11-doc libxcb-doc libxext-doc python3-beaker python-mako-doc
  python-markdown-doc
Recommended packages:
  libpng-tools python3-pygments python3-yaml
The following NEW packages will be installed:
  fontconfig-config fonts-dejavu-core gir1.2-freedesktop gobject-introspection
  libblkid-dev libbrotli-dev libcairo-gobject2 libcairo-script-interpreter2
  libcairo2 libcairo2-dev libdbus-1-dev libfontconfig-dev libfontconfig1
  libfontconfig1-dev libfreetype-dev libfreetype6-dev libgirepository1.0-dev
  libglib2.0-bin libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libice-dev
  libice6 libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
  libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0
  libpixman-1-dev libpng-dev libpthread-stubs0-dev libselinux1-dev
  libsepol1-dev libsm-dev libsm6 libsystemd-dev libx11-6 libx11-data
  libx11-dev libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
  libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
  libxext6 libxrender-dev libxrender1 pkg-config python3-mako python3-markdown
  python3-markupsafe uuid-dev x11-common x11proto-dev x11proto-xext-dev
  xorg-sgml-doctools xtrans-dev
0 upgraded, 68 newly installed, 0 to remove and 6 not upgraded.
Need to get 19.2 MB of archives.
After this operation, 75.2 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 gir1.2-freedesktop amd64 1.66.1-1+b1 [33.4 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-markupsafe amd64 1.1.1-1+b3 [15.2 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-mako all 1.1.3+ds1-2 [80.2 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 python3-markdown all 3.3.4-1 [71.4 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 gobject-introspection amd64 1.66.1-1+b1 [301 kB]
Get:8 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 uuid-dev amd64 2.36.1-8+deb11u2 [99.4 kB]
Get:9 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libblkid-dev amd64 2.36.1-8+deb11u2 [225 kB]
Get:10 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libbrotli-dev amd64 1.0.9-2+b2 [288 kB]
Get:11 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB]
Get:12 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpixman-1-0 amd64 0.40.0-1.1~deb11u1 [543 kB]
Get:13 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
Get:14 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Get:15 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB]
Get:16 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libx11-data all 2:1.7.2-1+deb11u2 [311 kB]
Get:17 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1+deb11u2 [772 kB]
Get:18 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-render0 amd64 1.14-3 [111 kB]
Get:19 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-shm0 amd64 1.14-3 [101 kB]
Get:20 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB]
Get:21 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Get:22 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo2 amd64 1.16.0-5 [694 kB]
Get:23 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo-gobject2 amd64 1.16.0-5 [125 kB]
Get:24 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo-script-interpreter2 amd64 1.16.0-5 [163 kB]
Get:25 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpng-dev amd64 1.6.37-3 [298 kB]
Get:26 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libfreetype-dev amd64 2.10.4+dfsg-1+deb11u2 [571 kB]
Get:27 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libfreetype6-dev amd64 2.10.4+dfsg-1+deb11u2 [82.7 kB]
Get:28 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB]
Get:29 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libfontconfig-dev amd64 2.13.1-4.2 [368 kB]
Get:30 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libfontconfig1-dev amd64 2.13.1-4.2 [238 kB]
Get:31 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB]
Get:32 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 x11proto-dev all 2020.1-1 [594 kB]
Get:33 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxau-dev amd64 1:1.0.9-1 [22.9 kB]
Get:34 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [42.2 kB]
Get:35 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 xtrans-dev all 1.4.0-1 [98.7 kB]
Get:36 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpthread-stubs0-dev amd64 0.4-1 [5344 B]
Get:37 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb1-dev amd64 1.14-3 [176 kB]
Get:38 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libx11-dev amd64 2:1.7.2-1+deb11u2 [845 kB]
Get:39 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxrender-dev amd64 1:0.9.10-1 [40.8 kB]
Get:40 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 x11proto-xext-dev all 2020.1-1 [3404 B]
Get:41 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxext-dev amd64 2:1.3.3-1.1 [107 kB]
Get:42 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 x11-common all 1:7.7+22 [252 kB]
Get:43 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB]
Get:44 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB]
Get:45 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libice-dev amd64 2:1.0.10-1 [67.1 kB]
Get:46 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libsm-dev amd64 2:1.2.3-1 [38.0 kB]
Get:47 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpixman-1-dev amd64 0.40.0-1.1~deb11u1 [561 kB]
Get:48 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-render0-dev amd64 1.14-3 [114 kB]
Get:49 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libxcb-shm0-dev amd64 1.14-3 [102 kB]
Get:50 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-data all 2.66.8-1+deb11u6 [1177 kB]
Get:51 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-bin amd64 2.66.8-1+deb11u6 [142 kB]
Get:52 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-dev-bin amd64 2.66.8-1+deb11u6 [181 kB]
Get:53 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libsepol1-dev amd64 3.1-1+deb11u1 [341 kB]
Get:54 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
Get:55 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
Get:56 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
Get:57 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
Get:58 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
Get:59 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libmount-dev amd64 2.36.1-8+deb11u2 [78.1 kB]
Get:60 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre16-3 amd64 2:8.39-13 [259 kB]
Get:61 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre32-3 amd64 2:8.39-13 [250 kB]
Get:62 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcrecpp0v5 amd64 2:8.39-13 [152 kB]
Get:63 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpcre3-dev amd64 2:8.39-13 [650 kB]
Get:64 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libglib2.0-dev amd64 2.66.8-1+deb11u6 [1582 kB]
Get:65 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcairo2-dev amd64 1.16.0-5 [739 kB]
Get:66 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libdbus-1-dev amd64 1.12.28-0+deb11u1 [261 kB]
Get:67 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libgirepository1.0-dev amd64 1.66.1-1+b1 [834 kB]
Get:68 http://debian-archive.trafficmanager.net/debian-security bullseye-security/main amd64 libsystemd-dev amd64 247.3-7+deb11u6 [402 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 19.2 MB in 1s (13.3 MB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package fonts-dejavu-core.
(Reading database ... 32305 files and directories currently installed.)
Preparing to unpack .../00-fonts-dejavu-core_2.37-2_all.deb ...
Unpacking fonts-dejavu-core (2.37-2) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../01-fontconfig-config_2.13.1-4.2_all.deb ...
Unpacking fontconfig-config (2.13.1-4.2) ...
Selecting previously unselected package gir1.2-freedesktop:amd64.
Preparing to unpack .../02-gir1.2-freedesktop_1.66.1-1+b1_amd64.deb ...
Unpacking gir1.2-freedesktop:amd64 (1.66.1-1+b1) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../03-python3-markupsafe_1.1.1-1+b3_amd64.deb ...
Unpacking python3-markupsafe (1.1.1-1+b3) ...
Selecting previously unselected package python3-mako.
Preparing to unpack .../04-python3-mako_1.1.3+ds1-2_all.deb ...
Unpacking python3-mako (1.1.3+ds1-2) ...
Selecting previously unselected package python3-markdown.
Preparing to unpack .../05-python3-markdown_3.3.4-1_all.deb ...
Unpacking python3-markdown (3.3.4-1) ...
Selecting previously unselected package gobject-introspection.
Preparing to unpack .../06-gobject-introspection_1.66.1-1+b1_amd64.deb ...
Unpacking gobject-introspection (1.66.1-1+b1) ...
Selecting previously unselected package uuid-dev:amd64.
Preparing to unpack .../07-uuid-dev_2.36.1-8+deb11u2_amd64.deb ...
Unpacking uuid-dev:amd64 (2.36.1-8+deb11u2) ...
Selecting previously unselected package libblkid-dev:amd64.
Preparing to unpack .../08-libblkid-dev_2.36.1-8+deb11u2_amd64.deb ...
Unpacking libblkid-dev:amd64 (2.36.1-8+deb11u2) ...
Selecting previously unselected package libbrotli-dev:amd64.
Preparing to unpack .../09-libbrotli-dev_1.0.9-2+b2_amd64.deb ...
Unpacking libbrotli-dev:amd64 (1.0.9-2+b2) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../10-libfontconfig1_2.13.1-4.2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.13.1-4.2) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../11-libpixman-1-0_0.40.0-1.1~deb11u1_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../12-libxau6_1%3a1.0.9-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../13-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../14-libxcb1_1.14-3_amd64.deb ...
Unpacking libxcb1:amd64 (1.14-3) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../15-libx11-data_2%3a1.7.2-1+deb11u2_all.deb ...
Unpacking libx11-data (2:1.7.2-1+deb11u2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../16-libx11-6_2%3a1.7.2-1+deb11u2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.7.2-1+deb11u2) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../17-libxcb-render0_1.14-3_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.14-3) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../18-libxcb-shm0_1.14-3_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.14-3) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../19-libxext6_2%3a1.3.3-1.1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.3-1.1) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../20-libxrender1_1%3a0.9.10-1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../21-libcairo2_1.16.0-5_amd64.deb ...
Unpacking libcairo2:amd64 (1.16.0-5) ...
Selecting previously unselected package libcairo-gobject2:amd64.
Preparing to unpack .../22-libcairo-gobject2_1.16.0-5_amd64.deb ...
Unpacking libcairo-gobject2:amd64 (1.16.0-5) ...
Selecting previously unselected package libcairo-script-interpreter2:amd64.
Preparing to unpack .../23-libcairo-script-interpreter2_1.16.0-5_amd64.deb ...
Unpacking libcairo-script-interpreter2:amd64 (1.16.0-5) ...
Selecting previously unselected package libpng-dev:amd64.
Preparing to unpack .../24-libpng-dev_1.6.37-3_amd64.deb ...
Unpacking libpng-dev:amd64 (1.6.37-3) ...
Selecting previously unselected package libfreetype-dev:amd64.
Preparing to unpack .../25-libfreetype-dev_2.10.4+dfsg-1+deb11u2_amd64.deb ...
Unpacking libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ...
Selecting previously unselected package libfreetype6-dev:amd64.
Preparing to unpack .../26-libfreetype6-dev_2.10.4+dfsg-1+deb11u2_amd64.deb ...
Unpacking libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../27-pkg-config_0.29.2-1_amd64.deb ...
Unpacking pkg-config (0.29.2-1) ...
Selecting previously unselected package libfontconfig-dev:amd64.
Preparing to unpack .../28-libfontconfig-dev_2.13.1-4.2_amd64.deb ...
Unpacking libfontconfig-dev:amd64 (2.13.1-4.2) ...
Selecting previously unselected package libfontconfig1-dev:amd64.
Preparing to unpack .../29-libfontconfig1-dev_2.13.1-4.2_amd64.deb ...
Unpacking libfontconfig1-dev:amd64 (2.13.1-4.2) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../30-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
Selecting previously unselected package x11proto-dev.
Preparing to unpack .../31-x11proto-dev_2020.1-1_all.deb ...
Unpacking x11proto-dev (2020.1-1) ...
Selecting previously unselected package libxau-dev:amd64.
Preparing to unpack .../32-libxau-dev_1%3a1.0.9-1_amd64.deb ...
Unpacking libxau-dev:amd64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp-dev:amd64.
Preparing to unpack .../33-libxdmcp-dev_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp-dev:amd64 (1:1.1.2-3) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../34-xtrans-dev_1.4.0-1_all.deb ...
Unpacking xtrans-dev (1.4.0-1) ...
Selecting previously unselected package libpthread-stubs0-dev:amd64.
Preparing to unpack .../35-libpthread-stubs0-dev_0.4-1_amd64.deb ...
Unpacking libpthread-stubs0-dev:amd64 (0.4-1) ...
Selecting previously unselected package libxcb1-dev:amd64.
Preparing to unpack .../36-libxcb1-dev_1.14-3_amd64.deb ...
Unpacking libxcb1-dev:amd64 (1.14-3) ...
Selecting previously unselected package libx11-dev:amd64.
Preparing to unpack .../37-libx11-dev_2%3a1.7.2-1+deb11u2_amd64.deb ...
Unpacking libx11-dev:amd64 (2:1.7.2-1+deb11u2) ...
Selecting previously unselected package libxrender-dev:amd64.
Preparing to unpack .../38-libxrender-dev_1%3a0.9.10-1_amd64.deb ...
Unpacking libxrender-dev:amd64 (1:0.9.10-1) ...
Selecting previously unselected package x11proto-xext-dev.
Preparing to unpack .../39-x11proto-xext-dev_2020.1-1_all.deb ...
Unpacking x11proto-xext-dev (2020.1-1) ...
Selecting previously unselected package libxext-dev:amd64.
Preparing to unpack .../40-libxext-dev_2%3a1.3.3-1.1_amd64.deb ...
Unpacking libxext-dev:amd64 (2:1.3.3-1.1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../41-x11-common_1%3a7.7+22_all.deb ...
Unpacking x11-common (1:7.7+22) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../42-libice6_2%3a1.0.10-1_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.10-1) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../43-libsm6_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.3-1) ...
Selecting previously unselected package libice-dev:amd64.
Preparing to unpack .../44-libice-dev_2%3a1.0.10-1_amd64.deb ...
Unpacking libice-dev:amd64 (2:1.0.10-1) ...
Selecting previously unselected package libsm-dev:amd64.
Preparing to unpack .../45-libsm-dev_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm-dev:amd64 (2:1.2.3-1) ...
Selecting previously unselected package libpixman-1-dev:amd64.
Preparing to unpack .../46-libpixman-1-dev_0.40.0-1.1~deb11u1_amd64.deb ...
Unpacking libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ...
Selecting previously unselected package libxcb-render0-dev:amd64.
Preparing to unpack .../47-libxcb-render0-dev_1.14-3_amd64.deb ...
Unpacking libxcb-render0-dev:amd64 (1.14-3) ...
Selecting previously unselected package libxcb-shm0-dev:amd64.
Preparing to unpack .../48-libxcb-shm0-dev_1.14-3_amd64.deb ...
Unpacking libxcb-shm0-dev:amd64 (1.14-3) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../49-libglib2.0-data_2.66.8-1+deb11u6_all.deb ...
Unpacking libglib2.0-data (2.66.8-1+deb11u6) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../50-libglib2.0-bin_2.66.8-1+deb11u6_amd64.deb ...
Unpacking libglib2.0-bin (2.66.8-1+deb11u6) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../51-libglib2.0-dev-bin_2.66.8-1+deb11u6_amd64.deb ...
Unpacking libglib2.0-dev-bin (2.66.8-1+deb11u6) ...
Selecting previously unselected package libsepol1-dev:amd64.
Preparing to unpack .../52-libsepol1-dev_3.1-1+deb11u1_amd64.deb ...
Unpacking libsepol1-dev:amd64 (3.1-1+deb11u1) ...
Selecting previously unselected package libpcre2-16-0:amd64.
Preparing to unpack .../53-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
Selecting previously unselected package libpcre2-32-0:amd64.
Preparing to unpack .../54-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
Selecting previously unselected package libpcre2-posix2:amd64.
Preparing to unpack .../55-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
Selecting previously unselected package libpcre2-dev:amd64.
Preparing to unpack .../56-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
Selecting previously unselected package libselinux1-dev:amd64.
Preparing to unpack .../57-libselinux1-dev_3.1-3_amd64.deb ...
Unpacking libselinux1-dev:amd64 (3.1-3) ...
Selecting previously unselected package libmount-dev:amd64.
Preparing to unpack .../58-libmount-dev_2.36.1-8+deb11u2_amd64.deb ...
Unpacking libmount-dev:amd64 (2.36.1-8+deb11u2) ...
Selecting previously unselected package libpcre16-3:amd64.
Preparing to unpack .../59-libpcre16-3_2%3a8.39-13_amd64.deb ...
Unpacking libpcre16-3:amd64 (2:8.39-13) ...
Selecting previously unselected package libpcre32-3:amd64.
Preparing to unpack .../60-libpcre32-3_2%3a8.39-13_amd64.deb ...
Unpacking libpcre32-3:amd64 (2:8.39-13) ...
Selecting previously unselected package libpcrecpp0v5:amd64.
Preparing to unpack .../61-libpcrecpp0v5_2%3a8.39-13_amd64.deb ...
Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ...
Selecting previously unselected package libpcre3-dev:amd64.
Preparing to unpack .../62-libpcre3-dev_2%3a8.39-13_amd64.deb ...
Unpacking libpcre3-dev:amd64 (2:8.39-13) ...
Selecting previously unselected package libglib2.0-dev:amd64.
Preparing to unpack .../63-libglib2.0-dev_2.66.8-1+deb11u6_amd64.deb ...
Unpacking libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ...
Selecting previously unselected package libcairo2-dev:amd64.
Preparing to unpack .../64-libcairo2-dev_1.16.0-5_amd64.deb ...
Unpacking libcairo2-dev:amd64 (1.16.0-5) ...
Selecting previously unselected package libdbus-1-dev:amd64.
Preparing to unpack .../65-libdbus-1-dev_1.12.28-0+deb11u1_amd64.deb ...
Unpacking libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ...
Selecting previously unselected package libgirepository1.0-dev:amd64.
Preparing to unpack .../66-libgirepository1.0-dev_1.66.1-1+b1_amd64.deb ...
Unpacking libgirepository1.0-dev:amd64 (1.66.1-1+b1) ...
Selecting previously unselected package libsystemd-dev:amd64.
Preparing to unpack .../67-libsystemd-dev_247.3-7+deb11u6_amd64.deb ...
Unpacking libsystemd-dev:amd64 (247.3-7+deb11u6) ...
Setting up libpcrecpp0v5:amd64 (2:8.39-13) ...
Setting up libglib2.0-dev-bin (2.66.8-1+deb11u6) ...
Setting up libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ...
Setting up libxau6:amd64 (1:1.0.9-1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up libxcb1:amd64 (1.14-3) ...
Setting up gir1.2-freedesktop:amd64 (1.66.1-1+b1) ...
Setting up libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ...
Setting up libpcre16-3:amd64 (2:8.39-13) ...
Setting up libxcb-render0:amd64 (1.14-3) ...
Setting up libpng-dev:amd64 (1.6.37-3) ...
Setting up x11-common (1:7.7+22) ...
Running in chroot, ignoring request.
Setting up libsepol1-dev:amd64 (3.1-1+deb11u1) ...
Setting up libxcb-shm0:amd64 (1.14-3) ...
Setting up python3-markupsafe (1.1.1-1+b3) ...
Setting up libpthread-stubs0-dev:amd64 (0.4-1) ...
Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
Setting up xtrans-dev (1.4.0-1) ...
Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
Setting up libglib2.0-data (2.66.8-1+deb11u6) ...
Setting up libx11-data (2:1.7.2-1+deb11u2) ...
Setting up uuid-dev:amd64 (2.36.1-8+deb11u2) ...
Setting up libpcre32-3:amd64 (2:8.39-13) ...
Setting up python3-markdown (3.3.4-1) ...
Setting up pkg-config (0.29.2-1) ...
Setting up fonts-dejavu-core (2.37-2) ...
Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
Setting up libx11-6:amd64 (2:1.7.2-1+deb11u2) ...
Setting up xorg-sgml-doctools (1:1.11-1.1) ...
Setting up libsystemd-dev:amd64 (247.3-7+deb11u6) ...
Setting up libbrotli-dev:amd64 (1.0.9-2+b2) ...
Setting up python3-mako (1.1.3+ds1-2) ...
Setting up x11proto-dev (2020.1-1) ...
Setting up libblkid-dev:amd64 (2.36.1-8+deb11u2) ...
Setting up libice6:amd64 (2:1.0.10-1) ...
Setting up libxau-dev:amd64 (1:1.0.9-1) ...
Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
Setting up libxrender1:amd64 (1:0.9.10-1) ...
Setting up libice-dev:amd64 (2:1.0.10-1) ...
Setting up libselinux1-dev:amd64 (3.1-3) ...
Setting up libpcre3-dev:amd64 (2:8.39-13) ...
Setting up fontconfig-config (2.13.1-4.2) ...
Setting up libxext6:amd64 (2:1.3.3-1.1) ...
Setting up gobject-introspection (1.66.1-1+b1) ...
Setting up libglib2.0-bin (2.66.8-1+deb11u6) ...
Setting up libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ...
Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ...
Setting up libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ...
Setting up x11proto-xext-dev (2020.1-1) ...
Setting up libfontconfig1:amd64 (2.13.1-4.2) ...
Setting up libsm6:amd64 (2:1.2.3-1) ...
Setting up libmount-dev:amd64 (2.36.1-8+deb11u2) ...
Setting up libxcb1-dev:amd64 (1.14-3) ...
Setting up libsm-dev:amd64 (2:1.2.3-1) ...
Setting up libx11-dev:amd64 (2:1.7.2-1+deb11u2) ...
Setting up libcairo2:amd64 (1.16.0-5) ...
Setting up libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ...
Setting up libxcb-shm0-dev:amd64 (1.14-3) ...
Setting up libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ...
Setting up libxcb-render0-dev:amd64 (1.14-3) ...
Setting up libxext-dev:amd64 (2:1.3.3-1.1) ...
Setting up libcairo-gobject2:amd64 (1.16.0-5) ...
Setting up libxrender-dev:amd64 (1:0.9.10-1) ...
Setting up libcairo-script-interpreter2:amd64 (1.16.0-5) ...
Setting up libfontconfig-dev:amd64 (2.13.1-4.2) ...
Setting up libfontconfig1-dev:amd64 (2.13.1-4.2) ...
Processing triggers for libglib2.0-0:amd64 (2.66.8-1+deb11u6) ...
No schema files found: doing nothing.
Processing triggers for libc-bin (2.31-13+deb11u13) ...
Setting up libgirepository1.0-dev:amd64 (1.66.1-1+b1) ...
Setting up libcairo2-dev:amd64 (1.16.0-5) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark manual gir1.2-glib-2.0 libdbus-1-3 libgirepository-1.0-1 libsystemd0 python3-dbus
libsystemd0 was already set to manually installed.
gir1.2-glib-2.0 set to manually installed.
libdbus-1-3 set to manually installed.
libgirepository-1.0-1 set to manually installed.
python3-dbus set to manually installed.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install systemd-python
Collecting systemd-python
  Downloading systemd-python-235.tar.gz (61 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: systemd-python
  DEPRECATION: Building 'systemd-python' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'systemd-python'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for systemd-python (setup.py): started
  Building wheel for systemd-python (setup.py): finished with status 'done'
  Created wheel for systemd-python: filename=systemd_python-235-cp39-cp39-linux_x86_64.whl size=150263 sha256=17cd879451028065eb91e7c478ceb0e28083b27a327aa01eabec03e0875d413c
  Stored in directory: /root/.cache/pip/wheels/83/7c/21/2e074661efe0d5872ae9331f32bc599720369b8ddb5e5d4d21
Successfully built systemd-python
Installing collected packages: systemd-python
Successfully installed systemd-python-235
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
++ basename target/python-wheels/bullseye/sonic_host_services-1.0-py3-none-any.whl
+ SONIC_HOST_SERVICES_PY3_WHEEL_NAME=sonic_host_services-1.0-py3-none-any.whl
+ sudo cp target/python-wheels/bullseye/sonic_host_services-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/sonic_host_services-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install pycairo==1.26.0
Collecting pycairo==1.26.0
  Downloading pycairo-1.26.0.tar.gz (346 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: pycairo
  Building wheel for pycairo (pyproject.toml): started
  Building wheel for pycairo (pyproject.toml): finished with status 'done'
  Created wheel for pycairo: filename=pycairo-1.26.0-cp39-cp39-linux_x86_64.whl size=308896 sha256=0c163cbffae1d70fd2bd858487bb71a9b6e405dcb59c9425526379009af62bb0
  Stored in directory: /root/.cache/pip/wheels/91/e5/47/8d489718d63c88c6ca05ed6e3c0118324e3780c4d383d363bb
Successfully built pycairo
Installing collected packages: pycairo
Successfully installed pycairo-1.26.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install meson-python ninja
Collecting meson-python
  Downloading meson_python-0.18.0-py3-none-any.whl.metadata (2.8 kB)
Collecting ninja
  Downloading ninja-1.11.1.4-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (5.0 kB)
Collecting meson>=0.64.0 (from meson-python)
  Downloading meson-1.8.2-py3-none-any.whl.metadata (1.8 kB)
Collecting packaging>=23.2 (from meson-python)
  Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
Collecting pyproject-metadata>=0.9.0 (from meson-python)
  Downloading pyproject_metadata-0.9.1-py3-none-any.whl.metadata (7.0 kB)
Collecting tomli>=1.0.0 (from meson-python)
  Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB)
Downloading meson_python-0.18.0-py3-none-any.whl (28 kB)
Downloading ninja-1.11.1.4-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (422 kB)
Downloading meson-1.8.2-py3-none-any.whl (1.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 81.5 MB/s eta 0:00:00
Downloading packaging-25.0-py3-none-any.whl (66 kB)
Downloading pyproject_metadata-0.9.1-py3-none-any.whl (18 kB)
Downloading tomli-2.2.1-py3-none-any.whl (14 kB)
Installing collected packages: tomli, packaging, ninja, meson, pyproject-metadata, meson-python

Successfully installed meson-1.8.2 meson-python-0.18.0 ninja-1.11.1.4 packaging-25.0 pyproject-metadata-0.9.1 tomli-2.2.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install --no-build-isolation pygobject==3.50.0
Collecting pygobject==3.50.0
  Downloading pygobject-3.50.0.tar.gz (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 68.3 MB/s eta 0:00:00
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: pycairo>=1.16 in /usr/local/lib/python3.9/dist-packages (from pygobject==3.50.0) (1.26.0)
Building wheels for collected packages: pygobject
  Building wheel for pygobject (pyproject.toml): started
  Building wheel for pygobject (pyproject.toml): finished with status 'done'
  Created wheel for pygobject: filename=pygobject-3.50.0-cp39-cp39-linux_x86_64.whl size=267268 sha256=840ec93f392d402330d9b6f2daee20cb40571661053071a157f24c79f958106f
  Stored in directory: /root/.cache/pip/wheels/8a/78/a7/e30ca6235e7a1391a016f21039916fd4737c49f70f4564eea9
Successfully built pygobject
Installing collected packages: pygobject
Successfully installed pygobject-3.50.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install sonic_host_services-1.0-py3-none-any.whl
Processing /sonic_host_services-1.0-py3-none-any.whl
Requirement already satisfied: dbus-python in /usr/lib/python3/dist-packages (from sonic-host-services==1.0) (1.2.16)
Requirement already satisfied: systemd-python in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (235)
Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (3.1.6)
Requirement already satisfied: PyGObject in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (3.50.0)
Collecting pycairo==1.26.1 (from sonic-host-services==1.0)
  Downloading pycairo-1.26.1.tar.gz (346 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: psutil in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (7.0.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-utilities in /usr/local/lib/python3.9/dist-packages (from sonic-host-services==1.0) (1.2)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.9/dist-packages (from Jinja2>=2.10->sonic-host-services==1.0) (3.0.2)
Requirement already satisfied: natsort==6.2.1 in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-host-services==1.0) (6.2.1)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-host-services==1.0) (5.4.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.9/dist-packages (from sonic-py-common->sonic-host-services==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.9/dist-packages (from redis-dump-load->sonic-py-common->sonic-host-services==1.0) (3.5.3)
Requirement already satisfied: bcrypt==3.2.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.2.2)
Requirement already satisfied: click==7.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (7.0)
Requirement already satisfied: cryptography==3.3.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.3.2)
Requirement already satisfied: urllib3>=2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.5.0)
Requirement already satisfied: click-log>=0.3.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.4.0)
Requirement already satisfied: docker>=4.4.4 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (7.1.0)
Requirement already satisfied: docker-image-py>=0.1.10 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.1.13)
Requirement already satisfied: filelock>=3.0.12 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.18.0)
Requirement already satisfied: enlighten>=1.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.14.1)
Requirement already satisfied: ipaddress>=1.0.23 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0.23)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.2.1)
Requirement already satisfied: jsonpatch>=1.32.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.33)
Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.0.0)
Requirement already satisfied: m2crypto>=0.31.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.45.1)
Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.8.0)
Requirement already satisfied: netifaces>=0.10.7 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.11.0)
Requirement already satisfied: paramiko==2.11.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.11.0)
Requirement already satisfied: pexpect>=4.8.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (4.9.0)
Requirement already satisfied: semantic-version>=2.8.5 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.10.0)
Requirement already satisfied: prettyprinter>=0.18.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.18.0)
Requirement already satisfied: pyroute2<0.6.1,>=0.5.14 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.5.19)
Requirement already satisfied: requests<=2.31.0,>=2.25.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.31.0)
Requirement already satisfied: tabulate==0.8.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.8.2)
Requirement already satisfied: toposort==1.6 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.6)
Requirement already satisfied: www-authenticate==0.9.2 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.9.2)
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.12.0)
Requirement already satisfied: lazy-object-proxy in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.11.0)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-platform-common in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-yang-mgmt in /usr/local/lib/python3.9/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.9/dist-packages (from bcrypt==3.2.2->sonic-utilities->sonic-host-services==1.0) (1.17.1)
Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.9/dist-packages (from cryptography==3.3.2->sonic-utilities->sonic-host-services==1.0) (1.17.0)
Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.9/dist-packages (from paramiko==2.11.0->sonic-utilities->sonic-host-services==1.0) (1.5.0)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (3.4.2)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (3.10)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (2025.7.14)
Requirement already satisfied: pycparser in /usr/local/lib/python3.9/dist-packages (from cffi>=1.1->bcrypt==3.2.2->sonic-utilities->sonic-host-services==1.0) (2.22)
Requirement already satisfied: regex>=2019.4.14 in /usr/local/lib/python3.9/dist-packages (from docker-image-py>=0.1.10->sonic-utilities->sonic-host-services==1.0) (2024.11.6)
Requirement already satisfied: blessed>=1.17.7 in /usr/local/lib/python3.9/dist-packages (from enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (1.21.0)
Requirement already satisfied: prefixed>=0.3.2 in /usr/local/lib/python3.9/dist-packages (from enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (0.9.0)
Requirement already satisfied: wcwidth>=0.1.4 in /usr/local/lib/python3.9/dist-packages (from blessed>=1.17.7->enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (0.2.13)
Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.9/dist-packages (from pexpect>=4.8.0->sonic-utilities->sonic-host-services==1.0) (0.7.0)
Requirement already satisfied: Pygments>=2.2.0 in /usr/local/lib/python3.9/dist-packages (from prettyprinter>=0.18.0->sonic-utilities->sonic-host-services==1.0) (2.19.2)
Requirement already satisfied: colorful>=0.4.0 in /usr/local/lib/python3.9/dist-packages (from prettyprinter>=0.18.0->sonic-utilities->sonic-host-services==1.0) (0.5.7)
Requirement already satisfied: bitarray==1.5.3 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (1.5.3)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (4.9.1)
Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.9/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: ijson==2.6.1 in /usr/local/lib/python3.9/dist-packages (from sonic-yang-mgmt->sonic-utilities->sonic-host-services==1.0) (2.6.1)
Building wheels for collected packages: pycairo
  Building wheel for pycairo (pyproject.toml): started
  Building wheel for pycairo (pyproject.toml): finished with status 'done'
  Created wheel for pycairo: filename=pycairo-1.26.1-cp39-cp39-linux_x86_64.whl size=308932 sha256=2a2e0c162cb89a5d98675087780051a46581fc2ccce44a44b69ea133fe0c0847
  Stored in directory: /root/.cache/pip/wheels/50/76/7c/8edfe72166596f9187f15ccb45f26b0fee99a17077131d3d12
Successfully built pycairo
Installing collected packages: pycairo, sonic-host-services
  Attempting uninstall: pycairo
    Found existing installation: pycairo 1.26.0
    Uninstalling pycairo-1.26.0:
      Successfully uninstalled pycairo-1.26.0

Successfully installed pycairo-1.26.1 sonic-host-services-1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo rm -rf ./fsroot-broadcom-dnx/sonic_host_services-1.0-py3-none-any.whl
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-host-services-data_1.0-1_all.deb
Selecting previously unselected package sonic-host-services-data.
(Reading database ... 35522 files and directories currently installed.)
Preparing to unpack .../sonic-host-services-data_1.0-1_all.deb ...
Unpacking sonic-host-services-data (1.0-1) ...
Setting up sonic-host-services-data (1.0-1) ...

Configuration file '/etc/dbus-1/system.d/org.sonic.hostservice.conf', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/sonic.target.wants/caclmgrd.service → /lib/systemd/system/caclmgrd.service.
Created symlink /etc/systemd/system/timers.target.wants/hostcfgd.timer → /lib/systemd/system/hostcfgd.timer.
Created symlink /etc/systemd/system/sonic.target.wants/hostcfgd.timer → /lib/systemd/system/hostcfgd.timer.
Created symlink /etc/systemd/system/timers.target.wants/featured.timer → /lib/systemd/system/featured.timer.
Created symlink /etc/systemd/system/sonic.target.wants/featured.timer → /lib/systemd/system/featured.timer.
Created symlink /etc/systemd/system/timers.target.wants/aaastatsd.timer → /lib/systemd/system/aaastatsd.timer.
Created symlink /etc/systemd/system/sonic.target.wants/aaastatsd.timer → /lib/systemd/system/aaastatsd.timer.
Created symlink /etc/systemd/system/sonic.target.wants/procdockerstatsd.service → /lib/systemd/system/procdockerstatsd.service.
Created symlink /etc/systemd/system/multi-user.target.wants/determine-reboot-cause.service → /lib/systemd/system/determine-reboot-cause.service.
Created symlink /etc/systemd/system/timers.target.wants/process-reboot-cause.timer → /lib/systemd/system/process-reboot-cause.timer.
Created symlink /etc/systemd/system/mgmt-framework.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service.
Created symlink /etc/systemd/system/telemetry.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service.
Created symlink /etc/systemd/system/gnmi.service.wants/sonic-hostservice.service → /lib/systemd/system/sonic-hostservice.service.
Processing triggers for dbus (1.12.28-0+deb11u1) ...
+ [[ -z broadcom ]]
+ [[ -n broadcom ]]
+ [[ broadcom-dnx == \b\r\o\a\d\c\o\m ]]
+ [[ -z broadcom-dnx ]]
+ [[ -n broadcom-dnx ]]
+ [[ broadcom-dnx == \b\r\o\a\d\c\o\m\-\d\n\x ]]
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/opennsl-modules-dnx_7.1.0.0_amd64.deb
Selecting previously unselected package opennsl-modules.
(Reading database ... 35545 files and directories currently installed.)
Preparing to unpack .../opennsl-modules-dnx_7.1.0.0_amd64.deb ...
Unpacking opennsl-modules (7.1.0.0) ...
Setting up opennsl-modules (7.1.0.0) ...

Configuration file '/etc/init.d/opennsl-modules', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/multi-user.target.wants/opennsl-modules.service → /lib/systemd/system/opennsl-modules.service.
Running in chroot, ignoring request.
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-device-data_1.0-1_all.deb
Selecting previously unselected package sonic-device-data.
(Reading database ... 35555 files and directories currently installed.)
Preparing to unpack .../sonic-device-data_1.0-1_all.deb ...
Unpacking sonic-device-data (1.0-1) ...
Setting up sonic-device-data (1.0-1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install libpam-cracklib
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  cracklib-runtime libcrack2 wamerican
The following NEW packages will be installed:
  cracklib-runtime libcrack2 libpam-cracklib wamerican
0 upgraded, 4 newly installed, 0 to remove and 6 not upgraded.
Need to get 517 kB of archives.
After this operation, 2003 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 wamerican all 2019.10.06-1 [215 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libcrack2 amd64 2.9.6-3.4 [56.0 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 cracklib-runtime amd64 2.9.6-3.4 [155 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpam-cracklib amd64 1.4.0-9+deb11u1 [90.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 517 kB in 0s (1071 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package wamerican.
(Reading database ... 50028 files and directories currently installed.)
Preparing to unpack .../wamerican_2019.10.06-1_all.deb ...
Unpacking wamerican (2019.10.06-1) ...
Selecting previously unselected package libcrack2:amd64.
Preparing to unpack .../libcrack2_2.9.6-3.4_amd64.deb ...
Unpacking libcrack2:amd64 (2.9.6-3.4) ...
Selecting previously unselected package cracklib-runtime.
Preparing to unpack .../cracklib-runtime_2.9.6-3.4_amd64.deb ...
Unpacking cracklib-runtime (2.9.6-3.4) ...
Selecting previously unselected package libpam-cracklib:amd64.
Preparing to unpack .../libpam-cracklib_1.4.0-9+deb11u1_amd64.deb ...
Unpacking libpam-cracklib:amd64 (1.4.0-9+deb11u1) ...
Setting up wamerican (2019.10.06-1) ...
Setting up libcrack2:amd64 (2.9.6-3.4) ...
Setting up cracklib-runtime (2.9.6-3.4) ...
Setting up libpam-cracklib:amd64 (1.4.0-9+deb11u1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libtac2_1.4.1-1_amd64.deb
Selecting previously unselected package libtac2.
(Reading database ... 50124 files and directories currently installed.)
Preparing to unpack .../libtac2_1.4.1-1_amd64.deb ...
Unpacking libtac2 (1.4.1-1) ...
Setting up libtac2 (1.4.1-1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libpam-tacplus_1.4.1-1_amd64.deb
Selecting previously unselected package libpam-tacplus.
(Reading database ... 50132 files and directories currently installed.)
Preparing to unpack .../libpam-tacplus_1.4.1-1_amd64.deb ...
Unpacking libpam-tacplus (1.4.1-1) ...
Setting up libpam-tacplus (1.4.1-1) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libnss-tacplus_1.0.4-1_amd64.deb
Selecting previously unselected package libnss-tacplus.
(Reading database ... 50141 files and directories currently installed.)
Preparing to unpack .../libnss-tacplus_1.0.4-1_amd64.deb ...
Unpacking libnss-tacplus (1.0.4-1) ...
Setting up libnss-tacplus (1.0.4-1) ...

Configuration file '/etc/tacplus_nss.conf', does not exist on system.
Installing new config file as you requested.
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/bash-tacplus_1.0.0_amd64.deb
Selecting previously unselected package bash-tacplus.
(Reading database ... 50149 files and directories currently installed.)
Preparing to unpack .../bash-tacplus_1.0.0_amd64.deb ...
Unpacking bash-tacplus (1.0.0) ...
Setting up bash-tacplus (1.0.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/audisp-tacplus_1.0.2_amd64.deb
Selecting previously unselected package audisp-tacplus.
(Reading database ... 50154 files and directories currently installed.)
Preparing to unpack .../audisp-tacplus_1.0.2_amd64.deb ...
Unpacking audisp-tacplus (1.0.2) ...
Setting up audisp-tacplus (1.0.2) ...

Configuration file '/etc/audit/plugins.d/audisp-tacplus.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/audit/rules.d/audisp-tacplus.rules', does not exist on system.
Installing new config file as you requested.
Running in chroot, ignoring command 'is-active'
Running in chroot, ignoring command 'restart'
+ sudo LANG=C chroot ./fsroot-broadcom-dnx pam-auth-update --remove tacplus
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
+ sudo sed -i -e '/^passwd/s/ tacplus//' ./fsroot-broadcom-dnx/etc/nsswitch.conf
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libpam-radius-auth_1.4.1-1_amd64.deb
Selecting previously unselected package libpam-radius-auth.
(Reading database ... 50163 files and directories currently installed.)
Preparing to unpack .../libpam-radius-auth_1.4.1-1_amd64.deb ...
Unpacking libpam-radius-auth (1.4.1-1) ...
Setting up libpam-radius-auth (1.4.1-1) ...

Configuration file '/etc/logrotate.d/pam_radius', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/pam_radius_auth.conf', does not exist on system.
Installing new config file as you requested.
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libnss-radius_1.0.1-1_amd64.deb
Selecting previously unselected package libnss-radius:amd64.
(Reading database ... 50182 files and directories currently installed.)
Preparing to unpack .../libnss-radius_1.0.1-1_amd64.deb ...
Unpacking libnss-radius:amd64 (1.0.1-1) ...
Setting up libnss-radius:amd64 (1.0.1-1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo sed -i -e '/^passwd/s/ radius//' ./fsroot-broadcom-dnx/etc/nsswitch.conf
+ '[' grub '!=' uboot ']'
+ sudo DEBIAN_FRONTEND=noninteractive dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/kdump-tools_1.6.8.4_amd64.deb
Selecting previously unselected package kdump-tools.
(Reading database ... 50188 files and directories currently installed.)
Preparing to unpack .../kdump-tools_1.6.8.4_amd64.deb ...
Unpacking kdump-tools (1:1.6.8.4) ...
Setting up kdump-tools (1:1.6.8.4) ...

Configuration file '/etc/default/grub.d/kdump-tools.cfg', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/init.d/kdump-tools', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/kdump/sysctl.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/kernel/postinst.d/kdump-tools', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/kernel/postrm.d/kdump-tools', does not exist on system.
Installing new config file as you requested.

Creating config file /etc/default/kdump-tools with new version
Running in chroot, ignoring request.
Created symlink /etc/systemd/system/multi-user.target.wants/kdump-tools.service → /lib/systemd/system/kdump-tools.service.
Processing triggers for initramfs-tools (0.140) ...
update-initramfs: Generating /boot/initrd.img-5.10.0-30-2-amd64
+ cat files/image_config/kdump/kdump-tools
+ sudo tee -a ./fsroot-broadcom-dnx/etc/default/kdump-tools
++ ls ./fsroot-broadcom-dnx/lib/modules/
+ for kernel_release in $(ls $FILESYSTEM_ROOT/lib/modules/)
+ sudo LANG=C chroot ./fsroot-broadcom-dnx /etc/kernel/postinst.d/kdump-tools 5.10.0-30-2-amd64
+ sudo LANG=C chroot ./fsroot-broadcom-dnx kdump-config symlinks 5.10.0-30-2-amd64
Creating symlink /var/lib/kdump/vmlinuz.
Creating symlink /var/lib/kdump/initrd.img.
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libnl-3-200_3.5.0-1_amd64.deb
Selecting previously unselected package libnl-3-200:amd64.
(Reading database ... 50210 files and directories currently installed.)
Preparing to unpack .../libnl-3-200_3.5.0-1_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.5.0-1) ...
Setting up libnl-3-200:amd64 (3.5.0-1) ...

Configuration file '/etc/libnl-3/classid', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/libnl-3/pktloc', does not exist on system.
Installing new config file as you requested.
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libnl-genl-3-200_3.5.0-1_amd64.deb
Selecting previously unselected package libnl-genl-3-200:amd64.
(Reading database ... 50220 files and directories currently installed.)
Preparing to unpack .../libnl-genl-3-200_3.5.0-1_amd64.deb ...
Unpacking libnl-genl-3-200:amd64 (3.5.0-1) ...
Setting up libnl-genl-3-200:amd64 (3.5.0-1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libnl-route-3-200_3.5.0-1_amd64.deb
Selecting previously unselected package libnl-route-3-200:amd64.
(Reading database ... 50226 files and directories currently installed.)
Preparing to unpack .../libnl-route-3-200_3.5.0-1_amd64.deb ...
Unpacking libnl-route-3-200:amd64 (3.5.0-1) ...
Setting up libnl-route-3-200:amd64 (3.5.0-1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libnl-nf-3-200_3.5.0-1_amd64.deb
Selecting previously unselected package libnl-nf-3-200:amd64.
(Reading database ... 50232 files and directories currently installed.)
Preparing to unpack .../libnl-nf-3-200_3.5.0-1_amd64.deb ...
Unpacking libnl-nf-3-200:amd64 (3.5.0-1) ...
Setting up libnl-nf-3-200:amd64 (3.5.0-1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libnl-cli-3-200_3.5.0-1_amd64.deb
Selecting previously unselected package libnl-cli-3-200:amd64.
(Reading database ... 50238 files and directories currently installed.)
Preparing to unpack .../libnl-cli-3-200_3.5.0-1_amd64.deb ...
Unpacking libnl-cli-3-200:amd64 (3.5.0-1) ...
Setting up libnl-cli-3-200:amd64 (3.5.0-1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libyang_1.0.73_amd64.deb
(Reading database ... 50258 files and directories currently installed.)
Preparing to unpack .../libyang_1.0.73_amd64.deb ...
Unpacking libyang (1.0.73) over (1.0.73) ...
Setting up libyang (1.0.73) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libswsscommon_1.0.0_amd64.deb
Selecting previously unselected package libswsscommon.
(Reading database ... 50258 files and directories currently installed.)
Preparing to unpack .../libswsscommon_1.0.0_amd64.deb ...
Unpacking libswsscommon (1.0.0) ...
dpkg: dependency problems prevent configuration of libswsscommon:
 libswsscommon depends on libboost-serialization1.74.0 (>= 1.74.0); however:
  Package libboost-serialization1.74.0 is not installed.
 libswsscommon depends on libhiredis0.14 (>= 0.14.0); however:
  Package libhiredis0.14 is not installed.
 libswsscommon depends on libzmq5 (>= 4.0.1+dfsg); however:
  Package libzmq5 is not installed.

dpkg: error processing package libswsscommon (--install):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.31-13+deb11u13) ...
Errors were encountered while processing:
 libswsscommon
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0
  libsodium23 libzmq5
The following NEW packages will be installed:
  libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0
  libsodium23 libzmq5
0 upgraded, 6 newly installed, 0 to remove and 7 not upgraded.
1 not fully installed or removed.
Need to get 1194 kB of archives.
After this operation, 4765 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libboost-serialization1.74.0 amd64 1.74.0-9 [340 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libhiredis0.14 amd64 0.14.1-1 [35.5 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libnorm1 amd64 1.5.9+dfsg-2 [221 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libpgm-5.3-0 amd64 5.3.128~dfsg-2 [161 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libsodium23 amd64 1.0.18-1 [161 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 libzmq5 amd64 4.3.4-1+deb11u1 [275 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1194 kB in 1s (2241 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libboost-serialization1.74.0:amd64.
(Reading database ... 50276 files and directories currently installed.)
Preparing to unpack .../0-libboost-serialization1.74.0_1.74.0-9_amd64.deb ...
Unpacking libboost-serialization1.74.0:amd64 (1.74.0-9) ...
Selecting previously unselected package libhiredis0.14:amd64.
Preparing to unpack .../1-libhiredis0.14_0.14.1-1_amd64.deb ...
Unpacking libhiredis0.14:amd64 (0.14.1-1) ...
Selecting previously unselected package libnorm1:amd64.
Preparing to unpack .../2-libnorm1_1.5.9+dfsg-2_amd64.deb ...
Unpacking libnorm1:amd64 (1.5.9+dfsg-2) ...
Selecting previously unselected package libpgm-5.3-0:amd64.
Preparing to unpack .../3-libpgm-5.3-0_5.3.128~dfsg-2_amd64.deb ...
Unpacking libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ...
Selecting previously unselected package libsodium23:amd64.
Preparing to unpack .../4-libsodium23_1.0.18-1_amd64.deb ...
Unpacking libsodium23:amd64 (1.0.18-1) ...
Selecting previously unselected package libzmq5:amd64.
Preparing to unpack .../5-libzmq5_4.3.4-1+deb11u1_amd64.deb ...
Unpacking libzmq5:amd64 (4.3.4-1+deb11u1) ...
Setting up libsodium23:amd64 (1.0.18-1) ...
Setting up libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ...
Setting up libnorm1:amd64 (1.5.9+dfsg-2) ...
Setting up libboost-serialization1.74.0:amd64 (1.74.0-9) ...
Setting up libhiredis0.14:amd64 (0.14.1-1) ...
Setting up libzmq5:amd64 (4.3.4-1+deb11u1) ...
Setting up libswsscommon (1.0.0) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i
dpkg: error: --install needs at least one package archive file argument

Type dpkg --help for help about installing and deinstalling packages [*];
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through 'less' or 'more' !
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/python3-swsscommon_1.0.0_amd64.deb
Selecting previously unselected package python3-swsscommon.
(Reading database ... 50313 files and directories currently installed.)
Preparing to unpack .../python3-swsscommon_1.0.0_amd64.deb ...
Unpacking python3-swsscommon (1.0.0) ...
Setting up python3-swsscommon (1.0.0) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-db-cli_1.0.0_amd64.deb
Selecting previously unselected package sonic-db-cli.
(Reading database ... 50327 files and directories currently installed.)
Preparing to unpack .../sonic-db-cli_1.0.0_amd64.deb ...
Unpacking sonic-db-cli (1.0.0) ...
Setting up sonic-db-cli (1.0.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-rsyslog-plugin_1.0.0-0_amd64.deb
Selecting previously unselected package sonic-rsyslog-plugin.
(Reading database ... 50330 files and directories currently installed.)
Preparing to unpack .../sonic-rsyslog-plugin_1.0.0-0_amd64.deb ...
Unpacking sonic-rsyslog-plugin (1.0.0-0) ...
dpkg: dependency problems prevent configuration of sonic-rsyslog-plugin:
 sonic-rsyslog-plugin depends on liblua5.1-0; however:
  Package liblua5.1-0 is not installed.

dpkg: error processing package sonic-rsyslog-plugin (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 sonic-rsyslog-plugin
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  liblua5.1-0
The following NEW packages will be installed:
  liblua5.1-0
0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
1 not fully installed or removed.
Need to get 109 kB of archives.
After this operation, 412 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 liblua5.1-0 amd64 5.1.5-8.1+b3 [109 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 109 kB in 0s (334 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package liblua5.1-0:amd64.
(Reading database ... 50337 files and directories currently installed.)
Preparing to unpack .../liblua5.1-0_5.1.5-8.1+b3_amd64.deb ...
Unpacking liblua5.1-0:amd64 (5.1.5-8.1+b3) ...
Setting up liblua5.1-0:amd64 (5.1.5-8.1+b3) ...
Setting up sonic-rsyslog-plugin (1.0.0-0) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ j2 -f json files/build_templates/rsyslog_plugin.conf.j2 files/build_templates/events_info.json
+ sudo tee ./fsroot-broadcom-dnx/etc/rsyslog.d/host_events.conf
## rsyslog-plugin for streaming telemetry via gnmi



template(name="prog_msg" type="list") {
    property(name="msg")
    constant(value="\n")
}


if re_match($programname, "monit") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/monit_regex.json -m sonic-events-host"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

if re_match($programname, "sshd") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/sshd_regex.json -m sonic-events-host"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

if re_match($programname, "systemd") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/systemd_regex.json -m sonic-events-host"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

if re_match($programname, "kernel") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/kernel_regex.json -m sonic-events-host"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

if re_match($programname, "dockerd") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/dockerd_regex.json -m sonic-events-host"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

if re_match($programname, "arista") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/seu_regex.json -m sonic-events-host"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

if re_match($programname, "python3") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/seu_regex.json -m sonic-events-host"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

+ sudo cp files/build_templates/monit_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/
+ sudo cp files/build_templates/sshd_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/
+ sudo cp files/build_templates/systemd_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/
+ sudo cp files/build_templates/kernel_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/
+ sudo cp files/build_templates/dockerd_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/
+ sudo cp files/build_templates/seu_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/
+ sudo cp files/build_templates/zebra_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/
+ sudo cp files/build_templates/bgpd_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/
+ j2 -f json files/build_templates/rsyslog_plugin.conf.j2 files/build_templates/syncd_events_info.json
+ sudo tee ./fsroot-broadcom-dnx/etc/rsyslog.d/syncd_events.conf
## rsyslog-plugin for streaming telemetry via gnmi



template(name="prog_msg" type="list") {
    property(name="msg")
    constant(value="\n")
}


if re_match($programname, "syncd") then {
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/syncd_regex.json -m sonic-events-syncd"
        output="/var/log/rsyslog_plugin.log"
        signalOnClose="on"
        template="prog_msg")
}

+ sudo cp files/build_templates/syncd_regex.json ./fsroot-broadcom-dnx/etc/rsyslog.d/
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/monit_5.20.0-6_amd64.deb
Selecting previously unselected package monit.
(Reading database ... 50347 files and directories currently installed.)
Preparing to unpack .../monit_5.20.0-6_amd64.deb ...
Unpacking monit (1:5.20.0-6) ...
Setting up monit (1:5.20.0-6) ...

Configuration file '/etc/default/monit', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/init.d/monit', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/logrotate.d/monit', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/acpid', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/apache2', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/at', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/cron', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/mdadm', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/memcached', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/mysql', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/nginx', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/openntpd', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/openssh-server', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/pdns-recursor', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/postfix', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/rsyslog', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/smartmontools', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/conf-available/snmpd', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/monitrc', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/templates/rootbin', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/templates/rootrc', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/monit/templates/rootstrict', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/pam.d/monit', does not exist on system.
Installing new config file as you requested.
Running in chroot, ignoring request.
+ sudo cp files/image_config/monit/monitrc ./fsroot-broadcom-dnx/etc/monit/
+ sudo chmod 600 ./fsroot-broadcom-dnx/etc/monit/monitrc
+ sudo cp files/image_config/monit/conf.d/sonic-host ./fsroot-broadcom-dnx/etc/monit/conf.d/
+ sudo chmod 600 ./fsroot-broadcom-dnx/etc/monit/conf.d/monit_events ./fsroot-broadcom-dnx/etc/monit/conf.d/sonic-host
+ sudo cp files/image_config/monit/container_checker ./fsroot-broadcom-dnx/usr/bin/
+ sudo chmod 755 ./fsroot-broadcom-dnx/usr/bin/container_checker
+ sudo cp files/image_config/monit/memory_checker ./fsroot-broadcom-dnx/usr/bin/
+ sudo chmod 755 ./fsroot-broadcom-dnx/usr/bin/memory_checker
+ sudo cp files/image_config/monit/restart_service ./fsroot-broadcom-dnx/usr/bin/
+ sudo chmod 755 ./fsroot-broadcom-dnx/usr/bin/restart_service
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install smartmontools=7.2-1
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
Suggested packages:
  gsmartcontrol smart-notifier mailx | mailutils
The following NEW packages will be installed:
  smartmontools
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 565 kB of archives.
After this operation, 2168 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 smartmontools amd64 7.2-1 [565 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 565 kB in 0s (1240 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package smartmontools.
(Reading database ... 50390 files and directories currently installed.)
Preparing to unpack .../smartmontools_7.2-1_amd64.deb ...
Unpacking smartmontools (7.2-1) ...
Setting up smartmontools (7.2-1) ...
Created symlink /etc/systemd/system/smartd.service -> /lib/systemd/system/smartmontools.service.
Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service -> /lib/systemd/system/smartmontools.service.
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/openssh-server_8.4p1-5+deb11u3_amd64.deb target/debs/bullseye/openssh-client_8.4p1-5+deb11u3_amd64.deb target/debs/bullseye/openssh-sftp-server_8.4p1-5+deb11u3_amd64.deb
dpkg: warning: downgrading openssh-server from 1:8.4p1-5+deb11u5 to 1:8.4p1-5+deb11u3
(Reading database ... 50436 files and directories currently installed.)
Preparing to unpack .../openssh-server_8.4p1-5+deb11u3_amd64.deb ...
Unpacking openssh-server (1:8.4p1-5+deb11u3) over (1:8.4p1-5+deb11u5) ...
dpkg: warning: downgrading openssh-client from 1:8.4p1-5+deb11u5 to 1:8.4p1-5+deb11u3
Preparing to unpack .../openssh-client_8.4p1-5+deb11u3_amd64.deb ...
Unpacking openssh-client (1:8.4p1-5+deb11u3) over (1:8.4p1-5+deb11u5) ...
dpkg: warning: downgrading openssh-sftp-server from 1:8.4p1-5+deb11u5 to 1:8.4p1-5+deb11u3
Preparing to unpack .../openssh-sftp-server_8.4p1-5+deb11u3_amd64.deb ...
Unpacking openssh-sftp-server (1:8.4p1-5+deb11u3) over (1:8.4p1-5+deb11u5) ...
Setting up openssh-client (1:8.4p1-5+deb11u3) ...
Setting up openssh-sftp-server (1:8.4p1-5+deb11u3) ...
Setting up openssh-server (1:8.4p1-5+deb11u3) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Creating SSH2 RSA key; this may take some time ...
3072 SHA256:KoNWKBFIF3xoqR2ensdJjZm+CgbYxfplR7HTSw5SQ4E root@99a02ea5332d (RSA)
Creating SSH2 ECDSA key; this may take some time ...
256 SHA256:hjEcCfopbR1yimZ5JOLU8/hmruT3NO4hH/0EonJfhGo root@99a02ea5332d (ECDSA)
Creating SSH2 ED25519 key; this may take some time ...
256 SHA256:K/WHysxY69LZAN9cDD8u0+TMfKaGgk4Jnvr/ust8LLI root@99a02ea5332d (ED25519)
Running in chroot, ignoring request.
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/flashrom_0.9.7_amd64.deb
Selecting previously unselected package flashrom.
(Reading database ... 50436 files and directories currently installed.)
Preparing to unpack .../flashrom_0.9.7_amd64.deb ...
Unpacking flashrom (0.9.7) ...
Setting up flashrom (0.9.7) ...
+ sudo cp -f files/image_config/cron.d/core_cleanup ./fsroot-broadcom-dnx/etc/cron.d/
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install ntpdate
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  ntpdate
0 upgraded, 1 newly installed, 0 to remove and 12 not upgraded.
Need to get 156 kB of archives.
After this operation, 245 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 ntpdate amd64 1:4.2.8p15+dfsg-1 [156 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 156 kB in 0s (479 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package ntpdate.
(Reading database ... 50440 files and directories currently installed.)
Preparing to unpack .../ntpdate_1%3a4.2.8p15+dfsg-1_amd64.deb ...
Unpacking ntpdate (1:4.2.8p15+dfsg-1) ...
Setting up ntpdate (1:4.2.8p15+dfsg-1) ...
+ sudo cp files/image_config/ntp/ntp-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo ntp-config.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
ntp-config.service
+ sudo cp files/image_config/ntp/ntp-config.sh ./fsroot-broadcom-dnx/usr/bin/
+ sudo cp files/image_config/ntp/ntp.conf.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo cp files/image_config/ntp/ntp.keys.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo cp files/image_config/ntp/ntp-systemd-wrapper ./fsroot-broadcom-dnx/usr/lib/ntp/
+ sudo cp files/image_config/ntp/ntp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo ntp.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
ntp.service
+ sudo cp files/build_templates/dns.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo LANG=C cp files/image_config/warmboot-finalizer/finalize-warmboot.sh ./fsroot-broadcom-dnx/usr/local/bin/finalize-warmboot.sh
+ sudo LANG=C cp files/image_config/warmboot-finalizer/warmboot-finalizer.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo warmboot-finalizer.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
warmboot-finalizer.service
+ sudo LANG=C cp files/image_config/watchdog-control/watchdog-control.sh ./fsroot-broadcom-dnx/usr/local/bin/watchdog-control.sh
+ sudo LANG=C cp files/image_config/watchdog-control/watchdog-control.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo watchdog-control.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
watchdog-control.service
+ sudo cp files/image_config/rsyslog/rsyslog-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ sudo cp files/image_config/rsyslog/rsyslog-config.sh ./fsroot-broadcom-dnx/usr/bin/
+ sudo cp files/image_config/rsyslog/rsyslog.conf.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo cp files/image_config/rsyslog/rsyslog-container.conf.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ j2 files/image_config/rsyslog/rsyslog.d/00-sonic.conf.j2
+ sudo tee ./fsroot-broadcom-dnx/etc/rsyslog.d/00-sonic.conf
## Quagga rules

template(name="prog_msg" type="list") {
    property(name="msg")
    constant(value="\n")
}



$ModLoad omprog



if re_match($programname, "bgp[0-9]*#(frr|zebra|staticd|watchfrr)") then {
    /var/log/frr/zebra.log
    
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/zebra_regex.json -m sonic-events-bgp"
        output="/var/log/rsyslog_plugin.log"
        template="prog_msg")
    
    stop
}

if re_match($programname, "bgp[0-9]*#bgpd") then {
    /var/log/frr/bgpd.log
    
    action(type="omprog"
        binary="/usr/bin/rsyslog_plugin -r /etc/rsyslog.d/bgpd_regex.json -m sonic-events-bgp"
        output="/var/log/rsyslog_plugin.log"
        template="prog_msg")
    
    stop
}


## Teamd rules

if $programname contains "teamd_" then {
    /var/log/teamd.log
    stop
}

## gnmi rules
if $msg startswith " gnmi-native" then {
    /var/log/gnmi.log
    stop
}

## telemetry rules
if $msg startswith  " telemetry" or ($msg startswith  " dialout" )then {
    /var/log/telemetry.log
    stop
}
+ sudo cp files/image_config/rsyslog/rsyslog.d/99-default.conf ./fsroot-broadcom-dnx/etc/rsyslog.d/
+ echo rsyslog-config.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
rsyslog-config.service
+ sudo cp files/image_config/containercfgd/containercfgd.conf ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo mkdir -p ./fsroot-broadcom-dnx/etc/systemd/system/syslog.socket.d
+ sudo cp files/image_config/syslog/override.conf ./fsroot-broadcom-dnx/etc/systemd/system/syslog.socket.d/override.conf
+ sudo cp files/image_config/syslog/host_umount.sh ./fsroot-broadcom-dnx/usr/bin/
+ sudo LANG=C cp files/image_config/system-health/system-health.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo system-health.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
system-health.service
+ sudo cp -f files/image_config/logrotate/logrotate.d/alternatives files/image_config/logrotate/logrotate.d/apt files/image_config/logrotate/logrotate.d/btmp files/image_config/logrotate/logrotate.d/dpkg files/image_config/logrotate/logrotate.d/monit files/image_config/logrotate/logrotate.d/wtmp ./fsroot-broadcom-dnx/etc/logrotate.d/
+ sudo cp files/image_config/logrotate/rsyslog.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo cp files/image_config/logrotate/logrotate-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ sudo cp files/image_config/logrotate/logrotate-config.sh ./fsroot-broadcom-dnx/usr/bin/
+ sudo mkdir -p ./fsroot-broadcom-dnx/etc/systemd/system/logrotate.timer.d
+ sudo cp files/image_config/logrotate/timerOverride.conf ./fsroot-broadcom-dnx/etc/systemd/system/logrotate.timer.d/
+ echo logrotate-config.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
logrotate-config.service
+ sudo cp -f files/image_config/systemd/journald.conf ./fsroot-broadcom-dnx/etc/systemd/
+ sudo cp files/image_config/interfaces/interfaces-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ sudo cp files/image_config/interfaces/interfaces-config.sh ./fsroot-broadcom-dnx/usr/bin/
+ sudo cp files/image_config/interfaces/interfaces.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ echo interfaces-config.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
interfaces-config.service
+ sudo cp files/image_config/copp/copp-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ sudo cp files/image_config/copp/copp-config.sh ./fsroot-broadcom-dnx/usr/bin/
+ sudo cp files/image_config/copp/copp_cfg.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ echo copp-config.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
copp-config.service
+ sudo cp files/dhcp/dhclient.conf.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ j2 files/dhcp/dhclient.conf.j2
+ sudo tee ./fsroot-broadcom-dnx/etc/dhcp/dhclient.conf

# =============== Managed by SONiC Config Engine DO NOT EDIT! ===============
# generated from /usr/share/sonic/templates/dhclient.conf.j2 using sonic-cfggen
# file: /etc/dhcp/dhclient.conf
#

# Configuration file for /sbin/dhclient, which is included in Debian's
#       dhcp3-client package.
#
# This is a sample configuration file for dhclient. See dhclient.conf's
#       man page for more information about the syntax of this file
#       and a more comprehensive list of the parameters understood by
#       dhclient.
#
# Normally, if the DHCP server provides reasonable information and does
#       not leave anything out (like the domain name, for example), then
#       few changes must be made to this file, if any.
#

option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
option snmp-community code 224 = text;
option minigraph-url code 225 = text;
option acl-url code 226 = text;
option tftp-server-name code 66 = text;
option bootfile-name code 67 = text;
option user-class code 77 = text;
option provisioning-script-url code 239 = text;
option dhcp6.user-class code 15 = text;
option dhcp6.provisioning-script-url code 239 = text;
option dhcp6.boot-file-url code 59 = text;

send host-name = gethostname();
request subnet-mask, broadcast-address, time-offset, routers,
        domain-name, domain-name-servers, domain-search, host-name,
        dhcp6.name-servers, dhcp6.domain-search, interface-mtu, dhcp6.fqdn,
        rfc3442-classless-static-routes, ntp-servers, log-servers,snmp-community, minigraph-url, acl-url;

+ sudo cp files/dhcp/ifupdown2_policy.json ./fsroot-broadcom-dnx/etc/network/ifupdown2/policy.d
+ sudo cp files/dhcp/90-dhcp6-systcl.conf.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo cp files/image_config/resolv-config/resolv-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ sudo cp files/image_config/resolv-config/resolv-config.sh ./fsroot-broadcom-dnx/usr/bin/
+ sudo cp files/image_config/resolv-config/resolv.conf.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ echo resolv-config.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
resolv-config.service
+ sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl disable resolvconf.service
Synchronizing state of resolvconf.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable resolvconf
Removed /etc/systemd/system/sysinit.target.wants/resolvconf.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/etc/resolvconf/update-libc.d/
+ sudo cp files/image_config/resolv-config/update-containers ./fsroot-broadcom-dnx/etc/resolvconf/update-libc.d/
+ sudo cp files/image_config/interfaces/init_interfaces ./fsroot-broadcom-dnx/etc/network/interfaces
+ sudo mkdir -p ./fsroot-broadcom-dnx/etc/network/interfaces.d
+ sudo cp files/image_config/systemd/network/99-default.link ./fsroot-broadcom-dnx/etc/systemd/network/
+ sudo cp files/image_config/corefile_uploader/core_uploader.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl disable core_uploader.service
+ sudo cp files/image_config/corefile_uploader/core_uploader.py ./fsroot-broadcom-dnx/usr/bin/
+ sudo cp files/image_config/corefile_uploader/core_analyzer.rc.json ./fsroot-broadcom-dnx/etc/sonic/
+ sudo chmod og-rw ./fsroot-broadcom-dnx/etc/sonic/core_analyzer.rc.json
+ sudo cp files/image_config/rasdaemon/rasdaemon.timer ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx systemctl disable rasdaemon.service
Synchronizing state of rasdaemon.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable rasdaemon
Removed /etc/systemd/system/multi-user.target.wants/rasdaemon.service.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx systemctl enable rasdaemon.timer
Created symlink /etc/systemd/system/multi-user.target.wants/rasdaemon.timer -> /lib/systemd/system/rasdaemon.timer.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install libffi-dev libssl-dev
Reading package lists...
Building dependency tree...
Reading state information...
libffi-dev is already the newest version (3.3-6).
libssl-dev is already the newest version (1.1.1w-0+deb11u3).
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install systemd-bootchart
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  systemd-bootchart
0 upgraded, 1 newly installed, 0 to remove and 12 not upgraded.
Need to get 45.7 kB of archives.
After this operation, 131 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bullseye/main amd64 systemd-bootchart amd64 234-1 [45.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 45.7 kB in 0s (174 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package systemd-bootchart.
(Reading database ... 50453 files and directories currently installed.)
Preparing to unpack .../systemd-bootchart_234-1_amd64.deb ...
Unpacking systemd-bootchart (234-1) ...
Setting up systemd-bootchart (234-1) ...
+ sudo tee ./fsroot-broadcom-dnx/etc/systemd/bootchart.conf
+ [[ amd64 == armhf ]]
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install azure-storage==0.36.0
Collecting azure-storage==0.36.0
  Downloading azure_storage-0.36.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting azure-common>=1.1.5 (from azure-storage==0.36.0)
  Downloading azure_common-1.1.28-py2.py3-none-any.whl.metadata (5.0 kB)
Collecting azure-nspkg>=2.0.0 (from azure-storage==0.36.0)
  Downloading azure_nspkg-3.0.2-py3-none-any.whl.metadata (1.5 kB)
Requirement already satisfied: cryptography in /usr/local/lib/python3.9/dist-packages (from azure-storage==0.36.0) (3.3.2)
Collecting python-dateutil (from azure-storage==0.36.0)
  Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Requirement already satisfied: requests in /usr/local/lib/python3.9/dist-packages (from azure-storage==0.36.0) (2.31.0)
Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.9/dist-packages (from cryptography->azure-storage==0.36.0) (1.17.0)
Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.9/dist-packages (from cryptography->azure-storage==0.36.0) (1.17.1)
Requirement already satisfied: pycparser in /usr/local/lib/python3.9/dist-packages (from cffi>=1.12->cryptography->azure-storage==0.36.0) (2.22)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (3.4.2)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (2.5.0)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests->azure-storage==0.36.0) (2025.7.14)
Downloading azure_storage-0.36.0-py2.py3-none-any.whl (190 kB)
Downloading azure_common-1.1.28-py2.py3-none-any.whl (14 kB)
Downloading azure_nspkg-3.0.2-py3-none-any.whl (1.5 kB)
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Installing collected packages: azure-nspkg, azure-common, python-dateutil, azure-storage

Successfully installed azure-common-1.1.28 azure-nspkg-3.0.2 azure-storage-0.36.0 python-dateutil-2.9.0.post0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install watchdog==0.10.3
Collecting watchdog==0.10.3
  Downloading watchdog-0.10.3.tar.gz (94 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting pathtools>=0.1.1 (from watchdog==0.10.3)
  Downloading pathtools-0.1.2.tar.gz (11 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: watchdog, pathtools
  DEPRECATION: Building 'watchdog' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'watchdog'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for watchdog (setup.py): started
  Building wheel for watchdog (setup.py): finished with status 'done'
  Created wheel for watchdog: filename=watchdog-0.10.3-py3-none-any.whl size=73868 sha256=f2ed7b71830a101b310e74bb0fbbf8d3d4a6ee5cfcfcbee265ae6d9835a70559
  Stored in directory: /root/.cache/pip/wheels/bd/1c/8b/7088860a28febba9d6e2dee28e01720ce89c43787a2f7c8cf8
  DEPRECATION: Building 'pathtools' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'pathtools'. Discussion can be found at https://github.com/pypa/pip/issues/6334
  Building wheel for pathtools (setup.py): started
  Building wheel for pathtools (setup.py): finished with status 'done'
  Created wheel for pathtools: filename=pathtools-0.1.2-py3-none-any.whl size=8785 sha256=3e4f118309ab29e6d42fafe67655d1fe28f849031c5e6e2f231455a2185295c7
  Stored in directory: /root/.cache/pip/wheels/b7/0a/67/ada2a22079218c75a88361c0782855cc72aebc4d18d0289d05
Successfully built watchdog pathtools
Installing collected packages: pathtools, watchdog

Successfully installed pathtools-0.1.2 watchdog-0.10.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
+ sudo cp target/files/bullseye/container ./fsroot-broadcom-dnx/usr/local/bin/
+ sudo cp files/build_templates/buffers_config.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo cp files/build_templates/qos_config.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo cp files/build_templates/backend_acl.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo cp files/image_config/hostname/hostname-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo hostname-config.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
hostname-config.service
+ sudo cp files/image_config/hostname/hostname-config.sh ./fsroot-broadcom-dnx/usr/bin/
+ sudo cp files/image_config/misc/docker-wait-any ./fsroot-broadcom-dnx/usr/bin/
+ sudo cp files/image_config/config-topology/config-topology.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo config-topology.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
config-topology.service
+ sudo cp files/image_config/config-topology/config-topology.sh ./fsroot-broadcom-dnx/usr/bin
+ j2 files/build_templates/updategraph.service.j2
+ sudo tee ./fsroot-broadcom-dnx/usr/lib//systemd/system/updategraph.service
[Unit]
Description=Update minigraph and set configuration based on minigraph
After=config-setup.service
Requires=config-setup.service

[Service]
Type=oneshot
ExecStart=/usr/bin/updategraph
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target
+ sudo cp files/image_config/updategraph/updategraph ./fsroot-broadcom-dnx/usr/bin/
+ echo updategraph.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
updategraph.service
+ sudo bash -c 'echo enabled=false > ./fsroot-broadcom-dnx/etc/sonic/updategraph.conf'
+ j2 files/build_templates/init_cfg.json.j2
+ sudo tee ./fsroot-broadcom-dnx/etc/sonic/init_cfg.json
{
    "DEVICE_METADATA": {
        "localhost": {
            "buffer_model": "traditional",
            "default_bgp_status": "up",
            "default_pfcwd_status": "disable",
            "timezone": "UTC"
        }
    },
    "CRM": {
        "Config": {
            "polling_interval": "300",
            "ipv4_route_threshold_type": "percentage",
            "ipv4_route_low_threshold": "70",
            "ipv4_route_high_threshold": "85",
            "ipv6_route_threshold_type": "percentage",
            "ipv6_route_low_threshold": "70",
            "ipv6_route_high_threshold": "85",
            "ipv4_nexthop_threshold_type": "percentage",
            "ipv4_nexthop_low_threshold": "70",
            "ipv4_nexthop_high_threshold": "85",
            "ipv6_nexthop_threshold_type": "percentage",
            "ipv6_nexthop_low_threshold": "70",
            "ipv6_nexthop_high_threshold": "85",
            "ipv4_neighbor_threshold_type": "percentage",
            "ipv4_neighbor_low_threshold": "70",
            "ipv4_neighbor_high_threshold": "85",
            "ipv6_neighbor_threshold_type": "percentage",
            "ipv6_neighbor_low_threshold": "70",
            "ipv6_neighbor_high_threshold": "85",
            "nexthop_group_member_threshold_type": "percentage",
            "nexthop_group_member_low_threshold": "70",
            "nexthop_group_member_high_threshold": "85",
            "nexthop_group_threshold_type": "percentage",
            "nexthop_group_low_threshold": "70",
            "nexthop_group_high_threshold": "85",
            "acl_table_threshold_type": "percentage",
            "acl_table_low_threshold": "70",
            "acl_table_high_threshold": "85",
            "acl_group_threshold_type": "percentage",
            "acl_group_low_threshold": "70",
            "acl_group_high_threshold": "85",
            "acl_entry_threshold_type": "percentage",
            "acl_entry_low_threshold": "70",
            "acl_entry_high_threshold": "85",
            "acl_counter_threshold_type": "percentage",
            "acl_counter_low_threshold": "70",
            "acl_counter_high_threshold": "85",
            "fdb_entry_threshold_type": "percentage",
            "fdb_entry_low_threshold": "70",
            "fdb_entry_high_threshold": "85",
            "snat_entry_threshold_type": "percentage",
            "snat_entry_low_threshold": "70",
            "snat_entry_high_threshold": "85",
            "dnat_entry_threshold_type": "percentage",
            "dnat_entry_low_threshold": "70",
            "dnat_entry_high_threshold": "85",
            "ipmc_entry_threshold_type": "percentage",
            "ipmc_entry_low_threshold": "70",
            "ipmc_entry_high_threshold": "85",
            "mpls_inseg_threshold_type": "percentage",
            "mpls_inseg_low_threshold": "70",
            "mpls_inseg_high_threshold": "85",
            "mpls_nexthop_threshold_type": "percentage",
            "mpls_nexthop_low_threshold": "70",
            "mpls_nexthop_high_threshold": "85"
        }
    },
    "FLEX_COUNTER_TABLE": {
        "ACL": {
            "FLEX_COUNTER_STATUS": "enable",
            "FLEX_COUNTER_DELAY_STATUS": "true",
            "POLL_INTERVAL": "10000"
        }
    },
    "BGP_DEVICE_GLOBAL": {
        "STATE": {
            "tsa_enabled": "false"
        }
    },

    
    "FEATURE": {

        "bgp": {
            "state": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] or ('CHASSIS_METADATA' in DEVICE_RUNTIME_METADATA and DEVICE_RUNTIME_METADATA['CHASSIS_METADATA']['module_type'] in ['supervisor']) %}disabled{% else %}enabled{% endif %}",
            "delayed" : false,
            "has_global_scope": false,
            "has_per_asic_scope": "True",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "check_up_status" : "false",
            "high_mem_alert": "disabled"
        },
        "database": {
            "state": "always_enabled",
            "delayed" : false,
            "has_global_scope": true,
            "has_per_asic_scope": "True",
            "auto_restart": "always_enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "lldp": {
            "state": "enabled",
            "delayed" : true,
            "has_global_scope": true,
            "has_per_asic_scope": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] or ('CHASSIS_METADATA' in DEVICE_RUNTIME_METADATA and DEVICE_RUNTIME_METADATA['CHASSIS_METADATA']['module_type'] in ['supervisor']) %}False{% else %}True{% endif %}",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "pmon": {
            "state": "enabled",
            "delayed" : true,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "check_up_status" : "false",
            "high_mem_alert": "disabled"
        },
        "snmp": {
            "state": "enabled",
            "delayed" : true,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "swss": {
            "state": "enabled",
            "delayed" : false,
            "has_global_scope": false,
            "has_per_asic_scope": "True",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "check_up_status" : "false",
            "high_mem_alert": "disabled"
        },
        "syncd": {
            "state": "enabled",
            "delayed" : false,
            "has_global_scope": false,
            "has_per_asic_scope": "True",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "radv": {
            "state": "enabled",
            "delayed" : false,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "teamd": {
            "state": "{% if not DEVICE_RUNTIME_METADATA['ETHERNET_PORTS_PRESENT'] %}disabled{% else %}enabled{% endif %}",
            "delayed" : false,
            "has_global_scope": false,
            "has_per_asic_scope": "True",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "dhcp_relay": {
            "state": "{% if not (DEVICE_METADATA is defined and DEVICE_METADATA['localhost'] is defined and DEVICE_METADATA['localhost']['type'] is defined and DEVICE_METADATA['localhost']['type'] is not in ['ToRRouter', 'EPMS', 'MgmtTsToR', 'MgmtToRRouter', 'BmcMgmtToRRouter']) %}enabled{% else %}disabled{% endif %}",
            "delayed" : false,
            "has_global_scope": false,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "mgmt-framework": {
            "state": "enabled",
            "delayed" : true,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "mux": {
            "state": "{% if 'subtype' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['subtype'] == 'DualToR' %}enabled{% else %}always_disabled{% endif %}",
            "delayed" : false,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "nat": {
            "state": "disabled",
            "delayed" : false,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "sflow": {
            "state": "disabled",
            "delayed" : true,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "macsec": {
            "state": "{% if 'type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] == 'SpineRouter' and DEVICE_RUNTIME_METADATA['MACSEC_SUPPORTED'] %}enabled{% else %}disabled{% endif %}",
            "delayed" : false,
            "has_global_scope": false,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "gnmi": {
            "state": "enabled",
            "delayed" : true,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        },
        "eventd": {
            "state": "enabled",
            "delayed" : false,
            "has_global_scope": true,
            "has_per_asic_scope": "False",
            "auto_restart": "enabled",
            "support_syslog_rate_limit" : "true",



            "high_mem_alert": "disabled"
        }
    },
    "AUTO_TECHSUPPORT": {
        "GLOBAL": {
            "state" : "enabled", 
            "rate_limit_interval" : "180",
            "max_techsupport_limit" : "10.0",
            "max_core_limit" : "5.0",
            "available_mem_threshold": "10.0",
            "min_available_mem": "200",
            "since" : "2 days ago"
        }
    },
    "AUTO_TECHSUPPORT_FEATURE": {
        "bgp": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "database": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "lldp": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "pmon": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "snmp": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "swss": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "syncd": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "radv": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "teamd": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "dhcp_relay": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "mgmt-framework": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "mux": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "nat": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "sflow": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "macsec": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "gnmi": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        },
        "eventd": {
            "state" : "enabled", 
            "rate_limit_interval" : "600",
            "available_mem_threshold": "10.0"
        }
    },
    "SYSLOG_CONFIG": {
        "GLOBAL": {
            "rate_limit_interval" : "0",
            "rate_limit_burst" : "0"
        }
    },
    "SYSLOG_CONFIG_FEATURE": {
        "bgp": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "database": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "lldp": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "pmon": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "snmp": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "swss": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "syncd": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "radv": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "teamd": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "dhcp_relay": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "mgmt-framework": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "mux": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "nat": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "sflow": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "macsec": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "gnmi": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        },
        "eventd": {
            "rate_limit_interval" : "300",
            "rate_limit_burst": "20000"
        }
    },
    "PASSW_HARDENING": {
        "POLICIES":{
            "state": "disabled",
            "expiration": "180",
            "expiration_warning": "15",
            "history_cnt": "10",
            "len_min": "8",
            "reject_user_passw_match": "true",
            "lower_class": "true",
            "upper_class": "true",
            "digits_class": "true",
            "special_class": "true"
        }
    },
    "SYSTEM_DEFAULTS" : {
        "mux_tunnel_egress_acl": {
            "status": "disabled"

        }

    },
    "KDUMP": {
        "config": {
            "enabled": "false",

            "memory": "0M-2G:256M,2G-4G:320M,4G-8G:384M,8G-:448M",
            "num_dumps": "3"
        }
    },
    "NTP": {
        "global": {
            "authentication": "disabled",
            "dhcp": "enabled",
            "server_role": "disabled",
            "src_intf": "eth0",
            "admin_state": "enabled",
            "vrf": "default"
        }
    }
}
+ j2 files/build_templates/config-setup.service.j2
+ sudo tee ./fsroot-broadcom-dnx/usr/lib//systemd/system/config-setup.service
[Unit]
Description=Config initialization and migration service
After=rc-local.service
After=database.service
After=config-topology.service
Requires=config-topology.service
Requires=database.service
[Service]
Type=oneshot
ExecStart=/usr/bin/config-setup boot
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target

+ sudo cp files/image_config/config-setup/config-setup ./fsroot-broadcom-dnx/usr/bin/config-setup
+ sudo mkdir -p ./fsroot-broadcom-dnx/etc/config-setup
+ sudo cp files/image_config/config-setup/config-setup.conf ./fsroot-broadcom-dnx/etc/config-setup/config-setup.conf
+ echo config-setup.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
config-setup.service
+ sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl enable config-setup.service
Created symlink /etc/systemd/system/multi-user.target.wants/config-setup.service -> /lib/systemd/system/config-setup.service.
+ sudo cp files/image_config/reset-factory/reset-factory ./fsroot-broadcom-dnx/usr/bin/reset-factory
+ sudo cp files/build_templates/tacacs-config.timer ./fsroot-broadcom-dnx/usr/lib//systemd/system/
+ echo tacacs-config.timer
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
tacacs-config.timer
+ sudo cp files/build_templates/tacacs-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system/
+ echo tacacs-config.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
tacacs-config.service
+ j2 files/build_templates/config-chassisdb.service.j2
+ sudo tee ./fsroot-broadcom-dnx/usr/lib//systemd/system/config-chassisdb.service
[Unit]
Description=Config chassis_db
After=rc-local.service
Requires=rc-local.service

[Service]
Type=oneshot
ExecStart=/usr/bin/config-chassisdb
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target
+ sudo cp files/image_config/config-chassisdb/config-chassisdb ./fsroot-broadcom-dnx/usr/bin/config-chassisdb
+ echo config-chassisdb.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
config-chassisdb.service
+ sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl enable config-chassisdb.service
Created symlink /etc/systemd/system/multi-user.target.wants/config-chassisdb.service -> /lib/systemd/system/config-chassisdb.service.
+ sudo cp files/image_config/backend_acl/backend-acl.service ./fsroot-broadcom-dnx/usr/lib//systemd/system/backend-acl.service
+ sudo cp files/image_config/backend_acl/backend_acl.py ./fsroot-broadcom-dnx/usr/bin/backend_acl.py
+ echo backend-acl.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
backend-acl.service
+ sudo cp files/image_config/snmp/snmp.yml ./fsroot-broadcom-dnx/etc/sonic/
+ sudo cp files/image_config/constants/constants.yml ./fsroot-broadcom-dnx/etc/sonic/
+ sudo cp files/image_config/sudoers/sudoers ./fsroot-broadcom-dnx/etc/
+ sudo cp files/image_config/sudoers/sudoers.lecture ./fsroot-broadcom-dnx/etc/
+ sudo cp files/image_config/pcie-check/pcie-check.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo pcie-check.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
pcie-check.service
+ sudo cp files/image_config/pcie-check/pcie-check.sh ./fsroot-broadcom-dnx/usr/bin/
+ sudo tee -a ./fsroot-broadcom-dnx/usr/sbin/policy-rc.d
+ sudo chmod a+x ./fsroot-broadcom-dnx/usr/sbin/policy-rc.d
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-pddf_1.1_amd64.deb
Selecting previously unselected package sonic-platform-pddf.
(Reading database ... 50463 files and directories currently installed.)
Preparing to unpack .../sonic-platform-pddf_1.1_amd64.deb ...
Unpacking sonic-platform-pddf (1.1) ...
Setting up sonic-platform-pddf (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/systemd-sonic-generator_1.0.0_amd64.deb
Selecting previously unselected package systemd-sonic-generator.
(Reading database ... 50510 files and directories currently installed.)
Preparing to unpack .../systemd-sonic-generator_1.0.0_amd64.deb ...
Unpacking systemd-sonic-generator (1.0.0) ...
Setting up systemd-sonic-generator (1.0.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/flashrom_0.9.7_amd64.deb
(Reading database ... 50513 files and directories currently installed.)
Preparing to unpack .../flashrom_0.9.7_amd64.deb ...
Unpacking flashrom (0.9.7) over (0.9.7) ...
Setting up flashrom (0.9.7) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libssl1.1_1.1.1n-0+deb11u5+fips_amd64.deb
dpkg: warning: downgrading libssl1.1:amd64 from 1.1.1w-0+deb11u3 to 1.1.1n-0+deb11u5+fips
(Reading database ... 50513 files and directories currently installed.)
Preparing to unpack .../libssl1.1_1.1.1n-0+deb11u5+fips_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1n-0+deb11u5+fips) over (1.1.1w-0+deb11u3) ...
Setting up libssl1.1:amd64 (1.1.1n-0+deb11u5+fips) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libssl-dev_1.1.1n-0+deb11u5+fips_amd64.deb
dpkg: warning: downgrading libssl-dev:amd64 from 1.1.1w-0+deb11u3 to 1.1.1n-0+deb11u5+fips
(Reading database ... 50513 files and directories currently installed.)
Preparing to unpack .../libssl-dev_1.1.1n-0+deb11u5+fips_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.1n-0+deb11u5+fips) over (1.1.1w-0+deb11u3) ...
Setting up libssl-dev:amd64 (1.1.1n-0+deb11u5+fips) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/openssl_1.1.1n-0+deb11u5+fips_amd64.deb
dpkg: warning: downgrading openssl from 1.1.1w-0+deb11u3 to 1.1.1n-0+deb11u5+fips
(Reading database ... 50513 files and directories currently installed.)
Preparing to unpack .../openssl_1.1.1n-0+deb11u5+fips_amd64.deb ...
Unpacking openssl (1.1.1n-0+deb11u5+fips) over (1.1.1w-0+deb11u3) ...
Setting up openssl (1.1.1n-0+deb11u5+fips) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/symcrypt-openssl_1.5.2_amd64.deb
Selecting previously unselected package symcrypt-openssl.
(Reading database ... 50513 files and directories currently installed.)
Preparing to unpack .../symcrypt-openssl_1.5.2_amd64.deb ...
Unpacking symcrypt-openssl (0.1) ...
Setting up symcrypt-openssl (0.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/ssh_8.4p1-5+deb11u2+fips_amd64.deb
dpkg: error: cannot access archive 'target/debs/bullseye/ssh_8.4p1-5+deb11u2+fips_amd64.deb': No such file or directory
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libksba8
  libnpth0 libpackagekit-glib2-18 lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/openssh-client_8.4p1-5+deb11u2+fips_amd64.deb
dpkg: warning: downgrading openssh-client from 1:8.4p1-5+deb11u3 to 1:8.4p1-5+deb11u2+fips
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../openssh-client_8.4p1-5+deb11u2+fips_amd64.deb ...
Unpacking openssh-client (1:8.4p1-5+deb11u2+fips) over (1:8.4p1-5+deb11u3) ...
Setting up openssh-client (1:8.4p1-5+deb11u2+fips) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/openssh-sftp-server_8.4p1-5+deb11u2+fips_amd64.deb
dpkg: warning: downgrading openssh-sftp-server from 1:8.4p1-5+deb11u3 to 1:8.4p1-5+deb11u2+fips
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../openssh-sftp-server_8.4p1-5+deb11u2+fips_amd64.deb ...
Unpacking openssh-sftp-server (1:8.4p1-5+deb11u2+fips) over (1:8.4p1-5+deb11u3) ...
Setting up openssh-sftp-server (1:8.4p1-5+deb11u2+fips) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/openssh-server_8.4p1-5+deb11u2+fips_amd64.deb
dpkg: warning: downgrading openssh-server from 1:8.4p1-5+deb11u3 to 1:8.4p1-5+deb11u2+fips
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../openssh-server_8.4p1-5+deb11u2+fips_amd64.deb ...
Unpacking openssh-server (1:8.4p1-5+deb11u2+fips) over (1:8.4p1-5+deb11u3) ...
Setting up openssh-server (1:8.4p1-5+deb11u2+fips) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of restart.
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/libk5crypto3_1.18.3-6+deb11u5+fips_amd64.deb
dpkg: warning: downgrading libk5crypto3:amd64 from 1.18.3-6+deb11u7 to 1.18.3-6+deb11u5+fips
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../libk5crypto3_1.18.3-6+deb11u5+fips_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.18.3-6+deb11u5+fips) over (1.18.3-6+deb11u7) ...
Setting up libk5crypto3:amd64 (1.18.3-6+deb11u5+fips) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo LANG=C chroot ./fsroot-broadcom-dnx depmod -a 5.10.0-30-2-amd64
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-s6000_1.1_amd64.deb
Selecting previously unselected package platform-modules-s6000.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-s6000_1.1_amd64.deb ...
Unpacking platform-modules-s6000 (1.1) ...
Setting up platform-modules-s6000 (1.1) ...

Configuration file '/etc/init.d/platform-modules-s6000', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-s6000.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/systemd-reboot.service.d/override.conf', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-s6000.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-s6000
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-s6000.service → /etc/systemd/system/platform-modules-s6000.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dell_s6000_s1220-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-s6000_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-s6000_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dell_s6000_s1220-r0/platform-modules-s6000_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-s6000
(Reading database ... 50540 files and directories currently installed.)
Removing platform-modules-s6000 (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-s6000 (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-z9264f_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9264f.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-z9264f_1.1_amd64.deb ...
Unpacking platform-modules-z9264f (1.1) ...
Setting up platform-modules-z9264f (1.1) ...

Configuration file '/etc/init.d/platform-modules-z9264f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/z9264f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-z9264f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-z9264f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-z9264f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-z9264f.service → /etc/systemd/system/platform-modules-z9264f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dellemc_z9264f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-z9264f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-z9264f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dellemc_z9264f_c3538-r0/platform-modules-z9264f_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-z9264f
(Reading database ... 50536 files and directories currently installed.)
Removing platform-modules-z9264f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-z9264f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-s5212f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5212f.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-s5212f_1.1_amd64.deb ...
Unpacking platform-modules-s5212f (1.1) ...
Setting up platform-modules-s5212f (1.1) ...

Configuration file '/etc/init.d/platform-modules-s5212f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modprobe.d/s5212f-params.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/s5212f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-s5212f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-s5212f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-s5212f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-s5212f.service → /etc/systemd/system/platform-modules-s5212f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dellemc_s5212f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-s5212f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-s5212f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dellemc_s5212f_c3538-r0/platform-modules-s5212f_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-s5212f
(Reading database ... 50537 files and directories currently installed.)
Removing platform-modules-s5212f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-s5212f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-s5224f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5224f.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-s5224f_1.1_amd64.deb ...
Unpacking platform-modules-s5224f (1.1) ...
Setting up platform-modules-s5224f (1.1) ...

Configuration file '/etc/init.d/platform-modules-s5224f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modprobe.d/s5224f-params.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/s5224f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-s5224f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-s5224f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-s5224f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-s5224f.service → /etc/systemd/system/platform-modules-s5224f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dellemc_s5224f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-s5224f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-s5224f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dellemc_s5224f_c3538-r0/platform-modules-s5224f_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-s5224f
(Reading database ... 50537 files and directories currently installed.)
Removing platform-modules-s5224f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-s5224f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-s5232f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5232f.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-s5232f_1.1_amd64.deb ...
Unpacking platform-modules-s5232f (1.1) ...
Setting up platform-modules-s5232f (1.1) ...

Configuration file '/etc/init.d/platform-modules-s5232f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/s5232f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-s5232f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-s5232f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-s5232f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-s5232f.service → /etc/systemd/system/platform-modules-s5232f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dellemc_s5232f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-s5232f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-s5232f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dellemc_s5232f_c3538-r0/platform-modules-s5232f_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-s5232f
(Reading database ... 50536 files and directories currently installed.)
Removing platform-modules-s5232f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-s5232f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-s5248f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5248f.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-s5248f_1.1_amd64.deb ...
Unpacking platform-modules-s5248f (1.1) ...
Setting up platform-modules-s5248f (1.1) ...

Configuration file '/etc/init.d/platform-modules-s5248f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/s5248f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-s5248f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-s5248f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-s5248f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-s5248f.service → /etc/systemd/system/platform-modules-s5248f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dellemc_s5248f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-s5248f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-s5248f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dellemc_s5248f_c3538-r0/platform-modules-s5248f_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-s5248f
(Reading database ... 50536 files and directories currently installed.)
Removing platform-modules-s5248f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-s5248f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-z9332f_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9332f.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-z9332f_1.1_amd64.deb ...
Unpacking platform-modules-z9332f (1.1) ...
Setting up platform-modules-z9332f (1.1) ...

Configuration file '/etc/init.d/platform-modules-z9332f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/z9332f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-z9332f.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/systemd-reboot.service.d/override.conf', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-z9332f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-z9332f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-z9332f.service → /etc/systemd/system/platform-modules-z9332f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dellemc_z9332f_d1508-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-z9332f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-z9332f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dellemc_z9332f_d1508-r0/platform-modules-z9332f_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-z9332f
(Reading database ... 50545 files and directories currently installed.)
Removing platform-modules-z9332f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-z9332f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-z9432f_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9432f.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-z9432f_1.1_amd64.deb ...
Unpacking platform-modules-z9432f (1.1) ...
Setting up platform-modules-z9432f (1.1) ...

Configuration file '/etc/init.d/platform-modules-z9432f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/z9432f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-z9432f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-z9432f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-z9432f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-z9432f.service → /etc/systemd/system/platform-modules-z9432f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dellemc_z9432f_c3758-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-z9432f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-z9432f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dellemc_z9432f_c3758-r0/platform-modules-z9432f_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-z9432f
(Reading database ... 50537 files and directories currently installed.)
Removing platform-modules-z9432f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-z9432f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-s5296f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5296f.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-s5296f_1.1_amd64.deb ...
Unpacking platform-modules-s5296f (1.1) ...
Setting up platform-modules-s5296f (1.1) ...

Configuration file '/etc/init.d/platform-modules-s5296f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/s5296f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-s5296f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-s5296f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-s5296f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-s5296f.service → /etc/systemd/system/platform-modules-s5296f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dellemc_s5296f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-s5296f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-s5296f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dellemc_s5296f_c3538-r0/platform-modules-s5296f_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-s5296f
(Reading database ... 50534 files and directories currently installed.)
Removing platform-modules-s5296f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-s5296f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-z9100_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9100.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-z9100_1.1_amd64.deb ...
Unpacking platform-modules-z9100 (1.1) ...
Setting up platform-modules-z9100 (1.1) ...

Configuration file '/etc/init.d/platform-modules-z9100', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/z9100-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-z9100.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/systemd-reboot.service.d/override.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/z9100-lpc-monitor.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-z9100.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-z9100
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-z9100.service → /etc/systemd/system/platform-modules-z9100.service.
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/z9100-lpc-monitor.service → /etc/systemd/system/z9100-lpc-monitor.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dell_z9100_c2538-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-z9100_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-z9100_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dell_z9100_c2538-r0/platform-modules-z9100_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-z9100
(Reading database ... 50542 files and directories currently installed.)
Removing platform-modules-z9100 (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-z9100 (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-s6100_1.1_amd64.deb
Selecting previously unselected package platform-modules-s6100.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-s6100_1.1_amd64.deb ...
Unpacking platform-modules-s6100 (1.1) ...
Setting up platform-modules-s6100 (1.1) ...

Configuration file '/etc/monit/conf.d/s6100_serial_getty_monitor', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-s6100.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/s6100-lpc-monitor.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/s6100-platform-startup.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/s6100-reboot-cause.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/s6100-ssd-monitor.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/s6100-ssd-monitor.timer', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/s6100-ssd-upgrade-status.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/systemd-reboot.service.d/override.conf', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-s6100.service → /etc/systemd/system/platform-modules-s6100.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dell_s6100_c2538-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-s6100_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-s6100_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dell_s6100_c2538-r0/platform-modules-s6100_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-s6100
(Reading database ... 50568 files and directories currently installed.)
Removing platform-modules-s6100 (1.1) ...
Purging configuration files for platform-modules-s6100 (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-n3248pxe_1.1_amd64.deb
Selecting previously unselected package platform-modules-n3248pxe.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-n3248pxe_1.1_amd64.deb ...
Unpacking platform-modules-n3248pxe (1.1) ...
Setting up platform-modules-n3248pxe (1.1) ...

Configuration file '/etc/init.d/platform-modules-n3248pxe', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/n3248pxe-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-n3248pxe.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-n3248pxe.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-n3248pxe
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-n3248pxe.service → /etc/systemd/system/platform-modules-n3248pxe.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dellemc_n3248pxe_c3338-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-n3248pxe_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-n3248pxe_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dellemc_n3248pxe_c3338-r0/platform-modules-n3248pxe_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-n3248pxe
(Reading database ... 50537 files and directories currently installed.)
Removing platform-modules-n3248pxe (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-n3248pxe (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-n3248te_1.1_amd64.deb
Selecting previously unselected package platform-modules-n3248te.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-n3248te_1.1_amd64.deb ...
Unpacking platform-modules-n3248te (1.1) ...
Setting up platform-modules-n3248te (1.1) ...

Configuration file '/etc/init.d/platform-modules-n3248te', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/n3248te-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-n3248te.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-n3248te.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-n3248te
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-n3248te.service → /etc/systemd/system/platform-modules-n3248te.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dellemc_n3248te_c3338-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-n3248te_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-n3248te_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dellemc_n3248te_c3338-r0/platform-modules-n3248te_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-n3248te
(Reading database ... 50537 files and directories currently installed.)
Removing platform-modules-n3248te (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-n3248te (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-e3224f_1.1_amd64.deb
Selecting previously unselected package platform-modules-e3224f.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-e3224f_1.1_amd64.deb ...
Unpacking platform-modules-e3224f (1.1) ...
Setting up platform-modules-e3224f (1.1) ...

Configuration file '/etc/init.d/platform-modules-e3224f', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/e3224f-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/platform-modules-e3224f.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-e3224f.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-e3224f
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-e3224f.service → /etc/systemd/system/platform-modules-e3224f.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of start.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dell_e3224f-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-e3224f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-e3224f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dell_e3224f-r0/platform-modules-e3224f_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-e3224f
(Reading database ... 50537 files and directories currently installed.)
Removing platform-modules-e3224f (1.1) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-e3224f (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as7712-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7712-32x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7712-32x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7712-32x (1.1) ...
Setting up sonic-platform-accton-as7712-32x (1.1) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service → /lib/systemd/system/pddf-platform-init.service.
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/as7712-pddf-platform-monitor.service → /lib/systemd/system/as7712-pddf-platform-monitor.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as7712_32x-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7712-32x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7712-32x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as7712_32x-r0/sonic-platform-accton-as7712-32x_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as7712-32x
(Reading database ... 50669 files and directories currently installed.)
Removing sonic-platform-accton-as7712-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as7712-32x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as5712-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5712-54x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as5712-54x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as5712-54x (1.1) ...
Setting up sonic-platform-accton-as5712-54x (1.1) ...
Configuration file /lib/systemd/system/as5712-platform-monitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as5712-platform-monitor.service → /lib/systemd/system/as5712-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as5712_54x-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as5712-54x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as5712-54x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as5712_54x-r0/sonic-platform-accton-as5712-54x_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as5712-54x
(Reading database ... 50665 files and directories currently installed.)
Removing sonic-platform-accton-as5712-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as5712-54x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as7816-64x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7816-64x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7816-64x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7816-64x (1.1) ...
Setting up sonic-platform-accton-as7816-64x (1.1) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/as7816-pddf-platform-monitor.service → /lib/systemd/system/as7816-pddf-platform-monitor.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as7816_64x-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7816-64x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7816-64x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as7816_64x-r0/sonic-platform-accton-as7816-64x_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as7816-64x
(Reading database ... 50674 files and directories currently installed.)
Removing sonic-platform-accton-as7816-64x (1.1) ...
Purging configuration files for sonic-platform-accton-as7816-64x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as7716-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7716-32x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7716-32x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7716-32x (1.1) ...
Setting up sonic-platform-accton-as7716-32x (1.1) ...
Configuration file /lib/systemd/system/as7716-platform-monitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as7716-platform-monitor.service → /lib/systemd/system/as7716-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as7716_32x-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7716-32x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7716-32x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as7716_32x-r0/sonic-platform-accton-as7716-32x_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as7716-32x
(Reading database ... 50666 files and directories currently installed.)
Removing sonic-platform-accton-as7716-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as7716-32x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as7312-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7312-54x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7312-54x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7312-54x (1.1) ...
Setting up sonic-platform-accton-as7312-54x (1.1) ...
Configuration file /lib/systemd/system/as7312-platform-monitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as7312-platform-monitor.service → /lib/systemd/system/as7312-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as7312_54x-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7312-54x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7312-54x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as7312_54x-r0/sonic-platform-accton-as7312-54x_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as7312-54x
(Reading database ... 50665 files and directories currently installed.)
Removing sonic-platform-accton-as7312-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as7312-54x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as7326-56x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7326-56x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7326-56x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7326-56x (1.1) ...
Setting up sonic-platform-accton-as7326-56x (1.1) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Created symlink /etc/systemd/system/opennsl-modules.service.wants/as7326-platform-handle_mac.service → /lib/systemd/system/as7326-platform-handle_mac.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/as7326-56x-pddf-platform-monitor.service → /lib/systemd/system/as7326-56x-pddf-platform-monitor.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as7326_56x-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7326-56x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7326-56x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as7326_56x-r0/sonic-platform-accton-as7326-56x_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as7326-56x
(Reading database ... 50680 files and directories currently installed.)
Removing sonic-platform-accton-as7326-56x (1.1) ...
Purging configuration files for sonic-platform-accton-as7326-56x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as7716-32xb_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7716-32xb.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7716-32xb_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7716-32xb (1.1) ...
Setting up sonic-platform-accton-as7716-32xb (1.1) ...
Configuration file /lib/systemd/system/as7716_32xb-platform-monitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as7716_32xb-platform-monitor.service → /lib/systemd/system/as7716_32xb-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as7716_32xb-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7716-32xb_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7716-32xb_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as7716_32xb-r0/sonic-platform-accton-as7716-32xb_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as7716-32xb
(Reading database ... 50669 files and directories currently installed.)
Removing sonic-platform-accton-as7716-32xb (1.1) ...
Purging configuration files for sonic-platform-accton-as7716-32xb (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as6712-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as6712-32x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as6712-32x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as6712-32x (1.1) ...
Setting up sonic-platform-accton-as6712-32x (1.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/as6712-platform-init.service → /lib/systemd/system/as6712-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as6712_32x-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as6712-32x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as6712-32x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as6712_32x-r0/sonic-platform-accton-as6712-32x_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as6712-32x
(Reading database ... 50664 files and directories currently installed.)
Removing sonic-platform-accton-as6712-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as6712-32x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as7726-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7726-32x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7726-32x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7726-32x (1.1) ...
Setting up sonic-platform-accton-as7726-32x (1.1) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Created symlink /etc/systemd/system/opennsl-modules.service.wants/as7726-32x-platform-handle_mac.service → /lib/systemd/system/as7726-32x-platform-handle_mac.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/as7726-32x-pddf-platform-monitor.service → /lib/systemd/system/as7726-32x-pddf-platform-monitor.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as7726_32x-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7726-32x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7726-32x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as7726_32x-r0/sonic-platform-accton-as7726-32x_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as7726-32x
(Reading database ... 50680 files and directories currently installed.)
Removing sonic-platform-accton-as7726-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as7726-32x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as4630-54pe_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as4630-54pe.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as4630-54pe_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as4630-54pe (1.1) ...
Setting up sonic-platform-accton-as4630-54pe (1.1) ...

Configuration file '/etc/udev/rules.d/70-persistent-net.rules', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Running in chroot, ignoring command 'start'
Failed to enable unit, unit as4630-54pe-pddf-platform-monitor.service does not exist.
Running in chroot, ignoring command 'start'
Stopping netfilter rules...Automatic flush disabled; use '/usr/sbin/netfilter-persistent flush'
done.
Running in chroot, ignoring request.
Running in chroot, ignoring request.
modprobe: FATAL: Module ixgbe not found in directory /lib/modules/5.15.0-119-generic
Loading netfilter rules...run-parts: executing /usr/share/netfilter-persistent/plugins.d/15-ip4tables start
run-parts: executing /usr/share/netfilter-persistent/plugins.d/25-ip6tables start
done.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as4630_54pe-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as4630-54pe_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as4630-54pe_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as4630_54pe-r0/sonic-platform-accton-as4630-54pe_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as4630-54pe
(Reading database ... 50676 files and directories currently installed.)
Removing sonic-platform-accton-as4630-54pe (1.1) ...
Purging configuration files for sonic-platform-accton-as4630-54pe (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as4630-54te_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as4630-54te.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as4630-54te_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as4630-54te (1.1) ...
Setting up sonic-platform-accton-as4630-54te (1.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/as4630-54te-platform-handle-mgmt-interface.service → /lib/systemd/system/as4630-54te-platform-handle-mgmt-interface.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as4630-54te-platform-monitor-fan.service → /lib/systemd/system/as4630-54te-platform-monitor-fan.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as4630-54te-platform-monitor-psu.service → /lib/systemd/system/as4630-54te-platform-monitor-psu.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as4630-54te-platform-monitor.service → /lib/systemd/system/as4630-54te-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as4630_54te-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as4630-54te_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as4630-54te_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as4630_54te-r0/sonic-platform-accton-as4630-54te_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as4630-54te
(Reading database ... 50670 files and directories currently installed.)
Removing sonic-platform-accton-as4630-54te (1.1) ...
Purging configuration files for sonic-platform-accton-as4630-54te (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-minipack_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-minipack.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-minipack_1.1_amd64.deb ...
Unpacking sonic-platform-accton-minipack (1.1) ...
Setting up sonic-platform-accton-minipack (1.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/minipack-platform-init.service → /lib/systemd/system/minipack-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_minipack-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-minipack_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-minipack_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_minipack-r0/sonic-platform-accton-minipack_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-minipack
(Reading database ... 50527 files and directories currently installed.)
Removing sonic-platform-accton-minipack (1.1) ...
Purging configuration files for sonic-platform-accton-minipack (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as5812-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5812-54x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as5812-54x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as5812-54x (1.1) ...
Setting up sonic-platform-accton-as5812-54x (1.1) ...
Configuration file /lib/systemd/system/as5812-platform-monitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as5812-platform-monitor.service → /lib/systemd/system/as5812-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as5812_54x-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as5812-54x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as5812-54x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as5812_54x-r0/sonic-platform-accton-as5812-54x_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as5812-54x
(Reading database ... 50665 files and directories currently installed.)
Removing sonic-platform-accton-as5812-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as5812-54x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as5812-54t_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5812-54t.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as5812-54t_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as5812-54t (1.1) ...
Setting up sonic-platform-accton-as5812-54t (1.1) ...
Configuration file /lib/systemd/system/as5812-platform-init.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as5812-platform-init.service → /lib/systemd/system/as5812-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as5812_54t-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as5812-54t_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as5812-54t_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as5812_54t-r0/sonic-platform-accton-as5812-54t_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as5812-54t
(Reading database ... 50665 files and directories currently installed.)
Removing sonic-platform-accton-as5812-54t (1.1) ...
Purging configuration files for sonic-platform-accton-as5812-54t (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as5835-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5835-54x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as5835-54x_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as5835-54x (1.1) ...
Setting up sonic-platform-accton-as5835-54x (1.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/as5835-54x-platform-monitor-fan.service → /lib/systemd/system/as5835-54x-platform-monitor-fan.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as5835-54x-platform-monitor-psu.service → /lib/systemd/system/as5835-54x-platform-monitor-psu.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as5835-54x-platform-monitor.service → /lib/systemd/system/as5835-54x-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as5835_54x-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as5835-54x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as5835-54x_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as5835_54x-r0/sonic-platform-accton-as5835-54x_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as5835-54x
(Reading database ... 50669 files and directories currently installed.)
Removing sonic-platform-accton-as5835-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as5835-54x (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as9716-32d_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as9716-32d.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as9716-32d_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as9716-32d (1.1) ...
Setting up sonic-platform-accton-as9716-32d (1.1) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/as9716-32d-pddf-platform-monitor.service → /lib/systemd/system/as9716-32d-pddf-platform-monitor.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as9716_32d-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as9716-32d_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as9716-32d_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as9716_32d-r0/sonic-platform-accton-as9716-32d_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as9716-32d
(Reading database ... 50678 files and directories currently installed.)
Removing sonic-platform-accton-as9716-32d (1.1) ...
Purging configuration files for sonic-platform-accton-as9716-32d (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as9726-32d_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as9726-32d.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as9726-32d_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as9726-32d (1.1) ...
Setting up sonic-platform-accton-as9726-32d (1.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/as9726-32d-platform-monitor-fan.service → /lib/systemd/system/as9726-32d-platform-monitor-fan.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as9726-32d-platform-monitor-psu.service → /lib/systemd/system/as9726-32d-platform-monitor-psu.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as9726-32d-platform-monitor.service → /lib/systemd/system/as9726-32d-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as9726_32d-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as9726-32d_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as9726-32d_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as9726_32d-r0/sonic-platform-accton-as9726-32d_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as9726-32d
(Reading database ... 50668 files and directories currently installed.)
Removing sonic-platform-accton-as9726-32d (1.1) ...
Purging configuration files for sonic-platform-accton-as9726-32d (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as5835-54t_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5835-54t.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as5835-54t_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as5835-54t (1.1) ...
Setting up sonic-platform-accton-as5835-54t (1.1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/as5835-54t-platform-monitor-fan.service → /lib/systemd/system/as5835-54t-platform-monitor-fan.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as5835-54t-platform-monitor-psu.service → /lib/systemd/system/as5835-54t-platform-monitor-psu.service.
Created symlink /etc/systemd/system/multi-user.target.wants/as5835-54t-platform-monitor.service → /lib/systemd/system/as5835-54t-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as5835_54t-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as5835-54t_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as5835-54t_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as5835_54t-r0/sonic-platform-accton-as5835-54t_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as5835-54t
(Reading database ... 50668 files and directories currently installed.)
Removing sonic-platform-accton-as5835-54t (1.1) ...
Purging configuration files for sonic-platform-accton-as5835-54t (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as7312-54xs_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7312-54xs.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7312-54xs_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7312-54xs (1.1) ...
Setting up sonic-platform-accton-as7312-54xs (1.1) ...
Configuration file /lib/systemd/system/as7312-platform-monitor.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as7312-platform-monitor.service → /lib/systemd/system/as7312-platform-monitor.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as7312_54xs-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7312-54xs_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7312-54xs_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as7312_54xs-r0/sonic-platform-accton-as7312-54xs_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as7312-54xs
(Reading database ... 50664 files and directories currently installed.)
Removing sonic-platform-accton-as7312-54xs (1.1) ...
Purging configuration files for sonic-platform-accton-as7312-54xs (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-accton-as7315-27xb_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7315-27xb.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-accton-as7315-27xb_1.1_amd64.deb ...
Unpacking sonic-platform-accton-as7315-27xb (1.1) ...
Setting up sonic-platform-accton-as7315-27xb (1.1) ...
Configuration file /lib/systemd/system/as7315-platform-init.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/as7315-platform-init.service → /lib/systemd/system/as7315-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_as7315_27xb-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-accton-as7315-27xb_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-accton-as7315-27xb_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-accton_as7315_27xb-r0/sonic-platform-accton-as7315-27xb_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-accton-as7315-27xb
(Reading database ... 50664 files and directories currently installed.)
Removing sonic-platform-accton-as7315-27xb (1.1) ...
Purging configuration files for sonic-platform-accton-as7315-27xb (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-dx010_0.9_amd64.deb
Selecting previously unselected package platform-modules-dx010.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-dx010_0.9_amd64.deb ...
Unpacking platform-modules-dx010 (0.9) ...
Setting up platform-modules-dx010 (0.9) ...

Configuration file '/etc/init.d/fancontrol.sh', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/init.d/platform-modules-dx010', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/dx010-modules.conf', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-dx010.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-dx010
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-dx010.service → /lib/systemd/system/platform-modules-dx010.service.
Created symlink /etc/systemd/system/multi-user.target.wants/fancontrol.service → /lib/systemd/system/fancontrol.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-cel_seastone-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-dx010_0.9_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-dx010_0.9_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-cel_seastone-r0/platform-modules-dx010_0.9_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-dx010
(Reading database ... 50537 files and directories currently installed.)
Removing platform-modules-dx010 (0.9) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-dx010 (0.9) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-haliburton_0.9_amd64.deb
Selecting previously unselected package platform-modules-haliburton.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-haliburton_0.9_amd64.deb ...
Unpacking platform-modules-haliburton (0.9) ...
Setting up platform-modules-haliburton (0.9) ...

Configuration file '/etc/init.d/fancontrol.sh', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/init.d/platform-modules-haliburton', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/haliburton-modules.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/udev/rules.d/50-ttyUSB-C0.rules', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
sudo: unable to resolve host 99a02ea5332d: Name or service not known
sudo: unable to resolve host 99a02ea5332d: Name or service not known
sudo: unable to resolve host 99a02ea5332d: Name or service not known
sudo: unable to resolve host 99a02ea5332d: Name or service not known
Synchronizing state of platform-modules-haliburton.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-haliburton
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-haliburton.service → /lib/systemd/system/platform-modules-haliburton.service.
Configuration file /lib/systemd/system/fancontrol.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/cpu_wdt.service → /lib/systemd/system/cpu_wdt.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-cel_e1031-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-haliburton_0.9_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-haliburton_0.9_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-cel_e1031-r0/platform-modules-haliburton_0.9_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-haliburton
(Reading database ... 50540 files and directories currently installed.)
Removing platform-modules-haliburton (0.9) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-haliburton (0.9) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-seastone2_0.9_amd64.deb
Selecting previously unselected package platform-modules-seastone2.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-seastone2_0.9_amd64.deb ...
Unpacking platform-modules-seastone2 (0.9) ...
Setting up platform-modules-seastone2 (0.9) ...

Configuration file '/etc/init.d/platform-modules-seastone2', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/seastone2-modules.conf', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-seastone2.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-seastone2
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-seastone2.service → /lib/systemd/system/platform-modules-seastone2.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-cel_seastone_2-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-seastone2_0.9_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-seastone2_0.9_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-cel_seastone_2-r0/platform-modules-seastone2_0.9_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-seastone2
(Reading database ... 50530 files and directories currently installed.)
Removing platform-modules-seastone2 (0.9) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-seastone2 (0.9) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-belgite_0.9_amd64.deb
Selecting previously unselected package platform-modules-belgite.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-belgite_0.9_amd64.deb ...
Unpacking platform-modules-belgite (0.9) ...
Setting up platform-modules-belgite (0.9) ...

Configuration file '/etc/systemd/system/pddf-platform-init.service', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Removed /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service.
Created symlink /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service → /etc/systemd/system/pddf-platform-init.service.
Created symlink /etc/systemd/system/opennsl-modules.service.wants/pddf-platform-init.service → /etc/systemd/system/pddf-platform-init.service.
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/belgite-pddf-platform-monitor.service → /lib/systemd/system/belgite-pddf-platform-monitor.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-cel_belgite-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-belgite_0.9_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-belgite_0.9_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-cel_belgite-r0/platform-modules-belgite_0.9_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-belgite
(Reading database ... 50532 files and directories currently installed.)
Removing platform-modules-belgite (0.9) ...
Purging configuration files for platform-modules-belgite (0.9) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix1b-32x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-quanta-ix1b-32x_1.0_amd64.deb ...
Unpacking sonic-platform-quanta-ix1b-32x (1.0) ...
Setting up sonic-platform-quanta-ix1b-32x (1.0) ...
Configuration file /lib/systemd/system/ix1b-platform-init.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/ix1b-platform-init.service → /lib/systemd/system/ix1b-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-quanta_ix1b_rglbmc-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-quanta_ix1b_rglbmc-r0/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-quanta-ix1b-32x
(Reading database ... 50558 files and directories currently installed.)
Removing sonic-platform-quanta-ix1b-32x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix1b-32x (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-quanta-ix7-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix7-32x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-quanta-ix7-32x_1.0_amd64.deb ...
Unpacking sonic-platform-quanta-ix7-32x (1.0) ...
Setting up sonic-platform-quanta-ix7-32x (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ix7-platform-init.service → /lib/systemd/system/ix7-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-quanta_ix7_rglbmc-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-quanta-ix7-32x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-quanta-ix7-32x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-quanta_ix7_rglbmc-r0/sonic-platform-quanta-ix7-32x_1.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-quanta-ix7-32x
(Reading database ... 50563 files and directories currently installed.)
Removing sonic-platform-quanta-ix7-32x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix7-32x (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix7-bwde-32x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb ...
Unpacking sonic-platform-quanta-ix7-bwde-32x (1.0) ...
Setting up sonic-platform-quanta-ix7-bwde-32x (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ix7-bwde-platform-init.service → /lib/systemd/system/ix7-bwde-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-quanta_ix7_bwde-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-quanta_ix7_bwde-r0/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-quanta-ix7-bwde-32x
(Reading database ... 50563 files and directories currently installed.)
Removing sonic-platform-quanta-ix7-bwde-32x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix7-bwde-32x (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-quanta-ix8-56x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix8-56x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-quanta-ix8-56x_1.0_amd64.deb ...
Unpacking sonic-platform-quanta-ix8-56x (1.0) ...
Setting up sonic-platform-quanta-ix8-56x (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ix8-platform-init.service → /lib/systemd/system/ix8-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-quanta_ix8_rglbmc-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-quanta-ix8-56x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-quanta-ix8-56x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-quanta_ix8_rglbmc-r0/sonic-platform-quanta-ix8-56x_1.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-quanta-ix8-56x
(Reading database ... 50563 files and directories currently installed.)
Removing sonic-platform-quanta-ix8-56x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix8-56x (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix8a-bwde-56x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb ...
Unpacking sonic-platform-quanta-ix8a-bwde-56x (1.0) ...
Setting up sonic-platform-quanta-ix8a-bwde-56x (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ix8a-bwde-platform-init.service → /lib/systemd/system/ix8a-bwde-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-quanta_ix8a_bwde-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-quanta_ix8a_bwde-r0/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-quanta-ix8a-bwde-56x
(Reading database ... 50563 files and directories currently installed.)
Removing sonic-platform-quanta-ix8a-bwde-56x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix8a-bwde-56x (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix8c-56x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-quanta-ix8c-56x_1.0_amd64.deb ...
Unpacking sonic-platform-quanta-ix8c-56x (1.0) ...
Setting up sonic-platform-quanta-ix8c-56x (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ix8c-platform-init.service → /lib/systemd/system/ix8c-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-quanta_ix8c_bwde-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-quanta_ix8c_bwde-r0/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-quanta-ix8c-56x
(Reading database ... 50563 files and directories currently installed.)
Removing sonic-platform-quanta-ix8c-56x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix8c-56x (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-quanta-ix9-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix9-32x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-quanta-ix9-32x_1.0_amd64.deb ...
Unpacking sonic-platform-quanta-ix9-32x (1.0) ...
Setting up sonic-platform-quanta-ix9-32x (1.0) ...
Configuration file /lib/systemd/system/ix9-platform-init.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Created symlink /etc/systemd/system/multi-user.target.wants/ix9-platform-init.service → /lib/systemd/system/ix9-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-quanta_ix9_bwde-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-quanta-ix9-32x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-quanta-ix9-32x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-quanta_ix9_bwde-r0/sonic-platform-quanta-ix9-32x_1.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-quanta-ix9-32x
(Reading database ... 50563 files and directories currently installed.)
Removing sonic-platform-quanta-ix9-32x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix9-32x (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-snh60a0-320fv2.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb ...
Unpacking sonic-platform-alphanetworks-snh60a0-320fv2 (1.0) ...
Setting up sonic-platform-alphanetworks-snh60a0-320fv2 (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/snh60a0-platform-init.service → /lib/systemd/system/snh60a0-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-alphanetworks_snh60a0_320fv2-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-alphanetworks_snh60a0_320fv2-r0/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-alphanetworks-snh60a0-320fv2
(Reading database ... 50524 files and directories currently installed.)
Removing sonic-platform-alphanetworks-snh60a0-320fv2 (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-snh60a0-320fv2 (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-snh60b0-640f.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb ...
Unpacking sonic-platform-alphanetworks-snh60b0-640f (1.0) ...
Setting up sonic-platform-alphanetworks-snh60b0-640f (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/snh60b0-platform-init.service → /lib/systemd/system/snh60b0-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-alphanetworks_snh60b0_640f-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-alphanetworks_snh60b0_640f-r0/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-alphanetworks-snh60b0-640f
(Reading database ... 50524 files and directories currently installed.)
Removing sonic-platform-alphanetworks-snh60b0-640f (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-snh60b0-640f (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-snj60d0-320f.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb ...
Unpacking sonic-platform-alphanetworks-snj60d0-320f (1.0) ...
Setting up sonic-platform-alphanetworks-snj60d0-320f (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/snj60d0-platform-init.service → /lib/systemd/system/snj60d0-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-alphanetworks_snj60d0_320f-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-alphanetworks_snj60d0_320f-r0/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-alphanetworks-snj60d0-320f
(Reading database ... 50566 files and directories currently installed.)
Removing sonic-platform-alphanetworks-snj60d0-320f (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-snj60d0-320f (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-bes2348t.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb ...
Unpacking sonic-platform-alphanetworks-bes2348t (1.0) ...
Setting up sonic-platform-alphanetworks-bes2348t (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/bes2348t-thermal-shutdown.service → /lib/systemd/system/bes2348t-thermal-shutdown.service.
Removed /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service.
Created symlink /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service → /lib/systemd/system/pddf-platform-init.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-alphanetworks_bes2348t-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-alphanetworks_bes2348t-r0/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-alphanetworks-bes2348t
(Reading database ... 50529 files and directories currently installed.)
Removing sonic-platform-alphanetworks-bes2348t (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-bes2348t (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-juniper-qfx5210_1.1_amd64.deb
Selecting previously unselected package sonic-platform-juniper-qfx5210.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-juniper-qfx5210_1.1_amd64.deb ...
Unpacking sonic-platform-juniper-qfx5210 (1.1) ...
Setting up sonic-platform-juniper-qfx5210 (1.1) ...

Configuration file '/etc/systemd/system/qfx5210-platform-init.service', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/multi-user.target.wants/qfx5210-platform-init.service → /etc/systemd/system/qfx5210-platform-init.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-juniper_qfx5210-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-juniper-qfx5210_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-juniper-qfx5210_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-juniper_qfx5210-r0/sonic-platform-juniper-qfx5210_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-juniper-qfx5210
(Reading database ... 50546 files and directories currently installed.)
Removing sonic-platform-juniper-qfx5210 (1.1) ...
Purging configuration files for sonic-platform-juniper-qfx5210 (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-silverstone_0.9_amd64.deb
Selecting previously unselected package platform-modules-silverstone.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-silverstone_0.9_amd64.deb ...
Unpacking platform-modules-silverstone (0.9) ...
Setting up platform-modules-silverstone (0.9) ...

Configuration file '/etc/init.d/platform-modules-silverstone', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/modules-load.d/silverstone-modules.conf', does not exist on system.
Installing new config file as you requested.
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Synchronizing state of platform-modules-silverstone.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable platform-modules-silverstone
Created symlink /etc/systemd/system/multi-user.target.wants/platform-modules-silverstone.service → /lib/systemd/system/platform-modules-silverstone.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-cel_silverstone-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-silverstone_0.9_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-silverstone_0.9_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-cel_silverstone-r0/platform-modules-silverstone_0.9_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-silverstone
(Reading database ... 50532 files and directories currently installed.)
Removing platform-modules-silverstone (0.9) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-silverstone (0.9) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-juniper-qfx5200_1.1_amd64.deb
Selecting previously unselected package sonic-platform-juniper-qfx5200.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-juniper-qfx5200_1.1_amd64.deb ...
Unpacking sonic-platform-juniper-qfx5200 (1.1) ...
Setting up sonic-platform-juniper-qfx5200 (1.1) ...

Configuration file '/etc/systemd/system/qfx5200-platform-init.service', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/multi-user.target.wants/qfx5200-platform-init.service → /etc/systemd/system/qfx5200-platform-init.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-juniper_qfx5200-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-juniper-qfx5200_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-juniper-qfx5200_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-juniper_qfx5200-r0/sonic-platform-juniper-qfx5200_1.1_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-juniper-qfx5200
(Reading database ... 50551 files and directories currently installed.)
Removing sonic-platform-juniper-qfx5200 (1.1) ...
Purging configuration files for sonic-platform-juniper-qfx5200 (1.1) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/platform-modules-ragile-ra-b6510-48v8c_1.0_amd64.deb
Selecting previously unselected package platform-modules-ragile-ra-b6510-48v8c.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../platform-modules-ragile-ra-b6510-48v8c_1.0_amd64.deb ...
Unpacking platform-modules-ragile-ra-b6510-48v8c (1.0) ...
Setting up platform-modules-ragile-ra-b6510-48v8c (1.0) ...

Configuration file '/etc/modprobe.d/kernel_drivers_blacklist.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/plat_sysfs_cfg/WB_PLAT_CPLD.cfg', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/plat_sysfs_cfg/WB_PLAT_FAN.cfg', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/plat_sysfs_cfg/WB_PLAT_PSU.cfg', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/plat_sysfs_cfg/WB_PLAT_SFF.cfg', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/plat_sysfs_cfg/cfg_file_name', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/multi-user.target.wants/platform_driver.service → /lib/systemd/system/platform_driver.service.
Created symlink /etc/systemd/system/multi-user.target.wants/platform_process.service → /lib/systemd/system/platform_process.service.
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-ragile_ra-b6510-48v8c-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/platform-modules-ragile-ra-b6510-48v8c_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-ragile-ra-b6510-48v8c_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-ragile_ra-b6510-48v8c-r0/platform-modules-ragile-ra-b6510-48v8c_1.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P platform-modules-ragile-ra-b6510-48v8c
(Reading database ... 50677 files and directories currently installed.)
Removing platform-modules-ragile-ra-b6510-48v8c (1.0) ...
Purging configuration files for platform-modules-ragile-ra-b6510-48v8c (1.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-nokia-chassis_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-chassis.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-nokia-chassis_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-chassis (1.0) ...
Setting up sonic-platform-nokia-chassis (1.0) ...

Configuration file '/etc/modprobe.d/blacklist.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/nokia-watchdog.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/openbdb.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/udev/rules.d/70-persistent-net.rules', does not exist on system.
Installing new config file as you requested.
Created symlink /etc/systemd/system/multi-user.target.wants/nokia-watchdog.service → /etc/systemd/system/nokia-watchdog.service.
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/openbdb.service → /etc/systemd/system/openbdb.service.
Running in chroot, ignoring command 'start'
/usr/local/bin/nokia_install_ndk_service: line 9: /host/machine.conf: No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/nokia-asic-thermal.service → /lib/systemd/system/nokia-asic-thermal.service.
Running in chroot, ignoring command 'daemon-reload'
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7250e_sup-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-nokia-chassis_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-chassis_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7250e_sup-r0/sonic-platform-nokia-chassis_1.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-nokia-chassis
(Reading database ... 50616 files and directories currently installed.)
Removing sonic-platform-nokia-chassis (1.0) ...
Purging configuration files for sonic-platform-nokia-chassis (1.0) ...
dpkg: warning: while removing sonic-platform-nokia-chassis, directory '/opt' not empty so not removed
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-nokia-chassis_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-chassis.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-nokia-chassis_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-chassis (1.0) ...
Setting up sonic-platform-nokia-chassis (1.0) ...

Configuration file '/etc/modprobe.d/blacklist.conf', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/nokia-watchdog.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/systemd/system/openbdb.service', does not exist on system.
Installing new config file as you requested.

Configuration file '/etc/udev/rules.d/70-persistent-net.rules', does not exist on system.
Installing new config file as you requested.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
/usr/local/bin/nokia_install_ndk_service: line 9: /host/machine.conf: No such file or directory
Running in chroot, ignoring command 'daemon-reload'
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7250e_36x400g-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-nokia-chassis_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-chassis_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7250e_36x400g-r0/sonic-platform-nokia-chassis_1.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-nokia-chassis
(Reading database ... 50616 files and directories currently installed.)
Removing sonic-platform-nokia-chassis (1.0) ...
Purging configuration files for sonic-platform-nokia-chassis (1.0) ...
dpkg: warning: while removing sonic-platform-nokia-chassis, directory '/opt' not empty so not removed
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9300-32d.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s9300-32d (1.0.0) ...
Setting up sonic-platform-ufispace-s9300-32d (1.0.0) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service → /lib/systemd/system/pddf-platform-init.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s9300_32d-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s9300_32d-r0/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-ufispace-s9300-32d
(Reading database ... 50532 files and directories currently installed.)
Removing sonic-platform-ufispace-s9300-32d (1.0.0) ...
Purging configuration files for sonic-platform-ufispace-s9300-32d (1.0.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9110-32x.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s9110-32x (1.0.0) ...
Setting up sonic-platform-ufispace-s9110-32x (1.0.0) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s9110_32x-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s9110_32x-r0/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-ufispace-s9110-32x
(Reading database ... 50533 files and directories currently installed.)
Removing sonic-platform-ufispace-s9110-32x (1.0.0) ...
Running in chroot, ignoring command 'stop'
Removed /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service.
Removed /etc/systemd/system/opennsl-modules.service.wants/pddf-platform-init.service.
Purging configuration files for sonic-platform-ufispace-s9110-32x (1.0.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s8901-54xc.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s8901-54xc (1.0.0) ...
Setting up sonic-platform-ufispace-s8901-54xc (1.0.0) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service → /lib/systemd/system/pddf-platform-init.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s8901_54xc-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s8901_54xc-r0/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-ufispace-s8901-54xc
(Reading database ... 50533 files and directories currently installed.)
Removing sonic-platform-ufispace-s8901-54xc (1.0.0) ...
Running in chroot, ignoring command 'stop'
Removed /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service.
Purging configuration files for sonic-platform-ufispace-s8901-54xc (1.0.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s7801-54xs.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s7801-54xs (1.0.0) ...
Setting up sonic-platform-ufispace-s7801-54xs (1.0.0) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service → /lib/systemd/system/pddf-platform-init.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s7801_54xs-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s7801_54xs-r0/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-ufispace-s7801-54xs
(Reading database ... 50533 files and directories currently installed.)
Removing sonic-platform-ufispace-s7801-54xs (1.0.0) ...
Running in chroot, ignoring command 'stop'
Removed /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service.
Purging configuration files for sonic-platform-ufispace-s7801-54xs (1.0.0) ...
+ sudo dpkg --root=./fsroot-broadcom-dnx -i target/debs/bullseye/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s6301-56st.
(Reading database ... 50520 files and directories currently installed.)
Preparing to unpack .../sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s6301-56st (1.0.0) ...
Setting up sonic-platform-ufispace-s6301-56st (1.0.0) ...
depmod: ERROR: could not open directory /lib/modules/5.15.0-119-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service → /lib/systemd/system/pddf-platform-init.service.
Running in chroot, ignoring command 'start'
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s6301_56st-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bullseye/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s6301_56st-r0/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
++ find ./fsroot-broadcom-dnx/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom-dnx/var/cache/apt/archives/partial': Permission denied
+ sudo dpkg --root=./fsroot-broadcom-dnx -P sonic-platform-ufispace-s6301-56st
(Reading database ... 50530 files and directories currently installed.)
Removing sonic-platform-ufispace-s6301-56st (1.0.0) ...
Running in chroot, ignoring command 'stop'
Removed /etc/systemd/system/multi-user.target.wants/pddf-platform-init.service.
Purging configuration files for sonic-platform-ufispace-s6301-56st (1.0.0) ...
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ wc -l
++ grep 'Depends:\|Pre-Depends:'
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-belgite_0.9_amd64.deb
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-dx010_0.9_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-e3224f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-haliburton_0.9_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-n3248pxe_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-n3248te_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-ragile-ra-b6510-48v8c_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-s5212f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-s5224f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-s5232f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-s5248f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-s5296f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-s6000_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-s6100_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-seastone2_0.9_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-silverstone_0.9_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-z9100_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-z9264f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-z9332f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-z9432f_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as4630-54pe_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as4630-54te_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as5712-54x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as5812-54t_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as5812-54x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as5835-54t_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as5835-54x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as6712-32x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as7312-54x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as7312-54xs_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as7315-27xb_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as7326-56x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as7712-32x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as7716-32x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as7716-32xb_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as7726-32x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as7816-64x_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as9716-32d_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-as9726-32d_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-accton-minipack_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-juniper-qfx5200_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-juniper-qfx5210_1.1_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-nokia-chassis_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-quanta-ix7-32x_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-quanta-ix8-56x_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-quanta-ix9-32x_1.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
+ '[' 23 -gt 0 ']'
+ cd ./fsroot-broadcom-dnx/platform/common
+ sudo dpkg-scanpackages .
+ sudo gzip
+ sudo tee Packages.gz
dpkg-scanpackages: info: Wrote 59 entries to output Packages file.
+ sudo rm -f ./fsroot-broadcom-dnx/etc/ssh/ssh_host_ecdsa_key ./fsroot-broadcom-dnx/etc/ssh/ssh_host_ecdsa_key.pub ./fsroot-broadcom-dnx/etc/ssh/ssh_host_ed25519_key ./fsroot-broadcom-dnx/etc/ssh/ssh_host_ed25519_key.pub ./fsroot-broadcom-dnx/etc/ssh/ssh_host_rsa_key ./fsroot-broadcom-dnx/etc/ssh/ssh_host_rsa_key.pub
+ sudo rm -f ./fsroot-broadcom-dnx/usr/sbin/policy-rc.d
+ sudo cp files/image_config/fstrim/fstrim.service files/image_config/fstrim/fstrim.timer ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl enable fstrim.timer
Created symlink /etc/systemd/system/multi-user.target.wants/fstrim.timer -> /lib/systemd/system/fstrim.timer.
+ sudo cp files/image_config/platform/rc.local ./fsroot-broadcom-dnx/etc/
+ sudo cp files/image_config/platform/linux_kernel_bde.conf ./fsroot-broadcom-dnx/etc/modprobe.d/
+ [[ n == y ]]
+ [[ n == y ]]
+ sudo mount proc /proc -t proc
+ [[ amd64 == armhf ]]
+ sudo mkdir ./fsroot-broadcom-dnx/target
+ sudo mount --bind target ./fsroot-broadcom-dnx/target
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker info
Client: Docker Engine - Community
 Version:    24.0.2
 Context:    default
 Debug Mode: false

Server:
 Containers: 0
  Running: 0
  Paused: 0
  Stopped: 0
 Images: 0
 Server Version: 24.0.2
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 1
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
 runc version: v1.1.7-0-g860f061
 init version: de40ad0
 Security Options:
  seccomp
   Profile: builtin
 Kernel Version: 5.15.0-119-generic
 Operating System: Debian GNU/Linux 11 (bullseye) (containerized)
 OSType: linux
 Architecture: x86_64
 CPUs: 112
 Total Memory: 503.3GiB
 Name: 99a02ea5332d
 ID: 1be6f8a6-1db4-4e87-81bf-80780cd59939
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

WARNING: No cpu cfs quota support
WARNING: No cpu cfs period support
WARNING: No cpu shares support
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-database.gz
Loaded image: docker-database:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-database:latest docker-database:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-database:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "database"
  },
  "service": {
    "name": "database",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-eventd.gz
Loaded image: docker-eventd:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-eventd:latest docker-eventd:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-eventd:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "eventd"
  },
  "service": {
    "name": "eventd",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-fpm-frr.gz
Loaded image: docker-fpm-frr:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-fpm-frr:latest docker-fpm-frr:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-fpm-frr:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "fpm-frr"
  },
  "service": {
    "name": "bgp",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": false,
    "warm-shutdown": {
      "after": [
        "radv"
      ],
      "before": [
        "swss"
      ]
    },
    "fast-shutdown": {
      "after": [
        "radv"
      ],
      "before": [
        "swss"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-sonic-gnmi.gz
Loaded image: docker-sonic-gnmi:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-sonic-gnmi:latest docker-sonic-gnmi:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-sonic-gnmi:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "gnmi"
  },
  "service": {
    "name": "gnmi",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-lldp.gz
Loaded image: docker-lldp:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-lldp:latest docker-lldp:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-lldp:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "lldp"
  },
  "service": {
    "name": "lldp",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "fast-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-mux.gz
Loaded image: docker-mux:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-mux:latest docker-mux:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-mux:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "mux"
  },
  "service": {
    "name": "mux",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "fast-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-nat.gz
Loaded image: docker-nat:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-nat:latest docker-nat:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-nat:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "nat"
  },
  "service": {
    "name": "nat",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "fast-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-orchagent.gz
Loaded image: docker-orchagent:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-orchagent:latest docker-orchagent:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-orchagent:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "swss"
  },
  "service": {
    "name": "swss",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": false,
    "warm-shutdown": {
      "after": [],
      "before": [
        "syncd"
      ]
    },
    "fast-shutdown": {
      "after": [],
      "before": [
        "syncd"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-platform-monitor.gz
Loaded image: docker-platform-monitor:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-platform-monitor:latest docker-platform-monitor:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-platform-monitor:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "pmon"
  },
  "service": {
    "name": "pmon",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-router-advertiser.gz
Loaded image: docker-router-advertiser:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-router-advertiser:latest docker-router-advertiser:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-router-advertiser:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "radv"
  },
  "service": {
    "name": "radv",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "fast-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-sflow.gz
Loaded image: docker-sflow:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-sflow:latest docker-sflow:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-sflow:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "sflow"
  },
  "service": {
    "name": "sflow",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "fast-shutdown": {
      "after": [],
      "before": [
        "swss"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-snmp.gz
Loaded image: docker-snmp:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-snmp:latest docker-snmp:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-snmp:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "snmp"
  },
  "service": {
    "name": "snmp",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-sonic-mgmt-framework.gz
Loaded image: docker-sonic-mgmt-framework:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-sonic-mgmt-framework:latest docker-sonic-mgmt-framework:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-sonic-mgmt-framework:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "mgmt-framework"
  },
  "service": {
    "name": "mgmt-framework",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": false,
    "host-service": true,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-teamd.gz
Loaded image: docker-teamd:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-teamd:latest docker-teamd:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-teamd:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "teamd"
  },
  "service": {
    "name": "teamd",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": false,
    "warm-shutdown": {
      "after": [
        "swss"
      ],
      "before": [
        "syncd"
      ]
    },
    "fast-shutdown": {
      "after": [
        "swss"
      ],
      "before": [
        "syncd"
      ]
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z broadcom ]]
+ [[ -n broadcom ]]
+ [[ broadcom-dnx == \b\r\o\a\d\c\o\m ]]
+ [[ -z broadcom-dnx ]]
+ [[ -n broadcom-dnx ]]
+ [[ broadcom-dnx == \b\r\o\a\d\c\o\m\-\d\n\x ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-syncd-brcm-dnx.gz
Loaded image: docker-syncd-brcm-dnx:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-syncd-brcm-dnx:latest docker-syncd-brcm-dnx:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-syncd-brcm-dnx:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "syncd-dnx"
  },
  "service": {
    "name": "syncd",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": false,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-gbsyncd-credo.gz
Loaded image: docker-gbsyncd-credo:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-gbsyncd-credo:latest docker-gbsyncd-credo:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-gbsyncd-credo:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "gbsyncd"
  },
  "service": {
    "name": "gbsyncd",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": false,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ [[ -z '' ]]
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker load -i target/docker-gbsyncd-broncos.gz
Loaded image: docker-gbsyncd-broncos:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-gbsyncd-broncos:latest docker-gbsyncd-broncos:etri-202311.98-8b0576444
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-gbsyncd-broncos:latest
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ jq -e . /tmp/manifest.json
{
  "version": "1.0.0",
  "package": {
    "version": "1.0.0",
    "depends": [],
    "name": "gbsyncd-broncos"
  },
  "service": {
    "name": "gbsyncd",
    "requires": [],
    "after": [],
    "before": [],
    "dependent-of": [],
    "asic-service": true,
    "host-service": false,
    "warm-shutdown": {
      "after": [],
      "before": []
    },
    "fast-shutdown": {
      "after": [],
      "before": []
    },
    "syslog": {
      "support-rate-limit": true
    }
  },
  "container": {
    "privileged": false,
    "volumes": [],
    "tmpfs": []
  },
  "cli": {
    "config": "",
    "show": "",
    "clear": ""
  }
}
+ SONIC_PACKAGE_MANAGER_FOLDER=/var/lib/sonic-package-manager/
+ sudo mkdir -p ./fsroot-broadcom-dnx//var/lib/sonic-package-manager/
+ target_machine=broadcom-dnx
+ j2 files/build_templates/packages.json.j2
+ sudo tee ./fsroot-broadcom-dnx//var/lib/sonic-package-manager//packages.json
{
"database": {
        "repository": "docker-database",
        "description": "SONiC database package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"eventd": {
        "repository": "docker-eventd",
        "description": "SONiC eventd package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"fpm-frr": {
        "repository": "docker-fpm-frr",
        "description": "SONiC fpm-frr package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"gnmi": {
        "repository": "docker-sonic-gnmi",
        "description": "SONiC gnmi package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"lldp": {
        "repository": "docker-lldp",
        "description": "SONiC lldp package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"mux": {
        "repository": "docker-mux",
        "description": "SONiC mux package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"nat": {
        "repository": "docker-nat",
        "description": "SONiC nat package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"swss": {
        "repository": "docker-orchagent",
        "description": "SONiC swss package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"pmon": {
        "repository": "docker-platform-monitor",
        "description": "SONiC pmon package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"radv": {
        "repository": "docker-router-advertiser",
        "description": "SONiC radv package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"sflow": {
        "repository": "docker-sflow",
        "description": "SONiC sflow package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"snmp": {
        "repository": "docker-snmp",
        "description": "SONiC snmp package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"mgmt-framework": {
        "repository": "docker-sonic-mgmt-framework",
        "description": "SONiC mgmt-framework package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"teamd": {
        "repository": "docker-teamd",
        "description": "SONiC teamd package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"syncd-dnx": {
        "repository": "docker-syncd-brcm-dnx",
        "description": "SONiC syncd-dnx package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"gbsyncd": {
        "repository": "docker-gbsyncd-credo",
        "description": "SONiC gbsyncd package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    },
"gbsyncd-broncos": {
        "repository": "docker-gbsyncd-broncos",
        "description": "SONiC gbsyncd-broncos package",
        "default-reference": "1.0.0",
        "installed-version": "1.0.0",
        "built-in": true,
        "installed": true
    }

}
+ '[' 0 '!=' 0 ']'
+ sudo cp files/build_templates/docker_image_ctl.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/docker_image_ctl.j2
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx /usr/local/bin/generate_shutdown_order.py
installed packages {'database': Package(entry=PackageEntry(name='database', repository='docker-database', description='SONiC database package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'database', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'database', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'eventd': Package(entry=PackageEntry(name='eventd', repository='docker-eventd', description='SONiC eventd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'eventd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'eventd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'fpm-frr': Package(entry=PackageEntry(name='fpm-frr', repository='docker-fpm-frr', description='SONiC fpm-frr package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'fpm-frr', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'bgp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': ['radv'], 'before': ['swss']}, 'fast-shutdown': {'after': ['radv'], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gnmi': Package(entry=PackageEntry(name='gnmi', repository='docker-sonic-gnmi', description='SONiC gnmi package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gnmi', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gnmi', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'lldp': Package(entry=PackageEntry(name='lldp', repository='docker-lldp', description='SONiC lldp package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'lldp', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'lldp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'mux': Package(entry=PackageEntry(name='mux', repository='docker-mux', description='SONiC mux package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'mux', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'mux', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'nat': Package(entry=PackageEntry(name='nat', repository='docker-nat', description='SONiC nat package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'nat', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'nat', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'swss': Package(entry=PackageEntry(name='swss', repository='docker-orchagent', description='SONiC swss package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'swss', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'swss', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['syncd']}, 'fast-shutdown': {'after': [], 'before': ['syncd']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'pmon': Package(entry=PackageEntry(name='pmon', repository='docker-platform-monitor', description='SONiC pmon package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'pmon', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'pmon', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'radv': Package(entry=PackageEntry(name='radv', repository='docker-router-advertiser', description='SONiC radv package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'radv', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'radv', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'sflow': Package(entry=PackageEntry(name='sflow', repository='docker-sflow', description='SONiC sflow package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'sflow', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'sflow', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': ['swss']}, 'fast-shutdown': {'after': [], 'before': ['swss']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'snmp': Package(entry=PackageEntry(name='snmp', repository='docker-snmp', description='SONiC snmp package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'snmp', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'snmp', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'mgmt-framework': Package(entry=PackageEntry(name='mgmt-framework', repository='docker-sonic-mgmt-framework', description='SONiC mgmt-framework package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'mgmt-framework', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'mgmt-framework', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': True, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'teamd': Package(entry=PackageEntry(name='teamd', repository='docker-teamd', description='SONiC teamd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'teamd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'teamd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': ['swss'], 'before': ['syncd']}, 'fast-shutdown': {'after': ['swss'], 'before': ['syncd']}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'syncd-dnx': Package(entry=PackageEntry(name='syncd-dnx', repository='docker-syncd-brcm-dnx', description='SONiC syncd-dnx package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'syncd-dnx', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'syncd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gbsyncd': Package(entry=PackageEntry(name='gbsyncd', repository='docker-gbsyncd-credo', description='SONiC gbsyncd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gbsyncd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gbsyncd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), 'gbsyncd-broncos': Package(entry=PackageEntry(name='gbsyncd-broncos', repository='docker-gbsyncd-broncos', description='SONiC gbsyncd-broncos package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gbsyncd-broncos', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gbsyncd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': True, 'host-service': False, 'delayed': False, 'check_up_status': False, 'warm-shutdown': {'after': [], 'before': []}, 'fast-shutdown': {'after': [], 'before': []}, 'syslog': {'support-rate-limit': True}}, 'container': {'privileged': False, 'volumes': [], 'mounts': [], 'environment': {}, 'tmpfs': []}, 'processes': [], 'cli': {'mandatory': False, 'show': [''], 'config': [''], 'clear': [''], 'auto-generate-show': False, 'auto-generate-config': False, 'auto-generate-show-source-yang-modules': [], 'auto-generate-config-source-yang-modules': []}}, components={'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[]))}
Done.
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx sonic-package-manager install --from-tarball target/docker-dhcp-relay.gz -y -v DEBUG --enable
debug: No YANG modules found
debug: No YANG modules found
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "database"\n    },\n    "service": {\n        "name": "database",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "eventd"\n    },\n    "service": {\n        "name": "eventd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "fpm-frr"\n    },\n    "service": {\n        "name": "bgp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gnmi"\n    },\n    "service": {\n        "name": "gnmi",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "lldp"\n    },\n    "service": {\n        "name": "lldp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mux"\n    },\n    "service": {\n        "name": "mux",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "nat"\n    },\n    "service": {\n        "name": "nat",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "swss"\n    },\n    "service": {\n        "name": "swss",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "pmon"\n    },\n    "service": {\n        "name": "pmon",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "radv"\n    },\n    "service": {\n        "name": "radv",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "sflow"\n    },\n    "service": {\n        "name": "sflow",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "snmp"\n    },\n    "service": {\n        "name": "snmp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mgmt-framework"\n    },\n    "service": {\n        "name": "mgmt-framework",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "teamd"\n    },\n    "service": {\n        "name": "teamd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-syncd-brcm-dnx:latest
debug: image docker-syncd-brcm-dnx:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "syncd-dnx"\n    },\n    "service": {\n        "name": "syncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-credo:latest
debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-broncos:latest
debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd-broncos"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: checking dependencies for database
debug: checking conflicts for database
debug: checking dependencies for eventd
debug: checking conflicts for eventd
debug: checking dependencies for fpm-frr
debug: checking conflicts for fpm-frr
debug: checking dependencies for gnmi
debug: checking conflicts for gnmi
debug: checking dependencies for lldp
debug: checking conflicts for lldp
debug: checking dependencies for mux
debug: checking conflicts for mux
debug: checking dependencies for nat
debug: checking conflicts for nat
debug: checking dependencies for swss
debug: checking conflicts for swss
debug: checking dependencies for pmon
debug: checking conflicts for pmon
debug: checking dependencies for radv
debug: checking conflicts for radv
debug: checking dependencies for sflow
debug: checking conflicts for sflow
debug: checking dependencies for snmp
debug: checking conflicts for snmp
debug: checking dependencies for mgmt-framework
debug: checking conflicts for mgmt-framework
debug: checking dependencies for teamd
debug: checking conflicts for teamd
debug: checking dependencies for syncd-dnx
debug: checking conflicts for syncd-dnx
debug: checking dependencies for gbsyncd
debug: checking conflicts for gbsyncd
debug: checking dependencies for gbsyncd-broncos
debug: checking conflicts for gbsyncd-broncos
debug: checking dependencies for dhcp-relay
debug: dependency package is installed database: 1.0.0
debug: dependency package database: component libswsscommon version is 1.0.0
debug: checking conflicts for dhcp-relay
debug: loading image from target/docker-dhcp-relay.gz
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 131072, 'total': 10037248}, 'progress': '[>                                                  ]  131.1kB/10.04MB', 'id': '21b5730d30d9'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 7733248, 'total': 10037248}, 'progress': '[======================================>            ]  7.733MB/10.04MB', 'id': '21b5730d30d9'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 10037248, 'total': 10037248}, 'progress': '[==================================================>]  10.04MB/10.04MB', 'id': '21b5730d30d9'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>]  1.536kB/1.536kB', 'id': '7c869aea8cd5'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>]  1.536kB/1.536kB', 'id': '7c869aea8cd5'}
debug: pull status: {'stream': 'Loaded image: docker-dhcp-relay:latest\n'}
debug: Loaded image docker-dhcp-relay:latest
debug: Rendering /usr/share/sonic/templates/docker_image_ctl.j2 to /usr/bin/dhcp_relay.sh with {
debug:     'docker_container_name': 'dhcp_relay',
debug:     'docker_image_id':
debug:         'sha256:'
debug:         '8cc3b156adb8735157dc277fd7e77959c70e5efe24879c7c4e0e47195f5bd504',
debug:     'docker_image_run_opt':
debug:         '-t -v /etc/sonic:/etc/sonic:ro -v /etc/timezone:/etc/timezone:ro '
debug:         '--tmpfs /tmp/ --tmpfs /var/tmp/'
debug: }
generated /usr/bin/dhcp_relay.sh
debug: Rendering /usr/share/sonic/templates/service_mgmt.sh.j2 to /usr/local/bin/dhcp_relay.sh with {
debug:     'source': '/usr/share/sonic/templates/service_mgmt.sh.j2',
debug:     'manifest': {
debug:         'version': '1.0.0',
debug:         'package': {
debug:             'version': '1.0.0',
debug:             'name': 'dhcp-relay',
debug:             'description': '',
debug:             'base-os': {},
debug:             'depends': [
debug:                 {
debug:                     'name': 'database',
debug:                     'version': '^1.0.0',
debug:                     'components': {}
debug:                 }
debug:             ],
debug:             'breaks': [],
debug:             'init-cfg': {},
debug:             'changelog': {},
debug:             'debug-dump': ''
debug:         },
debug:         'service': {
debug:             'name': 'dhcp_relay',
debug:             'requires': ['updategraph'],
debug:             'requisite': [],
debug:             'wanted-by': [],
debug:             'after': ['swss', 'syncd', 'teamd'],
debug:             'before': ['ntp-config'],
debug:             'dependent': [],
debug:             'dependent-of': ['swss'],
debug:             'post-start-action': '',
debug:             'pre-shutdown-action': '',
debug:             'asic-service': False,
debug:             'host-service': True,
debug:             'delayed': False,
debug:             'check_up_status': False,
debug:             'warm-shutdown': {'after': [], 'before': []},
debug:             'fast-shutdown': {'after': [], 'before': []},
debug:             'syslog': {'support-rate-limit': True}
debug:         },
debug:         'container': {
debug:             'privileged': False,
debug:             'volumes': [
debug:                 '/etc/sonic:/etc/sonic:ro',
debug:                 '/etc/timezone:/etc/timezone:ro'
debug:             ],
debug:             'mounts': [],
debug:             'environment': {},
debug:             'tmpfs': ['/tmp/', '/var/tmp/']
debug:         },
debug:         'processes': [],
debug:         'cli': {
debug:             'mandatory': False,
debug:             'show': ['/cli/show/plugins/show_dhcp_relay.py'],
debug:             'config': ['/cli/config/plugins/dhcp_relay.py'],
debug:             'clear': ['/cli/clear/plugins/clear_dhcp6relay_counter.py'],
debug:             'auto-generate-show': False,
debug:             'auto-generate-config': False,
debug:             'auto-generate-show-source-yang-modules': [],
debug:             'auto-generate-config-source-yang-modules': []
debug:         }
debug:     },
debug:     'multi_instance_services': [
debug:         'bgp',
debug:         'database',
debug:         'swss',
debug:         'syncd',
debug:         'teamd'
debug:     ]
debug: }
generated /usr/local/bin/dhcp_relay.sh
debug: Rendering /usr/share/sonic/templates/sonic.service.j2 to /usr/lib/systemd/system/dhcp_relay.service with {
debug:     'source': '/usr/share/sonic/templates/sonic.service.j2',
debug:     'manifest': {
debug:         'version': '1.0.0',
debug:         'package': {
debug:             'version': '1.0.0',
debug:             'name': 'dhcp-relay',
debug:             'description': '',
debug:             'base-os': {},
debug:             'depends': [
debug:                 {
debug:                     'name': 'database',
debug:                     'version': '^1.0.0',
debug:                     'components': {}
debug:                 }
debug:             ],
debug:             'breaks': [],
debug:             'init-cfg': {},
debug:             'changelog': {},
debug:             'debug-dump': ''
debug:         },
debug:         'service': {
debug:             'name': 'dhcp_relay',
debug:             'requires': ['updategraph'],
debug:             'requisite': [],
debug:             'wanted-by': [],
debug:             'after': ['swss', 'syncd', 'teamd'],
debug:             'before': ['ntp-config'],
debug:             'dependent': [],
debug:             'dependent-of': ['swss'],
debug:             'post-start-action': '',
debug:             'pre-shutdown-action': '',
debug:             'asic-service': False,
debug:             'host-service': True,
debug:             'delayed': False,
debug:             'check_up_status': False,
debug:             'warm-shutdown': {'after': [], 'before': []},
debug:             'fast-shutdown': {'after': [], 'before': []},
debug:             'syslog': {'support-rate-limit': True}
debug:         },
debug:         'container': {
debug:             'privileged': False,
debug:             'volumes': [
debug:                 '/etc/sonic:/etc/sonic:ro',
debug:                 '/etc/timezone:/etc/timezone:ro'
debug:             ],
debug:             'mounts': [],
debug:             'environment': {},
debug:             'tmpfs': ['/tmp/', '/var/tmp/']
debug:         },
debug:         'processes': [],
debug:         'cli': {
debug:             'mandatory': False,
debug:             'show': ['/cli/show/plugins/show_dhcp_relay.py'],
debug:             'config': ['/cli/config/plugins/dhcp_relay.py'],
debug:             'clear': ['/cli/clear/plugins/clear_dhcp6relay_counter.py'],
debug:             'auto-generate-show': False,
debug:             'auto-generate-config': False,
debug:             'auto-generate-show-source-yang-modules': [],
debug:             'auto-generate-config-source-yang-modules': []
debug:         }
debug:     },
debug:     'multi_instance': False,
debug:     'multi_instance_services': [
debug:         'bgp',
debug:         'database',
debug:         'swss',
debug:         'syncd',
debug:         'teamd'
debug:     ]
debug: }
generated /usr/lib/systemd/system/dhcp_relay.service
dhcp_relay entry is added to AUTO_TECHSUPPORT_FEATURE table
dhcp_relay entry is added to SYSLOG_CONFIG_FEATURE table
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "database"\n    },\n    "service": {\n        "name": "database",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "eventd"\n    },\n    "service": {\n        "name": "eventd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "fpm-frr"\n    },\n    "service": {\n        "name": "bgp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gnmi"\n    },\n    "service": {\n        "name": "gnmi",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "lldp"\n    },\n    "service": {\n        "name": "lldp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mux"\n    },\n    "service": {\n        "name": "mux",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "nat"\n    },\n    "service": {\n        "name": "nat",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "swss"\n    },\n    "service": {\n        "name": "swss",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "pmon"\n    },\n    "service": {\n        "name": "pmon",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "radv"\n    },\n    "service": {\n        "name": "radv",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "sflow"\n    },\n    "service": {\n        "name": "sflow",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "snmp"\n    },\n    "service": {\n        "name": "snmp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mgmt-framework"\n    },\n    "service": {\n        "name": "mgmt-framework",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "teamd"\n    },\n    "service": {\n        "name": "teamd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-syncd-brcm-dnx:latest
debug: image docker-syncd-brcm-dnx:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "syncd-dnx"\n    },\n    "service": {\n        "name": "syncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-credo:latest
debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-broncos:latest
debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd-broncos"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: shutdown graph collections.defaultdict(
debug:     set,
debug:     {
debug:         'bgp': {'radv'},
debug:         'swss': {'mux', 'sflow', 'nat', 'lldp', 'bgp', 'radv'},
debug:         'lldp': set(),
debug:         'mux': set(),
debug:         'nat': set(),
debug:         'syncd': {'swss', 'teamd'},
debug:         'radv': set(),
debug:         'sflow': set(),
debug:         'teamd': {'swss'}
debug:     }
debug: )
debug: shutdown order [
debug:     'lldp',
debug:     'mux',
debug:     'nat',
debug:     'radv',
debug:     'sflow',
debug:     'bgp',
debug:     'swss',
debug:     'teamd',
debug:     'syncd'
debug: ]
debug: shutdown graph collections.defaultdict(
debug:     set,
debug:     {
debug:         'bgp': {'radv'},
debug:         'swss': {'mux', 'sflow', 'nat', 'lldp', 'bgp', 'radv'},
debug:         'lldp': set(),
debug:         'mux': set(),
debug:         'nat': set(),
debug:         'syncd': {'swss', 'teamd'},
debug:         'radv': set(),
debug:         'sflow': set(),
debug:         'teamd': {'swss'}
debug:     }
debug: )
debug: shutdown order [
debug:     'lldp',
debug:     'mux',
debug:     'nat',
debug:     'radv',
debug:     'sflow',
debug:     'bgp',
debug:     'swss',
debug:     'teamd',
debug:     'syncd'
debug: ]
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "database"\n    },\n    "service": {\n        "name": "database",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "eventd"\n    },\n    "service": {\n        "name": "eventd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "fpm-frr"\n    },\n    "service": {\n        "name": "bgp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gnmi"\n    },\n    "service": {\n        "name": "gnmi",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "lldp"\n    },\n    "service": {\n        "name": "lldp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mux"\n    },\n    "service": {\n        "name": "mux",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "nat"\n    },\n    "service": {\n        "name": "nat",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "swss"\n    },\n    "service": {\n        "name": "swss",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "pmon"\n    },\n    "service": {\n        "name": "pmon",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "radv"\n    },\n    "service": {\n        "name": "radv",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "sflow"\n    },\n    "service": {\n        "name": "sflow",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "snmp"\n    },\n    "service": {\n        "name": "snmp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mgmt-framework"\n    },\n    "service": {\n        "name": "mgmt-framework",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "teamd"\n    },\n    "service": {\n        "name": "teamd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-syncd-brcm-dnx:latest
debug: image docker-syncd-brcm-dnx:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "syncd-dnx"\n    },\n    "service": {\n        "name": "syncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-credo:latest
debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-broncos:latest
debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd-broncos"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx sonic-package-manager install --from-tarball target/docker-macsec.gz -y -v DEBUG --enable
debug: No YANG modules found
debug: No YANG modules found
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "database"\n    },\n    "service": {\n        "name": "database",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "eventd"\n    },\n    "service": {\n        "name": "eventd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "fpm-frr"\n    },\n    "service": {\n        "name": "bgp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gnmi"\n    },\n    "service": {\n        "name": "gnmi",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "lldp"\n    },\n    "service": {\n        "name": "lldp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mux"\n    },\n    "service": {\n        "name": "mux",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "nat"\n    },\n    "service": {\n        "name": "nat",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "swss"\n    },\n    "service": {\n        "name": "swss",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "pmon"\n    },\n    "service": {\n        "name": "pmon",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "radv"\n    },\n    "service": {\n        "name": "radv",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "sflow"\n    },\n    "service": {\n        "name": "sflow",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "snmp"\n    },\n    "service": {\n        "name": "snmp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mgmt-framework"\n    },\n    "service": {\n        "name": "mgmt-framework",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "teamd"\n    },\n    "service": {\n        "name": "teamd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-syncd-brcm-dnx:latest
debug: image docker-syncd-brcm-dnx:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "syncd-dnx"\n    },\n    "service": {\n        "name": "syncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-credo:latest
debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-broncos:latest
debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd-broncos"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels sha256:8cc3b156adb8735157dc277fd7e77959c70e5efe24879c7c4e0e47195f5bd504
debug: image sha256:8cc3b156adb8735157dc277fd7e77959c70e5efe24879c7c4e0e47195f5bd504 labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": ["database^1.0.0"],\n        "name": "dhcp-relay"\n    },\n    "service": {\n        "name": "dhcp_relay",\n        "requires": ["updategraph"],\n        "after": ["swss", "syncd", "teamd"],\n        "before": ["ntp-config"],\n        "dependent-of": ["swss"],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/timezone:/etc/timezone:ro"],\n        "tmpfs": ["/tmp/", "/var/tmp/"]\n    },\n    "cli": {\n        "config": "/cli/config/plugins/dhcp_relay.py",\n        "show": "/cli/show/plugins/show_dhcp_relay.py",\n        "clear": "/cli/clear/plugins/clear_dhcp6relay_counter.py"\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: checking dependencies for database
debug: checking conflicts for database
debug: checking dependencies for eventd
debug: checking conflicts for eventd
debug: checking dependencies for fpm-frr
debug: checking conflicts for fpm-frr
debug: checking dependencies for gnmi
debug: checking conflicts for gnmi
debug: checking dependencies for lldp
debug: checking conflicts for lldp
debug: checking dependencies for mux
debug: checking conflicts for mux
debug: checking dependencies for nat
debug: checking conflicts for nat
debug: checking dependencies for swss
debug: checking conflicts for swss
debug: checking dependencies for pmon
debug: checking conflicts for pmon
debug: checking dependencies for radv
debug: checking conflicts for radv
debug: checking dependencies for sflow
debug: checking conflicts for sflow
debug: checking dependencies for snmp
debug: checking conflicts for snmp
debug: checking dependencies for mgmt-framework
debug: checking conflicts for mgmt-framework
debug: checking dependencies for teamd
debug: checking conflicts for teamd
debug: checking dependencies for syncd-dnx
debug: checking conflicts for syncd-dnx
debug: checking dependencies for gbsyncd
debug: checking conflicts for gbsyncd
debug: checking dependencies for gbsyncd-broncos
debug: checking conflicts for gbsyncd-broncos
debug: checking dependencies for dhcp-relay
debug: dependency package is installed database: 1.0.0
debug: dependency package database: component libswsscommon version is 1.0.0
debug: checking conflicts for dhcp-relay
debug: checking dependencies for macsec
debug: checking conflicts for macsec
debug: loading image from target/docker-macsec.gz
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 327680, 'total': 29602816}, 'progress': '[>                                                  ]  327.7kB/29.6MB', 'id': '5b1b2b6685e2'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 15400960, 'total': 29602816}, 'progress': '[==========================>                        ]   15.4MB/29.6MB', 'id': '5b1b2b6685e2'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 26214400, 'total': 29602816}, 'progress': '[============================================>      ]  26.21MB/29.6MB', 'id': '5b1b2b6685e2'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 29602816, 'total': 29602816}, 'progress': '[==================================================>]   29.6MB/29.6MB', 'id': '5b1b2b6685e2'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>]  1.536kB/1.536kB', 'id': '2645e630c210'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 1536, 'total': 1536}, 'progress': '[==================================================>]  1.536kB/1.536kB', 'id': '2645e630c210'}
debug: pull status: {'stream': 'Loaded image: docker-macsec:latest\n'}
debug: Loaded image docker-macsec:latest
debug: Rendering /usr/share/sonic/templates/docker_image_ctl.j2 to /usr/bin/macsec.sh with {
debug:     'docker_container_name': 'macsec',
debug:     'docker_image_id':
debug:         'sha256:'
debug:         '400eb0ffc7208168b9c26bee02b802a48b9b742e54e4262e64516bc2bf4f458b',
debug:     'docker_image_run_opt':
debug:         '-t -v /etc/sonic:/etc/sonic:ro -v /etc/timezone:/etc/timezone:ro -v '
debug:         '/host/warmboot:/var/warmboot'
debug: }
generated /usr/bin/macsec.sh
debug: Rendering /usr/share/sonic/templates/service_mgmt.sh.j2 to /usr/local/bin/macsec.sh with {
debug:     'source': '/usr/share/sonic/templates/service_mgmt.sh.j2',
debug:     'manifest': {
debug:         'version': '1.0.0',
debug:         'package': {
debug:             'version': '1.0.0',
debug:             'name': 'macsec',
debug:             'description': '',
debug:             'base-os': {},
debug:             'depends': [],
debug:             'breaks': [],
debug:             'init-cfg': {},
debug:             'changelog': {},
debug:             'debug-dump': ''
debug:         },
debug:         'service': {
debug:             'name': 'macsec',
debug:             'requires': ['updategraph'],
debug:             'requisite': [],
debug:             'wanted-by': [],
debug:             'after': ['swss', 'syncd'],
debug:             'before': [],
debug:             'dependent': [],
debug:             'dependent-of': [],
debug:             'post-start-action': '',
debug:             'pre-shutdown-action': '',
debug:             'asic-service': True,
debug:             'host-service': False,
debug:             'delayed': False,
debug:             'check_up_status': False,
debug:             'warm-shutdown': {'after': [], 'before': []},
debug:             'fast-shutdown': {'after': [], 'before': []},
debug:             'syslog': {'support-rate-limit': True}
debug:         },
debug:         'container': {
debug:             'privileged': False,
debug:             'volumes': [
debug:                 '/etc/sonic:/etc/sonic:ro',
debug:                 '/etc/timezone:/etc/timezone:ro',
debug:                 '/host/warmboot:/var/warmboot'
debug:             ],
debug:             'mounts': [],
debug:             'environment': {},
debug:             'tmpfs': []
debug:         },
debug:         'processes': [],
debug:         'cli': {
debug:             'mandatory': False,
debug:             'show': ['/cli/show/plugins/show_macsec.py'],
debug:             'config': ['/cli/config/plugins/macsec.py'],
debug:             'clear': ['/cli/clear/plugins/clear_macsec_counter.py'],
debug:             'auto-generate-show': False,
debug:             'auto-generate-config': False,
debug:             'auto-generate-show-source-yang-modules': [],
debug:             'auto-generate-config-source-yang-modules': []
debug:         }
debug:     },
debug:     'multi_instance_services': [
debug:         'bgp',
debug:         'database',
debug:         'swss',
debug:         'syncd',
debug:         'teamd'
debug:     ]
debug: }
generated /usr/local/bin/macsec.sh
debug: Rendering /usr/share/sonic/templates/sonic.service.j2 to /usr/lib/systemd/system/macsec.service with {
debug:     'source': '/usr/share/sonic/templates/sonic.service.j2',
debug:     'manifest': {
debug:         'version': '1.0.0',
debug:         'package': {
debug:             'version': '1.0.0',
debug:             'name': 'macsec',
debug:             'description': '',
debug:             'base-os': {},
debug:             'depends': [],
debug:             'breaks': [],
debug:             'init-cfg': {},
debug:             'changelog': {},
debug:             'debug-dump': ''
debug:         },
debug:         'service': {
debug:             'name': 'macsec',
debug:             'requires': ['updategraph'],
debug:             'requisite': [],
debug:             'wanted-by': [],
debug:             'after': ['swss', 'syncd'],
debug:             'before': [],
debug:             'dependent': [],
debug:             'dependent-of': [],
debug:             'post-start-action': '',
debug:             'pre-shutdown-action': '',
debug:             'asic-service': True,
debug:             'host-service': False,
debug:             'delayed': False,
debug:             'check_up_status': False,
debug:             'warm-shutdown': {'after': [], 'before': []},
debug:             'fast-shutdown': {'after': [], 'before': []},
debug:             'syslog': {'support-rate-limit': True}
debug:         },
debug:         'container': {
debug:             'privileged': False,
debug:             'volumes': [
debug:                 '/etc/sonic:/etc/sonic:ro',
debug:                 '/etc/timezone:/etc/timezone:ro',
debug:                 '/host/warmboot:/var/warmboot'
debug:             ],
debug:             'mounts': [],
debug:             'environment': {},
debug:             'tmpfs': []
debug:         },
debug:         'processes': [],
debug:         'cli': {
debug:             'mandatory': False,
debug:             'show': ['/cli/show/plugins/show_macsec.py'],
debug:             'config': ['/cli/config/plugins/macsec.py'],
debug:             'clear': ['/cli/clear/plugins/clear_macsec_counter.py'],
debug:             'auto-generate-show': False,
debug:             'auto-generate-config': False,
debug:             'auto-generate-show-source-yang-modules': [],
debug:             'auto-generate-config-source-yang-modules': []
debug:         }
debug:     },
debug:     'multi_instance': False,
debug:     'multi_instance_services': [
debug:         'bgp',
debug:         'database',
debug:         'swss',
debug:         'syncd',
debug:         'teamd'
debug:     ]
debug: }
generated /usr/lib/systemd/system/macsec.service
debug: Rendering /usr/share/sonic/templates/sonic.service.j2 to /usr/lib/systemd/system/macsec@.service with {
debug:     'source': '/usr/share/sonic/templates/sonic.service.j2',
debug:     'manifest': {
debug:         'version': '1.0.0',
debug:         'package': {
debug:             'version': '1.0.0',
debug:             'name': 'macsec',
debug:             'description': '',
debug:             'base-os': {},
debug:             'depends': [],
debug:             'breaks': [],
debug:             'init-cfg': {},
debug:             'changelog': {},
debug:             'debug-dump': ''
debug:         },
debug:         'service': {
debug:             'name': 'macsec',
debug:             'requires': ['updategraph'],
debug:             'requisite': [],
debug:             'wanted-by': [],
debug:             'after': ['swss', 'syncd'],
debug:             'before': [],
debug:             'dependent': [],
debug:             'dependent-of': [],
debug:             'post-start-action': '',
debug:             'pre-shutdown-action': '',
debug:             'asic-service': True,
debug:             'host-service': False,
debug:             'delayed': False,
debug:             'check_up_status': False,
debug:             'warm-shutdown': {'after': [], 'before': []},
debug:             'fast-shutdown': {'after': [], 'before': []},
debug:             'syslog': {'support-rate-limit': True}
debug:         },
debug:         'container': {
debug:             'privileged': False,
debug:             'volumes': [
debug:                 '/etc/sonic:/etc/sonic:ro',
debug:                 '/etc/timezone:/etc/timezone:ro',
debug:                 '/host/warmboot:/var/warmboot'
debug:             ],
debug:             'mounts': [],
debug:             'environment': {},
debug:             'tmpfs': []
debug:         },
debug:         'processes': [],
debug:         'cli': {
debug:             'mandatory': False,
debug:             'show': ['/cli/show/plugins/show_macsec.py'],
debug:             'config': ['/cli/config/plugins/macsec.py'],
debug:             'clear': ['/cli/clear/plugins/clear_macsec_counter.py'],
debug:             'auto-generate-show': False,
debug:             'auto-generate-config': False,
debug:             'auto-generate-show-source-yang-modules': [],
debug:             'auto-generate-config-source-yang-modules': []
debug:         }
debug:     },
debug:     'multi_instance': True,
debug:     'multi_instance_services': [
debug:         'bgp',
debug:         'database',
debug:         'swss',
debug:         'syncd',
debug:         'teamd'
debug:     ]
debug: }
generated /usr/lib/systemd/system/macsec@.service
macsec entry is added to AUTO_TECHSUPPORT_FEATURE table
macsec entry is added to SYSLOG_CONFIG_FEATURE table
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "database"\n    },\n    "service": {\n        "name": "database",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "eventd"\n    },\n    "service": {\n        "name": "eventd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "fpm-frr"\n    },\n    "service": {\n        "name": "bgp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gnmi"\n    },\n    "service": {\n        "name": "gnmi",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "lldp"\n    },\n    "service": {\n        "name": "lldp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mux"\n    },\n    "service": {\n        "name": "mux",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "nat"\n    },\n    "service": {\n        "name": "nat",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "swss"\n    },\n    "service": {\n        "name": "swss",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "pmon"\n    },\n    "service": {\n        "name": "pmon",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "radv"\n    },\n    "service": {\n        "name": "radv",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "sflow"\n    },\n    "service": {\n        "name": "sflow",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "snmp"\n    },\n    "service": {\n        "name": "snmp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mgmt-framework"\n    },\n    "service": {\n        "name": "mgmt-framework",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "teamd"\n    },\n    "service": {\n        "name": "teamd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-syncd-brcm-dnx:latest
debug: image docker-syncd-brcm-dnx:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "syncd-dnx"\n    },\n    "service": {\n        "name": "syncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-credo:latest
debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-broncos:latest
debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd-broncos"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels sha256:8cc3b156adb8735157dc277fd7e77959c70e5efe24879c7c4e0e47195f5bd504
debug: image sha256:8cc3b156adb8735157dc277fd7e77959c70e5efe24879c7c4e0e47195f5bd504 labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": ["database^1.0.0"],\n        "name": "dhcp-relay"\n    },\n    "service": {\n        "name": "dhcp_relay",\n        "requires": ["updategraph"],\n        "after": ["swss", "syncd", "teamd"],\n        "before": ["ntp-config"],\n        "dependent-of": ["swss"],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/timezone:/etc/timezone:ro"],\n        "tmpfs": ["/tmp/", "/var/tmp/"]\n    },\n    "cli": {\n        "config": "/cli/config/plugins/dhcp_relay.py",\n        "show": "/cli/show/plugins/show_dhcp_relay.py",\n        "clear": "/cli/clear/plugins/clear_dhcp6relay_counter.py"\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: shutdown graph collections.defaultdict(
debug:     set,
debug:     {
debug:         'bgp': {'radv'},
debug:         'swss': {'bgp', 'mux', 'lldp', 'sflow', 'nat', 'radv'},
debug:         'lldp': set(),
debug:         'mux': set(),
debug:         'nat': set(),
debug:         'syncd': {'teamd', 'swss'},
debug:         'radv': set(),
debug:         'sflow': set(),
debug:         'teamd': {'swss'}
debug:     }
debug: )
debug: shutdown order [
debug:     'lldp',
debug:     'mux',
debug:     'nat',
debug:     'radv',
debug:     'sflow',
debug:     'bgp',
debug:     'swss',
debug:     'teamd',
debug:     'syncd'
debug: ]
debug: shutdown graph collections.defaultdict(
debug:     set,
debug:     {
debug:         'bgp': {'radv'},
debug:         'swss': {'bgp', 'mux', 'lldp', 'sflow', 'nat', 'radv'},
debug:         'lldp': set(),
debug:         'mux': set(),
debug:         'nat': set(),
debug:         'syncd': {'teamd', 'swss'},
debug:         'radv': set(),
debug:         'sflow': set(),
debug:         'teamd': {'swss'}
debug:     }
debug: )
debug: shutdown order [
debug:     'lldp',
debug:     'mux',
debug:     'nat',
debug:     'radv',
debug:     'sflow',
debug:     'bgp',
debug:     'swss',
debug:     'teamd',
debug:     'syncd'
debug: ]
debug: inspecting image labels docker-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "database"\n    },\n    "service": {\n        "name": "database",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-eventd:latest
debug: image docker-eventd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "eventd"\n    },\n    "service": {\n        "name": "eventd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-fpm-frr:latest
debug: image docker-fpm-frr:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "fpm-frr"\n    },\n    "service": {\n        "name": "bgp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": ["radv"],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-gnmi:latest
debug: image docker-sonic-gnmi:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gnmi"\n    },\n    "service": {\n        "name": "gnmi",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-lldp:latest
debug: image docker-lldp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "lldp"\n    },\n    "service": {\n        "name": "lldp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-mux:latest
debug: image docker-mux:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mux"\n    },\n    "service": {\n        "name": "mux",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-nat:latest
debug: image docker-nat:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "nat"\n    },\n    "service": {\n        "name": "nat",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-orchagent:latest
debug: image docker-orchagent:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "swss"\n    },\n    "service": {\n        "name": "swss",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-platform-monitor:latest
debug: image docker-platform-monitor:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "pmon"\n    },\n    "service": {\n        "name": "pmon",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-router-advertiser:latest
debug: image docker-router-advertiser:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "radv"\n    },\n    "service": {\n        "name": "radv",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sflow:latest
debug: image docker-sflow:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "sflow"\n    },\n    "service": {\n        "name": "sflow",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": ["swss"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-snmp:latest
debug: image docker-snmp:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "snmp"\n    },\n    "service": {\n        "name": "snmp",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-mgmt-framework:latest
debug: image docker-sonic-mgmt-framework:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "mgmt-framework"\n    },\n    "service": {\n        "name": "mgmt-framework",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-teamd:latest
debug: image docker-teamd:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "teamd"\n    },\n    "service": {\n        "name": "teamd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "fast-shutdown": {\n            "after": ["swss"],\n            "before": ["syncd"]\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-syncd-brcm-dnx:latest
debug: image docker-syncd-brcm-dnx:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "syncd-dnx"\n    },\n    "service": {\n        "name": "syncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-credo:latest
debug: image docker-gbsyncd-credo:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-gbsyncd-broncos:latest
debug: image docker-gbsyncd-broncos:latest labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": [],\n        "name": "gbsyncd-broncos"\n    },\n    "service": {\n        "name": "gbsyncd",\n        "requires": [],\n        "after": [],\n        "before": [],\n        "dependent-of": [],\n        "asic-service": true,\n        "host-service": false,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": [],\n        "tmpfs": []\n    },\n    "cli": {\n        "config": "",\n        "show": "",\n        "clear": ""\n    }\n}', 'com.azure.sonic.versions.libsairedis': '1.0.0', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels sha256:8cc3b156adb8735157dc277fd7e77959c70e5efe24879c7c4e0e47195f5bd504
debug: image sha256:8cc3b156adb8735157dc277fd7e77959c70e5efe24879c7c4e0e47195f5bd504 labels successfully: {'Tag': 'etri-202311.98-8b0576444', 'com.azure.sonic.manifest': '\n{\n    "version": "1.0.0",\n    "package": {\n        "version": "1.0.0",\n        "depends": ["database^1.0.0"],\n        "name": "dhcp-relay"\n    },\n    "service": {\n        "name": "dhcp_relay",\n        "requires": ["updategraph"],\n        "after": ["swss", "syncd", "teamd"],\n        "before": ["ntp-config"],\n        "dependent-of": ["swss"],\n        "asic-service": false,\n        "host-service": true,\n        "warm-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "fast-shutdown": {\n            "after": [],\n            "before": []\n        },\n        "syslog": {\n            "support-rate-limit": true\n        }\n    },\n    "container": {\n        "privileged": false,\n        "volumes": ["/etc/sonic:/etc/sonic:ro", "/etc/timezone:/etc/timezone:ro"],\n        "tmpfs": ["/tmp/", "/var/tmp/"]\n    },\n    "cli": {\n        "config": "/cli/config/plugins/dhcp_relay.py",\n        "show": "/cli/show/plugins/show_dhcp_relay.py",\n        "clear": "/cli/clear/plugins/clear_dhcp6relay_counter.py"\n    }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
+ sudo umount ./fsroot-broadcom-dnx/target
+ sudo rm -r ./fsroot-broadcom-dnx/target
+ [[ n == y ]]
+ [[ n == y ]]
+ sudo chroot ./fsroot-broadcom-dnx /usr/lib/docker//docker.sh stop
Stopping Docker: docker.
+ sudo bash -c 'echo { > ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22database\x22 : \x22docker-database\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22eventd\x22 : \x22docker-eventd\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22bgp\x22 : \x22docker-fpm-frr\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22gnmi\x22 : \x22docker-sonic-gnmi\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22lldp\x22 : \x22docker-lldp\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22mux\x22 : \x22docker-mux\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22nat\x22 : \x22docker-nat\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22swss\x22 : \x22docker-orchagent\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22pmon\x22 : \x22docker-platform-monitor\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22radv\x22 : \x22docker-router-advertiser\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22sflow\x22 : \x22docker-sflow\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22snmp\x22 : \x22docker-snmp\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22mgmt-framework\x22 : \x22docker-sonic-mgmt-framework\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22teamd\x22 : \x22docker-teamd\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22syncd\x22 : \x22docker-syncd-brcm\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22syncd\x22 : \x22docker-syncd-brcm-dnx\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22gbsyncd\x22 : \x22docker-gbsyncd-credo\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "," >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo -n -e "\x22gbsyncd\x22 : \x22docker-gbsyncd-broncos\x22" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo "" >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ sudo bash -c 'echo } >> ./fsroot-broadcom-dnx/usr/share/sonic/templates/ctr_image_names.json'
+ '[' -f broadcom-dnx_database.sh ']'
+ sudo cp database.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_eventd.sh ']'
+ sudo cp eventd.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_bgp.sh ']'
+ sudo cp bgp.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_gnmi.sh ']'
+ sudo cp gnmi.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_lldp.sh ']'
+ sudo cp lldp.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_mux.sh ']'
+ sudo cp mux.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_nat.sh ']'
+ sudo cp nat.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_swss.sh ']'
+ sudo cp swss.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_pmon.sh ']'
+ sudo cp pmon.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_radv.sh ']'
+ sudo cp radv.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_sflow.sh ']'
+ sudo cp sflow.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_snmp.sh ']'
+ sudo cp snmp.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_mgmt-framework.sh ']'
+ sudo cp mgmt-framework.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_teamd.sh ']'
+ sudo cp teamd.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_syncd.sh ']'
+ sudo cp broadcom-dnx_syncd.sh ./fsroot-broadcom-dnx/usr/bin/syncd.sh
+ '[' -f broadcom-dnx_syncd.sh ']'
+ sudo cp broadcom-dnx_syncd.sh ./fsroot-broadcom-dnx/usr/bin/syncd.sh
+ '[' -f broadcom-dnx_gbsyncd.sh ']'
+ sudo cp gbsyncd.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_gbsyncd.sh ']'
+ sudo cp gbsyncd.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f database.service ']'
+ sudo cp database.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo database.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
database.service
+ '[' -f database@.service ']'
+ sudo cp database@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ MULTI_INSTANCE=database@.service
+ SINGLE_INSTANCE=database.service
+ sudo cp database.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo database@.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
database@.service
+ '[' -f database-chassis.service ']'
+ sudo cp database-chassis.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo database-chassis.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
database-chassis.service
+ '[' -f eventd.service ']'
+ sudo cp eventd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo eventd.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
eventd.service
+ '[' -f bgp@.service ']'
+ sudo cp bgp@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ MULTI_INSTANCE=bgp@.service
+ SINGLE_INSTANCE=bgp.service
+ sudo cp bgp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo bgp@.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
bgp@.service
+ '[' -f gnmi.service ']'
+ sudo cp gnmi.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo gnmi.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
gnmi.service
+ '[' -f lldp.service ']'
+ sudo cp lldp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo lldp.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
lldp.service
+ '[' -f lldp@.service ']'
+ sudo cp lldp@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ MULTI_INSTANCE=lldp@.service
+ SINGLE_INSTANCE=lldp.service
+ sudo cp lldp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo lldp@.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
lldp@.service
+ '[' -f mux.service ']'
+ sudo cp mux.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo mux.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
mux.service
+ '[' -f nat.service ']'
+ sudo cp nat.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo nat.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
nat.service
+ '[' -f swss@.service ']'
+ sudo cp swss@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ MULTI_INSTANCE=swss@.service
+ SINGLE_INSTANCE=swss.service
+ sudo cp swss.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo swss@.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
swss@.service
+ '[' -f pmon.service ']'
+ sudo cp pmon.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo pmon.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
pmon.service
+ '[' -f radv.service ']'
+ sudo cp radv.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo radv.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
radv.service
+ '[' -f sflow.service ']'
+ sudo cp sflow.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo sflow.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
sflow.service
+ '[' -f snmp.service ']'
+ sudo cp snmp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo snmp.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
snmp.service
+ '[' -f mgmt-framework.service ']'
+ sudo cp mgmt-framework.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo mgmt-framework.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
mgmt-framework.service
+ '[' -f teamd@.service ']'
+ sudo cp teamd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ MULTI_INSTANCE=teamd@.service
+ SINGLE_INSTANCE=teamd.service
+ sudo cp teamd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo teamd@.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
teamd@.service
+ '[' -f syncd@.service ']'
+ sudo cp syncd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ MULTI_INSTANCE=syncd@.service
+ SINGLE_INSTANCE=syncd.service
+ sudo cp syncd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo syncd@.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
syncd@.service
+ '[' -f syncd@.service ']'
+ sudo cp syncd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ MULTI_INSTANCE=syncd@.service
+ SINGLE_INSTANCE=syncd.service
+ sudo cp syncd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo syncd@.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
syncd@.service
+ '[' -f gbsyncd@.service ']'
+ sudo cp gbsyncd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ MULTI_INSTANCE=gbsyncd@.service
+ SINGLE_INSTANCE=gbsyncd.service
+ sudo cp gbsyncd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo gbsyncd@.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
gbsyncd@.service
+ '[' -f gbsyncd@.service ']'
+ sudo cp gbsyncd@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ MULTI_INSTANCE=gbsyncd@.service
+ SINGLE_INSTANCE=gbsyncd.service
+ sudo cp gbsyncd.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo gbsyncd@.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
gbsyncd@.service
+ '[' -f iccpd.service ']'
+ sudo LANG=C chroot ./fsroot-broadcom-dnx fuser -km /sys
+ true
+ sudo LANG=C chroot ./fsroot-broadcom-dnx umount -lf /sys
+ sudo LANG=C cp files/scripts/swss.sh ./fsroot-broadcom-dnx/usr/local/bin/swss.sh
+ sudo LANG=C cp files/scripts/syncd.sh ./fsroot-broadcom-dnx/usr/local/bin/syncd.sh
+ sudo LANG=C cp files/scripts/syncd_common.sh ./fsroot-broadcom-dnx/usr/local/bin/syncd_common.sh
+ sudo LANG=C cp files/scripts/gbsyncd.sh ./fsroot-broadcom-dnx/usr/local/bin/gbsyncd.sh
+ sudo LANG=C cp files/scripts/gbsyncd-platform.sh ./fsroot-broadcom-dnx/usr/bin/gbsyncd-platform.sh
+ sudo LANG=C cp files/scripts/bgp.sh ./fsroot-broadcom-dnx/usr/local/bin/bgp.sh
+ sudo LANG=C cp files/scripts/teamd.sh ./fsroot-broadcom-dnx/usr/local/bin/teamd.sh
+ sudo LANG=C cp files/scripts/lldp.sh ./fsroot-broadcom-dnx/usr/local/bin/lldp.sh
+ sudo LANG=C cp files/scripts/radv.sh ./fsroot-broadcom-dnx/usr/local/bin/radv.sh
+ sudo LANG=C cp files/scripts/database.sh ./fsroot-broadcom-dnx/usr/local/bin/database.sh
+ sudo LANG=C cp files/scripts/snmp.sh ./fsroot-broadcom-dnx/usr/local/bin/snmp.sh
+ sudo LANG=C cp files/scripts/telemetry.sh ./fsroot-broadcom-dnx/usr/local/bin/telemetry.sh
+ sudo LANG=C cp files/scripts/gnmi.sh ./fsroot-broadcom-dnx/usr/local/bin/gnmi.sh
+ sudo LANG=C cp files/scripts/mgmt-framework.sh ./fsroot-broadcom-dnx/usr/local/bin/mgmt-framework.sh
+ sudo LANG=C cp files/scripts/asic_status.sh ./fsroot-broadcom-dnx/usr/local/bin/asic_status.sh
+ sudo LANG=C cp files/scripts/asic_status.py ./fsroot-broadcom-dnx/usr/local/bin/asic_status.py
+ sudo LANG=C cp files/scripts/sonic-netns-exec ./fsroot-broadcom-dnx/usr/bin/sonic-netns-exec
+ sudo LANG=C cp files/scripts/write_standby.py ./fsroot-broadcom-dnx/usr/local/bin/write_standby.py
+ sudo LANG=C cp files/scripts/mark_dhcp_packet.py ./fsroot-broadcom-dnx/usr/local/bin/mark_dhcp_packet.py
+ sudo cp files/build_templates/sonic.target ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl enable sonic.target
Created symlink /etc/systemd/system/multi-user.target.wants/sonic.target -> /lib/systemd/system/sonic.target.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get purge -y python3-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  dirmngr gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libjs-jquery
  libjs-sphinxdoc libjs-underscore libksba8 libnpth0 libpackagekit-glib2-18
  libpython3-dev libpython3.9-dev lsb-release pinentry-curses python-pip-whl
  python3-pycurl python3-setuptools python3-software-properties python3-wheel
  python3.9-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  python3-dev*
0 upgraded, 0 newly installed, 1 to remove and 16 not upgraded.
After this operation, 147 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 50520 files and directories currently installed.)
Removing python3-dev (3.9.2-3) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get purge -y build-essential libssl-dev swig
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  bzip2 dirmngr dpkg-dev g++ g++-10 gir1.2-freedesktop
  gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg-agent
  gpg-wks-client gpg-wks-server gpgsm iso-codes libcurl3-gnutls libjs-jquery
  libjs-sphinxdoc libjs-underscore libksba8 libnpth0 libpackagekit-glib2-18
  libpython3-dev libpython3.9-dev libstdc++-10-dev lsb-release make patch
  pinentry-curses python-pip-whl python3-mako python3-markdown
  python3-markupsafe python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel python3.9-dev swig4.0
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  build-essential* gobject-introspection* libgirepository1.0-dev* libssl-dev*
  swig*
0 upgraded, 0 newly installed, 5 to remove and 15 not upgraded.
After this operation, 21.0 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 50501 files and directories currently installed.)
Removing libgirepository1.0-dev:amd64 (1.66.1-1+b1) ...
Removing gobject-introspection (1.66.1-1+b1) ...
Removing build-essential (12.9) ...
Removing libssl-dev:amd64 (1.1.1n-0+deb11u5+fips) ...
Removing swig (4.0.2-1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get purge -y libcairo2-dev libdbus-1-dev libgirepository1.0-dev libsystemd-dev pkg-config
Reading package lists...
Building dependency tree...
Reading state information...
Package 'libgirepository1.0-dev' is not installed, so not removed
The following packages were automatically installed and are no longer required:
  bzip2 dirmngr dpkg-dev fontconfig-config fonts-dejavu-core g++ g++-10
  gir1.2-freedesktop gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
  gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libblkid-dev
  libbrotli-dev libc-dev-bin libc6-dev libcairo-gobject2
  libcairo-script-interpreter2 libcairo2 libcrypt-dev libcurl3-gnutls
  libdpkg-perl libexpat1-dev libfontconfig1 libfreetype-dev libfreetype6-dev
  libglib2.0-bin libglib2.0-data libglib2.0-dev-bin libice-dev libice6
  libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libmount-dev libnpth0
  libnsl-dev libpackagekit-glib2-18 libpcre16-3 libpcre2-16-0 libpcre2-32-0
  libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
  libpixman-1-0 libpixman-1-dev libpng-dev libpthread-stubs0-dev
  libpython3-dev libpython3.9-dev libselinux1-dev libsepol1-dev libsm-dev
  libsm6 libstdc++-10-dev libtirpc-dev libx11-6 libx11-data libx11-dev
  libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
  libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
  libxext6 libxrender-dev libxrender1 linux-libc-dev lsb-release make patch
  pinentry-curses python-pip-whl python3-mako python3-markdown
  python3-markupsafe python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel python3.9-dev swig4.0 uuid-dev
  x11-common x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev
  zlib1g-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  libcairo2-dev* libdbus-1-dev* libfontconfig-dev* libfontconfig1-dev*
  libglib2.0-dev* libsystemd-dev* pkg-config*
0 upgraded, 0 newly installed, 7 to remove and 15 not upgraded.
After this operation, 16.4 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 50175 files and directories currently installed.)
Removing libcairo2-dev:amd64 (1.16.0-5) ...
Removing libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ...
Removing libfontconfig1-dev:amd64 (2.13.1-4.2) ...
Removing libfontconfig-dev:amd64 (2.13.1-4.2) ...
Removing libglib2.0-dev:amd64 (2.66.8-1+deb11u6) ...
Removing libsystemd-dev:amd64 (247.3-7+deb11u6) ...
Removing pkg-config (0.29.2-1) ...
Processing triggers for libglib2.0-0:amd64 (2.66.8-1+deb11u6) ...
No schema files found: doing nothing.
(Reading database ... 49095 files and directories currently installed.)
Purging configuration files for pkg-config (0.29.2-1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get clean -y
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get autoremove -y
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  bzip2 dirmngr dpkg-dev fontconfig-config fonts-dejavu-core g++ g++-10
  gir1.2-freedesktop gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
  gpg-agent gpg-wks-client gpg-wks-server gpgsm iso-codes libblkid-dev
  libbrotli-dev libc-dev-bin libc6-dev libcairo-gobject2
  libcairo-script-interpreter2 libcairo2 libcrypt-dev libcurl3-gnutls
  libdpkg-perl libexpat1-dev libfontconfig1 libfreetype-dev libfreetype6-dev
  libglib2.0-bin libglib2.0-data libglib2.0-dev-bin libice-dev libice6
  libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libmount-dev libnpth0
  libnsl-dev libpackagekit-glib2-18 libpcre16-3 libpcre2-16-0 libpcre2-32-0
  libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
  libpixman-1-0 libpixman-1-dev libpng-dev libpthread-stubs0-dev
  libpython3-dev libpython3.9-dev libselinux1-dev libsepol1-dev libsm-dev
  libsm6 libstdc++-10-dev libtirpc-dev libx11-6 libx11-data libx11-dev
  libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
  libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
  libxext6 libxrender-dev libxrender1 linux-libc-dev lsb-release make patch
  pinentry-curses python-pip-whl python3-mako python3-markdown
  python3-markupsafe python3-pkg-resources python3-pycurl python3-setuptools
  python3-software-properties python3-wheel python3.9-dev swig4.0 uuid-dev
  x11-common x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev
  zlib1g-dev
0 upgraded, 0 newly installed, 104 to remove and 15 not upgraded.
After this operation, 193 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 49094 files and directories currently installed.)
Removing dpkg-dev (1.20.13) ...
Removing bzip2 (1.0.8-4) ...
Removing gnupg (2.2.27-2+deb11u2) ...
Removing gpg-wks-client (2.2.27-2+deb11u2) ...
Removing dirmngr (2.2.27-2+deb11u2) ...
Removing libcairo-script-interpreter2:amd64 (1.16.0-5) ...
Removing libcairo-gobject2:amd64 (1.16.0-5) ...
Removing libcairo2:amd64 (1.16.0-5) ...
Removing libfontconfig1:amd64 (2.13.1-4.2) ...
Removing fontconfig-config (2.13.1-4.2) ...
Removing fonts-dejavu-core (2.37-2) ...
Removing g++ (4:10.2.1-1) ...
Removing g++-10 (10.2.1-6) ...
Removing gir1.2-freedesktop:amd64 (1.66.1-1+b1) ...
Removing gir1.2-packagekitglib-1.0 (1.2.2-2) ...
Removing gnupg-l10n (2.2.27-2+deb11u2) ...
Removing gnupg-utils (2.2.27-2+deb11u2) ...
Removing gpg-wks-server (2.2.27-2+deb11u2) ...
Removing gpg-agent (2.2.27-2+deb11u2) ...
Removing gpgsm (2.2.27-2+deb11u2) ...
Removing python3-software-properties (0.96.20.2-2.1) ...
Removing iso-codes (4.6.0-1) ...
Removing libmount-dev:amd64 (2.36.1-8+deb11u2) ...
Removing libblkid-dev:amd64 (2.36.1-8+deb11u2) ...
Removing libfreetype6-dev:amd64 (2.10.4+dfsg-1+deb11u2) ...
Removing libfreetype-dev:amd64 (2.10.4+dfsg-1+deb11u2) ...
Removing libbrotli-dev:amd64 (1.0.9-2+b2) ...
Removing python3.9-dev (3.9.2-1+deb11u3) ...
Removing libpython3-dev:amd64 (3.9.2-3) ...
Removing libpython3.9-dev:amd64 (3.9.2-1+deb11u3) ...
Removing libexpat1-dev:amd64 (2.2.10-2+deb11u7) ...
Removing libpng-dev:amd64 (1.6.37-3) ...
Removing zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
Removing uuid-dev:amd64 (2.36.1-8+deb11u2) ...
Removing python3-pycurl (7.43.0.6-5) ...
Removing libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u15) ...
Removing libdpkg-perl (1.20.13) ...
Removing libglib2.0-bin (2.66.8-1+deb11u6) ...
Removing libglib2.0-data (2.66.8-1+deb11u6) ...
Removing libglib2.0-dev-bin (2.66.8-1+deb11u6) ...
Removing libsm-dev:amd64 (2:1.2.3-1) ...
Removing libice-dev:amd64 (2:1.0.10-1) ...
Removing libsm6:amd64 (2:1.2.3-1) ...
Removing libice6:amd64 (2:1.0.10-1) ...
Removing libjs-sphinxdoc (3.4.3-2) ...
Removing libjs-jquery (3.5.1+dfsg+~3.5.5-7) ...
Removing libjs-underscore (1.9.1~dfsg-3) ...
Removing libksba8:amd64 (1.5.0-3+deb11u2) ...
Removing libnpth0:amd64 (1.6-3) ...
Removing libpackagekit-glib2-18:amd64 (1.2.2-2) ...
Removing libpcre3-dev:amd64 (2:8.39-13) ...
Removing libpcre16-3:amd64 (2:8.39-13) ...
Removing libselinux1-dev:amd64 (3.1-3) ...
Removing libpcre2-dev:amd64 (10.36-2+deb11u1) ...
Removing libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
Removing libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
Removing libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
Removing libpcre32-3:amd64 (2:8.39-13) ...
Removing libpcrecpp0v5:amd64 (2:8.39-13) ...
Removing libpixman-1-dev:amd64 (0.40.0-1.1~deb11u1) ...
Removing libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ...
Removing libxcb-shm0-dev:amd64 (1.14-3) ...
Removing libxcb-render0-dev:amd64 (1.14-3) ...
Removing libsepol1-dev:amd64 (3.1-1+deb11u1) ...
Removing libstdc++-10-dev:amd64 (10.2.1-6) ...
Removing libxrender-dev:amd64 (1:0.9.10-1) ...
Removing libxrender1:amd64 (1:0.9.10-1) ...
Removing libxext-dev:amd64 (2:1.3.3-1.1) ...
Removing libxext6:amd64 (2:1.3.3-1.1) ...
Removing libx11-dev:amd64 (2:1.7.2-1+deb11u2) ...
Removing libxcb-shm0:amd64 (1.14-3) ...
Removing libxcb-render0:amd64 (1.14-3) ...
Removing lsb-release (11.1.0) ...
Removing make (4.3-4.1) ...
Removing patch (2.7.6-7) ...
Removing pinentry-curses (1.1.0-4) ...
Removing python-pip-whl (20.3.4-4+deb11u1) ...
Removing python3-mako (1.1.3+ds1-2) ...
Removing python3-markdown (3.3.4-1) ...
Removing python3-markupsafe (1.1.1-1+b3) ...
Removing python3-setuptools (52.0.0-4+deb11u2) ...
Removing python3-pkg-resources (52.0.0-4+deb11u2) ...
Removing python3-wheel (0.34.2-1) ...
Removing swig4.0 (4.0.2-1) ...
Removing x11-common (1:7.7+22) ...
Running in chroot, ignoring request.
Removing x11proto-xext-dev (2020.1-1) ...
Removing xtrans-dev (1.4.0-1) ...
Removing libc6-dev:amd64 (2.31-13+deb11u13) ...
Removing libc-dev-bin (2.31-13+deb11u13) ...
Removing libcrypt-dev:amd64 (1:4.4.18-4) ...
Removing libnsl-dev:amd64 (1.3.0-2) ...
Removing libxcb1-dev:amd64 (1.14-3) ...
Removing libpthread-stubs0-dev:amd64 (0.4-1) ...
Removing libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
Removing libx11-6:amd64 (2:1.7.2-1+deb11u2) ...
Removing libx11-data (2:1.7.2-1+deb11u2) ...
Removing libxau-dev:amd64 (1:1.0.9-1) ...
Removing libxcb1:amd64 (1.14-3) ...
Removing libxau6:amd64 (1:1.0.9-1) ...
Removing libxdmcp-dev:amd64 (1:1.1.2-3) ...
Removing libxdmcp6:amd64 (1:1.1.2-3) ...
Removing linux-libc-dev:amd64 (5.10.237-1) ...
Removing x11proto-dev (2020.1-1) ...
Removing xorg-sgml-doctools (1:1.11-1.1) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo cp dockers/docker-database/base_image_files/redis-cli ./fsroot-broadcom-dnx//usr/bin/redis-cli
+ sudo cp dockers/docker-fpm-frr/base_image_files/vtysh ./fsroot-broadcom-dnx//usr/bin/vtysh
+ sudo cp dockers/docker-fpm-frr/base_image_files/rvtysh ./fsroot-broadcom-dnx//usr/bin/rvtysh
+ sudo cp dockers/docker-fpm-frr/base_image_files/TSA ./fsroot-broadcom-dnx//usr/bin/TSA
+ sudo cp dockers/docker-fpm-frr/base_image_files/TSB ./fsroot-broadcom-dnx//usr/bin/TSB
+ sudo cp dockers/docker-fpm-frr/base_image_files/TSC ./fsroot-broadcom-dnx//usr/bin/TSC
+ sudo cp dockers/docker-fpm-frr/base_image_files/TS ./fsroot-broadcom-dnx//usr/bin/TS
+ sudo cp dockers/docker-sonic-gnmi/base_image_files/monit_gnmi ./fsroot-broadcom-dnx//etc/monit/conf.d
+ sudo cp dockers/docker-lldp/base_image_files/lldpctl ./fsroot-broadcom-dnx//usr/bin/lldpctl
+ sudo cp dockers/docker-lldp/base_image_files/lldpcli ./fsroot-broadcom-dnx//usr/bin/lldpcli
+ sudo cp dockers/docker-nat/base_image_files/natctl ./fsroot-broadcom-dnx//usr/bin/natctl
+ sudo cp dockers/docker-orchagent/base_image_files/swssloglevel ./fsroot-broadcom-dnx//usr/bin/swssloglevel
+ sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom-dnx//usr/bin/sensors
+ sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom-dnx//usr/sbin/iSmart
+ sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom-dnx//usr/sbin/SmartCmd
+ sudo cp dockers/docker-platform-monitor/base_image_files/cmd_wrapper ./fsroot-broadcom-dnx//usr/bin/ethtool
+ sudo cp dockers/docker-sflow/base_image_files/psample ./fsroot-broadcom-dnx//usr/bin/psample
+ sudo cp dockers/docker-sflow/base_image_files/sflowtool ./fsroot-broadcom-dnx//usr/bin/sflowtool
+ sudo cp dockers/docker-snmp/base_image_files/monit_snmp ./fsroot-broadcom-dnx//etc/monit/conf.d
+ sudo cp dockers/docker-sonic-mgmt-framework/base_image_files/sonic-cli ./fsroot-broadcom-dnx//usr/bin/sonic-cli
+ sudo cp dockers/docker-teamd/base_image_files/teamdctl ./fsroot-broadcom-dnx//usr/bin/teamdctl
+ sudo cp platform/broadcom/docker-syncd-brcm/base_image_files/bcmcmd ./fsroot-broadcom-dnx//usr/bin/bcmcmd
+ sudo cp platform/broadcom/docker-syncd-brcm/base_image_files/bcmsh ./fsroot-broadcom-dnx//usr/bin/bcmsh
+ sudo cp platform/broadcom/docker-syncd-brcm/base_image_files/bcm_common ./fsroot-broadcom-dnx//usr/bin/bcm_common
+ sudo cp platform/broadcom/docker-syncd-brcm-dnx/base_image_files/bcmcmd ./fsroot-broadcom-dnx//usr/bin/bcmcmd
+ sudo cp platform/broadcom/docker-syncd-brcm-dnx/base_image_files/bcmsh ./fsroot-broadcom-dnx//usr/bin/bcmsh
+ sudo cp platform/broadcom/docker-syncd-brcm-dnx/base_image_files/bcm_common ./fsroot-broadcom-dnx//usr/bin/bcm_common
+ sudo mkdir ./fsroot-broadcom-dnx/etc/sonic/frr
+ sudo touch ./fsroot-broadcom-dnx/etc/sonic/frr/frr.conf
+ sudo touch ./fsroot-broadcom-dnx/etc/sonic/frr/vtysh.conf
+ sudo chown -R 300:300 ./fsroot-broadcom-dnx/etc/sonic/frr
+ sudo chmod -R 640 ./fsroot-broadcom-dnx/etc/sonic/frr/
+ sudo chmod 750 ./fsroot-broadcom-dnx/etc/sonic/frr
+ sudo cp files/build_scripts/mask_disabled_services.py ./fsroot-broadcom-dnx/tmp/
+ sudo chmod a+x ./fsroot-broadcom-dnx/tmp/mask_disabled_services.py
+ sudo LANG=C chroot ./fsroot-broadcom-dnx /tmp/mask_disabled_services.py
Created symlink /etc/systemd/system/dhcp_relay.service → /dev/null.
Created symlink /etc/systemd/system/mux.service → /dev/null.
Created symlink /etc/systemd/system/nat.service → /dev/null.
Created symlink /etc/systemd/system/sflow.service → /dev/null.
Created symlink /etc/systemd/system/macsec.service → /dev/null.
+ sudo rm -rf ./fsroot-broadcom-dnx/tmp/mask_disabled_services.py
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install python3-dbus
Reading package lists...
Building dependency tree...
Reading state information...
python3-dbus is already the newest version (1.2.16-5).
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
+ clean_sys
+ sudo chroot ./fsroot-broadcom-dnx umount /sys/fs/cgroup/blkio /sys/fs/cgroup/cpu /sys/fs/cgroup/cpu,cpuacct /sys/fs/cgroup/cpuacct /sys/fs/cgroup/cpuset /sys/fs/cgroup/devices /sys/fs/cgroup/freezer /sys/fs/cgroup/hugetlb /sys/fs/cgroup/memory /sys/fs/cgroup/misc /sys/fs/cgroup/net_cls /sys/fs/cgroup/net_cls,net_prio /sys/fs/cgroup/net_prio /sys/fs/cgroup/perf_event /sys/fs/cgroup/pids /sys/fs/cgroup/rdma /sys/fs/cgroup/systemd /sys/fs/cgroup /sys
umount: /sys/fs/cgroup/blkio: no mount point specified.
umount: /sys/fs/cgroup/cpu: no mount point specified.
umount: /sys/fs/cgroup/cpu,cpuacct: no mount point specified.
umount: /sys/fs/cgroup/cpuacct: no mount point specified.
umount: /sys/fs/cgroup/cpuset: no mount point specified.
umount: /sys/fs/cgroup/devices: no mount point specified.
umount: /sys/fs/cgroup/freezer: no mount point specified.
umount: /sys/fs/cgroup/hugetlb: no mount point specified.
umount: /sys/fs/cgroup/memory: no mount point specified.
umount: /sys/fs/cgroup/misc: no mount point specified.
umount: /sys/fs/cgroup/net_cls: no mount point specified.
umount: /sys/fs/cgroup/net_cls,net_prio: no mount point specified.
umount: /sys/fs/cgroup/net_prio: no mount point specified.
umount: /sys/fs/cgroup/perf_event: no mount point specified.
umount: /sys/fs/cgroup/pids: no mount point specified.
umount: /sys/fs/cgroup/rdma: no mount point specified.
umount: /sys/fs/cgroup/systemd: no mount point specified.
umount: /sys/fs/cgroup: no mount point specified.
umount: /sys: not mounted.
+ true
+ true
+ '[' y = y ']'
+ '[' -f files/build_templates/organization_extensions.sh ']'
+ sudo chmod 755 files/build_templates/organization_extensions.sh
+ ./files/build_templates/organization_extensions.sh -f ./fsroot-broadcom-dnx -h sonic
Executing SONIC Organization Extensions
SONIC Organization Extensions - Done
+ sudo cp files/image_config/ebtables/ebtables.filter.cfg ./fsroot-broadcom-dnx/etc
+ '[' '' == y ']'
+ sudo LANG=C chroot ./fsroot-broadcom-dnx /bin/bash -c 'mkdir -p /etc/fips'
+ sudo LANG=C chroot ./fsroot-broadcom-dnx /bin/bash -c 'echo 0 > /etc/fips/fips_enable'
+ [[ no_sign == \d\e\v ]]
+ [[ no_sign == \p\r\o\d ]]
+ sudo chroot ./fsroot-broadcom-dnx update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.10.0-30-2-amd64
+ [[ grub == uboot ]]
+ SONIC_VERSION_CACHE=
+ DBGOPT=
+ scripts/collect_host_image_version_files.sh amd64 bullseye target ./fsroot-broadcom-dnx
./
./web/
./deb/
./pip/
++ get_version_cache_option
++ '[' '!' -z ']'
++ echo -n ''
++ return 1
+ '[' '!' -z '' ']'
+ apt-get -s clean -y
Del /var/cache/apt/archives/* /var/cache/apt/archives/partial/*
Del /var/lib/apt/lists/partial/*
Del  
+ apt-get -s autoclean -y
Reading package lists...
Building dependency tree...
Reading state information...
+ apt-get -s autoremove -y
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
+ rm -f '/var/cache/apt/archives/*.deb' '/var/cache/apt/*.bin'
+ [[ ! host-image =~ -slave- ]]
+ rm -f /var/lib/apt/lists/auxfiles /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_non-free_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bullseye-security_non-free_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-backports_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-backports_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-backports_non-free_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye-updates_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_non-free_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bullseye_non-free_source_Sources.lz4 /var/lib/apt/lists/download.docker.com_linux_debian_dists_bullseye_InRelease /var/lib/apt/lists/download.docker.com_linux_debian_dists_bullseye_stable_binary-amd64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/partial
rm: cannot remove '/var/lib/apt/lists/auxfiles': Is a directory
rm: cannot remove '/var/lib/apt/lists/partial': Is a directory
+ rm -rf /sonic/target /ssh
+ rm -f '/tmp/*'
+ rm -rf /debs /python-wheels /root/.cache
+ find /
+ grep -E __pycache__
+ xargs rm -rf
+ rm -rf '/usr/local/share/buildinfo/build-versions/*'
+ symlink_build_hooks -d
+ set_reproducible_mirrors -d
+ local 'expression=s/^#\s*\(.*http:\/\/packages.trafficmanager.net\/\)/\1/'
+ local 'expression2=/^#*deb.*http:\/\/packages.trafficmanager.net\//! s/^#*deb/#&/'
+ local 'expression3=$a#SET_REPR_MIRRORS'
+ '[' -d = -d ']'
+ expression='s/^deb.*http:\/\/packages.trafficmanager.net\//#\0/'
+ expression2='/^#*deb.*http:\/\/packages.trafficmanager.net\//! s/^#\s*(#*deb)/\1/'
+ expression3=/#SET_REPR_MIRRORS/d
++ find /etc/apt/sources.list.d/ -type f
+ local 'mirrors=/etc/apt/sources.list '
+ for mirror in $mirrors
+ grep -iq 'http:\/\/packages.trafficmanager.net\/' /etc/apt/sources.list
+ continue
+ rm -f /usr/local/share/buildinfo/versions/01-versions-deb
+ rm -f /etc/apt/preferences.d/01-versions-deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y remove gcc
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 gcc-10
  libasan6 libbinutils libcc1-0 libctf-nobfd0 libctf0 libgcc-10-dev libgomp1
  libisl23 libitm1 liblsan0 libmpc3 libmpfr6 libquadmath0 libtsan0 libubsan1
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  gcc
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 46.1 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 41399 files and directories currently installed.)
Removing gcc (4:10.2.1-1) ...
+ sudo rm ./fsroot-broadcom-dnx/etc/apt/apt.conf.d/00image-install-eatmydata ./fsroot-broadcom-dnx/usr/local/bin/dpkg
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y remove eatmydata
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 gcc-10
  libasan6 libbinutils libcc1-0 libctf-nobfd0 libctf0 libeatmydata1
  libgcc-10-dev libgomp1 libisl23 libitm1 liblsan0 libmpc3 libmpfr6
  libquadmath0 libtsan0 libubsan1
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  eatmydata
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 30.7 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 41370 files and directories currently installed.)
Removing eatmydata (105-9) ...
+ sudo LANG=C chroot ./fsroot-broadcom-dnx apt-get -y autoremove
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 gcc-10
  libasan6 libbinutils libcc1-0 libctf-nobfd0 libctf0 libeatmydata1
  libgcc-10-dev libgomp1 libisl23 libitm1 liblsan0 libmpc3 libmpfr6
  libquadmath0 libtsan0 libubsan1
0 upgraded, 0 newly installed, 22 to remove and 0 not upgraded.
After this operation, 151 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 41363 files and directories currently installed.)
Removing gcc-10 (10.2.1-6) ...
Removing binutils (2.35.2-2) ...
Removing binutils-x86-64-linux-gnu (2.35.2-2) ...
Removing libctf0:amd64 (2.35.2-2) ...
Removing libbinutils:amd64 (2.35.2-2) ...
Removing binutils-common:amd64 (2.35.2-2) ...
Removing cpp (4:10.2.1-1) ...
Removing cpp-10 (10.2.1-6) ...
Removing libgcc-10-dev:amd64 (10.2.1-6) ...
Removing libasan6:amd64 (10.2.1-6) ...
Removing libcc1-0:amd64 (10.2.1-6) ...
Removing libctf-nobfd0:amd64 (2.35.2-2) ...
Removing libeatmydata1:amd64 (105-9) ...
Removing libgomp1:amd64 (10.2.1-6) ...
Removing libisl23:amd64 (0.23-1) ...
Removing libitm1:amd64 (10.2.1-6) ...
Removing liblsan0:amd64 (10.2.1-6) ...
Removing libmpc3:amd64 (1.2.0-1) ...
Removing libmpfr6:amd64 (4.1.0-3) ...
Removing libquadmath0:amd64 (10.2.1-6) ...
Removing libtsan0:amd64 (10.2.1-6) ...
Removing libubsan1:amd64 (10.2.1-6) ...
Processing triggers for libc-bin (2.31-13+deb11u13) ...
+ sudo LANG=C chroot ./fsroot-broadcom-dnx apt-get autoclean
Reading package lists...
Building dependency tree...
Reading state information...
+ sudo LANG=C chroot ./fsroot-broadcom-dnx apt-get clean
+ sudo LANG=C chroot ./fsroot-broadcom-dnx bash -c 'rm -rf /usr/share/doc/* /usr/share/locale/* /var/lib/apt/lists/* /tmp/*'
+ '[' -n '' ']'
+ sudo LANG=C chroot ./fsroot-broadcom-dnx pip3 cache purge
WARNING: No matching packages
Files removed: 0 (0 bytes)
+ echo '[INFO] Umount all'
[INFO] Umount all
+ sudo LANG=C chroot ./fsroot-broadcom-dnx fuser -vm /proc
                     USER        PID ACCESS COMMAND
/proc:               root     kernel mount /proc
+ sudo LANG=C chroot ./fsroot-broadcom-dnx fuser -km /proc
+ true
+ sudo timeout 15s bash -c 'until LANG=C chroot $0 umount /proc; do sleep 1; done' ./fsroot-broadcom-dnx
+ sudo mkdir ./fsroot-broadcom-dnx/host
+ [[ n == \y ]]
+ sudo rm -f fs.zip fs.squashfs
+ sudo du -hsx ./fsroot-broadcom-dnx
2.8G	./fsroot-broadcom-dnx
+ sudo mkdir -p ./fsroot-broadcom-dnx/var/lib/docker
+ sudo rm -f ./fsroot-broadcom-dnx/etc/resolvconf/resolv.conf.d/original
+ sudo cp files/image_config/resolv-config/resolv.conf.head ./fsroot-broadcom-dnx/etc/resolvconf/resolv.conf.d/head
+ '[' n = y ']'
+ sudo mksquashfs ./fsroot-broadcom-dnx fs.squashfs -comp zstd -b 1M -e boot -e var/lib/docker -e platform
Parallel mksquashfs: Using 112 processors
Creating 4.0 filesystem on fs.squashfs, block size 1048576.

[=======\                                                    ]  4800/38342  12%
[=============-                                              ]  9000/38342  23%
[===========================================================-] 38342/38342 100%

Exportable Squashfs 4.0 filesystem, zstd compressed, data block size 1048576
	compressed data, compressed metadata, compressed fragments,
	compressed xattrs, compressed ids
	duplicates are removed
Filesystem size 358218.23 Kbytes (349.82 Mbytes)
	26.37% of uncompressed filesystem size (1358191.87 Kbytes)
Inode table size 360861 bytes (352.40 Kbytes)
	22.27% of uncompressed inode table size (1620637 bytes)
Directory table size 403074 bytes (393.63 Kbytes)
	35.63% of uncompressed directory table size (1131364 bytes)
Xattr table size 40 bytes (0.04 Kbytes)
	100.00% of uncompressed xattr table size (40 bytes)
Number of duplicate files found 11817
Number of inodes 50852
Number of files 38121
Number of fragments 689
Number of symbolic links  2427
Number of device nodes 5351
Number of fifo nodes 0
Number of socket nodes 2
Number of directories 4951
Number of ids (unique uids + gids) 27
Number of uids 6
	root (0)
	jenkins (129)
	unknown (300)
	unknown (1000)
	sshd (106)
	_apt (100)
Number of gids 25
	root (0)
	video (44)
	disk (6)
	audio (29)
	cdrom (24)
	tty (5)
	floppy (25)
	dialout (20)
	kmem (15)
	lp (7)
	tape (26)
	gjenkins (136)
	adm (4)
	shadow (42)
	unknown (300)
	unknown (1000)
	utmp (43)
	Debian-exim (106)
	crontab (107)
	messagebus (104)
	staff (50)
	unknown (112)
	docker (999)
	ssh (109)
	mail (8)
+ sudo chmod -R go-wx ./fsroot-broadcom-dnx/boot
++ sudo LANG=C chroot ./fsroot-broadcom-dnx id -g admin
+ gid_user=1000
+ '[' 1000 '!=' 1000 ']'
+ [[ n == y ]]
+ [[ n == y ]]
+ pushd ./fsroot-broadcom-dnx
/sonic/fsroot-broadcom-dnx /sonic
+ sudo tar -I gzip -cf /sonic/dockerfs.tar.gz -C var/lib/docker .
+ popd
/sonic
+ pushd ./fsroot-broadcom-dnx
/sonic/fsroot-broadcom-dnx /sonic
+ sudo tar -I gzip -cf platform.tar.gz -C platform .
+ sudo zip -n .gz /sonic/fs.zip -r boot/ platform.tar.gz
  adding: boot/ (stored 0%)
  adding: boot/vmlinuz-5.10.0-30-2-amd64 (deflated 1%)
  adding: boot/initrd.img-5.10.0-30-2-amd64 (deflated 2%)
  adding: boot/config-5.10.0-30-2-amd64 (deflated 76%)
  adding: boot/System.map-5.10.0-30-2-amd64 (deflated 16%)
  adding: platform.tar.gz (stored 0%)
+ popd
/sonic
+ sudo zip -g -n .squashfs:.gz fs.zip fs.squashfs dockerfs.tar.gz
  adding: fs.squashfs (stored 0%)
  adding: dockerfs.tar.gz (stored 0%)
+ sudo LANG=C chroot ./fsroot-broadcom-dnx umount /proc
umount: /proc: not mounted.
+ true
+ true
++ '[' -f .arch ']'
++ cat .arch
+ CONFIGURED_ARCH=amd64
+ [[ amd64 == armhf ]]
+ [[ amd64 == arm64 ]]
+ . ./onie-image.conf
++ : 32768
++ : x86_64
++ : broadcom-dnx
++ ONIEIMAGE_VERSION=r0
++ FILESYSTEM_ROOT=./fsroot-broadcom-dnx
++ FILESYSTEM_SQUASHFS=fs.squashfs
++ ONIE_INSTALLER_PAYLOAD=fs.zip
++ FILESYSTEM_DOCKERFS=dockerfs.tar.gz
++ DOCKERFS_DIR=docker
++ DOCKER_RAMFS_SIZE=2500M
++ OUTPUT_ONIE_IMAGE=target/sonic-broadcom-dnx.bin
++ OUTPUT_RAW_IMAGE=target/sonic-broadcom-dnx.raw
++ RAW_IMAGE_DISK_SIZE=1700
++ OUTPUT_KVM_IMAGE=target/sonic-broadcom-dnx.img
++ KVM_IMAGE_DISK_SIZE=16
++ OUTPUT_ABOOT_IMAGE=target/sonic-aboot-broadcom-dnx.swi
++ ABOOT_BOOT_IMAGE=.sonic-boot.swi
++ OUTPUT_KVM_4ASIC_IMAGE=target/sonic-4asic-broadcom-dnx.img
++ OUTPUT_KVM_6ASIC_IMAGE=target/sonic-6asic-broadcom-dnx.img
+ '[' -n 32768 ']'
+ '[' -n fs.zip ']'
+ IMAGE_VERSION=etri-202311.98-8b0576444
+ '[' onie = onie ']'
+ echo 'Build ONIE installer'
Build ONIE installer
++ dirname target/sonic-broadcom-dnx.bin
+ mkdir -p target
+ sudo rm -f target/sonic-broadcom-dnx.bin
+ generate_device_list ./installer/platforms_asic
+ local platforms_asic=./installer/platforms_asic
+ echo -n
++ find -L ./device -maxdepth 2 -mindepth 2 -type d
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/common/profiles/platform_asic ']'
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/common/pddf/platform_asic ']'
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_s5212f_c3538-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_s5212f_c3538-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dell_s6100_c2538-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dell_s6100_c2538-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_s5232f_c3538-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_s5232f_c3538-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_n3248te_c3338-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_n3248te_c3338-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_z9264f_c3538-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_z9264f_c3538-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dell_z9100_c2538-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dell_z9100_c2538-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_z9432f_c3758-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_z9432f_c3758-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_s5224f_c3538-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_s5224f_c3538-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_z9332f_d1508-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_z9332f_d1508-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_s5296f_c3538-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_s5296f_c3538-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dell_e3224f-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dell_e3224f-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dell_s6000_s1220-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dell_s6000_s1220-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/dell/x86_64-dellemc_s5248f_c3538-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dellemc_s5248f_c3538-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/platform_asic
+ echo x86_64-nokia_ixr7250e_36x400g-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/platform_asic
+ echo x86_64-nokia_ixr7250e_sup-r0
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/arm64-nokia_ixs7215_52xb-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nokia/arm64-nokia_ixs7215_52xb-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/armhf-nokia_ixs7215_52x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nokia/armhf-nokia_ixs7215_52x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/wnc/x86_64-wnc_osw1800-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/wnc/x86_64-wnc_osw1800-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/juniper/x86_64-juniper_qfx5200-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/juniper/x86_64-juniper_qfx5200-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/juniper/x86_64-juniper_qfx5210-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/juniper/x86_64-juniper_qfx5210-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/pegatron/x86_64-pegatron_porsche-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/pegatron/x86_64-pegatron_porsche-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/inventec/x86_64-inventec_d6356-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/inventec/x86_64-inventec_d6356-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/inventec/x86_64-inventec_d6332-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/inventec/x86_64-inventec_d6332-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/inventec/x86_64-inventec_d6556-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/inventec/x86_64-inventec_d6556-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/inventec/x86_64-inventec_d7054q28b-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/inventec/x86_64-inventec_d7054q28b-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/inventec/x86_64-inventec_d6254qs-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/inventec/x86_64-inventec_d6254qs-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/inventec/x86_64-inventec_d7264q28b-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/inventec/x86_64-inventec_d7264q28b-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/inventec/x86_64-inventec_d7032q28b-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/inventec/x86_64-inventec_d7032q28b-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/cig/x86_64-cig_cs5435_54p-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/cig/x86_64-cig_cs5435_54p-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/cig/x86_64-cig_cs6436_54p-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/cig/x86_64-cig_cs6436_54p-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/cig/x86_64-cig_cs6436_56p-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/cig/x86_64-cig_cs6436_56p-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix1b_32x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix1b_32x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix8c_bwde-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix8c_bwde-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix7_bwde-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix7_bwde-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix9_bwde-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix9_bwde-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/quanta/x86_64-quanta_ix8a_bwde-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/quanta/x86_64-quanta_ix8a_bwde-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_seastone_2-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_seastone_2-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_seastone-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_seastone-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_midstone-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_midstone-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_silverstone-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_silverstone-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_belgite-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_belgite-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_e1031-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_e1031-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/armhf-marvell_et6448m_52x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/marvell/armhf-marvell_et6448m_52x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/arm64-marvell_db98cx8580_16cd-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/marvell/arm64-marvell_db98cx8580_16cd-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/arm64-marvell_db98cx8580_32cd-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/marvell/arm64-marvell_db98cx8580_32cd-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/x86_64-marvell_slm5401_54x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/marvell/x86_64-marvell_slm5401_54x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8580_32cd-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/marvell/x86_64-marvell_db98cx8580_32cd-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/arm64-marvell_rd98DX35xx-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/marvell/arm64-marvell_rd98DX35xx-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8580_16cd-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/marvell/x86_64-marvell_db98cx8580_16cd-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/arm64-marvell_rd98DX35xx_cn9131-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/marvell/arm64-marvell_rd98DX35xx_cn9131-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/x86_64-centec_v682_48x8c-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/centec/x86_64-centec_v682_48x8c-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/x86_64-centec_v682_48y8c_d-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/centec/x86_64-centec_v682_48y8c_d-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/x86_64-centec_e582_48x2q4z-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/centec/x86_64-centec_e582_48x2q4z-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/x86_64-centec_v682_48y8c-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/centec/x86_64-centec_v682_48y8c-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/arm64-centec_e530_24x2c-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/centec/arm64-centec_e530_24x2c-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/x86_64-centec_e582_48x6q-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/centec/x86_64-centec_e582_48x6q-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/x86_64-ew_es6220_x48q2h4-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/centec/x86_64-ew_es6220_x48q2h4-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/arm64-centec_e530_48s4x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/centec/arm64-centec_e530_48s4x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/arm64-centec_e530_48t4x_p-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/centec/arm64-centec_e530_48t4x_p-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/centec/arm64-centec_e530_24x2q-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/centec/arm64-centec_e530_24x2q-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_ag5648-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/delta/x86_64-delta_ag5648-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_ag9032v2a-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/delta/x86_64-delta_ag9032v2a-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_et-6248brb-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/delta/x86_64-delta_et-6248brb-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_ag9064-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/delta/x86_64-delta_ag9064-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_ag9032v1-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/delta/x86_64-delta_ag9032v1-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_et-c032if-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/delta/x86_64-delta_et-c032if-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/delta/x86_64-delta_agc032-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/delta/x86_64-delta_agc032-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_610-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/netberg/x86_64-netberg_aurora_610-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_710-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/netberg/x86_64-netberg_aurora_710-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_715-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/netberg/x86_64-netberg_aurora_715-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_750-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/netberg/x86_64-netberg_aurora_750-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9100-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ingrasys/x86_64-ingrasys_s9100-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/facebook/x86_64-facebook_wedge100-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/facebook/x86_64-facebook_wedge100-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700a1-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn2700a1-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3800-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn3800-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2010-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn2010-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4600-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn4600-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5400_simx-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn5400_simx-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4800-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn4800-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5400-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn5400-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3420-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn3420-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4410-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn4410-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4700-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn4700-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5600_simx-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn5600_simx-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn2201-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn2201-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700c-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn3700c-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5600-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn5600-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4800_simx-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn4800_simx-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700_simx-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn3700_simx-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2740-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn2740-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn2700-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4700_simx-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn4700_simx-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_lssn2700-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_lssn2700-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2100-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn2100-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4600c-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn4600c-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn3700-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2410-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-mlnx_msn2410-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s6301_56st-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ufispace/x86_64-ufispace_s6301_56st-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9300_32d-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ufispace/x86_64-ufispace_s9300_32d-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9110_32x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ufispace/x86_64-ufispace_s9110_32x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/tencent/x86_64-tencent_tcs9400-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/tencent/x86_64-tencent_tcs9400-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/tencent/x86_64-tencent_tcs8400-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/tencent/x86_64-tencent_tcs8400-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7280cr3k_32p4/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7280cr3k_32p4/platform_asic
+ echo x86_64-arista_7280cr3k_32p4
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060dx5_64s/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060dx5_64s/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3_48cq2_lc/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3_48cq2_lc/platform_asic
+ echo x86_64-arista_7800r3_48cq2_lc
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7050_qx32/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050_qx32/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7170_64c/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7170_64c/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7170_32cd/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7170_32cd/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3ak_36d2_lc/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3ak_36d2_lc/platform_asic
+ echo x86_64-arista_7800r3ak_36d2_lc
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7050dx4_32s/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050dx4_32s/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060dx4_32/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060dx4_32/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_720dt_48s/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_720dt_48s/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060x6_64pe/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060x6_64pe/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_common/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_common/platform_asic
+ echo x86_64-arista_common
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3_48cqm2_lc/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3_48cqm2_lc/platform_asic
+ echo x86_64-arista_7800r3_48cqm2_lc
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7050_qx32s/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050_qx32s/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060x6_64de/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060x6_64de/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7050px4_32s/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050px4_32s/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7170_32c/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7170_32c/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7280cr3k_32d4/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7280cr3k_32d4/platform_asic
+ echo x86_64-arista_7280cr3k_32d4
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36d2_lc/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3a_36d2_lc/platform_asic
+ echo x86_64-arista_7800r3a_36d2_lc
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7050cx3_32s/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050cx3_32s/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36dm2_lc/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3a_36dm2_lc/platform_asic
+ echo x86_64-arista_7800r3a_36dm2_lc
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060px5_64s/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060px5_64s/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7280cr3mk_32p4/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7280cr3mk_32p4/platform_asic
+ echo x86_64-arista_7280cr3mk_32p4
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060_cx32s/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060_cx32s/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7170b_64c/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7170b_64c/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7280cr3_32p4/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7280cr3_32p4/platform_asic
+ echo x86_64-arista_7280cr3_32p4
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800_sup/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800_sup/platform_asic
+ echo x86_64-arista_7800_sup
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7280cr3_32d4/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7280cr3_32d4/platform_asic
+ echo x86_64-arista_7280cr3_32d4
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7280cr3mk_32d4/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7280cr3mk_32d4/platform_asic
+ echo x86_64-arista_7280cr3mk_32d4
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060dx5_32/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060dx5_32/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36d_lc/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3a_36d_lc/platform_asic
+ echo x86_64-arista_7800r3a_36d_lc
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7260cx3_64/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7260cx3_64/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7050sx3_48yc8/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050sx3_48yc8/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36p_lc/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3a_36p_lc/platform_asic
+ echo x86_64-arista_7800r3a_36p_lc
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060px4_32/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060px4_32/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060cx2_32s/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060cx2_32s/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7800r3ak_36dm2_lc/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7800r3ak_36dm2_lc/platform_asic
+ echo x86_64-arista_7800r3ak_36dm2_lc
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7050sx3_48c8/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050sx3_48c8/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/virtual/x86_64-kvm_x86_64-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/fs/arm64-fs_s5800_48t4s-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/fs/arm64-fs_s5800_48t4s-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/broadcom/x86_64-broadcom_common/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/broadcom/x86_64-broadcom_common/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/broadcom/x86_64-bcm_xlr-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/broadcom/x86_64-bcm_xlr-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/barefoot/x86_64-accton_as9516_32d-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/barefoot/x86_64-accton_as9516_32d-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/barefoot/x86_64-accton_as9516bf_32d-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/barefoot/x86_64-accton_as9516bf_32d-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7326_56x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7326_56x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as9726_32d-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as9726_32d-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7116_54x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7116_54x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7712_32x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7712_32x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7512_32x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7512_32x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7312_54x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7312_54x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as5835_54t-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as5835_54t-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7312_54xs-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7312_54xs-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as5835_54x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as5835_54x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7816_64x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7816_64x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_minipack-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_minipack-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as4630_54te-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as4630_54te-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7716_32xb-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7716_32xb-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_wedge100bf_32qs-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_wedge100bf_32qs-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as9716_32d-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as9716_32d-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7315_27xb-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7315_27xb-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as5812_54x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as5812_54x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as5712_54x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as5712_54x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7726_32x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7726_32x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7716_32x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7716_32x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as7212_54x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as7212_54x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as5812_54t-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as5812_54t-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as4630_54pe-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as4630_54pe-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/accton/x86_64-accton_as6712_32x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/accton/x86_64-accton_as6712_32x-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/wistron/x86_64-wistron_6512_32r-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/wistron/x86_64-wistron_6512_32r-r0/platform_asic
+ for d in `find -L ./device  -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/wistron/x86_64-wistron_sw_to3200k-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/wistron/x86_64-wistron_sw_to3200k-r0/platform_asic
+ generate_onie_installer_image
+ output_file=target/sonic-broadcom-dnx.bin
+ '[' -n '' ']'
+ rm -rf ./installer/platforms/
+ mkdir -p ./installer/platforms/
++ ls ./device
+ for VENDOR in `ls ./device`
++ ls ./device/accton
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as4630_54pe-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as4630_54pe-r0/installer.conf ./installer/platforms/x86_64-accton_as4630_54pe-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as4630_54te-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as4630_54te-r0/installer.conf ./installer/platforms/x86_64-accton_as4630_54te-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5712_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5712_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as5712_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5812_54t-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5812_54t-r0/installer.conf ./installer/platforms/x86_64-accton_as5812_54t-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5812_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5812_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as5812_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5835_54t-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5835_54t-r0/installer.conf ./installer/platforms/x86_64-accton_as5835_54t-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as5835_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as5835_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as5835_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as6712_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as6712_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as6712_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7116_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7116_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as7116_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7212_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7212_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as7212_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7312_54x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7312_54x-r0/installer.conf ./installer/platforms/x86_64-accton_as7312_54x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7312_54xs-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7312_54xs-r0/installer.conf ./installer/platforms/x86_64-accton_as7312_54xs-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7315_27xb-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7315_27xb-r0/installer.conf ./installer/platforms/x86_64-accton_as7315_27xb-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7326_56x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7326_56x-r0/installer.conf ./installer/platforms/x86_64-accton_as7326_56x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7512_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7512_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7512_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7712_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7712_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7712_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7716_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7716_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7716_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7716_32xb-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7716_32xb-r0/installer.conf ./installer/platforms/x86_64-accton_as7716_32xb-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7726_32x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7726_32x-r0/installer.conf ./installer/platforms/x86_64-accton_as7726_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as7816_64x-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as7816_64x-r0/installer.conf ./installer/platforms/x86_64-accton_as7816_64x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as9716_32d-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as9716_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9716_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_as9726_32d-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_as9726_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9726_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_minipack-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_minipack-r0/installer.conf ./installer/platforms/x86_64-accton_minipack-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/accton/x86_64-accton_wedge100bf_32qs-r0/installer.conf ']'
+ cp ./device/accton/x86_64-accton_wedge100bf_32qs-r0/installer.conf ./installer/platforms/x86_64-accton_wedge100bf_32qs-r0
+ for VENDOR in `ls ./device`
++ ls ./device/alphanetworks
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_bes2348t-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_bes2348t-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_snh60a0_320fv2-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_snh60a0_320fv2-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_snh60b0_640f-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_snh60b0_640f-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/installer.conf ']'
+ cp ./device/alphanetworks/x86_64-alphanetworks_snj60d0_320f-r0/installer.conf ./installer/platforms/x86_64-alphanetworks_snj60d0_320f-r0
+ for VENDOR in `ls ./device`
++ ls ./device/arista
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050_qx32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050_qx32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050cx3_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050dx4_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050px4_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050sx3_48c8/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7050sx3_48yc8/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060_cx32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060cx2_32s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060dx4_32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060dx5_32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060dx5_64s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060px4_32/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060px5_64s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_64de/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_64pe/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170_32c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170_32cd/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170_64c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7170b_64c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_720dt_48s/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7260cx3_64/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3_32d4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3_32p4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3k_32d4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3k_32p4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3mk_32d4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7280cr3mk_32p4/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800_sup/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3_48cq2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3_48cqm2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36d2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36d_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36dm2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3a_36p_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3ak_36d2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7800r3ak_36dm2_lc/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_common/installer.conf ']'
+ for VENDOR in `ls ./device`
++ ls ./device/barefoot
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_as9516_32d-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_as9516_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9516_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_as9516bf_32d-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_as9516bf_32d-r0/installer.conf ./installer/platforms/x86_64-accton_as9516bf_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_wedge100bf_32x-r0/installer.conf ./installer/platforms/x86_64-accton_wedge100bf_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/installer.conf ']'
+ cp ./device/barefoot/x86_64-accton_wedge100bf_65x-r0/installer.conf ./installer/platforms/x86_64-accton_wedge100bf_65x-r0
+ for VENDOR in `ls ./device`
++ ls ./device/broadcom
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/broadcom/x86_64-bcm_xlr-r0/installer.conf ']'
+ cp ./device/broadcom/x86_64-bcm_xlr-r0/installer.conf ./installer/platforms/x86_64-bcm_xlr-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/broadcom/x86_64-broadcom_common/installer.conf ']'
+ for VENDOR in `ls ./device`
++ ls ./device/celestica
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_belgite-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_belgite-r0/installer.conf ./installer/platforms/x86_64-cel_belgite-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_e1031-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_e1031-r0/installer.conf ./installer/platforms/x86_64-cel_e1031-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_midstone-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_midstone-r0/installer.conf ./installer/platforms/x86_64-cel_midstone-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_seastone-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_seastone-r0/installer.conf ./installer/platforms/x86_64-cel_seastone-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_seastone_2-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_seastone_2-r0/installer.conf ./installer/platforms/x86_64-cel_seastone_2-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_silverstone-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_silverstone-r0/installer.conf ./installer/platforms/x86_64-cel_silverstone-r0
+ for VENDOR in `ls ./device`
++ ls ./device/centec
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_e582_48x2q4z-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_e582_48x2q4z-r0/installer.conf ./installer/platforms/x86_64-centec_e582_48x2q4z-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_e582_48x6q-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_e582_48x6q-r0/installer.conf ./installer/platforms/x86_64-centec_e582_48x6q-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_v682_48x8c-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_v682_48x8c-r0/installer.conf ./installer/platforms/x86_64-centec_v682_48x8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_v682_48y8c-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_v682_48y8c-r0/installer.conf ./installer/platforms/x86_64-centec_v682_48y8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-centec_v682_48y8c_d-r0/installer.conf ']'
+ cp ./device/centec/x86_64-centec_v682_48y8c_d-r0/installer.conf ./installer/platforms/x86_64-centec_v682_48y8c_d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/centec/x86_64-ew_es6220_x48q2h4-r0/installer.conf ']'
+ cp ./device/centec/x86_64-ew_es6220_x48q2h4-r0/installer.conf ./installer/platforms/x86_64-ew_es6220_x48q2h4-r0
+ for VENDOR in `ls ./device`
++ ls ./device/cig
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/cig/x86_64-cig_cs5435_54p-r0/installer.conf ']'
+ cp ./device/cig/x86_64-cig_cs5435_54p-r0/installer.conf ./installer/platforms/x86_64-cig_cs5435_54p-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/cig/x86_64-cig_cs6436_54p-r0/installer.conf ']'
+ cp ./device/cig/x86_64-cig_cs6436_54p-r0/installer.conf ./installer/platforms/x86_64-cig_cs6436_54p-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/cig/x86_64-cig_cs6436_56p-r0/installer.conf ']'
+ cp ./device/cig/x86_64-cig_cs6436_56p-r0/installer.conf ./installer/platforms/x86_64-cig_cs6436_56p-r0
+ for VENDOR in `ls ./device`
++ ls ./device/common
++ grep '^x86_64'
+ for VENDOR in `ls ./device`
++ ls ./device/dell
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_e3224f-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_e3224f-r0/installer.conf ./installer/platforms/x86_64-dell_e3224f-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_s6000_s1220-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_s6000_s1220-r0/installer.conf ./installer/platforms/x86_64-dell_s6000_s1220-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_s6100_c2538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_s6100_c2538-r0/installer.conf ./installer/platforms/x86_64-dell_s6100_c2538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dell_z9100_c2538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_z9100_c2538-r0/installer.conf ./installer/platforms/x86_64-dell_z9100_c2538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_n3248pxe_c3338-r0/installer.conf ./installer/platforms/x86_64-dellemc_n3248pxe_c3338-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_n3248te_c3338-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_n3248te_c3338-r0/installer.conf ./installer/platforms/x86_64-dellemc_n3248te_c3338-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5212f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5212f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5212f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5224f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5224f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5224f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5232f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5232f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5232f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5248f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5248f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5248f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_s5296f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_s5296f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_s5296f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_z9264f_c3538-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_z9264f_c3538-r0/installer.conf ./installer/platforms/x86_64-dellemc_z9264f_c3538-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_z9332f_d1508-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_z9332f_d1508-r0/installer.conf ./installer/platforms/x86_64-dellemc_z9332f_d1508-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/dell/x86_64-dellemc_z9432f_c3758-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dellemc_z9432f_c3758-r0/installer.conf ./installer/platforms/x86_64-dellemc_z9432f_c3758-r0
+ for VENDOR in `ls ./device`
++ ls ./device/delta
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag5648-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag5648-r0/installer.conf ./installer/platforms/x86_64-delta_ag5648-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag9032v1-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag9032v1-r0/installer.conf ./installer/platforms/x86_64-delta_ag9032v1-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag9032v2a-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag9032v2a-r0/installer.conf ./installer/platforms/x86_64-delta_ag9032v2a-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_ag9064-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_ag9064-r0/installer.conf ./installer/platforms/x86_64-delta_ag9064-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_agc032-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_agc032-r0/installer.conf ./installer/platforms/x86_64-delta_agc032-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_et-6248brb-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_et-6248brb-r0/installer.conf ./installer/platforms/x86_64-delta_et-6248brb-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/delta/x86_64-delta_et-c032if-r0/installer.conf ']'
+ cp ./device/delta/x86_64-delta_et-c032if-r0/installer.conf ./installer/platforms/x86_64-delta_et-c032if-r0
+ for VENDOR in `ls ./device`
++ ls ./device/facebook
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/facebook/x86_64-facebook_wedge100-r0/installer.conf ']'
+ cp ./device/facebook/x86_64-facebook_wedge100-r0/installer.conf ./installer/platforms/x86_64-facebook_wedge100-r0
+ for VENDOR in `ls ./device`
++ ls ./device/fs
++ grep '^x86_64'
+ for VENDOR in `ls ./device`
++ ls ./device/ingrasys
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s8810_32q-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s8810_32q-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s8900_54xc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s8900_64xc-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s8900_64xc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9100-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9100-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9100-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9130_32x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9130_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9180_32x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9180_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9200_64x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9200_64x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9230_64x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9230_64x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/installer.conf ']'
+ cp ./device/ingrasys/x86_64-ingrasys_s9280_64x-r0/installer.conf ./installer/platforms/x86_64-ingrasys_s9280_64x-r0
+ for VENDOR in `ls ./device`
++ ls ./device/inventec
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6254qs-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6254qs-r0/installer.conf ./installer/platforms/x86_64-inventec_d6254qs-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6332-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6332-r0/installer.conf ./installer/platforms/x86_64-inventec_d6332-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6356-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6356-r0/installer.conf ./installer/platforms/x86_64-inventec_d6356-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d6556-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d6556-r0/installer.conf ./installer/platforms/x86_64-inventec_d6556-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d7032q28b-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d7032q28b-r0/installer.conf ./installer/platforms/x86_64-inventec_d7032q28b-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d7054q28b-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d7054q28b-r0/installer.conf ./installer/platforms/x86_64-inventec_d7054q28b-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/inventec/x86_64-inventec_d7264q28b-r0/installer.conf ']'
+ cp ./device/inventec/x86_64-inventec_d7264q28b-r0/installer.conf ./installer/platforms/x86_64-inventec_d7264q28b-r0
+ for VENDOR in `ls ./device`
++ ls ./device/juniper
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/juniper/x86_64-juniper_qfx5200-r0/installer.conf ']'
+ cp ./device/juniper/x86_64-juniper_qfx5200-r0/installer.conf ./installer/platforms/x86_64-juniper_qfx5200-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/juniper/x86_64-juniper_qfx5210-r0/installer.conf ']'
+ cp ./device/juniper/x86_64-juniper_qfx5210-r0/installer.conf ./installer/platforms/x86_64-juniper_qfx5210-r0
+ for VENDOR in `ls ./device`
++ ls ./device/marvell
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8580_16cd-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8580_32cd-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_slm5401_54x-r0/installer.conf ']'
+ cp ./device/marvell/x86_64-marvell_slm5401_54x-r0/installer.conf ./installer/platforms/x86_64-marvell_slm5401_54x-r0
+ for VENDOR in `ls ./device`
++ ls ./device/mellanox
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_lssn2700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_lssn2700-r0/installer.conf ./installer/platforms/x86_64-mlnx_lssn2700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2010-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2010-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2010-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2100-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2100-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2100-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2410-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2410-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2410-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2700-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2700_simx-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2700_simx-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2700a1-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2700a1-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2700a1-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn2740-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn2740-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn2740-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3420-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3420-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3420-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3700-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3700c-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3700c-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3700c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn3800-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn3800-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn3800-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4410-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4410-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4410-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4600-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4600-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4600-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4600c-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4600c-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4600c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4700-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_msn4700-r0/installer.conf ./installer/platforms/x86_64-mlnx_msn4700-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_msn4700_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/installer.conf ']'
+ cp ./device/mellanox/x86_64-mlnx_x86-r5.0.1400/installer.conf ./installer/platforms/x86_64-mlnx_x86-r5.0.1400
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn2201-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn2201-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn2201-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4800-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn4800-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn4800-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4800_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5400-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn5400-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn5400-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5400_simx-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5600-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn5600-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn5600-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5600_simx-r0/installer.conf ']'
+ for VENDOR in `ls ./device`
++ ls ./device/mitac
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/installer.conf ']'
+ cp ./device/mitac/x86_64-mitac_ly1200_b32h0_c3-r0/installer.conf ./installer/platforms/x86_64-mitac_ly1200_b32h0_c3-r0
+ for VENDOR in `ls ./device`
++ ls ./device/netberg
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_610-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_610-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_610-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_710-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_710-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_710-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_715-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_715-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_715-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/netberg/x86_64-netberg_aurora_750-r0/installer.conf ']'
+ cp ./device/netberg/x86_64-netberg_aurora_750-r0/installer.conf ./installer/platforms/x86_64-netberg_aurora_750-r0
+ for VENDOR in `ls ./device`
++ ls ./device/nokia
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7250e_36x400g-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7250e_36x400g-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7250e_sup-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7250e_sup-r0
+ for VENDOR in `ls ./device`
++ ls ./device/pegatron
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/pegatron/x86_64-pegatron_porsche-r0/installer.conf ']'
+ cp ./device/pegatron/x86_64-pegatron_porsche-r0/installer.conf ./installer/platforms/x86_64-pegatron_porsche-r0
+ for VENDOR in `ls ./device`
++ ls ./device/quanta
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix1b_32x-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix1b_rglbmc-r0/installer.conf ./installer/platforms/x86_64-quanta_ix1b_rglbmc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix7_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix7_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix7_bwde-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix7_rglbmc-r0/installer.conf ./installer/platforms/x86_64-quanta_ix7_rglbmc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix8_rglbmc-r0/installer.conf ./installer/platforms/x86_64-quanta_ix8_rglbmc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix8a_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix8a_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix8a_bwde-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix8c_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix8c_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix8c_bwde-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/quanta/x86_64-quanta_ix9_bwde-r0/installer.conf ']'
+ cp ./device/quanta/x86_64-quanta_ix9_bwde-r0/installer.conf ./installer/platforms/x86_64-quanta_ix9_bwde-r0
+ for VENDOR in `ls ./device`
++ ls ./device/ragile
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6510-32c-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6510-32c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6510-48v8c-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6510-48v8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6910-64c-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6910-64c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/installer.conf ']'
+ cp ./device/ragile/x86_64-ragile_ra-b6920-4s-r0/installer.conf ./installer/platforms/x86_64-ragile_ra-b6920-4s-r0
+ for VENDOR in `ls ./device`
++ ls ./device/ruijie
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/installer.conf ']'
+ cp ./device/ruijie/x86_64-ruijie_b6510-48vs8cq-r0/installer.conf ./installer/platforms/x86_64-ruijie_b6510-48vs8cq-r0
+ for VENDOR in `ls ./device`
++ ls ./device/supermicro
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/installer.conf ']'
+ cp ./device/supermicro/x86_64-supermicro_sse_t7132s-r0/installer.conf ./installer/platforms/x86_64-supermicro_sse_t7132s-r0
+ for VENDOR in `ls ./device`
++ ls ./device/tencent
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/tencent/x86_64-tencent_tcs8400-r0/installer.conf ']'
+ cp ./device/tencent/x86_64-tencent_tcs8400-r0/installer.conf ./installer/platforms/x86_64-tencent_tcs8400-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/tencent/x86_64-tencent_tcs9400-r0/installer.conf ']'
+ cp ./device/tencent/x86_64-tencent_tcs9400-r0/installer.conf ./installer/platforms/x86_64-tencent_tcs9400-r0
+ for VENDOR in `ls ./device`
++ ls ./device/ufispace
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s6301_56st-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s6301_56st-r0/installer.conf ./installer/platforms/x86_64-ufispace_s6301_56st-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s7801_54xs-r0/installer.conf ./installer/platforms/x86_64-ufispace_s7801_54xs-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s8901_54xc-r0/installer.conf ./installer/platforms/x86_64-ufispace_s8901_54xc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9110_32x-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9110_32x-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9110_32x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9300_32d-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9300_32d-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9300_32d-r0
+ for VENDOR in `ls ./device`
++ ls ./device/virtual
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64-r0/installer.conf ']'
+ cp ./device/virtual/x86_64-kvm_x86_64-r0/installer.conf ./installer/platforms/x86_64-kvm_x86_64-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/installer.conf ']'
+ cp ./device/virtual/x86_64-kvm_x86_64_4_asic-r0/installer.conf ./installer/platforms/x86_64-kvm_x86_64_4_asic-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/installer.conf ']'
+ cp ./device/virtual/x86_64-kvm_x86_64_6_asic-r0/installer.conf ./installer/platforms/x86_64-kvm_x86_64_6_asic-r0
+ for VENDOR in `ls ./device`
++ ls ./device/wistron
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/wistron/x86_64-wistron_6512_32r-r0/installer.conf ']'
+ cp ./device/wistron/x86_64-wistron_6512_32r-r0/installer.conf ./installer/platforms/x86_64-wistron_6512_32r-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/wistron/x86_64-wistron_sw_to3200k-r0/installer.conf ']'
+ cp ./device/wistron/x86_64-wistron_sw_to3200k-r0/installer.conf ./installer/platforms/x86_64-wistron_sw_to3200k-r0
+ for VENDOR in `ls ./device`
++ ls ./device/wnc
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/wnc/x86_64-wnc_osw1800-r0/installer.conf ']'
+ cp ./device/wnc/x86_64-wnc_osw1800-r0/installer.conf ./installer/platforms/x86_64-wnc_osw1800-r0
+ ./onie-mk-demo.sh amd64 broadcom-dnx x86_64-broadcom-dnx-r0 installer platform/broadcom-dnx/platform.conf target/sonic-broadcom-dnx.bin OS etri-202311.98-8b0576444 32768 fs.zip
+ arch=amd64
+ machine=broadcom-dnx
+ platform=x86_64-broadcom-dnx-r0
+ installer_dir=installer
+ platform_conf=platform/broadcom-dnx/platform.conf
+ output_file=target/sonic-broadcom-dnx.bin
+ demo_type=OS
+ image_version=etri-202311.98-8b0576444
+ onie_image_part_size=32768
+ onie_installer_payload=fs.zip
+ cert_file=
+ key_file=
+ shift 9
+ [ ! -d installer ]
+ [ ! -r installer/sharch_body.sh ]
+ [ ! -d installer ]
+ [ ! -r installer/install.sh ]
+ [ -n etri-202311.98-8b0576444 ]
+ [ -n 32768 ]
+ [ -r platform/broadcom-dnx/platform.conf ]
+ echo Warning: Unable to read installer platform configuration file: platform/broadcom-dnx/platform.conf
Warning: Unable to read installer platform configuration file: platform/broadcom-dnx/platform.conf
+ [ 1 -gt 0 ]
+ tmp_dir=
+ echo -n Building self-extracting install image .
Building self-extracting install image .+ mktemp --directory
+ tmp_dir=/tmp/tmp.GSp6Bqs1KX
+ tmp_installdir=/tmp/tmp.GSp6Bqs1KX/installer
+ mkdir /tmp/tmp.GSp6Bqs1KX/installer
+ cp -r installer/default_platform.conf installer/install.sh installer/platforms installer/platforms_asic installer/sharch_body.sh installer/tests /tmp/tmp.GSp6Bqs1KX/installer
+ cp onie-image.conf /tmp/tmp.GSp6Bqs1KX/installer
+ cp onie-image-amd64.conf /tmp/tmp.GSp6Bqs1KX/installer
cp: cannot stat 'onie-image-amd64.conf': No such file or directory
+ [ n = y ]
+ echo
+ sed -e s/[\/&]/\\&/g
+ EXTRA_CMDLINE_LINUX=
+ cat onie-image.conf
+ grep OUTPUT_RAW_IMAGE
+ cut -f2 -d=
+ output_raw_image=target/sonic-$TARGET_MACHINE.raw
+ [ -z broadcom-dnx ]
+ eval echo target/sonic-$TARGET_MACHINE.raw
+ echo target/sonic-broadcom-dnx.raw
+ output_raw_image=target/sonic-broadcom-dnx.raw
+ sed -i -e s/%%DEMO_TYPE%%/OS/g -e s/%%IMAGE_VERSION%%/etri-202311.98-8b0576444/g -e s/%%ONIE_IMAGE_PART_SIZE%%/32768/ -e s/%%EXTRA_CMDLINE_LINUX%%// -e s@%%OUTPUT_RAW_IMAGE%%@target/sonic-broadcom-dnx.raw@ /tmp/tmp.GSp6Bqs1KX/installer/install.sh
+ echo -n .
.+ cp -r fs.zip /tmp/tmp.GSp6Bqs1KX/installer
+ echo -n .
.+ [ -r platform/broadcom-dnx/platform.conf ]
+ echo machine=broadcom-dnx
+ echo platform=x86_64-broadcom-dnx-r0
+ echo -n .
.+ sharch=/tmp/tmp.GSp6Bqs1KX/sharch.tar
+ tar -C /tmp/tmp.GSp6Bqs1KX -cf /tmp/tmp.GSp6Bqs1KX/sharch.tar installer
+ echo -n .
.+ [ -f /tmp/tmp.GSp6Bqs1KX/sharch.tar ]
+ cat /tmp/tmp.GSp6Bqs1KX/sharch.tar
+ sha1sum
+ awk {print $1}
+ sha1=d0d242e28af6132a5f6e81167d292af86e8db348
+ echo -n .
.+ cp installer/sharch_body.sh target/sonic-broadcom-dnx.bin
+ sed -i -e s/%%IMAGE_SHA1%%/d0d242e28af6132a5f6e81167d292af86e8db348/ target/sonic-broadcom-dnx.bin
+ echo -n .
.+ wc -c
+ tar_size=802058240
+ sed -i -e s|%%PAYLOAD_IMAGE_SIZE%%|802058240| target/sonic-broadcom-dnx.bin
+ cat /tmp/tmp.GSp6Bqs1KX/sharch.tar
+ echo secure upgrade flags: SECURE_UPGRADE_MODE = no_sign, SECURE_UPGRADE_DEV_SIGNING_KEY = , SECURE_UPGRADE_SIGNING_CERT = 
secure upgrade flags: SECURE_UPGRADE_MODE = no_sign, SECURE_UPGRADE_DEV_SIGNING_KEY = , SECURE_UPGRADE_SIGNING_CERT = 
+ [ no_sign = dev -o no_sign = prod ]
+ [ no_sign -ne no_sign ]
./onie-mk-demo.sh: 176: [: Illegal number: no_sign
+ rm -rf /tmp/tmp.GSp6Bqs1KX
+ echo  Done.
 Done.
+ echo Success:  Demo install image is ready in target/sonic-broadcom-dnx.bin:
Success:  Demo install image is ready in target/sonic-broadcom-dnx.bin:
+ ls -l target/sonic-broadcom-dnx.bin
-rw-r--r-- 1 jenkins gjenkins 802060270 Jul 18 09:45 target/sonic-broadcom-dnx.bin
+ clean_up 0
+ rm -rf /tmp/tmp.GSp6Bqs1KX
+ exit 0
Build end time: Fri Jul 18 09:45:27 UTC 2025
Elapsed time: 0h 22m 52s