Build start time: Thu Nov 20 08:40:04 UTC 2025
++ '[' -f .arch ']'
++ cat .arch
+ CONFIGURED_ARCH=amd64
+ DOCKER_VERSION=5:24.0.2-1~debian.12~bookworm
+ CONTAINERD_IO_VERSION=1.6.21-1
+ LINUX_KERNEL_VERSION=6.1.0-29-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
++ INSTALLER_PAYLOAD=fs.zip
++ FILESYSTEM_DOCKERFS=dockerfs.tar.gz
++ DOCKERFS_DIR=docker
++ DOCKER_RAMFS_SIZE=3500M
++ 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
++ OUTPUT_DSC_IMAGE=target/sonic-broadcom.tar
+ '[' -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 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 7002 ..c.. bash
jenkins 7102 ..c.. build_debian.sh
jenkins 7103 ..c.. process_log.sh
root 7111 ..c.. sudo
+ sudo rm -rf ./fsroot-broadcom
+ sudo unsquashfs -d ./fsroot-broadcom target/sonic-broadcom.bin__broadcom__rfs.squashfs
Parallel unsquashfs: Using 112 processors
33626 inodes (34109 blocks) to write
[=======| ] 8155/67735 12%
[==========- ] 12543/67735 18%
[==================\ ] 20711/67735 30%
[===========================| ] 31719/67735 46%
[======================================/ ] 43715/67735 64%
[=========================================================- ] 65953/67735 97%
[===========================================================-] 67735/67735 100%
created 25913 files
created 3484 directories
created 2357 symlinks
created 5351 devices
created 0 fifos
created 0 sockets
created 5 hardlinks
+ 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-202505.13-0216238cd
+ build_version=etri-202505.13-0216238cd
++ cat ./fsroot-broadcom/etc/debian_version
+ export debian_version=12.12
+ debian_version=12.12
+ export kernel_version=6.1.0-29-2-amd64
+ kernel_version=6.1.0-29-2-amd64
+ export asic_type=broadcom
+ asic_type=broadcom
+ export asic_subtype=broadcom
+ asic_subtype=broadcom
++ git rev-parse --short HEAD
+ export commit_id=0216238cd
+ commit_id=0216238cd
++ git rev-parse --abbrev-ref HEAD
+ export branch=etri-202505
+ branch=etri-202505
++ '[' -f ./fsroot-broadcom/etc/sonic/sonic_release ']'
++ cat ./fsroot-broadcom/etc/sonic/sonic_release
+ export release=202505
+ release=202505
++ date -u
+ export 'build_date=Thu Nov 20 08:40:45 UTC 2025'
+ build_date='Thu Nov 20 08:40:45 UTC 2025'
+ export build_number=13
+ build_number=13
+ export built_by=jenkins@w2sh-PowerEdge-R740
+ built_by=jenkins@w2sh-PowerEdge-R740
+ export sonic_os_version=12
+ sonic_os_version=12
+ j2 files/build_templates/sonic_version.yml.j2
+ sudo tee ./fsroot-broadcom/etc/sonic/sonic_version.yml
---
build_version: 'etri-202505.13-0216238cd'
debian_version: '12.12'
kernel_version: '6.1.0-29-2-amd64'
asic_type: broadcom
asic_subtype: 'broadcom'
commit_id: '0216238cd'
branch: 'etri-202505'
release: '202505'
build_date: Thu Nov 20 08:40:45 UTC 2025
build_number: 13
built_by: jenkins@w2sh-PowerEdge-R740
libswsscommon: 1.0.0
sonic_utilities: 1.2
sonic_os_version: 12
secure_boot_image: 'no'
+ '[' -f sonic_debian_extension.sh ']'
+ ./sonic_debian_extension.sh ./fsroot-broadcom platform bookworm
++ '[' -f .arch ']'
++ cat .arch
+ CONFIGURED_ARCH=amd64
++ '[' -f .platform ']'
++ cat .platform
+ CONFIGURED_PLATFORM=broadcom
+ . 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_LIB_SYSTEMD_NETWORK=./fsroot-broadcom/usr/lib//systemd/network
+ 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.
dmesg(1) may have more information after failed mount system call.
mount: /sys/fs/cgroup/cpuacct: cgroup already mounted on /sys/fs/cgroup.
dmesg(1) may have more information after failed mount system call.
mount: /sys/fs/cgroup/net_cls: cgroup already mounted on /sys/fs/cgroup.
dmesg(1) may have more information after failed mount system call.
mount: /sys/fs/cgroup/net_prio: cgroup already mounted on /sys/fs/cgroup.
dmesg(1) may have more information after failed mount system call.
Starting Docker: docker.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get update
Hit:1 https://download.docker.com/linux/debian bookworm InRelease
Hit:2 http://debian-archive.trafficmanager.net/debian bookworm InRelease
Hit:3 http://debian-archive.trafficmanager.net/debian bookworm-updates InRelease
Hit:4 http://debian-archive.trafficmanager.net/debian bookworm-backports InRelease
Hit:5 http://debian-archive.trafficmanager.net/debian-security bookworm-security InRelease
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 additional packages will be installed:
sbsigntool
The following NEW packages will be installed:
efitools sbsigntool
0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
Need to get 204 kB of archives.
After this operation, 1480 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 sbsigntool amd64 0.9.4-3.1 [68.4 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 efitools amd64 1.9.2-3 [135 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 204 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 ... 26705 files and directories currently installed.)
Preparing to unpack .../sbsigntool_0.9.4-3.1_amd64.deb ...
Unpacking sbsigntool (0.9.4-3.1) ...
Selecting previously unselected package efitools.
Preparing to unpack .../efitools_1.9.2-3_amd64.deb ...
Unpacking efitools (1.9.2-3) ...
Setting up sbsigntool (0.9.4-3.1) ...
Setting up efitools (1.9.2-3) ...
+ 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 NEW packages will be installed:
mokutil
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 26.9 kB of archives.
After this operation, 81.9 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 mokutil amd64 0.6.0-2 [26.9 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 26.9 kB in 0s (76.4 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package mokutil.
(Reading database ... 26758 files and directories currently installed.)
Preparing to unpack .../mokutil_0.6.0-2_amd64.deb ...
Unpacking mokutil (0.6.0-2) ...
Setting up mokutil (0.6.0-2) ...
+ sudo cp files/image_config/environment/environment ./fsroot-broadcom/etc/
+ sudo cp files/image_config/environment/motd ./fsroot-broadcom/etc/
+ sudo cp files/image_config/environment/logout_message ./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
+ install_deb_package target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb
+ basename_deb_packages=sonic-nettools_0.0.1-0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-nettools_0.0.1-0_amd64.deb
Selecting previously unselected package sonic-nettools.
(Reading database ... 26764 files and directories currently installed.)
Preparing to unpack sonic-nettools_0.0.1-0_amd64.deb ...
Unpacking sonic-nettools (0.0.1-0) ...
Setting up sonic-nettools (0.0.1-0) ...
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-nettools_0.0.1-0_amd64.deb
+ sudo setcap cap_net_raw=+ep ./fsroot-broadcom/usr/bin/wol
+ sudo bash -c 'echo "d /dev/shm/monit/ 0755 root root" > ./fsroot-broadcom/etc/tmpfiles.d/tmpfs-monit.conf'
+ sudo bash -c 'echo "d /dev/shm/logrotate/ 0755 root root" > ./fsroot-broadcom/etc/tmpfiles.d/tmpfs-logrotate.conf'
+ install_deb_package target/debs/bookworm/ifupdown2_3.0.0-1_all.deb
+ deb_packages=target/debs/bookworm/ifupdown2_3.0.0-1_all.deb
+ [[ -z target/debs/bookworm/ifupdown2_3.0.0-1_all.deb ]]
+ sudo cp target/debs/bookworm/ifupdown2_3.0.0-1_all.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/ifupdown2_3.0.0-1_all.deb
+ basename_deb_packages=ifupdown2_3.0.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i ifupdown2_3.0.0-1_all.deb
Selecting previously unselected package ifupdown2.
(Reading database ... 26767 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) ...
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.
+ cd ./fsroot-broadcom
+ sudo rm -f ifupdown2_3.0.0-1_all.deb
+ 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 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.11-dev
libtirpc-dev linux-libc-dev python3.11-dev rpcsvc-proto 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.11-dev
libtirpc-dev linux-libc-dev python3-dev python3.11-dev rpcsvc-proto
zlib1g-dev
0 upgraded, 16 newly installed, 0 to remove and 6 not upgraded.
Need to get 11.6 MB of archives.
After this operation, 51.8 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u13 [47.4 kB]
Get:2 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main amd64 linux-libc-dev amd64 6.1.158-1 [2204 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u13 [1904 kB]
Get:8 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libexpat1-dev amd64 2.5.0-1+deb12u2 [151 kB]
Get:9 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB]
Get:10 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [116 kB]
Get:11 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libjs-sphinxdoc all 5.3.0-4 [130 kB]
Get:12 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 zlib1g-dev amd64 1:1.2.13.dfsg-1 [916 kB]
Get:13 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpython3.11-dev amd64 3.11.2-6+deb12u6 [4742 kB]
Get:14 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpython3-dev amd64 3.11.2-1+b1 [9572 B]
Get:15 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3.11-dev amd64 3.11.2-6+deb12u6 [615 kB]
Get:16 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-dev amd64 3.11.2-1+b1 [26.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 11.6 MB in 1s (10.8 MB/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 ... 26886 files and directories currently installed.)
Preparing to unpack .../00-libc-dev-bin_2.36-9+deb12u13_amd64.deb ...
Unpacking libc-dev-bin (2.36-9+deb12u13) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../01-linux-libc-dev_6.1.158-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (6.1.158-1) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../02-libcrypt-dev_1%3a4.4.33-2_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../03-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
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 rpcsvc-proto.
Preparing to unpack .../05-rpcsvc-proto_1.4.3-1_amd64.deb ...
Unpacking rpcsvc-proto (1.4.3-1) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../06-libc6-dev_2.36-9+deb12u13_amd64.deb ...
Unpacking libc6-dev:amd64 (2.36-9+deb12u13) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../07-libexpat1-dev_2.5.0-1+deb12u2_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.5.0-1+deb12u2) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../08-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ...
Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../09-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ...
Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../10-libjs-sphinxdoc_5.3.0-4_all.deb ...
Unpacking libjs-sphinxdoc (5.3.0-4) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../11-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
Selecting previously unselected package libpython3.11-dev:amd64.
Preparing to unpack .../12-libpython3.11-dev_3.11.2-6+deb12u6_amd64.deb ...
Unpacking libpython3.11-dev:amd64 (3.11.2-6+deb12u6) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../13-libpython3-dev_3.11.2-1+b1_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.11.2-1+b1) ...
Selecting previously unselected package python3.11-dev.
Preparing to unpack .../14-python3.11-dev_3.11.2-6+deb12u6_amd64.deb ...
Unpacking python3.11-dev (3.11.2-6+deb12u6) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../15-python3-dev_3.11.2-1+b1_amd64.deb ...
Unpacking python3-dev (3.11.2-1+b1) ...
Setting up linux-libc-dev:amd64 (6.1.158-1) ...
Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
Setting up rpcsvc-proto (1.4.3-1) ...
Setting up libnsl-dev:amd64 (1.3.0-2) ...
Setting up libcrypt-dev:amd64 (1:4.4.33-2) ...
Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Setting up libc-dev-bin (2.36-9+deb12u13) ...
Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Setting up libjs-sphinxdoc (5.3.0-4) ...
Setting up libc6-dev:amd64 (2.36-9+deb12u13) ...
Setting up libexpat1-dev:amd64 (2.5.0-1+deb12u2) ...
Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
Setting up libpython3.11-dev:amd64 (3.11.2-6+deb12u6) ...
Setting up libpython3-dev:amd64 (3.11.2-1+b1) ...
Setting up python3.11-dev (3.11.2-6+deb12u6) ...
Setting up python3-dev (3.11.2-1+b1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install j2cli
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
python3-jinja2 python3-markupsafe python3-yaml
Suggested packages:
python-jinja2-doc
Recommended packages:
python3-babel
The following NEW packages will be installed:
j2cli python3-jinja2 python3-markupsafe python3-yaml
0 upgraded, 4 newly installed, 0 to remove and 6 not upgraded.
Need to get 268 kB of archives.
After this operation, 1167 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-markupsafe amd64 2.1.2-1+b1 [13.2 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-jinja2 all 3.1.2-1+deb12u3 [120 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-yaml amd64 6.0-3+b2 [119 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 j2cli all 0.3.12b-4 [15.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 268 kB in 1s (315 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package python3-markupsafe.
(Reading database ... 28933 files and directories currently installed.)
Preparing to unpack .../python3-markupsafe_2.1.2-1+b1_amd64.deb ...
Unpacking python3-markupsafe (2.1.2-1+b1) ...
Selecting previously unselected package python3-jinja2.
Preparing to unpack .../python3-jinja2_3.1.2-1+deb12u3_all.deb ...
Unpacking python3-jinja2 (3.1.2-1+deb12u3) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../python3-yaml_6.0-3+b2_amd64.deb ...
Unpacking python3-yaml (6.0-3+b2) ...
Selecting previously unselected package j2cli.
Preparing to unpack .../j2cli_0.3.12b-4_all.deb ...
Unpacking j2cli (0.3.12b-4) ...
Setting up python3-yaml (6.0-3+b2) ...
Setting up python3-markupsafe (2.1.2-1+b1) ...
Setting up python3-jinja2 (3.1.2-1+deb12u3) ...
Setting up j2cli (0.3.12b-4) ...
+ 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 (72 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.1/72.1 kB 5.1 MB/s eta 0:00:00
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ install_pip_package target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl ./fsroot-broadcom/
++ basename -a target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl
+ basename_pip_wheel=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.11/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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom
+ sudo rm -f 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 (277 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 9.7 MB/s eta 0:00:00
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install blkinfo
Collecting blkinfo
Downloading blkinfo-0.2.0.tar.gz (7.9 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: blkinfo
Building wheel for blkinfo (setup.py): started
Building wheel for blkinfo (setup.py): finished with status 'done'
Created wheel for blkinfo: filename=blkinfo-0.2.0-py3-none-any.whl size=7665 sha256=e3016b0ee86ca69f7881be9b5a9844c99266950fa507faf3f9111271e6c8a194
Stored in directory: /root/.cache/pip/wheels/bf/db/4f/2a25c37f82ea2114b3fe37f772b48956834073ddf3c9e6265e
Successfully built blkinfo
Installing collected packages: blkinfo
Successfully installed blkinfo-0.2.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ 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
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=9fecfa9d3255e824a8265cd8ee0aac0f8cbf891f77e942f50af91eec3fea3f4c
Stored in directory: /root/.cache/pip/wheels/1b/f4/54/ce8b4b51b444da2d12c64f5a99b6e4b526f341f803d4c9f5ac
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ [[ amd64 == amd64 ]]
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install grpcio==1.58.0
Collecting grpcio==1.58.0
Downloading grpcio-1.58.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 32.5 MB/s eta 0:00:00
Installing collected packages: grpcio
Successfully installed grpcio-1.58.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install grpcio-tools==1.58.0
Collecting grpcio-tools==1.58.0
Downloading grpcio_tools-1.58.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 25.3 MB/s eta 0:00:00
Collecting protobuf<5.0dev,>=4.21.6
Downloading protobuf-4.25.6-cp37-abi3-manylinux2014_x86_64.whl (294 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.6/294.6 kB 50.7 MB/s eta 0:00:00
Requirement already satisfied: grpcio>=1.58.0 in /usr/local/lib/python3.11/dist-packages (from grpcio-tools==1.58.0) (1.58.0)
Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from grpcio-tools==1.58.0) (66.1.1)
Installing collected packages: protobuf, grpcio-tools
Successfully installed grpcio-tools-1.58.0 protobuf-4.25.6
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install smbus2
Collecting smbus2
Downloading smbus2-0.5.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: smbus2
Successfully installed smbus2-0.5.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install telnetlib3
Collecting telnetlib3
Downloading telnetlib3-2.0.4-py2.py3-none-any.whl (93 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.3/93.3 kB 5.3 MB/s eta 0:00:00
Installing collected packages: telnetlib3
Successfully installed telnetlib3-2.0.4
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ install_pip_package target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl ./fsroot-broadcom/
++ basename -a target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl
+ basename_pip_wheel=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
Downloading natsort-8.4.0-py3-none-any.whl (38 kB)
Collecting pyyaml
Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 46.9 MB/s eta 0:00:00
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from redis-dump-load->sonic-py-common==1.0) (3.5.3)
Installing collected packages: pyyaml, natsort, sonic-py-common
Attempting uninstall: pyyaml
Found existing installation: PyYAML 6.0
Not uninstalling pyyaml at /usr/lib/python3/dist-packages, outside environment /usr
Can't uninstall 'PyYAML'. No files were found to uninstall.
Successfully installed natsort-8.4.0 pyyaml-6.0.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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom
+ sudo rm -f sonic_py_common-1.0-py3-none-any.whl
+ [[ amd64 == armhf ]]
+ [[ amd64 == arm64 ]]
+ install_deb_package target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb
+ deb_packages='target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb'
+ [[ -z target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb ]]
+ sudo cp target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb
+ basename_deb_packages='libyang_1.0.73_amd64.deb
libyang-cpp_1.0.73_amd64.deb
python3-yang_1.0.73_amd64.deb'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libyang_1.0.73_amd64.deb libyang-cpp_1.0.73_amd64.deb python3-yang_1.0.73_amd64.deb
Selecting previously unselected package libyang.
(Reading database ... 29051 files and directories currently installed.)
Preparing to unpack libyang_1.0.73_amd64.deb ...
Unpacking libyang (1.0.73) ...
Selecting previously unselected package libyang-cpp.
Preparing to unpack libyang-cpp_1.0.73_amd64.deb ...
Unpacking libyang-cpp (1.0.73) ...
Selecting previously unselected package python3-yang.
Preparing to unpack python3-yang_1.0.73_amd64.deb ...
Unpacking python3-yang (1.0.73) ...
dpkg: dependency problems prevent configuration of libyang:
libyang depends on libpcre3; however:
Package libpcre3 is not installed.
dpkg: error processing package libyang (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libyang-cpp:
libyang-cpp depends on libyang (= 1.0.73); however:
Package libyang is not configured yet.
dpkg: error processing package libyang-cpp (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3-yang:
python3-yang depends on libyang (= 1.0.73); however:
Package libyang is not configured yet.
python3-yang depends on libyang-cpp (= 1.0.73); however:
Package libyang-cpp is not configured yet.
dpkg: error processing package python3-yang (--install):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.36-9+deb12u13) ...
Errors were encountered while processing:
libyang
libyang-cpp
python3-yang
+ 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 additional packages will be installed:
libpcre3
The following NEW packages will be installed:
libpcre3
0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
3 not fully installed or removed.
Need to get 341 kB of archives.
After this operation, 696 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre3 amd64 2:8.39-15 [341 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 341 kB in 0s (876 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libpcre3:amd64.
(Reading database ... 29078 files and directories currently installed.)
Preparing to unpack .../libpcre3_2%3a8.39-15_amd64.deb ...
Unpacking libpcre3:amd64 (2:8.39-15) ...
Setting up libpcre3:amd64 (2:8.39-15) ...
Setting up libyang (1.0.73) ...
Setting up libyang-cpp (1.0.73) ...
Setting up python3-yang (1.0.73) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libyang_1.0.73_amd64.deb libyang-cpp_1.0.73_amd64.deb python3-yang_1.0.73_amd64.deb
+ install_pip_package target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl ./fsroot-broadcom/
++ basename -a target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl
+ basename_pip_wheel=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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom
+ sudo rm -f sonic_yang_models-1.0-py3-none-any.whl
+ install_pip_package target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl ./fsroot-broadcom/
++ basename -a target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl
+ basename_pip_wheel=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 ijson==3.2.3
Downloading ijson-3.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (116 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.5/116.5 kB 7.7 MB/s eta 0:00:00
Collecting jsondiff>=1.2.0
Downloading jsondiff-2.2.1-py3-none-any.whl (13 kB)
Collecting jsonpointer>=1.9
Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB)
Collecting tabulate==0.9.0
Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
Collecting xmltodict==0.12.0
Downloading xmltodict-0.12.0-py2.py3-none-any.whl (9.2 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from jsondiff>=1.2.0->sonic-yang-mgmt==1.0) (6.0.1)
Installing collected packages: ijson, xmltodict, tabulate, jsonpointer, jsondiff, sonic-yang-mgmt
Successfully installed ijson-3.2.3 jsondiff-2.2.1 jsonpointer-3.0.0 sonic-yang-mgmt-1.0 tabulate-0.9.0 xmltodict-0.12.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom
+ sudo rm -f sonic_yang_mgmt-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install pyangbind==0.8.2
Collecting pyangbind==0.8.2
Downloading pyangbind-0.8.2-py3-none-any.whl (51 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.7/51.7 kB 4.0 MB/s eta 0:00:00
Collecting pyang
Downloading pyang-2.6.1-py2.py3-none-any.whl (594 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.7/594.7 kB 33.2 MB/s eta 0:00:00
Collecting bitarray
Downloading bitarray-2.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (296 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.1/296.1 kB 13.6 MB/s eta 0:00:00
Collecting lxml
Downloading lxml-4.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 46.9 MB/s eta 0:00:00
Collecting regex
Downloading regex-2024.11.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (792 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 792.7/792.7 kB 85.6 MB/s eta 0:00:00
Collecting six
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting enum34
Downloading enum34-1.1.10-py3-none-any.whl (11 kB)
Installing collected packages: enum34, bitarray, six, regex, lxml, pyang, pyangbind
Successfully installed bitarray-2.8.1 enum34-1.1.10 lxml-4.9.1 pyang-2.6.1 pyangbind-0.8.2 regex-2024.11.6 six-1.16.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ 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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ install_pip_package target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl ./fsroot-broadcom/
++ basename -a target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl
+ basename_pip_wheel=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
Requirement already satisfied: Jinja2>=2.10 in /usr/lib/python3/dist-packages (from sonic-config-engine==1.0) (3.1.2)
Requirement already satisfied: bitarray==2.8.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (2.8.1)
Collecting ipaddress==1.0.23
Downloading ipaddress-1.0.23-py2.py3-none-any.whl (18 kB)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (4.9.1)
Collecting netaddr==0.8.0
Downloading netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 22.2 MB/s eta 0:00:00
Requirement already satisfied: pyyaml==6.0.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (6.0.1)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: sonic-yang-mgmt>=1.0 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: ijson==3.2.3 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (3.2.3)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (2.2.1)
Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (3.0.0)
Requirement already satisfied: tabulate==0.9.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (0.9.0)
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (0.12.0)
Requirement already satisfied: natsort in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-config-engine==1.0) (8.4.0)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-config-engine==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from redis-dump-load->sonic-py-common->sonic-config-engine==1.0) (3.5.3)
Installing collected packages: netaddr, ipaddress, sonic-config-engine
Successfully installed ipaddress-1.0.23 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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom
+ sudo rm -f sonic_config_engine-1.0-py3-none-any.whl
+ install_pip_package target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl ./fsroot-broadcom/
++ basename -a target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl
+ basename_pip_wheel=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: PyYAML in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (6.0.1)
Requirement already satisfied: natsort in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (8.4.0)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (3.5.3)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (1.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (1.0)
Requirement already satisfied: Jinja2>=2.10 in /usr/lib/python3/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (3.1.2)
Requirement already satisfied: bitarray==2.8.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (2.8.1)
Requirement already satisfied: ipaddress==1.0.23 in /usr/local/lib/python3.11/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.11/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.11/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (0.8.0)
Requirement already satisfied: sonic-yang-mgmt>=1.0 in /usr/local/lib/python3.11/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.11/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-platform-common==1.0) (1.1)
Requirement already satisfied: ijson==3.2.3 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (3.2.3)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (2.2.1)
Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (3.0.0)
Requirement already satisfied: tabulate==0.9.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (0.9.0)
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (0.12.0)
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom
+ sudo rm -f sonic_platform_common-1.0-py3-none-any.whl
+ install_pip_package target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl ./fsroot-broadcom/
++ basename -a target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl
+ basename_pip_wheel=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
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom
+ sudo rm -f sonic_platform_pddf_common-1.0-py3-none-any.whl
+ install_pip_package target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl ./fsroot-broadcom/
++ basename -a target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl
+ basename_pip_wheel=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: docker in /usr/local/lib/python3.11/dist-packages (from system-health==1.0) (7.1.0)
Requirement already satisfied: natsort in /usr/local/lib/python3.11/dist-packages (from system-health==1.0) (8.4.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from system-health==1.0) (1.0)
Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.11/dist-packages (from docker->system-health==1.0) (2.31.0)
Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.11/dist-packages (from docker->system-health==1.0) (2.3.0)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->system-health==1.0) (6.0.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->system-health==1.0) (1.1)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/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.11/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (2025.1.31)
Requirement already satisfied: redis in /usr/local/lib/python3.11/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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom
+ sudo rm -f system_health-1.0-py3-none-any.whl
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install python3-m2crypto python3-cryptography python3-cffi python3-nacl
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
python3-cffi-backend python3-ply python3-pycparser
Suggested packages:
python-cryptography-doc python3-cryptography-vectors python-m2crypto-doc
python-nacl-doc python-ply-doc
The following NEW packages will be installed:
python3-cffi python3-cffi-backend python3-cryptography python3-m2crypto
python3-nacl python3-ply python3-pycparser
0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.
Need to get 1225 kB of archives.
After this operation, 5933 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-ply all 3.11-5 [65.8 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-pycparser all 2.21-1 [78.8 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-cffi all 1.15.1-5 [86.2 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-cryptography amd64 38.0.4-3+deb12u1 [665 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-m2crypto amd64 0.38.0-4+b1 [185 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-nacl amd64 1.5.0-2 [59.3 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1225 kB in 1s (2132 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package python3-cffi-backend:amd64.
(Reading database ... 29091 files and directories currently installed.)
Preparing to unpack .../0-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
Selecting previously unselected package python3-ply.
Preparing to unpack .../1-python3-ply_3.11-5_all.deb ...
Unpacking python3-ply (3.11-5) ...
Selecting previously unselected package python3-pycparser.
Preparing to unpack .../2-python3-pycparser_2.21-1_all.deb ...
Unpacking python3-pycparser (2.21-1) ...
Selecting previously unselected package python3-cffi.
Preparing to unpack .../3-python3-cffi_1.15.1-5_all.deb ...
Unpacking python3-cffi (1.15.1-5) ...
Selecting previously unselected package python3-cryptography.
Preparing to unpack .../4-python3-cryptography_38.0.4-3+deb12u1_amd64.deb ...
Unpacking python3-cryptography (38.0.4-3+deb12u1) ...
Selecting previously unselected package python3-m2crypto.
Preparing to unpack .../5-python3-m2crypto_0.38.0-4+b1_amd64.deb ...
Unpacking python3-m2crypto (0.38.0-4+b1) ...
Selecting previously unselected package python3-nacl.
Preparing to unpack .../6-python3-nacl_1.5.0-2_amd64.deb ...
Unpacking python3-nacl (1.5.0-2) ...
Setting up python3-ply (3.11-5) ...
Setting up python3-pycparser (2.21-1) ...
Setting up python3-m2crypto (0.38.0-4+b1) ...
Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
Setting up python3-cffi (1.15.1-5) ...
Setting up python3-cryptography (38.0.4-3+deb12u1) ...
Setting up python3-nacl (1.5.0-2) ...
+ 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 NEW packages will be installed:
libffi-dev
0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Need to get 59.4 kB of archives.
After this operation, 323 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libffi-dev amd64 3.4.4-1 [59.4 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 59.4 kB in 0s (202 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 ... 29547 files and directories currently installed.)
Preparing to unpack .../libffi-dev_3.4.4-1_amd64.deb ...
Unpacking libffi-dev:amd64 (3.4.4-1) ...
Setting up libffi-dev:amd64 (3.4.4-1) ...
+ install_pip_package target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl ./fsroot-broadcom/
++ basename -a target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl
+ basename_pip_wheel=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
Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 kB 3.8 MB/s eta 0:00:00
Collecting click-log>=0.3.2
Downloading click_log-0.4.0-py2.py3-none-any.whl (4.3 kB)
Collecting click==7.0
Downloading Click-7.0-py2.py3-none-any.whl (81 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.3/81.3 kB 11.7 MB/s eta 0:00:00
Requirement already satisfied: cryptography>=3.3.2 in /usr/lib/python3/dist-packages (from sonic-utilities==1.2) (38.0.4)
Collecting docker-image-py>=0.1.10
Downloading docker_image_py-0.1.13-py3-none-any.whl (8.9 kB)
Requirement already satisfied: docker>=4.4.4 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (7.1.0)
Collecting enlighten>=1.8.0
Downloading enlighten-1.13.0-py2.py3-none-any.whl (42 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.0/42.0 kB 12.7 MB/s eta 0:00:00
Collecting filelock>=3.0.12
Downloading filelock-3.17.0-py3-none-any.whl (16 kB)
Requirement already satisfied: ipaddress>=1.0.23 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0.23)
Requirement already satisfied: jinja2>=2.11.3 in /usr/lib/python3/dist-packages (from sonic-utilities==1.2) (3.1.2)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (2.2.1)
Collecting jsonpatch>=1.32.0
Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB)
Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (3.0.0)
Collecting lazy-object-proxy
Downloading lazy_object_proxy-1.10.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.8/69.8 kB 13.1 MB/s eta 0:00:00
Requirement already satisfied: m2crypto>=0.31.0 in /usr/lib/python3/dist-packages (from sonic-utilities==1.2) (0.38.0)
Requirement already satisfied: natsort>=6.2.1 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (8.4.0)
Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (0.8.0)
Collecting netifaces>=0.10.7
Downloading netifaces-0.11.0.tar.gz (30 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting paramiko==2.11.0
Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 kB 64.7 MB/s eta 0:00:00
Collecting pexpect>=4.8.0
Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 44.8 MB/s eta 0:00:00
Collecting prettyprinter>=0.18.0
Downloading prettyprinter-0.18.0-py2.py3-none-any.whl (48 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.0/48.0 kB 32.7 MB/s eta 0:00:00
Requirement already satisfied: protobuf in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (4.25.6)
Collecting pyroute2==0.7.12
Downloading pyroute2-0.7.12-py3-none-any.whl (460 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 460.5/460.5 kB 90.9 MB/s eta 0:00:00
Requirement already satisfied: requests<=2.31.0,>=2.25.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (2.31.0)
Collecting scp==0.14.5
Downloading scp-0.14.5-py2.py3-none-any.whl (8.7 kB)
Collecting semantic-version>=2.8.5
Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Requirement already satisfied: six==1.16.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.16.0)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-platform-common in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-yang-mgmt in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: tabulate==0.9.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (0.9.0)
Collecting toposort==1.6
Downloading toposort-1.6-py2.py3-none-any.whl (9.5 kB)
Requirement already satisfied: urllib3>=2 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (2.3.0)
Collecting www-authenticate==0.9.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.11/dist-packages (from sonic-utilities==1.2) (0.12.0)
Requirement already satisfied: cffi>=1.1 in /usr/lib/python3/dist-packages (from bcrypt==3.2.2->sonic-utilities==1.2) (1.15.1)
Requirement already satisfied: pynacl>=1.0.1 in /usr/lib/python3/dist-packages (from paramiko==2.11.0->sonic-utilities==1.2) (1.5.0)
Requirement already satisfied: regex>=2019.4.14 in /usr/local/lib/python3.11/dist-packages (from docker-image-py>=0.1.10->sonic-utilities==1.2) (2024.11.6)
Collecting blessed>=1.17.7
Downloading blessed-1.20.0-py2.py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 37.1 MB/s eta 0:00:00
Collecting prefixed>=0.3.2
Downloading prefixed-0.9.0-py2.py3-none-any.whl (13 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from jsondiff>=1.2.0->sonic-utilities==1.2) (6.0.1)
Collecting ptyprocess>=0.5
Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting Pygments>=2.2.0
Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 91.2 MB/s eta 0:00:00
Collecting colorful>=0.4.0
Downloading colorful-0.5.6-py2.py3-none-any.whl (201 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.4/201.4 kB 90.5 MB/s eta 0:00:00
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/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.11/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (2025.1.31)
Requirement already satisfied: bitarray==2.8.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (2.8.1)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.11/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.11/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (1.0)
Requirement already satisfied: ijson==3.2.3 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt->sonic-utilities==1.2) (3.2.3)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common->sonic-utilities==1.2) (3.5.3)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-utilities==1.2) (1.1)
Collecting wcwidth>=0.1.4
Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Building wheels for collected packages: www-authenticate, netifaces
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=2915 sha256=fc2eb5e7defa97b13c897bbd13bacba8168d7f47e155a5cb56944591ee50168f
Stored in directory: /root/.cache/pip/wheels/06/49/2f/3fd5a4637570e85f30811a40ec3a87db5f58a490764dd5a728
Building wheel for netifaces (setup.py): started
Building wheel for netifaces (setup.py): finished with status 'done'
Created wheel for netifaces: filename=netifaces-0.11.0-cp311-cp311-linux_x86_64.whl size=34240 sha256=b24265ce25ec16d6b2dacb2c2eab6339ae88f2f24366f693f0b48fffff36c1ba
Stored in directory: /root/.cache/pip/wheels/40/85/29/648c19bbbb5f1d30e33bfb343fd7fb54296b402f7205d8e46f
Successfully built www-authenticate netifaces
Installing collected packages: www-authenticate, wcwidth, toposort, pyroute2, ptyprocess, prefixed, netifaces, colorful, semantic-version, Pygments, pexpect, lazy-object-proxy, jsonpatch, filelock, docker-image-py, click, blessed, bcrypt, prettyprinter, paramiko, enlighten, click-log, scp, sonic-utilities
Successfully installed Pygments-2.19.1 bcrypt-3.2.2 blessed-1.20.0 click-7.0 click-log-0.4.0 colorful-0.5.6 docker-image-py-0.1.13 enlighten-1.13.0 filelock-3.17.0 jsonpatch-1.33 lazy-object-proxy-1.10.0 netifaces-0.11.0 paramiko-2.11.0 pexpect-4.9.0 prefixed-0.9.0 prettyprinter-0.18.0 ptyprocess-0.7.0 pyroute2-0.7.12 scp-0.14.5 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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom
+ sudo rm -f sonic_utilities-1.2-py3-none-any.whl
+ install_deb_package target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb
+ deb_packages=target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb
+ [[ -z target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb ]]
+ sudo cp target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb
+ basename_deb_packages=sonic-utilities-data_1.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-utilities-data_1.0-1_all.deb
Selecting previously unselected package sonic-utilities-data.
(Reading database ... 29582 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 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 6 not upgraded.
1 not fully installed or removed.
Need to get 234 kB of archives.
After this operation, 1498 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 bash-completion all 1:2.11-6 [234 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 234 kB in 0s (592 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 ... 29623 files and directories currently installed.)
Preparing to unpack .../bash-completion_1%3a2.11-6_all.deb ...
Unpacking bash-completion (1:2.11-6) ...
Setting up bash-completion (1:2.11-6) ...
Setting up sonic-utilities-data (1.0-1) ...
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-utilities-data_1.0-1_all.deb
+ install_deb_package target/debs/bookworm/bash_5.1-2_amd64.deb
+ deb_packages=target/debs/bookworm/bash_5.1-2_amd64.deb
+ [[ -z target/debs/bookworm/bash_5.1-2_amd64.deb ]]
+ sudo cp target/debs/bookworm/bash_5.1-2_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/bash_5.1-2_amd64.deb
+ basename_deb_packages=bash_5.1-2_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i bash_5.1-2_amd64.deb
dpkg: warning: downgrading bash from 5.2.15-2+b9 to 5.1-2
(Reading database ... 30390 files and directories currently installed.)
Preparing to unpack bash_5.1-2_amd64.deb ...
Unpacking bash (5.1-2) over (5.2.15-2+b9) ...
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
Processing triggers for debianutils (5.7-0.5~deb12u1) ...
+ cd ./fsroot-broadcom
+ sudo rm -f bash_5.1-2_amd64.deb
+ sudo cp -f files/image_config/bash/bash.bashrc ./fsroot-broadcom/etc/
+ sudo cp -f files/image_config/bash/bash.bash_logout ./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 python3-dbus
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
build-essential bzip2 dpkg-dev fontconfig-config fonts-dejavu-core g++
g++-12 gir1.2-freedesktop gir1.2-glib-2.0 gobject-introspection libblkid-dev
libbrotli-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2
libdpkg-perl libfontconfig-dev libfontconfig1 libfreetype-dev
libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
libglib2.0-dev-bin libice-dev libice6 libmount-dev libpcre2-16-0
libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpixman-1-0 libpixman-1-dev
libpkgconf3 libpng-dev libpthread-stubs0-dev libselinux1-dev libsepol-dev
libsm-dev libsm6 libstdc++-12-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 make patch pkgconf pkgconf-bin python3-mako
python3-markdown uuid-dev x11-common x11proto-core-dev x11proto-dev xml-core
xorg-sgml-doctools xtrans-dev
Suggested packages:
bzip2-doc debian-keyring g++-multilib g++-12-multilib gcc-12-doc
libcairo2-doc gnupg | sq | sqop | pgpainless-cli git bzr freetype2-doc
libgirepository1.0-doc libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils
libice-doc libsm-doc libstdc++-12-doc libx11-doc libxcb-doc libxext-doc
make-doc ed diffutils-doc python-dbus-doc python-mako-doc python3-beaker
python-markdown-doc debhelper
Recommended packages:
fakeroot gnupg | sq | sqop | pgpainless-cli libalgorithm-merge-perl
libfile-fcntllock-perl liblocale-gettext-perl libpng-tools python3-gi
python3-pygments
The following NEW packages will be installed:
build-essential bzip2 dpkg-dev fontconfig-config fonts-dejavu-core g++
g++-12 gir1.2-freedesktop gir1.2-glib-2.0 gobject-introspection libblkid-dev
libbrotli-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2
libcairo2-dev libdbus-1-dev libdpkg-perl libfontconfig-dev libfontconfig1
libfreetype-dev libgirepository-1.0-1 libgirepository1.0-dev libglib2.0-bin
libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libice-dev libice6
libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
libpixman-1-0 libpixman-1-dev libpkgconf3 libpng-dev libpthread-stubs0-dev
libselinux1-dev libsepol-dev libsm-dev libsm6 libstdc++-12-dev
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 make patch pkg-config pkgconf pkgconf-bin python3-dbus
python3-mako python3-markdown uuid-dev x11-common x11proto-core-dev
x11proto-dev xml-core xorg-sgml-doctools xtrans-dev
0 upgraded, 77 newly installed, 0 to remove and 7 not upgraded.
Need to get 33.1 MB of archives.
After this operation, 137 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 bzip2 amd64 1.0.8-5+b1 [49.8 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libstdc++-12-dev amd64 12.2.0-14+deb12u1 [2047 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 g++-12 amd64 12.2.0-14+deb12u1 [10.7 MB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 g++ amd64 4:12.2.0-3 [1356 B]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libdpkg-perl all 1.21.22 [603 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB]
Get:8 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 dpkg-dev all 1.21.22 [1353 kB]
Get:9 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 build-essential amd64 12.9 [7704 B]
Get:10 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 fonts-dejavu-core all 2.37-6 [1068 kB]
Get:11 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB]
Get:12 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libgirepository-1.0-1 amd64 1.74.0-3 [101 kB]
Get:13 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 gir1.2-glib-2.0 amd64 1.74.0-3 [159 kB]
Get:14 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 gir1.2-freedesktop amd64 1.74.0-3 [37.2 kB]
Get:15 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-mako all 1.2.4+ds-1 [81.9 kB]
Get:16 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-markdown all 3.4.1-2 [64.7 kB]
Get:17 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 gobject-introspection amd64 1.74.0-3 [314 kB]
Get:18 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 uuid-dev amd64 2.38.1-5+deb12u3 [40.0 kB]
Get:19 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libblkid-dev amd64 2.38.1-5+deb12u3 [179 kB]
Get:20 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libbrotli-dev amd64 1.0.9-2+b6 [287 kB]
Get:21 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB]
Get:22 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpixman-1-0 amd64 0.42.2-1 [546 kB]
Get:23 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
Get:24 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Get:25 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB]
Get:26 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB]
Get:27 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB]
Get:28 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb-render0 amd64 1.15-1 [115 kB]
Get:29 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb-shm0 amd64 1.15-1 [105 kB]
Get:30 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB]
Get:31 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxrender1 amd64 1:0.9.10-1.1 [33.2 kB]
Get:32 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcairo2 amd64 1.16.0-7 [575 kB]
Get:33 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcairo-gobject2 amd64 1.16.0-7 [112 kB]
Get:34 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcairo-script-interpreter2 amd64 1.16.0-7 [149 kB]
Get:35 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpng-dev amd64 1.6.39-2 [359 kB]
Get:36 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libfreetype-dev amd64 2.12.1+dfsg-5+deb12u4 [566 kB]
Get:37 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:38 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:39 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:40 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
Get:41 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libfontconfig-dev amd64 2.14.1-4 [409 kB]
Get:42 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libglib2.0-data all 2.74.6-2+deb12u7 [1209 kB]
Get:43 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libglib2.0-bin amd64 2.74.6-2+deb12u7 [112 kB]
Get:44 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libglib2.0-dev-bin amd64 2.74.6-2+deb12u7 [152 kB]
Get:45 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libsepol-dev amd64 3.4-2.1 [351 kB]
Get:46 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre2-16-0 amd64 10.42-1 [245 kB]
Get:47 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre2-32-0 amd64 10.42-1 [234 kB]
Get:48 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre2-posix3 amd64 10.42-1 [55.4 kB]
Get:49 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre2-dev amd64 10.42-1 [753 kB]
Get:50 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libselinux1-dev amd64 3.4-1+b6 [157 kB]
Get:51 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libmount-dev amd64 2.38.1-5+deb12u3 [22.6 kB]
Get:52 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libglib2.0-dev amd64 2.74.6-2+deb12u7 [1605 kB]
Get:53 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpixman-1-dev amd64 0.42.2-1 [564 kB]
Get:54 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 x11-common all 1:7.7+23 [252 kB]
Get:55 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB]
Get:56 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB]
Get:57 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB]
Get:58 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 x11proto-dev all 2022.1-1 [599 kB]
Get:59 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 x11proto-core-dev all 2022.1-1 [3528 B]
Get:60 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libice-dev amd64 2:1.0.10-1 [67.1 kB]
Get:61 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libsm-dev amd64 2:1.2.3-1 [38.0 kB]
Get:62 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxau-dev amd64 1:1.0.9-1 [22.9 kB]
Get:63 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [42.2 kB]
Get:64 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 xtrans-dev all 1.4.0-1 [98.7 kB]
Get:65 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpthread-stubs0-dev amd64 0.4-1 [5344 B]
Get:66 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb1-dev amd64 1.15-1 [181 kB]
Get:67 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libx11-dev amd64 2:1.8.4-2+deb12u2 [837 kB]
Get:68 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb-render0-dev amd64 1.15-1 [118 kB]
Get:69 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb-shm0-dev amd64 1.15-1 [107 kB]
Get:70 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxext-dev amd64 2:1.3.4-1+b1 [107 kB]
Get:71 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxrender-dev amd64 1:0.9.10-1.1 [41.1 kB]
Get:72 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcairo2-dev amd64 1.16.0-7 [727 kB]
Get:73 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 xml-core all 0.18+nmu1 [23.8 kB]
Get:74 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libdbus-1-dev amd64 1.14.10-1~deb12u1 [241 kB]
Get:75 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libgirepository1.0-dev amd64 1.74.0-3 [875 kB]
Get:76 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libsystemd-dev amd64 252.39-1~deb12u1 [354 kB]
Get:77 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-dbus amd64 1.3.2-4+b1 [95.1 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 33.1 MB in 2s (18.6 MB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package bzip2.
(Reading database ... 30388 files and directories currently installed.)
Preparing to unpack .../00-bzip2_1.0.8-5+b1_amd64.deb ...
Unpacking bzip2 (1.0.8-5+b1) ...
Selecting previously unselected package libstdc++-12-dev:amd64.
Preparing to unpack .../01-libstdc++-12-dev_12.2.0-14+deb12u1_amd64.deb ...
Unpacking libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ...
Selecting previously unselected package g++-12.
Preparing to unpack .../02-g++-12_12.2.0-14+deb12u1_amd64.deb ...
Unpacking g++-12 (12.2.0-14+deb12u1) ...
Selecting previously unselected package g++.
Preparing to unpack .../03-g++_4%3a12.2.0-3_amd64.deb ...
Unpacking g++ (4:12.2.0-3) ...
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.21.22_all.deb ...
Unpacking libdpkg-perl (1.21.22) ...
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.21.22_all.deb ...
Unpacking dpkg-dev (1.21.22) ...
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 fonts-dejavu-core.
Preparing to unpack .../09-fonts-dejavu-core_2.37-6_all.deb ...
Unpacking fonts-dejavu-core (2.37-6) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../10-fontconfig-config_2.14.1-4_amd64.deb ...
Unpacking fontconfig-config (2.14.1-4) ...
Selecting previously unselected package libgirepository-1.0-1:amd64.
Preparing to unpack .../11-libgirepository-1.0-1_1.74.0-3_amd64.deb ...
Unpacking libgirepository-1.0-1:amd64 (1.74.0-3) ...
Selecting previously unselected package gir1.2-glib-2.0:amd64.
Preparing to unpack .../12-gir1.2-glib-2.0_1.74.0-3_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (1.74.0-3) ...
Selecting previously unselected package gir1.2-freedesktop:amd64.
Preparing to unpack .../13-gir1.2-freedesktop_1.74.0-3_amd64.deb ...
Unpacking gir1.2-freedesktop:amd64 (1.74.0-3) ...
Selecting previously unselected package python3-mako.
Preparing to unpack .../14-python3-mako_1.2.4+ds-1_all.deb ...
Unpacking python3-mako (1.2.4+ds-1) ...
Selecting previously unselected package python3-markdown.
Preparing to unpack .../15-python3-markdown_3.4.1-2_all.deb ...
Unpacking python3-markdown (3.4.1-2) ...
Selecting previously unselected package gobject-introspection.
Preparing to unpack .../16-gobject-introspection_1.74.0-3_amd64.deb ...
Unpacking gobject-introspection (1.74.0-3) ...
Selecting previously unselected package uuid-dev:amd64.
Preparing to unpack .../17-uuid-dev_2.38.1-5+deb12u3_amd64.deb ...
Unpacking uuid-dev:amd64 (2.38.1-5+deb12u3) ...
Selecting previously unselected package libblkid-dev:amd64.
Preparing to unpack .../18-libblkid-dev_2.38.1-5+deb12u3_amd64.deb ...
Unpacking libblkid-dev:amd64 (2.38.1-5+deb12u3) ...
Selecting previously unselected package libbrotli-dev:amd64.
Preparing to unpack .../19-libbrotli-dev_1.0.9-2+b6_amd64.deb ...
Unpacking libbrotli-dev:amd64 (1.0.9-2+b6) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../20-libfontconfig1_2.14.1-4_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.14.1-4) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../21-libpixman-1-0_0.42.2-1_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../22-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 .../23-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 .../24-libxcb1_1.15-1_amd64.deb ...
Unpacking libxcb1:amd64 (1.15-1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../25-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ...
Unpacking libx11-data (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../26-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../27-libxcb-render0_1.15-1_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../28-libxcb-shm0_1.15-1_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.15-1) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../29-libxext6_2%3a1.3.4-1+b1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.4-1+b1) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../30-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../31-libcairo2_1.16.0-7_amd64.deb ...
Unpacking libcairo2:amd64 (1.16.0-7) ...
Selecting previously unselected package libcairo-gobject2:amd64.
Preparing to unpack .../32-libcairo-gobject2_1.16.0-7_amd64.deb ...
Unpacking libcairo-gobject2:amd64 (1.16.0-7) ...
Selecting previously unselected package libcairo-script-interpreter2:amd64.
Preparing to unpack .../33-libcairo-script-interpreter2_1.16.0-7_amd64.deb ...
Unpacking libcairo-script-interpreter2:amd64 (1.16.0-7) ...
Selecting previously unselected package libpng-dev:amd64.
Preparing to unpack .../34-libpng-dev_1.6.39-2_amd64.deb ...
Unpacking libpng-dev:amd64 (1.6.39-2) ...
Selecting previously unselected package libfreetype-dev:amd64.
Preparing to unpack .../35-libfreetype-dev_2.12.1+dfsg-5+deb12u4_amd64.deb ...
Unpacking libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ...
Selecting previously unselected package libpkgconf3:amd64.
Preparing to unpack .../36-libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../37-pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../38-pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../39-pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Selecting previously unselected package libfontconfig-dev:amd64.
Preparing to unpack .../40-libfontconfig-dev_2.14.1-4_amd64.deb ...
Unpacking libfontconfig-dev:amd64 (2.14.1-4) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../41-libglib2.0-data_2.74.6-2+deb12u7_all.deb ...
Unpacking libglib2.0-data (2.74.6-2+deb12u7) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../42-libglib2.0-bin_2.74.6-2+deb12u7_amd64.deb ...
Unpacking libglib2.0-bin (2.74.6-2+deb12u7) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../43-libglib2.0-dev-bin_2.74.6-2+deb12u7_amd64.deb ...
Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u7) ...
Selecting previously unselected package libsepol-dev:amd64.
Preparing to unpack .../44-libsepol-dev_3.4-2.1_amd64.deb ...
Unpacking libsepol-dev:amd64 (3.4-2.1) ...
Selecting previously unselected package libpcre2-16-0:amd64.
Preparing to unpack .../45-libpcre2-16-0_10.42-1_amd64.deb ...
Unpacking libpcre2-16-0:amd64 (10.42-1) ...
Selecting previously unselected package libpcre2-32-0:amd64.
Preparing to unpack .../46-libpcre2-32-0_10.42-1_amd64.deb ...
Unpacking libpcre2-32-0:amd64 (10.42-1) ...
Selecting previously unselected package libpcre2-posix3:amd64.
Preparing to unpack .../47-libpcre2-posix3_10.42-1_amd64.deb ...
Unpacking libpcre2-posix3:amd64 (10.42-1) ...
Selecting previously unselected package libpcre2-dev:amd64.
Preparing to unpack .../48-libpcre2-dev_10.42-1_amd64.deb ...
Unpacking libpcre2-dev:amd64 (10.42-1) ...
Selecting previously unselected package libselinux1-dev:amd64.
Preparing to unpack .../49-libselinux1-dev_3.4-1+b6_amd64.deb ...
Unpacking libselinux1-dev:amd64 (3.4-1+b6) ...
Selecting previously unselected package libmount-dev:amd64.
Preparing to unpack .../50-libmount-dev_2.38.1-5+deb12u3_amd64.deb ...
Unpacking libmount-dev:amd64 (2.38.1-5+deb12u3) ...
Selecting previously unselected package libglib2.0-dev:amd64.
Preparing to unpack .../51-libglib2.0-dev_2.74.6-2+deb12u7_amd64.deb ...
Unpacking libglib2.0-dev:amd64 (2.74.6-2+deb12u7) ...
Selecting previously unselected package libpixman-1-dev:amd64.
Preparing to unpack .../52-libpixman-1-dev_0.42.2-1_amd64.deb ...
Unpacking libpixman-1-dev:amd64 (0.42.2-1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../53-x11-common_1%3a7.7+23_all.deb ...
Unpacking x11-common (1:7.7+23) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../54-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 .../55-libsm6_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.3-1) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../56-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 .../57-x11proto-dev_2022.1-1_all.deb ...
Unpacking x11proto-dev (2022.1-1) ...
Selecting previously unselected package x11proto-core-dev.
Preparing to unpack .../58-x11proto-core-dev_2022.1-1_all.deb ...
Unpacking x11proto-core-dev (2022.1-1) ...
Selecting previously unselected package libice-dev:amd64.
Preparing to unpack .../59-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 .../60-libsm-dev_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm-dev:amd64 (2:1.2.3-1) ...
Selecting previously unselected package libxau-dev:amd64.
Preparing to unpack .../61-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 .../62-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 .../63-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 .../64-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 .../65-libxcb1-dev_1.15-1_amd64.deb ...
Unpacking libxcb1-dev:amd64 (1.15-1) ...
Selecting previously unselected package libx11-dev:amd64.
Preparing to unpack .../66-libx11-dev_2%3a1.8.4-2+deb12u2_amd64.deb ...
Unpacking libx11-dev:amd64 (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libxcb-render0-dev:amd64.
Preparing to unpack .../67-libxcb-render0-dev_1.15-1_amd64.deb ...
Unpacking libxcb-render0-dev:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-shm0-dev:amd64.
Preparing to unpack .../68-libxcb-shm0-dev_1.15-1_amd64.deb ...
Unpacking libxcb-shm0-dev:amd64 (1.15-1) ...
Selecting previously unselected package libxext-dev:amd64.
Preparing to unpack .../69-libxext-dev_2%3a1.3.4-1+b1_amd64.deb ...
Unpacking libxext-dev:amd64 (2:1.3.4-1+b1) ...
Selecting previously unselected package libxrender-dev:amd64.
Preparing to unpack .../70-libxrender-dev_1%3a0.9.10-1.1_amd64.deb ...
Unpacking libxrender-dev:amd64 (1:0.9.10-1.1) ...
Selecting previously unselected package libcairo2-dev:amd64.
Preparing to unpack .../71-libcairo2-dev_1.16.0-7_amd64.deb ...
Unpacking libcairo2-dev:amd64 (1.16.0-7) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../72-xml-core_0.18+nmu1_all.deb ...
Unpacking xml-core (0.18+nmu1) ...
Selecting previously unselected package libdbus-1-dev:amd64.
Preparing to unpack .../73-libdbus-1-dev_1.14.10-1~deb12u1_amd64.deb ...
Unpacking libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
Selecting previously unselected package libgirepository1.0-dev.
Preparing to unpack .../74-libgirepository1.0-dev_1.74.0-3_amd64.deb ...
Unpacking libgirepository1.0-dev (1.74.0-3) ...
Selecting previously unselected package libsystemd-dev:amd64.
Preparing to unpack .../75-libsystemd-dev_252.39-1~deb12u1_amd64.deb ...
Unpacking libsystemd-dev:amd64 (252.39-1~deb12u1) ...
Selecting previously unselected package python3-dbus.
Preparing to unpack .../76-python3-dbus_1.3.2-4+b1_amd64.deb ...
Unpacking python3-dbus (1.3.2-4+b1) ...
Setting up libglib2.0-dev-bin (2.74.6-2+deb12u7) ...
Setting up libpixman-1-0:amd64 (0.42.2-1) ...
Setting up libxau6:amd64 (1:1.0.9-1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up python3-dbus (1.3.2-4+b1) ...
Setting up libxcb1:amd64 (1.15-1) ...
Setting up libpixman-1-dev:amd64 (0.42.2-1) ...
Setting up libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ...
Setting up libxcb-render0:amd64 (1.15-1) ...
Setting up libpng-dev:amd64 (1.6.39-2) ...
Setting up x11-common (1:7.7+23) ...
Running in chroot, ignoring request.
Setting up libxcb-shm0:amd64 (1.15-1) ...
Setting up bzip2 (1.0.8-5+b1) ...
Setting up libpthread-stubs0-dev:amd64 (0.4-1) ...
Setting up libpcre2-16-0:amd64 (10.42-1) ...
Setting up xtrans-dev (1.4.0-1) ...
Setting up libpcre2-32-0:amd64 (10.42-1) ...
Setting up libglib2.0-data (2.74.6-2+deb12u7) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up libx11-data (2:1.8.4-2+deb12u2) ...
Setting up make (4.3-4.1) ...
Setting up uuid-dev:amd64 (2.38.1-5+deb12u3) ...
Setting up python3-markdown (3.4.1-2) ...
Setting up patch (2.7.6-7) ...
Setting up fonts-dejavu-core (2.37-6) ...
Setting up libsepol-dev:amd64 (3.4-2.1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up libdpkg-perl (1.21.22) ...
Setting up libpcre2-posix3:amd64 (10.42-1) ...
Setting up xml-core (0.18+nmu1) ...
Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
Setting up libgirepository-1.0-1:amd64 (1.74.0-3) ...
Setting up xorg-sgml-doctools (1:1.11-1.1) ...
Setting up libsystemd-dev:amd64 (252.39-1~deb12u1) ...
Setting up libbrotli-dev:amd64 (1.0.9-2+b6) ...
Setting up python3-mako (1.2.4+ds-1) ...
Setting up g++-12 (12.2.0-14+deb12u1) ...
Setting up libblkid-dev:amd64 (2.38.1-5+deb12u3) ...
Setting up libice6:amd64 (2:1.0.10-1) ...
Setting up libpcre2-dev:amd64 (10.42-1) ...
Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
Setting up libselinux1-dev:amd64 (3.4-1+b6) ...
Setting up fontconfig-config (2.14.1-4) ...
Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
Setting up libglib2.0-bin (2.74.6-2+deb12u7) ...
Setting up dpkg-dev (1.21.22) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Setting up gir1.2-glib-2.0:amd64 (1.74.0-3) ...
Setting up g++ (4:12.2.0-3) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.9) ...
Setting up libsm6:amd64 (2:1.2.3-1) ...
Setting up libmount-dev:amd64 (2.38.1-5+deb12u3) ...
Setting up gir1.2-freedesktop:amd64 (1.74.0-3) ...
Setting up gobject-introspection (1.74.0-3) ...
Setting up libglib2.0-dev:amd64 (2.74.6-2+deb12u7) ...
Processing triggers for sgml-base (1.31) ...
Setting up libfontconfig1:amd64 (2.14.1-4) ...
Setting up x11proto-dev (2022.1-1) ...
Setting up libxau-dev:amd64 (1:1.0.9-1) ...
Setting up libice-dev:amd64 (2:1.0.10-1) ...
Setting up libfontconfig-dev:amd64 (2.14.1-4) ...
Setting up libsm-dev:amd64 (2:1.2.3-1) ...
Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u7) ...
No schema files found: doing nothing.
Processing triggers for libc-bin (2.36-9+deb12u13) ...
Setting up libcairo2:amd64 (1.16.0-7) ...
Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ...
Setting up libgirepository1.0-dev (1.74.0-3) ...
Setting up libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
Setting up x11proto-core-dev (2022.1-1) ...
Setting up libcairo-gobject2:amd64 (1.16.0-7) ...
Setting up libcairo-script-interpreter2:amd64 (1.16.0-7) ...
Setting up libxcb1-dev:amd64 (1.15-1) ...
Setting up libx11-dev:amd64 (2:1.8.4-2+deb12u2) ...
Setting up libxcb-shm0-dev:amd64 (1.15-1) ...
Setting up libxcb-render0-dev:amd64 (1.15-1) ...
Setting up libxext-dev:amd64 (2:1.3.4-1+b1) ...
Setting up libxrender-dev:amd64 (1:0.9.10-1.1) ...
Setting up libcairo2-dev:amd64 (1.16.0-7) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ 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.
python3-dbus 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.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom pip3 install systemd-python
Collecting systemd-python
Downloading systemd-python-235.tar.gz (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.7/61.7 kB 5.1 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: systemd-python
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-cp311-cp311-linux_x86_64.whl size=152993 sha256=4ffe0ea87ced6c5db465a529a71def19abf05040b4bcc75ff59dde29b0913fd9
Stored in directory: /root/.cache/pip/wheels/13/77/24/4266dc1d98e2672f5575d49b15070d5a6274e2e977fbf50146
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install python3-gi
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
python3-gi
0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
Need to get 219 kB of archives.
After this operation, 748 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-gi amd64 3.42.2-3+b1 [219 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 219 kB in 0s (567 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package python3-gi.
(Reading database ... 35074 files and directories currently installed.)
Preparing to unpack .../python3-gi_3.42.2-3+b1_amd64.deb ...
Unpacking python3-gi (3.42.2-3+b1) ...
Setting up python3-gi (3.42.2-3+b1) ...
+ install_pip_package target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl ./fsroot-broadcom/
++ basename -a target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl
+ basename_pip_wheel=sonic_host_services-1.0-py3-none-any.whl
+ 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: Jinja2>=2.10 in /usr/lib/python3/dist-packages (from sonic-host-services==1.0) (3.1.2)
Requirement already satisfied: PyGObject in /usr/lib/python3/dist-packages (from sonic-host-services==1.0) (3.42.2)
Requirement already satisfied: dbus-python in /usr/lib/python3/dist-packages (from sonic-host-services==1.0) (1.3.2)
Requirement already satisfied: psutil in /usr/local/lib/python3.11/dist-packages (from sonic-host-services==1.0) (7.0.0)
Collecting pycairo==1.26.1
Downloading pycairo-1.26.1.tar.gz (346 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.9/346.9 kB 10.2 MB/s eta 0:00:00
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: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-utilities in /usr/local/lib/python3.11/dist-packages (from sonic-host-services==1.0) (1.2)
Requirement already satisfied: systemd-python in /usr/local/lib/python3.11/dist-packages (from sonic-host-services==1.0) (235)
Requirement already satisfied: natsort in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-host-services==1.0) (8.4.0)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-host-services==1.0) (6.0.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-host-services==1.0) (1.1)
Requirement already satisfied: bcrypt==3.2.2 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.2.2)
Requirement already satisfied: click-log>=0.3.2 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.4.0)
Requirement already satisfied: click==7.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (7.0)
Requirement already satisfied: cryptography>=3.3.2 in /usr/lib/python3/dist-packages (from sonic-utilities->sonic-host-services==1.0) (38.0.4)
Requirement already satisfied: docker-image-py>=0.1.10 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.1.13)
Requirement already satisfied: docker>=4.4.4 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (7.1.0)
Requirement already satisfied: enlighten>=1.8.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.13.0)
Requirement already satisfied: filelock>=3.0.12 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.17.0)
Requirement already satisfied: ipaddress>=1.0.23 in /usr/local/lib/python3.11/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.11/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.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.33)
Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.0.0)
Requirement already satisfied: lazy-object-proxy in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.10.0)
Requirement already satisfied: m2crypto>=0.31.0 in /usr/lib/python3/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.38.0)
Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.11/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.11/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.11/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.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (4.9.0)
Requirement already satisfied: prettyprinter>=0.18.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.18.0)
Requirement already satisfied: protobuf in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (4.25.6)
Requirement already satisfied: pyroute2==0.7.12 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.7.12)
Requirement already satisfied: requests<=2.31.0,>=2.25.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.31.0)
Requirement already satisfied: scp==0.14.5 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.14.5)
Requirement already satisfied: semantic-version>=2.8.5 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.10.0)
Requirement already satisfied: six==1.16.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.16.0)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-platform-common in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-yang-mgmt in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: tabulate==0.9.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.9.0)
Requirement already satisfied: toposort==1.6 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.6)
Requirement already satisfied: urllib3>=2 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.3.0)
Requirement already satisfied: www-authenticate==0.9.2 in /usr/local/lib/python3.11/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.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.12.0)
Requirement already satisfied: cffi>=1.1 in /usr/lib/python3/dist-packages (from bcrypt==3.2.2->sonic-utilities->sonic-host-services==1.0) (1.15.1)
Requirement already satisfied: pynacl>=1.0.1 in /usr/lib/python3/dist-packages (from paramiko==2.11.0->sonic-utilities->sonic-host-services==1.0) (1.5.0)
Requirement already satisfied: regex>=2019.4.14 in /usr/local/lib/python3.11/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.11/dist-packages (from enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (1.20.0)
Requirement already satisfied: prefixed>=0.3.2 in /usr/local/lib/python3.11/dist-packages (from enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (0.9.0)
Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.11/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.11/dist-packages (from prettyprinter>=0.18.0->sonic-utilities->sonic-host-services==1.0) (2.19.1)
Requirement already satisfied: colorful>=0.4.0 in /usr/local/lib/python3.11/dist-packages (from prettyprinter>=0.18.0->sonic-utilities->sonic-host-services==1.0) (0.5.6)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/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.11/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (2025.1.31)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from redis-dump-load->sonic-py-common->sonic-host-services==1.0) (3.5.3)
Requirement already satisfied: bitarray==2.8.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (2.8.1)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.11/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.11/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: ijson==3.2.3 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt->sonic-utilities->sonic-host-services==1.0) (3.2.3)
Requirement already satisfied: wcwidth>=0.1.4 in /usr/local/lib/python3.11/dist-packages (from blessed>=1.17.7->enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (0.2.13)
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-cp311-cp311-linux_x86_64.whl size=325469 sha256=3d954bcb2be84bdb92a9a3607f3f7449af6e1cf57c879de4c94f3a390168a46d
Stored in directory: /root/.cache/pip/wheels/1d/66/b0/a9f835ae730434d050c01e59db2f4252c2fe9ea253c71ed9fa
Successfully built pycairo
Installing collected packages: pycairo, sonic-host-services
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom
+ sudo rm -f sonic_host_services-1.0-py3-none-any.whl
+ install_deb_package target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb
+ deb_packages=target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb
+ [[ -z target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb ]]
+ sudo cp target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb
+ basename_deb_packages=sonic-host-services-data_1.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-host-services-data_1.0-1_all.deb
Selecting previously unselected package sonic-host-services-data.
(Reading database ... 35118 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) ...
Created symlink /etc/systemd/system/sonic.target.wants/caclmgrd.service -> /lib/systemd/system/caclmgrd.service.
Unit /lib/systemd/system/caclmgrd.service is added as a dependency to a non-existent unit sonic.target.
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.
Unit /lib/systemd/system/hostcfgd.timer is added as a dependency to a non-existent unit sonic.target.
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.
Unit /lib/systemd/system/featured.timer is added as a dependency to a non-existent unit sonic.target.
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.
Unit /lib/systemd/system/aaastatsd.timer is added as a dependency to a non-existent unit sonic.target.
Created symlink /etc/systemd/system/sonic.target.wants/procdockerstatsd.service -> /lib/systemd/system/procdockerstatsd.service.
Unit /lib/systemd/system/procdockerstatsd.service is added as a dependency to a non-existent unit sonic.target.
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/multi-user.target.wants/process-reboot-cause.service -> /lib/systemd/system/process-reboot-cause.service.
Created symlink /etc/systemd/system/mgmt-framework.service.wants/sonic-hostservice.service -> /lib/systemd/system/sonic-hostservice.service.
Unit /lib/systemd/system/sonic-hostservice.service is added as a dependency to a non-existent unit mgmt-framework.service.
Created symlink /etc/systemd/system/telemetry.service.wants/sonic-hostservice.service -> /lib/systemd/system/sonic-hostservice.service.
Unit /lib/systemd/system/sonic-hostservice.service is added as a dependency to a non-existent unit telemetry.service.
Created symlink /etc/systemd/system/gnmi.service.wants/sonic-hostservice.service -> /lib/systemd/system/sonic-hostservice.service.
Unit /lib/systemd/system/sonic-hostservice.service is added as a dependency to a non-existent unit gnmi.service.
Processing triggers for dbus (1.14.10-1~deb12u1) ...
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-host-services-data_1.0-1_all.deb
+ [[ -z broadcom ]]
+ [[ -n broadcom ]]
+ [[ broadcom == \b\r\o\a\d\c\o\m ]]
+ install_deb_package target/debs/bookworm/opennsl-modules_13.2.1.0_amd64.deb
+ deb_packages=target/debs/bookworm/opennsl-modules_13.2.1.0_amd64.deb
+ [[ -z target/debs/bookworm/opennsl-modules_13.2.1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/opennsl-modules_13.2.1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/opennsl-modules_13.2.1.0_amd64.deb
+ basename_deb_packages=opennsl-modules_13.2.1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i opennsl-modules_13.2.1.0_amd64.deb
Selecting previously unselected package opennsl-modules.
(Reading database ... 35142 files and directories currently installed.)
Preparing to unpack opennsl-modules_13.2.1.0_amd64.deb ...
Unpacking opennsl-modules (13.2.1.0) ...
Setting up opennsl-modules (13.2.1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/opennsl-modules.service -> /lib/systemd/system/opennsl-modules.service.
Running in chroot, ignoring request.
+ cd ./fsroot-broadcom
+ sudo rm -f opennsl-modules_13.2.1.0_amd64.deb
+ [[ -z broadcom-dnx ]]
+ [[ -n broadcom-dnx ]]
+ [[ broadcom == \b\r\o\a\d\c\o\m\-\d\n\x ]]
+ install_deb_package target/debs/bookworm/sonic-device-data_1.0-1_all.deb
+ deb_packages=target/debs/bookworm/sonic-device-data_1.0-1_all.deb
+ [[ -z target/debs/bookworm/sonic-device-data_1.0-1_all.deb ]]
+ sudo cp target/debs/bookworm/sonic-device-data_1.0-1_all.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-device-data_1.0-1_all.deb
+ basename_deb_packages=sonic-device-data_1.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-device-data_1.0-1_all.deb
Selecting previously unselected package sonic-device-data.
(Reading database ... 35154 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) ...
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-device-data_1.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install libpam-pwquality
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libcrack2 libpwquality-common libpwquality1
Recommended packages:
cracklib-runtime
The following NEW packages will be installed:
libcrack2 libpam-pwquality libpwquality-common libpwquality1
0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded.
Need to get 121 kB of archives.
After this operation, 802 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcrack2 amd64 2.9.6-5+b1 [44.0 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpwquality-common all 1.4.5-1 [51.3 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpwquality1 amd64 1.4.5-1+b1 [12.8 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpam-pwquality amd64 1.4.5-1+b1 [12.9 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 121 kB in 0s (292 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libcrack2:amd64.
(Reading database ... 52011 files and directories currently installed.)
Preparing to unpack .../libcrack2_2.9.6-5+b1_amd64.deb ...
Unpacking libcrack2:amd64 (2.9.6-5+b1) ...
Selecting previously unselected package libpwquality-common.
Preparing to unpack .../libpwquality-common_1.4.5-1_all.deb ...
Unpacking libpwquality-common (1.4.5-1) ...
Selecting previously unselected package libpwquality1:amd64.
Preparing to unpack .../libpwquality1_1.4.5-1+b1_amd64.deb ...
Unpacking libpwquality1:amd64 (1.4.5-1+b1) ...
Selecting previously unselected package libpam-pwquality:amd64.
Preparing to unpack .../libpam-pwquality_1.4.5-1+b1_amd64.deb ...
Unpacking libpam-pwquality:amd64 (1.4.5-1+b1) ...
Setting up libpwquality-common (1.4.5-1) ...
Setting up libcrack2:amd64 (2.9.6-5+b1) ...
Setting up libpwquality1:amd64 (1.4.5-1+b1) ...
Setting up libpam-pwquality:amd64 (1.4.5-1+b1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install libnss-ldapd libpam-ldapd ldap-utils
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
nslcd
Suggested packages:
libsasl2-modules libsasl2-modules-gssapi-mit
| libsasl2-modules-gssapi-heimdal kstart
Recommended packages:
nscd nslcd-utils bind9-host | host
The following NEW packages will be installed:
ldap-utils libnss-ldapd libpam-ldapd nslcd
0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded.
Need to get 399 kB of archives.
After this operation, 1414 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 nslcd amd64 0.9.12-4 [172 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 ldap-utils amd64 2.5.13+dfsg-5 [144 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libnss-ldapd amd64 0.9.12-4 [47.3 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpam-ldapd amd64 0.9.12-4 [35.8 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 399 kB in 0s (876 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package nslcd.
(Reading database ... 52133 files and directories currently installed.)
Preparing to unpack .../nslcd_0.9.12-4_amd64.deb ...
Unpacking nslcd (0.9.12-4) ...
Selecting previously unselected package ldap-utils.
Preparing to unpack .../ldap-utils_2.5.13+dfsg-5_amd64.deb ...
Unpacking ldap-utils (2.5.13+dfsg-5) ...
Selecting previously unselected package libnss-ldapd:amd64.
Preparing to unpack .../libnss-ldapd_0.9.12-4_amd64.deb ...
Unpacking libnss-ldapd:amd64 (0.9.12-4) ...
Selecting previously unselected package libpam-ldapd:amd64.
Preparing to unpack .../libpam-ldapd_0.9.12-4_amd64.deb ...
Unpacking libpam-ldapd:amd64 (0.9.12-4) ...
Setting up ldap-utils (2.5.13+dfsg-5) ...
Setting up nslcd (0.9.12-4) ...
hostname: Name or service not known
hostname: Name or service not known
adduser: Warning: The home dir /run/nslcd you specified can't be accessed: No such file or directory
Adding system user `nslcd' (UID 105) ...
Adding new group `nslcd' (GID 112) ...
Adding new user `nslcd' (UID 105) with group `nslcd' ...
Not creating home directory `/run/nslcd'.
Running in chroot, ignoring request.
Setting up libpam-ldapd:amd64 (0.9.12-4) ...
Setting up libnss-ldapd:amd64 (0.9.12-4) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ sudo LANG=C chroot ./fsroot-broadcom sed -i '/# Required-Start:/ s/$/ networking.service/' /etc/init.d/nslcd
+ sudo LANG=C chroot ./fsroot-broadcom systemctl stop nslcd.service
Running in chroot, ignoring command 'stop'
+ sudo LANG=C chroot ./fsroot-broadcom systemctl mask nslcd.service
Created symlink /etc/systemd/system/nslcd.service -> /dev/null.
+ install_deb_package target/debs/bookworm/libtac2_1.4.1-1_amd64.deb
+ deb_packages=target/debs/bookworm/libtac2_1.4.1-1_amd64.deb
+ [[ -z target/debs/bookworm/libtac2_1.4.1-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libtac2_1.4.1-1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libtac2_1.4.1-1_amd64.deb
+ basename_deb_packages=libtac2_1.4.1-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libtac2_1.4.1-1_amd64.deb
Selecting previously unselected package libtac2.
(Reading database ... 52194 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.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libtac2_1.4.1-1_amd64.deb
+ install_deb_package target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb
+ deb_packages=target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb
+ [[ -z target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb
+ basename_deb_packages=libpam-tacplus_1.4.1-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libpam-tacplus_1.4.1-1_amd64.deb
Selecting previously unselected package libpam-tacplus.
(Reading database ... 52202 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) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libpam-tacplus_1.4.1-1_amd64.deb
+ install_deb_package target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb
+ deb_packages=target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb
+ [[ -z target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb
+ basename_deb_packages=libnss-tacplus_1.0.4-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libnss-tacplus_1.0.4-1_amd64.deb
Selecting previously unselected package libnss-tacplus.
(Reading database ... 52211 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) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libnss-tacplus_1.0.4-1_amd64.deb
+ install_deb_package target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb
+ basename_deb_packages=bash-tacplus_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i bash-tacplus_1.0.0_amd64.deb
Selecting previously unselected package bash-tacplus.
(Reading database ... 52219 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) ...
+ cd ./fsroot-broadcom
+ sudo rm -f bash-tacplus_1.0.0_amd64.deb
+ install_deb_package target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb
+ deb_packages=target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb
+ [[ -z target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb ]]
+ sudo cp target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb
+ basename_deb_packages=audisp-tacplus_1.0.2_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i audisp-tacplus_1.0.2_amd64.deb
Selecting previously unselected package audisp-tacplus.
(Reading database ... 52224 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) ...
Running in chroot, ignoring command 'is-active'
Running in chroot, ignoring command 'restart'
+ cd ./fsroot-broadcom
+ sudo rm -f audisp-tacplus_1.0.2_amd64.deb
+ sudo LANG=C chroot ./fsroot-broadcom pam-auth-update --remove tacplus ldap
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
+ install_deb_package target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb
+ deb_packages=target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb
+ [[ -z target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb
+ basename_deb_packages=libpam-radius-auth_1.4.1-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libpam-radius-auth_1.4.1-1_amd64.deb
Selecting previously unselected package libpam-radius-auth.
(Reading database ... 52233 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) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libpam-radius-auth_1.4.1-1_amd64.deb
+ install_deb_package target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb
+ deb_packages=target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb
+ [[ -z target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb
+ basename_deb_packages=libnss-radius_1.0.1-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libnss-radius_1.0.1-1_amd64.deb
Selecting previously unselected package libnss-radius:amd64.
(Reading database ... 52252 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.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libnss-radius_1.0.1-1_amd64.deb
+ sudo sed -i -e '/^passwd/s/ radius//' ./fsroot-broadcom/etc/nsswitch.conf
+ '[' grub '!=' uboot ']'
+ install_deb_package target/debs/bookworm/kdump-tools_1.8.1_amd64.deb
+ deb_packages=target/debs/bookworm/kdump-tools_1.8.1_amd64.deb
+ [[ -z target/debs/bookworm/kdump-tools_1.8.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/kdump-tools_1.8.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/kdump-tools_1.8.1_amd64.deb
+ basename_deb_packages=kdump-tools_1.8.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i kdump-tools_1.8.1_amd64.deb
Selecting previously unselected package kdump-tools.
(Reading database ... 52258 files and directories currently installed.)
Preparing to unpack kdump-tools_1.8.1_amd64.deb ...
Unpacking kdump-tools (1:1.8.1) ...
Setting up kdump-tools (1:1.8.1) ...
Creating config file /etc/default/kdump-tools with new version
Running in chroot, ignoring request.
Created symlink /etc/systemd/system/basic.target.wants/kdump-tools.service -> /lib/systemd/system/kdump-tools.service.
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-6.1.0-29-2-amd64
+ cd ./fsroot-broadcom
+ sudo rm -f kdump-tools_1.8.1_amd64.deb
+ 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 6.1.0-29-2-amd64
+ sudo LANG=C chroot ./fsroot-broadcom kdump-config symlinks 6.1.0-29-2-amd64
Creating symlink /var/lib/kdump/vmlinuz.
Creating symlink /var/lib/kdump/initrd.img.
+ install_deb_package target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-3-200:amd64.
(Reading database ... 52280 files and directories currently installed.)
Preparing to unpack libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-genl-3-200:amd64.
(Reading database ... 52290 files and directories currently installed.)
Preparing to unpack libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-genl-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-genl-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-route-3-200:amd64.
(Reading database ... 52296 files and directories currently installed.)
Preparing to unpack libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-route-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-route-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-nf-3-200:amd64.
(Reading database ... 52302 files and directories currently installed.)
Preparing to unpack libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-nf-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-nf-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-cli-3-200:amd64.
(Reading database ... 52308 files and directories currently installed.)
Preparing to unpack libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-cli-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-cli-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libyang_1.0.73_amd64.deb
+ deb_packages=target/debs/bookworm/libyang_1.0.73_amd64.deb
+ [[ -z target/debs/bookworm/libyang_1.0.73_amd64.deb ]]
+ sudo cp target/debs/bookworm/libyang_1.0.73_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libyang_1.0.73_amd64.deb
+ basename_deb_packages=libyang_1.0.73_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libyang_1.0.73_amd64.deb
(Reading database ... 52328 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.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libyang_1.0.73_amd64.deb
+ install_deb_package target/debs/bookworm/libswsscommon_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/libswsscommon_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/libswsscommon_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/libswsscommon_1.0.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libswsscommon_1.0.0_amd64.deb
+ basename_deb_packages=libswsscommon_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libswsscommon_1.0.0_amd64.deb
Selecting previously unselected package libswsscommon.
(Reading database ... 52328 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+ds1); 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.36-9+deb12u13) ...
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 additional packages will be installed:
libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0 libzmq5
The following NEW packages will be installed:
libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0 libzmq5
0 upgraded, 5 newly installed, 0 to remove and 9 not upgraded.
1 not fully installed or removed.
Need to get 1009 kB of archives.
After this operation, 4316 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libboost-serialization1.74.0 amd64 1.74.0+ds1-21 [317 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libhiredis0.14 amd64 0.14.1-3 [35.9 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libnorm1 amd64 1.5.9+dfsg-2 [221 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpgm-5.3-0 amd64 5.3.128~dfsg-2 [161 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libzmq5 amd64 4.3.4-6 [273 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1009 kB in 1s (1582 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 ... 52346 files and directories currently installed.)
Preparing to unpack .../libboost-serialization1.74.0_1.74.0+ds1-21_amd64.deb ...
Unpacking libboost-serialization1.74.0:amd64 (1.74.0+ds1-21) ...
Selecting previously unselected package libhiredis0.14:amd64.
Preparing to unpack .../libhiredis0.14_0.14.1-3_amd64.deb ...
Unpacking libhiredis0.14:amd64 (0.14.1-3) ...
Selecting previously unselected package libnorm1:amd64.
Preparing to unpack .../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 .../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 libzmq5:amd64.
Preparing to unpack .../libzmq5_4.3.4-6_amd64.deb ...
Unpacking libzmq5:amd64 (4.3.4-6) ...
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+ds1-21) ...
Setting up libhiredis0.14:amd64 (0.14.1-3) ...
Setting up libzmq5:amd64 (4.3.4-6) ...
Setting up libswsscommon (1.0.0) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libswsscommon_1.0.0_amd64.deb
+ install_deb_package
+ deb_packages=
+ [[ -z '' ]]
+ return
+ install_deb_package target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb
+ basename_deb_packages=python3-swsscommon_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i python3-swsscommon_1.0.0_amd64.deb
Selecting previously unselected package python3-swsscommon.
(Reading database ... 52374 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.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f python3-swsscommon_1.0.0_amd64.deb
+ install_deb_package target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb
+ basename_deb_packages=sonic-db-cli_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-db-cli_1.0.0_amd64.deb
Selecting previously unselected package sonic-db-cli.
(Reading database ... 52388 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) ...
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-db-cli_1.0.0_amd64.deb
+ install_deb_package target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ basename_deb_packages=sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-rsyslog-plugin_1.0.0-0_amd64.deb
Selecting previously unselected package sonic-rsyslog-plugin.
(Reading database ... 52391 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 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 9 not upgraded.
1 not fully installed or removed.
Need to get 111 kB of archives.
After this operation, 435 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 liblua5.1-0 amd64 5.1.5-9 [111 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 111 kB in 0s (344 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 ... 52398 files and directories currently installed.)
Preparing to unpack .../liblua5.1-0_5.1.5-9_amd64.deb ...
Unpacking liblua5.1-0:amd64 (5.1.5-9) ...
Setting up liblua5.1-0:amd64 (5.1.5-9) ...
Setting up sonic-rsyslog-plugin (1.0.0-0) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ install_deb_package target/debs/bookworm/monit_5.20.0-6_amd64.deb
+ deb_packages=target/debs/bookworm/monit_5.20.0-6_amd64.deb
+ [[ -z target/debs/bookworm/monit_5.20.0-6_amd64.deb ]]
+ sudo cp target/debs/bookworm/monit_5.20.0-6_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/monit_5.20.0-6_amd64.deb
+ basename_deb_packages=monit_5.20.0-6_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i monit_5.20.0-6_amd64.deb
Selecting previously unselected package monit.
(Reading database ... 52407 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) ...
Running in chroot, ignoring request.
+ cd ./fsroot-broadcom
+ sudo rm -f monit_5.20.0-6_amd64.deb
+ 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 cp files/image_config/monit/arp_update_checker ./fsroot-broadcom/usr/bin/
+ sudo chmod 755 ./fsroot-broadcom/usr/bin/arp_update_checker
+ sudo cp files/image_config/monit/control_plane_drop_check ./fsroot-broadcom/usr/bin/
+ sudo chmod 755 ./fsroot-broadcom/usr/bin/control_plane_drop_check
+ sudo cp files/image_config/monit/mgmt_oper_status.py ./fsroot-broadcom/usr/bin/
+ sudo chmod 755 ./fsroot-broadcom/usr/bin/mgmt_oper_status.py
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -t bookworm-backports smartmontools
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
gsmartcontrol smart-notifier mailx | mailutils
The following NEW packages will be installed:
smartmontools
0 upgraded, 1 newly installed, 0 to remove and 44 not upgraded.
Need to get 637 kB of archives.
After this operation, 2373 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm-backports/main amd64 smartmontools amd64 7.4-2~bpo12+1 [637 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 637 kB in 1s (699 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package smartmontools.
(Reading database ... 52450 files and directories currently installed.)
Preparing to unpack .../smartmontools_7.4-2~bpo12+1_amd64.deb ...
Unpacking smartmontools (7.4-2~bpo12+1) ...
Setting up smartmontools (7.4-2~bpo12+1) ...
/var/lib/smartmontools/drivedb/drivedb.h 7.3/5528 newly installed (NOT VERIFIED)
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 cp files/image_config/smartmontools/smartmontools ./fsroot-broadcom/etc/default/smartmontools
+ install_deb_package target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb
+ deb_packages='target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb'
+ [[ -z target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb
+ basename_deb_packages='openssh-server_9.2p1-2+deb12u5_amd64.deb
openssh-client_9.2p1-2+deb12u5_amd64.deb
openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i openssh-server_9.2p1-2+deb12u5_amd64.deb openssh-client_9.2p1-2+deb12u5_amd64.deb openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb
dpkg: warning: downgrading openssh-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5
(Reading database ... 52496 files and directories currently installed.)
Preparing to unpack openssh-server_9.2p1-2+deb12u5_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u5) over (1:9.2p1-2+deb12u7) ...
dpkg: warning: downgrading openssh-client from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5
Preparing to unpack openssh-client_9.2p1-2+deb12u5_amd64.deb ...
Unpacking openssh-client (1:9.2p1-2+deb12u5) over (1:9.2p1-2+deb12u7) ...
dpkg: warning: downgrading openssh-sftp-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5
Preparing to unpack openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u5) over (1:9.2p1-2+deb12u7) ...
Setting up openssh-client (1:9.2p1-2+deb12u5) ...
Setting up openssh-sftp-server (1:9.2p1-2+deb12u5) ...
Setting up openssh-server (1:9.2p1-2+deb12u5) ...
Creating SSH2 RSA key; this may take some time ...
3072 SHA256:LP+3FPzsaS4B1btYeq4vFx/GCOTM7XHw4RxplY6WBzQ root@c64df8daca2c (RSA)
Creating SSH2 ECDSA key; this may take some time ...
256 SHA256:+y4+RCRdamCsksLfVxvumFRMhqFNn2Y/Z2ROcQTuupU root@c64df8daca2c (ECDSA)
Creating SSH2 ED25519 key; this may take some time ...
256 SHA256:aDn3SLJW7U1kDLfLsI7utFsRkZ6l01NzehuYH4RbYB0 root@c64df8daca2c (ED25519)
Running in chroot, ignoring request.
+ cd ./fsroot-broadcom
+ sudo rm -f openssh-server_9.2p1-2+deb12u5_amd64.deb openssh-client_9.2p1-2+deb12u5_amd64.deb openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb
+ install_deb_package target/debs/bookworm/flashrom_0.9.7_amd64.deb
+ deb_packages=target/debs/bookworm/flashrom_0.9.7_amd64.deb
+ [[ -z target/debs/bookworm/flashrom_0.9.7_amd64.deb ]]
+ sudo cp target/debs/bookworm/flashrom_0.9.7_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/flashrom_0.9.7_amd64.deb
+ basename_deb_packages=flashrom_0.9.7_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i flashrom_0.9.7_amd64.deb
Selecting previously unselected package flashrom.
(Reading database ... 52496 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) ...
+ cd ./fsroot-broadcom
+ sudo rm -f flashrom_0.9.7_amd64.deb
+ sudo cp -f files/image_config/cron.d/core_cleanup ./fsroot-broadcom/etc/cron.d/
+ sudo cp files/image_config/chrony/chrony-config.sh ./fsroot-broadcom/usr/bin/
+ sudo cp files/image_config/chrony/chrony.conf.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo cp files/image_config/chrony/chrony.keys.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo cp files/image_config/chrony/chronyd-starter.sh ./fsroot-broadcom/usr/local/sbin/
+ sudo cp files/image_config/chrony/check_ntp_status.sh ./fsroot-broadcom/usr/local/bin/
+ sudo mkdir ./fsroot-broadcom/usr/lib//systemd/system/chrony.service.d
+ sudo LANG=C chroot ./fsroot-broadcom systemctl disable chrony.service
Synchronizing state of chrony.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable chrony
Removed "/etc/systemd/system/chronyd.service".
Removed "/etc/systemd/system/multi-user.target.wants/chrony.service".
+ sudo cp files/image_config/chrony/override.conf ./fsroot-broadcom/usr/lib//systemd/system/chrony.service.d/
+ sudo LANG=C chroot ./fsroot-broadcom systemctl enable chrony.service
Synchronizing state of chrony.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable chrony
Created symlink /etc/systemd/system/chronyd.service -> /lib/systemd/system/chrony.service.
Created symlink /etc/systemd/system/sonic.target.wants/chrony.service -> /lib/systemd/system/chrony.service.
Unit /lib/systemd/system/chrony.service is added as a dependency to a non-existent unit sonic.target.
+ sudo cp files/build_templates/dns.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo cp files/image_config/cli_sessions/tmout-env.sh.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo cp files/image_config/cli_sessions/sysrq-sysctl.conf.j2 ./fsroot-broadcom/usr/share/sonic/templates/
+ sudo cp files/image_config/cli_sessions/serial-config.sh ./fsroot-broadcom/usr/bin/
+ sudo cp files/image_config/cli_sessions/serial-config.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo serial-config.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
serial-config.service
+ 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
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
}
## stpd rules
if $programname contains "stp" then {
if not ($msg contains "STP_SYSLOG") then {
/var/log/stpd.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/on_demand_archived_log_clean_up.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 mkdir -p ./fsroot-broadcom/etc/udev/rules.d
+ sudo cp files/image_config/udev/rules.d/99-rps.rules ./fsroot-broadcom/etc/udev/rules.d/
+ 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
+ [[ amd64 == amd64 ]]
+ install_deb_package target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb
+ deb_packages=target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb
+ [[ -z target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb
+ basename_deb_packages=rasdaemon_0.6.8-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i rasdaemon_0.6.8-1_amd64.deb
Selecting previously unselected package rasdaemon.
(Reading database ... 52500 files and directories currently installed.)
Preparing to unpack rasdaemon_0.6.8-1_amd64.deb ...
Unpacking rasdaemon (0.6.8-1) ...
dpkg: dependency problems prevent configuration of rasdaemon:
rasdaemon depends on sqlite3; however:
Package sqlite3 is not installed.
rasdaemon depends on libdbd-sqlite3-perl; however:
Package libdbd-sqlite3-perl is not installed.
dpkg: error processing package rasdaemon (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
rasdaemon
+ 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 additional packages will be installed:
libdbd-sqlite3-perl libdbi-perl sqlite3
Suggested packages:
libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl
sqlite3-doc
The following NEW packages will be installed:
libdbd-sqlite3-perl libdbi-perl sqlite3
0 upgraded, 3 newly installed, 0 to remove and 15 not upgraded.
1 not fully installed or removed.
Need to get 1305 kB of archives.
After this operation, 3253 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 sqlite3 amd64 3.40.1-2+deb12u2 [353 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libdbi-perl amd64 1.643-4 [773 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libdbd-sqlite3-perl amd64 1.72-1 [179 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1305 kB in 1s (2202 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package sqlite3.
(Reading database ... 52518 files and directories currently installed.)
Preparing to unpack .../sqlite3_3.40.1-2+deb12u2_amd64.deb ...
Unpacking sqlite3 (3.40.1-2+deb12u2) ...
Selecting previously unselected package libdbi-perl:amd64.
Preparing to unpack .../libdbi-perl_1.643-4_amd64.deb ...
Unpacking libdbi-perl:amd64 (1.643-4) ...
Selecting previously unselected package libdbd-sqlite3-perl:amd64.
Preparing to unpack .../libdbd-sqlite3-perl_1.72-1_amd64.deb ...
Unpacking libdbd-sqlite3-perl:amd64 (1.72-1) ...
Setting up sqlite3 (3.40.1-2+deb12u2) ...
Setting up libdbi-perl:amd64 (1.643-4) ...
Setting up libdbd-sqlite3-perl:amd64 (1.72-1) ...
Setting up rasdaemon (0.6.8-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/rasdaemon.service -> /lib/systemd/system/rasdaemon.service.
Created symlink /etc/systemd/system/multi-user.target.wants/ras-mc-ctl.service -> /lib/systemd/system/ras-mc-ctl.service.
Running in chroot, ignoring request.
+ cd ./fsroot-broadcom
+ sudo rm -f rasdaemon_0.6.8-1_amd64.deb
+ 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.4.4-1).
Suggested packages:
libssl-doc
The following NEW packages will be installed:
libssl-dev
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 2441 kB of archives.
After this operation, 12.7 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main amd64 libssl-dev amd64 3.0.17-1~deb12u3 [2441 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 2441 kB in 1s (3978 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libssl-dev:amd64.
(Reading database ... 52707 files and directories currently installed.)
Preparing to unpack .../libssl-dev_3.0.17-1~deb12u3_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.17-1~deb12u3) ...
Setting up libssl-dev:amd64 (3.0.17-1~deb12u3) ...
+ 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 NEW packages will be installed:
systemd-bootchart
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 45.5 kB of archives.
After this operation, 135 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 systemd-bootchart amd64 234-2+b1 [45.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 45.5 kB in 0s (114 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 ... 52855 files and directories currently installed.)
Preparing to unpack .../systemd-bootchart_234-2+b1_amd64.deb ...
Unpacking systemd-bootchart (234-2+b1) ...
Setting up systemd-bootchart (234-2+b1) ...
+ sudo tee ./fsroot-broadcom/etc/systemd/bootchart.conf
+ 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 (190 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.8/190.8 kB 495.5 kB/s eta 0:00:00
Collecting azure-common>=1.1.5
Downloading azure_common-1.1.28-py2.py3-none-any.whl (14 kB)
Collecting azure-nspkg>=2.0.0
Downloading azure_nspkg-3.0.2-py3-none-any.whl (1.5 kB)
Requirement already satisfied: cryptography in /usr/lib/python3/dist-packages (from azure-storage==0.36.0) (38.0.4)
Collecting python-dateutil
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 4.5 MB/s eta 0:00:00
Requirement already satisfied: requests in /usr/local/lib/python3.11/dist-packages (from azure-storage==0.36.0) (2.31.0)
Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.11/dist-packages (from python-dateutil->azure-storage==0.36.0) (1.16.0)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests->azure-storage==0.36.0) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests->azure-storage==0.36.0) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.11/dist-packages (from requests->azure-storage==0.36.0) (2.3.0)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests->azure-storage==0.36.0) (2025.1.31)
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ 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)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.1/94.1 kB 5.7 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting pathtools>=0.1.1
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
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=73886 sha256=bb938995eb6efb82b02882e9230c60314d05625fcd2b234da0558755d7f37ecc
Stored in directory: /root/.cache/pip/wheels/c3/74/77/1a073bec05ae202bcd60e18b180db20010b2960d745826ecb3
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=8791 sha256=c5169b1eaa9f215b9c7b996dcbef87801227e2a62860ea52aa2dfe27ca29ca65
Stored in directory: /root/.cache/pip/wheels/ea/b7/8b/84e94095ea418b9442f5abeba4ca7b0ad52d3fe7b69d6238a6
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo cp target/files/bookworm/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/bannerconfig/banner-config.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo banner-config.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
banner-config.service
+ sudo cp files/image_config/bannerconfig/banner-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/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",
"POLL_INTERVAL": "10000"
},
"PORT": {
"FLEX_COUNTER_STATUS": "enable"
},
"RIF": {
"FLEX_COUNTER_STATUS": "enable"
},
"QUEUE": {
"FLEX_COUNTER_STATUS": "enable"
},
"PFCWD": {
"FLEX_COUNTER_STATUS": "enable"
},
"PG_WATERMARK": {
"FLEX_COUNTER_STATUS": "enable"
},
"PG_DROP": {
"FLEX_COUNTER_STATUS": "enable"
},
"QUEUE_WATERMARK": {
"FLEX_COUNTER_STATUS": "enable"
},
"BUFFER_POOL_WATERMARK": {
"FLEX_COUNTER_STATUS": "enable"
},
"PORT_BUFFER_DROP": {
"FLEX_COUNTER_STATUS": "enable"
}
},
"BGP_DEVICE_GLOBAL": {
"STATE": {
"tsa_enabled": "false",
"wcmp_enabled": "false",
"idf_isolation_state": "unisolated"
}
},
"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": "{% if ('CHASSIS_METADATA' in DEVICE_RUNTIME_METADATA and DEVICE_RUNTIME_METADATA['CHASSIS_METADATA']['module_type'] in ['linecard']) %}False{% else %}True{% endif %}",
"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" : "{% if 'type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] == 'SpineRouter' %}False{% else %}True{% endif %}",
"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"
}
},
"BANNER_MESSAGE": {
"global": {
"state": "disabled",
"login": "Debian GNU/Linux 11",
"motd": "You are on\n ____ ___ _ _ _ ____\n / ___| / _ \\| \\ | (_)/ ___|\n \\___ \\| | | | \\| | | |\n ___) | |_| | |\\ | | |___\n |____/ \\___/|_| \\_|_|\\____|\n\n-- Software for Open Networking in the Cloud --\n\nUnauthorized access and/or use are prohibited.\nAll access and/or use are subject to monitoring.\n\nHelp: https://sonic-net.github.io/SONiC/\n\n",
"logout": ""
}
},
"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/midplane-network/bridge-midplane.netdev ./fsroot-broadcom/usr/lib//systemd/network/bridge-midplane.netdev
+ sudo cp files/image_config/midplane-network/bridge-midplane.network ./fsroot-broadcom/usr/lib//systemd/network/bridge-midplane.network
+ sudo cp files/image_config/midplane-network/dummy-midplane.netdev ./fsroot-broadcom/usr/lib//systemd/network/dummy-midplane.netdev
+ sudo cp files/image_config/midplane-network/dummy-midplane.network ./fsroot-broadcom/usr/lib//systemd/network/dummy-midplane.network
+ sudo cp files/image_config/midplane-network/midplane-network-npu.network ./fsroot-broadcom/usr/lib//systemd/network/midplane-network-npu.network
+ sudo cp files/image_config/midplane-network/midplane-network-dpu.network ./fsroot-broadcom/usr/lib//systemd/network/midplane-network-dpu.network
+ sudo cp files/image_config/midplane-network/midplane-network-npu.service ./fsroot-broadcom/usr/lib//systemd/system/midplane-network-npu.service
+ sudo cp files/image_config/midplane-network/midplane-network-dpu.service ./fsroot-broadcom/usr/lib//systemd/system/midplane-network-dpu.service
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/network/bridge-midplane.netdev
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/network/bridge-midplane.network
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/network/dummy-midplane.netdev
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/network/dummy-midplane.network
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/network/midplane-network-npu.network
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/network/midplane-network-dpu.network
+ echo midplane-network-npu.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
midplane-network-npu.service
+ sudo LANG=C chroot ./fsroot-broadcom systemctl disable midplane-network-npu.service
+ echo midplane-network-dpu.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
midplane-network-dpu.service
+ sudo LANG=C chroot ./fsroot-broadcom systemctl disable midplane-network-dpu.service
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/system/dash-ha.service
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/system/dash-ha@dpu0.service
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/system/dash-ha@dpu1.service
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/system/dash-ha@dpu2.service
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/system/dash-ha@dpu3.service
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/system/dash-ha@dpu4.service
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/system/dash-ha@dpu5.service
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/system/dash-ha@dpu6.service
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/system/dash-ha@dpu7.service
+ sudo sed -i s/#ManageForeignRoutingPolicyRules=yes/ManageForeignRoutingPolicyRules=no/g ./fsroot-broadcom/etc/systemd/networkd.conf
+ sudo ln -s /dev/null ./fsroot-broadcom/etc/systemd/system/systemd-networkd.service
+ sudo LANG=C chroot ./fsroot-broadcom systemctl disable systemd-networkd-wait-online.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/rps/rps.py ./fsroot-broadcom/usr/bin/rps.py
+ sudo chmod 755 ./fsroot-broadcom/usr/bin/rps.py
+ 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
+ '[' y == y ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install libatomic1
Reading package lists...
Building dependency tree...
Reading state information...
libatomic1 is already the newest version (12.2.0-14+deb12u1).
libatomic1 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y remove openssh-client
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libcbor0.8 libfido2-1 libproc2-0 procps runit-helper
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
openssh-client openssh-server openssh-sftp-server
0 upgraded, 0 newly installed, 3 to remove and 12 not upgraded.
After this operation, 8130 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52864 files and directories currently installed.)
Removing openssh-server (1:9.2p1-2+deb12u5) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Removing openssh-sftp-server (1:9.2p1-2+deb12u5) ...
Removing openssh-client (1:9.2p1-2+deb12u5) ...
+ install_deb_package target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-pddf_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-pddf_1.1_amd64.deb
Selecting previously unselected package sonic-platform-pddf.
(Reading database ... 52793 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) ...
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-pddf_1.1_amd64.deb
+ install_deb_package target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb
+ basename_deb_packages=systemd-sonic-generator_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i systemd-sonic-generator_1.0.0_amd64.deb
Selecting previously unselected package systemd-sonic-generator.
(Reading database ... 52846 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) ...
+ cd ./fsroot-broadcom
+ sudo rm -f systemd-sonic-generator_1.0.0_amd64.deb
+ install_deb_package target/debs/bookworm/flashrom_0.9.7_amd64.deb
+ deb_packages=target/debs/bookworm/flashrom_0.9.7_amd64.deb
+ [[ -z target/debs/bookworm/flashrom_0.9.7_amd64.deb ]]
+ sudo cp target/debs/bookworm/flashrom_0.9.7_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/flashrom_0.9.7_amd64.deb
+ basename_deb_packages=flashrom_0.9.7_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i flashrom_0.9.7_amd64.deb
(Reading database ... 52849 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) ...
+ cd ./fsroot-broadcom
+ sudo rm -f flashrom_0.9.7_amd64.deb
+ install_deb_package target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libssl3_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading libssl3:amd64 from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52849 files and directories currently installed.)
Preparing to unpack libssl3_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking libssl3:amd64 (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up libssl3:amd64 (3.0.11-1~deb12u2+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ install_deb_package target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading libssl-dev:amd64 from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52849 files and directories currently installed.)
Preparing to unpack libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up libssl-dev:amd64 (3.0.11-1~deb12u2+fips) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ install_deb_package target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i openssl_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading openssl from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52849 files and directories currently installed.)
Preparing to unpack openssl_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking openssl (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up openssl (3.0.11-1~deb12u2+fips) ...
+ cd ./fsroot-broadcom
+ sudo rm -f openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ install_deb_package target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb
+ deb_packages=target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb
+ [[ -z target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb ]]
+ sudo cp target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb
+ basename_deb_packages=symcrypt-openssl_1.5.2_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i symcrypt-openssl_1.5.2_amd64.deb
Selecting previously unselected package symcrypt-openssl.
(Reading database ... 52850 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) ...
+ cd ./fsroot-broadcom
+ sudo rm -f symcrypt-openssl_1.5.2_amd64.deb
+ install_deb_package target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
Selecting previously unselected package openssh-client.
(Reading database ... 52857 files and directories currently installed.)
Preparing to unpack openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-client (1:9.2p1-2+deb12u5+fips) ...
Setting up openssh-client (1:9.2p1-2+deb12u5+fips) ...
+ cd ./fsroot-broadcom
+ sudo rm -f openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ install_deb_package target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb
+ deb_packages=target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb
+ [[ -z target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb ]]
+ sudo cp target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb
+ basename_deb_packages=ssh_9.2p1-2+deb12u5+fips_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i ssh_9.2p1-2+deb12u5+fips_all.deb
Selecting previously unselected package ssh.
(Reading database ... 52902 files and directories currently installed.)
Preparing to unpack ssh_9.2p1-2+deb12u5+fips_all.deb ...
Unpacking ssh (1:9.2p1-2+deb12u5+fips) ...
dpkg: dependency problems prevent configuration of ssh:
ssh depends on openssh-server (>= 1:9.2p1-2+deb12u5+fips); however:
Package openssh-server is not installed.
dpkg: error processing package ssh (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
ssh
+ 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 additional packages will be installed:
libssl-dev libssl3 openssh-client openssh-server openssh-sftp-server
Suggested packages:
libssl-doc keychain libpam-ssh monkeysphere ssh-askpass molly-guard ufw
Recommended packages:
xauth default-logind | logind | libpam-systemd ncurses-term
The following NEW packages will be installed:
openssh-server openssh-sftp-server
The following packages will be upgraded:
libssl-dev libssl3 openssh-client
3 upgraded, 2 newly installed, 0 to remove and 14 not upgraded.
1 not fully installed or removed.
Need to get 5984 kB of archives.
After this operation, 2248 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main amd64 libssl-dev amd64 3.0.17-1~deb12u3 [2441 kB]
Get:2 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main amd64 libssl3 amd64 3.0.17-1~deb12u3 [2028 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u7 [992 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u7 [65.9 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u7 [457 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 5984 kB in 1s (5421 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52907 files and directories currently installed.)
Preparing to unpack .../libssl-dev_3.0.17-1~deb12u3_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.17-1~deb12u3) over (3.0.11-1~deb12u2+fips) ...
Preparing to unpack .../libssl3_3.0.17-1~deb12u3_amd64.deb ...
Unpacking libssl3:amd64 (3.0.17-1~deb12u3) over (3.0.11-1~deb12u2+fips) ...
Preparing to unpack .../openssh-client_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-client (1:9.2p1-2+deb12u7) over (1:9.2p1-2+deb12u5+fips) ...
Selecting previously unselected package openssh-sftp-server.
Preparing to unpack .../openssh-sftp-server_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u7) ...
Selecting previously unselected package openssh-server.
Preparing to unpack .../openssh-server_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u7) ...
Setting up libssl3:amd64 (3.0.17-1~deb12u3) ...
Setting up libssl-dev:amd64 (3.0.17-1~deb12u3) ...
Setting up openssh-client (1:9.2p1-2+deb12u7) ...
Setting up openssh-sftp-server (1:9.2p1-2+deb12u7) ...
Setting up openssh-server (1:9.2p1-2+deb12u7) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up ssh (1:9.2p1-2+deb12u5+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f ssh_9.2p1-2+deb12u5+fips_all.deb
+ install_deb_package target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-sftp-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
dpkg: dependency problems prevent configuration of openssh-sftp-server:
openssh-sftp-server depends on openssh-client (= 1:9.2p1-2+deb12u5+fips); however:
Version of openssh-client on system is 1:9.2p1-2+deb12u7.
dpkg: error processing package openssh-sftp-server (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openssh-sftp-server
+ 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 additional packages will be installed:
openssh-sftp-server
The following packages will be upgraded:
openssh-sftp-server
1 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
1 not fully installed or removed.
Need to get 65.9 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u7 [65.9 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 65.9 kB in 0s (197 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack .../openssh-sftp-server_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u7) over (1:9.2p1-2+deb12u5+fips) ...
Setting up openssh-sftp-server (1:9.2p1-2+deb12u7) ...
+ cd ./fsroot-broadcom
+ sudo rm -f openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ install_deb_package target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
dpkg: dependency problems prevent configuration of openssh-server:
openssh-server depends on openssh-client (= 1:9.2p1-2+deb12u5+fips); however:
Version of openssh-client on system is 1:9.2p1-2+deb12u7.
dpkg: error processing package openssh-server (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openssh-server
+ 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 additional packages will be installed:
openssh-server
Suggested packages:
molly-guard monkeysphere ssh-askpass ufw
Recommended packages:
default-logind | logind | libpam-systemd ncurses-term xauth
The following packages will be upgraded:
openssh-server
1 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
1 not fully installed or removed.
Need to get 457 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u7 [457 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 457 kB in 0s (982 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack .../openssh-server_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u7) over (1:9.2p1-2+deb12u5+fips) ...
Setting up openssh-server (1:9.2p1-2+deb12u7) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of restart.
+ cd ./fsroot-broadcom
+ sudo rm -f openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ install_deb_package target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ [[ -z target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ basename_deb_packages=libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
dpkg: warning: downgrading libk5crypto3:amd64 from 1.20.1-2+deb12u4 to 1.20.1-2+deb12u1+fips
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u1+fips) over (1.20.1-2+deb12u4) ...
Setting up libk5crypto3:amd64 (1.20.1-2+deb12u1+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
++ dpkg-deb -f target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb Package
+ PACKAGE_NAME=sonic-platform-pddf
++ dpkg-deb -f target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb Version
+ PACKAGE_VERSION=1.1
++ dpkg-query '--showformat=${Version}' --show sonic-platform-pddf
dpkg-query: no packages found matching sonic-platform-pddf
++ true
+ INSTALLED_VERSION=
+ '[' '' '!=' '' ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark hold sonic-platform-pddf
sonic-platform-pddf set on hold.
++ dpkg-deb -f target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb Package
+ PACKAGE_NAME=systemd-sonic-generator
++ dpkg-deb -f target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb Version
+ PACKAGE_VERSION=1.0.0
++ dpkg-query '--showformat=${Version}' --show systemd-sonic-generator
dpkg-query: no packages found matching systemd-sonic-generator
++ true
+ INSTALLED_VERSION=
+ '[' '' '!=' '' ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark hold systemd-sonic-generator
systemd-sonic-generator set on hold.
++ dpkg-deb -f target/debs/bookworm/flashrom_0.9.7_amd64.deb Package
+ PACKAGE_NAME=flashrom
++ dpkg-deb -f target/debs/bookworm/flashrom_0.9.7_amd64.deb Version
+ PACKAGE_VERSION=0.9.7
++ dpkg-query '--showformat=${Version}' --show flashrom
dpkg-query: no packages found matching flashrom
++ true
+ INSTALLED_VERSION=
+ '[' '' '!=' '' ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark hold flashrom
flashrom set on hold.
++ dpkg-deb -f target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=libssl3
++ dpkg-deb -f target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb Version
+ PACKAGE_VERSION=3.0.11-1~deb12u2+fips
++ dpkg-query '--showformat=${Version}' --show libssl3
+ INSTALLED_VERSION=3.0.17-1~deb12u2
+ '[' 3.0.17-1~deb12u2 '!=' '' ']'
+ '[' 3.0.17-1~deb12u2 '!=' 3.0.11-1~deb12u2+fips ']'
+ install_deb_package target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libssl3_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading libssl3:amd64 from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack libssl3_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking libssl3:amd64 (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up libssl3:amd64 (3.0.11-1~deb12u2+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark hold libssl3
libssl3 set on hold.
++ dpkg-deb -f target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=libssl-dev
++ dpkg-deb -f target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb Version
+ PACKAGE_VERSION=3.0.11-1~deb12u2+fips
++ dpkg-query '--showformat=${Version}' --show libssl-dev
+ INSTALLED_VERSION=3.0.17-1~deb12u2
+ '[' 3.0.17-1~deb12u2 '!=' '' ']'
+ '[' 3.0.17-1~deb12u2 '!=' 3.0.11-1~deb12u2+fips ']'
+ install_deb_package target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading libssl-dev:amd64 from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up libssl-dev:amd64 (3.0.11-1~deb12u2+fips) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark hold libssl-dev
libssl-dev set on hold.
++ dpkg-deb -f target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=openssl
++ dpkg-deb -f target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb Version
+ PACKAGE_VERSION=3.0.11-1~deb12u2+fips
++ dpkg-query '--showformat=${Version}' --show openssl
+ INSTALLED_VERSION=3.0.17-1~deb12u2
+ '[' 3.0.17-1~deb12u2 '!=' '' ']'
+ '[' 3.0.17-1~deb12u2 '!=' 3.0.11-1~deb12u2+fips ']'
+ install_deb_package target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i openssl_3.0.11-1~deb12u2+fips_amd64.deb
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack openssl_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking openssl (3.0.11-1~deb12u2+fips) over (3.0.11-1~deb12u2+fips) ...
Setting up openssl (3.0.11-1~deb12u2+fips) ...
+ cd ./fsroot-broadcom
+ sudo rm -f openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark hold openssl
openssl set on hold.
++ dpkg-deb -f target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb Package
+ PACKAGE_NAME=symcrypt-openssl
++ dpkg-deb -f target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb Version
+ PACKAGE_VERSION=0.1
++ dpkg-query '--showformat=${Version}' --show symcrypt-openssl
dpkg-query: no packages found matching symcrypt-openssl
++ true
+ INSTALLED_VERSION=
+ '[' '' '!=' '' ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark hold symcrypt-openssl
symcrypt-openssl set on hold.
++ dpkg-deb -f target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-client
++ dpkg-deb -f target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb Version
+ PACKAGE_VERSION=1:9.2p1-2+deb12u5+fips
++ dpkg-query '--showformat=${Version}' --show openssh-client
+ INSTALLED_VERSION=1:9.2p1-2+deb12u7
+ '[' 1:9.2p1-2+deb12u7 '!=' '' ']'
+ '[' 1:9.2p1-2+deb12u7 '!=' 1:9.2p1-2+deb12u5+fips ']'
+ install_deb_package target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-client from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-client (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
Setting up openssh-client (1:9.2p1-2+deb12u5+fips) ...
+ cd ./fsroot-broadcom
+ sudo rm -f openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark hold openssh-client
openssh-client set on hold.
++ dpkg-deb -f target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb Package
+ PACKAGE_NAME=ssh
++ dpkg-deb -f target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb Version
+ PACKAGE_VERSION=1:9.2p1-2+deb12u5+fips
++ dpkg-query '--showformat=${Version}' --show ssh
+ INSTALLED_VERSION=
+ '[' '' '!=' '' ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark hold ssh
ssh set on hold.
++ dpkg-deb -f target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-sftp-server
++ dpkg-deb -f target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb Version
+ PACKAGE_VERSION=1:9.2p1-2+deb12u5+fips
++ dpkg-query '--showformat=${Version}' --show openssh-sftp-server
+ INSTALLED_VERSION=1:9.2p1-2+deb12u7
+ '[' 1:9.2p1-2+deb12u7 '!=' '' ']'
+ '[' 1:9.2p1-2+deb12u7 '!=' 1:9.2p1-2+deb12u5+fips ']'
+ install_deb_package target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-sftp-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
Setting up openssh-sftp-server (1:9.2p1-2+deb12u5+fips) ...
+ cd ./fsroot-broadcom
+ sudo rm -f openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark hold openssh-sftp-server
openssh-sftp-server set on hold.
++ dpkg-deb -f target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-server
++ dpkg-deb -f target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb Version
+ PACKAGE_VERSION=1:9.2p1-2+deb12u5+fips
++ dpkg-query '--showformat=${Version}' --show openssh-server
+ INSTALLED_VERSION=1:9.2p1-2+deb12u7
+ '[' 1:9.2p1-2+deb12u7 '!=' '' ']'
+ '[' 1:9.2p1-2+deb12u7 '!=' 1:9.2p1-2+deb12u5+fips ']'
+ install_deb_package target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
Setting up openssh-server (1:9.2p1-2+deb12u5+fips) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of restart.
+ cd ./fsroot-broadcom
+ sudo rm -f openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark hold openssh-server
openssh-server set on hold.
++ dpkg-deb -f target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb Package
+ PACKAGE_NAME=libk5crypto3
++ dpkg-deb -f target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb Version
+ PACKAGE_VERSION=1.20.1-2+deb12u1+fips
++ dpkg-query '--showformat=${Version}' --show libk5crypto3
+ INSTALLED_VERSION=1.20.1-2+deb12u4
+ '[' 1.20.1-2+deb12u4 '!=' '' ']'
+ '[' 1.20.1-2+deb12u4 '!=' 1.20.1-2+deb12u1+fips ']'
+ install_deb_package target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ [[ -z target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ basename_deb_packages=libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u1+fips) over (1.20.1-2+deb12u1+fips) ...
Setting up libk5crypto3:amd64 (1.20.1-2+deb12u1+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark hold libk5crypto3
libk5crypto3 set on hold.
+ sudo LANG=C chroot ./fsroot-broadcom depmod -a 6.1.0-29-2-amd64
+ install_deb_package_lazy target/debs/bookworm/platform-modules-s6000_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-s6000_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-s6000_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-s6000_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-s6000_1.1_amd64.deb
+ basename_deb_packages=platform-modules-s6000_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-s6000_1.1_amd64.deb
Selecting previously unselected package platform-modules-s6000.
(Reading database ... 52935 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) ...
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.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-s6000_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dell_s6000_s1220-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-s6000
(Reading database ... 52953 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-z9264f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-z9264f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-z9264f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-z9264f_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-z9264f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-z9264f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-z9264f_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9264f.
(Reading database ... 52935 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) ...
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.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-z9264f_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_z9264f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-z9264f
(Reading database ... 52949 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-s5212f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-s5212f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-s5212f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-s5212f_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-s5212f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-s5212f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-s5212f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5212f.
(Reading database ... 52935 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) ...
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.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-s5212f_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_s5212f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-s5212f
(Reading database ... 52950 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-s5224f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-s5224f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-s5224f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-s5224f_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-s5224f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-s5224f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-s5224f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5224f.
(Reading database ... 52935 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) ...
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.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-s5224f_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_s5224f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-s5224f
(Reading database ... 52950 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-s5232f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-s5232f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-s5232f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-s5232f_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-s5232f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-s5232f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-s5232f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5232f.
(Reading database ... 52935 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) ...
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.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-s5232f_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_s5232f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-s5232f
(Reading database ... 52949 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-s5248f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-s5248f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-s5248f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-s5248f_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-s5248f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-s5248f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-s5248f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5248f.
(Reading database ... 52935 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) ...
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.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-s5248f_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_s5248f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-s5248f
(Reading database ... 52949 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-z9332f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-z9332f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-z9332f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-z9332f_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-z9332f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-z9332f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-z9332f_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9332f.
(Reading database ... 52935 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) ...
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.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-z9332f_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_z9332f_d1508-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-z9332f
(Reading database ... 52958 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-z9432f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-z9432f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-z9432f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-z9432f_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-z9432f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-z9432f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-z9432f_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9432f.
(Reading database ... 52935 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) ...
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.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-z9432f_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_z9432f_c3758-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-z9432f
(Reading database ... 52950 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-s5296f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-s5296f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-s5296f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-s5296f_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-s5296f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-s5296f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-s5296f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5296f.
(Reading database ... 52935 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) ...
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.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-s5296f_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_s5296f_c3538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-s5296f
(Reading database ... 52947 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-z9100_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-z9100_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-z9100_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-z9100_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-z9100_1.1_amd64.deb
+ basename_deb_packages=platform-modules-z9100_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-z9100_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9100.
(Reading database ... 52935 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) ...
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.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-z9100_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dell_z9100_c2538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-z9100
(Reading database ... 52955 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-s6100_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-s6100_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-s6100_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-s6100_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-s6100_1.1_amd64.deb
+ basename_deb_packages=platform-modules-s6100_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-s6100_1.1_amd64.deb
Selecting previously unselected package platform-modules-s6100.
(Reading database ... 52935 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) ...
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'
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-s6100_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dell_s6100_c2538-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-s6100
(Reading database ... 52981 files and directories currently installed.)
Removing platform-modules-s6100 (1.1) ...
Purging configuration files for platform-modules-s6100 (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-n3248pxe_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-n3248pxe_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-n3248pxe_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-n3248pxe_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-n3248pxe_1.1_amd64.deb
+ basename_deb_packages=platform-modules-n3248pxe_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-n3248pxe_1.1_amd64.deb
Selecting previously unselected package platform-modules-n3248pxe.
(Reading database ... 52935 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) ...
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.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-n3248pxe_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_n3248pxe_c3338-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-n3248pxe
(Reading database ... 52950 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-n3248te_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-n3248te_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-n3248te_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-n3248te_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-n3248te_1.1_amd64.deb
+ basename_deb_packages=platform-modules-n3248te_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-n3248te_1.1_amd64.deb
Selecting previously unselected package platform-modules-n3248te.
(Reading database ... 52935 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) ...
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.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-n3248te_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dellemc_n3248te_c3338-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-n3248te
(Reading database ... 52950 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-e3224f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-e3224f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-e3224f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-e3224f_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-e3224f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-e3224f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-e3224f_1.1_amd64.deb
Selecting previously unselected package platform-modules-e3224f.
(Reading database ... 52935 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) ...
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.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-e3224f_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dell_e3224f-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-e3224f
(Reading database ... 52950 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-z9664f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-z9664f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-z9664f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-z9664f_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-z9664f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-z9664f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-z9664f_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9664f.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-z9664f_1.1_amd64.deb ...
Unpacking platform-modules-z9664f (1.1) ...
dpkg: dependency problems prevent configuration of platform-modules-z9664f:
platform-modules-z9664f depends on linux-image-6.1.0-22-2-amd64-unsigned; however:
Package linux-image-6.1.0-22-2-amd64-unsigned is not installed.
dpkg: error processing package platform-modules-z9664f (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
platform-modules-z9664f
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f --download-only
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages will be REMOVED:
platform-modules-z9664f
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
1 not fully installed or removed.
After this operation, 908 kB disk space will be freed.
Download complete and in download only mode
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-z9664f_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-dell_z9664f-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-z9664f_1.1_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-z9664f_1.1_amd64.deb ./fsroot-broadcom/platform/x86_64-dell_z9664f-r0/platform-modules-z9664f_1.1_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-z9664f
(Reading database ... 52958 files and directories currently installed.)
Removing platform-modules-z9664f (1.1) ...
Purging configuration files for platform-modules-z9664f (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7712-32x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7712-32x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7712-32x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7712-32x_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7712-32x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7712-32x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as7712-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7712-32x.
(Reading database ... 52935 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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as7712-32x_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7712_32x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as7712-32x
(Reading database ... 53101 files and directories currently installed.)
Removing sonic-platform-accton-as7712-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as7712-32x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as5712-54x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as5712-54x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as5712-54x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as5712-54x_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as5712-54x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as5712-54x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as5712-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5712-54x.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as5712-54x_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as5712_54x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as5712-54x
(Reading database ... 53097 files and directories currently installed.)
Removing sonic-platform-accton-as5712-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as5712-54x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7816-64x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7816-64x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7816-64x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7816-64x_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7816-64x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7816-64x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as7816-64x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7816-64x.
(Reading database ... 52935 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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as7816-64x_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7816_64x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as7816-64x
(Reading database ... 53106 files and directories currently installed.)
Removing sonic-platform-accton-as7816-64x (1.1) ...
Purging configuration files for sonic-platform-accton-as7816-64x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7716-32x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7716-32x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7716-32x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7716-32x_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7716-32x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7716-32x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as7716-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7716-32x.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as7716-32x_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7716_32x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as7716-32x
(Reading database ... 53098 files and directories currently installed.)
Removing sonic-platform-accton-as7716-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as7716-32x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7312-54x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7312-54x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7312-54x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7312-54x_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7312-54x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7312-54x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as7312-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7312-54x.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as7312-54x_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7312_54x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as7312-54x
(Reading database ... 53097 files and directories currently installed.)
Removing sonic-platform-accton-as7312-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as7312-54x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7326-56x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7326-56x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7326-56x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7326-56x_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7326-56x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7326-56x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as7326-56x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7326-56x.
(Reading database ... 52935 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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as7326-56x_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7326_56x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as7326-56x
(Reading database ... 53112 files and directories currently installed.)
Removing sonic-platform-accton-as7326-56x (1.1) ...
Purging configuration files for sonic-platform-accton-as7326-56x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7716-32xb_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7716-32xb_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7716-32xb_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7716-32xb_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7716-32xb_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7716-32xb_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as7716-32xb_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7716-32xb.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as7716-32xb_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7716_32xb-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as7716-32xb
(Reading database ... 53101 files and directories currently installed.)
Removing sonic-platform-accton-as7716-32xb (1.1) ...
Purging configuration files for sonic-platform-accton-as7716-32xb (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as6712-32x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as6712-32x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as6712-32x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as6712-32x_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as6712-32x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as6712-32x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as6712-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as6712-32x.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as6712-32x_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as6712_32x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as6712-32x
(Reading database ... 53096 files and directories currently installed.)
Removing sonic-platform-accton-as6712-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as6712-32x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7726-32x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7726-32x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7726-32x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7726-32x_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7726-32x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7726-32x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as7726-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7726-32x.
(Reading database ... 52935 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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as7726-32x_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7726_32x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as7726-32x
(Reading database ... 53112 files and directories currently installed.)
Removing sonic-platform-accton-as7726-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as7726-32x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as4630-54pe_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as4630-54pe_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as4630-54pe_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as4630-54pe_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as4630-54pe_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as4630-54pe_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as4630-54pe_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as4630-54pe.
(Reading database ... 52935 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) ...
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.
modprobe: FATAL: Module ixgbe not found.
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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as4630-54pe_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as4630_54pe-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as4630-54pe
(Reading database ... 53108 files and directories currently installed.)
Removing sonic-platform-accton-as4630-54pe (1.1) ...
Purging configuration files for sonic-platform-accton-as4630-54pe (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as4630-54te_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as4630-54te_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as4630-54te_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as4630-54te_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as4630-54te_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as4630-54te_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as4630-54te_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as4630-54te.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as4630-54te_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as4630_54te-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as4630-54te
(Reading database ... 53102 files and directories currently installed.)
Removing sonic-platform-accton-as4630-54te (1.1) ...
Purging configuration files for sonic-platform-accton-as4630-54te (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-minipack_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-minipack_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-minipack_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-minipack_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-minipack_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-minipack_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-minipack_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-minipack.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-minipack_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_minipack-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-minipack
(Reading database ... 52952 files and directories currently installed.)
Removing sonic-platform-accton-minipack (1.1) ...
Purging configuration files for sonic-platform-accton-minipack (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as5812-54x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as5812-54x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as5812-54x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as5812-54x_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as5812-54x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as5812-54x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as5812-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5812-54x.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as5812-54x_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as5812_54x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as5812-54x
(Reading database ... 53097 files and directories currently installed.)
Removing sonic-platform-accton-as5812-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as5812-54x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as5812-54t_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as5812-54t_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as5812-54t_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as5812-54t_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as5812-54t_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as5812-54t_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as5812-54t_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5812-54t.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as5812-54t_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as5812_54t-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as5812-54t
(Reading database ... 53097 files and directories currently installed.)
Removing sonic-platform-accton-as5812-54t (1.1) ...
Purging configuration files for sonic-platform-accton-as5812-54t (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as5835-54x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as5835-54x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as5835-54x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as5835-54x_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as5835-54x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as5835-54x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as5835-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5835-54x.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as5835-54x_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as5835_54x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as5835-54x
(Reading database ... 53101 files and directories currently installed.)
Removing sonic-platform-accton-as5835-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as5835-54x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as9716-32d_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as9716-32d_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as9716-32d_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as9716-32d_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as9716-32d_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as9716-32d_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as9716-32d_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as9716-32d.
(Reading database ... 52935 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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as9716-32d_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as9716_32d-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as9716-32d
(Reading database ... 53110 files and directories currently installed.)
Removing sonic-platform-accton-as9716-32d (1.1) ...
Purging configuration files for sonic-platform-accton-as9716-32d (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as9726-32d_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as9726-32d_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as9726-32d_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as9726-32d_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as9726-32d_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as9726-32d_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as9726-32d_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as9726-32d.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as9726-32d_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as9726_32d-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as9726-32d
(Reading database ... 53100 files and directories currently installed.)
Removing sonic-platform-accton-as9726-32d (1.1) ...
Purging configuration files for sonic-platform-accton-as9726-32d (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as5835-54t_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as5835-54t_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as5835-54t_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as5835-54t_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as5835-54t_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as5835-54t_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as5835-54t_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5835-54t.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as5835-54t_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as5835_54t-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as5835-54t
(Reading database ... 53100 files and directories currently installed.)
Removing sonic-platform-accton-as5835-54t (1.1) ...
Purging configuration files for sonic-platform-accton-as5835-54t (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7312-54xs_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7312-54xs_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7312-54xs_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7312-54xs_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7312-54xs_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7312-54xs_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as7312-54xs_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7312-54xs.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as7312-54xs_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7312_54xs-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as7312-54xs
(Reading database ... 53096 files and directories currently installed.)
Removing sonic-platform-accton-as7312-54xs (1.1) ...
Purging configuration files for sonic-platform-accton-as7312-54xs (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7315-27xb_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7315-27xb_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7315-27xb_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7315-27xb_1.1_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7315-27xb_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7315-27xb_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-accton-as7315-27xb_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7315-27xb.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-accton-as7315-27xb_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-accton_as7315_27xb-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-accton-as7315-27xb
(Reading database ... 53096 files and directories currently installed.)
Removing sonic-platform-accton-as7315-27xb (1.1) ...
Purging configuration files for sonic-platform-accton-as7315-27xb (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-dx010_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-dx010_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-dx010_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-dx010_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-dx010_1.0_amd64.deb
+ basename_deb_packages=platform-modules-dx010_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-dx010_1.0_amd64.deb
Selecting previously unselected package platform-modules-dx010.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-dx010_1.0_amd64.deb ...
Unpacking platform-modules-dx010 (1.0) ...
Setting up platform-modules-dx010 (1.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
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'
Traceback (most recent call last):
File "/usr/local/bin/sonic-cfggen", line 530, in
main()
File "/usr/local/bin/sonic-cfggen", line 478, in main
asic_sensors = get_asic_sensors_config()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/asic_sensors_config.py", line 26, in get_asic_sensors_config
platform_path = device_info.get_path_to_platform_dir()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/sonic_py_common/device_info.py", line 257, in get_path_to_platform_dir
platform_path_host = os.path.join(HOST_DEVICE_PATH, platform)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 90, in join
File "", line 152, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-dx010_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-cel_seastone-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-dx010_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-dx010_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-cel_seastone-r0/platform-modules-dx010_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-dx010
(Reading database ... 52950 files and directories currently installed.)
Removing platform-modules-dx010 (1.0) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-dx010 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-haliburton_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-haliburton_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-haliburton_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-haliburton_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-haliburton_1.0_amd64.deb
+ basename_deb_packages=platform-modules-haliburton_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-haliburton_1.0_amd64.deb
Selecting previously unselected package platform-modules-haliburton.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-haliburton_1.0_amd64.deb ...
Unpacking platform-modules-haliburton (1.0) ...
Setting up platform-modules-haliburton (1.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
sudo: unable to resolve host c64df8daca2c: Name or service not known
sudo: unable to resolve host c64df8daca2c: Name or service not known
sudo: unable to resolve host c64df8daca2c: Name or service not known
sudo: unable to resolve host c64df8daca2c: Name or service not known
Traceback (most recent call last):
File "/usr/local/bin/sonic-cfggen", line 530, in
main()
File "/usr/local/bin/sonic-cfggen", line 478, in main
asic_sensors = get_asic_sensors_config()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/asic_sensors_config.py", line 26, in get_asic_sensors_config
platform_path = device_info.get_path_to_platform_dir()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/sonic_py_common/device_info.py", line 257, in get_path_to_platform_dir
platform_path_host = os.path.join(HOST_DEVICE_PATH, platform)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 90, in join
File "", line 152, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
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'
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-haliburton_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-cel_e1031-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-haliburton_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-haliburton_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-cel_e1031-r0/platform-modules-haliburton_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-haliburton
(Reading database ... 52953 files and directories currently installed.)
Removing platform-modules-haliburton (1.0) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-haliburton (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-seastone2_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-seastone2_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-seastone2_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-seastone2_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-seastone2_1.0_amd64.deb
+ basename_deb_packages=platform-modules-seastone2_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-seastone2_1.0_amd64.deb
Selecting previously unselected package platform-modules-seastone2.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-seastone2_1.0_amd64.deb ...
Unpacking platform-modules-seastone2 (1.0) ...
Setting up platform-modules-seastone2 (1.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
Traceback (most recent call last):
File "/usr/local/bin/sonic-cfggen", line 530, in
main()
File "/usr/local/bin/sonic-cfggen", line 478, in main
asic_sensors = get_asic_sensors_config()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/asic_sensors_config.py", line 26, in get_asic_sensors_config
platform_path = device_info.get_path_to_platform_dir()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/sonic_py_common/device_info.py", line 257, in get_path_to_platform_dir
platform_path_host = os.path.join(HOST_DEVICE_PATH, platform)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 90, in join
File "", line 152, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
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'
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-seastone2_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-cel_seastone_2-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-seastone2_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-seastone2_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-cel_seastone_2-r0/platform-modules-seastone2_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-seastone2
(Reading database ... 52946 files and directories currently installed.)
Removing platform-modules-seastone2 (1.0) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-seastone2 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-ds3000_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-ds3000_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-ds3000_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-ds3000_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-ds3000_1.0_amd64.deb
+ basename_deb_packages=platform-modules-ds3000_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-ds3000_1.0_amd64.deb
Selecting previously unselected package platform-modules-ds3000.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-ds3000_1.0_amd64.deb ...
Unpacking platform-modules-ds3000 (1.0) ...
dpkg: dependency problems prevent configuration of platform-modules-ds3000:
platform-modules-ds3000 depends on linux-image-6.1.0-11-2-amd64-unsigned; however:
Package linux-image-6.1.0-11-2-amd64-unsigned is not installed.
dpkg: error processing package platform-modules-ds3000 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
platform-modules-ds3000
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f --download-only
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages will be REMOVED:
platform-modules-ds3000
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
1 not fully installed or removed.
After this operation, 3791 kB disk space will be freed.
Download complete and in download only mode
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-ds3000_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-cel_ds3000-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-ds3000_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-ds3000_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-cel_ds3000-r0/platform-modules-ds3000_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-ds3000
(Reading database ... 52952 files and directories currently installed.)
Removing platform-modules-ds3000 (1.0) ...
Purging configuration files for platform-modules-ds3000 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-ds1000_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-ds1000_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-ds1000_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-ds1000_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-ds1000_1.0_amd64.deb
+ basename_deb_packages=platform-modules-ds1000_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-ds1000_1.0_amd64.deb
Selecting previously unselected package platform-modules-ds1000.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-ds1000_1.0_amd64.deb ...
Unpacking platform-modules-ds1000 (1.0) ...
dpkg: dependency problems prevent configuration of platform-modules-ds1000:
platform-modules-ds1000 depends on linux-image-6.1.0-11-2-amd64-unsigned; however:
Package linux-image-6.1.0-11-2-amd64-unsigned is not installed.
dpkg: error processing package platform-modules-ds1000 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
platform-modules-ds1000
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f --download-only
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages will be REMOVED:
platform-modules-ds1000
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
1 not fully installed or removed.
After this operation, 1068 kB disk space will be freed.
Download complete and in download only mode
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-ds1000_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-cel_ds1000-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-ds1000_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-ds1000_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-cel_ds1000-r0/platform-modules-ds1000_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-ds1000
(Reading database ... 52946 files and directories currently installed.)
Removing platform-modules-ds1000 (1.0) ...
Purging configuration files for platform-modules-ds1000 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-questone2_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-questone2_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-questone2_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-questone2_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-questone2_1.0_amd64.deb
+ basename_deb_packages=platform-modules-questone2_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-questone2_1.0_amd64.deb
Selecting previously unselected package platform-modules-questone2.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-questone2_1.0_amd64.deb ...
Unpacking platform-modules-questone2 (1.0) ...
dpkg: dependency problems prevent configuration of platform-modules-questone2:
platform-modules-questone2 depends on linux-image-6.1.0-11-2-amd64-unsigned; however:
Package linux-image-6.1.0-11-2-amd64-unsigned is not installed.
dpkg: error processing package platform-modules-questone2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
platform-modules-questone2
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f --download-only
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages will be REMOVED:
platform-modules-questone2
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
1 not fully installed or removed.
After this operation, 1310 kB disk space will be freed.
Download complete and in download only mode
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-questone2_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-cel_questone_2-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-questone2_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-questone2_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-cel_questone_2-r0/platform-modules-questone2_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-questone2
(Reading database ... 52949 files and directories currently installed.)
Removing platform-modules-questone2 (1.0) ...
Purging configuration files for platform-modules-questone2 (1.0) ...
dpkg: warning: while removing platform-modules-questone2, directory '/usr/local/etc' not empty so not removed
+ install_deb_package_lazy target/debs/bookworm/platform-modules-silverstone-v2_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-silverstone-v2_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-silverstone-v2_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-silverstone-v2_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-silverstone-v2_1.0_amd64.deb
+ basename_deb_packages=platform-modules-silverstone-v2_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-silverstone-v2_1.0_amd64.deb
Selecting previously unselected package platform-modules-silverstone-v2.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-silverstone-v2_1.0_amd64.deb ...
Unpacking platform-modules-silverstone-v2 (1.0) ...
dpkg: dependency problems prevent configuration of platform-modules-silverstone-v2:
platform-modules-silverstone-v2 depends on linux-image-6.1.0-11-2-amd64-unsigned; however:
Package linux-image-6.1.0-11-2-amd64-unsigned is not installed.
dpkg: error processing package platform-modules-silverstone-v2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
platform-modules-silverstone-v2
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get -y install -f --download-only
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages will be REMOVED:
platform-modules-silverstone-v2
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
1 not fully installed or removed.
After this operation, 93.2 kB disk space will be freed.
Download complete and in download only mode
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-silverstone-v2_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-cel_silverstone_v2-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-silverstone-v2_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-silverstone-v2_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-cel_silverstone_v2-r0/platform-modules-silverstone-v2_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-silverstone-v2
(Reading database ... 52953 files and directories currently installed.)
Removing platform-modules-silverstone-v2 (1.0) ...
Purging configuration files for platform-modules-silverstone-v2 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-ds2000_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-ds2000_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-ds2000_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-ds2000_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-ds2000_1.0_amd64.deb
+ basename_deb_packages=platform-modules-ds2000_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-ds2000_1.0_amd64.deb
Selecting previously unselected package platform-modules-ds2000.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-ds2000_1.0_amd64.deb ...
Unpacking platform-modules-ds2000 (1.0) ...
Setting up platform-modules-ds2000 (1.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'
Created symlink /etc/systemd/system/multi-user.target.wants/ds2000-pddf-platform-monitor.service -> /lib/systemd/system/ds2000-pddf-platform-monitor.service.
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-ds2000_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-cel_ds2000-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-ds2000_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-ds2000_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-cel_ds2000-r0/platform-modules-ds2000_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-ds2000
(Reading database ... 52956 files and directories currently installed.)
Removing platform-modules-ds2000 (1.0) ...
Purging configuration files for platform-modules-ds2000 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix1b-32x.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-quanta_ix1b_rglbmc-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-quanta-ix1b-32x
(Reading database ... 52970 files and directories currently installed.)
Removing sonic-platform-quanta-ix1b-32x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix1b-32x (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-quanta-ix7-32x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-quanta-ix7-32x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-quanta-ix7-32x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-quanta-ix7-32x_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-quanta-ix7-32x_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-quanta-ix7-32x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-quanta-ix7-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix7-32x.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-quanta-ix7-32x_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-quanta_ix7_rglbmc-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-quanta-ix7-32x
(Reading database ... 52971 files and directories currently installed.)
Removing sonic-platform-quanta-ix7-32x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix7-32x (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix7-bwde-32x.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-quanta_ix7_bwde-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-quanta-ix7-bwde-32x
(Reading database ... 52971 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) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-quanta-ix8-56x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-quanta-ix8-56x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-quanta-ix8-56x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-quanta-ix8-56x_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-quanta-ix8-56x_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-quanta-ix8-56x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-quanta-ix8-56x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix8-56x.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-quanta-ix8-56x_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-quanta_ix8_rglbmc-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-quanta-ix8-56x
(Reading database ... 52971 files and directories currently installed.)
Removing sonic-platform-quanta-ix8-56x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix8-56x (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix8a-bwde-56x.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-quanta_ix8a_bwde-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-quanta-ix8a-bwde-56x
(Reading database ... 52971 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) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix8c-56x.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-quanta_ix8c_bwde-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-quanta-ix8c-56x
(Reading database ... 52971 files and directories currently installed.)
Removing sonic-platform-quanta-ix8c-56x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix8c-56x (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-quanta-ix9-32x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-quanta-ix9-32x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-quanta-ix9-32x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-quanta-ix9-32x_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-quanta-ix9-32x_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-quanta-ix9-32x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-quanta-ix9-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix9-32x.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-quanta-ix9-32x_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-quanta_ix9_bwde-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-quanta-ix9-32x
(Reading database ... 52971 files and directories currently installed.)
Removing sonic-platform-quanta-ix9-32x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix9-32x (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-snh60a0-320fv2.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-alphanetworks_snh60a0_320fv2-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-alphanetworks-snh60a0-320fv2
(Reading database ... 52937 files and directories currently installed.)
Removing sonic-platform-alphanetworks-snh60a0-320fv2 (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-snh60a0-320fv2 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-snh60b0-640f.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-alphanetworks_snh60b0_640f-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-alphanetworks-snh60b0-640f
(Reading database ... 52937 files and directories currently installed.)
Removing sonic-platform-alphanetworks-snh60b0-640f (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-snh60b0-640f (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-snj60d0-320f.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-alphanetworks_snj60d0_320f-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-alphanetworks-snj60d0-320f
(Reading database ... 52974 files and directories currently installed.)
Removing sonic-platform-alphanetworks-snj60d0-320f (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-snj60d0-320f (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-bes2348t.
(Reading database ... 52935 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.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-alphanetworks_bes2348t-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-alphanetworks-bes2348t
(Reading database ... 52940 files and directories currently installed.)
Removing sonic-platform-alphanetworks-bes2348t (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-bes2348t (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-silverstone_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-silverstone_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-silverstone_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-silverstone_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-silverstone_1.0_amd64.deb
+ basename_deb_packages=platform-modules-silverstone_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-silverstone_1.0_amd64.deb
Selecting previously unselected package platform-modules-silverstone.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-silverstone_1.0_amd64.deb ...
Unpacking platform-modules-silverstone (1.0) ...
Setting up platform-modules-silverstone (1.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
Traceback (most recent call last):
File "/usr/local/bin/sonic-cfggen", line 530, in
main()
File "/usr/local/bin/sonic-cfggen", line 478, in main
asic_sensors = get_asic_sensors_config()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/asic_sensors_config.py", line 26, in get_asic_sensors_config
platform_path = device_info.get_path_to_platform_dir()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/sonic_py_common/device_info.py", line 257, in get_path_to_platform_dir
platform_path_host = os.path.join(HOST_DEVICE_PATH, platform)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 90, in join
File "", line 152, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
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'
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-silverstone_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-cel_silverstone-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-silverstone_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-silverstone_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-cel_silverstone-r0/platform-modules-silverstone_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-silverstone
(Reading database ... 52943 files and directories currently installed.)
Removing platform-modules-silverstone (1.0) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-silverstone (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-chassis_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-nokia-chassis_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-chassis.
(Reading database ... 52935 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) ...
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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-nokia-chassis_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-nokia_ixr7250e_sup-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-nokia-chassis
(Reading database ... 53031 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
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-chassis_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-nokia-chassis_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-chassis.
(Reading database ... 52935 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) ...
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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-nokia-chassis_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-nokia_ixr7250e_36x400g-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-nokia-chassis
(Reading database ... 53031 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
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7220d4_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-nokia-ixr7220d4_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7220d4.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7220d4_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7220d4 (1.0) ...
Setting up sonic-platform-nokia-ixr7220d4 (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/d4_platform_init.service -> /etc/systemd/system/d4_platform_init.service.
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/ports_notify.service -> /etc/systemd/system/ports_notify.service.
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-nokia-ixr7220d4_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-nokia_ixr7220_d4-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-nokia_ixr7220_d4-r0/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-nokia-ixr7220d4
(Reading database ... 53008 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7220d4 (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7220d4 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7220h3_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-nokia-ixr7220h3_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7220h3.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7220h3_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7220h3 (1.0) ...
Setting up sonic-platform-nokia-ixr7220h3 (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ixr7220h3_platform_init.service -> /etc/systemd/system/ixr7220h3_platform_init.service.
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-nokia-ixr7220h3_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-nokia_ixr7220_h3-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-nokia_ixr7220_h3-r0/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-nokia-ixr7220h3
(Reading database ... 53000 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7220h3 (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7220h3 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7220h4-32d.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7220h4-32d (1.0) ...
Setting up sonic-platform-nokia-ixr7220h4-32d (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/h4_32d_platform_init.service -> /etc/systemd/system/h4_32d_platform_init.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-nokia_ixr7220_h4_32d-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-nokia_ixr7220_h4_32d-r0/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-nokia-ixr7220h4-32d
(Reading database ... 53008 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7220h4-32d (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7220h4-32d (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7220h4-64d.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7220h4-64d (1.0) ...
Setting up sonic-platform-nokia-ixr7220h4-64d (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/h4_64d_platform_init.service -> /etc/systemd/system/h4_64d_platform_init.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-nokia_ixr7220_h4-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-nokia_ixr7220_h4-r0/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-nokia-ixr7220h4-64d
(Reading database ... 53009 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7220h4-64d (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7220h4-64d (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7220h5-64o.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7220h5-64o (1.0) ...
Setting up sonic-platform-nokia-ixr7220h5-64o (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/h5_64o_platform_init.service -> /etc/systemd/system/h5_64o_platform_init.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-nokia_ixr7220_h5_64o-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-nokia_ixr7220_h5_64o-r0/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-nokia-ixr7220h5-64o
(Reading database ... 53009 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7220h5-64o (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7220h5-64o (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7220h5-64d.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7220h5-64d (1.0) ...
Setting up sonic-platform-nokia-ixr7220h5-64d (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/h5_64d_platform_init.service -> /etc/systemd/system/h5_64d_platform_init.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-nokia_ixr7220_h5_64d-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-nokia_ixr7220_h5_64d-r0/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-nokia-ixr7220h5-64d
(Reading database ... 53009 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7220h5-64d (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7220h5-64d (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7220h5-32d.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7220h5-32d (1.0) ...
Setting up sonic-platform-nokia-ixr7220h5-32d (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/h5_32d_platform_init.service -> /etc/systemd/system/h5_32d_platform_init.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-nokia_ixr7220_h5_32d-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-nokia_ixr7220_h5_32d-r0/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-nokia-ixr7220h5-32d
(Reading database ... 53009 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7220h5-32d (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7220h5-32d (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7250x1b.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7250x1b (1.0) ...
Setting up sonic-platform-nokia-ixr7250x1b (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ixr7250x1b_platform_init.service -> /etc/systemd/system/ixr7250x1b_platform_init.service.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-nokia_ixr7250_x1b-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-nokia_ixr7250_x1b-r0/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-nokia-ixr7250x1b
(Reading database ... 53010 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7250x1b (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7250x1b (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7250x3b.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7250x3b (1.0) ...
Setting up sonic-platform-nokia-ixr7250x3b (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ixr7250x3b_platform_init.service -> /etc/systemd/system/ixr7250x3b_platform_init.service.
Created symlink /etc/systemd/system/multi-user.target.wants/nokia-watchdog.service -> /etc/systemd/system/nokia-watchdog.service.
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-nokia_ixr7250_x3b-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-nokia_ixr7250_x3b-r0/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-nokia-ixr7250x3b
(Reading database ... 53010 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7250x3b (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7250x3b (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s6301-56st.
(Reading database ... 52935 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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ufispace_s6301_56st-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-ufispace-s6301-56st
(Reading database ... 52943 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) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s7801-54xs.
(Reading database ... 52935 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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ufispace_s7801_54xs-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-ufispace-s7801-54xs
(Reading database ... 52944 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) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s8901-54xc.
(Reading database ... 52935 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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ufispace_s8901_54xc-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-ufispace-s8901-54xc
(Reading database ... 52944 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) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9110-32x.
(Reading database ... 52935 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
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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ufispace_s9110_32x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-ufispace-s9110-32x
(Reading database ... 52945 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".
Purging configuration files for sonic-platform-ufispace-s9110-32x (1.0.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9300-32d.
(Reading database ... 52935 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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ufispace_s9300_32d-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-ufispace-s9300-32d
(Reading database ... 52944 files and directories currently installed.)
Removing sonic-platform-ufispace-s9300-32d (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-s9300-32d (1.0.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9301-32d.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s9301-32d (1.0.0) ...
Setting up sonic-platform-ufispace-s9301-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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ufispace_s9301_32d-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb ./fsroot-broadcom/platform/x86_64-ufispace_s9301_32d-r0/sonic-platform-ufispace-s9301-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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-ufispace-s9301-32d
(Reading database ... 52944 files and directories currently installed.)
Removing sonic-platform-ufispace-s9301-32d (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-s9301-32d (1.0.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9301-32db.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s9301-32db (1.0.0) ...
Setting up sonic-platform-ufispace-s9301-32db (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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ufispace_s9301_32db-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb ./fsroot-broadcom/platform/x86_64-ufispace_s9301_32db-r0/sonic-platform-ufispace-s9301-32db_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-ufispace-s9301-32db
(Reading database ... 52944 files and directories currently installed.)
Removing sonic-platform-ufispace-s9301-32db (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-s9301-32db (1.0.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9321-64e.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s9321-64e (1.0.0) ...
Setting up sonic-platform-ufispace-s9321-64e (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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ufispace_s9321_64e-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb ./fsroot-broadcom/platform/x86_64-ufispace_s9321_64e-r0/sonic-platform-ufispace-s9321-64e_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-ufispace-s9321-64e
(Reading database ... 52945 files and directories currently installed.)
Removing sonic-platform-ufispace-s9321-64e (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-s9321-64e (1.0.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9321-64eo.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s9321-64eo (1.0.0) ...
Setting up sonic-platform-ufispace-s9321-64eo (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'
+ cd ./fsroot-broadcom
+ sudo rm -f sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-ufispace_s9321_64eo-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb ./fsroot-broadcom/platform/x86_64-ufispace_s9321_64eo-r0/sonic-platform-ufispace-s9321-64eo_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P sonic-platform-ufispace-s9321-64eo
(Reading database ... 52945 files and directories currently installed.)
Removing sonic-platform-ufispace-s9321-64eo (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-s9321-64eo (1.0.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6510-48v8c.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6510-48v8c (1.0) ...
Setting up platform-modules-micas-m2-w6510-48v8c (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-micas_m2-w6510-48v8c-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-micas_m2-w6510-48v8c-r0/platform-modules-micas-m2-w6510-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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-micas-m2-w6510-48v8c
(Reading database ... 53101 files and directories currently installed.)
Removing platform-modules-micas-m2-w6510-48v8c (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6510-48v8c (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6510-48gt4v.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6510-48gt4v (1.0) ...
Setting up platform-modules-micas-m2-w6510-48gt4v (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/set-eth-mac.service -> /lib/systemd/system/set-eth-mac.service.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-micas_m2-w6510-48gt4v-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-micas_m2-w6510-48gt4v-r0/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-micas-m2-w6510-48gt4v
(Reading database ... 53102 files and directories currently installed.)
Removing platform-modules-micas-m2-w6510-48gt4v (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6510-48gt4v (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6520-24dc8qc.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6520-24dc8qc (1.0) ...
Setting up platform-modules-micas-m2-w6520-24dc8qc (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-micas_m2-w6520-24dc8qc-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-micas_m2-w6520-24dc8qc-r0/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-micas-m2-w6520-24dc8qc
(Reading database ... 53100 files and directories currently installed.)
Removing platform-modules-micas-m2-w6520-24dc8qc (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6520-24dc8qc (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6940-128qc.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6940-128qc (1.0) ...
Setting up platform-modules-micas-m2-w6940-128qc (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-micas_m2-w6940-128qc-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-micas_m2-w6940-128qc-r0/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-micas-m2-w6940-128qc
(Reading database ... 53100 files and directories currently installed.)
Removing platform-modules-micas-m2-w6940-128qc (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6940-128qc (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6930-64qc.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6930-64qc (1.0) ...
Setting up platform-modules-micas-m2-w6930-64qc (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-micas_m2-w6930-64qc-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-micas_m2-w6930-64qc-r0/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-micas-m2-w6930-64qc
(Reading database ... 53105 files and directories currently installed.)
Removing platform-modules-micas-m2-w6930-64qc (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6930-64qc (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6940-64oc.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6940-64oc (1.0) ...
Setting up platform-modules-micas-m2-w6940-64oc (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-micas_m2-w6940-64oc-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-micas_m2-w6940-64oc-r0/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-micas-m2-w6940-64oc
(Reading database ... 53109 files and directories currently installed.)
Removing platform-modules-micas-m2-w6940-64oc (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6940-64oc (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6920-32qc2x.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6920-32qc2x (1.0) ...
Setting up platform-modules-micas-m2-w6920-32qc2x (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/set-eth-mac.service -> /lib/systemd/system/set-eth-mac.service.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-micas_m2-w6920-32qc2x-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-micas_m2-w6920-32qc2x-r0/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-micas-m2-w6920-32qc2x
(Reading database ... 53105 files and directories currently installed.)
Removing platform-modules-micas-m2-w6920-32qc2x (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6920-32qc2x (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6510-32c_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-micas-m2-w6510-32c_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6510-32c.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6510-32c_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6510-32c (1.0) ...
Setting up platform-modules-micas-m2-w6510-32c (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-micas-m2-w6510-32c_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-micas_m2-w6510-32c-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-micas_m2-w6510-32c-r0/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-micas-m2-w6510-32c
(Reading database ... 53101 files and directories currently installed.)
Removing platform-modules-micas-m2-w6510-32c (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6510-32c (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6520-48c8qc.
(Reading database ... 52935 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6520-48c8qc (1.0) ...
Setting up platform-modules-micas-m2-w6520-48c8qc (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom
+ sudo rm -f platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom/platform/x86_64-micas_m2-w6520-48c8qc-r0
+ sudo mkdir -p ./fsroot-broadcom/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb ./fsroot-broadcom/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb ./fsroot-broadcom/platform/x86_64-micas_m2-w6520-48c8qc-r0/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb
++ find ./fsroot-broadcom/var/cache/apt/archives -name '*.deb'
find: './fsroot-broadcom/var/cache/apt/archives/partial': Permission denied
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -P platform-modules-micas-m2-w6520-48c8qc
(Reading database ... 53102 files and directories currently installed.)
Removing platform-modules-micas-m2-w6520-48c8qc (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6520-48c8qc (1.0) ...
++ wc -l
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/platform-modules-ds1000_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-ds2000_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-ds3000_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-dx010_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-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_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-micas-m2-w6510-32c_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-micas-m2-w6510-48gt4v_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-micas-m2-w6510-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-micas-m2-w6520-24dc8qc_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-micas-m2-w6520-48c8qc_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-micas-m2-w6920-32qc2x_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-micas-m2-w6930-64qc_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-micas-m2-w6940-128qc_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-micas-m2-w6940-64oc_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-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-questone2_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_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-silverstone-v2_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-silverstone_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-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/platform-modules-z9664f_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-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-nokia-ixr7220d4_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-nokia-ixr7220h3_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-nokia-ixr7220h4-32d_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-nokia-ixr7220h4-64d_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-nokia-ixr7220h5-32d_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-nokia-ixr7220h5-64d_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-nokia-ixr7220h5-64o_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-nokia-ixr7250x1b_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-nokia-ixr7250x3b_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:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom/platform/common/sonic-platform-ufispace-s9301-32d_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-s9301-32db_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-s9321-64e_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-s9321-64eo_1.0.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
+ '[' 28 -gt 0 ']'
+ cd ./fsroot-broadcom/platform/common
+ sudo dpkg-scanpackages .
+ sudo gzip
+ sudo tee Packages.gz
dpkg-scanpackages: info: Wrote 83 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: 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 12 (bookworm) (containerized)
OSType: linux
Architecture: x86_64
CPUs: 112
Total Memory: 503.3GiB
Name: c64df8daca2c
ID: f219ec1f-3ba3-4805-9910-e143335c8036
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-auditd-watchdog.gz
Loaded image: docker-auditd-watchdog:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-auditd-watchdog:latest docker-auditd-watchdog:etri-202505.13-0216238cd
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-auditd-watchdog: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": "auditd_watchdog"
},
"service": {
"name": "auditd_watchdog",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": false,
"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-auditd.gz
Loaded image: docker-auditd:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-auditd:latest docker-auditd:etri-202505.13-0216238cd
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-auditd: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": "auditd"
},
"service": {
"name": "auditd",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": false,
"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-bmp-watchdog.gz
Loaded image: docker-bmp-watchdog:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-bmp-watchdog:latest docker-bmp-watchdog:etri-202505.13-0216238cd
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-bmp-watchdog: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": "bmp_watchdog"
},
"service": {
"name": "bmp_watchdog",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": false,
"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-sonic-bmp.gz
Loaded image: docker-sonic-bmp:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-sonic-bmp:latest docker-sonic-bmp:etri-202505.13-0216238cd
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-sonic-bmp: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": "bmp"
},
"service": {
"name": "bmp",
"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-dash-ha.gz
Loaded image: docker-dash-ha:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-dash-ha:latest docker-dash-ha:etri-202505.13-0216238cd
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-dash-ha: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": "dash-ha"
},
"service": {
"name": "dash-ha",
"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 '' ]]
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-gnmi-watchdog.gz
Loaded image: docker-gnmi-watchdog:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-gnmi-watchdog:latest docker-gnmi-watchdog:etri-202505.13-0216238cd
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-gnmi-watchdog: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_watchdog"
},
"service": {
"name": "gnmi_watchdog",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": false,
"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-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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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": false,
"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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-sysmgr.gz
Loaded image: docker-sysmgr:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-sysmgr:latest docker-sysmgr:etri-202505.13-0216238cd
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker inspect docker-sysmgr: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": "sysmgr"
},
"service": {
"name": "sysmgr",
"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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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": ""
}
}
+ [[ broadcom == pensando ]]
+ 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
{
"auditd_watchdog": {
"repository": "docker-auditd-watchdog",
"description": "SONiC auditd_watchdog package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"auditd": {
"repository": "docker-auditd",
"description": "SONiC auditd package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"bmp_watchdog": {
"repository": "docker-bmp-watchdog",
"description": "SONiC bmp_watchdog package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"bmp": {
"repository": "docker-sonic-bmp",
"description": "SONiC bmp package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"dash-ha": {
"repository": "docker-dash-ha",
"description": "SONiC dash-ha package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"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_watchdog": {
"repository": "docker-gnmi-watchdog",
"description": "SONiC gnmi_watchdog 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
},
"sysmgr": {
"repository": "docker-sysmgr",
"description": "SONiC sysmgr 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/default_manifest ./fsroot-broadcom//var/lib/sonic-package-manager//default_manifest
+ sudo mkdir -p ./fsroot-broadcom//var/lib/sonic-package-manager//manifests
+ 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 {'auditd_watchdog': Package(entry=PackageEntry(name='auditd_watchdog', repository='docker-auditd-watchdog', description='SONiC auditd_watchdog package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'auditd_watchdog', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'auditd_watchdog', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', '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=[])), 'auditd': Package(entry=PackageEntry(name='auditd', repository='docker-auditd', description='SONiC auditd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'auditd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'auditd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', '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=[])), 'bmp_watchdog': Package(entry=PackageEntry(name='bmp_watchdog', repository='docker-bmp-watchdog', description='SONiC bmp_watchdog package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'bmp_watchdog', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'bmp_watchdog', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', '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=[])), 'bmp': Package(entry=PackageEntry(name='bmp', repository='docker-sonic-bmp', description='SONiC bmp package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'bmp', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'bmp', '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, 'type': '', '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=[])), 'dash-ha': Package(entry=PackageEntry(name='dash-ha', repository='docker-dash-ha', description='SONiC dash-ha package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'dash-ha', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'dash-ha', '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, 'type': '', '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={'dash-ha': Version('1.0.0'), 'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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_watchdog': Package(entry=PackageEntry(name='gnmi_watchdog', repository='docker-gnmi-watchdog', description='SONiC gnmi_watchdog package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gnmi_watchdog', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gnmi_watchdog', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', '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=[])), '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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': False, 'delayed': False, 'check_up_status': False, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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=[])), 'sysmgr': Package(entry=PackageEntry(name='sysmgr', repository='docker-sysmgr', description='SONiC sysmgr package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'sysmgr', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'sysmgr', '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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\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.dash-ha': '1.0.0', '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-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.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-202505.13-0216238cd', '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-202505.13-0216238cd', '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": false,\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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 auditd_watchdog
debug: checking conflicts for auditd_watchdog
debug: checking dependencies for auditd
debug: checking conflicts for auditd
debug: checking dependencies for bmp_watchdog
debug: checking conflicts for bmp_watchdog
debug: checking dependencies for bmp
debug: checking conflicts for bmp
debug: checking dependencies for dash-ha
debug: checking conflicts for dash-ha
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_watchdog
debug: checking conflicts for gnmi_watchdog
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 sysmgr
debug: checking conflicts for sysmgr
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': 9838592}, 'progress': '[> ] 131.1kB/9.839MB', 'id': 'e434a71ec9e0'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 5767168, 'total': 9838592}, 'progress': '[=============================> ] 5.767MB/9.839MB', 'id': 'e434a71ec9e0'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 9838592, 'total': 9838592}, 'progress': '[==================================================>] 9.839MB/9.839MB', 'id': 'e434a71ec9e0'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 2048, 'total': 2048}, 'progress': '[==================================================>] 2.048kB/2.048kB', 'id': '23cd7d1b7aef'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 2048, 'total': 2048}, 'progress': '[==================================================>] 2.048kB/2.048kB', 'id': '23cd7d1b7aef'}
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: 'd65e2a04c08a7d139ca3ba81d34a8762a3de4acaa933a492cb691e0eae1e569b',
debug: 'docker_image_name': 'docker-dhcp-relay',
debug: 'docker_image_reference': 'docker-dhcp-relay:latest',
debug: 'docker_image_run_opt':
debug: '-t -v /etc/sonic:/etc/sonic:ro -v /etc/localtime:/etc/localtime:ro '
debug: '--tmpfs /tmp/ --tmpfs /var/tmp/',
debug: 'sonic_asic_platform': 'broadcom'
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': ['config-setup'],
debug: 'requisite': [],
debug: 'wanted-by': [],
debug: 'after': ['swss', 'syncd', 'teamd'],
debug: 'before': [],
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: 'type': '',
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/localtime:/etc/localtime: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_dhcp_relay.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': ['config-setup'],
debug: 'requisite': [],
debug: 'wanted-by': [],
debug: 'after': ['swss', 'syncd', 'teamd'],
debug: 'before': [],
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: 'type': '',
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/localtime:/etc/localtime: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_dhcp_relay.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-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\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.dash-ha': '1.0.0', '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-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.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-202505.13-0216238cd', '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-202505.13-0216238cd', '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": false,\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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: 'dash-ha': {'swss'},
debug: 'syncd': {'teamd', 'dash-ha', 'swss'},
debug: 'bgp': {'radv'},
debug: 'swss': {'lldp', 'mux', 'bgp', 'sflow', 'nat', 'radv'},
debug: 'lldp': set(),
debug: 'mux': set(),
debug: 'nat': set(),
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: 'dash-ha',
debug: 'teamd',
debug: 'syncd'
debug: ]
debug: shutdown graph collections.defaultdict(
debug: set,
debug: {
debug: 'dash-ha': {'swss'},
debug: 'syncd': {'teamd', 'dash-ha', 'swss'},
debug: 'bgp': {'radv'},
debug: 'swss': {'lldp', 'mux', 'bgp', 'sflow', 'nat', 'radv'},
debug: 'lldp': set(),
debug: 'mux': set(),
debug: 'nat': set(),
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: 'dash-ha',
debug: 'teamd',
debug: 'syncd'
debug: ]
debug: inspecting image labels docker-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\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.dash-ha': '1.0.0', '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-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.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-202505.13-0216238cd', '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-202505.13-0216238cd', '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": false,\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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
++ basename docker-dhcp-relay.gz .gz
+ name_repo=docker-dhcp-relay
++ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker images --format '{{.Tag}}' docker-dhcp-relay
++ grep -v ''
+ image_tags=latest
+ echo latest
+ grep -q latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-dhcp-relay:latest docker-dhcp-relay:etri-202505.13-0216238cd
+ 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-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\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.dash-ha': '1.0.0', '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-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.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-202505.13-0216238cd', '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-202505.13-0216238cd', '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": false,\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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:d65e2a04c08a7d139ca3ba81d34a8762a3de4acaa933a492cb691e0eae1e569b
debug: image sha256:d65e2a04c08a7d139ca3ba81d34a8762a3de4acaa933a492cb691e0eae1e569b labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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": ["config-setup"],\n "after": ["swss", "syncd", "teamd"],\n "before": [],\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/localtime:/etc/localtime: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_dhcp_relay.py"\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: checking dependencies for auditd_watchdog
debug: checking conflicts for auditd_watchdog
debug: checking dependencies for auditd
debug: checking conflicts for auditd
debug: checking dependencies for bmp_watchdog
debug: checking conflicts for bmp_watchdog
debug: checking dependencies for bmp
debug: checking conflicts for bmp
debug: checking dependencies for dash-ha
debug: checking conflicts for dash-ha
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_watchdog
debug: checking conflicts for gnmi_watchdog
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 sysmgr
debug: checking conflicts for sysmgr
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': 65536, 'total': 3762688}, 'progress': '[> ] 65.54kB/3.763MB', 'id': 'eff4469bb512'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 3762688, 'total': 3762688}, 'progress': '[==================================================>] 3.763MB/3.763MB', 'id': 'eff4469bb512'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 2048, 'total': 2048}, 'progress': '[==================================================>] 2.048kB/2.048kB', 'id': '9e5ce11ab5e5'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 2048, 'total': 2048}, 'progress': '[==================================================>] 2.048kB/2.048kB', 'id': '9e5ce11ab5e5'}
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: '189952a5230e35bc047b0217bc12f30f82bf312070ca05fc2a99c09e4e8c6983',
debug: 'docker_image_name': 'docker-macsec',
debug: 'docker_image_reference': 'docker-macsec:latest',
debug: 'docker_image_run_opt':
debug: '-t -v /etc/sonic:/etc/sonic:ro -v /etc/localtime:/etc/localtime:ro '
debug: '-v /host/warmboot:/var/warmboot',
debug: 'sonic_asic_platform': 'broadcom'
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': ['config-setup'],
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: 'type': '',
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/localtime:/etc/localtime: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': ['config-setup'],
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: 'type': '',
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/localtime:/etc/localtime: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': ['config-setup'],
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: 'type': '',
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/localtime:/etc/localtime: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-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\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.dash-ha': '1.0.0', '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-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.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-202505.13-0216238cd', '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-202505.13-0216238cd', '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": false,\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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:d65e2a04c08a7d139ca3ba81d34a8762a3de4acaa933a492cb691e0eae1e569b
debug: image sha256:d65e2a04c08a7d139ca3ba81d34a8762a3de4acaa933a492cb691e0eae1e569b labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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": ["config-setup"],\n "after": ["swss", "syncd", "teamd"],\n "before": [],\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/localtime:/etc/localtime: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_dhcp_relay.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: 'dash-ha': {'swss'},
debug: 'syncd': {'swss', 'dash-ha', 'teamd'},
debug: 'bgp': {'radv'},
debug: 'swss': {'radv', 'mux', 'nat', 'sflow', 'bgp', 'lldp'},
debug: 'lldp': set(),
debug: 'mux': set(),
debug: 'nat': set(),
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: 'dash-ha',
debug: 'teamd',
debug: 'syncd'
debug: ]
debug: shutdown graph collections.defaultdict(
debug: set,
debug: {
debug: 'dash-ha': {'swss'},
debug: 'syncd': {'swss', 'dash-ha', 'teamd'},
debug: 'bgp': {'radv'},
debug: 'swss': {'radv', 'mux', 'nat', 'sflow', 'bgp', 'lldp'},
debug: 'lldp': set(),
debug: 'mux': set(),
debug: 'nat': set(),
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: 'dash-ha',
debug: 'teamd',
debug: 'syncd'
debug: ]
debug: inspecting image labels docker-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\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.dash-ha': '1.0.0', '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-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.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-202505.13-0216238cd', '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-202505.13-0216238cd', '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": false,\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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:d65e2a04c08a7d139ca3ba81d34a8762a3de4acaa933a492cb691e0eae1e569b
debug: image sha256:d65e2a04c08a7d139ca3ba81d34a8762a3de4acaa933a492cb691e0eae1e569b labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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": ["config-setup"],\n "after": ["swss", "syncd", "teamd"],\n "before": [],\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/localtime:/etc/localtime: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_dhcp_relay.py"\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
++ basename docker-macsec.gz .gz
+ name_repo=docker-macsec
++ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker images --format '{{.Tag}}' docker-macsec
++ grep -v ''
+ image_tags=latest
+ echo latest
+ grep -q latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom docker tag docker-macsec:latest docker-macsec:etri-202505.13-0216238cd
+ 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 "\x22auditd_watchdog\x22 : \x22docker-auditd-watchdog\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 "\x22auditd\x22 : \x22docker-auditd\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 "\x22bmp_watchdog\x22 : \x22docker-bmp-watchdog\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 "\x22bmp\x22 : \x22docker-sonic-bmp\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 "\x22dash-ha\x22 : \x22docker-dash-ha\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 "\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_watchdog\x22 : \x22docker-gnmi-watchdog\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 "\x22sysmgr\x22 : \x22docker-sysmgr\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_auditd_watchdog.sh ']'
+ sudo cp auditd_watchdog.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_auditd.sh ']'
+ sudo cp auditd.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_bmp_watchdog.sh ']'
+ sudo cp bmp_watchdog.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_bmp.sh ']'
+ sudo cp bmp.sh ./fsroot-broadcom/usr/bin/
+ '[' -f broadcom_dash-ha.sh ']'
+ sudo cp dash-ha.sh ./fsroot-broadcom/usr/bin/
+ '[' -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_watchdog.sh ']'
+ sudo cp gnmi_watchdog.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_sysmgr.sh ']'
+ sudo cp sysmgr.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 auditd_watchdog.service ']'
+ '[' -f auditd.service ']'
+ '[' -f bmp_watchdog.service ']'
+ '[' -f bmp@.service ']'
+ sudo cp bmp@.service ./fsroot-broadcom/usr/lib//systemd/system
+ MULTI_INSTANCE=bmp@.service
+ SINGLE_INSTANCE=bmp.service
+ sudo cp bmp.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo bmp@.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
bmp@.service
+ '[' -f dash-ha@.service ']'
+ sudo cp dash-ha@.service ./fsroot-broadcom/usr/lib//systemd/system
+ MULTI_INSTANCE=dash-ha@.service
+ SINGLE_INSTANCE=dash-ha.service
+ sudo cp dash-ha.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo dash-ha@.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
dash-ha@.service
+ '[' -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_watchdog.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
+ 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 sysmgr.service ']'
+ sudo cp sysmgr.service ./fsroot-broadcom/usr/lib//systemd/system
+ echo sysmgr.service
+ sudo tee -a ./fsroot-broadcom/etc/sonic/generated_services.conf
sysmgr.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/bmp.sh ./fsroot-broadcom/usr/local/bin/bmp.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/startup_tsa_tsb.py ./fsroot-broadcom/usr/local/bin/startup_tsa_tsb.py
+ sudo LANG=C cp files/scripts/sonic-dpu-mgmt-traffic.sh ./fsroot-broadcom/usr/local/bin/sonic-dpu-mgmt-traffic.sh
+ sudo LANG=C cp files/scripts/dash-ha.sh ./fsroot-broadcom/usr/local/bin/dash-ha.sh
+ 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/startup_tsa_tsb.service ./fsroot-broadcom/usr/lib//systemd/system/
+ 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:
libjs-jquery libjs-sphinxdoc libjs-underscore libpython3-dev
libpython3.11-dev python3.11-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 20 not upgraded.
After this operation, 159 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52933 files and directories currently installed.)
Removing python3-dev (3.11.2-1+b1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get purge -y libpython3-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libjs-jquery libjs-sphinxdoc libjs-underscore libpython3.11-dev
python3.11-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
libpython3-dev*
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
After this operation, 37.9 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52912 files and directories currently installed.)
Removing libpython3-dev:amd64 (3.11.2-1+b1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get purge -y '^python3\.[0-9]+-dev'
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libjs-jquery libjs-sphinxdoc libjs-underscore libpython3.11-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
python3.11-dev*
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
After this operation, 630 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52903 files and directories currently installed.)
Removing python3.11-dev (3.11.2-6+deb12u6) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-get purge -y '^libpython3\.[0-9]+-dev'
Reading package lists...
Building dependency tree...
Reading state information...
Package 'libpython3.8-dev' is not installed, so not removed
The following packages were automatically installed and are no longer required:
libjs-jquery libjs-sphinxdoc libjs-underscore
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
libpython3.11-dev*
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
After this operation, 26.4 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52894 files and directories currently installed.)
Removing libpython3.11-dev:amd64 (3.11.2-6+deb12u6) ...
+ 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...
The following packages were automatically installed and are no longer required:
build-essential bzip2 dpkg-dev fontconfig-config fonts-dejavu-core g++
g++-12 gir1.2-freedesktop gobject-introspection libblkid-dev libbrotli-dev
libc-dev-bin libc6-dev libcairo-gobject2 libcairo-script-interpreter2
libcairo2 libcrypt-dev libdpkg-perl libexpat1-dev libfontconfig-dev
libfontconfig1 libfreetype-dev libglib2.0-bin libglib2.0-data libglib2.0-dev
libglib2.0-dev-bin libice-dev libice6 libjs-jquery libjs-sphinxdoc
libjs-underscore libmount-dev libnsl-dev libpcre2-16-0 libpcre2-32-0
libpcre2-dev libpcre2-posix3 libpixman-1-0 libpixman-1-dev libpkgconf3
libpng-dev libpthread-stubs0-dev libselinux1-dev libsepol-dev libsm-dev
libsm6 libstdc++-12-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 make patch pkgconf
pkgconf-bin python3-mako python3-markdown rpcsvc-proto uuid-dev x11-common
x11proto-core-dev x11proto-dev xml-core 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* libgirepository1.0-dev* libsystemd-dev*
pkg-config*
0 upgraded, 0 newly installed, 5 to remove and 20 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 ... 52673 files and directories currently installed.)
Removing libcairo2-dev:amd64 (1.16.0-7) ...
Removing libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
Removing libgirepository1.0-dev (1.74.0-3) ...
Removing libsystemd-dev:amd64 (252.39-1~deb12u1) ...
Removing pkg-config:amd64 (1.8.1-1) ...
Processing triggers for sgml-base (1.31) ...
(Reading database ... 51837 files and directories currently installed.)
Purging configuration files for libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
Purging configuration files for pkg-config:amd64 (1.8.1-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:
build-essential bzip2 dpkg-dev fontconfig-config fonts-dejavu-core g++
g++-12 gir1.2-freedesktop gobject-introspection libblkid-dev libbrotli-dev
libc-dev-bin libc6-dev libcairo-gobject2 libcairo-script-interpreter2
libcairo2 libcrypt-dev libdpkg-perl libexpat1-dev libfontconfig-dev
libfontconfig1 libfreetype-dev libglib2.0-bin libglib2.0-data libglib2.0-dev
libglib2.0-dev-bin libice-dev libice6 libjs-jquery libjs-sphinxdoc
libjs-underscore libmount-dev libnsl-dev libpcre2-16-0 libpcre2-32-0
libpcre2-dev libpcre2-posix3 libpixman-1-0 libpixman-1-dev libpkgconf3
libpng-dev libpthread-stubs0-dev libselinux1-dev libsepol-dev libsm-dev
libsm6 libstdc++-12-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 make patch pkgconf
pkgconf-bin python3-mako python3-markdown rpcsvc-proto uuid-dev x11-common
x11proto-core-dev x11proto-dev xml-core xorg-sgml-doctools xtrans-dev
zlib1g-dev
0 upgraded, 0 newly installed, 81 to remove and 20 not upgraded.
After this operation, 143 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 51837 files and directories currently installed.)
Removing gobject-introspection (1.74.0-3) ...
Removing build-essential (12.9) ...
Removing dpkg-dev (1.21.22) ...
Removing bzip2 (1.0.8-5+b1) ...
Removing libfontconfig-dev:amd64 (2.14.1-4) ...
Removing libcairo-script-interpreter2:amd64 (1.16.0-7) ...
Removing g++ (4:12.2.0-3) ...
Removing g++-12 (12.2.0-14+deb12u1) ...
Removing gir1.2-freedesktop:amd64 (1.74.0-3) ...
Removing libglib2.0-dev:amd64 (2.74.6-2+deb12u7) ...
Removing libmount-dev:amd64 (2.38.1-5+deb12u3) ...
Removing libblkid-dev:amd64 (2.38.1-5+deb12u3) ...
Removing libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ...
Removing libbrotli-dev:amd64 (1.0.9-2+b6) ...
Removing uuid-dev:amd64 (2.38.1-5+deb12u3) ...
Removing libexpat1-dev:amd64 (2.5.0-1+deb12u2) ...
Removing libpng-dev:amd64 (1.6.39-2) ...
Removing zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
Removing libselinux1-dev:amd64 (3.4-1+b6) ...
Removing libpcre2-dev:amd64 (10.42-1) ...
Removing libcairo-gobject2:amd64 (1.16.0-7) ...
Removing libdpkg-perl (1.21.22) ...
Removing libglib2.0-bin (2.74.6-2+deb12u7) ...
Removing libglib2.0-data (2.74.6-2+deb12u7) ...
Removing libglib2.0-dev-bin (2.74.6-2+deb12u7) ...
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 (5.3.0-4) ...
Removing libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Removing libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Removing libpcre2-16-0:amd64 (10.42-1) ...
Removing libpcre2-32-0:amd64 (10.42-1) ...
Removing libpcre2-posix3:amd64 (10.42-1) ...
Removing libpixman-1-dev:amd64 (0.42.2-1) ...
Removing pkgconf:amd64 (1.8.1-1) ...
Removing pkgconf-bin (1.8.1-1) ...
Removing libpkgconf3:amd64 (1.8.1-1) ...
Removing libxcb-shm0-dev:amd64 (1.15-1) ...
Removing libxcb-render0-dev:amd64 (1.15-1) ...
Removing libsepol-dev:amd64 (3.4-2.1) ...
Removing libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ...
Removing libxrender-dev:amd64 (1:0.9.10-1.1) ...
Removing libxext-dev:amd64 (2:1.3.4-1+b1) ...
Removing libx11-dev:amd64 (2:1.8.4-2+deb12u2) ...
Removing make (4.3-4.1) ...
Removing patch (2.7.6-7) ...
Removing python3-mako (1.2.4+ds-1) ...
Removing python3-markdown (3.4.1-2) ...
Removing x11-common (1:7.7+23) ...
Running in chroot, ignoring request.
Removing x11proto-core-dev (2022.1-1) ...
Removing xml-core (0.18+nmu1) ...
Removing xtrans-dev (1.4.0-1) ...
Removing libcairo2:amd64 (1.16.0-7) ...
Removing libfontconfig1:amd64 (2.14.1-4) ...
Removing fontconfig-config (2.14.1-4) ...
Removing fonts-dejavu-core (2.37-6) ...
Removing libc6-dev:amd64 (2.36-9+deb12u13) ...
Removing libc-dev-bin (2.36-9+deb12u13) ...
Removing libcrypt-dev:amd64 (1:4.4.33-2) ...
Removing libnsl-dev:amd64 (1.3.0-2) ...
Removing libpixman-1-0:amd64 (0.42.2-1) ...
Removing libxcb1-dev:amd64 (1.15-1) ...
Removing libpthread-stubs0-dev:amd64 (0.4-1) ...
Removing libtirpc-dev:amd64 (1.3.3+ds-1) ...
Removing libxrender1:amd64 (1:0.9.10-1.1) ...
Removing libxau-dev:amd64 (1:1.0.9-1) ...
Removing libxcb-shm0:amd64 (1.15-1) ...
Removing libxcb-render0:amd64 (1.15-1) ...
Removing libxdmcp-dev:amd64 (1:1.1.2-3) ...
Removing libxext6:amd64 (2:1.3.4-1+b1) ...
Removing linux-libc-dev:amd64 (6.1.158-1) ...
Removing rpcsvc-proto (1.4.3-1) ...
Removing x11proto-dev (2022.1-1) ...
Removing xorg-sgml-doctools (1:1.11-1.1) ...
Removing libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
Removing libx11-data (2:1.8.4-2+deb12u2) ...
Removing libxcb1:amd64 (1.15-1) ...
Removing libxau6:amd64 (1:1.0.9-1) ...
Removing libxdmcp6:amd64 (1:1.1.2-3) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
Processing triggers for sgml-base (1.31) ...
Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u7) ...
No schema files found: doing nothing.
+ sudo cp dockers/docker-sonic-bmp/base_image_files/monit_bmp ./fsroot-broadcom//etc/monit/conf.d
+ 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-fpm-frr/base_image_files/platform_utils ./fsroot-broadcom//usr/bin/platform_utils
+ sudo cp dockers/docker-fpm-frr/base_image_files/idf_isolation ./fsroot-broadcom//usr/bin/idf_isolation
+ sudo cp dockers/docker-fpm-frr/base_image_files/prefix_list ./fsroot-broadcom//usr/bin/prefix_list
+ 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-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.3.2-4+b1).
0 upgraded, 0 newly installed, 0 to remove and 20 not upgraded.
+ '[' y == y ']'
+ install_deb_package target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libpython3.11-minimal_3.11.2-6+fips_amd64.deb
(Reading database ... 46290 files and directories currently installed.)
Preparing to unpack libpython3.11-minimal_3.11.2-6+fips_amd64.deb ...
Unpacking libpython3.11-minimal:amd64 (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up libpython3.11-minimal:amd64 (3.11.2-6+fips) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ install_deb_package target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
(Reading database ... 46290 files and directories currently installed.)
Preparing to unpack libpython3.11-stdlib_3.11.2-6+fips_amd64.deb ...
Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up libpython3.11-stdlib:amd64 (3.11.2-6+fips) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ install_deb_package target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=libpython3.11_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i libpython3.11_3.11.2-6+fips_amd64.deb
(Reading database ... 46290 files and directories currently installed.)
Preparing to unpack libpython3.11_3.11.2-6+fips_amd64.deb ...
Unpacking libpython3.11:amd64 (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up libpython3.11:amd64 (3.11.2-6+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom
+ sudo rm -f libpython3.11_3.11.2-6+fips_amd64.deb
+ install_deb_package target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=python3.11-minimal_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i python3.11-minimal_3.11.2-6+fips_amd64.deb
(Reading database ... 46290 files and directories currently installed.)
Preparing to unpack python3.11-minimal_3.11.2-6+fips_amd64.deb ...
Unpacking python3.11-minimal (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up python3.11-minimal (3.11.2-6+fips) ...
Processing triggers for systemd (252.39-1~deb12u1) ...
+ cd ./fsroot-broadcom
+ sudo rm -f python3.11-minimal_3.11.2-6+fips_amd64.deb
+ install_deb_package target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb ./fsroot-broadcom/
++ basename -a target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=python3.11_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom dpkg -i python3.11_3.11.2-6+fips_amd64.deb
(Reading database ... 46290 files and directories currently installed.)
Preparing to unpack python3.11_3.11.2-6+fips_amd64.deb ...
Unpacking python3.11 (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up python3.11 (3.11.2-6+fips) ...
+ cd ./fsroot-broadcom
+ sudo rm -f python3.11_3.11.2-6+fips_amd64.deb
++ dpkg-deb -f target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb Package
+ PACKAGE_NAME=sonic-platform-pddf
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark unhold sonic-platform-pddf
Canceled hold on sonic-platform-pddf.
++ dpkg-deb -f target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb Package
+ PACKAGE_NAME=systemd-sonic-generator
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark unhold systemd-sonic-generator
Canceled hold on systemd-sonic-generator.
++ dpkg-deb -f target/debs/bookworm/flashrom_0.9.7_amd64.deb Package
+ PACKAGE_NAME=flashrom
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark unhold flashrom
Canceled hold on flashrom.
++ dpkg-deb -f target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=libssl3
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark unhold libssl3
Canceled hold on libssl3.
++ dpkg-deb -f target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=libssl-dev
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark unhold libssl-dev
Canceled hold on libssl-dev.
++ dpkg-deb -f target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=openssl
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark unhold openssl
Canceled hold on openssl.
++ dpkg-deb -f target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb Package
+ PACKAGE_NAME=symcrypt-openssl
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark unhold symcrypt-openssl
Canceled hold on symcrypt-openssl.
++ dpkg-deb -f target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-client
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark unhold openssh-client
Canceled hold on openssh-client.
++ dpkg-deb -f target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb Package
+ PACKAGE_NAME=ssh
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark unhold ssh
Canceled hold on ssh.
++ dpkg-deb -f target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-sftp-server
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark unhold openssh-sftp-server
Canceled hold on openssh-sftp-server.
++ dpkg-deb -f target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-server
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark unhold openssh-server
Canceled hold on openssh-server.
++ dpkg-deb -f target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb Package
+ PACKAGE_NAME=libk5crypto3
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom apt-mark unhold libk5crypto3
Canceled hold on libk5crypto3.
+ 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-6.1.0-29-2-amd64
+ [[ grub == uboot ]]
+ SONIC_VERSION_CACHE=
+ DBGOPT=
+ scripts/collect_host_image_version_files.sh amd64 bookworm 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 20 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_bookworm-security_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_non-free-firmware_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_non-free-firmware_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-backports_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-backports_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-backports_non-free-firmware_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-updates_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-updates_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_non-free-firmware_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_non-free-firmware_source_Sources.lz4 /var/lib/apt/lists/download.docker.com_linux_debian_dists_bookworm_InRelease /var/lib/apt/lists/download.docker.com_linux_debian_dists_bookworm_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
+ [[ -d != \-\d ]]
+ [[ -d == \-\d ]]
+ '[' -f /etc/apt/sources.list.d/debian.sources.back ']'
++ find /etc/apt/sources.list.d/ -type f
+ local 'mirrors=/etc/apt/sources.list /etc/apt/sources.list.d/docker.list'
+ for mirror in $mirrors
+ grep -iq 'http:\/\/packages.trafficmanager.net\/' /etc/apt/sources.list
+ continue
+ for mirror in $mirrors
+ grep -iq 'http:\/\/packages.trafficmanager.net\/' /etc/apt/sources.list.d/docker.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-12 gcc-12
libasan8 libbinutils libcc1-0 libctf-nobfd0 libctf0 libgcc-12-dev libgomp1
libgprofng0 libisl23 libitm1 liblsan0 libmpc3 libmpfr6 libquadmath0 libtsan2
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, 48.1 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 46287 files and directories currently installed.)
Removing gcc (4:12.2.0-3) ...
+ 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-12 gcc-12
libasan8 libbinutils libcc1-0 libctf-nobfd0 libctf0 libeatmydata1
libgcc-12-dev libgomp1 libgprofng0 libisl23 libitm1 liblsan0 libmpc3
libmpfr6 libquadmath0 libtsan2 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, 25.6 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 46256 files and directories currently installed.)
Removing eatmydata (130-2) ...
+ 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-12 gcc-12
libasan8 libbinutils libcc1-0 libctf-nobfd0 libctf0 libeatmydata1
libgcc-12-dev libgomp1 libgprofng0 libisl23 libitm1 liblsan0 libmpc3
libmpfr6 libquadmath0 libtsan2 libubsan1
0 upgraded, 0 newly installed, 23 to remove and 0 not upgraded.
After this operation, 180 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 46250 files and directories currently installed.)
Removing gcc-12 (12.2.0-14+deb12u1) ...
Removing binutils (2.40-2) ...
Removing binutils-x86-64-linux-gnu (2.40-2) ...
Removing libgprofng0:amd64 (2.40-2) ...
Removing libctf0:amd64 (2.40-2) ...
Removing libbinutils:amd64 (2.40-2) ...
Removing binutils-common:amd64 (2.40-2) ...
Removing cpp (4:12.2.0-3) ...
Removing cpp-12 (12.2.0-14+deb12u1) ...
Removing libgcc-12-dev:amd64 (12.2.0-14+deb12u1) ...
Removing libasan8:amd64 (12.2.0-14+deb12u1) ...
Removing libcc1-0:amd64 (12.2.0-14+deb12u1) ...
Removing libctf-nobfd0:amd64 (2.40-2) ...
Removing libeatmydata1:amd64 (130-2+b1) ...
Removing libgomp1:amd64 (12.2.0-14+deb12u1) ...
Removing libisl23:amd64 (0.25-1.1) ...
Removing libitm1:amd64 (12.2.0-14+deb12u1) ...
Removing liblsan0:amd64 (12.2.0-14+deb12u1) ...
Removing libmpc3:amd64 (1.3.1-1) ...
Removing libmpfr6:amd64 (4.2.0-1) ...
Removing libquadmath0:amd64 (12.2.0-14+deb12u1) ...
Removing libtsan2:amd64 (12.2.0-14+deb12u1) ...
Removing libubsan1:amd64 (12.2.0-14+deb12u1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ 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
+ 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
3.2G ./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.
[/ ] 0/39874 0%
[===========================================================\] 42071/42071 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 391924.81 Kbytes (382.74 Mbytes)
25.98% of uncompressed filesystem size (1508508.16 Kbytes)
Inode table size 384448 bytes (375.44 Kbytes)
21.96% of uncompressed inode table size (1750597 bytes)
Directory table size 431709 bytes (421.59 Kbytes)
34.71% of uncompressed directory table size (1243757 bytes)
Xattr table size 40 bytes (0.04 Kbytes)
100.00% of uncompressed xattr table size (40 bytes)
Number of duplicate files found 12938
Number of inodes 54811
Number of files 41788
Number of fragments 812
Number of symbolic links 2567
Number of device nodes 5351
Number of fifo nodes 0
Number of socket nodes 2
Number of directories 5103
Number of hard-links 5
Number of ids (unique uids + gids) 31
Number of uids 8
root (0)
jenkins (129)
_apt (42)
unknown (300)
unknown (1000)
systemd-timesync (997)
unknown (104)
Debian-exim (100)
Number of gids 28
root (0)
video (44)
disk (6)
audio (29)
cdrom (24)
tty (5)
floppy (25)
dialout (20)
kmem (15)
lp (7)
tape (26)
gjenkins (136)
unknown (111)
adm (4)
shadow (42)
unknown (112)
unknown (300)
unknown (1000)
utmp (43)
systemd-timesync (997)
render (105)
_ssh (109)
messagebus (107)
staff (50)
Debian-exim (106)
systemd-journal (999)
systemd-network (998)
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 ]]
+ '[' n = y ']'
+ pushd ./fsroot-broadcom
/sonic/fsroot-broadcom /sonic
+ sudo tar -I pigz -cf /sonic/dockerfs.tar.gz -C var/lib/docker .
+ popd
/sonic
+ pushd ./fsroot-broadcom
/sonic/fsroot-broadcom /sonic
+ sudo tar -I pigz -cf platform.tar.gz -C platform .
+ sudo zip -n .gz /sonic/fs.zip -r boot/ platform.tar.gz
adding: boot/ (stored 0%)
adding: boot/initrd.img-6.1.0-29-2-amd64 (deflated 0%)
adding: boot/vmlinuz-6.1.0-29-2-amd64 (deflated 0%)
adding: boot/config-6.1.0-29-2-amd64 (deflated 76%)
adding: boot/System.map-6.1.0-29-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
++ INSTALLER_PAYLOAD=fs.zip
++ FILESYSTEM_DOCKERFS=dockerfs.tar.gz
++ DOCKERFS_DIR=docker
++ DOCKER_RAMFS_SIZE=3500M
++ 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
++ OUTPUT_DSC_IMAGE=target/sonic-broadcom.tar
+ '[' -n 32768 ']'
+ '[' -n fs.zip ']'
+ IMAGE_VERSION=etri-202505.13-0216238cd
+ '[' 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-dell_z9664f-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/dell/x86_64-dell_z9664f-r0/platform_asic
+ echo x86_64-dell_z9664f-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_ixr7250_x3b-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nokia/x86_64-nokia_ixr7250_x3b-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/x86_64-nokia_ixr7220_h4_32d-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nokia/x86_64-nokia_ixr7220_h4_32d-r0/platform_asic
+ echo x86_64-nokia_ixr7220_h4_32d-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_32d-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nokia/x86_64-nokia_ixr7220_h5_32d-r0/platform_asic
+ echo x86_64-nokia_ixr7220_h5_32d-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_64o-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nokia/x86_64-nokia_ixr7220_h5_64o-r0/platform_asic
+ echo x86_64-nokia_ixr7220_h5_64o-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h4-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nokia/x86_64-nokia_ixr7220_h4-r0/platform_asic
+ echo x86_64-nokia_ixr7220_h4-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_64d-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nokia/x86_64-nokia_ixr7220_h5_64d-r0/platform_asic
+ echo x86_64-nokia_ixr7220_h5_64d-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h3-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nokia/x86_64-nokia_ixr7220_h3-r0/platform_asic
+ echo x86_64-nokia_ixr7220_h3-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_d4-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nokia/x86_64-nokia_ixr7220_d4-r0/platform_asic
+ echo x86_64-nokia_ixr7220_d4-r0
+ 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/nokia/x86_64-nokia_ixr7250_x1b-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nokia/x86_64-nokia_ixr7250_x1b-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/micas/x86_64-micas_m2-w6510-32c-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/micas/x86_64-micas_m2-w6510-32c-r0/platform_asic
+ echo x86_64-micas_m2-w6510-32c-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6920-32qc2x-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/micas/x86_64-micas_m2-w6920-32qc2x-r0/platform_asic
+ echo x86_64-micas_m2-w6920-32qc2x-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/arm64-micas_m2-w6010-48gt4x-fa-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/micas/arm64-micas_m2-w6010-48gt4x-fa-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6930-64qc-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/micas/x86_64-micas_m2-w6930-64qc-r0/platform_asic
+ echo x86_64-micas_m2-w6930-64qc-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6520-24dc8qc-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/micas/x86_64-micas_m2-w6520-24dc8qc-r0/platform_asic
+ echo x86_64-micas_m2-w6520-24dc8qc-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6940-128qc-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/micas/x86_64-micas_m2-w6940-128qc-r0/platform_asic
+ echo x86_64-micas_m2-w6940-128qc-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6520-48c8qc-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/micas/x86_64-micas_m2-w6520-48c8qc-r0/platform_asic
+ echo x86_64-micas_m2-w6520-48c8qc-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/arm64-micas_m2-w6010-48gt4x-ra-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/micas/arm64-micas_m2-w6010-48gt4x-ra-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6940-64oc-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/micas/x86_64-micas_m2-w6940-64oc-r0/platform_asic
+ echo x86_64-micas_m2-w6940-64oc-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-48v8c-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/micas/x86_64-micas_m2-w6510-48v8c-r0/platform_asic
+ echo x86_64-micas_m2-w6510-48v8c-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-48gt4v-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/micas/x86_64-micas_m2-w6510-48gt4v-r0/platform_asic
+ echo x86_64-micas_m2-w6510-48gt4v-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nvidia-bluefield/arm64-nvda_bf-9009d3b600svaa/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nvidia-bluefield/arm64-nvda_bf-9009d3b600svaa/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nvidia-bluefield/arm64-nvda_bf-bf3comdpu/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nvidia-bluefield/arm64-nvda_bf-bf3comdpu/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nvidia-bluefield/arm64-nvda_bf-9009d3b600cvaa/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/nvidia-bluefield/arm64-nvda_bf-9009d3b600cvaa/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_ds2000-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/celestica/x86_64-cel_ds2000-r0/platform_asic
+ echo x86_64-cel_ds2000-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_ds1000-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/celestica/x86_64-cel_ds1000-r0/platform_asic
+ echo x86_64-cel_ds1000-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_ds3000-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/celestica/x86_64-cel_ds3000-r0/platform_asic
+ echo x86_64-cel_ds3000-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_questone_2-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/celestica/x86_64-cel_questone_2-r0/platform_asic
+ echo x86_64-cel_questone_2-r0
+ 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_silverstone_v2-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/celestica/x86_64-cel_silverstone_v2-r0/platform_asic
+ echo x86_64-cel_silverstone_v2-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/x86_64-marvell_db98cx8540_16cd-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/marvell/x86_64-marvell_db98cx8540_16cd-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/x86_64-marvell_dbmvtx9180-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/marvell/x86_64-marvell_dbmvtx9180-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_rd98DX35xx-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/marvell/x86_64-marvell_rd98DX35xx-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8514_10cc-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/marvell/x86_64-marvell_db98cx8514_10cc-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_db98cx8522_10cc-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/marvell/x86_64-marvell_db98cx8522_10cc-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/pensando/arm64-elba-asic-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/pensando/arm64-elba-asic-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/pensando/arm64-elba-asic-flash128-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/pensando/arm64-elba-asic-flash128-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-nvidia_sn5640_simx-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn5640_simx-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 = 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-nvidia_sn4280-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn4280-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5640-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn5640-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-nvidia_sn5610n-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn5610n-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/mellanox/x86_64-nvidia_sn4280_simx-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/mellanox/x86_64-nvidia_sn4280_simx-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9301_32d-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ufispace/x86_64-ufispace_s9301_32d-r0/platform_asic
+ echo x86_64-ufispace_s9301_32d-r0
+ 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_s9321_64e-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ufispace/x86_64-ufispace_s9321_64e-r0/platform_asic
+ echo x86_64-ufispace_s9321_64e-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_s9301_32db-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ufispace/x86_64-ufispace_s9301_32db-r0/platform_asic
+ echo x86_64-ufispace_s9301_32db-r0
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9321_64eo-r0/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/ufispace/x86_64-ufispace_s9321_64eo-r0/platform_asic
+ echo x86_64-ufispace_s9321_64eo-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_7060x6_32pe/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7060x6_32pe/platform_asic
+ echo x86_64-arista_7060x6_32pe
+ 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_64pe_b/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7060x6_64pe_b/platform_asic
+ echo x86_64-arista_7060x6_64pe_b
+ 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_7050cx3_32c/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7050cx3_32c/platform_asic
+ echo x86_64-arista_7050cx3_32c
+ 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_7060x6_16pe_384c/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7060x6_16pe_384c/platform_asic
+ echo x86_64-arista_7060x6_16pe_384c
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060x6_16pe_384c_b/platform_asic ']'
+ '[' broadcom = generic ']'
+ grep -Fxq broadcom ./device/arista/x86_64-arista_7060x6_16pe_384c_b/platform_asic
+ echo x86_64-arista_7060x6_16pe_384c_b
+ 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_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_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_32c/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_16pe_384c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_16pe_384c_b/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_32pe/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_7060x6_64pe_b/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_ds1000-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_ds1000-r0/installer.conf ./installer/platforms/x86_64-cel_ds1000-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_ds2000-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_ds2000-r0/installer.conf ./installer/platforms/x86_64-cel_ds2000-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_ds3000-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_ds3000-r0/installer.conf ./installer/platforms/x86_64-cel_ds3000-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_questone_2-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_questone_2-r0/installer.conf ./installer/platforms/x86_64-cel_questone_2-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 PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_silverstone_v2-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_silverstone_v2-r0/installer.conf ./installer/platforms/x86_64-cel_silverstone_v2-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-dell_z9664f-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_z9664f-r0/installer.conf ./installer/platforms/x86_64-dell_z9664f-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_db98cx8514_10cc-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8522_10cc-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8540_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_dbmvtx9180-r0/installer.conf ']'
+ cp ./device/marvell/x86_64-marvell_dbmvtx9180-r0/installer.conf ./installer/platforms/x86_64-marvell_dbmvtx9180-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_rd98DX35xx-r0/installer.conf ']'
+ cp ./device/marvell/x86_64-marvell_rd98DX35xx-r0/installer.conf ./installer/platforms/x86_64-marvell_rd98DX35xx-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_sn4280-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn4280-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn4280-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4280_simx-r0/installer.conf ']'
+ 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 PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5610n-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn5610n-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn5610n-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5640-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn5640-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn5640-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5640_simx-r0/installer.conf ']'
+ for VENDOR in `ls ./device`
++ ls ./device/micas
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-32c-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6510-32c-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6510-32c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-48gt4v-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6510-48gt4v-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6510-48gt4v-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-48v8c-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6510-48v8c-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6510-48v8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6520-24dc8qc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6520-24dc8qc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6520-24dc8qc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6520-48c8qc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6520-48c8qc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6520-48c8qc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6920-32qc2x-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6920-32qc2x-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6920-32qc2x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6930-64qc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6930-64qc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6930-64qc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6940-128qc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6940-128qc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6940-128qc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6940-64oc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6940-64oc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6940-64oc-r0
+ 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_ixr7220_d4-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_d4-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_d4-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h3-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h3-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h3-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h4-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h4-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h4-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h4_32d-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h4_32d-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h4_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_32d-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h5_32d-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h5_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_64d-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h5_64d-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h5_64d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_64o-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h5_64o-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h5_64o-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250_x1b-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7250_x1b-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7250_x1b-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250_x3b-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7250_x3b-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7250_x3b-r0
+ 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/nvidia-bluefield
++ grep '^x86_64'
+ 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/pensando
++ grep '^x86_64'
+ 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 PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9301_32d-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9301_32d-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9301_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9301_32db-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9301_32db-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9301_32db-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9321_64e-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9321_64e-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9321_64e-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9321_64eo-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9321_64eo-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9321_64eo-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
+ platform_conf_file=platform/broadcom/platform_amd64.conf
+ '[' '!' -f platform/broadcom/platform_amd64.conf ']'
+ platform_conf_file=platform/broadcom/platform.conf
+ ./onie-mk-demo.sh amd64 broadcom x86_64-broadcom-r0 installer platform/broadcom/platform.conf target/sonic-broadcom.bin OS etri-202505.13-0216238cd 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-202505.13-0216238cd
+ 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-202505.13-0216238cd ]
+ [ -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.6QxNyNYkOd
+ tmp_installdir=/tmp/tmp.6QxNyNYkOd/installer
+ mkdir /tmp/tmp.6QxNyNYkOd/installer
+ cp -r installer/default_platform.conf installer/install.sh installer/platforms installer/platforms_asic installer/sharch_body.sh installer/tests /tmp/tmp.6QxNyNYkOd/installer
+ cp onie-image.conf /tmp/tmp.6QxNyNYkOd/installer
+ cp onie-image-amd64.conf /tmp/tmp.6QxNyNYkOd/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/%%ARCH%%/amd64/g -e s/%%IMAGE_VERSION%%/etri-202505.13-0216238cd/g -e s/%%ONIE_IMAGE_PART_SIZE%%/32768/ -e s/%%EXTRA_CMDLINE_LINUX%%// -e s@%%OUTPUT_RAW_IMAGE%%@target/sonic-broadcom.raw@ /tmp/tmp.6QxNyNYkOd/installer/install.sh
+ echo -n .
.+ cp -r fs.zip /tmp/tmp.6QxNyNYkOd/installer
+ echo -n .
.+ [ -r platform/broadcom/platform.conf ]
+ cp platform/broadcom/platform.conf /tmp/tmp.6QxNyNYkOd/installer/platform.conf
+ echo machine=broadcom
+ echo platform=x86_64-broadcom-r0
+ echo -n .
.+ sharch=/tmp/tmp.6QxNyNYkOd/sharch.tar
+ tar -C /tmp/tmp.6QxNyNYkOd -cf /tmp/tmp.6QxNyNYkOd/sharch.tar installer
+ echo -n .
.+ [ -f /tmp/tmp.6QxNyNYkOd/sharch.tar ]
+ cat /tmp/tmp.6QxNyNYkOd/sharch.tar
+ sha1sum
+ awk {print $1}
+ sha1=1c2ec61353a12e56133a7c3c0a27fd807a02065f
+ echo -n .
.+ cp installer/sharch_body.sh target/sonic-broadcom.bin
+ sed -i -e s/%%IMAGE_SHA1%%/1c2ec61353a12e56133a7c3c0a27fd807a02065f/ target/sonic-broadcom.bin
+ echo -n .
.+ wc -c
+ tar_size=953159680
+ sed -i -e s|%%PAYLOAD_IMAGE_SIZE%%|953159680| target/sonic-broadcom.bin
+ cat /tmp/tmp.6QxNyNYkOd/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 != no_sign ]
+ rm -rf /tmp/tmp.6QxNyNYkOd
+ 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 953161710 Nov 20 08:50 target/sonic-broadcom.bin
+ clean_up 0
+ rm -rf /tmp/tmp.6QxNyNYkOd
+ exit 0
++ '[' -f .arch ']'
++ cat .arch
+ CONFIGURED_ARCH=amd64
+ DOCKER_VERSION=5:24.0.2-1~debian.12~bookworm
+ CONTAINERD_IO_VERSION=1.6.21-1
+ LINUX_KERNEL_VERSION=6.1.0-29-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
++ INSTALLER_PAYLOAD=fs.zip
++ FILESYSTEM_DOCKERFS=dockerfs.tar.gz
++ DOCKERFS_DIR=docker
++ DOCKER_RAMFS_SIZE=3500M
++ 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
++ OUTPUT_DSC_IMAGE=target/sonic-broadcom-dnx.tar
+ '[' -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 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 7002 ..c.. bash
jenkins 41179 ..c.. build_debian.sh
jenkins 41180 ..c.. process_log.sh
root 41188 ..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
33626 inodes (34109 blocks) to write
[- ] 1015/67735 1%
[=====| ] 6317/67735 9%
[======- ] 7880/67735 11%
[=======\ ] 8234/67735 12%
[========/ ] 9209/67735 13%
[========- ] 9644/67735 14%
[=========| ] 10381/67735 15%
[=========- ] 10953/67735 16%
[==========| ] 11792/67735 17%
[==========\ ] 12312/67735 18%
[===========/ ] 13022/67735 19%
[===========- ] 13746/67735 20%
[============| ] 14668/67735 21%
[=============- ] 16014/67735 23%
[==============| ] 16670/67735 24%
[==============/ ] 17086/67735 25%
[===============/ ] 17617/67735 26%
[================/ ] 18497/67735 27%
[================\ ] 19324/67735 28%
[=================\ ] 19934/67735 29%
[=================| ] 20326/67735 30%
[==================\ ] 21001/67735 31%
[==================/ ] 21697/67735 32%
[===================| ] 22363/67735 33%
[====================| ] 23126/67735 34%
[====================\ ] 23783/67735 35%
[=====================/ ] 24516/67735 36%
[=====================/ ] 25098/67735 37%
[======================\ ] 25742/67735 38%
[=======================- ] 26551/67735 39%
[=======================\ ] 27190/67735 40%
[========================/ ] 28052/67735 41%
[=========================\ ] 29410/67735 43%
[==========================/ ] 29908/67735 44%
[=============================- ] 33418/67735 49%
[=============================\ ] 34338/67735 50%
[==============================| ] 34805/67735 51%
[==============================\ ] 35364/67735 52%
[===============================/ ] 35923/67735 53%
[===============================| ] 36686/67735 54%
[===================================/ ] 40683/67735 60%
[========================================/ ] 46380/67735 68%
[==========================================- ] 48559/67735 71%
[==============================================\ ] 53369/67735 78%
[========================================================| ] 64821/67735 95%
[===========================================================|] 67735/67735 100%
created 25913 files
created 3484 directories
created 2357 symlinks
created 5351 devices
created 0 fifos
created 0 sockets
created 5 hardlinks
+ 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-202505.13-0216238cd
+ build_version=etri-202505.13-0216238cd
++ cat ./fsroot-broadcom-dnx/etc/debian_version
+ export debian_version=12.12
+ debian_version=12.12
+ export kernel_version=6.1.0-29-2-amd64
+ kernel_version=6.1.0-29-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=0216238cd
+ commit_id=0216238cd
++ git rev-parse --abbrev-ref HEAD
+ export branch=etri-202505
+ branch=etri-202505
++ '[' -f ./fsroot-broadcom-dnx/etc/sonic/sonic_release ']'
++ cat ./fsroot-broadcom-dnx/etc/sonic/sonic_release
+ export release=202505
+ release=202505
++ date -u
+ export 'build_date=Thu Nov 20 08:51:16 UTC 2025'
+ build_date='Thu Nov 20 08:51:16 UTC 2025'
+ export build_number=13
+ build_number=13
+ export built_by=jenkins@w2sh-PowerEdge-R740
+ built_by=jenkins@w2sh-PowerEdge-R740
+ export sonic_os_version=12
+ sonic_os_version=12
+ j2 files/build_templates/sonic_version.yml.j2
+ sudo tee ./fsroot-broadcom-dnx/etc/sonic/sonic_version.yml
---
build_version: 'etri-202505.13-0216238cd'
debian_version: '12.12'
kernel_version: '6.1.0-29-2-amd64'
asic_type: broadcom
asic_subtype: 'broadcom-dnx'
commit_id: '0216238cd'
branch: 'etri-202505'
release: '202505'
build_date: Thu Nov 20 08:51:16 UTC 2025
build_number: 13
built_by: jenkins@w2sh-PowerEdge-R740
libswsscommon: 1.0.0
sonic_utilities: 1.2
sonic_os_version: 12
secure_boot_image: 'no'
+ '[' -f sonic_debian_extension.sh ']'
+ ./sonic_debian_extension.sh ./fsroot-broadcom-dnx platform bookworm
++ '[' -f .arch ']'
++ cat .arch
+ CONFIGURED_ARCH=amd64
++ '[' -f .platform ']'
++ cat .platform
+ CONFIGURED_PLATFORM=broadcom
+ . 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_LIB_SYSTEMD_NETWORK=./fsroot-broadcom-dnx/usr/lib//systemd/network
+ 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.
dmesg(1) may have more information after failed mount system call.
mount: /sys/fs/cgroup/cpuacct: cgroup already mounted on /sys/fs/cgroup.
dmesg(1) may have more information after failed mount system call.
mount: /sys/fs/cgroup/net_cls: cgroup already mounted on /sys/fs/cgroup.
dmesg(1) may have more information after failed mount system call.
mount: /sys/fs/cgroup/net_prio: cgroup already mounted on /sys/fs/cgroup.
dmesg(1) may have more information after failed mount system call.
Starting Docker: docker.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get update
Hit:1 https://download.docker.com/linux/debian bookworm InRelease
Hit:2 http://debian-archive.trafficmanager.net/debian bookworm InRelease
Hit:3 http://debian-archive.trafficmanager.net/debian bookworm-updates InRelease
Hit:4 http://debian-archive.trafficmanager.net/debian bookworm-backports InRelease
Hit:5 http://debian-archive.trafficmanager.net/debian-security bookworm-security InRelease
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 additional packages will be installed:
sbsigntool
The following NEW packages will be installed:
efitools sbsigntool
0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
Need to get 204 kB of archives.
After this operation, 1480 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 sbsigntool amd64 0.9.4-3.1 [68.4 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 efitools amd64 1.9.2-3 [135 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 204 kB in 0s (517 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package sbsigntool.
(Reading database ... 26705 files and directories currently installed.)
Preparing to unpack .../sbsigntool_0.9.4-3.1_amd64.deb ...
Unpacking sbsigntool (0.9.4-3.1) ...
Selecting previously unselected package efitools.
Preparing to unpack .../efitools_1.9.2-3_amd64.deb ...
Unpacking efitools (1.9.2-3) ...
Setting up sbsigntool (0.9.4-3.1) ...
Setting up efitools (1.9.2-3) ...
+ 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 NEW packages will be installed:
mokutil
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 26.9 kB of archives.
After this operation, 81.9 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 mokutil amd64 0.6.0-2 [26.9 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 26.9 kB in 0s (114 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package mokutil.
(Reading database ... 26758 files and directories currently installed.)
Preparing to unpack .../mokutil_0.6.0-2_amd64.deb ...
Unpacking mokutil (0.6.0-2) ...
Setting up mokutil (0.6.0-2) ...
+ sudo cp files/image_config/environment/environment ./fsroot-broadcom-dnx/etc/
+ sudo cp files/image_config/environment/motd ./fsroot-broadcom-dnx/etc/
+ sudo cp files/image_config/environment/logout_message ./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
+ install_deb_package target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-nettools_0.0.1-0_amd64.deb
+ basename_deb_packages=sonic-nettools_0.0.1-0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-nettools_0.0.1-0_amd64.deb
Selecting previously unselected package sonic-nettools.
(Reading database ... 26764 files and directories currently installed.)
Preparing to unpack sonic-nettools_0.0.1-0_amd64.deb ...
Unpacking sonic-nettools (0.0.1-0) ...
Setting up sonic-nettools (0.0.1-0) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-nettools_0.0.1-0_amd64.deb
+ sudo setcap cap_net_raw=+ep ./fsroot-broadcom-dnx/usr/bin/wol
+ sudo bash -c 'echo "d /dev/shm/monit/ 0755 root root" > ./fsroot-broadcom-dnx/etc/tmpfiles.d/tmpfs-monit.conf'
+ sudo bash -c 'echo "d /dev/shm/logrotate/ 0755 root root" > ./fsroot-broadcom-dnx/etc/tmpfiles.d/tmpfs-logrotate.conf'
+ install_deb_package target/debs/bookworm/ifupdown2_3.0.0-1_all.deb
+ deb_packages=target/debs/bookworm/ifupdown2_3.0.0-1_all.deb
+ [[ -z target/debs/bookworm/ifupdown2_3.0.0-1_all.deb ]]
+ sudo cp target/debs/bookworm/ifupdown2_3.0.0-1_all.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/ifupdown2_3.0.0-1_all.deb
+ basename_deb_packages=ifupdown2_3.0.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i ifupdown2_3.0.0-1_all.deb
Selecting previously unselected package ifupdown2.
(Reading database ... 26767 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) ...
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f ifupdown2_3.0.0-1_all.deb
+ 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 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.11-dev
libtirpc-dev linux-libc-dev python3.11-dev rpcsvc-proto 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.11-dev
libtirpc-dev linux-libc-dev python3-dev python3.11-dev rpcsvc-proto
zlib1g-dev
0 upgraded, 16 newly installed, 0 to remove and 6 not upgraded.
Need to get 11.6 MB of archives.
After this operation, 51.8 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u13 [47.4 kB]
Get:2 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main amd64 linux-libc-dev amd64 6.1.158-1 [2204 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u13 [1904 kB]
Get:8 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libexpat1-dev amd64 2.5.0-1+deb12u2 [151 kB]
Get:9 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB]
Get:10 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [116 kB]
Get:11 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libjs-sphinxdoc all 5.3.0-4 [130 kB]
Get:12 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 zlib1g-dev amd64 1:1.2.13.dfsg-1 [916 kB]
Get:13 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpython3.11-dev amd64 3.11.2-6+deb12u6 [4742 kB]
Get:14 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpython3-dev amd64 3.11.2-1+b1 [9572 B]
Get:15 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3.11-dev amd64 3.11.2-6+deb12u6 [615 kB]
Get:16 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-dev amd64 3.11.2-1+b1 [26.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 11.6 MB in 1s (12.9 MB/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 ... 26886 files and directories currently installed.)
Preparing to unpack .../00-libc-dev-bin_2.36-9+deb12u13_amd64.deb ...
Unpacking libc-dev-bin (2.36-9+deb12u13) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../01-linux-libc-dev_6.1.158-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (6.1.158-1) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../02-libcrypt-dev_1%3a4.4.33-2_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../03-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
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 rpcsvc-proto.
Preparing to unpack .../05-rpcsvc-proto_1.4.3-1_amd64.deb ...
Unpacking rpcsvc-proto (1.4.3-1) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../06-libc6-dev_2.36-9+deb12u13_amd64.deb ...
Unpacking libc6-dev:amd64 (2.36-9+deb12u13) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../07-libexpat1-dev_2.5.0-1+deb12u2_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.5.0-1+deb12u2) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../08-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ...
Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../09-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ...
Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../10-libjs-sphinxdoc_5.3.0-4_all.deb ...
Unpacking libjs-sphinxdoc (5.3.0-4) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../11-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
Selecting previously unselected package libpython3.11-dev:amd64.
Preparing to unpack .../12-libpython3.11-dev_3.11.2-6+deb12u6_amd64.deb ...
Unpacking libpython3.11-dev:amd64 (3.11.2-6+deb12u6) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../13-libpython3-dev_3.11.2-1+b1_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.11.2-1+b1) ...
Selecting previously unselected package python3.11-dev.
Preparing to unpack .../14-python3.11-dev_3.11.2-6+deb12u6_amd64.deb ...
Unpacking python3.11-dev (3.11.2-6+deb12u6) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../15-python3-dev_3.11.2-1+b1_amd64.deb ...
Unpacking python3-dev (3.11.2-1+b1) ...
Setting up linux-libc-dev:amd64 (6.1.158-1) ...
Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
Setting up rpcsvc-proto (1.4.3-1) ...
Setting up libnsl-dev:amd64 (1.3.0-2) ...
Setting up libcrypt-dev:amd64 (1:4.4.33-2) ...
Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Setting up libc-dev-bin (2.36-9+deb12u13) ...
Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Setting up libjs-sphinxdoc (5.3.0-4) ...
Setting up libc6-dev:amd64 (2.36-9+deb12u13) ...
Setting up libexpat1-dev:amd64 (2.5.0-1+deb12u2) ...
Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
Setting up libpython3.11-dev:amd64 (3.11.2-6+deb12u6) ...
Setting up libpython3-dev:amd64 (3.11.2-1+b1) ...
Setting up python3.11-dev (3.11.2-6+deb12u6) ...
Setting up python3-dev (3.11.2-1+b1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install j2cli
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
python3-jinja2 python3-markupsafe python3-yaml
Suggested packages:
python-jinja2-doc
Recommended packages:
python3-babel
The following NEW packages will be installed:
j2cli python3-jinja2 python3-markupsafe python3-yaml
0 upgraded, 4 newly installed, 0 to remove and 6 not upgraded.
Need to get 268 kB of archives.
After this operation, 1167 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-markupsafe amd64 2.1.2-1+b1 [13.2 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-jinja2 all 3.1.2-1+deb12u3 [120 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-yaml amd64 6.0-3+b2 [119 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 j2cli all 0.3.12b-4 [15.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 268 kB in 0s (688 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package python3-markupsafe.
(Reading database ... 28933 files and directories currently installed.)
Preparing to unpack .../python3-markupsafe_2.1.2-1+b1_amd64.deb ...
Unpacking python3-markupsafe (2.1.2-1+b1) ...
Selecting previously unselected package python3-jinja2.
Preparing to unpack .../python3-jinja2_3.1.2-1+deb12u3_all.deb ...
Unpacking python3-jinja2 (3.1.2-1+deb12u3) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../python3-yaml_6.0-3+b2_amd64.deb ...
Unpacking python3-yaml (6.0-3+b2) ...
Selecting previously unselected package j2cli.
Preparing to unpack .../j2cli_0.3.12b-4_all.deb ...
Unpacking j2cli (0.3.12b-4) ...
Setting up python3-yaml (6.0-3+b2) ...
Setting up python3-markupsafe (2.1.2-1+b1) ...
Setting up python3-jinja2 (3.1.2-1+deb12u3) ...
Setting up j2cli (0.3.12b-4) ...
+ 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 (72 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.1/72.1 kB 4.1 MB/s eta 0:00:00
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ install_pip_package target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl ./fsroot-broadcom-dnx/
++ basename -a target/python-wheels/bookworm/redis_dump_load-1.1-py3-none-any.whl
+ basename_pip_wheel=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.11/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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f 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 (277 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 278.0/278.0 kB 13.0 MB/s eta 0:00:00
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install blkinfo
Collecting blkinfo
Downloading blkinfo-0.2.0.tar.gz (7.9 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: blkinfo
Building wheel for blkinfo (setup.py): started
Building wheel for blkinfo (setup.py): finished with status 'done'
Created wheel for blkinfo: filename=blkinfo-0.2.0-py3-none-any.whl size=7665 sha256=6a450bd339ab74c26c3202ce7b459f2440b9d78972d036842305212758a8390a
Stored in directory: /root/.cache/pip/wheels/bf/db/4f/2a25c37f82ea2114b3fe37f772b48956834073ddf3c9e6265e
Successfully built blkinfo
Installing collected packages: blkinfo
Successfully installed blkinfo-0.2.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ 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
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=2b9fc2272ab18ae068edd5b118d14675d18a47d331b95795a8c522e12b8b5853
Stored in directory: /root/.cache/pip/wheels/1b/f4/54/ce8b4b51b444da2d12c64f5a99b6e4b526f341f803d4c9f5ac
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ [[ amd64 == amd64 ]]
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install grpcio==1.58.0
Collecting grpcio==1.58.0
Downloading grpcio-1.58.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 71.5 MB/s eta 0:00:00
Installing collected packages: grpcio
Successfully installed grpcio-1.58.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install grpcio-tools==1.58.0
Collecting grpcio-tools==1.58.0
Downloading grpcio_tools-1.58.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 31.1 MB/s eta 0:00:00
Collecting protobuf<5.0dev,>=4.21.6
Downloading protobuf-4.25.6-cp37-abi3-manylinux2014_x86_64.whl (294 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.6/294.6 kB 7.8 MB/s eta 0:00:00
Requirement already satisfied: grpcio>=1.58.0 in /usr/local/lib/python3.11/dist-packages (from grpcio-tools==1.58.0) (1.58.0)
Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from grpcio-tools==1.58.0) (66.1.1)
Installing collected packages: protobuf, grpcio-tools
Successfully installed grpcio-tools-1.58.0 protobuf-4.25.6
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install smbus2
Collecting smbus2
Downloading smbus2-0.5.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: smbus2
Successfully installed smbus2-0.5.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install telnetlib3
Collecting telnetlib3
Downloading telnetlib3-2.0.4-py2.py3-none-any.whl (93 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.3/93.3 kB 5.7 MB/s eta 0:00:00
Installing collected packages: telnetlib3
Successfully installed telnetlib3-2.0.4
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ install_pip_package target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/
++ basename -a target/python-wheels/bookworm/sonic_py_common-1.0-py3-none-any.whl
+ basename_pip_wheel=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
Downloading natsort-8.4.0-py3-none-any.whl (38 kB)
Collecting pyyaml
Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 35.2 MB/s eta 0:00:00
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from redis-dump-load->sonic-py-common==1.0) (3.5.3)
Installing collected packages: pyyaml, natsort, sonic-py-common
Attempting uninstall: pyyaml
Found existing installation: PyYAML 6.0
Not uninstalling pyyaml at /usr/lib/python3/dist-packages, outside environment /usr
Can't uninstall 'PyYAML'. No files were found to uninstall.
Successfully installed natsort-8.4.0 pyyaml-6.0.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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic_py_common-1.0-py3-none-any.whl
+ [[ amd64 == armhf ]]
+ [[ amd64 == arm64 ]]
+ install_deb_package target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb
+ deb_packages='target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb'
+ [[ -z target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb ]]
+ sudo cp target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libyang_1.0.73_amd64.deb target/debs/bookworm/libyang-cpp_1.0.73_amd64.deb target/debs/bookworm/python3-yang_1.0.73_amd64.deb
+ basename_deb_packages='libyang_1.0.73_amd64.deb
libyang-cpp_1.0.73_amd64.deb
python3-yang_1.0.73_amd64.deb'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libyang_1.0.73_amd64.deb libyang-cpp_1.0.73_amd64.deb python3-yang_1.0.73_amd64.deb
Selecting previously unselected package libyang.
(Reading database ... 29051 files and directories currently installed.)
Preparing to unpack libyang_1.0.73_amd64.deb ...
Unpacking libyang (1.0.73) ...
Selecting previously unselected package libyang-cpp.
Preparing to unpack libyang-cpp_1.0.73_amd64.deb ...
Unpacking libyang-cpp (1.0.73) ...
Selecting previously unselected package python3-yang.
Preparing to unpack python3-yang_1.0.73_amd64.deb ...
Unpacking python3-yang (1.0.73) ...
dpkg: dependency problems prevent configuration of libyang:
libyang depends on libpcre3; however:
Package libpcre3 is not installed.
dpkg: error processing package libyang (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libyang-cpp:
libyang-cpp depends on libyang (= 1.0.73); however:
Package libyang is not configured yet.
dpkg: error processing package libyang-cpp (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3-yang:
python3-yang depends on libyang (= 1.0.73); however:
Package libyang is not configured yet.
python3-yang depends on libyang-cpp (= 1.0.73); however:
Package libyang-cpp is not configured yet.
dpkg: error processing package python3-yang (--install):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.36-9+deb12u13) ...
Errors were encountered while processing:
libyang
libyang-cpp
python3-yang
+ 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 additional packages will be installed:
libpcre3
The following NEW packages will be installed:
libpcre3
0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
3 not fully installed or removed.
Need to get 341 kB of archives.
After this operation, 696 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre3 amd64 2:8.39-15 [341 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 341 kB in 0s (877 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libpcre3:amd64.
(Reading database ... 29078 files and directories currently installed.)
Preparing to unpack .../libpcre3_2%3a8.39-15_amd64.deb ...
Unpacking libpcre3:amd64 (2:8.39-15) ...
Setting up libpcre3:amd64 (2:8.39-15) ...
Setting up libyang (1.0.73) ...
Setting up libyang-cpp (1.0.73) ...
Setting up python3-yang (1.0.73) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libyang_1.0.73_amd64.deb libyang-cpp_1.0.73_amd64.deb python3-yang_1.0.73_amd64.deb
+ install_pip_package target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/
++ basename -a target/python-wheels/bookworm/sonic_yang_models-1.0-py3-none-any.whl
+ basename_pip_wheel=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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic_yang_models-1.0-py3-none-any.whl
+ install_pip_package target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/
++ basename -a target/python-wheels/bookworm/sonic_yang_mgmt-1.0-py3-none-any.whl
+ basename_pip_wheel=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 ijson==3.2.3
Downloading ijson-3.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (116 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.5/116.5 kB 7.5 MB/s eta 0:00:00
Collecting jsondiff>=1.2.0
Downloading jsondiff-2.2.1-py3-none-any.whl (13 kB)
Collecting jsonpointer>=1.9
Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB)
Collecting tabulate==0.9.0
Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
Collecting xmltodict==0.12.0
Downloading xmltodict-0.12.0-py2.py3-none-any.whl (9.2 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from jsondiff>=1.2.0->sonic-yang-mgmt==1.0) (6.0.1)
Installing collected packages: ijson, xmltodict, tabulate, jsonpointer, jsondiff, sonic-yang-mgmt
Successfully installed ijson-3.2.3 jsondiff-2.2.1 jsonpointer-3.0.0 sonic-yang-mgmt-1.0 tabulate-0.9.0 xmltodict-0.12.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic_yang_mgmt-1.0-py3-none-any.whl
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install pyangbind==0.8.2
Collecting pyangbind==0.8.2
Downloading pyangbind-0.8.2-py3-none-any.whl (51 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.7/51.7 kB 5.2 MB/s eta 0:00:00
Collecting pyang
Downloading pyang-2.6.1-py2.py3-none-any.whl (594 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.7/594.7 kB 29.6 MB/s eta 0:00:00
Collecting bitarray
Downloading bitarray-2.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (296 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.1/296.1 kB 41.0 MB/s eta 0:00:00
Collecting lxml
Downloading lxml-4.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 19.0 MB/s eta 0:00:00
Collecting regex
Downloading regex-2024.11.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (792 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 792.7/792.7 kB 86.5 MB/s eta 0:00:00
Collecting six
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting enum34
Downloading enum34-1.1.10-py3-none-any.whl (11 kB)
Installing collected packages: enum34, bitarray, six, regex, lxml, pyang, pyangbind
Successfully installed bitarray-2.8.1 enum34-1.1.10 lxml-4.9.1 pyang-2.6.1 pyangbind-0.8.2 regex-2024.11.6 six-1.16.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ 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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ install_pip_package target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/
++ basename -a target/python-wheels/bookworm/sonic_config_engine-1.0-py3-none-any.whl
+ basename_pip_wheel=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
Requirement already satisfied: Jinja2>=2.10 in /usr/lib/python3/dist-packages (from sonic-config-engine==1.0) (3.1.2)
Requirement already satisfied: bitarray==2.8.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (2.8.1)
Collecting ipaddress==1.0.23
Downloading ipaddress-1.0.23-py2.py3-none-any.whl (18 kB)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (4.9.1)
Collecting netaddr==0.8.0
Downloading netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 18.4 MB/s eta 0:00:00
Requirement already satisfied: pyyaml==6.0.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (6.0.1)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: sonic-yang-mgmt>=1.0 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: sonic-yang-models>=1.0 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine==1.0) (1.0)
Requirement already satisfied: ijson==3.2.3 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (3.2.3)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (2.2.1)
Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (3.0.0)
Requirement already satisfied: tabulate==0.9.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (0.9.0)
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine==1.0) (0.12.0)
Requirement already satisfied: natsort in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-config-engine==1.0) (8.4.0)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-config-engine==1.0) (1.1)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from redis-dump-load->sonic-py-common->sonic-config-engine==1.0) (3.5.3)
Installing collected packages: netaddr, ipaddress, sonic-config-engine
Successfully installed ipaddress-1.0.23 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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic_config_engine-1.0-py3-none-any.whl
+ install_pip_package target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/
++ basename -a target/python-wheels/bookworm/sonic_platform_common-1.0-py3-none-any.whl
+ basename_pip_wheel=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: PyYAML in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (6.0.1)
Requirement already satisfied: natsort in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (8.4.0)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (3.5.3)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (1.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common==1.0) (1.0)
Requirement already satisfied: Jinja2>=2.10 in /usr/lib/python3/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (3.1.2)
Requirement already satisfied: bitarray==2.8.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (2.8.1)
Requirement already satisfied: ipaddress==1.0.23 in /usr/local/lib/python3.11/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.11/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.11/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (0.8.0)
Requirement already satisfied: sonic-yang-mgmt>=1.0 in /usr/local/lib/python3.11/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.11/dist-packages (from sonic-config-engine->sonic-platform-common==1.0) (1.0)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-platform-common==1.0) (1.1)
Requirement already satisfied: ijson==3.2.3 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (3.2.3)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (2.2.1)
Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (3.0.0)
Requirement already satisfied: tabulate==0.9.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (0.9.0)
Requirement already satisfied: xmltodict==0.12.0 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt>=1.0->sonic-config-engine->sonic-platform-common==1.0) (0.12.0)
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic_platform_common-1.0-py3-none-any.whl
+ install_pip_package target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/
++ basename -a target/python-wheels/bookworm/sonic_platform_pddf_common-1.0-py3-none-any.whl
+ basename_pip_wheel=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
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic_platform_pddf_common-1.0-py3-none-any.whl
+ install_pip_package target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/
++ basename -a target/python-wheels/bookworm/system_health-1.0-py3-none-any.whl
+ basename_pip_wheel=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: docker in /usr/local/lib/python3.11/dist-packages (from system-health==1.0) (7.1.0)
Requirement already satisfied: natsort in /usr/local/lib/python3.11/dist-packages (from system-health==1.0) (8.4.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from system-health==1.0) (1.0)
Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.11/dist-packages (from docker->system-health==1.0) (2.31.0)
Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.11/dist-packages (from docker->system-health==1.0) (2.3.0)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->system-health==1.0) (6.0.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->system-health==1.0) (1.1)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/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.11/dist-packages (from requests>=2.26.0->docker->system-health==1.0) (2025.1.31)
Requirement already satisfied: redis in /usr/local/lib/python3.11/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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f system_health-1.0-py3-none-any.whl
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install python3-m2crypto python3-cryptography python3-cffi python3-nacl
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
python3-cffi-backend python3-ply python3-pycparser
Suggested packages:
python-cryptography-doc python3-cryptography-vectors python-m2crypto-doc
python-nacl-doc python-ply-doc
The following NEW packages will be installed:
python3-cffi python3-cffi-backend python3-cryptography python3-m2crypto
python3-nacl python3-ply python3-pycparser
0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.
Need to get 1225 kB of archives.
After this operation, 5933 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-ply all 3.11-5 [65.8 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-pycparser all 2.21-1 [78.8 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-cffi all 1.15.1-5 [86.2 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-cryptography amd64 38.0.4-3+deb12u1 [665 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-m2crypto amd64 0.38.0-4+b1 [185 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-nacl amd64 1.5.0-2 [59.3 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1225 kB in 1s (2267 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package python3-cffi-backend:amd64.
(Reading database ... 29091 files and directories currently installed.)
Preparing to unpack .../0-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
Selecting previously unselected package python3-ply.
Preparing to unpack .../1-python3-ply_3.11-5_all.deb ...
Unpacking python3-ply (3.11-5) ...
Selecting previously unselected package python3-pycparser.
Preparing to unpack .../2-python3-pycparser_2.21-1_all.deb ...
Unpacking python3-pycparser (2.21-1) ...
Selecting previously unselected package python3-cffi.
Preparing to unpack .../3-python3-cffi_1.15.1-5_all.deb ...
Unpacking python3-cffi (1.15.1-5) ...
Selecting previously unselected package python3-cryptography.
Preparing to unpack .../4-python3-cryptography_38.0.4-3+deb12u1_amd64.deb ...
Unpacking python3-cryptography (38.0.4-3+deb12u1) ...
Selecting previously unselected package python3-m2crypto.
Preparing to unpack .../5-python3-m2crypto_0.38.0-4+b1_amd64.deb ...
Unpacking python3-m2crypto (0.38.0-4+b1) ...
Selecting previously unselected package python3-nacl.
Preparing to unpack .../6-python3-nacl_1.5.0-2_amd64.deb ...
Unpacking python3-nacl (1.5.0-2) ...
Setting up python3-ply (3.11-5) ...
Setting up python3-pycparser (2.21-1) ...
Setting up python3-m2crypto (0.38.0-4+b1) ...
Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
Setting up python3-cffi (1.15.1-5) ...
Setting up python3-cryptography (38.0.4-3+deb12u1) ...
Setting up python3-nacl (1.5.0-2) ...
+ 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 NEW packages will be installed:
libffi-dev
0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
Need to get 59.4 kB of archives.
After this operation, 323 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libffi-dev amd64 3.4.4-1 [59.4 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 59.4 kB in 0s (202 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 ... 29547 files and directories currently installed.)
Preparing to unpack .../libffi-dev_3.4.4-1_amd64.deb ...
Unpacking libffi-dev:amd64 (3.4.4-1) ...
Setting up libffi-dev:amd64 (3.4.4-1) ...
+ install_pip_package target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl ./fsroot-broadcom-dnx/
++ basename -a target/python-wheels/bookworm/sonic_utilities-1.2-py3-none-any.whl
+ basename_pip_wheel=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
Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 kB 5.0 MB/s eta 0:00:00
Collecting click-log>=0.3.2
Downloading click_log-0.4.0-py2.py3-none-any.whl (4.3 kB)
Collecting click==7.0
Downloading Click-7.0-py2.py3-none-any.whl (81 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.3/81.3 kB 18.1 MB/s eta 0:00:00
Requirement already satisfied: cryptography>=3.3.2 in /usr/lib/python3/dist-packages (from sonic-utilities==1.2) (38.0.4)
Collecting docker-image-py>=0.1.10
Downloading docker_image_py-0.1.13-py3-none-any.whl (8.9 kB)
Requirement already satisfied: docker>=4.4.4 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (7.1.0)
Collecting enlighten>=1.8.0
Downloading enlighten-1.13.0-py2.py3-none-any.whl (42 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.0/42.0 kB 20.4 MB/s eta 0:00:00
Collecting filelock>=3.0.12
Downloading filelock-3.17.0-py3-none-any.whl (16 kB)
Requirement already satisfied: ipaddress>=1.0.23 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0.23)
Requirement already satisfied: jinja2>=2.11.3 in /usr/lib/python3/dist-packages (from sonic-utilities==1.2) (3.1.2)
Requirement already satisfied: jsondiff>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (2.2.1)
Collecting jsonpatch>=1.32.0
Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB)
Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (3.0.0)
Collecting lazy-object-proxy
Downloading lazy_object_proxy-1.10.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.8/69.8 kB 47.5 MB/s eta 0:00:00
Requirement already satisfied: m2crypto>=0.31.0 in /usr/lib/python3/dist-packages (from sonic-utilities==1.2) (0.38.0)
Requirement already satisfied: natsort>=6.2.1 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (8.4.0)
Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (0.8.0)
Collecting netifaces>=0.10.7
Downloading netifaces-0.11.0.tar.gz (30 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting paramiko==2.11.0
Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 kB 41.4 MB/s eta 0:00:00
Collecting pexpect>=4.8.0
Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 41.4 MB/s eta 0:00:00
Collecting prettyprinter>=0.18.0
Downloading prettyprinter-0.18.0-py2.py3-none-any.whl (48 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.0/48.0 kB 25.0 MB/s eta 0:00:00
Requirement already satisfied: protobuf in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (4.25.6)
Collecting pyroute2==0.7.12
Downloading pyroute2-0.7.12-py3-none-any.whl (460 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 460.5/460.5 kB 88.1 MB/s eta 0:00:00
Requirement already satisfied: requests<=2.31.0,>=2.25.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (2.31.0)
Collecting scp==0.14.5
Downloading scp-0.14.5-py2.py3-none-any.whl (8.7 kB)
Collecting semantic-version>=2.8.5
Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Requirement already satisfied: six==1.16.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.16.0)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-platform-common in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: sonic-yang-mgmt in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (1.0)
Requirement already satisfied: tabulate==0.9.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (0.9.0)
Collecting toposort==1.6
Downloading toposort-1.6-py2.py3-none-any.whl (9.5 kB)
Requirement already satisfied: urllib3>=2 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities==1.2) (2.3.0)
Collecting www-authenticate==0.9.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.11/dist-packages (from sonic-utilities==1.2) (0.12.0)
Requirement already satisfied: cffi>=1.1 in /usr/lib/python3/dist-packages (from bcrypt==3.2.2->sonic-utilities==1.2) (1.15.1)
Requirement already satisfied: pynacl>=1.0.1 in /usr/lib/python3/dist-packages (from paramiko==2.11.0->sonic-utilities==1.2) (1.5.0)
Requirement already satisfied: regex>=2019.4.14 in /usr/local/lib/python3.11/dist-packages (from docker-image-py>=0.1.10->sonic-utilities==1.2) (2024.11.6)
Collecting blessed>=1.17.7
Downloading blessed-1.20.0-py2.py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 33.2 MB/s eta 0:00:00
Collecting prefixed>=0.3.2
Downloading prefixed-0.9.0-py2.py3-none-any.whl (13 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from jsondiff>=1.2.0->sonic-utilities==1.2) (6.0.1)
Collecting ptyprocess>=0.5
Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting Pygments>=2.2.0
Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 95.3 MB/s eta 0:00:00
Collecting colorful>=0.4.0
Downloading colorful-0.5.6-py2.py3-none-any.whl (201 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 201.4/201.4 kB 106.5 MB/s eta 0:00:00
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/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.11/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities==1.2) (2025.1.31)
Requirement already satisfied: bitarray==2.8.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (2.8.1)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.11/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.11/dist-packages (from sonic-config-engine->sonic-utilities==1.2) (1.0)
Requirement already satisfied: ijson==3.2.3 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt->sonic-utilities==1.2) (3.2.3)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from sonic-platform-common->sonic-utilities==1.2) (3.5.3)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-utilities==1.2) (1.1)
Collecting wcwidth>=0.1.4
Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Building wheels for collected packages: www-authenticate, netifaces
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=2915 sha256=6e2efe247dedd0b3e9692d86218471b61230d0360019ce000f1e36897126c3c6
Stored in directory: /root/.cache/pip/wheels/06/49/2f/3fd5a4637570e85f30811a40ec3a87db5f58a490764dd5a728
Building wheel for netifaces (setup.py): started
Building wheel for netifaces (setup.py): finished with status 'done'
Created wheel for netifaces: filename=netifaces-0.11.0-cp311-cp311-linux_x86_64.whl size=34241 sha256=d14b1256a9680a4c1907c728fed061f4f1fd73022a94bd27c59a53c6bac6494a
Stored in directory: /root/.cache/pip/wheels/40/85/29/648c19bbbb5f1d30e33bfb343fd7fb54296b402f7205d8e46f
Successfully built www-authenticate netifaces
Installing collected packages: www-authenticate, wcwidth, toposort, pyroute2, ptyprocess, prefixed, netifaces, colorful, semantic-version, Pygments, pexpect, lazy-object-proxy, jsonpatch, filelock, docker-image-py, click, blessed, bcrypt, prettyprinter, paramiko, enlighten, click-log, scp, sonic-utilities
Successfully installed Pygments-2.19.1 bcrypt-3.2.2 blessed-1.20.0 click-7.0 click-log-0.4.0 colorful-0.5.6 docker-image-py-0.1.13 enlighten-1.13.0 filelock-3.17.0 jsonpatch-1.33 lazy-object-proxy-1.10.0 netifaces-0.11.0 paramiko-2.11.0 pexpect-4.9.0 prefixed-0.9.0 prettyprinter-0.18.0 ptyprocess-0.7.0 pyroute2-0.7.12 scp-0.14.5 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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic_utilities-1.2-py3-none-any.whl
+ install_deb_package target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb
+ deb_packages=target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb
+ [[ -z target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb ]]
+ sudo cp target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-utilities-data_1.0-1_all.deb
+ basename_deb_packages=sonic-utilities-data_1.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-utilities-data_1.0-1_all.deb
Selecting previously unselected package sonic-utilities-data.
(Reading database ... 29582 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 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 6 not upgraded.
1 not fully installed or removed.
Need to get 234 kB of archives.
After this operation, 1498 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 bash-completion all 1:2.11-6 [234 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 234 kB in 0s (592 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 ... 29623 files and directories currently installed.)
Preparing to unpack .../bash-completion_1%3a2.11-6_all.deb ...
Unpacking bash-completion (1:2.11-6) ...
Setting up bash-completion (1:2.11-6) ...
Setting up sonic-utilities-data (1.0-1) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-utilities-data_1.0-1_all.deb
+ install_deb_package target/debs/bookworm/bash_5.1-2_amd64.deb
+ deb_packages=target/debs/bookworm/bash_5.1-2_amd64.deb
+ [[ -z target/debs/bookworm/bash_5.1-2_amd64.deb ]]
+ sudo cp target/debs/bookworm/bash_5.1-2_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/bash_5.1-2_amd64.deb
+ basename_deb_packages=bash_5.1-2_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i bash_5.1-2_amd64.deb
dpkg: warning: downgrading bash from 5.2.15-2+b9 to 5.1-2
(Reading database ... 30390 files and directories currently installed.)
Preparing to unpack bash_5.1-2_amd64.deb ...
Unpacking bash (5.1-2) over (5.2.15-2+b9) ...
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
Processing triggers for debianutils (5.7-0.5~deb12u1) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f bash_5.1-2_amd64.deb
+ sudo cp -f files/image_config/bash/bash.bashrc ./fsroot-broadcom-dnx/etc/
+ sudo cp -f files/image_config/bash/bash.bash_logout ./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 python3-dbus
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
build-essential bzip2 dpkg-dev fontconfig-config fonts-dejavu-core g++
g++-12 gir1.2-freedesktop gir1.2-glib-2.0 gobject-introspection libblkid-dev
libbrotli-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2
libdpkg-perl libfontconfig-dev libfontconfig1 libfreetype-dev
libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
libglib2.0-dev-bin libice-dev libice6 libmount-dev libpcre2-16-0
libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpixman-1-0 libpixman-1-dev
libpkgconf3 libpng-dev libpthread-stubs0-dev libselinux1-dev libsepol-dev
libsm-dev libsm6 libstdc++-12-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 make patch pkgconf pkgconf-bin python3-mako
python3-markdown uuid-dev x11-common x11proto-core-dev x11proto-dev xml-core
xorg-sgml-doctools xtrans-dev
Suggested packages:
bzip2-doc debian-keyring g++-multilib g++-12-multilib gcc-12-doc
libcairo2-doc gnupg | sq | sqop | pgpainless-cli git bzr freetype2-doc
libgirepository1.0-doc libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils
libice-doc libsm-doc libstdc++-12-doc libx11-doc libxcb-doc libxext-doc
make-doc ed diffutils-doc python-dbus-doc python-mako-doc python3-beaker
python-markdown-doc debhelper
Recommended packages:
fakeroot gnupg | sq | sqop | pgpainless-cli libalgorithm-merge-perl
libfile-fcntllock-perl liblocale-gettext-perl libpng-tools python3-gi
python3-pygments
The following NEW packages will be installed:
build-essential bzip2 dpkg-dev fontconfig-config fonts-dejavu-core g++
g++-12 gir1.2-freedesktop gir1.2-glib-2.0 gobject-introspection libblkid-dev
libbrotli-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2
libcairo2-dev libdbus-1-dev libdpkg-perl libfontconfig-dev libfontconfig1
libfreetype-dev libgirepository-1.0-1 libgirepository1.0-dev libglib2.0-bin
libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libice-dev libice6
libmount-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3
libpixman-1-0 libpixman-1-dev libpkgconf3 libpng-dev libpthread-stubs0-dev
libselinux1-dev libsepol-dev libsm-dev libsm6 libstdc++-12-dev
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 make patch pkg-config pkgconf pkgconf-bin python3-dbus
python3-mako python3-markdown uuid-dev x11-common x11proto-core-dev
x11proto-dev xml-core xorg-sgml-doctools xtrans-dev
0 upgraded, 77 newly installed, 0 to remove and 7 not upgraded.
Need to get 33.1 MB of archives.
After this operation, 137 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 bzip2 amd64 1.0.8-5+b1 [49.8 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libstdc++-12-dev amd64 12.2.0-14+deb12u1 [2047 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 g++-12 amd64 12.2.0-14+deb12u1 [10.7 MB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 g++ amd64 4:12.2.0-3 [1356 B]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB]
Get:6 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libdpkg-perl all 1.21.22 [603 kB]
Get:7 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB]
Get:8 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 dpkg-dev all 1.21.22 [1353 kB]
Get:9 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 build-essential amd64 12.9 [7704 B]
Get:10 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 fonts-dejavu-core all 2.37-6 [1068 kB]
Get:11 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB]
Get:12 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libgirepository-1.0-1 amd64 1.74.0-3 [101 kB]
Get:13 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 gir1.2-glib-2.0 amd64 1.74.0-3 [159 kB]
Get:14 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 gir1.2-freedesktop amd64 1.74.0-3 [37.2 kB]
Get:15 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-mako all 1.2.4+ds-1 [81.9 kB]
Get:16 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-markdown all 3.4.1-2 [64.7 kB]
Get:17 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 gobject-introspection amd64 1.74.0-3 [314 kB]
Get:18 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 uuid-dev amd64 2.38.1-5+deb12u3 [40.0 kB]
Get:19 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libblkid-dev amd64 2.38.1-5+deb12u3 [179 kB]
Get:20 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libbrotli-dev amd64 1.0.9-2+b6 [287 kB]
Get:21 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB]
Get:22 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpixman-1-0 amd64 0.42.2-1 [546 kB]
Get:23 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
Get:24 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Get:25 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB]
Get:26 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB]
Get:27 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB]
Get:28 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb-render0 amd64 1.15-1 [115 kB]
Get:29 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb-shm0 amd64 1.15-1 [105 kB]
Get:30 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB]
Get:31 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxrender1 amd64 1:0.9.10-1.1 [33.2 kB]
Get:32 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcairo2 amd64 1.16.0-7 [575 kB]
Get:33 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcairo-gobject2 amd64 1.16.0-7 [112 kB]
Get:34 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcairo-script-interpreter2 amd64 1.16.0-7 [149 kB]
Get:35 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpng-dev amd64 1.6.39-2 [359 kB]
Get:36 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libfreetype-dev amd64 2.12.1+dfsg-5+deb12u4 [566 kB]
Get:37 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:38 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:39 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:40 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
Get:41 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libfontconfig-dev amd64 2.14.1-4 [409 kB]
Get:42 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libglib2.0-data all 2.74.6-2+deb12u7 [1209 kB]
Get:43 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libglib2.0-bin amd64 2.74.6-2+deb12u7 [112 kB]
Get:44 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libglib2.0-dev-bin amd64 2.74.6-2+deb12u7 [152 kB]
Get:45 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libsepol-dev amd64 3.4-2.1 [351 kB]
Get:46 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre2-16-0 amd64 10.42-1 [245 kB]
Get:47 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre2-32-0 amd64 10.42-1 [234 kB]
Get:48 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre2-posix3 amd64 10.42-1 [55.4 kB]
Get:49 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpcre2-dev amd64 10.42-1 [753 kB]
Get:50 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libselinux1-dev amd64 3.4-1+b6 [157 kB]
Get:51 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libmount-dev amd64 2.38.1-5+deb12u3 [22.6 kB]
Get:52 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libglib2.0-dev amd64 2.74.6-2+deb12u7 [1605 kB]
Get:53 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpixman-1-dev amd64 0.42.2-1 [564 kB]
Get:54 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 x11-common all 1:7.7+23 [252 kB]
Get:55 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB]
Get:56 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB]
Get:57 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB]
Get:58 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 x11proto-dev all 2022.1-1 [599 kB]
Get:59 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 x11proto-core-dev all 2022.1-1 [3528 B]
Get:60 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libice-dev amd64 2:1.0.10-1 [67.1 kB]
Get:61 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libsm-dev amd64 2:1.2.3-1 [38.0 kB]
Get:62 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxau-dev amd64 1:1.0.9-1 [22.9 kB]
Get:63 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [42.2 kB]
Get:64 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 xtrans-dev all 1.4.0-1 [98.7 kB]
Get:65 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpthread-stubs0-dev amd64 0.4-1 [5344 B]
Get:66 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb1-dev amd64 1.15-1 [181 kB]
Get:67 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libx11-dev amd64 2:1.8.4-2+deb12u2 [837 kB]
Get:68 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb-render0-dev amd64 1.15-1 [118 kB]
Get:69 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxcb-shm0-dev amd64 1.15-1 [107 kB]
Get:70 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxext-dev amd64 2:1.3.4-1+b1 [107 kB]
Get:71 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libxrender-dev amd64 1:0.9.10-1.1 [41.1 kB]
Get:72 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcairo2-dev amd64 1.16.0-7 [727 kB]
Get:73 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 xml-core all 0.18+nmu1 [23.8 kB]
Get:74 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libdbus-1-dev amd64 1.14.10-1~deb12u1 [241 kB]
Get:75 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libgirepository1.0-dev amd64 1.74.0-3 [875 kB]
Get:76 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libsystemd-dev amd64 252.39-1~deb12u1 [354 kB]
Get:77 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-dbus amd64 1.3.2-4+b1 [95.1 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 33.1 MB in 2s (18.7 MB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package bzip2.
(Reading database ... 30388 files and directories currently installed.)
Preparing to unpack .../00-bzip2_1.0.8-5+b1_amd64.deb ...
Unpacking bzip2 (1.0.8-5+b1) ...
Selecting previously unselected package libstdc++-12-dev:amd64.
Preparing to unpack .../01-libstdc++-12-dev_12.2.0-14+deb12u1_amd64.deb ...
Unpacking libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ...
Selecting previously unselected package g++-12.
Preparing to unpack .../02-g++-12_12.2.0-14+deb12u1_amd64.deb ...
Unpacking g++-12 (12.2.0-14+deb12u1) ...
Selecting previously unselected package g++.
Preparing to unpack .../03-g++_4%3a12.2.0-3_amd64.deb ...
Unpacking g++ (4:12.2.0-3) ...
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.21.22_all.deb ...
Unpacking libdpkg-perl (1.21.22) ...
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.21.22_all.deb ...
Unpacking dpkg-dev (1.21.22) ...
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 fonts-dejavu-core.
Preparing to unpack .../09-fonts-dejavu-core_2.37-6_all.deb ...
Unpacking fonts-dejavu-core (2.37-6) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../10-fontconfig-config_2.14.1-4_amd64.deb ...
Unpacking fontconfig-config (2.14.1-4) ...
Selecting previously unselected package libgirepository-1.0-1:amd64.
Preparing to unpack .../11-libgirepository-1.0-1_1.74.0-3_amd64.deb ...
Unpacking libgirepository-1.0-1:amd64 (1.74.0-3) ...
Selecting previously unselected package gir1.2-glib-2.0:amd64.
Preparing to unpack .../12-gir1.2-glib-2.0_1.74.0-3_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (1.74.0-3) ...
Selecting previously unselected package gir1.2-freedesktop:amd64.
Preparing to unpack .../13-gir1.2-freedesktop_1.74.0-3_amd64.deb ...
Unpacking gir1.2-freedesktop:amd64 (1.74.0-3) ...
Selecting previously unselected package python3-mako.
Preparing to unpack .../14-python3-mako_1.2.4+ds-1_all.deb ...
Unpacking python3-mako (1.2.4+ds-1) ...
Selecting previously unselected package python3-markdown.
Preparing to unpack .../15-python3-markdown_3.4.1-2_all.deb ...
Unpacking python3-markdown (3.4.1-2) ...
Selecting previously unselected package gobject-introspection.
Preparing to unpack .../16-gobject-introspection_1.74.0-3_amd64.deb ...
Unpacking gobject-introspection (1.74.0-3) ...
Selecting previously unselected package uuid-dev:amd64.
Preparing to unpack .../17-uuid-dev_2.38.1-5+deb12u3_amd64.deb ...
Unpacking uuid-dev:amd64 (2.38.1-5+deb12u3) ...
Selecting previously unselected package libblkid-dev:amd64.
Preparing to unpack .../18-libblkid-dev_2.38.1-5+deb12u3_amd64.deb ...
Unpacking libblkid-dev:amd64 (2.38.1-5+deb12u3) ...
Selecting previously unselected package libbrotli-dev:amd64.
Preparing to unpack .../19-libbrotli-dev_1.0.9-2+b6_amd64.deb ...
Unpacking libbrotli-dev:amd64 (1.0.9-2+b6) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../20-libfontconfig1_2.14.1-4_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.14.1-4) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../21-libpixman-1-0_0.42.2-1_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../22-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 .../23-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 .../24-libxcb1_1.15-1_amd64.deb ...
Unpacking libxcb1:amd64 (1.15-1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../25-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ...
Unpacking libx11-data (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../26-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../27-libxcb-render0_1.15-1_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../28-libxcb-shm0_1.15-1_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.15-1) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../29-libxext6_2%3a1.3.4-1+b1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.4-1+b1) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../30-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../31-libcairo2_1.16.0-7_amd64.deb ...
Unpacking libcairo2:amd64 (1.16.0-7) ...
Selecting previously unselected package libcairo-gobject2:amd64.
Preparing to unpack .../32-libcairo-gobject2_1.16.0-7_amd64.deb ...
Unpacking libcairo-gobject2:amd64 (1.16.0-7) ...
Selecting previously unselected package libcairo-script-interpreter2:amd64.
Preparing to unpack .../33-libcairo-script-interpreter2_1.16.0-7_amd64.deb ...
Unpacking libcairo-script-interpreter2:amd64 (1.16.0-7) ...
Selecting previously unselected package libpng-dev:amd64.
Preparing to unpack .../34-libpng-dev_1.6.39-2_amd64.deb ...
Unpacking libpng-dev:amd64 (1.6.39-2) ...
Selecting previously unselected package libfreetype-dev:amd64.
Preparing to unpack .../35-libfreetype-dev_2.12.1+dfsg-5+deb12u4_amd64.deb ...
Unpacking libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ...
Selecting previously unselected package libpkgconf3:amd64.
Preparing to unpack .../36-libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../37-pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../38-pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../39-pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Selecting previously unselected package libfontconfig-dev:amd64.
Preparing to unpack .../40-libfontconfig-dev_2.14.1-4_amd64.deb ...
Unpacking libfontconfig-dev:amd64 (2.14.1-4) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../41-libglib2.0-data_2.74.6-2+deb12u7_all.deb ...
Unpacking libglib2.0-data (2.74.6-2+deb12u7) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../42-libglib2.0-bin_2.74.6-2+deb12u7_amd64.deb ...
Unpacking libglib2.0-bin (2.74.6-2+deb12u7) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../43-libglib2.0-dev-bin_2.74.6-2+deb12u7_amd64.deb ...
Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u7) ...
Selecting previously unselected package libsepol-dev:amd64.
Preparing to unpack .../44-libsepol-dev_3.4-2.1_amd64.deb ...
Unpacking libsepol-dev:amd64 (3.4-2.1) ...
Selecting previously unselected package libpcre2-16-0:amd64.
Preparing to unpack .../45-libpcre2-16-0_10.42-1_amd64.deb ...
Unpacking libpcre2-16-0:amd64 (10.42-1) ...
Selecting previously unselected package libpcre2-32-0:amd64.
Preparing to unpack .../46-libpcre2-32-0_10.42-1_amd64.deb ...
Unpacking libpcre2-32-0:amd64 (10.42-1) ...
Selecting previously unselected package libpcre2-posix3:amd64.
Preparing to unpack .../47-libpcre2-posix3_10.42-1_amd64.deb ...
Unpacking libpcre2-posix3:amd64 (10.42-1) ...
Selecting previously unselected package libpcre2-dev:amd64.
Preparing to unpack .../48-libpcre2-dev_10.42-1_amd64.deb ...
Unpacking libpcre2-dev:amd64 (10.42-1) ...
Selecting previously unselected package libselinux1-dev:amd64.
Preparing to unpack .../49-libselinux1-dev_3.4-1+b6_amd64.deb ...
Unpacking libselinux1-dev:amd64 (3.4-1+b6) ...
Selecting previously unselected package libmount-dev:amd64.
Preparing to unpack .../50-libmount-dev_2.38.1-5+deb12u3_amd64.deb ...
Unpacking libmount-dev:amd64 (2.38.1-5+deb12u3) ...
Selecting previously unselected package libglib2.0-dev:amd64.
Preparing to unpack .../51-libglib2.0-dev_2.74.6-2+deb12u7_amd64.deb ...
Unpacking libglib2.0-dev:amd64 (2.74.6-2+deb12u7) ...
Selecting previously unselected package libpixman-1-dev:amd64.
Preparing to unpack .../52-libpixman-1-dev_0.42.2-1_amd64.deb ...
Unpacking libpixman-1-dev:amd64 (0.42.2-1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../53-x11-common_1%3a7.7+23_all.deb ...
Unpacking x11-common (1:7.7+23) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../54-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 .../55-libsm6_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.3-1) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../56-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 .../57-x11proto-dev_2022.1-1_all.deb ...
Unpacking x11proto-dev (2022.1-1) ...
Selecting previously unselected package x11proto-core-dev.
Preparing to unpack .../58-x11proto-core-dev_2022.1-1_all.deb ...
Unpacking x11proto-core-dev (2022.1-1) ...
Selecting previously unselected package libice-dev:amd64.
Preparing to unpack .../59-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 .../60-libsm-dev_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm-dev:amd64 (2:1.2.3-1) ...
Selecting previously unselected package libxau-dev:amd64.
Preparing to unpack .../61-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 .../62-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 .../63-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 .../64-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 .../65-libxcb1-dev_1.15-1_amd64.deb ...
Unpacking libxcb1-dev:amd64 (1.15-1) ...
Selecting previously unselected package libx11-dev:amd64.
Preparing to unpack .../66-libx11-dev_2%3a1.8.4-2+deb12u2_amd64.deb ...
Unpacking libx11-dev:amd64 (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libxcb-render0-dev:amd64.
Preparing to unpack .../67-libxcb-render0-dev_1.15-1_amd64.deb ...
Unpacking libxcb-render0-dev:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-shm0-dev:amd64.
Preparing to unpack .../68-libxcb-shm0-dev_1.15-1_amd64.deb ...
Unpacking libxcb-shm0-dev:amd64 (1.15-1) ...
Selecting previously unselected package libxext-dev:amd64.
Preparing to unpack .../69-libxext-dev_2%3a1.3.4-1+b1_amd64.deb ...
Unpacking libxext-dev:amd64 (2:1.3.4-1+b1) ...
Selecting previously unselected package libxrender-dev:amd64.
Preparing to unpack .../70-libxrender-dev_1%3a0.9.10-1.1_amd64.deb ...
Unpacking libxrender-dev:amd64 (1:0.9.10-1.1) ...
Selecting previously unselected package libcairo2-dev:amd64.
Preparing to unpack .../71-libcairo2-dev_1.16.0-7_amd64.deb ...
Unpacking libcairo2-dev:amd64 (1.16.0-7) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../72-xml-core_0.18+nmu1_all.deb ...
Unpacking xml-core (0.18+nmu1) ...
Selecting previously unselected package libdbus-1-dev:amd64.
Preparing to unpack .../73-libdbus-1-dev_1.14.10-1~deb12u1_amd64.deb ...
Unpacking libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
Selecting previously unselected package libgirepository1.0-dev.
Preparing to unpack .../74-libgirepository1.0-dev_1.74.0-3_amd64.deb ...
Unpacking libgirepository1.0-dev (1.74.0-3) ...
Selecting previously unselected package libsystemd-dev:amd64.
Preparing to unpack .../75-libsystemd-dev_252.39-1~deb12u1_amd64.deb ...
Unpacking libsystemd-dev:amd64 (252.39-1~deb12u1) ...
Selecting previously unselected package python3-dbus.
Preparing to unpack .../76-python3-dbus_1.3.2-4+b1_amd64.deb ...
Unpacking python3-dbus (1.3.2-4+b1) ...
Setting up libglib2.0-dev-bin (2.74.6-2+deb12u7) ...
Setting up libpixman-1-0:amd64 (0.42.2-1) ...
Setting up libxau6:amd64 (1:1.0.9-1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up python3-dbus (1.3.2-4+b1) ...
Setting up libxcb1:amd64 (1.15-1) ...
Setting up libpixman-1-dev:amd64 (0.42.2-1) ...
Setting up libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ...
Setting up libxcb-render0:amd64 (1.15-1) ...
Setting up libpng-dev:amd64 (1.6.39-2) ...
Setting up x11-common (1:7.7+23) ...
Running in chroot, ignoring request.
Setting up libxcb-shm0:amd64 (1.15-1) ...
Setting up bzip2 (1.0.8-5+b1) ...
Setting up libpthread-stubs0-dev:amd64 (0.4-1) ...
Setting up libpcre2-16-0:amd64 (10.42-1) ...
Setting up xtrans-dev (1.4.0-1) ...
Setting up libpcre2-32-0:amd64 (10.42-1) ...
Setting up libglib2.0-data (2.74.6-2+deb12u7) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up libx11-data (2:1.8.4-2+deb12u2) ...
Setting up make (4.3-4.1) ...
Setting up uuid-dev:amd64 (2.38.1-5+deb12u3) ...
Setting up python3-markdown (3.4.1-2) ...
Setting up patch (2.7.6-7) ...
Setting up fonts-dejavu-core (2.37-6) ...
Setting up libsepol-dev:amd64 (3.4-2.1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up libdpkg-perl (1.21.22) ...
Setting up libpcre2-posix3:amd64 (10.42-1) ...
Setting up xml-core (0.18+nmu1) ...
Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
Setting up libgirepository-1.0-1:amd64 (1.74.0-3) ...
Setting up xorg-sgml-doctools (1:1.11-1.1) ...
Setting up libsystemd-dev:amd64 (252.39-1~deb12u1) ...
Setting up libbrotli-dev:amd64 (1.0.9-2+b6) ...
Setting up python3-mako (1.2.4+ds-1) ...
Setting up g++-12 (12.2.0-14+deb12u1) ...
Setting up libblkid-dev:amd64 (2.38.1-5+deb12u3) ...
Setting up libice6:amd64 (2:1.0.10-1) ...
Setting up libpcre2-dev:amd64 (10.42-1) ...
Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
Setting up libselinux1-dev:amd64 (3.4-1+b6) ...
Setting up fontconfig-config (2.14.1-4) ...
Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
Setting up libglib2.0-bin (2.74.6-2+deb12u7) ...
Setting up dpkg-dev (1.21.22) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Setting up gir1.2-glib-2.0:amd64 (1.74.0-3) ...
Setting up g++ (4:12.2.0-3) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.9) ...
Setting up libsm6:amd64 (2:1.2.3-1) ...
Setting up libmount-dev:amd64 (2.38.1-5+deb12u3) ...
Setting up gir1.2-freedesktop:amd64 (1.74.0-3) ...
Setting up gobject-introspection (1.74.0-3) ...
Setting up libglib2.0-dev:amd64 (2.74.6-2+deb12u7) ...
Processing triggers for sgml-base (1.31) ...
Setting up libfontconfig1:amd64 (2.14.1-4) ...
Setting up x11proto-dev (2022.1-1) ...
Setting up libxau-dev:amd64 (1:1.0.9-1) ...
Setting up libice-dev:amd64 (2:1.0.10-1) ...
Setting up libfontconfig-dev:amd64 (2.14.1-4) ...
Setting up libsm-dev:amd64 (2:1.2.3-1) ...
Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u7) ...
No schema files found: doing nothing.
Processing triggers for libc-bin (2.36-9+deb12u13) ...
Setting up libcairo2:amd64 (1.16.0-7) ...
Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ...
Setting up libgirepository1.0-dev (1.74.0-3) ...
Setting up libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
Setting up x11proto-core-dev (2022.1-1) ...
Setting up libcairo-gobject2:amd64 (1.16.0-7) ...
Setting up libcairo-script-interpreter2:amd64 (1.16.0-7) ...
Setting up libxcb1-dev:amd64 (1.15-1) ...
Setting up libx11-dev:amd64 (2:1.8.4-2+deb12u2) ...
Setting up libxcb-shm0-dev:amd64 (1.15-1) ...
Setting up libxcb-render0-dev:amd64 (1.15-1) ...
Setting up libxext-dev:amd64 (2:1.3.4-1+b1) ...
Setting up libxrender-dev:amd64 (1:0.9.10-1.1) ...
Setting up libcairo2-dev:amd64 (1.16.0-7) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ 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.
python3-dbus 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.
+ sudo https_proxy= LANG=C chroot ./fsroot-broadcom-dnx pip3 install systemd-python
Collecting systemd-python
Downloading systemd-python-235.tar.gz (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.7/61.7 kB 5.3 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: systemd-python
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-cp311-cp311-linux_x86_64.whl size=153005 sha256=6254a474ab5ebc01a6e80aa56415c856e90155a28a9ffd68f84333ac7b5b280e
Stored in directory: /root/.cache/pip/wheels/13/77/24/4266dc1d98e2672f5575d49b15070d5a6274e2e977fbf50146
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install python3-gi
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
python3-gi
0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
Need to get 219 kB of archives.
After this operation, 748 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 python3-gi amd64 3.42.2-3+b1 [219 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 219 kB in 0s (569 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package python3-gi.
(Reading database ... 35074 files and directories currently installed.)
Preparing to unpack .../python3-gi_3.42.2-3+b1_amd64.deb ...
Unpacking python3-gi (3.42.2-3+b1) ...
Setting up python3-gi (3.42.2-3+b1) ...
+ install_pip_package target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl
+ pip_wheel=target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl
+ [[ -z target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl ]]
+ sudo cp target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl ./fsroot-broadcom-dnx/
++ basename -a target/python-wheels/bookworm/sonic_host_services-1.0-py3-none-any.whl
+ basename_pip_wheel=sonic_host_services-1.0-py3-none-any.whl
+ 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: Jinja2>=2.10 in /usr/lib/python3/dist-packages (from sonic-host-services==1.0) (3.1.2)
Requirement already satisfied: PyGObject in /usr/lib/python3/dist-packages (from sonic-host-services==1.0) (3.42.2)
Requirement already satisfied: dbus-python in /usr/lib/python3/dist-packages (from sonic-host-services==1.0) (1.3.2)
Requirement already satisfied: psutil in /usr/local/lib/python3.11/dist-packages (from sonic-host-services==1.0) (7.0.0)
Collecting pycairo==1.26.1
Downloading pycairo-1.26.1.tar.gz (346 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.9/346.9 kB 15.0 MB/s eta 0:00:00
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: sonic-py-common in /usr/local/lib/python3.11/dist-packages (from sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-utilities in /usr/local/lib/python3.11/dist-packages (from sonic-host-services==1.0) (1.2)
Requirement already satisfied: systemd-python in /usr/local/lib/python3.11/dist-packages (from sonic-host-services==1.0) (235)
Requirement already satisfied: natsort in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-host-services==1.0) (8.4.0)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-host-services==1.0) (6.0.1)
Requirement already satisfied: redis-dump-load in /usr/local/lib/python3.11/dist-packages (from sonic-py-common->sonic-host-services==1.0) (1.1)
Requirement already satisfied: bcrypt==3.2.2 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.2.2)
Requirement already satisfied: click-log>=0.3.2 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.4.0)
Requirement already satisfied: click==7.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (7.0)
Requirement already satisfied: cryptography>=3.3.2 in /usr/lib/python3/dist-packages (from sonic-utilities->sonic-host-services==1.0) (38.0.4)
Requirement already satisfied: docker-image-py>=0.1.10 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.1.13)
Requirement already satisfied: docker>=4.4.4 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (7.1.0)
Requirement already satisfied: enlighten>=1.8.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.13.0)
Requirement already satisfied: filelock>=3.0.12 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.17.0)
Requirement already satisfied: ipaddress>=1.0.23 in /usr/local/lib/python3.11/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.11/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.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.33)
Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (3.0.0)
Requirement already satisfied: lazy-object-proxy in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.10.0)
Requirement already satisfied: m2crypto>=0.31.0 in /usr/lib/python3/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.38.0)
Requirement already satisfied: netaddr>=0.8.0 in /usr/local/lib/python3.11/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.11/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.11/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.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (4.9.0)
Requirement already satisfied: prettyprinter>=0.18.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.18.0)
Requirement already satisfied: protobuf in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (4.25.6)
Requirement already satisfied: pyroute2==0.7.12 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.7.12)
Requirement already satisfied: requests<=2.31.0,>=2.25.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.31.0)
Requirement already satisfied: scp==0.14.5 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.14.5)
Requirement already satisfied: semantic-version>=2.8.5 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.10.0)
Requirement already satisfied: six==1.16.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.16.0)
Requirement already satisfied: sonic-config-engine in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-platform-common in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: sonic-yang-mgmt in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: tabulate==0.9.0 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.9.0)
Requirement already satisfied: toposort==1.6 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (1.6)
Requirement already satisfied: urllib3>=2 in /usr/local/lib/python3.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (2.3.0)
Requirement already satisfied: www-authenticate==0.9.2 in /usr/local/lib/python3.11/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.11/dist-packages (from sonic-utilities->sonic-host-services==1.0) (0.12.0)
Requirement already satisfied: cffi>=1.1 in /usr/lib/python3/dist-packages (from bcrypt==3.2.2->sonic-utilities->sonic-host-services==1.0) (1.15.1)
Requirement already satisfied: pynacl>=1.0.1 in /usr/lib/python3/dist-packages (from paramiko==2.11.0->sonic-utilities->sonic-host-services==1.0) (1.5.0)
Requirement already satisfied: regex>=2019.4.14 in /usr/local/lib/python3.11/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.11/dist-packages (from enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (1.20.0)
Requirement already satisfied: prefixed>=0.3.2 in /usr/local/lib/python3.11/dist-packages (from enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (0.9.0)
Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.11/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.11/dist-packages (from prettyprinter>=0.18.0->sonic-utilities->sonic-host-services==1.0) (2.19.1)
Requirement already satisfied: colorful>=0.4.0 in /usr/local/lib/python3.11/dist-packages (from prettyprinter>=0.18.0->sonic-utilities->sonic-host-services==1.0) (0.5.6)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/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.11/dist-packages (from requests<=2.31.0,>=2.25.0->sonic-utilities->sonic-host-services==1.0) (2025.1.31)
Requirement already satisfied: redis in /usr/local/lib/python3.11/dist-packages (from redis-dump-load->sonic-py-common->sonic-host-services==1.0) (3.5.3)
Requirement already satisfied: bitarray==2.8.1 in /usr/local/lib/python3.11/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (2.8.1)
Requirement already satisfied: lxml==4.9.1 in /usr/local/lib/python3.11/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.11/dist-packages (from sonic-config-engine->sonic-utilities->sonic-host-services==1.0) (1.0)
Requirement already satisfied: ijson==3.2.3 in /usr/local/lib/python3.11/dist-packages (from sonic-yang-mgmt->sonic-utilities->sonic-host-services==1.0) (3.2.3)
Requirement already satisfied: wcwidth>=0.1.4 in /usr/local/lib/python3.11/dist-packages (from blessed>=1.17.7->enlighten>=1.8.0->sonic-utilities->sonic-host-services==1.0) (0.2.13)
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-cp311-cp311-linux_x86_64.whl size=325469 sha256=0540174a08c186def5eecf0ba88419c01a4aa2d8d791e317dc775e7640ba9b4f
Stored in directory: /root/.cache/pip/wheels/1d/66/b0/a9f835ae730434d050c01e59db2f4252c2fe9ea253c71ed9fa
Successfully built pycairo
Installing collected packages: pycairo, sonic-host-services
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic_host_services-1.0-py3-none-any.whl
+ install_deb_package target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb
+ deb_packages=target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb
+ [[ -z target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb ]]
+ sudo cp target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-host-services-data_1.0-1_all.deb
+ basename_deb_packages=sonic-host-services-data_1.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-host-services-data_1.0-1_all.deb
Selecting previously unselected package sonic-host-services-data.
(Reading database ... 35118 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) ...
Created symlink /etc/systemd/system/sonic.target.wants/caclmgrd.service -> /lib/systemd/system/caclmgrd.service.
Unit /lib/systemd/system/caclmgrd.service is added as a dependency to a non-existent unit sonic.target.
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.
Unit /lib/systemd/system/hostcfgd.timer is added as a dependency to a non-existent unit sonic.target.
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.
Unit /lib/systemd/system/featured.timer is added as a dependency to a non-existent unit sonic.target.
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.
Unit /lib/systemd/system/aaastatsd.timer is added as a dependency to a non-existent unit sonic.target.
Created symlink /etc/systemd/system/sonic.target.wants/procdockerstatsd.service -> /lib/systemd/system/procdockerstatsd.service.
Unit /lib/systemd/system/procdockerstatsd.service is added as a dependency to a non-existent unit sonic.target.
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/multi-user.target.wants/process-reboot-cause.service -> /lib/systemd/system/process-reboot-cause.service.
Created symlink /etc/systemd/system/mgmt-framework.service.wants/sonic-hostservice.service -> /lib/systemd/system/sonic-hostservice.service.
Unit /lib/systemd/system/sonic-hostservice.service is added as a dependency to a non-existent unit mgmt-framework.service.
Created symlink /etc/systemd/system/telemetry.service.wants/sonic-hostservice.service -> /lib/systemd/system/sonic-hostservice.service.
Unit /lib/systemd/system/sonic-hostservice.service is added as a dependency to a non-existent unit telemetry.service.
Created symlink /etc/systemd/system/gnmi.service.wants/sonic-hostservice.service -> /lib/systemd/system/sonic-hostservice.service.
Unit /lib/systemd/system/sonic-hostservice.service is added as a dependency to a non-existent unit gnmi.service.
Processing triggers for dbus (1.14.10-1~deb12u1) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-host-services-data_1.0-1_all.deb
+ [[ -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 ]]
+ install_deb_package target/debs/bookworm/opennsl-modules-dnx_13.2.1.1_amd64.deb
+ deb_packages=target/debs/bookworm/opennsl-modules-dnx_13.2.1.1_amd64.deb
+ [[ -z target/debs/bookworm/opennsl-modules-dnx_13.2.1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/opennsl-modules-dnx_13.2.1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/opennsl-modules-dnx_13.2.1.1_amd64.deb
+ basename_deb_packages=opennsl-modules-dnx_13.2.1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i opennsl-modules-dnx_13.2.1.1_amd64.deb
Selecting previously unselected package opennsl-modules.
(Reading database ... 35142 files and directories currently installed.)
Preparing to unpack opennsl-modules-dnx_13.2.1.1_amd64.deb ...
Unpacking opennsl-modules (7.1.0.0) ...
Setting up opennsl-modules (7.1.0.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/opennsl-modules.service -> /lib/systemd/system/opennsl-modules.service.
Running in chroot, ignoring request.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f opennsl-modules-dnx_13.2.1.1_amd64.deb
+ install_deb_package target/debs/bookworm/sonic-device-data_1.0-1_all.deb
+ deb_packages=target/debs/bookworm/sonic-device-data_1.0-1_all.deb
+ [[ -z target/debs/bookworm/sonic-device-data_1.0-1_all.deb ]]
+ sudo cp target/debs/bookworm/sonic-device-data_1.0-1_all.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-device-data_1.0-1_all.deb
+ basename_deb_packages=sonic-device-data_1.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-device-data_1.0-1_all.deb
Selecting previously unselected package sonic-device-data.
(Reading database ... 35152 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) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-device-data_1.0-1_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install libpam-pwquality
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libcrack2 libpwquality-common libpwquality1
Recommended packages:
cracklib-runtime
The following NEW packages will be installed:
libcrack2 libpam-pwquality libpwquality-common libpwquality1
0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded.
Need to get 121 kB of archives.
After this operation, 802 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libcrack2 amd64 2.9.6-5+b1 [44.0 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpwquality-common all 1.4.5-1 [51.3 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpwquality1 amd64 1.4.5-1+b1 [12.8 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpam-pwquality amd64 1.4.5-1+b1 [12.9 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 121 kB in 0s (289 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libcrack2:amd64.
(Reading database ... 52009 files and directories currently installed.)
Preparing to unpack .../libcrack2_2.9.6-5+b1_amd64.deb ...
Unpacking libcrack2:amd64 (2.9.6-5+b1) ...
Selecting previously unselected package libpwquality-common.
Preparing to unpack .../libpwquality-common_1.4.5-1_all.deb ...
Unpacking libpwquality-common (1.4.5-1) ...
Selecting previously unselected package libpwquality1:amd64.
Preparing to unpack .../libpwquality1_1.4.5-1+b1_amd64.deb ...
Unpacking libpwquality1:amd64 (1.4.5-1+b1) ...
Selecting previously unselected package libpam-pwquality:amd64.
Preparing to unpack .../libpam-pwquality_1.4.5-1+b1_amd64.deb ...
Unpacking libpam-pwquality:amd64 (1.4.5-1+b1) ...
Setting up libpwquality-common (1.4.5-1) ...
Setting up libcrack2:amd64 (2.9.6-5+b1) ...
Setting up libpwquality1:amd64 (1.4.5-1+b1) ...
Setting up libpam-pwquality:amd64 (1.4.5-1+b1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install libnss-ldapd libpam-ldapd ldap-utils
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
nslcd
Suggested packages:
libsasl2-modules libsasl2-modules-gssapi-mit
| libsasl2-modules-gssapi-heimdal kstart
Recommended packages:
nscd nslcd-utils bind9-host | host
The following NEW packages will be installed:
ldap-utils libnss-ldapd libpam-ldapd nslcd
0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded.
Need to get 399 kB of archives.
After this operation, 1414 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 nslcd amd64 0.9.12-4 [172 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 ldap-utils amd64 2.5.13+dfsg-5 [144 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libnss-ldapd amd64 0.9.12-4 [47.3 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpam-ldapd amd64 0.9.12-4 [35.8 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 399 kB in 0s (837 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package nslcd.
(Reading database ... 52131 files and directories currently installed.)
Preparing to unpack .../nslcd_0.9.12-4_amd64.deb ...
Unpacking nslcd (0.9.12-4) ...
Selecting previously unselected package ldap-utils.
Preparing to unpack .../ldap-utils_2.5.13+dfsg-5_amd64.deb ...
Unpacking ldap-utils (2.5.13+dfsg-5) ...
Selecting previously unselected package libnss-ldapd:amd64.
Preparing to unpack .../libnss-ldapd_0.9.12-4_amd64.deb ...
Unpacking libnss-ldapd:amd64 (0.9.12-4) ...
Selecting previously unselected package libpam-ldapd:amd64.
Preparing to unpack .../libpam-ldapd_0.9.12-4_amd64.deb ...
Unpacking libpam-ldapd:amd64 (0.9.12-4) ...
Setting up ldap-utils (2.5.13+dfsg-5) ...
Setting up nslcd (0.9.12-4) ...
hostname: Name or service not known
hostname: Name or service not known
adduser: Warning: The home dir /run/nslcd you specified can't be accessed: No such file or directory
Adding system user `nslcd' (UID 105) ...
Adding new group `nslcd' (GID 112) ...
Adding new user `nslcd' (UID 105) with group `nslcd' ...
Not creating home directory `/run/nslcd'.
Running in chroot, ignoring request.
Setting up libpam-ldapd:amd64 (0.9.12-4) ...
Setting up libnss-ldapd:amd64 (0.9.12-4) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ sudo LANG=C chroot ./fsroot-broadcom-dnx sed -i '/# Required-Start:/ s/$/ networking.service/' /etc/init.d/nslcd
+ sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl stop nslcd.service
Running in chroot, ignoring command 'stop'
+ sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl mask nslcd.service
Created symlink /etc/systemd/system/nslcd.service -> /dev/null.
+ install_deb_package target/debs/bookworm/libtac2_1.4.1-1_amd64.deb
+ deb_packages=target/debs/bookworm/libtac2_1.4.1-1_amd64.deb
+ [[ -z target/debs/bookworm/libtac2_1.4.1-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libtac2_1.4.1-1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libtac2_1.4.1-1_amd64.deb
+ basename_deb_packages=libtac2_1.4.1-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libtac2_1.4.1-1_amd64.deb
Selecting previously unselected package libtac2.
(Reading database ... 52192 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.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libtac2_1.4.1-1_amd64.deb
+ install_deb_package target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb
+ deb_packages=target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb
+ [[ -z target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libpam-tacplus_1.4.1-1_amd64.deb
+ basename_deb_packages=libpam-tacplus_1.4.1-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libpam-tacplus_1.4.1-1_amd64.deb
Selecting previously unselected package libpam-tacplus.
(Reading database ... 52200 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) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libpam-tacplus_1.4.1-1_amd64.deb
+ install_deb_package target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb
+ deb_packages=target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb
+ [[ -z target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb
+ basename_deb_packages=libnss-tacplus_1.0.4-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libnss-tacplus_1.0.4-1_amd64.deb
Selecting previously unselected package libnss-tacplus.
(Reading database ... 52209 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) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libnss-tacplus_1.0.4-1_amd64.deb
+ install_deb_package target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/bash-tacplus_1.0.0_amd64.deb
+ basename_deb_packages=bash-tacplus_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i bash-tacplus_1.0.0_amd64.deb
Selecting previously unselected package bash-tacplus.
(Reading database ... 52217 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) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f bash-tacplus_1.0.0_amd64.deb
+ install_deb_package target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb
+ deb_packages=target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb
+ [[ -z target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb ]]
+ sudo cp target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/audisp-tacplus_1.0.2_amd64.deb
+ basename_deb_packages=audisp-tacplus_1.0.2_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i audisp-tacplus_1.0.2_amd64.deb
Selecting previously unselected package audisp-tacplus.
(Reading database ... 52222 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) ...
Running in chroot, ignoring command 'is-active'
Running in chroot, ignoring command 'restart'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f audisp-tacplus_1.0.2_amd64.deb
+ sudo LANG=C chroot ./fsroot-broadcom-dnx pam-auth-update --remove tacplus ldap
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
+ install_deb_package target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb
+ deb_packages=target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb
+ [[ -z target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libpam-radius-auth_1.4.1-1_amd64.deb
+ basename_deb_packages=libpam-radius-auth_1.4.1-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libpam-radius-auth_1.4.1-1_amd64.deb
Selecting previously unselected package libpam-radius-auth.
(Reading database ... 52231 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) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libpam-radius-auth_1.4.1-1_amd64.deb
+ install_deb_package target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb
+ deb_packages=target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb
+ [[ -z target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libnss-radius_1.0.1-1_amd64.deb
+ basename_deb_packages=libnss-radius_1.0.1-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libnss-radius_1.0.1-1_amd64.deb
Selecting previously unselected package libnss-radius:amd64.
(Reading database ... 52250 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.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libnss-radius_1.0.1-1_amd64.deb
+ sudo sed -i -e '/^passwd/s/ radius//' ./fsroot-broadcom-dnx/etc/nsswitch.conf
+ '[' grub '!=' uboot ']'
+ install_deb_package target/debs/bookworm/kdump-tools_1.8.1_amd64.deb
+ deb_packages=target/debs/bookworm/kdump-tools_1.8.1_amd64.deb
+ [[ -z target/debs/bookworm/kdump-tools_1.8.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/kdump-tools_1.8.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/kdump-tools_1.8.1_amd64.deb
+ basename_deb_packages=kdump-tools_1.8.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i kdump-tools_1.8.1_amd64.deb
Selecting previously unselected package kdump-tools.
(Reading database ... 52256 files and directories currently installed.)
Preparing to unpack kdump-tools_1.8.1_amd64.deb ...
Unpacking kdump-tools (1:1.8.1) ...
Setting up kdump-tools (1:1.8.1) ...
Creating config file /etc/default/kdump-tools with new version
Running in chroot, ignoring request.
Created symlink /etc/systemd/system/basic.target.wants/kdump-tools.service -> /lib/systemd/system/kdump-tools.service.
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-6.1.0-29-2-amd64
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f kdump-tools_1.8.1_amd64.deb
+ 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 6.1.0-29-2-amd64
+ sudo LANG=C chroot ./fsroot-broadcom-dnx kdump-config symlinks 6.1.0-29-2-amd64
Creating symlink /var/lib/kdump/vmlinuz.
Creating symlink /var/lib/kdump/initrd.img.
+ install_deb_package target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-3-200:amd64.
(Reading database ... 52278 files and directories currently installed.)
Preparing to unpack libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libnl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-genl-3-200:amd64.
(Reading database ... 52288 files and directories currently installed.)
Preparing to unpack libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-genl-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-genl-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libnl-genl-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-route-3-200:amd64.
(Reading database ... 52294 files and directories currently installed.)
Preparing to unpack libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-route-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-route-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libnl-route-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-nf-3-200:amd64.
(Reading database ... 52300 files and directories currently installed.)
Preparing to unpack libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-nf-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-nf-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libnl-nf-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ deb_packages=target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ [[ -z target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb ]]
+ sudo cp target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ basename_deb_packages=libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
Selecting previously unselected package libnl-cli-3-200:amd64.
(Reading database ... 52306 files and directories currently installed.)
Preparing to unpack libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb ...
Unpacking libnl-cli-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Setting up libnl-cli-3-200:amd64 (3.7.0-0.2+b1sonic1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libnl-cli-3-200_3.7.0-0.2+b1sonic1_amd64.deb
+ install_deb_package target/debs/bookworm/libyang_1.0.73_amd64.deb
+ deb_packages=target/debs/bookworm/libyang_1.0.73_amd64.deb
+ [[ -z target/debs/bookworm/libyang_1.0.73_amd64.deb ]]
+ sudo cp target/debs/bookworm/libyang_1.0.73_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libyang_1.0.73_amd64.deb
+ basename_deb_packages=libyang_1.0.73_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libyang_1.0.73_amd64.deb
(Reading database ... 52326 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.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libyang_1.0.73_amd64.deb
+ install_deb_package target/debs/bookworm/libswsscommon_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/libswsscommon_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/libswsscommon_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/libswsscommon_1.0.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libswsscommon_1.0.0_amd64.deb
+ basename_deb_packages=libswsscommon_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libswsscommon_1.0.0_amd64.deb
Selecting previously unselected package libswsscommon.
(Reading database ... 52326 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+ds1); 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.36-9+deb12u13) ...
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 additional packages will be installed:
libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0 libzmq5
The following NEW packages will be installed:
libboost-serialization1.74.0 libhiredis0.14 libnorm1 libpgm-5.3-0 libzmq5
0 upgraded, 5 newly installed, 0 to remove and 9 not upgraded.
1 not fully installed or removed.
Need to get 1009 kB of archives.
After this operation, 4316 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libboost-serialization1.74.0 amd64 1.74.0+ds1-21 [317 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libhiredis0.14 amd64 0.14.1-3 [35.9 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libnorm1 amd64 1.5.9+dfsg-2 [221 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libpgm-5.3-0 amd64 5.3.128~dfsg-2 [161 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libzmq5 amd64 4.3.4-6 [273 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1009 kB in 1s (1920 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 ... 52344 files and directories currently installed.)
Preparing to unpack .../libboost-serialization1.74.0_1.74.0+ds1-21_amd64.deb ...
Unpacking libboost-serialization1.74.0:amd64 (1.74.0+ds1-21) ...
Selecting previously unselected package libhiredis0.14:amd64.
Preparing to unpack .../libhiredis0.14_0.14.1-3_amd64.deb ...
Unpacking libhiredis0.14:amd64 (0.14.1-3) ...
Selecting previously unselected package libnorm1:amd64.
Preparing to unpack .../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 .../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 libzmq5:amd64.
Preparing to unpack .../libzmq5_4.3.4-6_amd64.deb ...
Unpacking libzmq5:amd64 (4.3.4-6) ...
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+ds1-21) ...
Setting up libhiredis0.14:amd64 (0.14.1-3) ...
Setting up libzmq5:amd64 (4.3.4-6) ...
Setting up libswsscommon (1.0.0) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libswsscommon_1.0.0_amd64.deb
+ install_deb_package
+ deb_packages=
+ [[ -z '' ]]
+ return
+ install_deb_package target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/python3-swsscommon_1.0.0_amd64.deb
+ basename_deb_packages=python3-swsscommon_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i python3-swsscommon_1.0.0_amd64.deb
Selecting previously unselected package python3-swsscommon.
(Reading database ... 52372 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.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f python3-swsscommon_1.0.0_amd64.deb
+ install_deb_package target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-db-cli_1.0.0_amd64.deb
+ basename_deb_packages=sonic-db-cli_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-db-cli_1.0.0_amd64.deb
Selecting previously unselected package sonic-db-cli.
(Reading database ... 52386 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) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-db-cli_1.0.0_amd64.deb
+ install_deb_package target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ basename_deb_packages=sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-rsyslog-plugin_1.0.0-0_amd64.deb
Selecting previously unselected package sonic-rsyslog-plugin.
(Reading database ... 52389 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 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 9 not upgraded.
1 not fully installed or removed.
Need to get 111 kB of archives.
After this operation, 435 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 liblua5.1-0 amd64 5.1.5-9 [111 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 111 kB in 0s (341 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 ... 52396 files and directories currently installed.)
Preparing to unpack .../liblua5.1-0_5.1.5-9_amd64.deb ...
Unpacking liblua5.1-0:amd64 (5.1.5-9) ...
Setting up liblua5.1-0:amd64 (5.1.5-9) ...
Setting up sonic-rsyslog-plugin (1.0.0-0) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-rsyslog-plugin_1.0.0-0_amd64.deb
+ install_deb_package target/debs/bookworm/monit_5.20.0-6_amd64.deb
+ deb_packages=target/debs/bookworm/monit_5.20.0-6_amd64.deb
+ [[ -z target/debs/bookworm/monit_5.20.0-6_amd64.deb ]]
+ sudo cp target/debs/bookworm/monit_5.20.0-6_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/monit_5.20.0-6_amd64.deb
+ basename_deb_packages=monit_5.20.0-6_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i monit_5.20.0-6_amd64.deb
Selecting previously unselected package monit.
(Reading database ... 52405 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) ...
Running in chroot, ignoring request.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f monit_5.20.0-6_amd64.deb
+ 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 cp files/image_config/monit/arp_update_checker ./fsroot-broadcom-dnx/usr/bin/
+ sudo chmod 755 ./fsroot-broadcom-dnx/usr/bin/arp_update_checker
+ sudo cp files/image_config/monit/control_plane_drop_check ./fsroot-broadcom-dnx/usr/bin/
+ sudo chmod 755 ./fsroot-broadcom-dnx/usr/bin/control_plane_drop_check
+ sudo cp files/image_config/monit/mgmt_oper_status.py ./fsroot-broadcom-dnx/usr/bin/
+ sudo chmod 755 ./fsroot-broadcom-dnx/usr/bin/mgmt_oper_status.py
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -t bookworm-backports smartmontools
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
gsmartcontrol smart-notifier mailx | mailutils
The following NEW packages will be installed:
smartmontools
0 upgraded, 1 newly installed, 0 to remove and 44 not upgraded.
Need to get 637 kB of archives.
After this operation, 2373 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm-backports/main amd64 smartmontools amd64 7.4-2~bpo12+1 [637 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 637 kB in 0s (1316 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package smartmontools.
(Reading database ... 52448 files and directories currently installed.)
Preparing to unpack .../smartmontools_7.4-2~bpo12+1_amd64.deb ...
Unpacking smartmontools (7.4-2~bpo12+1) ...
Setting up smartmontools (7.4-2~bpo12+1) ...
/var/lib/smartmontools/drivedb/drivedb.h 7.3/5528 newly installed (NOT VERIFIED)
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 cp files/image_config/smartmontools/smartmontools ./fsroot-broadcom-dnx/etc/default/smartmontools
+ install_deb_package target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb
+ deb_packages='target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb'
+ [[ -z target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/openssh-server_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-client_9.2p1-2+deb12u5_amd64.deb target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb
+ basename_deb_packages='openssh-server_9.2p1-2+deb12u5_amd64.deb
openssh-client_9.2p1-2+deb12u5_amd64.deb
openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i openssh-server_9.2p1-2+deb12u5_amd64.deb openssh-client_9.2p1-2+deb12u5_amd64.deb openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb
dpkg: warning: downgrading openssh-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5
(Reading database ... 52494 files and directories currently installed.)
Preparing to unpack openssh-server_9.2p1-2+deb12u5_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u5) over (1:9.2p1-2+deb12u7) ...
dpkg: warning: downgrading openssh-client from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5
Preparing to unpack openssh-client_9.2p1-2+deb12u5_amd64.deb ...
Unpacking openssh-client (1:9.2p1-2+deb12u5) over (1:9.2p1-2+deb12u7) ...
dpkg: warning: downgrading openssh-sftp-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5
Preparing to unpack openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u5) over (1:9.2p1-2+deb12u7) ...
Setting up openssh-client (1:9.2p1-2+deb12u5) ...
Setting up openssh-sftp-server (1:9.2p1-2+deb12u5) ...
Setting up openssh-server (1:9.2p1-2+deb12u5) ...
Creating SSH2 RSA key; this may take some time ...
3072 SHA256:rukybbijdLTXuPcoCKcJcqAzP6bL0i7FGboBwN0adYA root@c64df8daca2c (RSA)
Creating SSH2 ECDSA key; this may take some time ...
256 SHA256:onSdaPiRHTm7h82KiGkq6CnBqgKY0qjtZ3ZsTs5fd38 root@c64df8daca2c (ECDSA)
Creating SSH2 ED25519 key; this may take some time ...
256 SHA256:Vl6lKgcsvnQAqx/vON7twWWIfJd9VQP4iIjfH+nx1Gk root@c64df8daca2c (ED25519)
Running in chroot, ignoring request.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f openssh-server_9.2p1-2+deb12u5_amd64.deb openssh-client_9.2p1-2+deb12u5_amd64.deb openssh-sftp-server_9.2p1-2+deb12u5_amd64.deb
+ install_deb_package target/debs/bookworm/flashrom_0.9.7_amd64.deb
+ deb_packages=target/debs/bookworm/flashrom_0.9.7_amd64.deb
+ [[ -z target/debs/bookworm/flashrom_0.9.7_amd64.deb ]]
+ sudo cp target/debs/bookworm/flashrom_0.9.7_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/flashrom_0.9.7_amd64.deb
+ basename_deb_packages=flashrom_0.9.7_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i flashrom_0.9.7_amd64.deb
Selecting previously unselected package flashrom.
(Reading database ... 52494 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) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f flashrom_0.9.7_amd64.deb
+ sudo cp -f files/image_config/cron.d/core_cleanup ./fsroot-broadcom-dnx/etc/cron.d/
+ sudo cp files/image_config/chrony/chrony-config.sh ./fsroot-broadcom-dnx/usr/bin/
+ sudo cp files/image_config/chrony/chrony.conf.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo cp files/image_config/chrony/chrony.keys.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo cp files/image_config/chrony/chronyd-starter.sh ./fsroot-broadcom-dnx/usr/local/sbin/
+ sudo cp files/image_config/chrony/check_ntp_status.sh ./fsroot-broadcom-dnx/usr/local/bin/
+ sudo mkdir ./fsroot-broadcom-dnx/usr/lib//systemd/system/chrony.service.d
+ sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl disable chrony.service
Synchronizing state of chrony.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable chrony
Removed "/etc/systemd/system/chronyd.service".
Removed "/etc/systemd/system/multi-user.target.wants/chrony.service".
+ sudo cp files/image_config/chrony/override.conf ./fsroot-broadcom-dnx/usr/lib//systemd/system/chrony.service.d/
+ sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl enable chrony.service
Synchronizing state of chrony.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable chrony
Created symlink /etc/systemd/system/chronyd.service -> /lib/systemd/system/chrony.service.
Created symlink /etc/systemd/system/sonic.target.wants/chrony.service -> /lib/systemd/system/chrony.service.
Unit /lib/systemd/system/chrony.service is added as a dependency to a non-existent unit sonic.target.
+ sudo cp files/build_templates/dns.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo cp files/image_config/cli_sessions/tmout-env.sh.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo cp files/image_config/cli_sessions/sysrq-sysctl.conf.j2 ./fsroot-broadcom-dnx/usr/share/sonic/templates/
+ sudo cp files/image_config/cli_sessions/serial-config.sh ./fsroot-broadcom-dnx/usr/bin/
+ sudo cp files/image_config/cli_sessions/serial-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo serial-config.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
serial-config.service
+ 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
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
}
## stpd rules
if $programname contains "stp" then {
if not ($msg contains "STP_SYSLOG") then {
/var/log/stpd.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/on_demand_archived_log_clean_up.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 mkdir -p ./fsroot-broadcom-dnx/etc/udev/rules.d
+ sudo cp files/image_config/udev/rules.d/99-rps.rules ./fsroot-broadcom-dnx/etc/udev/rules.d/
+ 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
+ [[ amd64 == amd64 ]]
+ install_deb_package target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb
+ deb_packages=target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb
+ [[ -z target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb ]]
+ sudo cp target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/rasdaemon_0.6.8-1_amd64.deb
+ basename_deb_packages=rasdaemon_0.6.8-1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i rasdaemon_0.6.8-1_amd64.deb
Selecting previously unselected package rasdaemon.
(Reading database ... 52498 files and directories currently installed.)
Preparing to unpack rasdaemon_0.6.8-1_amd64.deb ...
Unpacking rasdaemon (0.6.8-1) ...
dpkg: dependency problems prevent configuration of rasdaemon:
rasdaemon depends on sqlite3; however:
Package sqlite3 is not installed.
rasdaemon depends on libdbd-sqlite3-perl; however:
Package libdbd-sqlite3-perl is not installed.
dpkg: error processing package rasdaemon (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
rasdaemon
+ 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 additional packages will be installed:
libdbd-sqlite3-perl libdbi-perl sqlite3
Suggested packages:
libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl
sqlite3-doc
The following NEW packages will be installed:
libdbd-sqlite3-perl libdbi-perl sqlite3
0 upgraded, 3 newly installed, 0 to remove and 15 not upgraded.
1 not fully installed or removed.
Need to get 1305 kB of archives.
After this operation, 3253 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 sqlite3 amd64 3.40.1-2+deb12u2 [353 kB]
Get:2 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libdbi-perl amd64 1.643-4 [773 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 libdbd-sqlite3-perl amd64 1.72-1 [179 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1305 kB in 1s (2447 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package sqlite3.
(Reading database ... 52516 files and directories currently installed.)
Preparing to unpack .../sqlite3_3.40.1-2+deb12u2_amd64.deb ...
Unpacking sqlite3 (3.40.1-2+deb12u2) ...
Selecting previously unselected package libdbi-perl:amd64.
Preparing to unpack .../libdbi-perl_1.643-4_amd64.deb ...
Unpacking libdbi-perl:amd64 (1.643-4) ...
Selecting previously unselected package libdbd-sqlite3-perl:amd64.
Preparing to unpack .../libdbd-sqlite3-perl_1.72-1_amd64.deb ...
Unpacking libdbd-sqlite3-perl:amd64 (1.72-1) ...
Setting up sqlite3 (3.40.1-2+deb12u2) ...
Setting up libdbi-perl:amd64 (1.643-4) ...
Setting up libdbd-sqlite3-perl:amd64 (1.72-1) ...
Setting up rasdaemon (0.6.8-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/rasdaemon.service -> /lib/systemd/system/rasdaemon.service.
Created symlink /etc/systemd/system/multi-user.target.wants/ras-mc-ctl.service -> /lib/systemd/system/ras-mc-ctl.service.
Running in chroot, ignoring request.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f rasdaemon_0.6.8-1_amd64.deb
+ 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.4.4-1).
Suggested packages:
libssl-doc
The following NEW packages will be installed:
libssl-dev
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 2441 kB of archives.
After this operation, 12.7 MB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main amd64 libssl-dev amd64 3.0.17-1~deb12u3 [2441 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 2441 kB in 1s (4059 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
Selecting previously unselected package libssl-dev:amd64.
(Reading database ... 52705 files and directories currently installed.)
Preparing to unpack .../libssl-dev_3.0.17-1~deb12u3_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.17-1~deb12u3) ...
Setting up libssl-dev:amd64 (3.0.17-1~deb12u3) ...
+ 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 NEW packages will be installed:
systemd-bootchart
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 45.5 kB of archives.
After this operation, 135 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 systemd-bootchart amd64 234-2+b1 [45.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 45.5 kB in 0s (172 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 ... 52853 files and directories currently installed.)
Preparing to unpack .../systemd-bootchart_234-2+b1_amd64.deb ...
Unpacking systemd-bootchart (234-2+b1) ...
Setting up systemd-bootchart (234-2+b1) ...
+ sudo tee ./fsroot-broadcom-dnx/etc/systemd/bootchart.conf
+ 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 (190 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.8/190.8 kB 9.2 MB/s eta 0:00:00
Collecting azure-common>=1.1.5
Downloading azure_common-1.1.28-py2.py3-none-any.whl (14 kB)
Collecting azure-nspkg>=2.0.0
Downloading azure_nspkg-3.0.2-py3-none-any.whl (1.5 kB)
Requirement already satisfied: cryptography in /usr/lib/python3/dist-packages (from azure-storage==0.36.0) (38.0.4)
Collecting python-dateutil
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 85.1 MB/s eta 0:00:00
Requirement already satisfied: requests in /usr/local/lib/python3.11/dist-packages (from azure-storage==0.36.0) (2.31.0)
Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.11/dist-packages (from python-dateutil->azure-storage==0.36.0) (1.16.0)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests->azure-storage==0.36.0) (3.4.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests->azure-storage==0.36.0) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.11/dist-packages (from requests->azure-storage==0.36.0) (2.3.0)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests->azure-storage==0.36.0) (2025.1.31)
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ 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)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.1/94.1 kB 5.8 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting pathtools>=0.1.1
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
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=73886 sha256=5e6aa5beb0fde166ca4248a28d6847d51d71d81b55c5a75a5522f58a9faad4b2
Stored in directory: /root/.cache/pip/wheels/c3/74/77/1a073bec05ae202bcd60e18b180db20010b2960d745826ecb3
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=8791 sha256=04cc4c26d0519101eafba881d9ac7513db5c5e0d55c82d0e748c6d60889e63bc
Stored in directory: /root/.cache/pip/wheels/ea/b7/8b/84e94095ea418b9442f5abeba4ca7b0ad52d3fe7b69d6238a6
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. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ sudo cp target/files/bookworm/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/bannerconfig/banner-config.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo banner-config.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
banner-config.service
+ sudo cp files/image_config/bannerconfig/banner-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/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",
"POLL_INTERVAL": "10000"
},
"PORT": {
"FLEX_COUNTER_STATUS": "enable"
},
"RIF": {
"FLEX_COUNTER_STATUS": "enable"
},
"QUEUE": {
"FLEX_COUNTER_STATUS": "enable"
},
"PFCWD": {
"FLEX_COUNTER_STATUS": "enable"
},
"PG_WATERMARK": {
"FLEX_COUNTER_STATUS": "enable"
},
"PG_DROP": {
"FLEX_COUNTER_STATUS": "enable"
},
"QUEUE_WATERMARK": {
"FLEX_COUNTER_STATUS": "enable"
},
"BUFFER_POOL_WATERMARK": {
"FLEX_COUNTER_STATUS": "enable"
},
"PORT_BUFFER_DROP": {
"FLEX_COUNTER_STATUS": "enable"
}
},
"BGP_DEVICE_GLOBAL": {
"STATE": {
"tsa_enabled": "false",
"wcmp_enabled": "false",
"idf_isolation_state": "unisolated"
}
},
"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": "{% if ('CHASSIS_METADATA' in DEVICE_RUNTIME_METADATA and DEVICE_RUNTIME_METADATA['CHASSIS_METADATA']['module_type'] in ['linecard']) %}False{% else %}True{% endif %}",
"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" : "{% if 'type' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['type'] == 'SpineRouter' %}False{% else %}True{% endif %}",
"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"
}
},
"BANNER_MESSAGE": {
"global": {
"state": "disabled",
"login": "Debian GNU/Linux 11",
"motd": "You are on\n ____ ___ _ _ _ ____\n / ___| / _ \\| \\ | (_)/ ___|\n \\___ \\| | | | \\| | | |\n ___) | |_| | |\\ | | |___\n |____/ \\___/|_| \\_|_|\\____|\n\n-- Software for Open Networking in the Cloud --\n\nUnauthorized access and/or use are prohibited.\nAll access and/or use are subject to monitoring.\n\nHelp: https://sonic-net.github.io/SONiC/\n\n",
"logout": ""
}
},
"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/midplane-network/bridge-midplane.netdev ./fsroot-broadcom-dnx/usr/lib//systemd/network/bridge-midplane.netdev
+ sudo cp files/image_config/midplane-network/bridge-midplane.network ./fsroot-broadcom-dnx/usr/lib//systemd/network/bridge-midplane.network
+ sudo cp files/image_config/midplane-network/dummy-midplane.netdev ./fsroot-broadcom-dnx/usr/lib//systemd/network/dummy-midplane.netdev
+ sudo cp files/image_config/midplane-network/dummy-midplane.network ./fsroot-broadcom-dnx/usr/lib//systemd/network/dummy-midplane.network
+ sudo cp files/image_config/midplane-network/midplane-network-npu.network ./fsroot-broadcom-dnx/usr/lib//systemd/network/midplane-network-npu.network
+ sudo cp files/image_config/midplane-network/midplane-network-dpu.network ./fsroot-broadcom-dnx/usr/lib//systemd/network/midplane-network-dpu.network
+ sudo cp files/image_config/midplane-network/midplane-network-npu.service ./fsroot-broadcom-dnx/usr/lib//systemd/system/midplane-network-npu.service
+ sudo cp files/image_config/midplane-network/midplane-network-dpu.service ./fsroot-broadcom-dnx/usr/lib//systemd/system/midplane-network-dpu.service
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/network/bridge-midplane.netdev
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/network/bridge-midplane.network
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/network/dummy-midplane.netdev
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/network/dummy-midplane.network
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/network/midplane-network-npu.network
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/network/midplane-network-dpu.network
+ echo midplane-network-npu.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
midplane-network-npu.service
+ sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl disable midplane-network-npu.service
+ echo midplane-network-dpu.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
midplane-network-dpu.service
+ sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl disable midplane-network-dpu.service
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/system/dash-ha.service
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/system/dash-ha@dpu0.service
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/system/dash-ha@dpu1.service
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/system/dash-ha@dpu2.service
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/system/dash-ha@dpu3.service
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/system/dash-ha@dpu4.service
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/system/dash-ha@dpu5.service
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/system/dash-ha@dpu6.service
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/system/dash-ha@dpu7.service
+ sudo sed -i s/#ManageForeignRoutingPolicyRules=yes/ManageForeignRoutingPolicyRules=no/g ./fsroot-broadcom-dnx/etc/systemd/networkd.conf
+ sudo ln -s /dev/null ./fsroot-broadcom-dnx/etc/systemd/system/systemd-networkd.service
+ sudo LANG=C chroot ./fsroot-broadcom-dnx systemctl disable systemd-networkd-wait-online.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/rps/rps.py ./fsroot-broadcom-dnx/usr/bin/rps.py
+ sudo chmod 755 ./fsroot-broadcom-dnx/usr/bin/rps.py
+ 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
+ '[' y == y ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install libatomic1
Reading package lists...
Building dependency tree...
Reading state information...
libatomic1 is already the newest version (12.2.0-14+deb12u1).
libatomic1 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y remove openssh-client
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libcbor0.8 libfido2-1 libproc2-0 procps runit-helper
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
openssh-client openssh-server openssh-sftp-server
0 upgraded, 0 newly installed, 3 to remove and 12 not upgraded.
After this operation, 8130 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52862 files and directories currently installed.)
Removing openssh-server (1:9.2p1-2+deb12u5) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Removing openssh-sftp-server (1:9.2p1-2+deb12u5) ...
Removing openssh-client (1:9.2p1-2+deb12u5) ...
+ install_deb_package target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-pddf_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-pddf_1.1_amd64.deb
Selecting previously unselected package sonic-platform-pddf.
(Reading database ... 52791 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) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-pddf_1.1_amd64.deb
+ install_deb_package target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb
+ basename_deb_packages=systemd-sonic-generator_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i systemd-sonic-generator_1.0.0_amd64.deb
Selecting previously unselected package systemd-sonic-generator.
(Reading database ... 52844 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) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f systemd-sonic-generator_1.0.0_amd64.deb
+ install_deb_package target/debs/bookworm/flashrom_0.9.7_amd64.deb
+ deb_packages=target/debs/bookworm/flashrom_0.9.7_amd64.deb
+ [[ -z target/debs/bookworm/flashrom_0.9.7_amd64.deb ]]
+ sudo cp target/debs/bookworm/flashrom_0.9.7_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/flashrom_0.9.7_amd64.deb
+ basename_deb_packages=flashrom_0.9.7_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i flashrom_0.9.7_amd64.deb
(Reading database ... 52847 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) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f flashrom_0.9.7_amd64.deb
+ install_deb_package target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libssl3_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading libssl3:amd64 from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52847 files and directories currently installed.)
Preparing to unpack libssl3_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking libssl3:amd64 (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up libssl3:amd64 (3.0.11-1~deb12u2+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ install_deb_package target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading libssl-dev:amd64 from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52847 files and directories currently installed.)
Preparing to unpack libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up libssl-dev:amd64 (3.0.11-1~deb12u2+fips) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ install_deb_package target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i openssl_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading openssl from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52847 files and directories currently installed.)
Preparing to unpack openssl_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking openssl (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up openssl (3.0.11-1~deb12u2+fips) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ install_deb_package target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb
+ deb_packages=target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb
+ [[ -z target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb ]]
+ sudo cp target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb
+ basename_deb_packages=symcrypt-openssl_1.5.2_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i symcrypt-openssl_1.5.2_amd64.deb
Selecting previously unselected package symcrypt-openssl.
(Reading database ... 52848 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) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f symcrypt-openssl_1.5.2_amd64.deb
+ install_deb_package target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
Selecting previously unselected package openssh-client.
(Reading database ... 52855 files and directories currently installed.)
Preparing to unpack openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-client (1:9.2p1-2+deb12u5+fips) ...
Setting up openssh-client (1:9.2p1-2+deb12u5+fips) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ install_deb_package target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb
+ deb_packages=target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb
+ [[ -z target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb ]]
+ sudo cp target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb
+ basename_deb_packages=ssh_9.2p1-2+deb12u5+fips_all.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i ssh_9.2p1-2+deb12u5+fips_all.deb
Selecting previously unselected package ssh.
(Reading database ... 52900 files and directories currently installed.)
Preparing to unpack ssh_9.2p1-2+deb12u5+fips_all.deb ...
Unpacking ssh (1:9.2p1-2+deb12u5+fips) ...
dpkg: dependency problems prevent configuration of ssh:
ssh depends on openssh-server (>= 1:9.2p1-2+deb12u5+fips); however:
Package openssh-server is not installed.
dpkg: error processing package ssh (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
ssh
+ 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 additional packages will be installed:
libssl-dev libssl3 openssh-client openssh-server openssh-sftp-server
Suggested packages:
libssl-doc keychain libpam-ssh monkeysphere ssh-askpass molly-guard ufw
Recommended packages:
xauth default-logind | logind | libpam-systemd ncurses-term
The following NEW packages will be installed:
openssh-server openssh-sftp-server
The following packages will be upgraded:
libssl-dev libssl3 openssh-client
3 upgraded, 2 newly installed, 0 to remove and 14 not upgraded.
1 not fully installed or removed.
Need to get 5984 kB of archives.
After this operation, 2248 kB of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main amd64 libssl-dev amd64 3.0.17-1~deb12u3 [2441 kB]
Get:2 http://debian-archive.trafficmanager.net/debian-security bookworm-security/main amd64 libssl3 amd64 3.0.17-1~deb12u3 [2028 kB]
Get:3 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u7 [992 kB]
Get:4 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u7 [65.9 kB]
Get:5 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u7 [457 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 5984 kB in 1s (8279 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52905 files and directories currently installed.)
Preparing to unpack .../libssl-dev_3.0.17-1~deb12u3_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.17-1~deb12u3) over (3.0.11-1~deb12u2+fips) ...
Preparing to unpack .../libssl3_3.0.17-1~deb12u3_amd64.deb ...
Unpacking libssl3:amd64 (3.0.17-1~deb12u3) over (3.0.11-1~deb12u2+fips) ...
Preparing to unpack .../openssh-client_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-client (1:9.2p1-2+deb12u7) over (1:9.2p1-2+deb12u5+fips) ...
Selecting previously unselected package openssh-sftp-server.
Preparing to unpack .../openssh-sftp-server_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u7) ...
Selecting previously unselected package openssh-server.
Preparing to unpack .../openssh-server_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u7) ...
Setting up libssl3:amd64 (3.0.17-1~deb12u3) ...
Setting up libssl-dev:amd64 (3.0.17-1~deb12u3) ...
Setting up openssh-client (1:9.2p1-2+deb12u7) ...
Setting up openssh-sftp-server (1:9.2p1-2+deb12u7) ...
Setting up openssh-server (1:9.2p1-2+deb12u7) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up ssh (1:9.2p1-2+deb12u5+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f ssh_9.2p1-2+deb12u5+fips_all.deb
+ install_deb_package target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-sftp-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
dpkg: dependency problems prevent configuration of openssh-sftp-server:
openssh-sftp-server depends on openssh-client (= 1:9.2p1-2+deb12u5+fips); however:
Version of openssh-client on system is 1:9.2p1-2+deb12u7.
dpkg: error processing package openssh-sftp-server (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openssh-sftp-server
+ 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 additional packages will be installed:
openssh-sftp-server
The following packages will be upgraded:
openssh-sftp-server
1 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
1 not fully installed or removed.
Need to get 65.9 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u7 [65.9 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 65.9 kB in 0s (255 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack .../openssh-sftp-server_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u7) over (1:9.2p1-2+deb12u5+fips) ...
Setting up openssh-sftp-server (1:9.2p1-2+deb12u7) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ install_deb_package target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
dpkg: dependency problems prevent configuration of openssh-server:
openssh-server depends on openssh-client (= 1:9.2p1-2+deb12u5+fips); however:
Version of openssh-client on system is 1:9.2p1-2+deb12u7.
dpkg: error processing package openssh-server (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openssh-server
+ 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 additional packages will be installed:
openssh-server
Suggested packages:
molly-guard monkeysphere ssh-askpass ufw
Recommended packages:
default-logind | logind | libpam-systemd ncurses-term xauth
The following packages will be upgraded:
openssh-server
1 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
1 not fully installed or removed.
Need to get 457 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://debian-archive.trafficmanager.net/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u7 [457 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 457 kB in 0s (1020 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack .../openssh-server_1%3a9.2p1-2+deb12u7_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u7) over (1:9.2p1-2+deb12u5+fips) ...
Setting up openssh-server (1:9.2p1-2+deb12u7) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of restart.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ install_deb_package target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ [[ -z target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ basename_deb_packages=libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
dpkg: warning: downgrading libk5crypto3:amd64 from 1.20.1-2+deb12u4 to 1.20.1-2+deb12u1+fips
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u1+fips) over (1.20.1-2+deb12u4) ...
Setting up libk5crypto3:amd64 (1.20.1-2+deb12u1+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
++ dpkg-deb -f target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb Package
+ PACKAGE_NAME=sonic-platform-pddf
++ dpkg-deb -f target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb Version
+ PACKAGE_VERSION=1.1
++ dpkg-query '--showformat=${Version}' --show sonic-platform-pddf
dpkg-query: no packages found matching sonic-platform-pddf
++ true
+ INSTALLED_VERSION=
+ '[' '' '!=' '' ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark hold sonic-platform-pddf
sonic-platform-pddf set on hold.
++ dpkg-deb -f target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb Package
+ PACKAGE_NAME=systemd-sonic-generator
++ dpkg-deb -f target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb Version
+ PACKAGE_VERSION=1.0.0
++ dpkg-query '--showformat=${Version}' --show systemd-sonic-generator
dpkg-query: no packages found matching systemd-sonic-generator
++ true
+ INSTALLED_VERSION=
+ '[' '' '!=' '' ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark hold systemd-sonic-generator
systemd-sonic-generator set on hold.
++ dpkg-deb -f target/debs/bookworm/flashrom_0.9.7_amd64.deb Package
+ PACKAGE_NAME=flashrom
++ dpkg-deb -f target/debs/bookworm/flashrom_0.9.7_amd64.deb Version
+ PACKAGE_VERSION=0.9.7
++ dpkg-query '--showformat=${Version}' --show flashrom
dpkg-query: no packages found matching flashrom
++ true
+ INSTALLED_VERSION=
+ '[' '' '!=' '' ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark hold flashrom
flashrom set on hold.
++ dpkg-deb -f target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=libssl3
++ dpkg-deb -f target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb Version
+ PACKAGE_VERSION=3.0.11-1~deb12u2+fips
++ dpkg-query '--showformat=${Version}' --show libssl3
+ INSTALLED_VERSION=3.0.17-1~deb12u2
+ '[' 3.0.17-1~deb12u2 '!=' '' ']'
+ '[' 3.0.17-1~deb12u2 '!=' 3.0.11-1~deb12u2+fips ']'
+ install_deb_package target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libssl3_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading libssl3:amd64 from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack libssl3_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking libssl3:amd64 (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up libssl3:amd64 (3.0.11-1~deb12u2+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libssl3_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark hold libssl3
libssl3 set on hold.
++ dpkg-deb -f target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=libssl-dev
++ dpkg-deb -f target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb Version
+ PACKAGE_VERSION=3.0.11-1~deb12u2+fips
++ dpkg-query '--showformat=${Version}' --show libssl-dev
+ INSTALLED_VERSION=3.0.17-1~deb12u2
+ '[' 3.0.17-1~deb12u2 '!=' '' ']'
+ '[' 3.0.17-1~deb12u2 '!=' 3.0.11-1~deb12u2+fips ']'
+ install_deb_package target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
dpkg: warning: downgrading libssl-dev:amd64 from 3.0.17-1~deb12u3 to 3.0.11-1~deb12u2+fips
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.11-1~deb12u2+fips) over (3.0.17-1~deb12u3) ...
Setting up libssl-dev:amd64 (3.0.11-1~deb12u2+fips) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark hold libssl-dev
libssl-dev set on hold.
++ dpkg-deb -f target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=openssl
++ dpkg-deb -f target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb Version
+ PACKAGE_VERSION=3.0.11-1~deb12u2+fips
++ dpkg-query '--showformat=${Version}' --show openssl
+ INSTALLED_VERSION=3.0.17-1~deb12u2
+ '[' 3.0.17-1~deb12u2 '!=' '' ']'
+ '[' 3.0.17-1~deb12u2 '!=' 3.0.11-1~deb12u2+fips ']'
+ install_deb_package target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ basename_deb_packages=openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i openssl_3.0.11-1~deb12u2+fips_amd64.deb
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack openssl_3.0.11-1~deb12u2+fips_amd64.deb ...
Unpacking openssl (3.0.11-1~deb12u2+fips) over (3.0.11-1~deb12u2+fips) ...
Setting up openssl (3.0.11-1~deb12u2+fips) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f openssl_3.0.11-1~deb12u2+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark hold openssl
openssl set on hold.
++ dpkg-deb -f target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb Package
+ PACKAGE_NAME=symcrypt-openssl
++ dpkg-deb -f target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb Version
+ PACKAGE_VERSION=0.1
++ dpkg-query '--showformat=${Version}' --show symcrypt-openssl
dpkg-query: no packages found matching symcrypt-openssl
++ true
+ INSTALLED_VERSION=
+ '[' '' '!=' '' ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark hold symcrypt-openssl
symcrypt-openssl set on hold.
++ dpkg-deb -f target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-client
++ dpkg-deb -f target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb Version
+ PACKAGE_VERSION=1:9.2p1-2+deb12u5+fips
++ dpkg-query '--showformat=${Version}' --show openssh-client
+ INSTALLED_VERSION=1:9.2p1-2+deb12u7
+ '[' 1:9.2p1-2+deb12u7 '!=' '' ']'
+ '[' 1:9.2p1-2+deb12u7 '!=' 1:9.2p1-2+deb12u5+fips ']'
+ install_deb_package target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-client from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack openssh-client_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-client (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
Setting up openssh-client (1:9.2p1-2+deb12u5+fips) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f openssh-client_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark hold openssh-client
openssh-client set on hold.
++ dpkg-deb -f target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb Package
+ PACKAGE_NAME=ssh
++ dpkg-deb -f target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb Version
+ PACKAGE_VERSION=1:9.2p1-2+deb12u5+fips
++ dpkg-query '--showformat=${Version}' --show ssh
+ INSTALLED_VERSION=
+ '[' '' '!=' '' ']'
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark hold ssh
ssh set on hold.
++ dpkg-deb -f target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-sftp-server
++ dpkg-deb -f target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb Version
+ PACKAGE_VERSION=1:9.2p1-2+deb12u5+fips
++ dpkg-query '--showformat=${Version}' --show openssh-sftp-server
+ INSTALLED_VERSION=1:9.2p1-2+deb12u7
+ '[' 1:9.2p1-2+deb12u7 '!=' '' ']'
+ '[' 1:9.2p1-2+deb12u7 '!=' 1:9.2p1-2+deb12u5+fips ']'
+ install_deb_package target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-sftp-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-sftp-server (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
Setting up openssh-sftp-server (1:9.2p1-2+deb12u5+fips) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark hold openssh-sftp-server
openssh-sftp-server set on hold.
++ dpkg-deb -f target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-server
++ dpkg-deb -f target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb Version
+ PACKAGE_VERSION=1:9.2p1-2+deb12u5+fips
++ dpkg-query '--showformat=${Version}' --show openssh-server
+ INSTALLED_VERSION=1:9.2p1-2+deb12u7
+ '[' 1:9.2p1-2+deb12u7 '!=' '' ']'
+ '[' 1:9.2p1-2+deb12u7 '!=' 1:9.2p1-2+deb12u5+fips ']'
+ install_deb_package target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ deb_packages=target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ [[ -z target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ basename_deb_packages=openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
dpkg: warning: downgrading openssh-server from 1:9.2p1-2+deb12u7 to 1:9.2p1-2+deb12u5+fips
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack openssh-server_9.2p1-2+deb12u5+fips_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u5+fips) over (1:9.2p1-2+deb12u7) ...
Setting up openssh-server (1:9.2p1-2+deb12u5+fips) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of restart.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f openssh-server_9.2p1-2+deb12u5+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark hold openssh-server
openssh-server set on hold.
++ dpkg-deb -f target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb Package
+ PACKAGE_NAME=libk5crypto3
++ dpkg-deb -f target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb Version
+ PACKAGE_VERSION=1.20.1-2+deb12u1+fips
++ dpkg-query '--showformat=${Version}' --show libk5crypto3
+ INSTALLED_VERSION=1.20.1-2+deb12u4
+ '[' 1.20.1-2+deb12u4 '!=' '' ']'
+ '[' 1.20.1-2+deb12u4 '!=' 1.20.1-2+deb12u1+fips ']'
+ install_deb_package target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ [[ -z target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ basename_deb_packages=libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u1+fips) over (1.20.1-2+deb12u1+fips) ...
Setting up libk5crypto3:amd64 (1.20.1-2+deb12u1+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark hold libk5crypto3
libk5crypto3 set on hold.
+ sudo LANG=C chroot ./fsroot-broadcom-dnx depmod -a 6.1.0-29-2-amd64
+ install_deb_package_lazy target/debs/bookworm/platform-modules-s6000_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-s6000_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-s6000_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-s6000_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-s6000_1.1_amd64.deb
+ basename_deb_packages=platform-modules-s6000_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-s6000_1.1_amd64.deb
Selecting previously unselected package platform-modules-s6000.
(Reading database ... 52933 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) ...
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-s6000_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-s6000
(Reading database ... 52951 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-z9264f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-z9264f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-z9264f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-z9264f_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-z9264f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-z9264f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-z9264f_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9264f.
(Reading database ... 52933 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) ...
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-z9264f_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-z9264f
(Reading database ... 52947 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-s5212f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-s5212f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-s5212f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-s5212f_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-s5212f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-s5212f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-s5212f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5212f.
(Reading database ... 52933 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) ...
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-s5212f_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-s5212f
(Reading database ... 52948 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-s5224f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-s5224f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-s5224f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-s5224f_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-s5224f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-s5224f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-s5224f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5224f.
(Reading database ... 52933 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) ...
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-s5224f_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-s5224f
(Reading database ... 52948 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-s5232f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-s5232f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-s5232f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-s5232f_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-s5232f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-s5232f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-s5232f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5232f.
(Reading database ... 52933 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) ...
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-s5232f_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-s5232f
(Reading database ... 52947 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-s5248f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-s5248f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-s5248f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-s5248f_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-s5248f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-s5248f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-s5248f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5248f.
(Reading database ... 52933 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) ...
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-s5248f_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-s5248f
(Reading database ... 52947 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-z9332f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-z9332f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-z9332f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-z9332f_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-z9332f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-z9332f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-z9332f_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9332f.
(Reading database ... 52933 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) ...
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-z9332f_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-z9332f
(Reading database ... 52956 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-z9432f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-z9432f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-z9432f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-z9432f_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-z9432f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-z9432f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-z9432f_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9432f.
(Reading database ... 52933 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) ...
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-z9432f_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-z9432f
(Reading database ... 52948 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-s5296f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-s5296f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-s5296f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-s5296f_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-s5296f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-s5296f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-s5296f_1.1_amd64.deb
Selecting previously unselected package platform-modules-s5296f.
(Reading database ... 52933 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) ...
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-s5296f_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-s5296f
(Reading database ... 52945 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-z9100_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-z9100_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-z9100_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-z9100_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-z9100_1.1_amd64.deb
+ basename_deb_packages=platform-modules-z9100_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-z9100_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9100.
(Reading database ... 52933 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) ...
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-z9100_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-z9100
(Reading database ... 52953 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-s6100_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-s6100_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-s6100_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-s6100_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-s6100_1.1_amd64.deb
+ basename_deb_packages=platform-modules-s6100_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-s6100_1.1_amd64.deb
Selecting previously unselected package platform-modules-s6100.
(Reading database ... 52933 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) ...
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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-s6100_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-s6100
(Reading database ... 52979 files and directories currently installed.)
Removing platform-modules-s6100 (1.1) ...
Purging configuration files for platform-modules-s6100 (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-n3248pxe_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-n3248pxe_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-n3248pxe_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-n3248pxe_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-n3248pxe_1.1_amd64.deb
+ basename_deb_packages=platform-modules-n3248pxe_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-n3248pxe_1.1_amd64.deb
Selecting previously unselected package platform-modules-n3248pxe.
(Reading database ... 52933 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) ...
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-n3248pxe_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-n3248pxe
(Reading database ... 52948 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-n3248te_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-n3248te_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-n3248te_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-n3248te_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-n3248te_1.1_amd64.deb
+ basename_deb_packages=platform-modules-n3248te_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-n3248te_1.1_amd64.deb
Selecting previously unselected package platform-modules-n3248te.
(Reading database ... 52933 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) ...
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-n3248te_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-n3248te
(Reading database ... 52948 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-e3224f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-e3224f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-e3224f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-e3224f_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-e3224f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-e3224f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-e3224f_1.1_amd64.deb
Selecting previously unselected package platform-modules-e3224f.
(Reading database ... 52933 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) ...
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-e3224f_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dell_e3224f-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-e3224f
(Reading database ... 52948 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) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-z9664f_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-z9664f_1.1_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-z9664f_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-z9664f_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-z9664f_1.1_amd64.deb
+ basename_deb_packages=platform-modules-z9664f_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-z9664f_1.1_amd64.deb
Selecting previously unselected package platform-modules-z9664f.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-z9664f_1.1_amd64.deb ...
Unpacking platform-modules-z9664f (1.1) ...
dpkg: dependency problems prevent configuration of platform-modules-z9664f:
platform-modules-z9664f depends on linux-image-6.1.0-22-2-amd64-unsigned; however:
Package linux-image-6.1.0-22-2-amd64-unsigned is not installed.
dpkg: error processing package platform-modules-z9664f (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
platform-modules-z9664f
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f --download-only
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages will be REMOVED:
platform-modules-z9664f
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
1 not fully installed or removed.
After this operation, 908 kB disk space will be freed.
Download complete and in download only mode
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-z9664f_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-dell_z9664f-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-z9664f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-z9664f_1.1_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-dell_z9664f-r0/platform-modules-z9664f_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-z9664f
(Reading database ... 52956 files and directories currently installed.)
Removing platform-modules-z9664f (1.1) ...
Purging configuration files for platform-modules-z9664f (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7712-32x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7712-32x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7712-32x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7712-32x_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7712-32x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7712-32x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as7712-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7712-32x.
(Reading database ... 52933 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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as7712-32x_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as7712-32x
(Reading database ... 53099 files and directories currently installed.)
Removing sonic-platform-accton-as7712-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as7712-32x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as5712-54x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as5712-54x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as5712-54x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as5712-54x_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as5712-54x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as5712-54x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as5712-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5712-54x.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as5712-54x_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as5712-54x
(Reading database ... 53095 files and directories currently installed.)
Removing sonic-platform-accton-as5712-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as5712-54x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7816-64x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7816-64x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7816-64x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7816-64x_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7816-64x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7816-64x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as7816-64x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7816-64x.
(Reading database ... 52933 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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as7816-64x_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as7816-64x
(Reading database ... 53104 files and directories currently installed.)
Removing sonic-platform-accton-as7816-64x (1.1) ...
Purging configuration files for sonic-platform-accton-as7816-64x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7716-32x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7716-32x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7716-32x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7716-32x_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7716-32x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7716-32x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as7716-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7716-32x.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as7716-32x_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as7716-32x
(Reading database ... 53096 files and directories currently installed.)
Removing sonic-platform-accton-as7716-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as7716-32x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7312-54x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7312-54x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7312-54x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7312-54x_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7312-54x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7312-54x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as7312-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7312-54x.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as7312-54x_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as7312-54x
(Reading database ... 53095 files and directories currently installed.)
Removing sonic-platform-accton-as7312-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as7312-54x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7326-56x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7326-56x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7326-56x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7326-56x_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7326-56x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7326-56x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as7326-56x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7326-56x.
(Reading database ... 52933 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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as7326-56x_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as7326-56x
(Reading database ... 53110 files and directories currently installed.)
Removing sonic-platform-accton-as7326-56x (1.1) ...
Purging configuration files for sonic-platform-accton-as7326-56x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7716-32xb_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7716-32xb_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7716-32xb_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7716-32xb_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7716-32xb_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7716-32xb_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as7716-32xb_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7716-32xb.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as7716-32xb_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as7716-32xb
(Reading database ... 53099 files and directories currently installed.)
Removing sonic-platform-accton-as7716-32xb (1.1) ...
Purging configuration files for sonic-platform-accton-as7716-32xb (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as6712-32x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as6712-32x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as6712-32x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as6712-32x_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as6712-32x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as6712-32x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as6712-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as6712-32x.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as6712-32x_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as6712-32x
(Reading database ... 53094 files and directories currently installed.)
Removing sonic-platform-accton-as6712-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as6712-32x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7726-32x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7726-32x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7726-32x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7726-32x_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7726-32x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7726-32x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as7726-32x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7726-32x.
(Reading database ... 52933 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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as7726-32x_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as7726-32x
(Reading database ... 53110 files and directories currently installed.)
Removing sonic-platform-accton-as7726-32x (1.1) ...
Purging configuration files for sonic-platform-accton-as7726-32x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as4630-54pe_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as4630-54pe_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as4630-54pe_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as4630-54pe_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as4630-54pe_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as4630-54pe_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as4630-54pe_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as4630-54pe.
(Reading database ... 52933 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) ...
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.
modprobe: FATAL: Module ixgbe not found.
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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as4630-54pe_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as4630-54pe
(Reading database ... 53106 files and directories currently installed.)
Removing sonic-platform-accton-as4630-54pe (1.1) ...
Purging configuration files for sonic-platform-accton-as4630-54pe (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as4630-54te_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as4630-54te_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as4630-54te_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as4630-54te_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as4630-54te_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as4630-54te_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as4630-54te_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as4630-54te.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as4630-54te_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as4630-54te
(Reading database ... 53100 files and directories currently installed.)
Removing sonic-platform-accton-as4630-54te (1.1) ...
Purging configuration files for sonic-platform-accton-as4630-54te (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-minipack_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-minipack_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-minipack_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-minipack_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-minipack_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-minipack_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-minipack_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-minipack.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-minipack_1.1_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-accton_minipack-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-minipack
(Reading database ... 52950 files and directories currently installed.)
Removing sonic-platform-accton-minipack (1.1) ...
Purging configuration files for sonic-platform-accton-minipack (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as5812-54x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as5812-54x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as5812-54x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as5812-54x_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as5812-54x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as5812-54x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as5812-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5812-54x.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as5812-54x_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as5812-54x
(Reading database ... 53095 files and directories currently installed.)
Removing sonic-platform-accton-as5812-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as5812-54x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as5812-54t_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as5812-54t_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as5812-54t_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as5812-54t_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as5812-54t_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as5812-54t_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as5812-54t_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5812-54t.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as5812-54t_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as5812-54t
(Reading database ... 53095 files and directories currently installed.)
Removing sonic-platform-accton-as5812-54t (1.1) ...
Purging configuration files for sonic-platform-accton-as5812-54t (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as5835-54x_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as5835-54x_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as5835-54x_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as5835-54x_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as5835-54x_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as5835-54x_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as5835-54x_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5835-54x.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as5835-54x_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as5835-54x
(Reading database ... 53099 files and directories currently installed.)
Removing sonic-platform-accton-as5835-54x (1.1) ...
Purging configuration files for sonic-platform-accton-as5835-54x (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as9716-32d_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as9716-32d_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as9716-32d_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as9716-32d_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as9716-32d_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as9716-32d_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as9716-32d_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as9716-32d.
(Reading database ... 52933 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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as9716-32d_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as9716-32d
(Reading database ... 53108 files and directories currently installed.)
Removing sonic-platform-accton-as9716-32d (1.1) ...
Purging configuration files for sonic-platform-accton-as9716-32d (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as9726-32d_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as9726-32d_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as9726-32d_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as9726-32d_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as9726-32d_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as9726-32d_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as9726-32d_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as9726-32d.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as9726-32d_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as9726-32d
(Reading database ... 53098 files and directories currently installed.)
Removing sonic-platform-accton-as9726-32d (1.1) ...
Purging configuration files for sonic-platform-accton-as9726-32d (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as5835-54t_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as5835-54t_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as5835-54t_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as5835-54t_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as5835-54t_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as5835-54t_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as5835-54t_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as5835-54t.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as5835-54t_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as5835-54t
(Reading database ... 53098 files and directories currently installed.)
Removing sonic-platform-accton-as5835-54t (1.1) ...
Purging configuration files for sonic-platform-accton-as5835-54t (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7312-54xs_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7312-54xs_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7312-54xs_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7312-54xs_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7312-54xs_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7312-54xs_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as7312-54xs_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7312-54xs.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as7312-54xs_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as7312-54xs
(Reading database ... 53094 files and directories currently installed.)
Removing sonic-platform-accton-as7312-54xs (1.1) ...
Purging configuration files for sonic-platform-accton-as7312-54xs (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-accton-as7315-27xb_1.1_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-accton-as7315-27xb_1.1_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-accton-as7315-27xb_1.1_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-accton-as7315-27xb_1.1_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-accton-as7315-27xb_1.1_amd64.deb
+ basename_deb_packages=sonic-platform-accton-as7315-27xb_1.1_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-accton-as7315-27xb_1.1_amd64.deb
Selecting previously unselected package sonic-platform-accton-as7315-27xb.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-accton-as7315-27xb_1.1_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-accton-as7315-27xb
(Reading database ... 53094 files and directories currently installed.)
Removing sonic-platform-accton-as7315-27xb (1.1) ...
Purging configuration files for sonic-platform-accton-as7315-27xb (1.1) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-dx010_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-dx010_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-dx010_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-dx010_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-dx010_1.0_amd64.deb
+ basename_deb_packages=platform-modules-dx010_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-dx010_1.0_amd64.deb
Selecting previously unselected package platform-modules-dx010.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-dx010_1.0_amd64.deb ...
Unpacking platform-modules-dx010 (1.0) ...
Setting up platform-modules-dx010 (1.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
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'
Traceback (most recent call last):
File "/usr/local/bin/sonic-cfggen", line 530, in
main()
File "/usr/local/bin/sonic-cfggen", line 478, in main
asic_sensors = get_asic_sensors_config()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/asic_sensors_config.py", line 26, in get_asic_sensors_config
platform_path = device_info.get_path_to_platform_dir()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/sonic_py_common/device_info.py", line 257, in get_path_to_platform_dir
platform_path_host = os.path.join(HOST_DEVICE_PATH, platform)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 90, in join
File "", line 152, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-dx010_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-cel_seastone-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-dx010_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-dx010_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-cel_seastone-r0/platform-modules-dx010_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-dx010
(Reading database ... 52948 files and directories currently installed.)
Removing platform-modules-dx010 (1.0) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-dx010 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-haliburton_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-haliburton_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-haliburton_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-haliburton_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-haliburton_1.0_amd64.deb
+ basename_deb_packages=platform-modules-haliburton_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-haliburton_1.0_amd64.deb
Selecting previously unselected package platform-modules-haliburton.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-haliburton_1.0_amd64.deb ...
Unpacking platform-modules-haliburton (1.0) ...
Setting up platform-modules-haliburton (1.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
sudo: unable to resolve host c64df8daca2c: Name or service not known
sudo: unable to resolve host c64df8daca2c: Name or service not known
sudo: unable to resolve host c64df8daca2c: Name or service not known
sudo: unable to resolve host c64df8daca2c: Name or service not known
Traceback (most recent call last):
File "/usr/local/bin/sonic-cfggen", line 530, in
main()
File "/usr/local/bin/sonic-cfggen", line 478, in main
asic_sensors = get_asic_sensors_config()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/asic_sensors_config.py", line 26, in get_asic_sensors_config
platform_path = device_info.get_path_to_platform_dir()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/sonic_py_common/device_info.py", line 257, in get_path_to_platform_dir
platform_path_host = os.path.join(HOST_DEVICE_PATH, platform)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 90, in join
File "", line 152, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-haliburton_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-cel_e1031-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-haliburton_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-haliburton_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-cel_e1031-r0/platform-modules-haliburton_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-haliburton
(Reading database ... 52951 files and directories currently installed.)
Removing platform-modules-haliburton (1.0) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-haliburton (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-seastone2_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-seastone2_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-seastone2_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-seastone2_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-seastone2_1.0_amd64.deb
+ basename_deb_packages=platform-modules-seastone2_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-seastone2_1.0_amd64.deb
Selecting previously unselected package platform-modules-seastone2.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-seastone2_1.0_amd64.deb ...
Unpacking platform-modules-seastone2 (1.0) ...
Setting up platform-modules-seastone2 (1.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
Traceback (most recent call last):
File "/usr/local/bin/sonic-cfggen", line 530, in
main()
File "/usr/local/bin/sonic-cfggen", line 478, in main
asic_sensors = get_asic_sensors_config()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/asic_sensors_config.py", line 26, in get_asic_sensors_config
platform_path = device_info.get_path_to_platform_dir()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/sonic_py_common/device_info.py", line 257, in get_path_to_platform_dir
platform_path_host = os.path.join(HOST_DEVICE_PATH, platform)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 90, in join
File "", line 152, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-seastone2_1.0_amd64.deb
+ 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/bookworm/platform-modules-seastone2_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-seastone2_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-cel_seastone_2-r0/platform-modules-seastone2_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-seastone2
(Reading database ... 52944 files and directories currently installed.)
Removing platform-modules-seastone2 (1.0) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-seastone2 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-ds3000_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-ds3000_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-ds3000_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-ds3000_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-ds3000_1.0_amd64.deb
+ basename_deb_packages=platform-modules-ds3000_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-ds3000_1.0_amd64.deb
Selecting previously unselected package platform-modules-ds3000.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-ds3000_1.0_amd64.deb ...
Unpacking platform-modules-ds3000 (1.0) ...
dpkg: dependency problems prevent configuration of platform-modules-ds3000:
platform-modules-ds3000 depends on linux-image-6.1.0-11-2-amd64-unsigned; however:
Package linux-image-6.1.0-11-2-amd64-unsigned is not installed.
dpkg: error processing package platform-modules-ds3000 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
platform-modules-ds3000
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f --download-only
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages will be REMOVED:
platform-modules-ds3000
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
1 not fully installed or removed.
After this operation, 3791 kB disk space will be freed.
Download complete and in download only mode
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-ds3000_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-cel_ds3000-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-ds3000_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-ds3000_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-cel_ds3000-r0/platform-modules-ds3000_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-ds3000
(Reading database ... 52950 files and directories currently installed.)
Removing platform-modules-ds3000 (1.0) ...
Purging configuration files for platform-modules-ds3000 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-ds1000_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-ds1000_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-ds1000_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-ds1000_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-ds1000_1.0_amd64.deb
+ basename_deb_packages=platform-modules-ds1000_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-ds1000_1.0_amd64.deb
Selecting previously unselected package platform-modules-ds1000.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-ds1000_1.0_amd64.deb ...
Unpacking platform-modules-ds1000 (1.0) ...
dpkg: dependency problems prevent configuration of platform-modules-ds1000:
platform-modules-ds1000 depends on linux-image-6.1.0-11-2-amd64-unsigned; however:
Package linux-image-6.1.0-11-2-amd64-unsigned is not installed.
dpkg: error processing package platform-modules-ds1000 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
platform-modules-ds1000
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f --download-only
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages will be REMOVED:
platform-modules-ds1000
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
1 not fully installed or removed.
After this operation, 1068 kB disk space will be freed.
Download complete and in download only mode
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-ds1000_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-cel_ds1000-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-ds1000_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-ds1000_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-cel_ds1000-r0/platform-modules-ds1000_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-ds1000
(Reading database ... 52944 files and directories currently installed.)
Removing platform-modules-ds1000 (1.0) ...
Purging configuration files for platform-modules-ds1000 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-questone2_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-questone2_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-questone2_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-questone2_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-questone2_1.0_amd64.deb
+ basename_deb_packages=platform-modules-questone2_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-questone2_1.0_amd64.deb
Selecting previously unselected package platform-modules-questone2.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-questone2_1.0_amd64.deb ...
Unpacking platform-modules-questone2 (1.0) ...
dpkg: dependency problems prevent configuration of platform-modules-questone2:
platform-modules-questone2 depends on linux-image-6.1.0-11-2-amd64-unsigned; however:
Package linux-image-6.1.0-11-2-amd64-unsigned is not installed.
dpkg: error processing package platform-modules-questone2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
platform-modules-questone2
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f --download-only
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages will be REMOVED:
platform-modules-questone2
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
1 not fully installed or removed.
After this operation, 1310 kB disk space will be freed.
Download complete and in download only mode
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-questone2_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-cel_questone_2-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-questone2_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-questone2_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-cel_questone_2-r0/platform-modules-questone2_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-questone2
(Reading database ... 52947 files and directories currently installed.)
Removing platform-modules-questone2 (1.0) ...
Purging configuration files for platform-modules-questone2 (1.0) ...
dpkg: warning: while removing platform-modules-questone2, directory '/usr/local/etc' not empty so not removed
+ install_deb_package_lazy target/debs/bookworm/platform-modules-silverstone-v2_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-silverstone-v2_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-silverstone-v2_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-silverstone-v2_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-silverstone-v2_1.0_amd64.deb
+ basename_deb_packages=platform-modules-silverstone-v2_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-silverstone-v2_1.0_amd64.deb
Selecting previously unselected package platform-modules-silverstone-v2.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-silverstone-v2_1.0_amd64.deb ...
Unpacking platform-modules-silverstone-v2 (1.0) ...
dpkg: dependency problems prevent configuration of platform-modules-silverstone-v2:
platform-modules-silverstone-v2 depends on linux-image-6.1.0-11-2-amd64-unsigned; however:
Package linux-image-6.1.0-11-2-amd64-unsigned is not installed.
dpkg: error processing package platform-modules-silverstone-v2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
platform-modules-silverstone-v2
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get -y install -f --download-only
Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages will be REMOVED:
platform-modules-silverstone-v2
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
1 not fully installed or removed.
After this operation, 93.2 kB disk space will be freed.
Download complete and in download only mode
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-silverstone-v2_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-cel_silverstone_v2-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-silverstone-v2_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-silverstone-v2_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-cel_silverstone_v2-r0/platform-modules-silverstone-v2_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-silverstone-v2
(Reading database ... 52951 files and directories currently installed.)
Removing platform-modules-silverstone-v2 (1.0) ...
Purging configuration files for platform-modules-silverstone-v2 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-ds2000_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-ds2000_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-ds2000_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-ds2000_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-ds2000_1.0_amd64.deb
+ basename_deb_packages=platform-modules-ds2000_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-ds2000_1.0_amd64.deb
Selecting previously unselected package platform-modules-ds2000.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-ds2000_1.0_amd64.deb ...
Unpacking platform-modules-ds2000 (1.0) ...
Setting up platform-modules-ds2000 (1.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'
Created symlink /etc/systemd/system/multi-user.target.wants/ds2000-pddf-platform-monitor.service -> /lib/systemd/system/ds2000-pddf-platform-monitor.service.
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-ds2000_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-cel_ds2000-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-ds2000_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-ds2000_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-cel_ds2000-r0/platform-modules-ds2000_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-ds2000
(Reading database ... 52954 files and directories currently installed.)
Removing platform-modules-ds2000 (1.0) ...
Purging configuration files for platform-modules-ds2000 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix1b-32x.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-quanta-ix1b-32x_1.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-quanta-ix1b-32x
(Reading database ... 52968 files and directories currently installed.)
Removing sonic-platform-quanta-ix1b-32x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix1b-32x (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-quanta-ix7-32x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-quanta-ix7-32x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-quanta-ix7-32x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-quanta-ix7-32x_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-quanta-ix7-32x_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-quanta-ix7-32x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-quanta-ix7-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix7-32x.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-quanta-ix7-32x_1.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-quanta-ix7-32x
(Reading database ... 52969 files and directories currently installed.)
Removing sonic-platform-quanta-ix7-32x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix7-32x (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix7-bwde-32x.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-quanta-ix7-bwde-32x_1.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-quanta-ix7-bwde-32x
(Reading database ... 52969 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) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-quanta-ix8-56x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-quanta-ix8-56x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-quanta-ix8-56x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-quanta-ix8-56x_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-quanta-ix8-56x_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-quanta-ix8-56x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-quanta-ix8-56x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix8-56x.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-quanta-ix8-56x_1.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-quanta-ix8-56x
(Reading database ... 52969 files and directories currently installed.)
Removing sonic-platform-quanta-ix8-56x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix8-56x (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix8a-bwde-56x.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-quanta-ix8a-bwde-56x_1.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-quanta-ix8a-bwde-56x
(Reading database ... 52969 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) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix8c-56x.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-quanta-ix8c-56x_1.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-quanta-ix8c-56x
(Reading database ... 52969 files and directories currently installed.)
Removing sonic-platform-quanta-ix8c-56x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix8c-56x (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-quanta-ix9-32x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-quanta-ix9-32x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-quanta-ix9-32x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-quanta-ix9-32x_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-quanta-ix9-32x_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-quanta-ix9-32x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-quanta-ix9-32x_1.0_amd64.deb
Selecting previously unselected package sonic-platform-quanta-ix9-32x.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-quanta-ix9-32x_1.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-quanta-ix9-32x
(Reading database ... 52969 files and directories currently installed.)
Removing sonic-platform-quanta-ix9-32x (1.0) ...
Purging configuration files for sonic-platform-quanta-ix9-32x (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-snh60a0-320fv2.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-alphanetworks-snh60a0-320fv2_1.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-alphanetworks-snh60a0-320fv2
(Reading database ... 52935 files and directories currently installed.)
Removing sonic-platform-alphanetworks-snh60a0-320fv2 (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-snh60a0-320fv2 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-snh60b0-640f.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-alphanetworks-snh60b0-640f_1.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-alphanetworks-snh60b0-640f
(Reading database ... 52935 files and directories currently installed.)
Removing sonic-platform-alphanetworks-snh60b0-640f (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-snh60b0-640f (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-snj60d0-320f.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-alphanetworks-snj60d0-320f_1.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-alphanetworks-snj60d0-320f
(Reading database ... 52972 files and directories currently installed.)
Removing sonic-platform-alphanetworks-snj60d0-320f (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-snj60d0-320f (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
Selecting previously unselected package sonic-platform-alphanetworks-bes2348t.
(Reading database ... 52933 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.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-alphanetworks-bes2348t_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-alphanetworks_bes2348t-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-alphanetworks-bes2348t
(Reading database ... 52938 files and directories currently installed.)
Removing sonic-platform-alphanetworks-bes2348t (1.0) ...
Purging configuration files for sonic-platform-alphanetworks-bes2348t (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-silverstone_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-silverstone_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-silverstone_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-silverstone_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-silverstone_1.0_amd64.deb
+ basename_deb_packages=platform-modules-silverstone_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-silverstone_1.0_amd64.deb
Selecting previously unselected package platform-modules-silverstone.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-silverstone_1.0_amd64.deb ...
Unpacking platform-modules-silverstone (1.0) ...
Setting up platform-modules-silverstone (1.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
Traceback (most recent call last):
File "/usr/local/bin/sonic-cfggen", line 530, in
main()
File "/usr/local/bin/sonic-cfggen", line 478, in main
asic_sensors = get_asic_sensors_config()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/asic_sensors_config.py", line 26, in get_asic_sensors_config
platform_path = device_info.get_path_to_platform_dir()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/sonic_py_common/device_info.py", line 257, in get_path_to_platform_dir
platform_path_host = os.path.join(HOST_DEVICE_PATH, platform)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 90, in join
File "", line 152, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-silverstone_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-cel_silverstone-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-silverstone_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-silverstone_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-cel_silverstone-r0/platform-modules-silverstone_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-silverstone
(Reading database ... 52941 files and directories currently installed.)
Removing platform-modules-silverstone (1.0) ...
Running in chroot, ignoring request.
invoke-rc.d: policy-rc.d denied execution of stop.
Purging configuration files for platform-modules-silverstone (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-chassis_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-nokia-chassis_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-chassis.
(Reading database ... 52933 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) ...
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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-nokia-chassis_1.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-nokia-chassis
(Reading database ... 53029 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
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-nokia-chassis_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-chassis_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-nokia-chassis_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-chassis.
(Reading database ... 52933 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) ...
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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-nokia-chassis_1.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-nokia-chassis
(Reading database ... 53029 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
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7220d4_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-nokia-ixr7220d4_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7220d4.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7220d4_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7220d4 (1.0) ...
Setting up sonic-platform-nokia-ixr7220d4 (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/d4_platform_init.service -> /etc/systemd/system/d4_platform_init.service.
Running in chroot, ignoring command 'start'
Created symlink /etc/systemd/system/multi-user.target.wants/ports_notify.service -> /etc/systemd/system/ports_notify.service.
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-nokia-ixr7220d4_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7220_d4-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7220d4_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7220_d4-r0/sonic-platform-nokia-ixr7220d4_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-nokia-ixr7220d4
(Reading database ... 53006 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7220d4 (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7220d4 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7220h3_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-nokia-ixr7220h3_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7220h3.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7220h3_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7220h3 (1.0) ...
Setting up sonic-platform-nokia-ixr7220h3 (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ixr7220h3_platform_init.service -> /etc/systemd/system/ixr7220h3_platform_init.service.
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-nokia-ixr7220h3_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7220_h3-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7220h3_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7220_h3-r0/sonic-platform-nokia-ixr7220h3_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-nokia-ixr7220h3
(Reading database ... 52998 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7220h3 (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7220h3 (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7220h4-32d.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7220h4-32d (1.0) ...
Setting up sonic-platform-nokia-ixr7220h4-32d (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/h4_32d_platform_init.service -> /etc/systemd/system/h4_32d_platform_init.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7220_h4_32d-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7220h4-32d_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7220_h4_32d-r0/sonic-platform-nokia-ixr7220h4-32d_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-nokia-ixr7220h4-32d
(Reading database ... 53006 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7220h4-32d (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7220h4-32d (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7220h4-64d.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7220h4-64d (1.0) ...
Setting up sonic-platform-nokia-ixr7220h4-64d (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/h4_64d_platform_init.service -> /etc/systemd/system/h4_64d_platform_init.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7220_h4-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7220h4-64d_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7220_h4-r0/sonic-platform-nokia-ixr7220h4-64d_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-nokia-ixr7220h4-64d
(Reading database ... 53007 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7220h4-64d (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7220h4-64d (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7220h5-64o.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7220h5-64o (1.0) ...
Setting up sonic-platform-nokia-ixr7220h5-64o (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/h5_64o_platform_init.service -> /etc/systemd/system/h5_64o_platform_init.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7220_h5_64o-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7220h5-64o_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7220_h5_64o-r0/sonic-platform-nokia-ixr7220h5-64o_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-nokia-ixr7220h5-64o
(Reading database ... 53007 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7220h5-64o (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7220h5-64o (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7220h5-64d.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7220h5-64d (1.0) ...
Setting up sonic-platform-nokia-ixr7220h5-64d (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/h5_64d_platform_init.service -> /etc/systemd/system/h5_64d_platform_init.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7220_h5_64d-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7220h5-64d_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7220_h5_64d-r0/sonic-platform-nokia-ixr7220h5-64d_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-nokia-ixr7220h5-64d
(Reading database ... 53007 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7220h5-64d (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7220h5-64d (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7220h5-32d.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7220h5-32d (1.0) ...
Setting up sonic-platform-nokia-ixr7220h5-32d (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/h5_32d_platform_init.service -> /etc/systemd/system/h5_32d_platform_init.service.
Running in chroot, ignoring command 'start'
Running in chroot, ignoring command 'start'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7220_h5_32d-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7220h5-32d_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7220_h5_32d-r0/sonic-platform-nokia-ixr7220h5-32d_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-nokia-ixr7220h5-32d
(Reading database ... 53007 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7220h5-32d (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7220h5-32d (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7250x1b.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7250x1b (1.0) ...
Setting up sonic-platform-nokia-ixr7250x1b (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ixr7250x1b_platform_init.service -> /etc/systemd/system/ixr7250x1b_platform_init.service.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7250_x1b-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7250x1b_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7250_x1b-r0/sonic-platform-nokia-ixr7250x1b_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-nokia-ixr7250x1b
(Reading database ... 53008 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7250x1b (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7250x1b (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb
+ basename_deb_packages=sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb
Selecting previously unselected package sonic-platform-nokia-ixr7250x3b.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb ...
Unpacking sonic-platform-nokia-ixr7250x3b (1.0) ...
Setting up sonic-platform-nokia-ixr7250x3b (1.0) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ixr7250x3b_platform_init.service -> /etc/systemd/system/ixr7250x3b_platform_init.service.
Created symlink /etc/systemd/system/multi-user.target.wants/nokia-watchdog.service -> /etc/systemd/system/nokia-watchdog.service.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7250_x3b-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-nokia-ixr7250x3b_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-nokia_ixr7250_x3b-r0/sonic-platform-nokia-ixr7250x3b_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-nokia-ixr7250x3b
(Reading database ... 53008 files and directories currently installed.)
Removing sonic-platform-nokia-ixr7250x3b (1.0) ...
Purging configuration files for sonic-platform-nokia-ixr7250x3b (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s6301-56st.
(Reading database ... 52933 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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-ufispace-s6301-56st_1.0.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-ufispace-s6301-56st
(Reading database ... 52941 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) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s7801-54xs.
(Reading database ... 52933 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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-ufispace-s7801-54xs_1.0.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-ufispace-s7801-54xs
(Reading database ... 52942 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) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s8901-54xc.
(Reading database ... 52933 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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-ufispace-s8901-54xc_1.0.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-ufispace-s8901-54xc
(Reading database ... 52942 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) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9110-32x.
(Reading database ... 52933 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
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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-ufispace-s9110-32x_1.0.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-ufispace-s9110-32x
(Reading database ... 52943 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".
Purging configuration files for sonic-platform-ufispace-s9110-32x (1.0.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9300-32d.
(Reading database ... 52933 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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-ufispace-s9300-32d_1.0.0_amd64.deb
+ 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/bookworm/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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-ufispace-s9300-32d
(Reading database ... 52942 files and directories currently installed.)
Removing sonic-platform-ufispace-s9300-32d (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-s9300-32d (1.0.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9301-32d.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s9301-32d (1.0.0) ...
Setting up sonic-platform-ufispace-s9301-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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s9301_32d-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s9301-32d_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s9301_32d-r0/sonic-platform-ufispace-s9301-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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-ufispace-s9301-32d
(Reading database ... 52942 files and directories currently installed.)
Removing sonic-platform-ufispace-s9301-32d (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-s9301-32d (1.0.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9301-32db.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s9301-32db (1.0.0) ...
Setting up sonic-platform-ufispace-s9301-32db (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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s9301_32db-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s9301-32db_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s9301_32db-r0/sonic-platform-ufispace-s9301-32db_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-ufispace-s9301-32db
(Reading database ... 52942 files and directories currently installed.)
Removing sonic-platform-ufispace-s9301-32db (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-s9301-32db (1.0.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9321-64e.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s9321-64e (1.0.0) ...
Setting up sonic-platform-ufispace-s9321-64e (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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s9321_64e-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s9321-64e_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s9321_64e-r0/sonic-platform-ufispace-s9321-64e_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-ufispace-s9321-64e
(Reading database ... 52943 files and directories currently installed.)
Removing sonic-platform-ufispace-s9321-64e (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-s9321-64e (1.0.0) ...
+ install_deb_package_lazy target/debs/bookworm/sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb
+ deb_packages=target/debs/bookworm/sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb
+ [[ -z target/debs/bookworm/sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb
+ basename_deb_packages=sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb
Selecting previously unselected package sonic-platform-ufispace-s9321-64eo.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb ...
Unpacking sonic-platform-ufispace-s9321-64eo (1.0.0) ...
Setting up sonic-platform-ufispace-s9321-64eo (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'
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s9321_64eo-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/sonic-platform-ufispace-s9321-64eo_1.0.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-ufispace_s9321_64eo-r0/sonic-platform-ufispace-s9321-64eo_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P sonic-platform-ufispace-s9321-64eo
(Reading database ... 52943 files and directories currently installed.)
Removing sonic-platform-ufispace-s9321-64eo (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-s9321-64eo (1.0.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6510-48v8c.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6510-48v8c (1.0) ...
Setting up platform-modules-micas-m2-w6510-48v8c (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6510-48v8c-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6510-48v8c_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6510-48v8c-r0/platform-modules-micas-m2-w6510-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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-micas-m2-w6510-48v8c
(Reading database ... 53099 files and directories currently installed.)
Removing platform-modules-micas-m2-w6510-48v8c (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6510-48v8c (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6510-48gt4v.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6510-48gt4v (1.0) ...
Setting up platform-modules-micas-m2-w6510-48gt4v (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/set-eth-mac.service -> /lib/systemd/system/set-eth-mac.service.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6510-48gt4v-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6510-48gt4v_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6510-48gt4v-r0/platform-modules-micas-m2-w6510-48gt4v_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-micas-m2-w6510-48gt4v
(Reading database ... 53100 files and directories currently installed.)
Removing platform-modules-micas-m2-w6510-48gt4v (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6510-48gt4v (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6520-24dc8qc.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6520-24dc8qc (1.0) ...
Setting up platform-modules-micas-m2-w6520-24dc8qc (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6520-24dc8qc-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6520-24dc8qc_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6520-24dc8qc-r0/platform-modules-micas-m2-w6520-24dc8qc_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-micas-m2-w6520-24dc8qc
(Reading database ... 53098 files and directories currently installed.)
Removing platform-modules-micas-m2-w6520-24dc8qc (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6520-24dc8qc (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6940-128qc.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6940-128qc (1.0) ...
Setting up platform-modules-micas-m2-w6940-128qc (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6940-128qc-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6940-128qc_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6940-128qc-r0/platform-modules-micas-m2-w6940-128qc_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-micas-m2-w6940-128qc
(Reading database ... 53098 files and directories currently installed.)
Removing platform-modules-micas-m2-w6940-128qc (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6940-128qc (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6930-64qc.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6930-64qc (1.0) ...
Setting up platform-modules-micas-m2-w6930-64qc (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6930-64qc-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6930-64qc_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6930-64qc-r0/platform-modules-micas-m2-w6930-64qc_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-micas-m2-w6930-64qc
(Reading database ... 53103 files and directories currently installed.)
Removing platform-modules-micas-m2-w6930-64qc (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6930-64qc (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6940-64oc.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6940-64oc (1.0) ...
Setting up platform-modules-micas-m2-w6940-64oc (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6940-64oc-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6940-64oc_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6940-64oc-r0/platform-modules-micas-m2-w6940-64oc_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-micas-m2-w6940-64oc
(Reading database ... 53107 files and directories currently installed.)
Removing platform-modules-micas-m2-w6940-64oc (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6940-64oc (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6920-32qc2x.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6920-32qc2x (1.0) ...
Setting up platform-modules-micas-m2-w6920-32qc2x (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/set-eth-mac.service -> /lib/systemd/system/set-eth-mac.service.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6920-32qc2x-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6920-32qc2x_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6920-32qc2x-r0/platform-modules-micas-m2-w6920-32qc2x_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-micas-m2-w6920-32qc2x
(Reading database ... 53103 files and directories currently installed.)
Removing platform-modules-micas-m2-w6920-32qc2x (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6920-32qc2x (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6510-32c_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-micas-m2-w6510-32c_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6510-32c.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6510-32c_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6510-32c (1.0) ...
Setting up platform-modules-micas-m2-w6510-32c (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-micas-m2-w6510-32c_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6510-32c-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6510-32c_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6510-32c-r0/platform-modules-micas-m2-w6510-32c_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-micas-m2-w6510-32c
(Reading database ... 53099 files and directories currently installed.)
Removing platform-modules-micas-m2-w6510-32c (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6510-32c (1.0) ...
+ install_deb_package_lazy target/debs/bookworm/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb
+ deb_packages=target/debs/bookworm/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb
+ [[ -z target/debs/bookworm/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb ]]
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb
+ basename_deb_packages=platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb
Selecting previously unselected package platform-modules-micas-m2-w6520-48c8qc.
(Reading database ... 52933 files and directories currently installed.)
Preparing to unpack platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb ...
Unpacking platform-modules-micas-m2-w6520-48c8qc (1.0) ...
Setting up platform-modules-micas-m2-w6520-48c8qc (1.0) ...
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.
Created symlink /etc/systemd/system/multi-user.target.wants/subnetwork.service -> /lib/systemd/system/subnetwork.service.
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6520-48c8qc-r0
+ sudo mkdir -p ./fsroot-broadcom-dnx/platform/common
+ sudo cp target/debs/bookworm/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/common/
+ sudo ln -sf ../common/platform-modules-micas-m2-w6520-48c8qc_1.0_amd64.deb ./fsroot-broadcom-dnx/platform/x86_64-micas_m2-w6520-48c8qc-r0/platform-modules-micas-m2-w6520-48c8qc_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 LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -P platform-modules-micas-m2-w6520-48c8qc
(Reading database ... 53100 files and directories currently installed.)
Removing platform-modules-micas-m2-w6520-48c8qc (1.0) ...
Purging configuration files for platform-modules-micas-m2-w6520-48c8qc (1.0) ...
++ wc -l
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/platform-modules-ds1000_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-ds2000_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-ds3000_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-dx010_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-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_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-micas-m2-w6510-32c_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-micas-m2-w6510-48gt4v_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-micas-m2-w6510-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-micas-m2-w6520-24dc8qc_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-micas-m2-w6520-48c8qc_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-micas-m2-w6920-32qc2x_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-micas-m2-w6930-64qc_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-micas-m2-w6940-128qc_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-micas-m2-w6940-64oc_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-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-questone2_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_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-silverstone-v2_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-silverstone_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-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/platform-modules-z9664f_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-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-nokia-ixr7220d4_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-nokia-ixr7220h3_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-nokia-ixr7220h4-32d_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-nokia-ixr7220h4-64d_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-nokia-ixr7220h5-32d_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-nokia-ixr7220h5-64d_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-nokia-ixr7220h5-64o_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-nokia-ixr7250x1b_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-nokia-ixr7250x3b_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:'
++ for f in $FILESYSTEM_ROOT/$PLATFORM_DIR/common/*.deb
++ sudo dpkg -I ./fsroot-broadcom-dnx/platform/common/sonic-platform-ufispace-s9301-32d_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-s9301-32db_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-s9321-64e_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-s9321-64eo_1.0.0_amd64.deb
++ grep 'Depends:\|Pre-Depends:'
+ '[' 28 -gt 0 ']'
+ cd ./fsroot-broadcom-dnx/platform/common
+ sudo dpkg-scanpackages .
+ sudo gzip
+ sudo tee Packages.gz
dpkg-scanpackages: info: Wrote 83 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 12 (bookworm) (containerized)
OSType: linux
Architecture: x86_64
CPUs: 112
Total Memory: 503.3GiB
Name: c64df8daca2c
ID: 6c8526f7-a363-481d-97e6-645934d95ef8
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-auditd-watchdog.gz
Loaded image: docker-auditd-watchdog:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-auditd-watchdog:latest docker-auditd-watchdog:etri-202505.13-0216238cd
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-auditd-watchdog: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": "auditd_watchdog"
},
"service": {
"name": "auditd_watchdog",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": false,
"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-auditd.gz
Loaded image: docker-auditd:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-auditd:latest docker-auditd:etri-202505.13-0216238cd
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-auditd: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": "auditd"
},
"service": {
"name": "auditd",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": false,
"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-bmp-watchdog.gz
Loaded image: docker-bmp-watchdog:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-bmp-watchdog:latest docker-bmp-watchdog:etri-202505.13-0216238cd
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-bmp-watchdog: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": "bmp_watchdog"
},
"service": {
"name": "bmp_watchdog",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": false,
"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-sonic-bmp.gz
Loaded image: docker-sonic-bmp:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-sonic-bmp:latest docker-sonic-bmp:etri-202505.13-0216238cd
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-sonic-bmp: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": "bmp"
},
"service": {
"name": "bmp",
"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-dash-ha.gz
Loaded image: docker-dash-ha:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-dash-ha:latest docker-dash-ha:etri-202505.13-0216238cd
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-dash-ha: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": "dash-ha"
},
"service": {
"name": "dash-ha",
"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 '' ]]
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-gnmi-watchdog.gz
Loaded image: docker-gnmi-watchdog:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-gnmi-watchdog:latest docker-gnmi-watchdog:etri-202505.13-0216238cd
+ jq '.[0].Config.Labels["com.azure.sonic.manifest"]' -r
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-gnmi-watchdog:latest
+ jq -e . /tmp/manifest.json
{
"version": "1.0.0",
"package": {
"version": "1.0.0",
"depends": [],
"name": "gnmi_watchdog"
},
"service": {
"name": "gnmi_watchdog",
"requires": [],
"after": [],
"before": [],
"dependent-of": [],
"asic-service": false,
"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-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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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": false,
"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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-sysmgr.gz
Loaded image: docker-sysmgr:latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-sysmgr:latest docker-sysmgr:etri-202505.13-0216238cd
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker inspect docker-sysmgr: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": "sysmgr"
},
"service": {
"name": "sysmgr",
"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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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-202505.13-0216238cd
+ 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": ""
}
}
+ [[ broadcom == pensando ]]
+ 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
{
"auditd_watchdog": {
"repository": "docker-auditd-watchdog",
"description": "SONiC auditd_watchdog package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"auditd": {
"repository": "docker-auditd",
"description": "SONiC auditd package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"bmp_watchdog": {
"repository": "docker-bmp-watchdog",
"description": "SONiC bmp_watchdog package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"bmp": {
"repository": "docker-sonic-bmp",
"description": "SONiC bmp package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"dash-ha": {
"repository": "docker-dash-ha",
"description": "SONiC dash-ha package",
"default-reference": "1.0.0",
"installed-version": "1.0.0",
"built-in": true,
"installed": true
},
"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_watchdog": {
"repository": "docker-gnmi-watchdog",
"description": "SONiC gnmi_watchdog 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
},
"sysmgr": {
"repository": "docker-sysmgr",
"description": "SONiC sysmgr 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/default_manifest ./fsroot-broadcom-dnx//var/lib/sonic-package-manager//default_manifest
+ sudo mkdir -p ./fsroot-broadcom-dnx//var/lib/sonic-package-manager//manifests
+ 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 {'auditd_watchdog': Package(entry=PackageEntry(name='auditd_watchdog', repository='docker-auditd-watchdog', description='SONiC auditd_watchdog package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'auditd_watchdog', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'auditd_watchdog', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', '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=[])), 'auditd': Package(entry=PackageEntry(name='auditd', repository='docker-auditd', description='SONiC auditd package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'auditd', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'auditd', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', '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=[])), 'bmp_watchdog': Package(entry=PackageEntry(name='bmp_watchdog', repository='docker-bmp-watchdog', description='SONiC bmp_watchdog package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'bmp_watchdog', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'bmp_watchdog', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', '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=[])), 'bmp': Package(entry=PackageEntry(name='bmp', repository='docker-sonic-bmp', description='SONiC bmp package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'bmp', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'bmp', '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, 'type': '', '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=[])), 'dash-ha': Package(entry=PackageEntry(name='dash-ha', repository='docker-dash-ha', description='SONiC dash-ha package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'dash-ha', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'dash-ha', '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, 'type': '', '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={'dash-ha': Version('1.0.0'), 'libsairedis': Version('1.0.0'), 'libswsscommon': Version('1.0.0')}, yang_modules=[])), '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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_watchdog': Package(entry=PackageEntry(name='gnmi_watchdog', repository='docker-gnmi-watchdog', description='SONiC gnmi_watchdog package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'gnmi_watchdog', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'gnmi_watchdog', 'requires': [], 'requisite': [], 'wanted-by': [], 'after': [], 'before': [], 'dependent': [], 'dependent-of': [], 'post-start-action': '', 'pre-shutdown-action': '', 'asic-service': False, 'host-service': False, 'delayed': False, 'check_up_status': False, 'type': '', '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=[])), '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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': False, 'delayed': False, 'check_up_status': False, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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=[])), 'sysmgr': Package(entry=PackageEntry(name='sysmgr', repository='docker-sysmgr', description='SONiC sysmgr package', default_reference='1.0.0', version=Version('1.0.0'), installed=True, built_in=True, image_id=None, docker_image_reference=None), metadata=Metadata(manifest={'version': Version('1.0.0'), 'package': {'version': Version('1.0.0'), 'name': 'sysmgr', 'description': '', 'base-os': ComponentConstraints(components={}), 'depends': [], 'breaks': [], 'init-cfg': {}, 'changelog': {}, 'debug-dump': ''}, 'service': {'name': 'sysmgr', '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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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, docker_image_reference=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, 'type': '', '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-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\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.dash-ha': '1.0.0', '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-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.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-202505.13-0216238cd', '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-202505.13-0216238cd', '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": false,\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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 auditd_watchdog
debug: checking conflicts for auditd_watchdog
debug: checking dependencies for auditd
debug: checking conflicts for auditd
debug: checking dependencies for bmp_watchdog
debug: checking conflicts for bmp_watchdog
debug: checking dependencies for bmp
debug: checking conflicts for bmp
debug: checking dependencies for dash-ha
debug: checking conflicts for dash-ha
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_watchdog
debug: checking conflicts for gnmi_watchdog
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 sysmgr
debug: checking conflicts for sysmgr
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': 9838592}, 'progress': '[> ] 131.1kB/9.839MB', 'id': 'e434a71ec9e0'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 7471104, 'total': 9838592}, 'progress': '[=====================================> ] 7.471MB/9.839MB', 'id': 'e434a71ec9e0'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 9838592, 'total': 9838592}, 'progress': '[==================================================>] 9.839MB/9.839MB', 'id': 'e434a71ec9e0'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 2048, 'total': 2048}, 'progress': '[==================================================>] 2.048kB/2.048kB', 'id': '23cd7d1b7aef'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 2048, 'total': 2048}, 'progress': '[==================================================>] 2.048kB/2.048kB', 'id': '23cd7d1b7aef'}
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: 'd65e2a04c08a7d139ca3ba81d34a8762a3de4acaa933a492cb691e0eae1e569b',
debug: 'docker_image_name': 'docker-dhcp-relay',
debug: 'docker_image_reference': 'docker-dhcp-relay:latest',
debug: 'docker_image_run_opt':
debug: '-t -v /etc/sonic:/etc/sonic:ro -v /etc/localtime:/etc/localtime:ro '
debug: '--tmpfs /tmp/ --tmpfs /var/tmp/',
debug: 'sonic_asic_platform': 'broadcom'
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': ['config-setup'],
debug: 'requisite': [],
debug: 'wanted-by': [],
debug: 'after': ['swss', 'syncd', 'teamd'],
debug: 'before': [],
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: 'type': '',
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/localtime:/etc/localtime: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_dhcp_relay.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': ['config-setup'],
debug: 'requisite': [],
debug: 'wanted-by': [],
debug: 'after': ['swss', 'syncd', 'teamd'],
debug: 'before': [],
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: 'type': '',
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/localtime:/etc/localtime: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_dhcp_relay.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-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\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.dash-ha': '1.0.0', '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-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.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-202505.13-0216238cd', '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-202505.13-0216238cd', '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": false,\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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: 'dash-ha': {'swss'},
debug: 'syncd': {'teamd', 'swss', 'dash-ha'},
debug: 'bgp': {'radv'},
debug: 'swss': {'radv', 'bgp', 'sflow', 'nat', 'mux', 'lldp'},
debug: 'lldp': set(),
debug: 'mux': set(),
debug: 'nat': set(),
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: 'dash-ha',
debug: 'teamd',
debug: 'syncd'
debug: ]
debug: shutdown graph collections.defaultdict(
debug: set,
debug: {
debug: 'dash-ha': {'swss'},
debug: 'syncd': {'teamd', 'swss', 'dash-ha'},
debug: 'bgp': {'radv'},
debug: 'swss': {'radv', 'bgp', 'sflow', 'nat', 'mux', 'lldp'},
debug: 'lldp': set(),
debug: 'mux': set(),
debug: 'nat': set(),
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: 'dash-ha',
debug: 'teamd',
debug: 'syncd'
debug: ]
debug: inspecting image labels docker-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\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.dash-ha': '1.0.0', '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-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.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-202505.13-0216238cd', '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-202505.13-0216238cd', '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": false,\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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
++ basename docker-dhcp-relay.gz .gz
+ name_repo=docker-dhcp-relay
++ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker images --format '{{.Tag}}' docker-dhcp-relay
++ grep -v ''
+ image_tags=latest
+ echo latest
+ grep -q latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-dhcp-relay:latest docker-dhcp-relay:etri-202505.13-0216238cd
+ 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-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\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.dash-ha': '1.0.0', '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-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.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-202505.13-0216238cd', '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-202505.13-0216238cd', '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": false,\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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:d65e2a04c08a7d139ca3ba81d34a8762a3de4acaa933a492cb691e0eae1e569b
debug: image sha256:d65e2a04c08a7d139ca3ba81d34a8762a3de4acaa933a492cb691e0eae1e569b labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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": ["config-setup"],\n "after": ["swss", "syncd", "teamd"],\n "before": [],\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/localtime:/etc/localtime: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_dhcp_relay.py"\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: checking dependencies for auditd_watchdog
debug: checking conflicts for auditd_watchdog
debug: checking dependencies for auditd
debug: checking conflicts for auditd
debug: checking dependencies for bmp_watchdog
debug: checking conflicts for bmp_watchdog
debug: checking dependencies for bmp
debug: checking conflicts for bmp
debug: checking dependencies for dash-ha
debug: checking conflicts for dash-ha
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_watchdog
debug: checking conflicts for gnmi_watchdog
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 sysmgr
debug: checking conflicts for sysmgr
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': 65536, 'total': 3762688}, 'progress': '[> ] 65.54kB/3.763MB', 'id': 'eff4469bb512'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 3762688, 'total': 3762688}, 'progress': '[==================================================>] 3.763MB/3.763MB', 'id': 'eff4469bb512'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 2048, 'total': 2048}, 'progress': '[==================================================>] 2.048kB/2.048kB', 'id': '9e5ce11ab5e5'}
debug: pull status: {'status': 'Loading layer', 'progressDetail': {'current': 2048, 'total': 2048}, 'progress': '[==================================================>] 2.048kB/2.048kB', 'id': '9e5ce11ab5e5'}
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: '189952a5230e35bc047b0217bc12f30f82bf312070ca05fc2a99c09e4e8c6983',
debug: 'docker_image_name': 'docker-macsec',
debug: 'docker_image_reference': 'docker-macsec:latest',
debug: 'docker_image_run_opt':
debug: '-t -v /etc/sonic:/etc/sonic:ro -v /etc/localtime:/etc/localtime:ro '
debug: '-v /host/warmboot:/var/warmboot',
debug: 'sonic_asic_platform': 'broadcom'
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': ['config-setup'],
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: 'type': '',
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/localtime:/etc/localtime: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': ['config-setup'],
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: 'type': '',
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/localtime:/etc/localtime: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': ['config-setup'],
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: 'type': '',
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/localtime:/etc/localtime: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-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\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.dash-ha': '1.0.0', '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-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.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-202505.13-0216238cd', '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-202505.13-0216238cd', '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": false,\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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:d65e2a04c08a7d139ca3ba81d34a8762a3de4acaa933a492cb691e0eae1e569b
debug: image sha256:d65e2a04c08a7d139ca3ba81d34a8762a3de4acaa933a492cb691e0eae1e569b labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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": ["config-setup"],\n "after": ["swss", "syncd", "teamd"],\n "before": [],\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/localtime:/etc/localtime: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_dhcp_relay.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: 'dash-ha': {'swss'},
debug: 'syncd': {'dash-ha', 'teamd', 'swss'},
debug: 'bgp': {'radv'},
debug: 'swss': {'bgp', 'lldp', 'nat', 'mux', 'radv', 'sflow'},
debug: 'lldp': set(),
debug: 'mux': set(),
debug: 'nat': set(),
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: 'dash-ha',
debug: 'teamd',
debug: 'syncd'
debug: ]
debug: shutdown graph collections.defaultdict(
debug: set,
debug: {
debug: 'dash-ha': {'swss'},
debug: 'syncd': {'dash-ha', 'teamd', 'swss'},
debug: 'bgp': {'radv'},
debug: 'swss': {'bgp', 'lldp', 'nat', 'mux', 'radv', 'sflow'},
debug: 'lldp': set(),
debug: 'mux': set(),
debug: 'nat': set(),
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: 'dash-ha',
debug: 'teamd',
debug: 'syncd'
debug: ]
debug: inspecting image labels docker-auditd-watchdog:latest
debug: image docker-auditd-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd_watchdog"\n },\n "service": {\n "name": "auditd_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-auditd:latest
debug: image docker-auditd:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "auditd"\n },\n "service": {\n "name": "auditd",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-bmp-watchdog:latest
debug: image docker-bmp-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp_watchdog"\n },\n "service": {\n "name": "bmp_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-sonic-bmp:latest
debug: image docker-sonic-bmp:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "bmp"\n },\n "service": {\n "name": "bmp",\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.libswsscommon': '1.0.0'}
debug: No YANG modules found
debug: inspecting image labels docker-dash-ha:latest
debug: image docker-dash-ha:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "dash-ha"\n },\n "service": {\n "name": "dash-ha",\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.dash-ha': '1.0.0', '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-database:latest
debug: image docker-database:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-gnmi-watchdog:latest
debug: image docker-gnmi-watchdog:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "gnmi_watchdog"\n },\n "service": {\n "name": "gnmi_watchdog",\n "requires": [],\n "after": [],\n "before": [],\n "dependent-of": [],\n "asic-service": false,\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.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-202505.13-0216238cd', '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-202505.13-0216238cd', '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": false,\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-sysmgr:latest
debug: image docker-sysmgr:latest labels successfully: {'Tag': 'etri-202505.13-0216238cd', 'com.azure.sonic.manifest': '\n{\n "version": "1.0.0",\n "package": {\n "version": "1.0.0",\n "depends": [],\n "name": "sysmgr"\n },\n "service": {\n "name": "sysmgr",\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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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-202505.13-0216238cd', '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:d65e2a04c08a7d139ca3ba81d34a8762a3de4acaa933a492cb691e0eae1e569b
debug: image sha256:d65e2a04c08a7d139ca3ba81d34a8762a3de4acaa933a492cb691e0eae1e569b labels successfully: {'Tag': 'etri-202505.13-0216238cd', '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": ["config-setup"],\n "after": ["swss", "syncd", "teamd"],\n "before": [],\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/localtime:/etc/localtime: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_dhcp_relay.py"\n }\n}', 'com.azure.sonic.versions.libswsscommon': '1.0.0'}
debug: No YANG modules found
++ basename docker-macsec.gz .gz
+ name_repo=docker-macsec
++ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker images --format '{{.Tag}}' docker-macsec
++ grep -v ''
+ image_tags=latest
+ echo latest
+ grep -q latest
+ sudo LANG=C DOCKER_HOST= chroot ./fsroot-broadcom-dnx docker tag docker-macsec:latest docker-macsec:etri-202505.13-0216238cd
+ 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 "\x22auditd_watchdog\x22 : \x22docker-auditd-watchdog\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 "\x22auditd\x22 : \x22docker-auditd\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 "\x22bmp_watchdog\x22 : \x22docker-bmp-watchdog\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 "\x22bmp\x22 : \x22docker-sonic-bmp\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 "\x22dash-ha\x22 : \x22docker-dash-ha\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 "\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_watchdog\x22 : \x22docker-gnmi-watchdog\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 "\x22sysmgr\x22 : \x22docker-sysmgr\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_auditd_watchdog.sh ']'
+ sudo cp auditd_watchdog.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_auditd.sh ']'
+ sudo cp auditd.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_bmp_watchdog.sh ']'
+ sudo cp bmp_watchdog.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_bmp.sh ']'
+ sudo cp bmp.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -f broadcom-dnx_dash-ha.sh ']'
+ sudo cp dash-ha.sh ./fsroot-broadcom-dnx/usr/bin/
+ '[' -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_watchdog.sh ']'
+ sudo cp gnmi_watchdog.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_sysmgr.sh ']'
+ sudo cp sysmgr.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 auditd_watchdog.service ']'
+ '[' -f auditd.service ']'
+ '[' -f bmp_watchdog.service ']'
+ '[' -f bmp@.service ']'
+ sudo cp bmp@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ MULTI_INSTANCE=bmp@.service
+ SINGLE_INSTANCE=bmp.service
+ sudo cp bmp.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo bmp@.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
bmp@.service
+ '[' -f dash-ha@.service ']'
+ sudo cp dash-ha@.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ MULTI_INSTANCE=dash-ha@.service
+ SINGLE_INSTANCE=dash-ha.service
+ sudo cp dash-ha.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo dash-ha@.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
dash-ha@.service
+ '[' -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_watchdog.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
+ 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 sysmgr.service ']'
+ sudo cp sysmgr.service ./fsroot-broadcom-dnx/usr/lib//systemd/system
+ echo sysmgr.service
+ sudo tee -a ./fsroot-broadcom-dnx/etc/sonic/generated_services.conf
sysmgr.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/bmp.sh ./fsroot-broadcom-dnx/usr/local/bin/bmp.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/startup_tsa_tsb.py ./fsroot-broadcom-dnx/usr/local/bin/startup_tsa_tsb.py
+ sudo LANG=C cp files/scripts/sonic-dpu-mgmt-traffic.sh ./fsroot-broadcom-dnx/usr/local/bin/sonic-dpu-mgmt-traffic.sh
+ sudo LANG=C cp files/scripts/dash-ha.sh ./fsroot-broadcom-dnx/usr/local/bin/dash-ha.sh
+ 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/startup_tsa_tsb.service ./fsroot-broadcom-dnx/usr/lib//systemd/system/
+ 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:
libjs-jquery libjs-sphinxdoc libjs-underscore libpython3-dev
libpython3.11-dev python3.11-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 20 not upgraded.
After this operation, 159 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52931 files and directories currently installed.)
Removing python3-dev (3.11.2-1+b1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get purge -y libpython3-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libjs-jquery libjs-sphinxdoc libjs-underscore libpython3.11-dev
python3.11-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
libpython3-dev*
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
After this operation, 37.9 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52910 files and directories currently installed.)
Removing libpython3-dev:amd64 (3.11.2-1+b1) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get purge -y '^python3\.[0-9]+-dev'
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libjs-jquery libjs-sphinxdoc libjs-underscore libpython3.11-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
python3.11-dev*
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
After this operation, 630 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52901 files and directories currently installed.)
Removing python3.11-dev (3.11.2-6+deb12u6) ...
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-get purge -y '^libpython3\.[0-9]+-dev'
Reading package lists...
Building dependency tree...
Reading state information...
Package 'libpython3.8-dev' is not installed, so not removed
The following packages were automatically installed and are no longer required:
libjs-jquery libjs-sphinxdoc libjs-underscore
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
libpython3.11-dev*
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
After this operation, 26.4 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 52892 files and directories currently installed.)
Removing libpython3.11-dev:amd64 (3.11.2-6+deb12u6) ...
+ 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...
The following packages were automatically installed and are no longer required:
build-essential bzip2 dpkg-dev fontconfig-config fonts-dejavu-core g++
g++-12 gir1.2-freedesktop gobject-introspection libblkid-dev libbrotli-dev
libc-dev-bin libc6-dev libcairo-gobject2 libcairo-script-interpreter2
libcairo2 libcrypt-dev libdpkg-perl libexpat1-dev libfontconfig-dev
libfontconfig1 libfreetype-dev libglib2.0-bin libglib2.0-data libglib2.0-dev
libglib2.0-dev-bin libice-dev libice6 libjs-jquery libjs-sphinxdoc
libjs-underscore libmount-dev libnsl-dev libpcre2-16-0 libpcre2-32-0
libpcre2-dev libpcre2-posix3 libpixman-1-0 libpixman-1-dev libpkgconf3
libpng-dev libpthread-stubs0-dev libselinux1-dev libsepol-dev libsm-dev
libsm6 libstdc++-12-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 make patch pkgconf
pkgconf-bin python3-mako python3-markdown rpcsvc-proto uuid-dev x11-common
x11proto-core-dev x11proto-dev xml-core 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* libgirepository1.0-dev* libsystemd-dev*
pkg-config*
0 upgraded, 0 newly installed, 5 to remove and 20 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 ... 52671 files and directories currently installed.)
Removing libcairo2-dev:amd64 (1.16.0-7) ...
Removing libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
Removing libgirepository1.0-dev (1.74.0-3) ...
Removing libsystemd-dev:amd64 (252.39-1~deb12u1) ...
Removing pkg-config:amd64 (1.8.1-1) ...
Processing triggers for sgml-base (1.31) ...
(Reading database ... 51835 files and directories currently installed.)
Purging configuration files for libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
Purging configuration files for pkg-config:amd64 (1.8.1-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:
build-essential bzip2 dpkg-dev fontconfig-config fonts-dejavu-core g++
g++-12 gir1.2-freedesktop gobject-introspection libblkid-dev libbrotli-dev
libc-dev-bin libc6-dev libcairo-gobject2 libcairo-script-interpreter2
libcairo2 libcrypt-dev libdpkg-perl libexpat1-dev libfontconfig-dev
libfontconfig1 libfreetype-dev libglib2.0-bin libglib2.0-data libglib2.0-dev
libglib2.0-dev-bin libice-dev libice6 libjs-jquery libjs-sphinxdoc
libjs-underscore libmount-dev libnsl-dev libpcre2-16-0 libpcre2-32-0
libpcre2-dev libpcre2-posix3 libpixman-1-0 libpixman-1-dev libpkgconf3
libpng-dev libpthread-stubs0-dev libselinux1-dev libsepol-dev libsm-dev
libsm6 libstdc++-12-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 make patch pkgconf
pkgconf-bin python3-mako python3-markdown rpcsvc-proto uuid-dev x11-common
x11proto-core-dev x11proto-dev xml-core xorg-sgml-doctools xtrans-dev
zlib1g-dev
0 upgraded, 0 newly installed, 81 to remove and 20 not upgraded.
After this operation, 143 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 51835 files and directories currently installed.)
Removing gobject-introspection (1.74.0-3) ...
Removing build-essential (12.9) ...
Removing dpkg-dev (1.21.22) ...
Removing bzip2 (1.0.8-5+b1) ...
Removing libfontconfig-dev:amd64 (2.14.1-4) ...
Removing libcairo-script-interpreter2:amd64 (1.16.0-7) ...
Removing g++ (4:12.2.0-3) ...
Removing g++-12 (12.2.0-14+deb12u1) ...
Removing gir1.2-freedesktop:amd64 (1.74.0-3) ...
Removing libglib2.0-dev:amd64 (2.74.6-2+deb12u7) ...
Removing libmount-dev:amd64 (2.38.1-5+deb12u3) ...
Removing libblkid-dev:amd64 (2.38.1-5+deb12u3) ...
Removing libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ...
Removing libbrotli-dev:amd64 (1.0.9-2+b6) ...
Removing uuid-dev:amd64 (2.38.1-5+deb12u3) ...
Removing libexpat1-dev:amd64 (2.5.0-1+deb12u2) ...
Removing libpng-dev:amd64 (1.6.39-2) ...
Removing zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
Removing libselinux1-dev:amd64 (3.4-1+b6) ...
Removing libpcre2-dev:amd64 (10.42-1) ...
Removing libcairo-gobject2:amd64 (1.16.0-7) ...
Removing libdpkg-perl (1.21.22) ...
Removing libglib2.0-bin (2.74.6-2+deb12u7) ...
Removing libglib2.0-data (2.74.6-2+deb12u7) ...
Removing libglib2.0-dev-bin (2.74.6-2+deb12u7) ...
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 (5.3.0-4) ...
Removing libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
Removing libjs-underscore (1.13.4~dfsg+~1.11.4-3) ...
Removing libpcre2-16-0:amd64 (10.42-1) ...
Removing libpcre2-32-0:amd64 (10.42-1) ...
Removing libpcre2-posix3:amd64 (10.42-1) ...
Removing libpixman-1-dev:amd64 (0.42.2-1) ...
Removing pkgconf:amd64 (1.8.1-1) ...
Removing pkgconf-bin (1.8.1-1) ...
Removing libpkgconf3:amd64 (1.8.1-1) ...
Removing libxcb-shm0-dev:amd64 (1.15-1) ...
Removing libxcb-render0-dev:amd64 (1.15-1) ...
Removing libsepol-dev:amd64 (3.4-2.1) ...
Removing libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ...
Removing libxrender-dev:amd64 (1:0.9.10-1.1) ...
Removing libxext-dev:amd64 (2:1.3.4-1+b1) ...
Removing libx11-dev:amd64 (2:1.8.4-2+deb12u2) ...
Removing make (4.3-4.1) ...
Removing patch (2.7.6-7) ...
Removing python3-mako (1.2.4+ds-1) ...
Removing python3-markdown (3.4.1-2) ...
Removing x11-common (1:7.7+23) ...
Running in chroot, ignoring request.
Removing x11proto-core-dev (2022.1-1) ...
Removing xml-core (0.18+nmu1) ...
Removing xtrans-dev (1.4.0-1) ...
Removing libcairo2:amd64 (1.16.0-7) ...
Removing libfontconfig1:amd64 (2.14.1-4) ...
Removing fontconfig-config (2.14.1-4) ...
Removing fonts-dejavu-core (2.37-6) ...
Removing libc6-dev:amd64 (2.36-9+deb12u13) ...
Removing libc-dev-bin (2.36-9+deb12u13) ...
Removing libcrypt-dev:amd64 (1:4.4.33-2) ...
Removing libnsl-dev:amd64 (1.3.0-2) ...
Removing libpixman-1-0:amd64 (0.42.2-1) ...
Removing libxcb1-dev:amd64 (1.15-1) ...
Removing libpthread-stubs0-dev:amd64 (0.4-1) ...
Removing libtirpc-dev:amd64 (1.3.3+ds-1) ...
Removing libxrender1:amd64 (1:0.9.10-1.1) ...
Removing libxau-dev:amd64 (1:1.0.9-1) ...
Removing libxcb-shm0:amd64 (1.15-1) ...
Removing libxcb-render0:amd64 (1.15-1) ...
Removing libxdmcp-dev:amd64 (1:1.1.2-3) ...
Removing libxext6:amd64 (2:1.3.4-1+b1) ...
Removing linux-libc-dev:amd64 (6.1.158-1) ...
Removing rpcsvc-proto (1.4.3-1) ...
Removing x11proto-dev (2022.1-1) ...
Removing xorg-sgml-doctools (1:1.11-1.1) ...
Removing libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
Removing libx11-data (2:1.8.4-2+deb12u2) ...
Removing libxcb1:amd64 (1.15-1) ...
Removing libxau6:amd64 (1:1.0.9-1) ...
Removing libxdmcp6:amd64 (1:1.1.2-3) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
Processing triggers for sgml-base (1.31) ...
Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u7) ...
No schema files found: doing nothing.
+ sudo cp dockers/docker-sonic-bmp/base_image_files/monit_bmp ./fsroot-broadcom-dnx//etc/monit/conf.d
+ 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-fpm-frr/base_image_files/platform_utils ./fsroot-broadcom-dnx//usr/bin/platform_utils
+ sudo cp dockers/docker-fpm-frr/base_image_files/idf_isolation ./fsroot-broadcom-dnx//usr/bin/idf_isolation
+ sudo cp dockers/docker-fpm-frr/base_image_files/prefix_list ./fsroot-broadcom-dnx//usr/bin/prefix_list
+ 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-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.3.2-4+b1).
0 upgraded, 0 newly installed, 0 to remove and 20 not upgraded.
+ '[' y == y ']'
+ install_deb_package target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libpython3.11-minimal_3.11.2-6+fips_amd64.deb
(Reading database ... 46288 files and directories currently installed.)
Preparing to unpack libpython3.11-minimal_3.11.2-6+fips_amd64.deb ...
Unpacking libpython3.11-minimal:amd64 (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up libpython3.11-minimal:amd64 (3.11.2-6+fips) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libpython3.11-minimal_3.11.2-6+fips_amd64.deb
+ install_deb_package target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
(Reading database ... 46288 files and directories currently installed.)
Preparing to unpack libpython3.11-stdlib_3.11.2-6+fips_amd64.deb ...
Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up libpython3.11-stdlib:amd64 (3.11.2-6+fips) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libpython3.11-stdlib_3.11.2-6+fips_amd64.deb
+ install_deb_package target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/libpython3.11_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=libpython3.11_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i libpython3.11_3.11.2-6+fips_amd64.deb
(Reading database ... 46288 files and directories currently installed.)
Preparing to unpack libpython3.11_3.11.2-6+fips_amd64.deb ...
Unpacking libpython3.11:amd64 (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up libpython3.11:amd64 (3.11.2-6+fips) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f libpython3.11_3.11.2-6+fips_amd64.deb
+ install_deb_package target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/python3.11-minimal_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=python3.11-minimal_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i python3.11-minimal_3.11.2-6+fips_amd64.deb
(Reading database ... 46288 files and directories currently installed.)
Preparing to unpack python3.11-minimal_3.11.2-6+fips_amd64.deb ...
Unpacking python3.11-minimal (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up python3.11-minimal (3.11.2-6+fips) ...
Processing triggers for systemd (252.39-1~deb12u1) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f python3.11-minimal_3.11.2-6+fips_amd64.deb
+ install_deb_package target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb
+ deb_packages=target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb
+ [[ -z target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb ]]
+ sudo cp target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb ./fsroot-broadcom-dnx/
++ basename -a target/debs/bookworm/python3.11_3.11.2-6+fips_amd64.deb
+ basename_deb_packages=python3.11_3.11.2-6+fips_amd64.deb
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx dpkg -i python3.11_3.11.2-6+fips_amd64.deb
(Reading database ... 46288 files and directories currently installed.)
Preparing to unpack python3.11_3.11.2-6+fips_amd64.deb ...
Unpacking python3.11 (3.11.2-6+fips) over (3.11.2-6+deb12u6) ...
Setting up python3.11 (3.11.2-6+fips) ...
+ cd ./fsroot-broadcom-dnx
+ sudo rm -f python3.11_3.11.2-6+fips_amd64.deb
++ dpkg-deb -f target/debs/bookworm/sonic-platform-pddf_1.1_amd64.deb Package
+ PACKAGE_NAME=sonic-platform-pddf
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark unhold sonic-platform-pddf
Canceled hold on sonic-platform-pddf.
++ dpkg-deb -f target/debs/bookworm/systemd-sonic-generator_1.0.0_amd64.deb Package
+ PACKAGE_NAME=systemd-sonic-generator
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark unhold systemd-sonic-generator
Canceled hold on systemd-sonic-generator.
++ dpkg-deb -f target/debs/bookworm/flashrom_0.9.7_amd64.deb Package
+ PACKAGE_NAME=flashrom
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark unhold flashrom
Canceled hold on flashrom.
++ dpkg-deb -f target/debs/bookworm/libssl3_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=libssl3
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark unhold libssl3
Canceled hold on libssl3.
++ dpkg-deb -f target/debs/bookworm/libssl-dev_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=libssl-dev
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark unhold libssl-dev
Canceled hold on libssl-dev.
++ dpkg-deb -f target/debs/bookworm/openssl_3.0.11-1~deb12u2+fips_amd64.deb Package
+ PACKAGE_NAME=openssl
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark unhold openssl
Canceled hold on openssl.
++ dpkg-deb -f target/debs/bookworm/symcrypt-openssl_1.5.2_amd64.deb Package
+ PACKAGE_NAME=symcrypt-openssl
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark unhold symcrypt-openssl
Canceled hold on symcrypt-openssl.
++ dpkg-deb -f target/debs/bookworm/openssh-client_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-client
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark unhold openssh-client
Canceled hold on openssh-client.
++ dpkg-deb -f target/debs/bookworm/ssh_9.2p1-2+deb12u5+fips_all.deb Package
+ PACKAGE_NAME=ssh
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark unhold ssh
Canceled hold on ssh.
++ dpkg-deb -f target/debs/bookworm/openssh-sftp-server_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-sftp-server
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark unhold openssh-sftp-server
Canceled hold on openssh-sftp-server.
++ dpkg-deb -f target/debs/bookworm/openssh-server_9.2p1-2+deb12u5+fips_amd64.deb Package
+ PACKAGE_NAME=openssh-server
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark unhold openssh-server
Canceled hold on openssh-server.
++ dpkg-deb -f target/debs/bookworm/libk5crypto3_1.20.1-2+deb12u1+fips_amd64.deb Package
+ PACKAGE_NAME=libk5crypto3
+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot ./fsroot-broadcom-dnx apt-mark unhold libk5crypto3
Canceled hold on libk5crypto3.
+ 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-6.1.0-29-2-amd64
+ [[ grub == uboot ]]
+ SONIC_VERSION_CACHE=
+ DBGOPT=
+ scripts/collect_host_image_version_files.sh amd64 bookworm 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 20 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_bookworm-security_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_non-free-firmware_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian-security_dists_bookworm-security_non-free-firmware_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-backports_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-backports_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-backports_non-free-firmware_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-updates_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm-updates_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_InRelease /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_contrib_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_contrib_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_main_source_Sources.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_non-free-firmware_binary-amd64_Packages.lz4 /var/lib/apt/lists/debian-archive.trafficmanager.net_debian_dists_bookworm_non-free-firmware_source_Sources.lz4 /var/lib/apt/lists/download.docker.com_linux_debian_dists_bookworm_InRelease /var/lib/apt/lists/download.docker.com_linux_debian_dists_bookworm_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
+ [[ -d != \-\d ]]
+ [[ -d == \-\d ]]
+ '[' -f /etc/apt/sources.list.d/debian.sources.back ']'
++ find /etc/apt/sources.list.d/ -type f
+ local 'mirrors=/etc/apt/sources.list /etc/apt/sources.list.d/docker.list'
+ for mirror in $mirrors
+ grep -iq 'http:\/\/packages.trafficmanager.net\/' /etc/apt/sources.list
+ continue
+ for mirror in $mirrors
+ grep -iq 'http:\/\/packages.trafficmanager.net\/' /etc/apt/sources.list.d/docker.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-12 gcc-12
libasan8 libbinutils libcc1-0 libctf-nobfd0 libctf0 libgcc-12-dev libgomp1
libgprofng0 libisl23 libitm1 liblsan0 libmpc3 libmpfr6 libquadmath0 libtsan2
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, 48.1 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 46285 files and directories currently installed.)
Removing gcc (4:12.2.0-3) ...
+ 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-12 gcc-12
libasan8 libbinutils libcc1-0 libctf-nobfd0 libctf0 libeatmydata1
libgcc-12-dev libgomp1 libgprofng0 libisl23 libitm1 liblsan0 libmpc3
libmpfr6 libquadmath0 libtsan2 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, 25.6 kB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 46254 files and directories currently installed.)
Removing eatmydata (130-2) ...
+ 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-12 gcc-12
libasan8 libbinutils libcc1-0 libctf-nobfd0 libctf0 libeatmydata1
libgcc-12-dev libgomp1 libgprofng0 libisl23 libitm1 liblsan0 libmpc3
libmpfr6 libquadmath0 libtsan2 libubsan1
0 upgraded, 0 newly installed, 23 to remove and 0 not upgraded.
After this operation, 180 MB disk space will be freed.
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)
(Reading database ... 46248 files and directories currently installed.)
Removing gcc-12 (12.2.0-14+deb12u1) ...
Removing binutils (2.40-2) ...
Removing binutils-x86-64-linux-gnu (2.40-2) ...
Removing libgprofng0:amd64 (2.40-2) ...
Removing libctf0:amd64 (2.40-2) ...
Removing libbinutils:amd64 (2.40-2) ...
Removing binutils-common:amd64 (2.40-2) ...
Removing cpp (4:12.2.0-3) ...
Removing cpp-12 (12.2.0-14+deb12u1) ...
Removing libgcc-12-dev:amd64 (12.2.0-14+deb12u1) ...
Removing libasan8:amd64 (12.2.0-14+deb12u1) ...
Removing libcc1-0:amd64 (12.2.0-14+deb12u1) ...
Removing libctf-nobfd0:amd64 (2.40-2) ...
Removing libeatmydata1:amd64 (130-2+b1) ...
Removing libgomp1:amd64 (12.2.0-14+deb12u1) ...
Removing libisl23:amd64 (0.25-1.1) ...
Removing libitm1:amd64 (12.2.0-14+deb12u1) ...
Removing liblsan0:amd64 (12.2.0-14+deb12u1) ...
Removing libmpc3:amd64 (1.3.1-1) ...
Removing libmpfr6:amd64 (4.2.0-1) ...
Removing libquadmath0:amd64 (12.2.0-14+deb12u1) ...
Removing libtsan2:amd64 (12.2.0-14+deb12u1) ...
Removing libubsan1:amd64 (12.2.0-14+deb12u1) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
+ 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
+ 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
3.2G ./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.
[===========================================================\] 42053/42053 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 389953.40 Kbytes (380.81 Mbytes)
26.14% of uncompressed filesystem size (1491843.55 Kbytes)
Inode table size 383741 bytes (374.75 Kbytes)
21.92% of uncompressed inode table size (1750463 bytes)
Directory table size 431799 bytes (421.68 Kbytes)
34.72% of uncompressed directory table size (1243817 bytes)
Xattr table size 40 bytes (0.04 Kbytes)
100.00% of uncompressed xattr table size (40 bytes)
Number of duplicate files found 12938
Number of inodes 54809
Number of files 41786
Number of fragments 812
Number of symbolic links 2567
Number of device nodes 5351
Number of fifo nodes 0
Number of socket nodes 2
Number of directories 5103
Number of hard-links 5
Number of ids (unique uids + gids) 31
Number of uids 8
root (0)
jenkins (129)
_apt (42)
unknown (300)
unknown (1000)
systemd-timesync (997)
unknown (104)
Debian-exim (100)
Number of gids 28
root (0)
video (44)
disk (6)
audio (29)
cdrom (24)
tty (5)
floppy (25)
dialout (20)
kmem (15)
lp (7)
tape (26)
gjenkins (136)
unknown (111)
adm (4)
shadow (42)
unknown (112)
unknown (300)
unknown (1000)
utmp (43)
systemd-timesync (997)
render (105)
_ssh (109)
messagebus (107)
staff (50)
Debian-exim (106)
systemd-journal (999)
systemd-network (998)
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 ]]
+ '[' n = y ']'
+ pushd ./fsroot-broadcom-dnx
/sonic/fsroot-broadcom-dnx /sonic
+ sudo tar -I pigz -cf /sonic/dockerfs.tar.gz -C var/lib/docker .
+ popd
/sonic
+ pushd ./fsroot-broadcom-dnx
/sonic/fsroot-broadcom-dnx /sonic
+ sudo tar -I pigz -cf platform.tar.gz -C platform .
+ sudo zip -n .gz /sonic/fs.zip -r boot/ platform.tar.gz
adding: boot/ (stored 0%)
adding: boot/initrd.img-6.1.0-29-2-amd64 (deflated 0%)
adding: boot/vmlinuz-6.1.0-29-2-amd64 (deflated 0%)
adding: boot/config-6.1.0-29-2-amd64 (deflated 76%)
adding: boot/System.map-6.1.0-29-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
++ INSTALLER_PAYLOAD=fs.zip
++ FILESYSTEM_DOCKERFS=dockerfs.tar.gz
++ DOCKERFS_DIR=docker
++ DOCKER_RAMFS_SIZE=3500M
++ 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
++ OUTPUT_DSC_IMAGE=target/sonic-broadcom-dnx.tar
+ '[' -n 32768 ']'
+ '[' -n fs.zip ']'
+ IMAGE_VERSION=etri-202505.13-0216238cd
+ '[' 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-dell_z9664f-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/dell/x86_64-dell_z9664f-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_ixr7250_x3b-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nokia/x86_64-nokia_ixr7250_x3b-r0/platform_asic
+ echo x86_64-nokia_ixr7250_x3b-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/x86_64-nokia_ixr7220_h4_32d-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nokia/x86_64-nokia_ixr7220_h4_32d-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_32d-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nokia/x86_64-nokia_ixr7220_h5_32d-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_64o-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nokia/x86_64-nokia_ixr7220_h5_64o-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h4-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nokia/x86_64-nokia_ixr7220_h4-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_64d-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nokia/x86_64-nokia_ixr7220_h5_64d-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h3-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nokia/x86_64-nokia_ixr7220_h3-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_d4-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nokia/x86_64-nokia_ixr7220_d4-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/nokia/x86_64-nokia_ixr7250_x1b-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nokia/x86_64-nokia_ixr7250_x1b-r0/platform_asic
+ echo x86_64-nokia_ixr7250_x1b-r0
+ 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/micas/x86_64-micas_m2-w6510-32c-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/micas/x86_64-micas_m2-w6510-32c-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6920-32qc2x-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/micas/x86_64-micas_m2-w6920-32qc2x-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/arm64-micas_m2-w6010-48gt4x-fa-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/micas/arm64-micas_m2-w6010-48gt4x-fa-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6930-64qc-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/micas/x86_64-micas_m2-w6930-64qc-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6520-24dc8qc-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/micas/x86_64-micas_m2-w6520-24dc8qc-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6940-128qc-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/micas/x86_64-micas_m2-w6940-128qc-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6520-48c8qc-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/micas/x86_64-micas_m2-w6520-48c8qc-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/arm64-micas_m2-w6010-48gt4x-ra-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/micas/arm64-micas_m2-w6010-48gt4x-ra-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6940-64oc-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/micas/x86_64-micas_m2-w6940-64oc-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-48v8c-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/micas/x86_64-micas_m2-w6510-48v8c-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-48gt4v-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/micas/x86_64-micas_m2-w6510-48gt4v-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nvidia-bluefield/arm64-nvda_bf-9009d3b600svaa/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nvidia-bluefield/arm64-nvda_bf-9009d3b600svaa/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nvidia-bluefield/arm64-nvda_bf-bf3comdpu/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nvidia-bluefield/arm64-nvda_bf-bf3comdpu/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/nvidia-bluefield/arm64-nvda_bf-9009d3b600cvaa/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/nvidia-bluefield/arm64-nvda_bf-9009d3b600cvaa/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_ds2000-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_ds2000-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_ds1000-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_ds1000-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_ds3000-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_ds3000-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/celestica/x86_64-cel_questone_2-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_questone_2-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_silverstone_v2-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/celestica/x86_64-cel_silverstone_v2-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/x86_64-marvell_db98cx8540_16cd-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/marvell/x86_64-marvell_db98cx8540_16cd-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/x86_64-marvell_dbmvtx9180-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/marvell/x86_64-marvell_dbmvtx9180-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_rd98DX35xx-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/marvell/x86_64-marvell_rd98DX35xx-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8514_10cc-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/marvell/x86_64-marvell_db98cx8514_10cc-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_db98cx8522_10cc-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/marvell/x86_64-marvell_db98cx8522_10cc-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/pensando/arm64-elba-asic-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/pensando/arm64-elba-asic-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/pensando/arm64-elba-asic-flash128-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/pensando/arm64-elba-asic-flash128-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-nvidia_sn5640_simx-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn5640_simx-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-nvidia_sn4280-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn4280-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5640-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn5640-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-nvidia_sn5610n-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn5610n-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/mellanox/x86_64-nvidia_sn4280_simx-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/mellanox/x86_64-nvidia_sn4280_simx-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9301_32d-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ufispace/x86_64-ufispace_s9301_32d-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_s9321_64e-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ufispace/x86_64-ufispace_s9321_64e-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_s9301_32db-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ufispace/x86_64-ufispace_s9301_32db-r0/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9321_64eo-r0/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/ufispace/x86_64-ufispace_s9321_64eo-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_7060x6_32pe/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060x6_32pe/platform_asic
+ 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_64pe_b/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060x6_64pe_b/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_7050cx3_32c/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7050cx3_32c/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_7060x6_16pe_384c/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060x6_16pe_384c/platform_asic
+ for d in `find -L ./device -maxdepth 2 -mindepth 2 -type d`
+ '[' -f ./device/arista/x86_64-arista_7060x6_16pe_384c_b/platform_asic ']'
+ '[' broadcom-dnx = generic ']'
+ grep -Fxq broadcom-dnx ./device/arista/x86_64-arista_7060x6_16pe_384c_b/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-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_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_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_32c/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_16pe_384c/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_16pe_384c_b/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/arista/x86_64-arista_7060x6_32pe/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_7060x6_64pe_b/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_ds1000-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_ds1000-r0/installer.conf ./installer/platforms/x86_64-cel_ds1000-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_ds2000-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_ds2000-r0/installer.conf ./installer/platforms/x86_64-cel_ds2000-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_ds3000-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_ds3000-r0/installer.conf ./installer/platforms/x86_64-cel_ds3000-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_questone_2-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_questone_2-r0/installer.conf ./installer/platforms/x86_64-cel_questone_2-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 PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/celestica/x86_64-cel_silverstone_v2-r0/installer.conf ']'
+ cp ./device/celestica/x86_64-cel_silverstone_v2-r0/installer.conf ./installer/platforms/x86_64-cel_silverstone_v2-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-dell_z9664f-r0/installer.conf ']'
+ cp ./device/dell/x86_64-dell_z9664f-r0/installer.conf ./installer/platforms/x86_64-dell_z9664f-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_db98cx8514_10cc-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8522_10cc-r0/installer.conf ']'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_db98cx8540_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_dbmvtx9180-r0/installer.conf ']'
+ cp ./device/marvell/x86_64-marvell_dbmvtx9180-r0/installer.conf ./installer/platforms/x86_64-marvell_dbmvtx9180-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/marvell/x86_64-marvell_rd98DX35xx-r0/installer.conf ']'
+ cp ./device/marvell/x86_64-marvell_rd98DX35xx-r0/installer.conf ./installer/platforms/x86_64-marvell_rd98DX35xx-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_sn4280-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn4280-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn4280-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn4280_simx-r0/installer.conf ']'
+ 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 PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5610n-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn5610n-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn5610n-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5640-r0/installer.conf ']'
+ cp ./device/mellanox/x86_64-nvidia_sn5640-r0/installer.conf ./installer/platforms/x86_64-nvidia_sn5640-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/mellanox/x86_64-nvidia_sn5640_simx-r0/installer.conf ']'
+ for VENDOR in `ls ./device`
++ ls ./device/micas
++ grep '^x86_64'
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-32c-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6510-32c-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6510-32c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-48gt4v-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6510-48gt4v-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6510-48gt4v-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6510-48v8c-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6510-48v8c-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6510-48v8c-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6520-24dc8qc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6520-24dc8qc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6520-24dc8qc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6520-48c8qc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6520-48c8qc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6520-48c8qc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6920-32qc2x-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6920-32qc2x-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6920-32qc2x-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6930-64qc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6930-64qc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6930-64qc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6940-128qc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6940-128qc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6940-128qc-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/micas/x86_64-micas_m2-w6940-64oc-r0/installer.conf ']'
+ cp ./device/micas/x86_64-micas_m2-w6940-64oc-r0/installer.conf ./installer/platforms/x86_64-micas_m2-w6940-64oc-r0
+ 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_ixr7220_d4-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_d4-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_d4-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h3-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h3-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h3-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h4-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h4-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h4-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h4_32d-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h4_32d-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h4_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_32d-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h5_32d-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h5_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_64d-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h5_64d-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h5_64d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7220_h5_64o-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7220_h5_64o-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7220_h5_64o-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250_x1b-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7250_x1b-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7250_x1b-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/nokia/x86_64-nokia_ixr7250_x3b-r0/installer.conf ']'
+ cp ./device/nokia/x86_64-nokia_ixr7250_x3b-r0/installer.conf ./installer/platforms/x86_64-nokia_ixr7250_x3b-r0
+ 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/nvidia-bluefield
++ grep '^x86_64'
+ 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/pensando
++ grep '^x86_64'
+ 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 PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9301_32d-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9301_32d-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9301_32d-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9301_32db-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9301_32db-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9301_32db-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9321_64e-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9321_64e-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9321_64e-r0
+ for PLATFORM in `ls ./device/$VENDOR | grep ^${TARGET_PLATFORM}`
+ '[' -f ./device/ufispace/x86_64-ufispace_s9321_64eo-r0/installer.conf ']'
+ cp ./device/ufispace/x86_64-ufispace_s9321_64eo-r0/installer.conf ./installer/platforms/x86_64-ufispace_s9321_64eo-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
+ platform_conf_file=platform/broadcom-dnx/platform_amd64.conf
+ '[' '!' -f platform/broadcom-dnx/platform_amd64.conf ']'
+ platform_conf_file=platform/broadcom-dnx/platform.conf
+ ./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-202505.13-0216238cd 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-202505.13-0216238cd
+ 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-202505.13-0216238cd ]
+ [ -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.8lJeOLwQoQ
+ tmp_installdir=/tmp/tmp.8lJeOLwQoQ/installer
+ mkdir /tmp/tmp.8lJeOLwQoQ/installer
+ cp -r installer/default_platform.conf installer/install.sh installer/platforms installer/platforms_asic installer/sharch_body.sh installer/tests /tmp/tmp.8lJeOLwQoQ/installer
+ cp onie-image.conf /tmp/tmp.8lJeOLwQoQ/installer
+ cp onie-image-amd64.conf /tmp/tmp.8lJeOLwQoQ/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/%%ARCH%%/amd64/g -e s/%%IMAGE_VERSION%%/etri-202505.13-0216238cd/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.8lJeOLwQoQ/installer/install.sh
+ echo -n .
.+ cp -r fs.zip /tmp/tmp.8lJeOLwQoQ/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.8lJeOLwQoQ/sharch.tar
+ tar -C /tmp/tmp.8lJeOLwQoQ -cf /tmp/tmp.8lJeOLwQoQ/sharch.tar installer
+ echo -n .
.+ [ -f /tmp/tmp.8lJeOLwQoQ/sharch.tar ]
+ cat /tmp/tmp.8lJeOLwQoQ/sharch.tar
+ sha1sum
+ awk {print $1}
+ sha1=4fbc40c017d0bbbcdb4430a8ae8a4609b30435d4
+ echo -n .
.+ cp installer/sharch_body.sh target/sonic-broadcom-dnx.bin
+ sed -i -e s/%%IMAGE_SHA1%%/4fbc40c017d0bbbcdb4430a8ae8a4609b30435d4/ target/sonic-broadcom-dnx.bin
+ echo -n .
.+ wc -c
+ tar_size=930467840
+ sed -i -e s|%%PAYLOAD_IMAGE_SIZE%%|930467840| target/sonic-broadcom-dnx.bin
+ cat /tmp/tmp.8lJeOLwQoQ/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 != no_sign ]
+ rm -rf /tmp/tmp.8lJeOLwQoQ
+ 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 930469870 Nov 20 08:56 target/sonic-broadcom-dnx.bin
+ clean_up 0
+ rm -rf /tmp/tmp.8lJeOLwQoQ
+ exit 0
Build end time: Thu Nov 20 08:56:52 UTC 2025
Elapsed time: 0h 16m 48s
|